Skip to content

Commit

Permalink
Don't share license files anymore
Browse files Browse the repository at this point in the history
  • Loading branch information
asturio committed Feb 20, 2024
1 parent 6b96435 commit eb67fc3
Show file tree
Hide file tree
Showing 16 changed files with 2,343 additions and 33 deletions.
10 changes: 0 additions & 10 deletions openpdf-fonts-extra/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -28,14 +28,4 @@
</dependency>
</dependencies>

<build>
<resources>
<resource>
<directory>src/main/resources</directory>
</resource>
<resource>
<directory>../src/main/resources</directory>
</resource>
</resources>
</build>
</project>
File renamed without changes.
File renamed without changes.
File renamed without changes.
3 changes: 0 additions & 3 deletions openpdf/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -87,9 +87,6 @@
<directory>src/main/resources-filtered</directory>
<filtering>true</filtering>
</resource>
<resource>
<directory>../src/main/resources</directory>
</resource>
</resources>
<plugins>
<plugin>
Expand Down
398 changes: 398 additions & 0 deletions openpdf/src/main/resources/META-INF/LGPL-2.1.md

Large diffs are not rendered by default.

22 changes: 22 additions & 0 deletions openpdf/src/main/resources/META-INF/LICENSES.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,22 @@
# Licenses

## Licenses of OpenPDF

### Mozilla Public License Version 2.0

Please see https://www.mozilla.org/en-US/MPL/2.0/ or the attached file
[MPL-2.0.txt](MPL-2.0.txt).

### GNU Lesser General Public License 2.1

Please see https://www.gnu.org/licenses/old-licenses/lgpl-2.1 or the attached file
[LGPL-2.1.md](LGPL-2.1.md).

#### Apache License, Version 2.0

Some files use code from different Apache projects. The source code of these files contains the appropriate copyright
notices as described in the Appendix of `http://www.apache.org/licenses/LICENSE-2.0`.

Please see https://www.apache.org/licenses/LICENSE-2.0 or the attached file
[APACHE-LICENSE-2.0.txt](APACHE-LICENSE-2.0.txt).

361 changes: 361 additions & 0 deletions openpdf/src/main/resources/META-INF/MPL-2.0.txt

Large diffs are not rendered by default.

10 changes: 0 additions & 10 deletions pdf-swing/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -30,14 +30,4 @@
</dependency>
</dependencies>

<build>
<resources>
<resource>
<directory>src/main/resources</directory>
</resource>
<resource>
<directory>../src/main/resources</directory>
</resource>
</resources>
</build>
</project>
398 changes: 398 additions & 0 deletions pdf-swing/src/main/resources/META-INF/LGPL-2.1.md

Large diffs are not rendered by default.

22 changes: 22 additions & 0 deletions pdf-swing/src/main/resources/META-INF/LICENSES.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,22 @@
# Licenses

## Licenses of OpenPDF

### Mozilla Public License Version 2.0

Please see https://www.mozilla.org/en-US/MPL/2.0/ or the attached file
[MPL-2.0.txt](MPL-2.0.txt).

### GNU Lesser General Public License 2.1

Please see https://www.gnu.org/licenses/old-licenses/lgpl-2.1 or the attached file
[LGPL-2.1.md](LGPL-2.1.md).

#### Apache License, Version 2.0

Some files use code from different Apache projects. The source code of these files contains the appropriate copyright
notices as described in the Appendix of `http://www.apache.org/licenses/LICENSE-2.0`.

Please see https://www.apache.org/licenses/LICENSE-2.0 or the attached file
[APACHE-LICENSE-2.0.txt](APACHE-LICENSE-2.0.txt).

Loading

0 comments on commit eb67fc3

Please sign in to comment.