Repository: incubator-freemarker
Updated Branches:
  refs/heads/2.3-gae d8d070a1c -> 59f7d4667


(Missing copyright headers...)


Project: http://git-wip-us.apache.org/repos/asf/incubator-freemarker/repo
Commit: 
http://git-wip-us.apache.org/repos/asf/incubator-freemarker/commit/59f7d466
Tree: http://git-wip-us.apache.org/repos/asf/incubator-freemarker/tree/59f7d466
Diff: http://git-wip-us.apache.org/repos/asf/incubator-freemarker/diff/59f7d466

Branch: refs/heads/2.3-gae
Commit: 59f7d4667fc8645b6cf0229202cb0ed138a3d7e9
Parents: d8d070a
Author: ddekany <[email protected]>
Authored: Mon May 30 23:57:39 2016 +0200
Committer: ddekany <[email protected]>
Committed: Mon May 30 23:57:39 2016 +0200

----------------------------------------------------------------------
 .../test/templatesuite/expected/listhash.txt      | 18 ++++++++++++++++++
 .../test/templatesuite/templates/listhash.ftl     | 18 ++++++++++++++++++
 2 files changed, 36 insertions(+)
----------------------------------------------------------------------


http://git-wip-us.apache.org/repos/asf/incubator-freemarker/blob/59f7d466/src/test/resources/freemarker/test/templatesuite/expected/listhash.txt
----------------------------------------------------------------------
diff --git 
a/src/test/resources/freemarker/test/templatesuite/expected/listhash.txt 
b/src/test/resources/freemarker/test/templatesuite/expected/listhash.txt
index c603890..c713195 100644
--- a/src/test/resources/freemarker/test/templatesuite/expected/listhash.txt
+++ b/src/test/resources/freemarker/test/templatesuite/expected/listhash.txt
@@ -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.
+ */
 
 Non-empty maps:
 

http://git-wip-us.apache.org/repos/asf/incubator-freemarker/blob/59f7d466/src/test/resources/freemarker/test/templatesuite/templates/listhash.ftl
----------------------------------------------------------------------
diff --git 
a/src/test/resources/freemarker/test/templatesuite/templates/listhash.ftl 
b/src/test/resources/freemarker/test/templatesuite/templates/listhash.ftl
index 3668f89..82b7b56 100644
--- a/src/test/resources/freemarker/test/templatesuite/templates/listhash.ftl
+++ b/src/test/resources/freemarker/test/templatesuite/templates/listhash.ftl
@@ -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.
+-->
 <#setting booleanFormat='Y,N'>
 
 <#macro listings maps>

Reply via email to