You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@distributedlog.apache.org by si...@apache.org on 2017/03/23 03:28:58 UTC

incubator-distributedlog git commit: DL-190: Add DISCLAIMER to the release packages

Repository: incubator-distributedlog
Updated Branches:
  refs/heads/master 27b4cddcc -> 2d2a4066c


DL-190: Add DISCLAIMER to the release packages

per apache release policy, we need to DISCLAIMER for releases.

http://incubator.apache.org/incubation/Incubation_Policy.html#Releases

Author: Sijie Guo <si...@apache.org>

Reviewers: Leigh Stewart <ls...@apache.org>

Closes #120 from sijie/sijie/add_disclaimer


Project: http://git-wip-us.apache.org/repos/asf/incubator-distributedlog/repo
Commit: http://git-wip-us.apache.org/repos/asf/incubator-distributedlog/commit/2d2a4066
Tree: http://git-wip-us.apache.org/repos/asf/incubator-distributedlog/tree/2d2a4066
Diff: http://git-wip-us.apache.org/repos/asf/incubator-distributedlog/diff/2d2a4066

Branch: refs/heads/master
Commit: 2d2a4066cc5dbd3a9aeae92e3dc838d20ffaba1a
Parents: 27b4cdd
Author: Sijie Guo <si...@apache.org>
Authored: Wed Mar 22 23:28:55 2017 -0400
Committer: Sijie Guo <si...@apache.org>
Committed: Wed Mar 22 23:28:55 2017 -0400

----------------------------------------------------------------------
 src/assemble/bin.xml                  | 6 ++++++
 src/assemble/src.xml                  | 1 +
 src/main/resources/DISCLAIMER.bin.txt | 7 +++++++
 src/main/resources/NOTICE.bin.txt     | 2 +-
 4 files changed, 15 insertions(+), 1 deletion(-)
----------------------------------------------------------------------


http://git-wip-us.apache.org/repos/asf/incubator-distributedlog/blob/2d2a4066/src/assemble/bin.xml
----------------------------------------------------------------------
diff --git a/src/assemble/bin.xml b/src/assemble/bin.xml
index 3464a51..1ec5681 100644
--- a/src/assemble/bin.xml
+++ b/src/assemble/bin.xml
@@ -62,6 +62,12 @@
       <destName>NOTICE</destName>
       <fileMode>644</fileMode>
     </file>
+    <file>
+      <source>../src/main/resources/DISCLAIMER.bin.txt</source>
+      <outputDirectory>/</outputDirectory>
+      <destName>DISCLAIMER</destName>
+      <fileMode>644</fileMode>
+    </file>
   </files>
   <dependencySets>
     <dependencySet>

http://git-wip-us.apache.org/repos/asf/incubator-distributedlog/blob/2d2a4066/src/assemble/src.xml
----------------------------------------------------------------------
diff --git a/src/assemble/src.xml b/src/assemble/src.xml
index 7031e06..d56d45c 100644
--- a/src/assemble/src.xml
+++ b/src/assemble/src.xml
@@ -29,6 +29,7 @@
       <includes>
         <include>**/README.md</include>
         <include>**/LICENSE</include>
+        <include>**/DISCLAIMER</include>
         <include>**/NOTICE</include>
         <include>**/pom.xml</include>
         <include>**/src/**</include>

http://git-wip-us.apache.org/repos/asf/incubator-distributedlog/blob/2d2a4066/src/main/resources/DISCLAIMER.bin.txt
----------------------------------------------------------------------
diff --git a/src/main/resources/DISCLAIMER.bin.txt b/src/main/resources/DISCLAIMER.bin.txt
new file mode 100644
index 0000000..09fea68
--- /dev/null
+++ b/src/main/resources/DISCLAIMER.bin.txt
@@ -0,0 +1,7 @@
+Apache DistributedLog is an effort undergoing incubation at The Apache Software Foundation (ASF),
+sponsored by the Apache Incubator PMC. Incubation is required of all newly accepted projects until
+a further review indicates that the infrastructure, communications, and decision making process have
+stabilized in a manner consistent with other successful ASF projects. While incubation status is not
+necessarily a reflection of the completeness or stability of the code, it does indicate that the
+project has yet to be fully endorsed by the ASF.
+

http://git-wip-us.apache.org/repos/asf/incubator-distributedlog/blob/2d2a4066/src/main/resources/NOTICE.bin.txt
----------------------------------------------------------------------
diff --git a/src/main/resources/NOTICE.bin.txt b/src/main/resources/NOTICE.bin.txt
index 69ed0ba..09b66bd 100644
--- a/src/main/resources/NOTICE.bin.txt
+++ b/src/main/resources/NOTICE.bin.txt
@@ -1,5 +1,5 @@
 Apache DistributedLog
-Copyright 2016 The Apache Software Foundation
+Copyright 2017 The Apache Software Foundation
 
 Licensed under the Apache License, Version 2.0 (the
 "License"); you may not use this file except in compliance