Added copyright headers to .git* 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/ca52e2d0 Tree: http://git-wip-us.apache.org/repos/asf/incubator-freemarker/tree/ca52e2d0 Diff: http://git-wip-us.apache.org/repos/asf/incubator-freemarker/diff/ca52e2d0 Branch: refs/heads/2.3 Commit: ca52e2d05b0672b9896cdc1c1bf918ec999eb267 Parents: 5198486 Author: ddekany <[email protected]> Authored: Wed Mar 15 13:05:02 2017 +0100 Committer: ddekany <[email protected]> Committed: Wed Mar 15 13:05:02 2017 +0100 ---------------------------------------------------------------------- .gitattributes | 17 +++++++++++++++++ .gitignore | 17 +++++++++++++++++ 2 files changed, 34 insertions(+) ---------------------------------------------------------------------- http://git-wip-us.apache.org/repos/asf/incubator-freemarker/blob/ca52e2d0/.gitattributes ---------------------------------------------------------------------- diff --git a/.gitattributes b/.gitattributes index 57798ba..0ee4c3a 100644 --- a/.gitattributes +++ b/.gitattributes @@ -1 +1,18 @@ +# 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. + * text=auto http://git-wip-us.apache.org/repos/asf/incubator-freemarker/blob/ca52e2d0/.gitignore ---------------------------------------------------------------------- diff --git a/.gitignore b/.gitignore index 28532ff..037de7d 100644 --- a/.gitignore +++ b/.gitignore @@ -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. + /.ivy/ /.bin/ /build/
