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 2015/12/30 19:11:51 UTC

[31/35] incubator-freemarker git commit: (Added missing copyright headers.)

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

Branch: refs/heads/2.3
Commit: 64c1b0821a24455a94850f5f6e30b80455e653f2
Parents: 7dfa664
Author: ddekany <dd...@apache.org>
Authored: Tue Dec 29 17:25:55 2015 +0100
Committer: ddekany <dd...@apache.org>
Committed: Tue Dec 29 17:25:55 2015 +0100

----------------------------------------------------------------------
 .../freemarker/manual/GettingStartedExample.java  | 18 ++++++++++++++++++
 src/test/java/freemarker/manual/Product.java      | 18 ++++++++++++++++++
 2 files changed, 36 insertions(+)
----------------------------------------------------------------------


http://git-wip-us.apache.org/repos/asf/incubator-freemarker/blob/64c1b082/src/test/java/freemarker/manual/GettingStartedExample.java
----------------------------------------------------------------------
diff --git a/src/test/java/freemarker/manual/GettingStartedExample.java b/src/test/java/freemarker/manual/GettingStartedExample.java
index 3e54c6c..af67eb1 100644
--- a/src/test/java/freemarker/manual/GettingStartedExample.java
+++ b/src/test/java/freemarker/manual/GettingStartedExample.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.manual;
 
 import java.io.OutputStreamWriter;

http://git-wip-us.apache.org/repos/asf/incubator-freemarker/blob/64c1b082/src/test/java/freemarker/manual/Product.java
----------------------------------------------------------------------
diff --git a/src/test/java/freemarker/manual/Product.java b/src/test/java/freemarker/manual/Product.java
index 67d2cc6..7f27456 100644
--- a/src/test/java/freemarker/manual/Product.java
+++ b/src/test/java/freemarker/manual/Product.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.manual;
 
 /**