diff --git a/bin/mugshot b/bin/mugshot index 5b1af03..2975eb3 100755 --- a/bin/mugshot +++ b/bin/mugshot @@ -4,8 +4,9 @@ # Copyright (C) 2013-2014 Sean Davis # # This program is free software: you can redistribute it and/or modify it -# under the terms of the GNU General Public License version 3, as published -# by the Free Software Foundation. +# 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. # # This program is distributed in the hope that it will be useful, but # WITHOUT ANY WARRANTY; without even the implied warranties of diff --git a/mugshot/CameraMugshotDialog.py b/mugshot/CameraMugshotDialog.py index ebe0687..28d091e 100644 --- a/mugshot/CameraMugshotDialog.py +++ b/mugshot/CameraMugshotDialog.py @@ -7,8 +7,9 @@ # Copyright (C) 2010 Rick Spencer # # This program is free software: you can redistribute it and/or modify it -# under the terms of the GNU General Public License version 3, as published -# by the Free Software Foundation. +# 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. # # This program is distributed in the hope that it will be useful, but # WITHOUT ANY WARRANTY; without even the implied warranties of diff --git a/mugshot/MugshotWindow.py b/mugshot/MugshotWindow.py index f335184..b382215 100644 --- a/mugshot/MugshotWindow.py +++ b/mugshot/MugshotWindow.py @@ -4,8 +4,9 @@ # Copyright (C) 2013-2014 Sean Davis # # This program is free software: you can redistribute it and/or modify it -# under the terms of the GNU General Public License version 3, as published -# by the Free Software Foundation. +# 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. # # This program is distributed in the hope that it will be useful, but # WITHOUT ANY WARRANTY; without even the implied warranties of diff --git a/mugshot/__init__.py b/mugshot/__init__.py index d00af03..0611b16 100644 --- a/mugshot/__init__.py +++ b/mugshot/__init__.py @@ -4,8 +4,9 @@ # Copyright (C) 2013-2014 Sean Davis # # This program is free software: you can redistribute it and/or modify it -# under the terms of the GNU General Public License version 3, as published -# by the Free Software Foundation. +# 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. # # This program is distributed in the hope that it will be useful, but # WITHOUT ANY WARRANTY; without even the implied warranties of diff --git a/mugshot_lib/Builder.py b/mugshot_lib/Builder.py index d11b1e6..af1e9ad 100644 --- a/mugshot_lib/Builder.py +++ b/mugshot_lib/Builder.py @@ -4,8 +4,9 @@ # Copyright (C) 2013-2014 Sean Davis # # This program is free software: you can redistribute it and/or modify it -# under the terms of the GNU General Public License version 3, as published -# by the Free Software Foundation. +# 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. # # This program is distributed in the hope that it will be useful, but # WITHOUT ANY WARRANTY; without even the implied warranties of diff --git a/mugshot_lib/CameraDialog.py b/mugshot_lib/CameraDialog.py index 7d170d7..510afe2 100644 --- a/mugshot_lib/CameraDialog.py +++ b/mugshot_lib/CameraDialog.py @@ -4,8 +4,9 @@ # Copyright (C) 2013-2014 Sean Davis # # This program is free software: you can redistribute it and/or modify it -# under the terms of the GNU General Public License version 3, as published -# by the Free Software Foundation. +# 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. # # This program is distributed in the hope that it will be useful, but # WITHOUT ANY WARRANTY; without even the implied warranties of diff --git a/mugshot_lib/SudoDialog.py b/mugshot_lib/SudoDialog.py index a002faf..bb83867 100644 --- a/mugshot_lib/SudoDialog.py +++ b/mugshot_lib/SudoDialog.py @@ -4,8 +4,9 @@ # Copyright (C) 2013-2014 Sean Davis # # This program is free software: you can redistribute it and/or modify it -# under the terms of the GNU General Public License version 3, as published -# by the Free Software Foundation. +# 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. # # This program is distributed in the hope that it will be useful, but # WITHOUT ANY WARRANTY; without even the implied warranties of diff --git a/mugshot_lib/Window.py b/mugshot_lib/Window.py index 3feeffd..2ef0cd1 100644 --- a/mugshot_lib/Window.py +++ b/mugshot_lib/Window.py @@ -4,8 +4,9 @@ # Copyright (C) 2013-2014 Sean Davis # # This program is free software: you can redistribute it and/or modify it -# under the terms of the GNU General Public License version 3, as published -# by the Free Software Foundation. +# 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. # # This program is distributed in the hope that it will be useful, but # WITHOUT ANY WARRANTY; without even the implied warranties of diff --git a/mugshot_lib/__init__.py b/mugshot_lib/__init__.py index f5bb634..ca6e95c 100644 --- a/mugshot_lib/__init__.py +++ b/mugshot_lib/__init__.py @@ -4,8 +4,9 @@ # Copyright (C) 2013-2014 Sean Davis # # This program is free software: you can redistribute it and/or modify it -# under the terms of the GNU General Public License version 3, as published -# by the Free Software Foundation. +# 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. # # This program is distributed in the hope that it will be useful, but # WITHOUT ANY WARRANTY; without even the implied warranties of diff --git a/mugshot_lib/helpers.py b/mugshot_lib/helpers.py index 940073c..ef76a71 100644 --- a/mugshot_lib/helpers.py +++ b/mugshot_lib/helpers.py @@ -4,8 +4,9 @@ # Copyright (C) 2013-2014 Sean Davis # # This program is free software: you can redistribute it and/or modify it -# under the terms of the GNU General Public License version 3, as published -# by the Free Software Foundation. +# 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. # # This program is distributed in the hope that it will be useful, but # WITHOUT ANY WARRANTY; without even the implied warranties of diff --git a/mugshot_lib/mugshotconfig.py b/mugshot_lib/mugshotconfig.py index 93c5f03..6e929ff 100644 --- a/mugshot_lib/mugshotconfig.py +++ b/mugshot_lib/mugshotconfig.py @@ -4,8 +4,9 @@ # Copyright (C) 2013-2014 Sean Davis # # This program is free software: you can redistribute it and/or modify it -# under the terms of the GNU General Public License version 3, as published -# by the Free Software Foundation. +# 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. # # This program is distributed in the hope that it will be useful, but # WITHOUT ANY WARRANTY; without even the implied warranties of diff --git a/setup.py b/setup.py index 0c20751..b66e744 100644 --- a/setup.py +++ b/setup.py @@ -4,8 +4,9 @@ # Copyright (C) 2013-2014 Sean Davis # # This program is free software: you can redistribute it and/or modify it -# under the terms of the GNU General Public License version 3, as published -# by the Free Software Foundation. +# 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. # # This program is distributed in the hope that it will be useful, but # WITHOUT ANY WARRANTY; without even the implied warranties of