You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@groovy.apache.org by pa...@apache.org on 2018/02/20 03:38:03 UTC

groovy git commit: add license header

Repository: groovy
Updated Branches:
  refs/heads/master 43f2c8e47 -> afcbbba13


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/afcbbba1
Tree: http://git-wip-us.apache.org/repos/asf/groovy/tree/afcbbba1
Diff: http://git-wip-us.apache.org/repos/asf/groovy/diff/afcbbba1

Branch: refs/heads/master
Commit: afcbbba13e84b07b0f273d5baeb1a7e001865677
Parents: 43f2c8e
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:37:32 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/afcbbba1/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