You are viewing a plain text version of this content. The canonical link for it is here.
Posted to notifications@freemarker.apache.org by dd...@apache.org on 2016/06/12 16:54:25 UTC

[44/50] incubator-freemarker git commit: (Added missing copyright comment)

(Added missing copyright comment)


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

Branch: refs/heads/2.3
Commit: 60165602a5a0e083d8dcb8daad603022b4840b38
Parents: fa855c7
Author: ddekany <dd...@apache.org>
Authored: Sun Jun 12 17:49:33 2016 +0200
Committer: ddekany <dd...@apache.org>
Committed: Sun Jun 12 17:49:33 2016 +0200

----------------------------------------------------------------------
 .../IncludeAndImportConfigurableLayersTest.java   | 18 ++++++++++++++++++
 1 file changed, 18 insertions(+)
----------------------------------------------------------------------


http://git-wip-us.apache.org/repos/asf/incubator-freemarker/blob/60165602/src/test/java/freemarker/core/IncludeAndImportConfigurableLayersTest.java
----------------------------------------------------------------------
diff --git a/src/test/java/freemarker/core/IncludeAndImportConfigurableLayersTest.java b/src/test/java/freemarker/core/IncludeAndImportConfigurableLayersTest.java
index e97f8b5..96259d3 100644
--- a/src/test/java/freemarker/core/IncludeAndImportConfigurableLayersTest.java
+++ b/src/test/java/freemarker/core/IncludeAndImportConfigurableLayersTest.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 freemarker.core;
 
 import static org.junit.Assert.assertEquals;