Repository: groovy
Updated Branches:
  refs/heads/GROOVY_2_6_X 7262d023e -> 3bae60978


add license header


Project: http://git-wip-us.apache.org/repos/asf/groovy/repo
Commit: http://git-wip-us.apache.org/repos/asf/groovy/commit/3bae6097
Tree: http://git-wip-us.apache.org/repos/asf/groovy/tree/3bae6097
Diff: http://git-wip-us.apache.org/repos/asf/groovy/diff/3bae6097

Branch: refs/heads/GROOVY_2_6_X
Commit: 3bae6097813903f8b9674f08a5b45208dce01479
Parents: 7262d02
Author: paulk <pa...@asert.com.au>
Authored: Tue Feb 20 13:37:32 2018 +1000
Committer: paulk <pa...@asert.com.au>
Committed: Tue Feb 20 13:40:50 2018 +1000

----------------------------------------------------------------------
 .../java/org/apache/groovy/util/MapsTest.java   | 21 +++++++++++++++++---
 1 file changed, 18 insertions(+), 3 deletions(-)
----------------------------------------------------------------------


http://git-wip-us.apache.org/repos/asf/groovy/blob/3bae6097/src/test/java/org/apache/groovy/util/MapsTest.java
----------------------------------------------------------------------
diff --git a/src/test/java/org/apache/groovy/util/MapsTest.java 
b/src/test/java/org/apache/groovy/util/MapsTest.java
index 4a1bd10..6a00785 100644
--- a/src/test/java/org/apache/groovy/util/MapsTest.java
+++ b/src/test/java/org/apache/groovy/util/MapsTest.java
@@ -1,3 +1,21 @@
+/*
+ *  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.groovy.util;
 
 import org.junit.Assert;
@@ -5,9 +23,6 @@ import org.junit.Test;
 
 import java.util.Map;
 
-import static org.apache.groovy.util.Maps.of;
-import static org.junit.Assert.*;
-
 public class MapsTest {
 
     @Test

Reply via email to