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/03/20 19:43:11 UTC

incubator-freemarker git commit: Missing copyright header.

Repository: incubator-freemarker
Updated Branches:
  refs/heads/2.3.24-gae-stabilization 3f9de1c19 -> 677cdf942


Missing copyright header.


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

Branch: refs/heads/2.3.24-gae-stabilization
Commit: 677cdf94231a4b8bb9ca864f50f75ce8aae0340e
Parents: 3f9de1c
Author: ddekany <dd...@apache.org>
Authored: Sun Mar 20 19:42:54 2016 +0100
Committer: ddekany <dd...@apache.org>
Committed: Sun Mar 20 19:42:54 2016 +0100

----------------------------------------------------------------------
 .../freemarker/cache/MultiTemplateLoaderTest.java | 18 ++++++++++++++++++
 1 file changed, 18 insertions(+)
----------------------------------------------------------------------


http://git-wip-us.apache.org/repos/asf/incubator-freemarker/blob/677cdf94/src/test/java/freemarker/cache/MultiTemplateLoaderTest.java
----------------------------------------------------------------------
diff --git a/src/test/java/freemarker/cache/MultiTemplateLoaderTest.java b/src/test/java/freemarker/cache/MultiTemplateLoaderTest.java
index c67ca76..e4b14f3 100644
--- a/src/test/java/freemarker/cache/MultiTemplateLoaderTest.java
+++ b/src/test/java/freemarker/cache/MultiTemplateLoaderTest.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.cache;
 
 import static org.junit.Assert.*;