Updated Branches: refs/heads/master 8945f1677 -> 583453721
ACCUMULO-1494 Add missing license header Project: http://git-wip-us.apache.org/repos/asf/accumulo/repo Commit: http://git-wip-us.apache.org/repos/asf/accumulo/commit/58345372 Tree: http://git-wip-us.apache.org/repos/asf/accumulo/tree/58345372 Diff: http://git-wip-us.apache.org/repos/asf/accumulo/diff/58345372 Branch: refs/heads/master Commit: 583453721c08cfd99468ac9a45457d711bbdb467 Parents: 8945f16 Author: Christopher Tubbs <[email protected]> Authored: Tue Sep 24 18:07:36 2013 -0400 Committer: Christopher Tubbs <[email protected]> Committed: Tue Sep 24 18:07:55 2013 -0400 ---------------------------------------------------------------------- .../java/org/apache/accumulo/start/MainTest.java | 16 ++++++++++++++++ 1 file changed, 16 insertions(+) ---------------------------------------------------------------------- http://git-wip-us.apache.org/repos/asf/accumulo/blob/58345372/start/src/test/java/org/apache/accumulo/start/MainTest.java ---------------------------------------------------------------------- diff --git a/start/src/test/java/org/apache/accumulo/start/MainTest.java b/start/src/test/java/org/apache/accumulo/start/MainTest.java index b529dd7..1ea22fb 100644 --- a/start/src/test/java/org/apache/accumulo/start/MainTest.java +++ b/start/src/test/java/org/apache/accumulo/start/MainTest.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.start; import static org.easymock.EasyMock.createMock;
