Repository: incubator-apex-core Updated Branches: refs/heads/release-3.2 d9b2af077 -> 8ef3f6e51
APEX-217 #resolve added NOTICE.vm that generates original copyright in NOTICE. The workaround suggested in https://issues.apache.org/jira/browse/MASFRES-5. 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/eb8cc746 Tree: http://git-wip-us.apache.org/repos/asf/incubator-apex-core/tree/eb8cc746 Diff: http://git-wip-us.apache.org/repos/asf/incubator-apex-core/diff/eb8cc746 Branch: refs/heads/release-3.2 Commit: eb8cc746937bf4562450cfea0f5195150592dd01 Parents: ce44d23 Author: Vlad Rozov <[email protected]> Authored: Thu Oct 22 21:17:51 2015 -0700 Committer: Vlad Rozov <[email protected]> Committed: Thu Oct 22 21:26:30 2015 -0700 ---------------------------------------------------------------------- NOTICE | 1 + apex-app-archetype/src/main/appended-resources/META-INF/NOTICE.vm | 3 +++ .../src/main/appended-resources/META-INF/NOTICE.vm | 3 +++ api/src/main/appended-resources/META-INF/NOTICE.vm | 3 +++ bufferserver/src/main/appended-resources/META-INF/NOTICE.vm | 3 +++ common/src/main/appended-resources/META-INF/NOTICE.vm | 3 +++ engine/src/main/appended-resources/META-INF/NOTICE.vm | 3 +++ pom.xml | 3 +++ 8 files changed, 22 insertions(+) ---------------------------------------------------------------------- http://git-wip-us.apache.org/repos/asf/incubator-apex-core/blob/eb8cc746/NOTICE ---------------------------------------------------------------------- diff --git a/NOTICE b/NOTICE index eef5e86..1dfedde 100644 --- a/NOTICE +++ b/NOTICE @@ -4,6 +4,7 @@ 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/eb8cc746/apex-app-archetype/src/main/appended-resources/META-INF/NOTICE.vm ---------------------------------------------------------------------- diff --git a/apex-app-archetype/src/main/appended-resources/META-INF/NOTICE.vm b/apex-app-archetype/src/main/appended-resources/META-INF/NOTICE.vm new file mode 100644 index 0000000..7edf492 --- /dev/null +++ b/apex-app-archetype/src/main/appended-resources/META-INF/NOTICE.vm @@ -0,0 +1,3 @@ +#if($project.properties.postNoticeText) +$project.properties.postNoticeText +#end \ No newline at end of file http://git-wip-us.apache.org/repos/asf/incubator-apex-core/blob/eb8cc746/apex-conf-archetype/src/main/appended-resources/META-INF/NOTICE.vm ---------------------------------------------------------------------- diff --git a/apex-conf-archetype/src/main/appended-resources/META-INF/NOTICE.vm b/apex-conf-archetype/src/main/appended-resources/META-INF/NOTICE.vm new file mode 100644 index 0000000..7edf492 --- /dev/null +++ b/apex-conf-archetype/src/main/appended-resources/META-INF/NOTICE.vm @@ -0,0 +1,3 @@ +#if($project.properties.postNoticeText) +$project.properties.postNoticeText +#end \ No newline at end of file http://git-wip-us.apache.org/repos/asf/incubator-apex-core/blob/eb8cc746/api/src/main/appended-resources/META-INF/NOTICE.vm ---------------------------------------------------------------------- diff --git a/api/src/main/appended-resources/META-INF/NOTICE.vm b/api/src/main/appended-resources/META-INF/NOTICE.vm new file mode 100644 index 0000000..7edf492 --- /dev/null +++ b/api/src/main/appended-resources/META-INF/NOTICE.vm @@ -0,0 +1,3 @@ +#if($project.properties.postNoticeText) +$project.properties.postNoticeText +#end \ No newline at end of file http://git-wip-us.apache.org/repos/asf/incubator-apex-core/blob/eb8cc746/bufferserver/src/main/appended-resources/META-INF/NOTICE.vm ---------------------------------------------------------------------- diff --git a/bufferserver/src/main/appended-resources/META-INF/NOTICE.vm b/bufferserver/src/main/appended-resources/META-INF/NOTICE.vm new file mode 100644 index 0000000..7edf492 --- /dev/null +++ b/bufferserver/src/main/appended-resources/META-INF/NOTICE.vm @@ -0,0 +1,3 @@ +#if($project.properties.postNoticeText) +$project.properties.postNoticeText +#end \ No newline at end of file http://git-wip-us.apache.org/repos/asf/incubator-apex-core/blob/eb8cc746/common/src/main/appended-resources/META-INF/NOTICE.vm ---------------------------------------------------------------------- diff --git a/common/src/main/appended-resources/META-INF/NOTICE.vm b/common/src/main/appended-resources/META-INF/NOTICE.vm new file mode 100644 index 0000000..7edf492 --- /dev/null +++ b/common/src/main/appended-resources/META-INF/NOTICE.vm @@ -0,0 +1,3 @@ +#if($project.properties.postNoticeText) +$project.properties.postNoticeText +#end \ No newline at end of file http://git-wip-us.apache.org/repos/asf/incubator-apex-core/blob/eb8cc746/engine/src/main/appended-resources/META-INF/NOTICE.vm ---------------------------------------------------------------------- diff --git a/engine/src/main/appended-resources/META-INF/NOTICE.vm b/engine/src/main/appended-resources/META-INF/NOTICE.vm new file mode 100644 index 0000000..7edf492 --- /dev/null +++ b/engine/src/main/appended-resources/META-INF/NOTICE.vm @@ -0,0 +1,3 @@ +#if($project.properties.postNoticeText) +$project.properties.postNoticeText +#end \ No newline at end of file http://git-wip-us.apache.org/repos/asf/incubator-apex-core/blob/eb8cc746/pom.xml ---------------------------------------------------------------------- diff --git a/pom.xml b/pom.xml index 1fdabcf..f20e85f 100644 --- a/pom.xml +++ b/pom.xml @@ -109,6 +109,7 @@ <exclude>DISCLAIMER</exclude> <exclude>LICENSE</exclude> <exclude>NOTICE</exclude> + <exclude>**/NOTICE.vm</exclude> <exclude>**/*.md</exclude> <exclude>**/*.txt</exclude> <exclude>**/*.importorder</exclude> @@ -191,6 +192,7 @@ <exclude>**/*.md</exclude> <exclude>**/*.txt</exclude> <exclude>**/*.importorder</exclude> + <exclude>**/NOTICE.vm</exclude> </excludes> </configuration> </plugin> @@ -360,6 +362,7 @@ <distMgmtDevUrl>file://${project.build.directory}/mvn-repo</distMgmtDevUrl> <package.prefix>/opt/datatorrent</package.prefix> <package.groupname>dtorrent</package.groupname> + <postNoticeText>The initial developer of the original code is
DataTorrent, Inc. (http://www.datatorrent.com)
Copyright (c) 2012 - 2015. All Rights Reserved.</postNoticeText> </properties> <distributionManagement> <repository>
