Return-Path: X-Original-To: apmail-accumulo-commits-archive@www.apache.org Delivered-To: apmail-accumulo-commits-archive@www.apache.org Received: from mail.apache.org (hermes.apache.org [140.211.11.3]) by minotaur.apache.org (Postfix) with SMTP id 9EDF511B12 for ; Fri, 23 May 2014 23:35:03 +0000 (UTC) Received: (qmail 68315 invoked by uid 500); 23 May 2014 23:35:03 -0000 Delivered-To: apmail-accumulo-commits-archive@accumulo.apache.org Received: (qmail 68249 invoked by uid 500); 23 May 2014 23:35:03 -0000 Mailing-List: contact commits-help@accumulo.apache.org; run by ezmlm Precedence: bulk List-Help: List-Unsubscribe: List-Post: List-Id: Reply-To: dev@accumulo.apache.org Delivered-To: mailing list commits@accumulo.apache.org Received: (qmail 68173 invoked by uid 99); 23 May 2014 23:35:03 -0000 Received: from tyr.zones.apache.org (HELO tyr.zones.apache.org) (140.211.11.114) by apache.org (qpsmtpd/0.29) with ESMTP; Fri, 23 May 2014 23:35:03 +0000 Received: by tyr.zones.apache.org (Postfix, from userid 65534) id 50B659A3782; Fri, 23 May 2014 23:35:03 +0000 (UTC) Content-Type: text/plain; charset="us-ascii" MIME-Version: 1.0 Content-Transfer-Encoding: 7bit From: ujustgotbilld@apache.org To: commits@accumulo.apache.org Date: Fri, 23 May 2014 23:35:05 -0000 Message-Id: <6c4931252dc74d63862d79907aaf220e@git.apache.org> In-Reply-To: References: X-Mailer: ASF-Git Admin Mailer Subject: [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 Authored: Fri May 23 19:15:28 2014 -0400 Committer: Bill Slacum 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;