Skip to content
This repository was archived by the owner on May 12, 2021. It is now read-only.

Commit 22ce5ab

Browse files
author
Andrei Savu
committed
WHIRR-267. Update NOTICE and LICENSE files to mention 3rd party products (tomwhite via asavu)
git-svn-id: https://svn.apache.org/repos/asf/incubator/whirr/trunk@1084676 13f79535-47bb-0310-9956-ffa450edef68
1 parent b8fc231 commit 22ce5ab

29 files changed

+284
-3727
lines changed

CHANGES.txt

+3
Original file line numberDiff line numberDiff line change
@@ -105,6 +105,9 @@ Release 0.4.0 - 2011-03-15
105105
WHIRR-263. Default tarball not found for Cassandra (broken link
106106
in install_cassandra.sh) (asavu)
107107

108+
WHIRR-267. Update NOTICE and LICENSE files to mention 3rd party
109+
products (tomwhite via asavu)
110+
108111
Release 0.3.0 - 2011-01-15
109112

110113
NEW FEATURES

LICENSE.txt

+267-2
Large diffs are not rendered by default.

NOTICE-src.txt

+5
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,5 @@
1+
Apache Whirr
2+
Copyright 2010-2011 The Apache Software Foundation
3+
4+
This product includes software developed at
5+
The Apache Software Foundation (http://www.apache.org/).

NOTICE.txt

+1-3
Original file line numberDiff line numberDiff line change
@@ -1,14 +1,12 @@
11
Apache Whirr
2-
Copyright 2010 The Apache Software Foundation
2+
Copyright 2010-2011 The Apache Software Foundation
33

44
This product includes software developed at
55
The Apache Software Foundation (http://www.apache.org/).
66

7-
-------------------------------------------------------------------------------
87
This product includes Common Annotations (JSR 250, https://jsr250.dev.java.net/)
98
distributed under the CDDL Version 1.0 license.
109

11-
-------------------------------------------------------------------------------
1210
This product includes Jersey (https://jersey.dev.java.net/)
1311
distributed under the CDDL Version 1.0 license.
1412

build-tools/src/assemble-bin.xml

+1
Original file line numberDiff line numberDiff line change
@@ -38,6 +38,7 @@
3838
<directory>${project.basedir}</directory>
3939
<useDefaultExcludes>true</useDefaultExcludes>
4040
<excludes>
41+
<exclude>NOTICE-src.txt</exclude>
4142
<exclude>**/.project</exclude>
4243
<exclude>**/.gitignore</exclude>
4344
<exclude>**/${project.build.directory}/**</exclude>

build-tools/src/assemble-src.xml

+7
Original file line numberDiff line numberDiff line change
@@ -26,6 +26,7 @@
2626
<directory>${project.basedir}</directory>
2727
<useDefaultExcludes>true</useDefaultExcludes>
2828
<excludes>
29+
<exclude>NOTICE*.txt</exclude>
2930
<exclude>**/.project</exclude>
3031
<exclude>**/.gitignore</exclude>
3132
<exclude>**/${project.build.directory}/**</exclude>
@@ -34,4 +35,10 @@
3435
</excludes>
3536
</fileSet>
3637
</fileSets>
38+
<files>
39+
<file>
40+
<source>NOTICE-src.txt</source>
41+
<destName>NOTICE.txt</destName>
42+
</file>
43+
</files>
3744
</assembly>

lib/aws-common-1.0-beta-9b-LICENSE.txt

-224
This file was deleted.

0 commit comments

Comments
 (0)