Skip to content
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.

Commit 2b853b8

Browse files
committedOct 6, 2019
Updated license text.
License links in top level license file to include third party information. Specifically, in follow up to processing 5753, some updates to the license.txt file, reformatting to make it easier to find third party license information and to navigate the processing license itself.
1 parent 25a0853 commit 2b853b8

File tree

3 files changed

+1017
-516
lines changed

3 files changed

+1017
-516
lines changed
 

‎LICENSE.md

Lines changed: 1009 additions & 0 deletions
Large diffs are not rendered by default.

‎build/macosx/appbundler/README.md

Lines changed: 8 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -1,13 +1,13 @@
11
appbundler
22
==========
33

4-
This is a fork of the [infinitekind fork](https://bitbucket.org/infinitekind/appbundler) of Oracle's appbundler.
4+
This is a fork of the [infinitekind fork](https://bitbucket.org/infinitekind/appbundler) of Oracle's appbundler.
55
(Many thanks for their additional work!) This fork covers several additional features (ability to remove JavaFX
6-
binaries, a rewritten Info.plist writer, etc). See changes in the commits to this source.
6+
binaries, a rewritten Info.plist writer, etc). See changes in the commits to this source. appbundler itself is under the GPL v2 with classpath license.
77

88
And here's the README from the [infinitekind fork](https://bitbucket.org/infinitekind/appbundler):
99

10-
A fork of the [Java Application Bundler](https://svn.java.net/svn/appbundler~svn)
10+
A fork of the [Java Application Bundler](https://svn.java.net/svn/appbundler~svn)
1111
with the following changes:
1212

1313
- The native binary is created as universal (32/64)
@@ -16,7 +16,7 @@ with the following changes:
1616
- Allows to specify the name of the executable instead of using the default `"JavaAppLauncher"` **(contributed by Karl von Randow)**
1717
- Adds `classpathref` support to the `bundleapp` task
1818
- Adds support for `JVMArchs` and `LSArchitecturePriority` keys
19-
- Allows to specify a custom value for `CFBundleVersion`
19+
- Allows to specify a custom value for `CFBundleVersion`
2020
- Allows specifying registered file extensions using `CFBundleDocumentTypes`
2121
- Passes to the Java application a set of environment variables with the paths of
2222
the OSX special folders and whether the application is running in the
@@ -34,11 +34,11 @@ These are the environment variables passed to the JVM:
3434
Example:
3535

3636
<target name="bundle">
37-
<taskdef name="bundleapp"
37+
<taskdef name="bundleapp"
3838
classpath="appbundler-1.0ea.jar"
3939
classname="com.oracle.appbundler.AppBundlerTask"/>
4040

41-
<bundleapp
41+
<bundleapp
4242
classpathref="runclasspathref"
4343
outputdirectory="${dist}"
4444
name="${bundle.name}"
@@ -51,7 +51,7 @@ Example:
5151
mainclassname="Main"
5252
copyright="2012 Your Company"
5353
applicationCategory="public.app-category.finance">
54-
54+
5555
<runtime dir="${runtime}/Contents/Home"/>
5656

5757
<arch name="x86_64"/>
@@ -61,7 +61,7 @@ Example:
6161
icon="${bundle.icon}"
6262
name="Images"
6363
role="editor">
64-
</bundledocument>
64+
</bundledocument>
6565

6666
<bundledocument extensions="pdf"
6767
icon="${bundle.icon}"

‎license.txt

Lines changed: 0 additions & 508 deletions
This file was deleted.

0 commit comments

Comments
 (0)
Please sign in to comment.