You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@groovy.apache.org by su...@apache.org on 2017/05/20 14:59:43 UTC

groovy git commit: Add license header to Maps

Repository: groovy
Updated Branches:
  refs/heads/master b02d2f57c -> b0e44902c


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

Branch: refs/heads/master
Commit: b0e44902cfc6850a98843495b687b93365696fd3
Parents: b02d2f5
Author: sunlan <su...@apache.org>
Authored: Sat May 20 22:59:35 2017 +0800
Committer: sunlan <su...@apache.org>
Committed: Sat May 20 22:59:35 2017 +0800

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


http://git-wip-us.apache.org/repos/asf/groovy/blob/b0e44902/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;