Skip to content

Commit bb4a074

Browse files
adapted for CC0
1 parent d68154b commit bb4a074

File tree

1 file changed

+8
-0
lines changed

1 file changed

+8
-0
lines changed

tests/118-plos-license-statement.do

+8
Original file line numberDiff line numberDiff line change
@@ -15,6 +15,9 @@ PMCIDS_CC40="
1515
10.1371/journal.pone.0088810
1616
10.1371/journal.pone.0089000
1717
10.1371/journal.pbio.1001781
18+
"
19+
20+
PMCIDS_CC0="
1821
10.1371/journal.pcbi.1003447
1922
"
2023

@@ -35,3 +38,8 @@ done
3538
for PMCID in $PMCIDS_CC40_LEGALCODE; do
3639
check_license "$PMCID" "http://creativecommons.org/licenses/by/4.0/legalcode"
3740
done
41+
42+
for PMCID in $PMCIDS_CC0; do
43+
check_license "$PMCID" "http://creativecommons.org/publicdomain/zero/1.0/"
44+
done
45+

0 commit comments

Comments
 (0)