You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copyright (c) 2000 - 2016 The Legion of the Bouncy Castle Inc.
43
+
Copyright (c) 2000 - 2023 The Legion of the Bouncy Castle Inc.
42
44
(https://www.bouncycastle.org)
43
45
44
-
Permission is hereby granted, free of charge, to any person obtaining a copy of this software and associated documentation files (the "Software"), to deal in the Software without restriction, including without limitation the rights to use, copy, modify, merge, publish, distribute, sublicense, and/or sell copies of the Software, and to permit persons to whom the Software is furnished to do so, subject to the following conditions:
45
-
46
-
The above copyright notice and this permission notice shall be included in all copies or substantial portions of the Software.
46
+
Permission is hereby granted, free of charge, to any person obtaining
47
+
a copy of this software and associated documentation files (the
48
+
"Software"), to deal in the Software without restriction, including
49
+
without limitation the rights to use, copy, modify, merge, publish,
50
+
distribute, sublicense, and/or sell copies of the Software, and to
51
+
permit persons to whom the Software is furnished to do so, subject to
52
+
the following conditions:
47
53
48
-
THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE.
54
+
The above copyright notice and this permission notice shall be
55
+
included in all copies or substantial portions of the Software.
49
56
57
+
THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND,
58
+
EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF
59
+
MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND
60
+
NONINFRINGEMENT. IN NO EVENT SHALL THE AUTHORS OR COPYRIGHT HOLDERS BE
61
+
LIABLE FOR ANY CLAIM, DAMAGES OR OTHER LIABILITY, WHETHER IN AN ACTION
62
+
OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, OUT OF OR IN CONNECTION
63
+
WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE.
Redistribution and use of this software and associated documentation ("Software"), with or without modification, are permitted provided that the following conditions are met:
56
-
57
-
1. Redistributions of source code must retain copyright statements and notices. Redistributions must also contain a copy of this document.
58
-
2. Redistributions in binary form must reproduce the above copyright notice, this list of conditions and the following disclaimer in the documentation and/or other materials provided with the distribution.
59
-
3. The name "DOM4J" must not be used to endorse or promote products derived from this Software without prior written permission of MetaStuff, Ltd. For written permission, please contact [email protected].
60
-
4. Products derived from this Software may not be called "DOM4J" nor may "DOM4J" appear in their names without prior written permission of MetaStuff, Ltd. DOM4J is a registered trademark of MetaStuff, Ltd.
61
-
5. Due credit should be given to the DOM4J Project - http://dom4j.sourceforge.net
62
-
63
-
THIS SOFTWARE IS PROVIDED BY METASTUFF, LTD. AND CONTRIBUTORS ``AS IS'' AND ANY EXPRESSED OR IMPLIED WARRANTIES, INCLUDING, BUT NOT LIMITED TO, THE IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS FOR A PARTICULAR PURPOSE ARE DISCLAIMED. IN NO EVENT SHALL METASTUFF, LTD. OR ITS CONTRIBUTORS BE LIABLE FOR ANY DIRECT, INDIRECT, INCIDENTAL, SPECIAL, EXEMPLARY, OR CONSEQUENTIAL DAMAGES (INCLUDING, BUT NOT LIMITED TO, PROCUREMENT OF SUBSTITUTE GOODS OR SERVICES; LOSS OF USE, DATA, OR PROFITS; OR BUSINESS INTERRUPTION) HOWEVER CAUSED AND ON ANY THEORY OF LIABILITY, WHETHER IN CONTRACT, STRICT LIABILITY, OR TORT (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE.
64
-
65
-
Copyright 2001-2005 (C) MetaStuff, Ltd. All Rights Reserved.
Distributed under the Terms of Use in https://www.unicode.org/copyright.html.
106
-
107
-
Permission is hereby granted, free of charge, to any person obtaining
108
-
a copy of the Unicode data files and any associated documentation
109
-
(the "Data Files") or Unicode software and any associated documentation
110
-
(the "Software") to deal in the Data Files or Software
111
-
without restriction, including without limitation the rights to use,
112
-
copy, modify, merge, publish, distribute, and/or sell copies of
113
-
the Data Files or Software, and to permit persons to whom the Data Files
114
-
or Software are furnished to do so, provided that either
115
-
(a) this copyright and permission notice appear with all copies
116
-
of the Data Files or Software, or
117
-
(b) this copyright and permission notice appear in associated
118
-
Documentation.
119
-
120
-
THE DATA FILES AND SOFTWARE ARE PROVIDED "AS IS", WITHOUT WARRANTY OF
121
-
ANY KIND, EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE
122
-
WARRANTIES OF MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND
123
-
NONINFRINGEMENT OF THIRD PARTY RIGHTS.
124
-
IN NO EVENT SHALL THE COPYRIGHT HOLDER OR HOLDERS INCLUDED IN THIS
125
-
NOTICE BE LIABLE FOR ANY CLAIM, OR ANY SPECIAL INDIRECT OR CONSEQUENTIAL
126
-
DAMAGES, OR ANY DAMAGES WHATSOEVER RESULTING FROM LOSS OF USE,
127
-
DATA OR PROFITS, WHETHER IN AN ACTION OF CONTRACT, NEGLIGENCE OR OTHER
128
-
TORTIOUS ACTION, ARISING OUT OF OR IN CONNECTION WITH THE USE OR
129
-
PERFORMANCE OF THE DATA FILES OR SOFTWARE.
130
-
131
-
Except as contained in this notice, the name of a copyright holder
132
-
shall not be used in advertising or otherwise to promote the sale,
133
-
use or other dealings in these Data Files or Software without prior
134
-
written authorization of the copyright holder.
135
-
136
-
For transitive 3rd-party dependencies through ICU4J, see https://raw.githubusercontent.com/unicode-org/icu/46861a5c78367f7c720559243d6bf96146ee070f/icu4c/LICENSE
201
+
Unless required by applicable law or agreed to in writing, software
202
+
distributed under the License is distributed on an "AS IS" BASIS,
203
+
WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
204
+
See the License for the specific language governing permissions and
Copy file name to clipboardExpand all lines: README.md
+3-3Lines changed: 3 additions & 3 deletions
Original file line number
Diff line number
Diff line change
@@ -32,15 +32,15 @@ This should produce `Rups.exe` in your `target` folder which you can run as any
32
32
33
33
##### Creating an application bundle (.app) on macOS
34
34
35
-
Similar to Windows executable, there is a possibility to create a RUPS application bundle (`.app` application) for macOS. Again, it requires Java Runtime Environment to run. Mind that in order to build it one requires Java version prior to 10, additionally proper application bundle can only be built on macOS.
35
+
Similar to Windows executable, there is a possibility to create a RUPS application bundle (`.app` application) for macOS. Again, it requires Java Runtime Environment to run. Proper application bundle can only be built on macOS.
36
36
37
37
To create application bundle, run the following command:
38
38
39
39
```
40
40
mvn clean package -P mac
41
41
```
42
42
43
-
This will produce `itext-rups.app` in your `target` folder (in itext-rups-{project.version} subfolder). You can copy it to your 'Applications' folder and run it as any other application assuming you have Java installed on your system. Maven 'appbundle' should handle executable file permissions automatically, but you can always give the rights manually like this: `chmod +x /Applications/itext-rups.app/Contents/MacOS/*`.
43
+
This will produce `RUPS.app` in your `target` folder. You can copy it to your 'Applications' folder and run it as any other application assuming you have Java installed on your system.
44
44
45
45
##### Troubleshooting
46
46
@@ -61,7 +61,7 @@ org.apache.maven.reporting.MavenReportException: Unable to find javadoc command:
61
61
62
62
Make sure to define your JAVA_HOME pointing to your jdk installation folder. Or make sure that javadoc is on your command path.
63
63
64
-
-- Warnings downlaoding package-lists
64
+
-- Warnings downloading package-lists
65
65
66
66
[WARNING] Error fetching link: http://dom4j.github.io/apidocs/package-list. Ignored it
0 commit comments