diff options
| author | Bryce Harrington <bryce@bryceharrington.org> | 2014-05-18 03:22:16 +0000 |
|---|---|---|
| committer | bryce <bryce@ubuntu.com> | 2014-05-18 03:22:16 +0000 |
| commit | 866660429d647cde8f756bd9197f4bb0d09d453f (patch) | |
| tree | b96ef0f1c665199ee0d74b4cad3d32e98b053c47 /share | |
| parent | Fix render barcode test suite (diff) | |
| download | inkscape-866660429d647cde8f756bd9197f4bb0d09d453f.tar.gz inkscape-866660429d647cde8f756bd9197f4bb0d09d453f.zip | |
extensions: scour is now dual-licensed Apache2 and GPL2
Ref. http://bazaar.launchpad.net/~scouring/scour/trunk/revision/222
(bzr r13395)
Diffstat (limited to 'share')
| -rw-r--r-- | share/extensions/scour.py | 9 | ||||
| -rwxr-xr-x | share/extensions/svg_transform.py | 9 | ||||
| -rwxr-xr-x | share/extensions/yocto_css.py | 9 |
3 files changed, 18 insertions, 9 deletions
diff --git a/share/extensions/scour.py b/share/extensions/scour.py index 7fdd55b28..be40a27bd 100644 --- a/share/extensions/scour.py +++ b/share/extensions/scour.py @@ -8,11 +8,14 @@ # # This file is part of Scour, http://www.codedread.com/scour/ # -# Licensed under the Apache License, Version 2.0 (the "License"); -# you may not use this file except in compliance with the License. -# You may obtain a copy of the License at +# This library is free software; you can redistribute it and/or modify +# it either under the terms of the Apache License, Version 2.0, or, at +# your option, under the terms and conditions of the GNU General +# Public License, Version 2 or newer as published by the Free Software +# Foundation. You may obtain a copy of these Licenses at: # # http://www.apache.org/licenses/LICENSE-2.0 +# https://www.gnu.org/licenses/old-licenses/gpl-2.0.html # # Unless required by applicable law or agreed to in writing, software # distributed under the License is distributed on an "AS IS" BASIS, diff --git a/share/extensions/svg_transform.py b/share/extensions/svg_transform.py index 07b523cc8..860c1df5d 100755 --- a/share/extensions/svg_transform.py +++ b/share/extensions/svg_transform.py @@ -7,11 +7,14 @@ # # This file is part of Scour, http://www.codedread.com/scour/ # -# Licensed under the Apache License, Version 2.0 (the "License"); -# you may not use this file except in compliance with the License. -# You may obtain a copy of the License at +# This library is free software; you can redistribute it and/or modify +# it either under the terms of the Apache License, Version 2.0, or, at +# your option, under the terms and conditions of the GNU General +# Public License, Version 2 or newer as published by the Free Software +# Foundation. You may obtain a copy of these Licenses at: # # http://www.apache.org/licenses/LICENSE-2.0 +# https://www.gnu.org/licenses/old-licenses/gpl-2.0.html # # Unless required by applicable law or agreed to in writing, software # distributed under the License is distributed on an "AS IS" BASIS, diff --git a/share/extensions/yocto_css.py b/share/extensions/yocto_css.py index a73e5f2a5..c6bd0c37e 100755 --- a/share/extensions/yocto_css.py +++ b/share/extensions/yocto_css.py @@ -7,11 +7,14 @@ # # This file is part of Scour, http://www.codedread.com/scour/ # -# Licensed under the Apache License, Version 2.0 (the "License"); -# you may not use this file except in compliance with the License. -# You may obtain a copy of the License at +# This library is free software; you can redistribute it and/or modify +# it either under the terms of the Apache License, Version 2.0, or, at +# your option, under the terms and conditions of the GNU General +# Public License, Version 2 or newer as published by the Free Software +# Foundation. You may obtain a copy of these Licenses at: # # http://www.apache.org/licenses/LICENSE-2.0 +# https://www.gnu.org/licenses/old-licenses/gpl-2.0.html # # Unless required by applicable law or agreed to in writing, software # distributed under the License is distributed on an "AS IS" BASIS, |
