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 2017/05/26 00:04:55 UTC

[4/9] groovy git commit: Add license header to Maps

Add license header to Maps


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

Branch: refs/heads/GROOVY_2_6_X
Commit: 71b4b001a8763662fe7f4ce464ba69afd1c1f3ab
Parents: 1269bcc
Author: sunlan <su...@apache.org>
Authored: Sat May 20 22:59:35 2017 +0800
Committer: paulk <pa...@asert.com.au>
Committed: Fri May 26 10:04:26 2017 +1000

----------------------------------------------------------------------
 src/main/org/apache/groovy/util/Maps.java | 18 ++++++++++++++++++
 1 file changed, 18 insertions(+)
----------------------------------------------------------------------


http://git-wip-us.apache.org/repos/asf/groovy/blob/71b4b001/src/main/org/apache/groovy/util/Maps.java
----------------------------------------------------------------------
diff --git a/src/main/org/apache/groovy/util/Maps.java b/src/main/org/apache/groovy/util/Maps.java
index e94005c..0ad3d2c 100644
--- a/src/main/org/apache/groovy/util/Maps.java
+++ b/src/main/org/apache/groovy/util/Maps.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 java.util.Collections;