-
Notifications
You must be signed in to change notification settings - Fork 3
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
1 parent
22083ca
commit 33fd911
Showing
27 changed files
with
551 additions
and
2 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,3 +1,24 @@ | ||
# | ||
# This file is part of verapdf-plugins, a module of the veraPDF project. | ||
# Copyright (c) 2015-2024, veraPDF Consortium <[email protected]> | ||
# All rights reserved. | ||
# | ||
# verapdf-plugins is free software: you can redistribute it and/or modify | ||
# it under the terms of either: | ||
# | ||
# The GNU General public license GPLv3+. | ||
# You should have received a copy of the GNU General Public License | ||
# along with verapdf-plugins as the LICENSE.GPL file in the root of the source | ||
# tree. If not, see http://www.gnu.org/licenses/ or | ||
# https://www.gnu.org/licenses/gpl-3.0.en.html. | ||
# | ||
# The Mozilla Public License MPLv2+. | ||
# You should have received a copy of the Mozilla Public License along with | ||
# verapdf-plugins as the LICENSE.MPL file in the root of the source tree. | ||
# If a copy of the MPL was not distributed with this file, you can obtain one at | ||
# http://mozilla.org/MPL/2.0/. | ||
# | ||
|
||
name: PR QA | ||
|
||
on: | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,4 +1,26 @@ | ||
<?xml version="1.0" encoding="UTF-8"?> | ||
<!-- | ||
This file is part of embeddedfileSample-plugin, a module of the veraPDF project. | ||
Copyright (c) 2015-2024, veraPDF Consortium <[email protected]> | ||
All rights reserved. | ||
embeddedfileSample-plugin is free software: you can redistribute it and/or modify | ||
it under the terms of either: | ||
The GNU General public license GPLv3+. | ||
You should have received a copy of the GNU General Public License | ||
along with embeddedfileSample-plugin as the LICENSE.GPL file in the root of the source | ||
tree. If not, see http://www.gnu.org/licenses/ or | ||
https://www.gnu.org/licenses/gpl-3.0.en.html. | ||
The Mozilla Public License MPLv2+. | ||
You should have received a copy of the Mozilla Public License along with | ||
embeddedfileSample-plugin as the LICENSE.MPL file in the root of the source tree. | ||
If a copy of the MPL was not distributed with this file, you can obtain one at | ||
http://mozilla.org/MPL/2.0/. | ||
--> | ||
<project xmlns="http://maven.apache.org/POM/4.0.0" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" | ||
xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 http://maven.apache.org/xsd/maven-4.0.0.xsd"> | ||
|
||
|
20 changes: 20 additions & 0 deletions
20
embeddedfileSample-plugin/src/main/java/org/verapdf/EmbeddedFileSampleExtractor.java
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,3 +1,23 @@ | ||
/** | ||
* This file is part of embeddedfileSample-plugin, a module of the veraPDF project. | ||
* Copyright (c) 2015-2024, veraPDF Consortium <[email protected]> | ||
* All rights reserved. | ||
* | ||
* embeddedfileSample-plugin is free software: you can redistribute it and/or modify | ||
* it under the terms of either: | ||
* | ||
* The GNU General public license GPLv3+. | ||
* You should have received a copy of the GNU General Public License | ||
* along with embeddedfileSample-plugin as the LICENSE.GPL file in the root of the source | ||
* tree. If not, see http://www.gnu.org/licenses/ or | ||
* https://www.gnu.org/licenses/gpl-3.0.en.html. | ||
* | ||
* The Mozilla Public License MPLv2+. | ||
* You should have received a copy of the Mozilla Public License along with | ||
* embeddedfileSample-plugin as the LICENSE.MPL file in the root of the source tree. | ||
* If a copy of the MPL was not distributed with this file, you can obtain one at | ||
* http://mozilla.org/MPL/2.0/. | ||
*/ | ||
package org.verapdf; | ||
|
||
import org.verapdf.core.FeatureParsingException; | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,4 +1,26 @@ | ||
<?xml version="1.0" encoding="UTF-8"?> | ||
<!-- | ||
This file is part of fontSample-plugin, a module of the veraPDF project. | ||
Copyright (c) 2015-2024, veraPDF Consortium <[email protected]> | ||
All rights reserved. | ||
fontSample-plugin is free software: you can redistribute it and/or modify | ||
it under the terms of either: | ||
The GNU General public license GPLv3+. | ||
You should have received a copy of the GNU General Public License | ||
along with fontSample-plugin as the LICENSE.GPL file in the root of the source | ||
tree. If not, see http://www.gnu.org/licenses/ or | ||
https://www.gnu.org/licenses/gpl-3.0.en.html. | ||
The Mozilla Public License MPLv2+. | ||
You should have received a copy of the Mozilla Public License along with | ||
fontSample-plugin as the LICENSE.MPL file in the root of the source tree. | ||
If a copy of the MPL was not distributed with this file, you can obtain one at | ||
http://mozilla.org/MPL/2.0/. | ||
--> | ||
<project xmlns="http://maven.apache.org/POM/4.0.0" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" | ||
xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 http://maven.apache.org/xsd/maven-4.0.0.xsd"> | ||
|
||
|
20 changes: 20 additions & 0 deletions
20
fontSample-plugin/src/main/java/org/verapdf/FontSampleExtractor.java
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,3 +1,23 @@ | ||
/** | ||
* This file is part of fontSample-plugin, a module of the veraPDF project. | ||
* Copyright (c) 2015-2024, veraPDF Consortium <[email protected]> | ||
* All rights reserved. | ||
* | ||
* fontSample-plugin is free software: you can redistribute it and/or modify | ||
* it under the terms of either: | ||
* | ||
* The GNU General public license GPLv3+. | ||
* You should have received a copy of the GNU General Public License | ||
* along with fontSample-plugin as the LICENSE.GPL file in the root of the source | ||
* tree. If not, see http://www.gnu.org/licenses/ or | ||
* https://www.gnu.org/licenses/gpl-3.0.en.html. | ||
* | ||
* The Mozilla Public License MPLv2+. | ||
* You should have received a copy of the Mozilla Public License along with | ||
* fontSample-plugin as the LICENSE.MPL file in the root of the source tree. | ||
* If a copy of the MPL was not distributed with this file, you can obtain one at | ||
* http://mozilla.org/MPL/2.0/. | ||
*/ | ||
package org.verapdf; | ||
|
||
import org.verapdf.core.FeatureParsingException; | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,4 +1,26 @@ | ||
<?xml version="1.0" encoding="UTF-8"?> | ||
<!-- | ||
This file is part of fontType-plugin, a module of the veraPDF project. | ||
Copyright (c) 2015-2024, veraPDF Consortium <[email protected]> | ||
All rights reserved. | ||
fontType-plugin is free software: you can redistribute it and/or modify | ||
it under the terms of either: | ||
The GNU General public license GPLv3+. | ||
You should have received a copy of the GNU General Public License | ||
along with fontType-plugin as the LICENSE.GPL file in the root of the source | ||
tree. If not, see http://www.gnu.org/licenses/ or | ||
https://www.gnu.org/licenses/gpl-3.0.en.html. | ||
The Mozilla Public License MPLv2+. | ||
You should have received a copy of the Mozilla Public License along with | ||
fontType-plugin as the LICENSE.MPL file in the root of the source tree. | ||
If a copy of the MPL was not distributed with this file, you can obtain one at | ||
http://mozilla.org/MPL/2.0/. | ||
--> | ||
<project xmlns="http://maven.apache.org/POM/4.0.0" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" | ||
xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 http://maven.apache.org/xsd/maven-4.0.0.xsd"> | ||
<parent> | ||
|
20 changes: 20 additions & 0 deletions
20
fontType-plugin/src/main/java/org/verapdf/FontTypeExtractor.java
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,3 +1,23 @@ | ||
/** | ||
* This file is part of fontType-plugin, a module of the veraPDF project. | ||
* Copyright (c) 2015-2024, veraPDF Consortium <[email protected]> | ||
* All rights reserved. | ||
* | ||
* fontType-plugin is free software: you can redistribute it and/or modify | ||
* it under the terms of either: | ||
* | ||
* The GNU General public license GPLv3+. | ||
* You should have received a copy of the GNU General Public License | ||
* along with fontType-plugin as the LICENSE.GPL file in the root of the source | ||
* tree. If not, see http://www.gnu.org/licenses/ or | ||
* https://www.gnu.org/licenses/gpl-3.0.en.html. | ||
* | ||
* The Mozilla Public License MPLv2+. | ||
* You should have received a copy of the Mozilla Public License along with | ||
* fontType-plugin as the LICENSE.MPL file in the root of the source tree. | ||
* If a copy of the MPL was not distributed with this file, you can obtain one at | ||
* http://mozilla.org/MPL/2.0/. | ||
*/ | ||
package org.verapdf; | ||
|
||
import org.verapdf.core.FeatureParsingException; | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,4 +1,26 @@ | ||
<?xml version="1.0" encoding="UTF-8"?> | ||
<!-- | ||
This file is part of iccdump-plugin, a module of the veraPDF project. | ||
Copyright (c) 2015-2024, veraPDF Consortium <[email protected]> | ||
All rights reserved. | ||
iccdump-plugin is free software: you can redistribute it and/or modify | ||
it under the terms of either: | ||
The GNU General public license GPLv3+. | ||
You should have received a copy of the GNU General Public License | ||
along with iccdump-plugin as the LICENSE.GPL file in the root of the source | ||
tree. If not, see http://www.gnu.org/licenses/ or | ||
https://www.gnu.org/licenses/gpl-3.0.en.html. | ||
The Mozilla Public License MPLv2+. | ||
You should have received a copy of the Mozilla Public License along with | ||
iccdump-plugin as the LICENSE.MPL file in the root of the source tree. | ||
If a copy of the MPL was not distributed with this file, you can obtain one at | ||
http://mozilla.org/MPL/2.0/. | ||
--> | ||
<project xmlns="http://maven.apache.org/POM/4.0.0" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" | ||
xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 http://maven.apache.org/xsd/maven-4.0.0.xsd"> | ||
<modelVersion>4.0.0</modelVersion> | ||
|
20 changes: 20 additions & 0 deletions
20
iccdump-plugin/src/main/java/org/verapdf/ArgyllICCDumpCLIExtractor.java
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,3 +1,23 @@ | ||
/** | ||
* This file is part of iccdump-plugin, a module of the veraPDF project. | ||
* Copyright (c) 2015-2024, veraPDF Consortium <[email protected]> | ||
* All rights reserved. | ||
* | ||
* iccdump-plugin is free software: you can redistribute it and/or modify | ||
* it under the terms of either: | ||
* | ||
* The GNU General public license GPLv3+. | ||
* You should have received a copy of the GNU General Public License | ||
* along with iccdump-plugin as the LICENSE.GPL file in the root of the source | ||
* tree. If not, see http://www.gnu.org/licenses/ or | ||
* https://www.gnu.org/licenses/gpl-3.0.en.html. | ||
* | ||
* The Mozilla Public License MPLv2+. | ||
* You should have received a copy of the Mozilla Public License along with | ||
* iccdump-plugin as the LICENSE.MPL file in the root of the source tree. | ||
* If a copy of the MPL was not distributed with this file, you can obtain one at | ||
* http://mozilla.org/MPL/2.0/. | ||
*/ | ||
package org.verapdf; | ||
|
||
import org.verapdf.core.FeatureParsingException; | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,4 +1,26 @@ | ||
<?xml version="1.0" encoding="UTF-8"?> | ||
<!-- | ||
This file is part of iccprofileSample-plugin, a module of the veraPDF project. | ||
Copyright (c) 2015-2024, veraPDF Consortium <[email protected]> | ||
All rights reserved. | ||
iccprofileSample-plugin is free software: you can redistribute it and/or modify | ||
it under the terms of either: | ||
The GNU General public license GPLv3+. | ||
You should have received a copy of the GNU General Public License | ||
along with iccprofileSample-plugin as the LICENSE.GPL file in the root of the source | ||
tree. If not, see http://www.gnu.org/licenses/ or | ||
https://www.gnu.org/licenses/gpl-3.0.en.html. | ||
The Mozilla Public License MPLv2+. | ||
You should have received a copy of the Mozilla Public License along with | ||
iccprofileSample-plugin as the LICENSE.MPL file in the root of the source tree. | ||
If a copy of the MPL was not distributed with this file, you can obtain one at | ||
http://mozilla.org/MPL/2.0/. | ||
--> | ||
<project xmlns="http://maven.apache.org/POM/4.0.0" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" | ||
xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 http://maven.apache.org/xsd/maven-4.0.0.xsd"> | ||
<modelVersion>4.0.0</modelVersion> | ||
|
20 changes: 20 additions & 0 deletions
20
iccprofileSample-plugin/src/main/java/org/verapdf/ICCProfileSampleExtractor.java
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,3 +1,23 @@ | ||
/** | ||
* This file is part of iccprofileSample-plugin, a module of the veraPDF project. | ||
* Copyright (c) 2015-2024, veraPDF Consortium <[email protected]> | ||
* All rights reserved. | ||
* | ||
* iccprofileSample-plugin is free software: you can redistribute it and/or modify | ||
* it under the terms of either: | ||
* | ||
* The GNU General public license GPLv3+. | ||
* You should have received a copy of the GNU General Public License | ||
* along with iccprofileSample-plugin as the LICENSE.GPL file in the root of the source | ||
* tree. If not, see http://www.gnu.org/licenses/ or | ||
* https://www.gnu.org/licenses/gpl-3.0.en.html. | ||
* | ||
* The Mozilla Public License MPLv2+. | ||
* You should have received a copy of the Mozilla Public License along with | ||
* iccprofileSample-plugin as the LICENSE.MPL file in the root of the source tree. | ||
* If a copy of the MPL was not distributed with this file, you can obtain one at | ||
* http://mozilla.org/MPL/2.0/. | ||
*/ | ||
package org.verapdf; | ||
|
||
import java.io.ByteArrayOutputStream; | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,4 +1,26 @@ | ||
<?xml version="1.0" encoding="UTF-8"?> | ||
<!-- | ||
This file is part of imageSample-plugin, a module of the veraPDF project. | ||
Copyright (c) 2015-2024, veraPDF Consortium <[email protected]> | ||
All rights reserved. | ||
imageSample-plugin is free software: you can redistribute it and/or modify | ||
it under the terms of either: | ||
The GNU General public license GPLv3+. | ||
You should have received a copy of the GNU General Public License | ||
along with imageSample-plugin as the LICENSE.GPL file in the root of the source | ||
tree. If not, see http://www.gnu.org/licenses/ or | ||
https://www.gnu.org/licenses/gpl-3.0.en.html. | ||
The Mozilla Public License MPLv2+. | ||
You should have received a copy of the Mozilla Public License along with | ||
imageSample-plugin as the LICENSE.MPL file in the root of the source tree. | ||
If a copy of the MPL was not distributed with this file, you can obtain one at | ||
http://mozilla.org/MPL/2.0/. | ||
--> | ||
<project xmlns="http://maven.apache.org/POM/4.0.0" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" | ||
xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 http://maven.apache.org/xsd/maven-4.0.0.xsd"> | ||
|
||
|
20 changes: 20 additions & 0 deletions
20
imageSample-plugin/src/main/java/org/verapdf/ImageSampleExtractor.java
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,3 +1,23 @@ | ||
/** | ||
* This file is part of imageSample-plugin, a module of the veraPDF project. | ||
* Copyright (c) 2015-2024, veraPDF Consortium <[email protected]> | ||
* All rights reserved. | ||
* | ||
* imageSample-plugin is free software: you can redistribute it and/or modify | ||
* it under the terms of either: | ||
* | ||
* The GNU General public license GPLv3+. | ||
* You should have received a copy of the GNU General Public License | ||
* along with imageSample-plugin as the LICENSE.GPL file in the root of the source | ||
* tree. If not, see http://www.gnu.org/licenses/ or | ||
* https://www.gnu.org/licenses/gpl-3.0.en.html. | ||
* | ||
* The Mozilla Public License MPLv2+. | ||
* You should have received a copy of the Mozilla Public License along with | ||
* imageSample-plugin as the LICENSE.MPL file in the root of the source tree. | ||
* If a copy of the MPL was not distributed with this file, you can obtain one at | ||
* http://mozilla.org/MPL/2.0/. | ||
*/ | ||
package org.verapdf; | ||
|
||
import org.verapdf.core.FeatureParsingException; | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,4 +1,26 @@ | ||
<?xml version="1.0" encoding="UTF-8"?> | ||
<!-- | ||
This file is part of jpylyzer-plugin, a module of the veraPDF project. | ||
Copyright (c) 2015-2024, veraPDF Consortium <[email protected]> | ||
All rights reserved. | ||
jpylyzer-plugin is free software: you can redistribute it and/or modify | ||
it under the terms of either: | ||
The GNU General public license GPLv3+. | ||
You should have received a copy of the GNU General Public License | ||
along with jpylyzer-plugin as the LICENSE.GPL file in the root of the source | ||
tree. If not, see http://www.gnu.org/licenses/ or | ||
https://www.gnu.org/licenses/gpl-3.0.en.html. | ||
The Mozilla Public License MPLv2+. | ||
You should have received a copy of the Mozilla Public License along with | ||
jpylyzer-plugin as the LICENSE.MPL file in the root of the source tree. | ||
If a copy of the MPL was not distributed with this file, you can obtain one at | ||
http://mozilla.org/MPL/2.0/. | ||
--> | ||
<project xmlns="http://maven.apache.org/POM/4.0.0" | ||
xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" | ||
xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 http://maven.apache.org/xsd/maven-4.0.0.xsd"> | ||
|
20 changes: 20 additions & 0 deletions
20
jpylyzer-plugin/src/main/java/org/verapdf/JpylyzerExtractor.java
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,3 +1,23 @@ | ||
/** | ||
* This file is part of jpylyzer-plugin, a module of the veraPDF project. | ||
* Copyright (c) 2015-2024, veraPDF Consortium <[email protected]> | ||
* All rights reserved. | ||
* | ||
* jpylyzer-plugin is free software: you can redistribute it and/or modify | ||
* it under the terms of either: | ||
* | ||
* The GNU General public license GPLv3+. | ||
* You should have received a copy of the GNU General Public License | ||
* along with jpylyzer-plugin as the LICENSE.GPL file in the root of the source | ||
* tree. If not, see http://www.gnu.org/licenses/ or | ||
* https://www.gnu.org/licenses/gpl-3.0.en.html. | ||
* | ||
* The Mozilla Public License MPLv2+. | ||
* You should have received a copy of the Mozilla Public License along with | ||
* jpylyzer-plugin as the LICENSE.MPL file in the root of the source tree. | ||
* If a copy of the MPL was not distributed with this file, you can obtain one at | ||
* http://mozilla.org/MPL/2.0/. | ||
*/ | ||
package org.verapdf; | ||
|
||
import org.verapdf.core.FeatureParsingException; | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Oops, something went wrong.