aboutsummaryrefslogtreecommitdiff
path: root/license_definitions.js
diff options
context:
space:
mode:
authorRuben Rodriguez <ruben@fsf.org>2018-05-11 13:39:52 -0400
committerRuben Rodriguez <ruben@fsf.org>2018-05-11 13:39:52 -0400
commit025c8bbc3b81f7c90681f3a020b9c3b41ae192ca (patch)
tree71bdaff7b964ff700437f68858f9d359339568d9 /license_definitions.js
parent60653666f2504ae7979880e4fcdd90f28facdc3c (diff)
Generalize gpl-3.0 license text
Diffstat (limited to 'license_definitions.js')
-rw-r--r--license_definitions.js2
1 files changed, 1 insertions, 1 deletions
diff --git a/license_definitions.js b/license_definitions.js
index 26e56a0..1ea9fba 100644
--- a/license_definitions.js
+++ b/license_definitions.js
@@ -66,7 +66,7 @@ exports.licenses = {
'magnet:?xt=urn:btih:1f739d935676111cfff4b4693e3816e664797050&dn=gpl-3.0.txt'
],
licenseFragments: [
- {text: "The JavaScript code in this page is free software: you can redistribute it and/or modify it under the terms of the GNU General Public License (GNU GPL) as published by the Free Software Foundation, either version 3 of the License, or (at your option) any later version. The code is distributed WITHOUT ANY WARRANTY; without even the implied warranty of MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU GPL for more details. As additional permission under GNU GPL version 3 section 7, you may distribute non-source (e.g., minimized or compacted) forms of that code without the copy of the GNU GPL normally required by section 4, provided you include this license notice and a URL through which recipients can access the Corresponding Source.", type: type.SHORT},
+ {text: "<THISPROGRAM> is free software: you can redistribute it and/or modify it under the terms of the GNU General Public License (GNU GPL) as published by the Free Software Foundation, either version 3 of the License, or (at your option) any later version. The code is distributed WITHOUT ANY WARRANTY; without even the implied warranty of MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU GPL for more details. As additional permission under GNU GPL version 3 section 7, you may distribute non-source (e.g., minimized or compacted) forms of that code without the copy of the GNU GPL normally required by section 4, provided you include this license notice and a URL through which recipients can access the Corresponding Source.", type: type.SHORT},
{text: "<THISPROGRAM> is free software: you can redistribute it and/or modify it under the terms of the GNU General Public License as published by the Free Software Foundation, either version 3 of the License, or (at your option) any later version.", type: type.SHORT}]
},