Skip to content

Commit

Permalink
[trivial] allow 2018 copyrights
Browse files Browse the repository at this point in the history
  • Loading branch information
trieloff committed Jan 9, 2018
1 parent 5509db1 commit 6a3f9f5
Showing 1 changed file with 17 additions and 5 deletions.
22 changes: 17 additions & 5 deletions meta.schema.json
Original file line number Diff line number Diff line change
Expand Up @@ -21,11 +21,23 @@
},
"meta:license": {
"type": "array",
"const": [
"Copyright 2017 Adobe Systems Incorporated. All rights reserved.",
"This work is licensed under a Creative Commons Attribution 4.0 International (CC BY 4.0) license",
"you may not use this file except in compliance with the License. You may obtain a copy",
"of the License at https://creativecommons.org/licenses/by/4.0/"
"items": [
{
"type": "string",
"pattern": "Copyright 201[7-8] Adobe Systems Incorporated\\. All rights reserved\\."
},
{
"type": "string",
"const": "This work is licensed under a Creative Commons Attribution 4.0 International (CC BY 4.0) license"
},
{
"type": "string",
"const": "you may not use this file except in compliance with the License. You may obtain a copy"
},
{
"type": "string",
"const": "of the License at https://creativecommons.org/licenses/by/4.0/"
}
]
},
"meta:extensible": {
Expand Down

0 comments on commit 6a3f9f5

Please sign in to comment.