Skip to content

Commit 999cb23

Browse files
author
Eric Amodio
committed
Run OSS tool for v1.47
1 parent 8540261 commit 999cb23

2 files changed

Lines changed: 164 additions & 1 deletion

File tree

cglicenses.json

Lines changed: 130 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -200,6 +200,135 @@
200200
},
201201
{
202202
"name": "big-integer",
203-
"prependLicenseText": ["Copyright released to public domain"]
203+
"prependLicenseText": [
204+
"Copyright released to public domain"
205+
]
206+
},
207+
{
208+
// Reason: The license at https://github.com/justmoon/node-extend/blob/main/LICENSE
209+
// cannot be found by the OSS tool automatically.
210+
"name": "extend",
211+
"fullLicenseText": [
212+
"The MIT License (MIT)",
213+
"",
214+
"Copyright (c) 2014 Stefan Thomas",
215+
"",
216+
"Permission is hereby granted, free of charge, to any person obtaining",
217+
"a copy of this software and associated documentation files (the",
218+
"\"Software\"), to deal in the Software without restriction, including",
219+
"without limitation the rights to use, copy, modify, merge, publish,",
220+
"distribute, sublicense, and/or sell copies of the Software, and to",
221+
"permit persons to whom the Software is furnished to do so, subject to",
222+
"the following conditions:",
223+
"",
224+
"The above copyright notice and this permission notice shall be",
225+
"included in all copies or substantial portions of the Software.",
226+
"",
227+
"THE SOFTWARE IS PROVIDED \"AS IS\", WITHOUT WARRANTY OF ANY KIND,",
228+
"EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF",
229+
"MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND",
230+
"NONINFRINGEMENT. IN NO EVENT SHALL THE AUTHORS OR COPYRIGHT HOLDERS BE",
231+
"LIABLE FOR ANY CLAIM, DAMAGES OR OTHER LIABILITY, WHETHER IN AN ACTION",
232+
"OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, OUT OF OR IN CONNECTION",
233+
"WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE."
234+
]
235+
},
236+
{
237+
// Reason: The license at https://github.com/retep998/winapi-rs/blob/0.3/LICENSE-MIT
238+
// cannot be found by the OSS tool automatically.
239+
"name": "retep998/winapi-rs",
240+
"fullLicenseText": [
241+
"Copyright (c) 2015-2018 The winapi-rs Developers",
242+
"",
243+
"Permission is hereby granted, free of charge, to any person obtaining a copy",
244+
"of this software and associated documentation files (the \"Software\"), to deal",
245+
"in the Software without restriction, including without limitation the rights",
246+
"to use, copy, modify, merge, publish, distribute, sublicense, and/or sell",
247+
"copies of the Software, and to permit persons to whom the Software is",
248+
"furnished to do so, subject to the following conditions:",
249+
"",
250+
"The above copyright notice and this permission notice shall be included in all",
251+
"copies or substantial portions of the Software.",
252+
"",
253+
"THE SOFTWARE IS PROVIDED \"AS IS\", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR",
254+
"IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,",
255+
"FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE",
256+
"AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER",
257+
"LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM,",
258+
"OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE",
259+
"SOFTWARE."
260+
]
261+
},
262+
{
263+
// Reason: The license at https://github.com/digitaldesignlabs/es6-promisify/blob/main/LICENSE
264+
// cannot be found by the OSS tool automatically.
265+
"name": "es6-promisify",
266+
"fullLicenseText": [
267+
"Copyright (c) 2014 Mike Hall / Digital Design Labs",
268+
"",
269+
"Permission is hereby granted, free of charge, to any person obtaining a copy",
270+
"of this software and associated documentation files (the \"Software\"), to deal",
271+
"in the Software without restriction, including without limitation the rights",
272+
"to use, copy, modify, merge, publish, distribute, sublicense, and/or sell",
273+
"copies of the Software, and to permit persons to whom the Software is",
274+
"furnished to do so, subject to the following conditions:",
275+
"",
276+
"The above copyright notice and this permission notice shall be included in all",
277+
"copies or substantial portions of the Software.",
278+
"",
279+
"THE SOFTWARE IS PROVIDED \"AS IS\", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR",
280+
"IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,",
281+
"FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE",
282+
"AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER",
283+
"LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM,",
284+
"OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE",
285+
"SOFTWARE."
286+
]
287+
},
288+
{
289+
// Reason: The license at https://github.com/zkat/json-parse-better-errors/blob/latest/LICENSE.md
290+
// cannot be found by the OSS tool automatically.
291+
"name": "json-parse-better-errors",
292+
"fullLicenseText": [
293+
"Copyright 2017 Kat Marchán",
294+
"",
295+
"Permission is hereby granted, free of charge, to any person obtaining a copy of this software and associated documentation files (the",
296+
"\"Software\"), to deal in the Software without restriction, including without limitation the rights to use, copy, modify, merge, publish, distribute,",
297+
"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",
298+
"conditions:",
299+
"",
300+
"The above copyright notice and this permission notice shall be included in all copies or substantial portions of the Software.",
301+
"",
302+
"THE SOFTWARE IS PROVIDED \"AS IS\", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE",
303+
"WARRANTIES OF MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE AUTHORS",
304+
"OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR",
305+
"OTHERWISE, ARISING FROM, OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE."
306+
]
307+
},
308+
{
309+
// Reason: The license at https://github.com/time-rs/time/blob/main/LICENSE-MIT
310+
// cannot be found by the OSS tool automatically.
311+
"name": "time-rs/time",
312+
"fullLicenseText": [
313+
"Copyright (c) 2019 Jacob Pratt",
314+
"",
315+
"Permission is hereby granted, free of charge, to any person obtaining a copy",
316+
"of this software and associated documentation files (the \"Software\"), to deal",
317+
"in the Software without restriction, including without limitation the rights",
318+
"to use, copy, modify, merge, publish, distribute, sublicense, and/or sell",
319+
"copies of the Software, and to permit persons to whom the Software is",
320+
"furnished to do so, subject to the following conditions:",
321+
"",
322+
"The above copyright notice and this permission notice shall be included in all",
323+
"copies or substantial portions of the Software.",
324+
"",
325+
"THE SOFTWARE IS PROVIDED \"AS IS\", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR",
326+
"IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,",
327+
"FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE",
328+
"AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER",
329+
"LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM,",
330+
"OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE",
331+
"SOFTWARE."
332+
]
204333
}
205334
]

cgmanifest.json

Lines changed: 34 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -77,6 +77,40 @@
7777
}
7878
},
7979
"isOnlyProductionDependency": true,
80+
"licenseDetail": [
81+
"Inno Setup License",
82+
"==================",
83+
"",
84+
"Except where otherwise noted, all of the documentation and software included in the Inno Setup",
85+
"package is copyrighted by Jordan Russell.",
86+
"",
87+
"Copyright (C) 1997-2020 Jordan Russell. All rights reserved.",
88+
"Portions Copyright (C) 2000-2020 Martijn Laan. All rights reserved.",
89+
"",
90+
"This software is provided \"as-is,\" without any express or implied warranty. In no event shall the",
91+
"author be held liable for any damages arising from the use of this software.",
92+
"",
93+
"Permission is granted to anyone to use this software for any purpose, including commercial",
94+
"applications, and to alter and redistribute it, provided that the following conditions are met:",
95+
"",
96+
"1. All redistributions of source code files must retain all copyright notices that are currently in",
97+
" place, and this list of conditions without modification.",
98+
"",
99+
"2. All redistributions in binary form must retain all occurrences of the above copyright notice and",
100+
" web site addresses that are currently in place (for example, in the About boxes).",
101+
"",
102+
"3. The origin of this software must not be misrepresented; you must not claim that you wrote the",
103+
" original software. If you use this software to distribute a product, an acknowledgment in the",
104+
" product documentation would be appreciated but is not required.",
105+
"",
106+
"4. Modified versions in source or binary form must be plainly marked as such, and must not be",
107+
" misrepresented as being the original software.",
108+
"",
109+
"",
110+
"Jordan Russell",
111+
"jr-2010 AT jrsoftware.org",
112+
"https://jrsoftware.org/"
113+
],
80114
"version": "5.5.6"
81115
},
82116
{

0 commit comments

Comments
 (0)