Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

PDF Compiler Release 3.0 #6

Merged
merged 5 commits into from
May 11, 2024
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Binary file removed .DS_Store
Binary file not shown.
28 changes: 0 additions & 28 deletions .github/workflows/lint.yml

This file was deleted.

64 changes: 0 additions & 64 deletions .github/workflows/linux.yml

This file was deleted.

64 changes: 0 additions & 64 deletions .github/workflows/macos.yml

This file was deleted.

64 changes: 0 additions & 64 deletions .github/workflows/windows.yml

This file was deleted.

6 changes: 3 additions & 3 deletions .gitignore
Original file line number Diff line number Diff line change
@@ -1,3 +1,3 @@
pyvenv.cfg
dist
build
out/
.DS_Store
.github
8 changes: 0 additions & 8 deletions .idea/.gitignore

This file was deleted.

15 changes: 0 additions & 15 deletions .idea/PDFCompiler.iml

This file was deleted.

6 changes: 0 additions & 6 deletions .idea/inspectionProfiles/profiles_settings.xml

This file was deleted.

7 changes: 0 additions & 7 deletions .idea/misc.xml

This file was deleted.

8 changes: 0 additions & 8 deletions .idea/modules.xml

This file was deleted.

6 changes: 0 additions & 6 deletions .idea/vcs.xml

This file was deleted.

34 changes: 18 additions & 16 deletions LICENSE
Original file line number Diff line number Diff line change
@@ -1,6 +1,8 @@
Open Research License (ORL) Version 1.0

Copyright (c) 1999 - 2023 Morales Research Inc, 2023 (c) Erick Suarez
Copyright (c) 1999 - 2024 Morales Research Inc,
(c) 2023 Erick Suarez,
(c) 2023 - 2025 The University of Texas at Austin, Department of Computer Science

Preamble:

Expand All @@ -10,50 +12,50 @@ License Terms and Conditions:

1. Definitions:

1.1. "Licensed Software" refers to the software, code, or other creative works that are subject to this license.
1.1. "Licensed Software" refers to the software, code, or other creative works that are subject to this license.

1.2. "Contributor" refers to any individual or entity that has contributed to the creation or modification of the Licensed Software.
1.2. "Contributor" refers to any individual or entity that has contributed to the creation or modification of the Licensed Software.

2. Grant of Rights:

2.1. Subject to the terms and conditions of this license, each Contributor hereby grants you a worldwide, royalty-free, non-exclusive license to use, reproduce, modify, distribute, and perform the Licensed Software, either in source code or object code form, for the purpose of research, study, teaching, and non-commercial activities.
2.1. Subject to the terms and conditions of this license, each Contributor hereby grants you a worldwide, royalty-free, non-exclusive license to use, reproduce, modify, distribute, and perform the Licensed Software, either in source code or object code form, for the purpose of research, study, teaching, and non-commercial activities.

2.2. You may sublicense the rights granted under Section 2.1, provided that any such sublicense is consistent with the terms of this license.
2.2. You may sublicense the rights granted under Section 2.1, provided that any such sublicense is consistent with the terms of this license.

3. Attribution and Recognition:

3.1. In any publication, presentation, or distribution of research results that substantially uses or is based on the Licensed Software, you agree to provide proper attribution to the original Contributors. Such attribution shall include the names of the Contributors, the title of the Licensed Software, and a reference to this license.
3.1. In any publication, presentation, or distribution of research results that substantially uses or is based on the Licensed Software, you agree to provide proper attribution to the original Contributors. Such attribution shall include the names of the Contributors, the title of the Licensed Software, and a reference to this license.

4. Modification and Derivative Works:

4.1. You may create and distribute modifications or derivative works of the Licensed Software, provided that:
4.1. You may create and distribute modifications or derivative works of the Licensed Software, provided that:

a) Your modifications are clearly indicated, and you do not claim them to be the original work of the original Contributors.
a) Your modifications are clearly indicated, and you do not claim them to be the original work of the original Contributors.

b) You include prominent notices stating that you have modified the Licensed Software.
b) You include prominent notices stating that you have modified the Licensed Software.

c) You license your modifications or derivative works under the terms of this license or a compatible open source license.
c) You license your modifications or derivative works under the terms of this license or a compatible open source license.

5. No Warranty:

5.1. The Licensed 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 non-infringement. You use the Licensed Software at your own risk.
5.1. The Licensed 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 non-infringement. You use the Licensed Software at your own risk.

6. Limitation of Liability:

6.1. In no event shall the Contributors be liable for any damages, whether in contract, tort, or otherwise, arising out of or in connection with the use or distribution of the Licensed Software.
6.1. In no event shall the Contributors be liable for any damages, whether in contract, tort, or otherwise, arising out of or in connection with the use or distribution of the Licensed Software.

7. Governing Law:

7.1. This license shall be governed by and interpreted in accordance with the laws of the United States, excluding its conflict of law principles.
7.1. This license shall be governed by and interpreted in accordance with the laws of the United States, excluding its conflict of law principles.

8. Modifications and Versions:

8.1. The Contributors may release new versions or revisions of the Open Research License. You may choose to use any version of this license for the Licensed Software.
8.1. The Contributors may release new versions or revisions of the Open Research License. You may choose to use any version of this license for the Licensed Software.

9. Termination:

9.1. This license automatically terminates if you fail to comply with any of its terms and conditions. Upon termination, you must cease all use, distribution, and possession of the Licensed Software.
9.1. This license automatically terminates if you fail to comply with any of its terms and conditions. Upon termination, you must cease all use, distribution, and possession of the Licensed Software.

10. Entire Agreement:

10.1. This license constitutes the entire agreement between the parties regarding its subject matter and supersedes all prior or contemporaneous understandings.
10.1. This license constitutes the entire agreement between the parties regarding its subject matter and supersedes all prior or contemporaneous understandings.
12 changes: 12 additions & 0 deletions PDF Compiler.iml
Original file line number Diff line number Diff line change
@@ -0,0 +1,12 @@
<?xml version="1.0" encoding="UTF-8"?>
<module type="JAVA_MODULE" version="4">
<component name="NewModuleRootManager" inherit-compiler-output="true">
<exclude-output />
<content url="file://$MODULE_DIR$">
<sourceFolder url="file://$MODULE_DIR$/src" isTestSource="false" />
</content>
<orderEntry type="inheritedJdk" />
<orderEntry type="sourceFolder" forTests="false" />
<orderEntry type="library" name="libs" level="project" />
</component>
</module>
Loading