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/01/01 13:12:26 UTC

[6/6] incubator-freemarker git commit: Added copyright comment to some more txt documents

Added copyright comment to some more txt documents


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

Branch: refs/heads/2.3-gae
Commit: 85f52ffccf6bc1d3938ab149dc099dedeb8d14c0
Parents: a64f136
Author: ddekany <dd...@apache.org>
Authored: Fri Jan 1 13:12:04 2016 +0100
Committer: ddekany <dd...@apache.org>
Committed: Fri Jan 1 13:12:04 2016 +0100

----------------------------------------------------------------------
 src/examples/README.txt                        | 19 +++++++++++++++++++
 src/examples/ant/README.txt                    | 19 +++++++++++++++++++
 src/main/misc/overloadedNumberRules/README.txt | 19 +++++++++++++++++++
 3 files changed, 57 insertions(+)
----------------------------------------------------------------------


http://git-wip-us.apache.org/repos/asf/incubator-freemarker/blob/85f52ffc/src/examples/README.txt
----------------------------------------------------------------------
diff --git a/src/examples/README.txt b/src/examples/README.txt
index 12dfa36..437cd28 100644
--- a/src/examples/README.txt
+++ b/src/examples/README.txt
@@ -1,3 +1,22 @@
+/*
+ * 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.
+ */
+ 
 Examples
 ========
 

http://git-wip-us.apache.org/repos/asf/incubator-freemarker/blob/85f52ffc/src/examples/ant/README.txt
----------------------------------------------------------------------
diff --git a/src/examples/ant/README.txt b/src/examples/ant/README.txt
index 60e4186..5ac811c 100644
--- a/src/examples/ant/README.txt
+++ b/src/examples/ant/README.txt
@@ -1,3 +1,22 @@
+/*
+ * 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.
+ */
+ 
 Issue ant from this directory, and it will create an out directory with HTLM
 in it.
 

http://git-wip-us.apache.org/repos/asf/incubator-freemarker/blob/85f52ffc/src/main/misc/overloadedNumberRules/README.txt
----------------------------------------------------------------------
diff --git a/src/main/misc/overloadedNumberRules/README.txt b/src/main/misc/overloadedNumberRules/README.txt
index 197444c..a354dab 100644
--- a/src/main/misc/overloadedNumberRules/README.txt
+++ b/src/main/misc/overloadedNumberRules/README.txt
@@ -1,3 +1,22 @@
+/*
+ * 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.
+ */
+
 This FMPP project is used for generating the source code of some
 `freemarker.ext.beans.OverloadedNumberUtil` methods based on the
 content of `prices.ods` (LibreOffice spreadsheet).