You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@storm.apache.org by xi...@apache.org on 2017/02/07 06:43:58 UTC

[1/3] storm git commit: STORM-2346: add missing licenses

Repository: storm
Updated Branches:
  refs/heads/master b705d861b -> d3250b22f


STORM-2346: add missing licenses


Project: http://git-wip-us.apache.org/repos/asf/storm/repo
Commit: http://git-wip-us.apache.org/repos/asf/storm/commit/01d7b6d0
Tree: http://git-wip-us.apache.org/repos/asf/storm/tree/01d7b6d0
Diff: http://git-wip-us.apache.org/repos/asf/storm/diff/01d7b6d0

Branch: refs/heads/master
Commit: 01d7b6d081db98c284ed16036d0159faee2d0946
Parents: 5d8f230
Author: Xin Wang <be...@163.com>
Authored: Mon Feb 6 10:17:25 2017 +0800
Committer: vesense <be...@163.com>
Committed: Mon Feb 6 10:29:36 2017 +0800

----------------------------------------------------------------------
 dev-tools/rc/download-rc-directory.sh | 11 +++++++++++
 dev-tools/rc/verify-release-file.sh   | 11 +++++++++++
 2 files changed, 22 insertions(+)
----------------------------------------------------------------------


http://git-wip-us.apache.org/repos/asf/storm/blob/01d7b6d0/dev-tools/rc/download-rc-directory.sh
----------------------------------------------------------------------
diff --git a/dev-tools/rc/download-rc-directory.sh b/dev-tools/rc/download-rc-directory.sh
index 196a784..c5d674a 100755
--- a/dev-tools/rc/download-rc-directory.sh
+++ b/dev-tools/rc/download-rc-directory.sh
@@ -1,4 +1,15 @@
 #!/bin/bash
+#  Licensed 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.
 
 TARGET_URL=$1
 

http://git-wip-us.apache.org/repos/asf/storm/blob/01d7b6d0/dev-tools/rc/verify-release-file.sh
----------------------------------------------------------------------
diff --git a/dev-tools/rc/verify-release-file.sh b/dev-tools/rc/verify-release-file.sh
index 56b5c31..dcb2202 100755
--- a/dev-tools/rc/verify-release-file.sh
+++ b/dev-tools/rc/verify-release-file.sh
@@ -1,4 +1,15 @@
 #!/bin/bash
+#  Licensed 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.
 
 TARGET_FILE=$1
 


[3/3] storm git commit: STORM-2346: CHANGELOG

Posted by xi...@apache.org.
STORM-2346: CHANGELOG


Project: http://git-wip-us.apache.org/repos/asf/storm/repo
Commit: http://git-wip-us.apache.org/repos/asf/storm/commit/d3250b22
Tree: http://git-wip-us.apache.org/repos/asf/storm/tree/d3250b22
Diff: http://git-wip-us.apache.org/repos/asf/storm/diff/d3250b22

Branch: refs/heads/master
Commit: d3250b22f17bf98ffe97b00c9bdd2cdf0dc9eb8c
Parents: e59c28e
Author: vesense <be...@163.com>
Authored: Tue Feb 7 14:44:16 2017 +0800
Committer: vesense <be...@163.com>
Committed: Tue Feb 7 14:44:16 2017 +0800

----------------------------------------------------------------------
 CHANGELOG.md | 3 ++-
 1 file changed, 2 insertions(+), 1 deletion(-)
----------------------------------------------------------------------


http://git-wip-us.apache.org/repos/asf/storm/blob/d3250b22/CHANGELOG.md
----------------------------------------------------------------------
diff --git a/CHANGELOG.md b/CHANGELOG.md
index e4e1f35..e705c93 100644
--- a/CHANGELOG.md
+++ b/CHANGELOG.md
@@ -1,4 +1,5 @@
-## 2.0.0
+\ufeff## 2.0.0
+ * STORM-2346: Files with unapproved licenses: download-rc-directory.sh verify-release-file.sh
  * STORM-1961: Stream api for storm core use cases
  * STORM-2327: Introduce ConfigurableTopology
  * STORM-2323: Precondition for Leader Nimbus should check all topology blobs and also corresponding dependencies.


[2/3] storm git commit: Merge branch 'STORM-2346' of https://github.com/vesense/storm

Posted by xi...@apache.org.
Merge branch 'STORM-2346' of https://github.com/vesense/storm


Project: http://git-wip-us.apache.org/repos/asf/storm/repo
Commit: http://git-wip-us.apache.org/repos/asf/storm/commit/e59c28e6
Tree: http://git-wip-us.apache.org/repos/asf/storm/tree/e59c28e6
Diff: http://git-wip-us.apache.org/repos/asf/storm/diff/e59c28e6

Branch: refs/heads/master
Commit: e59c28e6c22f162e3e0bb80c571f4235adb07969
Parents: b705d86 01d7b6d
Author: vesense <be...@163.com>
Authored: Tue Feb 7 14:40:58 2017 +0800
Committer: vesense <be...@163.com>
Committed: Tue Feb 7 14:40:58 2017 +0800

----------------------------------------------------------------------
 dev-tools/rc/download-rc-directory.sh | 11 +++++++++++
 dev-tools/rc/verify-release-file.sh   | 11 +++++++++++
 2 files changed, 22 insertions(+)
----------------------------------------------------------------------