public
Rubygem
Description: Apache Buildr
Homepage: http://incubator.apache.org/buildr
Clone URL: git://github.com/vic/buildr.git
Search Repo:
Cleaning up the notice with just what's necessary.

git-svn-id: https://svn.apache.org/repos/asf/incubator/buildr/trunk@651716 
13f79535-47bb-0310-9956-ffa450edef68
matthieu (author)
Fri Apr 25 15:16:39 -0700 2008
commit  d5b4e8198fe654f372a7dd819d4f8496ab22669c
tree    b2f5a5ebc6506007ed124fcde15a9496c5d6ae6a
parent  73f402c03887b7f36579461bff194d9e136ebf45
0
...
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
...
71
72
73
74
75
76
77
78
79
...
15
16
17
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
18
19
20
21
...
25
26
27
 
28
29
30
 
31
0
@@ -15,52 +15,6 @@
0
 http://www.intalio.com
0
 
0
 
0
-THIRD-PARTY DEPENDENCIES
0
-------------------------
0
-Even though those dependencies aren't shipped with Buildr, Buildr needs
0
-the third-party libraries listed below to run. According licenses are
0
-bundled under the etc/legal directory (when available).
0
-
0
-* Rake - http://rubyforge.org/projects/rake
0
-Licensed under MIT/X Consortium
0
-Copyright 2003, 2004 by Jim Weirich.
0
-
0
-* Builder - http://rubyforge.org/projects/builder
0
-Licensed under MIT/X Consortium
0
-Copyright 2004 by Jim Weirich (jim@weirichhouse.org).
0
-
0
-* net-ssh - http://rubyforge.org/projects/net-ssh
0
-Licensed under BSD
0
-Copyright 2004, Jamis Buck (jamis@37signals.com)
0
-
0
-* rubyzip - http://rubyforge.org/projects/rubyzip
0
-Licensed under the Ruby License
0
-Authors: Thomas Sondergaard (thomas at sondergaard.cc),
0
- Technorama Ltd. (oss-ruby-zip at technorama.net),
0
-extra-field support contributed by Tatsuki Sugiura (sugi at nemui.org)
0
-
0
-* highline - http://rubyforge.org/projects/highline
0
-Licensed under the Ruby License
0
-Copyright 2005 Gray Productions.
0
-Copyright 2007 Jeremy Hinegardner.
0
-
0
-* antwrap - http://rubyforge.org/projects/antwrap
0
-Licensed under LGPL
0
-Copyright Caleb Powell 2007
0
-
0
-* rspec - http://rubyforge.org/projects/rspec
0
-Licensed under MIT/X Consortium
0
-Copyright 2005-2007 The RSpec Development Team
0
-
0
-* xml-simple - http://rubyforge.org/projects/xml-simple
0
-Licensed under the Ruby License
0
-Copyright (c) 2003 Maik Schmidt
0
-
0
-* ruwiki (archive-tar-minitar) - http://rubyforge.org/projects/ruwiki/
0
-Licensed under the Ruby License
0
-Copyright 2004 Mauricio Julio Fernández Pradier and Austin Ziegler
0
-
0
-
0
 MATERIALS IN DOCUMENTATION
0
 --------------------------
0
 The following materials are incorporated into the documentation
0
0
@@ -71,10 +25,8 @@
0
 Bitstream Vera is a trademark of Bitstream, Inc.
0
 
0
 * ColorCons - http://www.mouserunner.com/
0
-Licensed under Creative Commons Attribution-ShareAlike 2.5
0
 Copyright (c) 2006 Ken Saunders
0
 
0
 * Ultraviolet stylesheets - http://ultraviolet.rubyforge.org
0
-Licensed under MIT
0
 Copyright (c) 2007 FIX
0
...
125
126
127
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
...
125
126
127
128
129
130
131
132
133
134
135
136
137
138
139
140
141
142
143
144
145
146
147
148
149
150
151
152
153
154
155
156
157
158
159
160
161
162
163
164
165
166
167
168
169
170
171
172
173
0
@@ -125,4 +125,50 @@
0
 == License
0
 
0
 :include:LICENSE
0
+
0
+
0
+== Third-party dependencies
0
+
0
+Even though those dependencies aren't shipped with Buildr, Buildr needs
0
+the third-party libraries listed below to run. According licenses are
0
+bundled under the etc/legal directory (when available).
0
+
0
+* Rake - http://rubyforge.org/projects/rake
0
+Licensed under MIT/X Consortium
0
+Copyright 2003, 2004 by Jim Weirich.
0
+
0
+* Builder - http://rubyforge.org/projects/builder
0
+Licensed under MIT/X Consortium
0
+Copyright 2004 by Jim Weirich (jim@weirichhouse.org).
0
+
0
+* net-ssh - http://rubyforge.org/projects/net-ssh
0
+Licensed under BSD
0
+Copyright 2004, Jamis Buck (jamis@37signals.com)
0
+
0
+* rubyzip - http://rubyforge.org/projects/rubyzip
0
+Licensed under the Ruby License
0
+Authors: Thomas Sondergaard (thomas at sondergaard.cc),
0
+ Technorama Ltd. (oss-ruby-zip at technorama.net),
0
+extra-field support contributed by Tatsuki Sugiura (sugi at nemui.org)
0
+
0
+* highline - http://rubyforge.org/projects/highline
0
+Licensed under the Ruby License
0
+Copyright 2005 Gray Productions.
0
+Copyright 2007 Jeremy Hinegardner.
0
+
0
+* antwrap - http://rubyforge.org/projects/antwrap
0
+Licensed under LGPL
0
+Copyright Caleb Powell 2007
0
+
0
+* rspec - http://rubyforge.org/projects/rspec
0
+Licensed under MIT/X Consortium
0
+Copyright 2005-2007 The RSpec Development Team
0
+
0
+* xml-simple - http://rubyforge.org/projects/xml-simple
0
+Licensed under the Ruby License
0
+Copyright (c) 2003 Maik Schmidt
0
+
0
+* ruwiki (archive-tar-minitar) - http://rubyforge.org/projects/ruwiki/
0
+Licensed under the Ruby License
0
+Copyright 2004 Mauricio Julio Fernández Pradier and Austin Ziegler

Comments

    No one has commented yet.