Skip to content

Commit cefb6cb

Browse files
committed
Generate dev-time ThirdPartyNotices
1 parent 065b7fb commit cefb6cb

2 files changed

Lines changed: 34 additions & 17 deletions

File tree

ThirdPartyNotices.txt

Lines changed: 14 additions & 16 deletions
Original file line numberDiff line numberDiff line change
@@ -248,25 +248,23 @@ END OF Colorsublime-Themes NOTICES AND INFORMATION
248248

249249
%% daaain/Handlebars NOTICES AND INFORMATION BEGIN HERE
250250
=========================================
251-
The MIT License (MIT)
251+
-- Credits
252252

253-
Permission is hereby granted, free of charge, to any person obtaining a copy
254-
of this software and associated documentation files (the "Software"), to deal
255-
in the Software without restriction, including without limitation the rights
256-
to use, copy, modify, merge, publish, distribute, sublicense, and/or sell
257-
copies of the Software, and to permit persons to whom the Software is
258-
furnished to do so, subject to the following conditions:
253+
Adapted from the great sublime-text-handlebars package by Nicholas Westlake.
259254

260-
The above copyright notice and this permission notice shall be included in
261-
all copies or substantial portions of the Software.
255+
Thanks a lot to all the generous contributors (in alphabetical order): @bittersweetryan, @bradcliffe, @calumbrodie, @duncanbeevers, @hlvnst, @jonschlinkert, @Krutius, @samselikoff, @utkarshkukreti, @zeppelin
262256

263-
THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR
264-
IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,
265-
FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE
266-
AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER
267-
LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM,
268-
OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN
269-
THE SOFTWARE.
257+
-- License
258+
259+
(The MIT License)
260+
261+
Copyright (c) daaain/Handlebars project authors
262+
263+
Permission is hereby granted, free of charge, to any person obtaining a copy of this software and associated documentation files (the 'Software'), to deal in the Software without restriction, including without limitation the rights to use, copy, modify, merge, publish, distribute, sublicense, and/or sell copies of the Software, and to permit persons to whom the Software is furnished to do so, subject to the following conditions:
264+
265+
The above copyright notice and this permission notice shall be included in all copies or substantial portions of the Software.
266+
267+
THE SOFTWARE IS PROVIDED 'AS IS', WITHOUT WARRANTY OF ANY KIND, EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE.
270268
=========================================
271269
END OF daaain/Handlebars NOTICES AND INFORMATION
272270

extensions/handlebars/OSSREADME.json

Lines changed: 20 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,5 +3,24 @@
33
"name": "daaain/Handlebars",
44
"version": "0.0.0",
55
"license": "MIT",
6-
"repositoryURL": "https://github.com/daaain/Handlebars"
6+
"repositoryURL": "https://github.com/daaain/Handlebars",
7+
"licenseDetail": [
8+
"-- Credits",
9+
"",
10+
"Adapted from the great sublime-text-handlebars package by Nicholas Westlake.",
11+
"",
12+
"Thanks a lot to all the generous contributors (in alphabetical order): @bittersweetryan, @bradcliffe, @calumbrodie, @duncanbeevers, @hlvnst, @jonschlinkert, @Krutius, @samselikoff, @utkarshkukreti, @zeppelin",
13+
"",
14+
"-- License",
15+
"",
16+
"(The MIT License)",
17+
"",
18+
"Copyright (c) daaain/Handlebars project authors",
19+
"",
20+
"Permission is hereby granted, free of charge, to any person obtaining a copy of this software and associated documentation files (the 'Software'), to deal in the Software without restriction, including without limitation the rights to use, copy, modify, merge, publish, distribute, sublicense, and/or sell copies of the Software, and to permit persons to whom the Software is furnished to do so, subject to the following conditions:",
21+
"",
22+
"The above copyright notice and this permission notice shall be included in all copies or substantial portions of the Software.",
23+
"",
24+
"THE SOFTWARE IS PROVIDED 'AS IS', WITHOUT WARRANTY OF ANY KIND, EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE."
25+
]
726
}]

0 commit comments

Comments
 (0)