jruby-jars 1.7.2 → 1.7.3
Sign up to get free protection for your applications and to get access to all the features.
data/README.txt
CHANGED
@@ -57,7 +57,7 @@ And call this with:
|
|
57
57
|
|
58
58
|
== LICENSE:
|
59
59
|
|
60
|
-
JRuby is tri-licensed GPL, LGPL, and
|
60
|
+
JRuby is tri-licensed GPL, LGPL, and EPL.
|
61
61
|
|
62
62
|
GNU GENERAL PUBLIC LICENSE
|
63
63
|
Version 2, June 1991
|
@@ -801,89 +801,211 @@ DAMAGES.
|
|
801
801
|
END OF TERMS AND CONDITIONS
|
802
802
|
|
803
803
|
|
804
|
-
|
804
|
+
Eclipse Public License - v 1.0
|
805
805
|
|
806
|
-
THE ACCOMPANYING PROGRAM IS PROVIDED UNDER THE TERMS OF THIS
|
806
|
+
THE ACCOMPANYING PROGRAM IS PROVIDED UNDER THE TERMS OF THIS ECLIPSE PUBLIC
|
807
|
+
LICENSE ("AGREEMENT"). ANY USE, REPRODUCTION OR DISTRIBUTION OF THE PROGRAM
|
808
|
+
CONSTITUTES RECIPIENT’S ACCEPTANCE OF THIS AGREEMENT.
|
807
809
|
|
808
810
|
1. DEFINITIONS
|
809
811
|
|
810
812
|
"Contribution" means:
|
811
813
|
|
812
|
-
|
813
|
-
|
814
|
+
a) in the case of the initial Contributor, the initial code and documentation
|
815
|
+
distributed under this Agreement, and
|
816
|
+
b) in the case of each subsequent Contributor:
|
814
817
|
|
815
|
-
|
818
|
+
i) changes to the Program, and
|
816
819
|
|
817
|
-
|
820
|
+
ii) additions to the Program;
|
818
821
|
|
819
|
-
|
822
|
+
where such changes and/or additions to the Program originate from and are
|
823
|
+
distributed by that particular Contributor. A Contribution 'originates' from a
|
824
|
+
Contributor if it was added to the Program by such Contributor itself or anyone
|
825
|
+
acting on such Contributor’s behalf. Contributions do not include additions to
|
826
|
+
the Program which: (i) are separate modules of software distributed in
|
827
|
+
conjunction with the Program under their own license agreement, and (ii) are not
|
828
|
+
derivative works of the Program.
|
820
829
|
|
821
830
|
"Contributor" means any person or entity that distributes the Program.
|
822
831
|
|
823
|
-
"Licensed Patents " mean patent claims licensable by a Contributor which are
|
832
|
+
"Licensed Patents " mean patent claims licensable by a Contributor which are
|
833
|
+
necessarily infringed by the use or sale of its Contribution alone or when
|
834
|
+
combined with the Program.
|
824
835
|
|
825
836
|
"Program" means the Contributions distributed in accordance with this Agreement.
|
826
837
|
|
827
|
-
"Recipient" means anyone who receives the Program under this Agreement,
|
838
|
+
"Recipient" means anyone who receives the Program under this Agreement,
|
839
|
+
including all Contributors.
|
828
840
|
|
829
841
|
2. GRANT OF RIGHTS
|
830
842
|
|
831
|
-
|
832
|
-
|
833
|
-
|
834
|
-
|
835
|
-
|
836
|
-
|
837
|
-
|
843
|
+
a) Subject to the terms of this Agreement, each Contributor hereby grants
|
844
|
+
Recipient a non-exclusive, worldwide, royalty-free copyright license to
|
845
|
+
reproduce, prepare derivative works of, publicly display, publicly perform,
|
846
|
+
distribute and sublicense the Contribution of such Contributor, if any, and such
|
847
|
+
derivative works, in source code and object code form.
|
848
|
+
|
849
|
+
b) Subject to the terms of this Agreement, each Contributor hereby grants
|
850
|
+
Recipient a non-exclusive, worldwide, royalty-free patent license under Licensed
|
851
|
+
Patents to make, use, sell, offer to sell, import and otherwise transfer the
|
852
|
+
Contribution of such Contributor, if any, in source code and object code form.
|
853
|
+
This patent license shall apply to the combination of the Contribution and the
|
854
|
+
Program if, at the time the Contribution is added by the Contributor, such
|
855
|
+
addition of the Contribution causes such combination to be covered by the
|
856
|
+
Licensed Patents. The patent license shall not apply to any other combinations
|
857
|
+
which include the Contribution. No hardware per se is licensed hereunder.
|
858
|
+
|
859
|
+
c) Recipient understands that although each Contributor grants the licenses to
|
860
|
+
its Contributions set forth herein, no assurances are provided by any
|
861
|
+
Contributor that the Program does not infringe the patent or other intellectual
|
862
|
+
property rights of any other entity. Each Contributor disclaims any liability to
|
863
|
+
Recipient for claims brought by any other entity based on infringement of
|
864
|
+
intellectual property rights or otherwise. As a condition to exercising the
|
865
|
+
rights and licenses granted hereunder, each Recipient hereby assumes sole
|
866
|
+
responsibility to secure any other intellectual property rights needed, if any.
|
867
|
+
For example, if a third party patent license is required to allow Recipient to
|
868
|
+
distribute the Program, it is Recipient’s responsibility to acquire that license
|
869
|
+
before distributing the Program.
|
870
|
+
|
871
|
+
d) Each Contributor represents that to its knowledge it has sufficient copyright
|
872
|
+
rights in its Contribution, if any, to grant the copyright license set forth in
|
873
|
+
this Agreement.
|
838
874
|
|
839
875
|
3. REQUIREMENTS
|
840
876
|
|
841
|
-
A Contributor may choose to distribute the Program in object code form under its
|
877
|
+
A Contributor may choose to distribute the Program in object code form under its
|
878
|
+
own license agreement, provided that:
|
842
879
|
|
843
|
-
|
880
|
+
a) it complies with the terms and conditions of this Agreement; and
|
844
881
|
|
845
|
-
|
882
|
+
b) its license agreement:
|
846
883
|
|
847
|
-
|
884
|
+
i) effectively disclaims on behalf of all Contributors all warranties and
|
885
|
+
conditions, express and implied, including warranties or conditions of title and
|
886
|
+
non-infringement, and implied warranties or conditions of merchantability and
|
887
|
+
fitness for a particular purpose;
|
848
888
|
|
849
|
-
|
889
|
+
ii) effectively excludes on behalf of all Contributors all liability for
|
890
|
+
damages, including direct, indirect, special, incidental and consequential
|
891
|
+
damages, such as lost profits;
|
850
892
|
|
851
|
-
|
893
|
+
iii) states that any provisions which differ from this Agreement are offered by
|
894
|
+
that Contributor alone and not by any other party; and
|
852
895
|
|
853
|
-
|
896
|
+
iv) states that source code for the Program is available from such Contributor,
|
897
|
+
and informs licensees how to obtain it in a reasonable manner on or through a
|
898
|
+
medium customarily used for software exchange.
|
854
899
|
|
855
900
|
When the Program is made available in source code form:
|
856
901
|
|
857
|
-
|
902
|
+
a) it must be made available under this Agreement; and
|
903
|
+
b) a copy of this Agreement must be included with each copy of the Program.
|
858
904
|
|
859
|
-
|
905
|
+
Contributors may not remove or alter any copyright notices contained within the
|
906
|
+
Program.
|
860
907
|
|
861
|
-
|
862
|
-
|
863
|
-
|
908
|
+
Each Contributor must identify itself as the originator of its Contribution, if
|
909
|
+
any, in a manner that reasonably allows subsequent Recipients to identify the
|
910
|
+
originator of the Contribution.
|
864
911
|
|
865
912
|
4. COMMERCIAL DISTRIBUTION
|
866
913
|
|
867
|
-
Commercial distributors of software may accept certain responsibilities with
|
868
|
-
|
869
|
-
|
914
|
+
Commercial distributors of software may accept certain responsibilities with
|
915
|
+
respect to end users, business partners and the like. While this license is
|
916
|
+
intended to facilitate the commercial use of the Program, the Contributor who
|
917
|
+
includes the Program in a commercial product offering should do so in a manner
|
918
|
+
which does not create potential liability for other Contributors. Therefore, if
|
919
|
+
a Contributor includes the Program in a commercial product offering, such
|
920
|
+
Contributor ("Commercial Contributor") hereby agrees to defend and indemnify
|
921
|
+
every other Contributor ("Indemnified Contributor") against any losses, damages
|
922
|
+
and costs (collectively "Losses") arising from claims, lawsuits and other legal
|
923
|
+
actions brought by a third party against the Indemnified Contributor to the
|
924
|
+
extent caused by the acts or omissions of such Commercial Contributor in
|
925
|
+
connection with its distribution of the Program in a commercial product
|
926
|
+
offering. The obligations in this section do not apply to any claims or Losses
|
927
|
+
relating to any actual or alleged intellectual property infringement. In order
|
928
|
+
to qualify, an Indemnified Contributor must: a) promptly notify the Commercial
|
929
|
+
Contributor in writing of such claim, and b) allow the Commercial Contributor to
|
930
|
+
control, and cooperate with the Commercial Contributor in, the defense and any
|
931
|
+
related settlement negotiations. The Indemnified Contributor may participate in
|
932
|
+
any such claim at its own expense.
|
933
|
+
|
934
|
+
For example, a Contributor might include the Program in a commercial product
|
935
|
+
offering, Product X. That Contributor is then a Commercial Contributor. If that
|
936
|
+
Commercial Contributor then makes performance claims, or offers warranties
|
937
|
+
related to Product X, those performance claims and warranties are such
|
938
|
+
Commercial Contributor’s responsibility alone. Under this section, the
|
939
|
+
Commercial Contributor would have to defend claims against the other
|
940
|
+
Contributors related to those performance claims and warranties, and if a court
|
941
|
+
requires any other Contributor to pay any damages as a result, the Commercial
|
942
|
+
Contributor must pay those damages.
|
870
943
|
|
871
944
|
5. NO WARRANTY
|
872
945
|
|
873
|
-
EXCEPT AS EXPRESSLY SET FORTH IN THIS AGREEMENT, THE PROGRAM IS PROVIDED ON AN
|
946
|
+
EXCEPT AS EXPRESSLY SET FORTH IN THIS AGREEMENT, THE PROGRAM IS PROVIDED ON AN
|
947
|
+
"AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, EITHER EXPRESS OR
|
948
|
+
IMPLIED INCLUDING, WITHOUT LIMITATION, ANY WARRANTIES OR CONDITIONS OF TITLE,
|
949
|
+
NON-INFRINGEMENT, MERCHANTABILITY OR FITNESS FOR A PARTICULAR PURPOSE. Each
|
950
|
+
Recipient is solely responsible for determining the appropriateness of using and
|
951
|
+
distributing the Program and assumes all risks associated with its exercise of
|
952
|
+
rights under this Agreement , including but not limited to the risks and costs
|
953
|
+
of program errors, compliance with applicable laws, damage to or loss of data,
|
954
|
+
programs or equipment, and unavailability or interruption of operations.
|
874
955
|
|
875
956
|
6. DISCLAIMER OF LIABILITY
|
876
957
|
|
877
|
-
EXCEPT AS EXPRESSLY SET FORTH IN THIS AGREEMENT, NEITHER RECIPIENT NOR ANY
|
958
|
+
EXCEPT AS EXPRESSLY SET FORTH IN THIS AGREEMENT, NEITHER RECIPIENT NOR ANY
|
959
|
+
CONTRIBUTORS SHALL HAVE ANY LIABILITY FOR ANY DIRECT, INDIRECT, INCIDENTAL,
|
960
|
+
SPECIAL, EXEMPLARY, OR CONSEQUENTIAL DAMAGES (INCLUDING WITHOUT LIMITATION LOST
|
961
|
+
PROFITS), HOWEVER CAUSED AND ON ANY THEORY OF LIABILITY, WHETHER IN CONTRACT,
|
962
|
+
STRICT LIABILITY, OR TORT (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY
|
963
|
+
OUT OF THE USE OR DISTRIBUTION OF THE PROGRAM OR THE EXERCISE OF ANY RIGHTS
|
964
|
+
GRANTED HEREUNDER, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGES.
|
878
965
|
|
879
966
|
7. GENERAL
|
880
967
|
|
881
|
-
If any provision of this Agreement is invalid or unenforceable under applicable
|
882
|
-
|
883
|
-
|
884
|
-
|
885
|
-
|
886
|
-
|
887
|
-
|
888
|
-
|
889
|
-
|
968
|
+
If any provision of this Agreement is invalid or unenforceable under applicable
|
969
|
+
law, it shall not affect the validity or enforceability of the remainder of the
|
970
|
+
terms of this Agreement, and without further action by the parties hereto, such
|
971
|
+
provision shall be reformed to the minimum extent necessary to make such
|
972
|
+
provision valid and enforceable.
|
973
|
+
|
974
|
+
If Recipient institutes patent litigation against any entity (including a
|
975
|
+
cross-claim or counterclaim in a lawsuit) alleging that the Program itself
|
976
|
+
(excluding combinations of the Program with other software or hardware)
|
977
|
+
infringes such Recipient’s patent(s), then such Recipient’s rights granted under
|
978
|
+
Section 2(b) shall terminate as of the date such litigation is filed.
|
979
|
+
|
980
|
+
All Recipient’s rights under this Agreement shall terminate if it fails to
|
981
|
+
comply with any of the material terms or conditions of this Agreement and does
|
982
|
+
not cure such failure in a reasonable period of time after becoming aware of
|
983
|
+
such noncompliance. If all Recipient’s rights under this Agreement terminate,
|
984
|
+
Recipient agrees to cease use and distribution of the Program as soon as
|
985
|
+
reasonably practicable. However, Recipient’s obligations under this Agreement
|
986
|
+
and any licenses granted by Recipient relating to the Program shall continue and
|
987
|
+
survive.
|
988
|
+
|
989
|
+
Everyone is permitted to copy and distribute copies of this Agreement, but in
|
990
|
+
order to avoid inconsistency the Agreement is copyrighted and may only be
|
991
|
+
modified in the following manner. The Agreement Steward reserves the right to
|
992
|
+
publish new versions (including revisions) of this Agreement from time to time.
|
993
|
+
No one other than the Agreement Steward has the right to modify this Agreement.
|
994
|
+
The Eclipse Foundation is the initial Agreement Steward. The Eclipse Foundation
|
995
|
+
may assign the responsibility to serve as the Agreement Steward to a suitable
|
996
|
+
separate entity. Each new version of the Agreement will be given a
|
997
|
+
distinguishing version number. The Program (including Contributions) may always
|
998
|
+
be distributed subject to the version of the Agreement under which it was
|
999
|
+
received. In addition, after a new version of the Agreement is published,
|
1000
|
+
Contributor may elect to distribute the Program (including its Contributions)
|
1001
|
+
under the new version. Except as expressly stated in Sections 2(a) and 2(b)
|
1002
|
+
above, Recipient receives no rights or licenses to the intellectual property of
|
1003
|
+
any Contributor under this Agreement, whether expressly, by implication,
|
1004
|
+
estoppel or otherwise. All rights in the Program not expressly granted under
|
1005
|
+
this Agreement are reserved.
|
1006
|
+
|
1007
|
+
This Agreement is governed by the laws of the State of New York and the
|
1008
|
+
intellectual property laws of the United States of America. No party to this
|
1009
|
+
Agreement will bring a legal action under this Agreement more than one year
|
1010
|
+
after the cause of action arose. Each party waives its rights to a jury trial in
|
1011
|
+
any resulting litigation.
|
Binary file
|
data/lib/jruby-jars/version.rb
CHANGED
Binary file
|
metadata
CHANGED
@@ -2,16 +2,19 @@
|
|
2
2
|
name: jruby-jars
|
3
3
|
version: !ruby/object:Gem::Version
|
4
4
|
prerelease:
|
5
|
-
version: 1.7.
|
5
|
+
version: 1.7.3
|
6
6
|
platform: ruby
|
7
7
|
authors:
|
8
8
|
- Charles Oliver Nutter
|
9
9
|
autorequire:
|
10
10
|
bindir: bin
|
11
11
|
cert_chain: []
|
12
|
-
date: 2013-
|
12
|
+
date: 2013-02-21 00:00:00.000000000 Z
|
13
13
|
dependencies: []
|
14
|
-
description:
|
14
|
+
description: |-
|
15
|
+
This gem includes the core JRuby code and the JRuby 1.8/1.9 stdlib as jar files.
|
16
|
+
It provides a way to have other gems depend on JRuby without including (and
|
17
|
+
freezing to) a specific jruby-complete jar version.
|
15
18
|
email: headius@headius.com
|
16
19
|
executables: []
|
17
20
|
extensions: []
|
@@ -21,9 +24,9 @@ files:
|
|
21
24
|
- History.txt
|
22
25
|
- Rakefile
|
23
26
|
- README.txt
|
24
|
-
- lib/jruby-core-1.7.
|
27
|
+
- lib/jruby-core-1.7.3.jar
|
25
28
|
- lib/jruby-jars.rb
|
26
|
-
- lib/jruby-stdlib-1.7.
|
29
|
+
- lib/jruby-stdlib-1.7.3.jar
|
27
30
|
- lib/jruby-jars/version.rb
|
28
31
|
homepage: http://github.com/jruby/jruby/tree/master/gem/jruby-jars
|
29
32
|
licenses: []
|