Repository: incubator-freemarker Updated Branches: refs/heads/2.3-gae 2890b2ecd -> 8a259d463
Added copyright comment to properties files Project: http://git-wip-us.apache.org/repos/asf/incubator-freemarker/repo Commit: http://git-wip-us.apache.org/repos/asf/incubator-freemarker/commit/8a259d46 Tree: http://git-wip-us.apache.org/repos/asf/incubator-freemarker/tree/8a259d46 Diff: http://git-wip-us.apache.org/repos/asf/incubator-freemarker/diff/8a259d46 Branch: refs/heads/2.3-gae Commit: 8a259d463eabb26f4e50564ff1aa6dc24b8758ce Parents: 2890b2e Author: ddekany <[email protected]> Authored: Thu Dec 31 12:03:48 2015 +0100 Committer: ddekany <[email protected]> Committed: Thu Dec 31 12:03:48 2015 +0100 ---------------------------------------------------------------------- build.properties.sample | 17 +++++++++++++++++ osgi.bnd | 17 +++++++++++++++++ .../example/ApplicationResources.properties | 17 +++++++++++++++++ src/main/resources/freemarker/version.properties | 17 +++++++++++++++++ .../ConfigureOutputFormatExamples1.properties | 17 +++++++++++++++++ .../ConfigureOutputFormatExamples2.properties | 17 +++++++++++++++++ .../TemplateConfigurationExamples1.properties | 17 +++++++++++++++++ .../TemplateConfigurationExamples2.properties | 17 +++++++++++++++++ .../TemplateConfigurationExamples3.properties | 17 +++++++++++++++++ .../models/BeansTestResources.properties | 17 +++++++++++++++++ 10 files changed, 170 insertions(+) ---------------------------------------------------------------------- http://git-wip-us.apache.org/repos/asf/incubator-freemarker/blob/8a259d46/build.properties.sample ---------------------------------------------------------------------- diff --git a/build.properties.sample b/build.properties.sample index 1a94745..fb1d632 100644 --- a/build.properties.sample +++ b/build.properties.sample @@ -1,3 +1,20 @@ +# 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. + # Copy this file to "build.properties" before editing! # These propeties should point to the rt.jar-s of the respective J2SE versions: boot.classpath.j2se1.5=C:/Program Files (x86)/Java/jdk1.5.0_16/jre/lib/rt.jar http://git-wip-us.apache.org/repos/asf/incubator-freemarker/blob/8a259d46/osgi.bnd ---------------------------------------------------------------------- diff --git a/osgi.bnd b/osgi.bnd index a5ce816..6082429 100644 --- a/osgi.bnd +++ b/osgi.bnd @@ -1,3 +1,20 @@ +# 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 file is used for creating OSGi bundles with biz.aQute.bnd # # bnd is a tool that automatically discovers the possible exports and http://git-wip-us.apache.org/repos/asf/incubator-freemarker/blob/8a259d46/src/examples/struts-webapp/WEB-INF/classes/example/ApplicationResources.properties ---------------------------------------------------------------------- diff --git a/src/examples/struts-webapp/WEB-INF/classes/example/ApplicationResources.properties b/src/examples/struts-webapp/WEB-INF/classes/example/ApplicationResources.properties index 0dc9d86..7d6f5c8 100644 --- a/src/examples/struts-webapp/WEB-INF/classes/example/ApplicationResources.properties +++ b/src/examples/struts-webapp/WEB-INF/classes/example/ApplicationResources.properties @@ -1,3 +1,20 @@ +# 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. + errors.header=<p><font color=red>Please correct the following problems:</font><ul> errors.prefix=<li><font color=red> errors.suffix=</font> http://git-wip-us.apache.org/repos/asf/incubator-freemarker/blob/8a259d46/src/main/resources/freemarker/version.properties ---------------------------------------------------------------------- diff --git a/src/main/resources/freemarker/version.properties b/src/main/resources/freemarker/version.properties index ba5c76d..1b7de72 100644 --- a/src/main/resources/freemarker/version.properties +++ b/src/main/resources/freemarker/version.properties @@ -1,3 +1,20 @@ +# 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. + # Version info for the builds. # Version number http://git-wip-us.apache.org/repos/asf/incubator-freemarker/blob/8a259d46/src/test/resources/freemarker/manual/ConfigureOutputFormatExamples1.properties ---------------------------------------------------------------------- diff --git a/src/test/resources/freemarker/manual/ConfigureOutputFormatExamples1.properties b/src/test/resources/freemarker/manual/ConfigureOutputFormatExamples1.properties index f21272a..e39a50e 100644 --- a/src/test/resources/freemarker/manual/ConfigureOutputFormatExamples1.properties +++ b/src/test/resources/freemarker/manual/ConfigureOutputFormatExamples1.properties @@ -1,3 +1,20 @@ +# 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. + templateConfigurations = \ ConditionalTemplateConfigurationFactory( \ PathGlobMatcher("mail/**"), \ http://git-wip-us.apache.org/repos/asf/incubator-freemarker/blob/8a259d46/src/test/resources/freemarker/manual/ConfigureOutputFormatExamples2.properties ---------------------------------------------------------------------- diff --git a/src/test/resources/freemarker/manual/ConfigureOutputFormatExamples2.properties b/src/test/resources/freemarker/manual/ConfigureOutputFormatExamples2.properties index b01090b..904b851 100644 --- a/src/test/resources/freemarker/manual/ConfigureOutputFormatExamples2.properties +++ b/src/test/resources/freemarker/manual/ConfigureOutputFormatExamples2.properties @@ -1,3 +1,20 @@ +# 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. + templateConfigurations = \ FirstMatchTemplateConfigurationFactory( \ ConditionalTemplateConfigurationFactory( \ http://git-wip-us.apache.org/repos/asf/incubator-freemarker/blob/8a259d46/src/test/resources/freemarker/manual/TemplateConfigurationExamples1.properties ---------------------------------------------------------------------- diff --git a/src/test/resources/freemarker/manual/TemplateConfigurationExamples1.properties b/src/test/resources/freemarker/manual/TemplateConfigurationExamples1.properties index b6edf1a..537efe2 100644 --- a/src/test/resources/freemarker/manual/TemplateConfigurationExamples1.properties +++ b/src/test/resources/freemarker/manual/TemplateConfigurationExamples1.properties @@ -1,3 +1,20 @@ +# 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. + templateConfigurations = \ ConditionalTemplateConfigurationFactory( \ FileExtensionMatcher("xml"), \ http://git-wip-us.apache.org/repos/asf/incubator-freemarker/blob/8a259d46/src/test/resources/freemarker/manual/TemplateConfigurationExamples2.properties ---------------------------------------------------------------------- diff --git a/src/test/resources/freemarker/manual/TemplateConfigurationExamples2.properties b/src/test/resources/freemarker/manual/TemplateConfigurationExamples2.properties index a39acca..c8740cf 100644 --- a/src/test/resources/freemarker/manual/TemplateConfigurationExamples2.properties +++ b/src/test/resources/freemarker/manual/TemplateConfigurationExamples2.properties @@ -1,3 +1,20 @@ +# 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. + templateConfigurations = \ ConditionalTemplateConfigurationFactory( \ PathGlobMatcher("mail/**"), \ http://git-wip-us.apache.org/repos/asf/incubator-freemarker/blob/8a259d46/src/test/resources/freemarker/manual/TemplateConfigurationExamples3.properties ---------------------------------------------------------------------- diff --git a/src/test/resources/freemarker/manual/TemplateConfigurationExamples3.properties b/src/test/resources/freemarker/manual/TemplateConfigurationExamples3.properties index 424330b..126f674 100644 --- a/src/test/resources/freemarker/manual/TemplateConfigurationExamples3.properties +++ b/src/test/resources/freemarker/manual/TemplateConfigurationExamples3.properties @@ -1,3 +1,20 @@ +# 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. + templateConfigurations = \ MergingTemplateConfigurationFactory( \ ConditionalTemplateConfigurationFactory( \ http://git-wip-us.apache.org/repos/asf/incubator-freemarker/blob/8a259d46/src/test/resources/freemarker/test/templatesuite/models/BeansTestResources.properties ---------------------------------------------------------------------- diff --git a/src/test/resources/freemarker/test/templatesuite/models/BeansTestResources.properties b/src/test/resources/freemarker/test/templatesuite/models/BeansTestResources.properties index 92f713c..24b1e65 100644 --- a/src/test/resources/freemarker/test/templatesuite/models/BeansTestResources.properties +++ b/src/test/resources/freemarker/test/templatesuite/models/BeansTestResources.properties @@ -1,2 +1,19 @@ +# 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. + message=Message format={0,date,yyyy-MM-dd} \ No newline at end of file
