public
Rubygem
Description: Warbler chirpily constructs .war files of your Rails applications.
Homepage: http://caldersphere.rubyforge.org/warbler
Clone URL: git://github.com/nicksieger/warbler.git
Update copyrights
nicksieger (author)
Tue Apr 15 11:46:47 -0700 2008
commit  b4574b6417c558e29366e5775f0556ca6533635a
tree    6076549e5b9e33d778edbf949f6f50341c612526
parent  81921ccbd31a48947a25c7eea3e38951343cfa21
...
2
3
4
5
 
6
7
8
...
26
27
28
29
 
 
 
30
31
 
 
 
 
 
32
33
 
 
 
34
35
36
 
 
 
37
...
2
3
4
 
5
6
7
8
...
26
27
28
 
29
30
31
32
 
33
34
35
36
37
38
 
39
40
41
42
 
43
44
45
46
47
0
@@ -2,7 +2,7 @@
0
 
0
 Warbler is provided under the terms of the MIT license.
0
 
0
-(c) Copyright 2007-08 Nick Sieger <nicksieger@gmail.com>
0
+(c) Copyright 2007-2008 Sun Microsystems, Inc.
0
 
0
 Permission is hereby granted, free of charge, to any person
0
 obtaining a copy of this software and associated documentation files
0
@@ -26,10 +26,20 @@ SOFTWARE.
0
 
0
 = Additional Bundled Software
0
 
0
-Goldspike (goldspike-*.jar) is distributed under the terms of the MIT license. See http://jruby-extras.rubyforge.org/svn/trunk/rails-integration/LICENSE.txt for details.
0
+Goldspike (goldspike-*.jar) is distributed under the terms of the MIT license.
0
+See http://jruby-extras.rubyforge.org/svn/trunk/rails-integration/LICENSE.txt
0
+for details.
0
 
0
-JRuby (jruby-complete-*.jar) is distrubuted under the terms of the Common Public License. See http://www.eclipse.org/legal/cpl-v10.html for details. At your option, JRuby is also available under the GPL or LGPL licenses. See the file COPYING in the JRuby distribution for details (http://svn.codehaus.org/jruby/trunk/jruby/COPYING).
0
+JRuby (jruby-complete-*.jar) is distrubuted under the terms of the Common
0
+Public License. See http://www.eclipse.org/legal/cpl-v10.html for details. At
0
+your option, JRuby is also available under the GPL or LGPL licenses. See the
0
+file COPYING in the JRuby distribution for details
0
+(http://svn.codehaus.org/jruby/trunk/jruby/COPYING).
0
 
0
-JavaBeans Activation Framework (activation-*.jar) is distributed under the terms of the Common Development and Distribution License (CDDL) v1.0, see http://www.sun.com/cddl/cddl.html for details.
0
+JavaBeans Activation Framework (activation-*.jar) is distributed under the
0
+terms of the Common Development and Distribution License (CDDL) v1.0, see
0
+http://www.sun.com/cddl/cddl.html for details.
0
 
0
-Commons-pool (commons-pool-*.jar) is distributed under the terms of the Apache Software License, version 2.0. See http://www.apache.org/licenses/LICENSE-2.0 for details.
0
\ No newline at end of file
0
+Commons-pool (commons-pool-*.jar) is distributed under the terms of the Apache
0
+Software License, version 2.0. See http://www.apache.org/licenses/LICENSE-2.0
0
+for details.
0
\ No newline at end of file
...
1
2
3
4
 
5
6
7
...
1
2
3
 
4
5
6
7
0
@@ -1,7 +1,7 @@
0
 #!/usr/bin/env ruby
0
 #
0
 #--
0
-# (c) Copyright 2007-2008 Nick Sieger <nicksieger@gmail.com>
0
+# (c) Copyright 2007-2008 Sun Microsystems, Inc.
0
 # See the file LICENSES.txt included with the distribution for
0
 # software license details.
0
 #++
...
1
2
 
3
4
5
...
1
 
2
3
4
5
0
@@ -1,5 +1,5 @@
0
 #--
0
-# (c) Copyright 2007-2008 Nick Sieger <nicksieger@gmail.com>
0
+# (c) Copyright 2007-2008 Sun Microsystems, Inc.
0
 # See the file LICENSES.txt included with the distribution for
0
 # software license details.
0
 #++
...
1
2
 
3
4
5
...
1
 
2
3
4
5
0
@@ -1,5 +1,5 @@
0
 #--
0
-# (c) Copyright 2007-2008 Nick Sieger <nicksieger@gmail.com>
0
+# (c) Copyright 2007-2008 Sun Microsystems, Inc.
0
 # See the file LICENSES.txt included with the distribution for
0
 # software license details.
0
 #++
...
1
2
 
3
4
5
...
1
 
2
3
4
5
0
@@ -1,5 +1,5 @@
0
 #--
0
-# (c) Copyright 2007-2008 Nick Sieger <nicksieger@gmail.com>
0
+# (c) Copyright 2007-2008 Sun Microsystems, Inc.
0
 # See the file LICENSES.txt included with the distribution for
0
 # software license details.
0
 #++
...
1
2
 
3
4
5
...
1
 
2
3
4
5
0
@@ -1,5 +1,5 @@
0
 #--
0
-# (c) Copyright 2007-2008 Nick Sieger <nicksieger@gmail.com>
0
+# (c) Copyright 2007-2008 Sun Microsystems, Inc.
0
 # See the file LICENSES.txt included with the distribution for
0
 # software license details.
0
 #++
...
1
2
 
3
4
5
...
1
 
2
3
4
5
0
@@ -1,5 +1,5 @@
0
 #--
0
-# (c) Copyright 2007-2008 Nick Sieger <nicksieger@gmail.com>
0
+# (c) Copyright 2007-2008 Sun Microsystems, Inc.
0
 # See the file LICENSES.txt included with the distribution for
0
 # software license details.
0
 #++
...
1
2
 
3
4
5
...
1
 
2
3
4
5
0
@@ -1,5 +1,5 @@
0
 #--
0
-# (c) Copyright 2007-2008 Nick Sieger <nicksieger@gmail.com>
0
+# (c) Copyright 2007-2008 Sun Microsystems, Inc.
0
 # See the file LICENSES.txt included with the distribution for
0
 # software license details.
0
 #++
...
1
2
 
3
4
5
...
1
 
2
3
4
5
0
@@ -1,5 +1,5 @@
0
 #--
0
-# (c) Copyright 2007-2008 Nick Sieger <nicksieger@gmail.com>
0
+# (c) Copyright 2007-2008 Sun Microsystems, Inc.
0
 # See the file LICENSES.txt included with the distribution for
0
 # software license details.
0
 #++
...
1
2
 
3
4
5
...
1
 
2
3
4
5
0
@@ -1,5 +1,5 @@
0
 #--
0
-# (c) Copyright 2007-2008 Nick Sieger <nicksieger@gmail.com>
0
+# (c) Copyright 2007-2008 Sun Microsystems, Inc.
0
 # See the file LICENSES.txt included with the distribution for
0
 # software license details.
0
 #++
...
1
2
 
3
4
5
...
1
 
2
3
4
5
0
@@ -1,5 +1,5 @@
0
 #--
0
-# (c) Copyright 2007-2008 Nick Sieger <nicksieger@gmail.com>
0
+# (c) Copyright 2007-2008 Sun Microsystems, Inc.
0
 # See the file LICENSES.txt included with the distribution for
0
 # software license details.
0
 #++

Comments

    No one has commented yet.