Skip to content

Commit

Permalink
Change default licence to CC-BY 3.0
Browse files Browse the repository at this point in the history
  • Loading branch information
lszeremeta committed Apr 20, 2021
1 parent 4d293be commit b675822
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions src/main/java/pl/edu/uwb/ii/sdfeater/File.java
Original file line number Diff line number Diff line change
Expand Up @@ -101,7 +101,7 @@ void parse(Molecule molecule, SDFEater.Format format, SDFEater.Subject subject)
" \"chemical compounds\"\n" +
" ],\n" +
" \"http://schema.org/license\": {\n" +
" \"@id\": \"http://opendatacommons.org/licenses/pddl/1.0/\"\n" +
" \"@id\": \"https://creativecommons.org/licenses/by/3.0/\"\n" +
" },\n" +
" \"http://schema.org/name\": \"Molecules\",\n" +
" \"http://schema.org/creator\": {\n" +
Expand Down Expand Up @@ -133,7 +133,7 @@ void parse(Molecule molecule, SDFEater.Format format, SDFEater.Subject subject)
" \"chemical compounds\"\n" +
" ],\n" +
" \"http://schema.org/license\": {\n" +
" \"@id\": \"http://opendatacommons.org/licenses/pddl/1.0/\"\n" +
" \"@id\": \"https://creativecommons.org/licenses/by/3.0/\"\n" +
" },\n" +
" \"http://schema.org/name\": \"Molecules\",\n" +
" \"http://schema.org/creator\": {\n" +
Expand Down Expand Up @@ -162,7 +162,7 @@ void parse(Molecule molecule, SDFEater.Format format, SDFEater.Subject subject)
" <div property='schema:keywords' content='chemical compounds'></div>\n" +
" <div property='schema:temporal' content='" + Year.now().toString() + "'></div>\n" +
" <div property='schema:name' content='Molecules'></div>\n" +
" <div rel='schema:license' resource='http://opendatacommons.org/licenses/pddl/1.0/'></div>\n" +
" <div rel='schema:license' resource='https://creativecommons.org/licenses/by/3.0/'></div>\n" +
" <div property='schema:description' content='This is a dataset of molecules generated by SDFEater.'></div>\n" +
" <div rel='schema:about' resource='https://github.com/lszeremeta/SDFEater'></div>\n" +
" <div property='schema:url' content='https://github.com/lszeremeta/SDFEater'></div>\n" +
Expand All @@ -187,7 +187,7 @@ void parse(Molecule molecule, SDFEater.Format format, SDFEater.Subject subject)
" <div itemprop='creator' itemscope itemtype='http://schema.org/Organization'>\n" +
" <div itemprop='name' content='SDFEater'></div>\n" +
" </div>\n" +
" <div itemprop='license' content='http://opendatacommons.org/licenses/pddl/1.0/'></div>\n" +
" <div itemprop='license' content='https://creativecommons.org/licenses/by/3.0/'></div>\n" +
" </div>");
break;
default:
Expand Down

0 comments on commit b675822

Please sign in to comment.