diff --git a/AUTHORS b/AUTHORS index 65f4c8b..444b18a 100644 --- a/AUTHORS +++ b/AUTHORS @@ -1,4 +1,4 @@ -Copyright (C) 2013-2018 Sean Davis +Copyright (C) 2013-2019 Sean Davis Artwork Copyright (C) 2013-2015 Simon Steinbeiß Camera functionality based on web_cam_box diff --git a/bin/mugshot b/bin/mugshot index 25d4459..0b05994 100755 --- a/bin/mugshot +++ b/bin/mugshot @@ -1,7 +1,7 @@ #!/usr/bin/python3 # -*- Mode: Python; coding: utf-8; indent-tabs-mode: nil; tab-width: 4 -*- # Mugshot - Lightweight user configuration utility -# Copyright (C) 2013-2018 Sean Davis +# Copyright (C) 2013-2019 Sean Davis # # This program is free software: you can redistribute it and/or modify it # under the terms of the GNU General Public License as published by diff --git a/data/metainfo/mugshot.appdata.xml.in b/data/metainfo/mugshot.appdata.xml.in index 698df15..b25ff87 100644 --- a/data/metainfo/mugshot.appdata.xml.in +++ b/data/metainfo/mugshot.appdata.xml.in @@ -1,5 +1,5 @@ - + mugshot.desktop CC0-1.0 @@ -35,7 +35,7 @@ https://github.com/bluesabre/mugshot/wiki https://www.transifex.com/bluesabreorg/mugshot - bluesabre@ubuntu.com + sean@bluesabre.org mugshot diff --git a/mugshot.1 b/mugshot.1 index f2b0ffe..a333c36 100644 --- a/mugshot.1 +++ b/mugshot.1 @@ -29,4 +29,4 @@ is maintained online at Please report bugs at .URL "https://github.com/bluesabre/mugshot/issues" "the Mugshot Bugs page" "." .SH AUTHOR -Sean Davis (smd.seandavis@gmail.com) +Sean Davis (sean@bluesabre.org) diff --git a/mugshot/CameraMugshotDialog.py b/mugshot/CameraMugshotDialog.py index 98d23a2..5b8aab3 100644 --- a/mugshot/CameraMugshotDialog.py +++ b/mugshot/CameraMugshotDialog.py @@ -1,7 +1,7 @@ #!/usr/bin/python3 # -*- Mode: Python; coding: utf-8; indent-tabs-mode: nil; tab-width: 4 -*- # Mugshot - Lightweight user configuration utility -# Copyright (C) 2013-2018 Sean Davis +# Copyright (C) 2013-2019 Sean Davis # # Portions of this file are adapted from web_cam_box, # Copyright (C) 2010 Rick Spencer diff --git a/mugshot/MugshotWindow.py b/mugshot/MugshotWindow.py index 2d4aa05..689a5ce 100644 --- a/mugshot/MugshotWindow.py +++ b/mugshot/MugshotWindow.py @@ -1,7 +1,7 @@ #!/usr/bin/python3 # -*- Mode: Python; coding: utf-8; indent-tabs-mode: nil; tab-width: 4 -*- # Mugshot - Lightweight user configuration utility -# Copyright (C) 2013-2018 Sean Davis +# Copyright (C) 2013-2019 Sean Davis # # This program is free software: you can redistribute it and/or modify it # under the terms of the GNU General Public License as published by diff --git a/mugshot/__init__.py b/mugshot/__init__.py index 22ac6a0..fefcf7a 100644 --- a/mugshot/__init__.py +++ b/mugshot/__init__.py @@ -1,7 +1,7 @@ #!/usr/bin/python3 # -*- Mode: Python; coding: utf-8; indent-tabs-mode: nil; tab-width: 4 -*- # Mugshot - Lightweight user configuration utility -# Copyright (C) 2013-2018 Sean Davis +# Copyright (C) 2013-2019 Sean Davis # # This program is free software: you can redistribute it and/or modify it # under the terms of the GNU General Public License as published by diff --git a/mugshot_lib/AccountsServiceAdapter.py b/mugshot_lib/AccountsServiceAdapter.py index de7f714..4851fcb 100644 --- a/mugshot_lib/AccountsServiceAdapter.py +++ b/mugshot_lib/AccountsServiceAdapter.py @@ -1,7 +1,7 @@ #!/usr/bin/python3 # -*- Mode: Python; coding: utf-8; indent-tabs-mode: nil; tab-width: 4 -*- # Mugshot - Lightweight user configuration utility -# Copyright (C) 2013-2018 Sean Davis +# Copyright (C) 2013-2019 Sean Davis # # This program is free software: you can redistribute it and/or modify it # under the terms of the GNU General Public License as published by diff --git a/mugshot_lib/Builder.py b/mugshot_lib/Builder.py index 16391fc..7297541 100644 --- a/mugshot_lib/Builder.py +++ b/mugshot_lib/Builder.py @@ -1,7 +1,7 @@ #!/usr/bin/python3 # -*- Mode: Python; coding: utf-8; indent-tabs-mode: nil; tab-width: 4 -*- # Mugshot - Lightweight user configuration utility -# Copyright (C) 2013-2018 Sean Davis +# Copyright (C) 2013-2019 Sean Davis # # This program is free software: you can redistribute it and/or modify it # under the terms of the GNU General Public License as published by diff --git a/mugshot_lib/CameraDialog.py b/mugshot_lib/CameraDialog.py index f30bd13..b7844f6 100644 --- a/mugshot_lib/CameraDialog.py +++ b/mugshot_lib/CameraDialog.py @@ -1,7 +1,7 @@ #!/usr/bin/python3 # -*- Mode: Python; coding: utf-8; indent-tabs-mode: nil; tab-width: 4 -*- # Mugshot - Lightweight user configuration utility -# Copyright (C) 2013-2018 Sean Davis +# Copyright (C) 2013-2019 Sean Davis # # This program is free software: you can redistribute it and/or modify it # under the terms of the GNU General Public License as published by diff --git a/mugshot_lib/SudoDialog.py b/mugshot_lib/SudoDialog.py index 0b89f61..9e17005 100644 --- a/mugshot_lib/SudoDialog.py +++ b/mugshot_lib/SudoDialog.py @@ -1,7 +1,7 @@ #!/usr/bin/python3 # -*- Mode: Python; coding: utf-8; indent-tabs-mode: nil; tab-width: 4 -*- # Mugshot - Lightweight user configuration utility -# Copyright (C) 2013-2018 Sean Davis +# Copyright (C) 2013-2019 Sean Davis # # This program is free software: you can redistribute it and/or modify it # under the terms of the GNU General Public License as published by diff --git a/mugshot_lib/Window.py b/mugshot_lib/Window.py index d51fb6c..2d9d5b7 100644 --- a/mugshot_lib/Window.py +++ b/mugshot_lib/Window.py @@ -1,7 +1,7 @@ #!/usr/bin/python3 # -*- Mode: Python; coding: utf-8; indent-tabs-mode: nil; tab-width: 4 -*- # Mugshot - Lightweight user configuration utility -# Copyright (C) 2013-2018 Sean Davis +# Copyright (C) 2013-2019 Sean Davis # # This program is free software: you can redistribute it and/or modify it # under the terms of the GNU General Public License as published by diff --git a/mugshot_lib/__init__.py b/mugshot_lib/__init__.py index 0cdf108..2a1b6da 100644 --- a/mugshot_lib/__init__.py +++ b/mugshot_lib/__init__.py @@ -1,7 +1,7 @@ #!/usr/bin/python3 # -*- Mode: Python; coding: utf-8; indent-tabs-mode: nil; tab-width: 4 -*- # Mugshot - Lightweight user configuration utility -# Copyright (C) 2013-2018 Sean Davis +# Copyright (C) 2013-2019 Sean Davis # # This program is free software: you can redistribute it and/or modify it # under the terms of the GNU General Public License as published by diff --git a/mugshot_lib/helpers.py b/mugshot_lib/helpers.py index db51441..bb30a83 100644 --- a/mugshot_lib/helpers.py +++ b/mugshot_lib/helpers.py @@ -1,7 +1,7 @@ #!/usr/bin/python3 # -*- Mode: Python; coding: utf-8; indent-tabs-mode: nil; tab-width: 4 -*- # Mugshot - Lightweight user configuration utility -# Copyright (C) 2013-2018 Sean Davis +# Copyright (C) 2013-2019 Sean Davis # # This program is free software: you can redistribute it and/or modify it # under the terms of the GNU General Public License as published by diff --git a/mugshot_lib/mugshotconfig.py b/mugshot_lib/mugshotconfig.py index d456796..a20c518 100644 --- a/mugshot_lib/mugshotconfig.py +++ b/mugshot_lib/mugshotconfig.py @@ -1,7 +1,7 @@ #!/usr/bin/python3 # -*- Mode: Python; coding: utf-8; indent-tabs-mode: nil; tab-width: 4 -*- # Mugshot - Lightweight user configuration utility -# Copyright (C) 2013-2018 Sean Davis +# Copyright (C) 2013-2019 Sean Davis # # This program is free software: you can redistribute it and/or modify it # under the terms of the GNU General Public License as published by diff --git a/po/POTFILES.in b/po/POTFILES.in index 1ca61bb..85affaf 100644 --- a/po/POTFILES.in +++ b/po/POTFILES.in @@ -1,5 +1,5 @@ ### BEGIN LICENSE -# Copyright (C) 2013-2018 Sean Davis +# Copyright (C) 2013-2019 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. diff --git a/setup.py b/setup.py index a660890..169f0c8 100644 --- a/setup.py +++ b/setup.py @@ -1,7 +1,7 @@ #!/usr/bin/python3 # -*- Mode: Python; coding: utf-8; indent-tabs-mode: nil; tab-width: 4 -*- # Mugshot - Lightweight user configuration utility -# Copyright (C) 2013-2018 Sean Davis +# Copyright (C) 2013-2019 Sean Davis # # This program is free software: you can redistribute it and/or modify it # under the terms of the GNU General Public License as published by @@ -191,7 +191,7 @@ DistUtilsExtra.auto.setup( version='0.4.1', license='GPL-3+', author='Sean Davis', - author_email='smd.seandavis@gmail.com', + author_email='sean@bluesabre.org', description='lightweight user configuration utility', long_description='A lightweight user configuration utility. It allows you ' 'to easily set profile image and user details for your '