Repository: incubator-freemarker Updated Branches: refs/heads/2.3-gae 559381f38 -> e7ce04bdd
Added copyright comments to some build related XML-s and the Manual XML Project: http://git-wip-us.apache.org/repos/asf/incubator-freemarker/repo Commit: http://git-wip-us.apache.org/repos/asf/incubator-freemarker/commit/e7ce04bd Tree: http://git-wip-us.apache.org/repos/asf/incubator-freemarker/tree/e7ce04bd Diff: http://git-wip-us.apache.org/repos/asf/incubator-freemarker/diff/e7ce04bd Branch: refs/heads/2.3-gae Commit: e7ce04bdd3dbabd7fbf7d6e65a7d8c97e350e063 Parents: 559381f Author: ddekany <[email protected]> Authored: Thu Dec 31 01:27:16 2015 +0100 Committer: ddekany <[email protected]> Committed: Thu Dec 31 01:27:16 2015 +0100 ---------------------------------------------------------------------- build.xml | 18 ++++++++++++++++++ ivy.xml | 19 +++++++++++++++++++ ivysettings.xml | 19 +++++++++++++++++++ src/manual/en_US/book.xml | 18 ++++++++++++++++++ 4 files changed, 74 insertions(+) ---------------------------------------------------------------------- http://git-wip-us.apache.org/repos/asf/incubator-freemarker/blob/e7ce04bd/build.xml ---------------------------------------------------------------------- diff --git a/build.xml b/build.xml index aa42db9..62e2156 100644 --- a/build.xml +++ b/build.xml @@ -1,4 +1,22 @@ <?xml version="1.0" encoding="UTF-8"?> +<!-- + 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. +--> <project basedir="." default="jar" name="freemarker" xmlns:ivy="antlib:org.apache.ivy.ant" http://git-wip-us.apache.org/repos/asf/incubator-freemarker/blob/e7ce04bd/ivy.xml ---------------------------------------------------------------------- diff --git a/ivy.xml b/ivy.xml index 1e40eb9..71f1de4 100644 --- a/ivy.xml +++ b/ivy.xml @@ -1,4 +1,23 @@ <!-- + 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. +--> + +<!-- AFTER CHANGING THIS FILE don't forget to issue: ant update-deps --> <!DOCTYPE ivy-module [ http://git-wip-us.apache.org/repos/asf/incubator-freemarker/blob/e7ce04bd/ivysettings.xml ---------------------------------------------------------------------- diff --git a/ivysettings.xml b/ivysettings.xml index 0eda602..3369274 100644 --- a/ivysettings.xml +++ b/ivysettings.xml @@ -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. +--> + <ivysettings> <!-- Prevent IvyDE error: --> <property name="server.ivy.repo.root" value="${ivy.project.dir}/NOT_SET" override="false" /> http://git-wip-us.apache.org/repos/asf/incubator-freemarker/blob/e7ce04bd/src/manual/en_US/book.xml ---------------------------------------------------------------------- diff --git a/src/manual/en_US/book.xml b/src/manual/en_US/book.xml index 665826f..26dd513 100644 --- a/src/manual/en_US/book.xml +++ b/src/manual/en_US/book.xml @@ -1,4 +1,22 @@ <?xml version="1.0" encoding="UTF-8"?> +<!-- + 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. +--> <book conformance="docgen" version="5.0" xml:lang="en" xmlns="http://docbook.org/ns/docbook" xmlns:xlink="http://www.w3.org/1999/xlink"
