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:53:51 UTC

[10/50] incubator-freemarker git commit: (Missing copyright headers)

(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/aced7b8a
Tree: http://git-wip-us.apache.org/repos/asf/incubator-freemarker/tree/aced7b8a
Diff: http://git-wip-us.apache.org/repos/asf/incubator-freemarker/diff/aced7b8a

Branch: refs/heads/2.3
Commit: aced7b8a711c3e34584f21b8dab943e42d24d418
Parents: 53bae29
Author: ddekany <dd...@apache.org>
Authored: Sat May 28 15:14:28 2016 +0200
Committer: ddekany <dd...@apache.org>
Committed: Sat May 28 15:14:28 2016 +0200

----------------------------------------------------------------------
 src/test/java/freemarker/core/TabSizeTest.java    | 18 ++++++++++++++++++
 .../java/freemarker/template/GetSourceTest.java   | 18 ++++++++++++++++++
 2 files changed, 36 insertions(+)
----------------------------------------------------------------------


http://git-wip-us.apache.org/repos/asf/incubator-freemarker/blob/aced7b8a/src/test/java/freemarker/core/TabSizeTest.java
----------------------------------------------------------------------
diff --git a/src/test/java/freemarker/core/TabSizeTest.java b/src/test/java/freemarker/core/TabSizeTest.java
index 82c6951..1f59a3a 100644
--- a/src/test/java/freemarker/core/TabSizeTest.java
+++ b/src/test/java/freemarker/core/TabSizeTest.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.*;

http://git-wip-us.apache.org/repos/asf/incubator-freemarker/blob/aced7b8a/src/test/java/freemarker/template/GetSourceTest.java
----------------------------------------------------------------------
diff --git a/src/test/java/freemarker/template/GetSourceTest.java b/src/test/java/freemarker/template/GetSourceTest.java
index 1d7f63c..e6bfd88 100644
--- a/src/test/java/freemarker/template/GetSourceTest.java
+++ b/src/test/java/freemarker/template/GetSourceTest.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.template;
 
 import static org.junit.Assert.assertEquals;