APEX-189 Add original copyright owner to NOTICE, rename license header template for clarity.
Project: http://git-wip-us.apache.org/repos/asf/incubator-apex-core/repo Commit: http://git-wip-us.apache.org/repos/asf/incubator-apex-core/commit/529597fc Tree: http://git-wip-us.apache.org/repos/asf/incubator-apex-core/tree/529597fc Diff: http://git-wip-us.apache.org/repos/asf/incubator-apex-core/diff/529597fc Branch: refs/heads/feature-module Commit: 529597fc02ead77900ab661738405ca9b36e5e9b Parents: d7afe72 Author: Thomas Weise <[email protected]> Authored: Sun Oct 18 22:33:20 2015 -0700 Committer: Thomas Weise <[email protected]> Committed: Sun Oct 18 22:45:48 2015 -0700 ---------------------------------------------------------------------- NOTICE | 3 +++ header.txt | 16 ++++++++++++++++ license.txt | 16 ---------------- pom.xml | 2 +- 4 files changed, 20 insertions(+), 17 deletions(-) ---------------------------------------------------------------------- http://git-wip-us.apache.org/repos/asf/incubator-apex-core/blob/529597fc/NOTICE ---------------------------------------------------------------------- diff --git a/NOTICE b/NOTICE index d834235..eef5e86 100644 --- a/NOTICE +++ b/NOTICE @@ -4,3 +4,6 @@ Copyright (c) 2015 The Apache Software Foundation This product includes software developed at The Apache Software Foundation (http://www.apache.org/). +The initial developer of the original code is +DataTorrent, Inc. (http://www.datatorrent.com) +Copyright (c) 2012 - 2015. All Rights Reserved. http://git-wip-us.apache.org/repos/asf/incubator-apex-core/blob/529597fc/header.txt ---------------------------------------------------------------------- diff --git a/header.txt b/header.txt new file mode 100644 index 0000000..60b675e --- /dev/null +++ b/header.txt @@ -0,0 +1,16 @@ +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. http://git-wip-us.apache.org/repos/asf/incubator-apex-core/blob/529597fc/license.txt ---------------------------------------------------------------------- diff --git a/license.txt b/license.txt deleted file mode 100644 index 60b675e..0000000 --- a/license.txt +++ /dev/null @@ -1,16 +0,0 @@ -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. http://git-wip-us.apache.org/repos/asf/incubator-apex-core/blob/529597fc/pom.xml ---------------------------------------------------------------------- diff --git a/pom.xml b/pom.xml index 9cd4e5d..528eab4 100644 --- a/pom.xml +++ b/pom.xml @@ -99,7 +99,7 @@ <artifactId>license-maven-plugin</artifactId> <version>2.11</version> <configuration> - <header>license.txt</header> + <header>header.txt</header> <properties> <owner>Apache Software Foundation</owner> <email>[email protected]</email>
