You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@accumulo.apache.org by uj...@apache.org on 2014/05/24 01:35:05 UTC

[3/5] git commit: ACCUMULO-2789 Added missing license header to new class.

ACCUMULO-2789 Added missing license header to new class.


Project: http://git-wip-us.apache.org/repos/asf/accumulo/repo
Commit: http://git-wip-us.apache.org/repos/asf/accumulo/commit/0d4f4b15
Tree: http://git-wip-us.apache.org/repos/asf/accumulo/tree/0d4f4b15
Diff: http://git-wip-us.apache.org/repos/asf/accumulo/diff/0d4f4b15

Branch: refs/heads/master
Commit: 0d4f4b1545093594297f7766e22580090cd7160c
Parents: f0dcf1e
Author: Bill Slacum <uj...@apache.org>
Authored: Fri May 23 19:15:28 2014 -0400
Committer: Bill Slacum <uj...@apache.org>
Committed: Fri May 23 19:15:28 2014 -0400

----------------------------------------------------------------------
 .../test/stress/random/RandomWithinRange.java       | 16 ++++++++++++++++
 1 file changed, 16 insertions(+)
----------------------------------------------------------------------


http://git-wip-us.apache.org/repos/asf/accumulo/blob/0d4f4b15/test/src/main/java/org/apache/accumulo/test/stress/random/RandomWithinRange.java
----------------------------------------------------------------------
diff --git a/test/src/main/java/org/apache/accumulo/test/stress/random/RandomWithinRange.java b/test/src/main/java/org/apache/accumulo/test/stress/random/RandomWithinRange.java
index c66cf38..8eb978b 100644
--- a/test/src/main/java/org/apache/accumulo/test/stress/random/RandomWithinRange.java
+++ b/test/src/main/java/org/apache/accumulo/test/stress/random/RandomWithinRange.java
@@ -1,3 +1,19 @@
+/*
+ * Licensed to the Apache Software Foundation (ASF) under one or more
+ * contributor license agreements.  See the NOTICE file distributed with
+ * this work for additional information regarding copyright ownership.
+ * The ASF licenses this file to You under the Apache License, Version 2.0
+ * (the "License"); you may not use this file except in compliance with
+ * the License.  You may obtain a copy of the License at
+ *
+ *     http://www.apache.org/licenses/LICENSE-2.0
+ *
+ * Unless required by applicable law or agreed to in writing, software
+ * distributed under the License is distributed on an "AS IS" BASIS,
+ * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
+ * See the License for the specific language governing permissions and
+ * limitations under the License.
+ */
 package org.apache.accumulo.test.stress.random;
 
 import java.util.Random;