Skip to content

Commit

Permalink
Cleanup licenses
Browse files Browse the repository at this point in the history
- java ee deployment descriptors with compatible license were embedded
- wrongly formatted license files were updated to the netbeans license
  file format
- jnlp dependencies were moved to sanely licensed alternatives
- jnlp dependencies are now downloaded from maven central
  • Loading branch information
matthiasblaesing committed May 14, 2019
1 parent 2b84667 commit 1569a01
Show file tree
Hide file tree
Showing 33 changed files with 15,655 additions and 985 deletions.
6 changes: 6 additions & 0 deletions .gitignore
Original file line number Diff line number Diff line change
Expand Up @@ -19,6 +19,12 @@
/*/*/external/*.js
/*/*/external/*.nbm
/*/*/external/*/**
/nbbuild/installer/jnlp/external/*.zip
/nbbuild/installer/jnlp/external/*.jar
/nbbuild/installer/jnlp/external/*.dll
/nbbuild/installer/jnlp/external/*.exe
/nbbuild/installer/jnlp/external/*.js
/nbbuild/installer/jnlp/external/*.nbm
/nbbuild/netbeans/
/nbbuild/nbms/
/nbbuild/testuserdir/
Expand Down
Original file line number Diff line number Diff line change
@@ -1,5 +1,11 @@
GNU LESSER GENERAL PUBLIC LICENSE
Version 2.1, February 1999
Name: Apache Ant
Origin: Red Hat JBoss
Version: jboss4-external-resources
Description: XML Schema files from jboss4
License: LGPL-2.1

GNU LESSER GENERAL PUBLIC LICENSE
Version 2.1, February 1999

Copyright (C) 1991, 1999 Free Software Foundation, Inc.
51 Franklin Street, Fifth Floor, Boston, MA 02110-1301 USA
Expand All @@ -10,7 +16,7 @@
as the successor of the GNU Library Public License, version 2, hence
the version number 2.1.]

Preamble
Preamble

The licenses for most software are designed to take away your
freedom to share and change it. By contrast, the GNU General Public
Expand Down Expand Up @@ -55,7 +61,7 @@ modified by someone else and passed on, the recipients should know
that what they have is not the original version, so that the original
author's reputation will not be affected by problems that might be
introduced by others.

Finally, software patents pose a constant threat to the existence of
any free program. We wish to make sure that a company cannot
effectively restrict the users of a free program by obtaining a
Expand Down Expand Up @@ -111,8 +117,8 @@ modification follow. Pay close attention to the difference between a
"work based on the library" and a "work that uses the library". The
former contains code derived from the library, whereas the latter must
be combined with the library in order to run.
GNU LESSER GENERAL PUBLIC LICENSE

GNU LESSER GENERAL PUBLIC LICENSE
TERMS AND CONDITIONS FOR COPYING, DISTRIBUTION AND MODIFICATION

0. This License Agreement applies to any software library or other
Expand Down Expand Up @@ -158,7 +164,7 @@ Library.
You may charge a fee for the physical act of transferring a copy,
and you may at your option offer warranty protection in exchange for a
fee.

2. You may modify your copy or copies of the Library or any portion
of it, thus forming a work based on the Library, and copy and
distribute such modifications or work under the terms of Section 1
Expand Down Expand Up @@ -216,7 +222,7 @@ instead of to this License. (If a newer version than version 2 of the
ordinary GNU General Public License has appeared, then you can specify
that version instead if you wish.) Do not make any other change in
these notices.

Once this change is made in a given copy, it is irreversible for
that copy, so the ordinary GNU General Public License applies to all
subsequent copies and derivative works made from that copy.
Expand Down Expand Up @@ -267,7 +273,7 @@ Library will still fall under Section 6.)
distribute the object code for the work under the terms of Section 6.
Any executables containing that work also fall under Section 6,
whether or not they are linked directly with the Library itself.

6. As an exception to the Sections above, you may also combine or
link a "work that uses the Library" with the Library to produce a
work containing portions of the Library, and distribute that work
Expand Down Expand Up @@ -329,7 +335,7 @@ restrictions of other proprietary libraries that do not normally
accompany the operating system. Such a contradiction means you cannot
use both them and the Library together in an executable that you
distribute.

7. You may place library facilities that are a work based on the
Library side-by-side in a single library together with other library
facilities not covered by this License, and distribute such a combined
Expand Down Expand Up @@ -370,7 +376,7 @@ subject to these terms and conditions. You may not impose any further
restrictions on the recipients' exercise of the rights granted herein.
You are not responsible for enforcing compliance by third parties with
this License.

11. If, as a consequence of a court judgment or allegation of patent
infringement or for any other reason (not limited to patent issues),
conditions are imposed on you (whether by court order, agreement or
Expand Down Expand Up @@ -422,7 +428,7 @@ conditions either of that version or of any later version published by
the Free Software Foundation. If the Library does not specify a
license version number, you may choose any version ever published by
the Free Software Foundation.

14. If you wish to incorporate parts of the Library into other free
programs whose distribution conditions are incompatible with these,
write to the author to ask for permission. For software which is
Expand All @@ -432,7 +438,7 @@ decision will be guided by the two goals of preserving the free status
of all derivatives of our free software and of promoting the sharing
and reuse of software generally.

NO WARRANTY
NO WARRANTY

15. BECAUSE THE LIBRARY IS LICENSED FREE OF CHARGE, THERE IS NO
WARRANTY FOR THE LIBRARY, TO THE EXTENT PERMITTED BY APPLICABLE LAW.
Expand All @@ -455,8 +461,8 @@ FAILURE OF THE LIBRARY TO OPERATE WITH ANY OTHER SOFTWARE), EVEN IF
SUCH HOLDER OR OTHER PARTY HAS BEEN ADVISED OF THE POSSIBILITY OF SUCH
DAMAGES.

END OF TERMS AND CONDITIONS
END OF TERMS AND CONDITIONS

How to Apply These Terms to Your New Libraries

If you develop a new library, and you want it to be of the greatest
Expand Down
2 changes: 0 additions & 2 deletions enterprise/javaee.wildfly/external/binaries-list
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,5 @@
# specific language governing permissions and limitations
# under the License.

8859ED09DF034476CC6B47C9B991D65E78078A90 javaee-wildfly-glassfish-resources.zip
4C29DE96843375053399E0869CA0FD147272ABFA javaee-wildfly-ironjacamar-resources.zip
91F3DB873E1EE50E5514877F8539E503F7135041 javaee-wildfly-jboss-resources.zip
6ED21E1893402130E3CFDC7F7D446395CF1B0B17 javaee-wildfly-w3c-resources.zip
Loading

0 comments on commit 1569a01

Please sign in to comment.