From 866660429d647cde8f756bd9197f4bb0d09d453f Mon Sep 17 00:00:00 2001 From: Bryce Harrington Date: Sat, 17 May 2014 20:22:16 -0700 Subject: extensions: scour is now dual-licensed Apache2 and GPL2 Ref. http://bazaar.launchpad.net/~scouring/scour/trunk/revision/222 (bzr r13395) --- share/extensions/scour.py | 9 ++++++--- share/extensions/svg_transform.py | 9 ++++++--- 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, -- cgit v1.2.3