From d6cb877c6af5f4861d4d93a70c99864ee07c9ba4 Mon Sep 17 00:00:00 2001 From: Chris Warrick Date: Sun, 1 Jan 2017 00:00:00 +0000 Subject: [PATCH] 2017! :fireworks: Signed-off-by: Chris Warrick --- .pypt/commitlog | 2 +- .pypt/ghrel | 2 +- .pypt/localegen | 4 ++-- CHANGELOG.rst | 2 +- CONTRIBUTING.rst | 2 +- LICENSE | 2 +- README | 2 +- README.rst | 2 +- docs/CHANGELOG.rst | 2 +- docs/CONTRIBUTING.rst | 2 +- docs/LICENSE.rst | 2 +- docs/README.rst | 2 +- docs/aur.rst | 2 +- docs/build.rst | 2 +- docs/conf.py | 2 +- docs/exceptions.rst | 2 +- docs/main.rst | 2 +- docs/package.rst | 2 +- docs/pb.rst | 2 +- docs/pbds.rst | 2 +- docs/pkgbuilder.rst | 2 +- docs/sample-scripts.rst | 2 +- docs/transaction.rst | 2 +- docs/ui.rst | 2 +- docs/upgrade.rst | 2 +- docs/utils.rst | 2 +- docs/wrapper.rst | 2 +- locale/ar/LC_MESSAGES/pkgbuilder.po | 2 +- locale/cs/LC_MESSAGES/pkgbuilder.po | 2 +- locale/de/LC_MESSAGES/pkgbuilder.po | 2 +- locale/es/LC_MESSAGES/pkgbuilder.po | 2 +- locale/id/LC_MESSAGES/pkgbuilder.po | 2 +- locale/it/LC_MESSAGES/pkgbuilder.po | 2 +- locale/ja/LC_MESSAGES/pkgbuilder.po | 2 +- locale/pl/LC_MESSAGES/pkgbuilder.po | 2 +- locale/pt/LC_MESSAGES/pkgbuilder.po | 2 +- locale/pt_BR/LC_MESSAGES/pkgbuilder.po | 2 +- locale/sk/LC_MESSAGES/pkgbuilder.po | 2 +- locale/sv/LC_MESSAGES/pkgbuilder.po | 2 +- locale/tr/LC_MESSAGES/pkgbuilder.po | 2 +- locale/vi/LC_MESSAGES/pkgbuilder.po | 2 +- messages.pot | 2 +- pkgbuilder/__init__.py | 4 ++-- pkgbuilder/__main__.py | 4 ++-- pkgbuilder/aur.py | 4 ++-- pkgbuilder/build.py | 4 ++-- pkgbuilder/exceptions.py | 4 ++-- pkgbuilder/package.py | 4 ++-- pkgbuilder/pbds.py | 4 ++-- pkgbuilder/transaction.py | 4 ++-- pkgbuilder/ui.py | 4 ++-- pkgbuilder/upgrade.py | 4 ++-- pkgbuilder/utils.py | 4 ++-- pkgbuilder/wrapper.py | 4 ++-- release | 2 +- sample-scripts/aur-ood-orphans.py | 2 +- sample-scripts/list-non-aur.py | 2 +- sample-scripts/upgrade.py | 2 +- tests/__init__.py | 2 +- tests/test_pkgbuilder.py | 2 +- 60 files changed, 73 insertions(+), 73 deletions(-) diff --git a/.pypt/commitlog b/.pypt/commitlog index 6a35499..770ede7 100755 --- a/.pypt/commitlog +++ b/.pypt/commitlog @@ -2,7 +2,7 @@ # -*- encoding: utf-8 -*- # Kw’s Release Tools/Python Project Template # Commit and Changelog Parser -# Copyright © 2013-2016, Chris Warrick. +# Copyright © 2013-2017, Chris Warrick. # All rights reserved. # # Redistribution and use in source and binary forms, with or without diff --git a/.pypt/ghrel b/.pypt/ghrel index 4e24194..2d8b386 100755 --- a/.pypt/ghrel +++ b/.pypt/ghrel @@ -2,7 +2,7 @@ # -*- encoding: utf-8 -*- # Kw’s Release Tools/Python Project Template # GitHub Release Creator -# Copyright © 2013-2016, Chris Warrick. +# Copyright © 2013-2017, Chris Warrick. # All rights reserved. # # Redistribution and use in source and binary forms, with or without diff --git a/.pypt/localegen b/.pypt/localegen index 8b6d4b9..0fdd3f9 100755 --- a/.pypt/localegen +++ b/.pypt/localegen @@ -1,7 +1,7 @@ #!/bin/zsh # Kw’s Release Tools/Python Project Template # Locale Generator -# Copyright © 2013-2016, Chris Warrick. +# Copyright © 2013-2017, Chris Warrick. # All rights reserved. # # Redistribution and use in source and binary forms, with or without @@ -45,7 +45,7 @@ case "$LOCALETYPE" in sed '1,+17d' ./messages.pot > ./messages.pot.tmp pot='# '$PROJECT' pot file. -# Copyright © 2011-2016, Chris Warrick. +# Copyright © 2011-2017, Chris Warrick. # This file is distributed under the same license as the '$PROJECT' package. # Chris Warrick , 2016. # diff --git a/CHANGELOG.rst b/CHANGELOG.rst index dc2b4ac..dfeac7a 100644 --- a/CHANGELOG.rst +++ b/CHANGELOG.rst @@ -3,7 +3,7 @@ Appendix C. Changelog ===================== :Info: This is the changelog for PKGBUILDer. :Author: Chris Warrick -:Copyright: © 2011-2016, Chris Warrick. +:Copyright: © 2011-2017, Chris Warrick. :License: BSD (see /LICENSE or :doc:`Appendix B `.) :Date: 2016-04-29 :Version: 4.2.9 diff --git a/CONTRIBUTING.rst b/CONTRIBUTING.rst index b3b6eed..3f51090 100644 --- a/CONTRIBUTING.rst +++ b/CONTRIBUTING.rst @@ -2,7 +2,7 @@ Appendix A. Contribution rules ============================== :Info: Those are the contribution rules for PKGBUILDer. -:Copyright: © 2012-2016, Chris Warrick. +:Copyright: © 2012-2017, Chris Warrick. :License: 3-clause BSD .. index:: contributing diff --git a/LICENSE b/LICENSE index 2912de0..599e353 100644 --- a/LICENSE +++ b/LICENSE @@ -1,4 +1,4 @@ -Copyright © 2011-2016, Chris Warrick. +Copyright © 2011-2017, Chris Warrick. All rights reserved. Redistribution and use in source and binary forms, with or without diff --git a/README b/README index 4be453b..a9347ce 100644 --- a/README +++ b/README @@ -46,7 +46,7 @@ page, or the online documentation at https://pkgbuilder.readthedocs.org/. COPYRIGHT --------- -Copyright © 2011-2016, Chris Warrick. +Copyright © 2011-2017, Chris Warrick. All rights reserved. Redistribution and use in source and binary forms, with or without diff --git a/README.rst b/README.rst index 4be453b..a9347ce 100644 --- a/README.rst +++ b/README.rst @@ -46,7 +46,7 @@ page, or the online documentation at https://pkgbuilder.readthedocs.org/. COPYRIGHT --------- -Copyright © 2011-2016, Chris Warrick. +Copyright © 2011-2017, Chris Warrick. All rights reserved. Redistribution and use in source and binary forms, with or without diff --git a/docs/CHANGELOG.rst b/docs/CHANGELOG.rst index dc2b4ac..dfeac7a 100644 --- a/docs/CHANGELOG.rst +++ b/docs/CHANGELOG.rst @@ -3,7 +3,7 @@ Appendix C. Changelog ===================== :Info: This is the changelog for PKGBUILDer. :Author: Chris Warrick -:Copyright: © 2011-2016, Chris Warrick. +:Copyright: © 2011-2017, Chris Warrick. :License: BSD (see /LICENSE or :doc:`Appendix B `.) :Date: 2016-04-29 :Version: 4.2.9 diff --git a/docs/CONTRIBUTING.rst b/docs/CONTRIBUTING.rst index b3b6eed..3f51090 100644 --- a/docs/CONTRIBUTING.rst +++ b/docs/CONTRIBUTING.rst @@ -2,7 +2,7 @@ Appendix A. Contribution rules ============================== :Info: Those are the contribution rules for PKGBUILDer. -:Copyright: © 2012-2016, Chris Warrick. +:Copyright: © 2012-2017, Chris Warrick. :License: 3-clause BSD .. index:: contributing diff --git a/docs/LICENSE.rst b/docs/LICENSE.rst index b339712..246ec84 100644 --- a/docs/LICENSE.rst +++ b/docs/LICENSE.rst @@ -8,7 +8,7 @@ Appendix B. License for PKGBUILDer .. index:: LICENSE -Copyright © 2011-2016, Chris Warrick. +Copyright © 2011-2017, Chris Warrick. All rights reserved. Redistribution and use in source and binary forms, with or without diff --git a/docs/README.rst b/docs/README.rst index 4be453b..a9347ce 100644 --- a/docs/README.rst +++ b/docs/README.rst @@ -46,7 +46,7 @@ page, or the online documentation at https://pkgbuilder.readthedocs.org/. COPYRIGHT --------- -Copyright © 2011-2016, Chris Warrick. +Copyright © 2011-2017, Chris Warrick. All rights reserved. Redistribution and use in source and binary forms, with or without diff --git a/docs/aur.rst b/docs/aur.rst index 0cbd500..7ace26b 100644 --- a/docs/aur.rst +++ b/docs/aur.rst @@ -2,7 +2,7 @@ aur module (AUR class) ====================== :Author: Chris Warrick -:Copyright: © 2011-2016, Chris Warrick. +:Copyright: © 2011-2017, Chris Warrick. :License: BSD (see /LICENSE or :doc:`Appendix B `.) :Date: 2016-04-29 :Version: 4.2.9 diff --git a/docs/build.rst b/docs/build.rst index cd5d75c..914153c 100644 --- a/docs/build.rst +++ b/docs/build.rst @@ -3,7 +3,7 @@ build module ============ :Author: Chris Warrick -:Copyright: © 2011-2016, Chris Warrick. +:Copyright: © 2011-2017, Chris Warrick. :License: BSD (see /LICENSE or :doc:`Appendix B `.) :Date: 2016-04-29 :Version: 4.2.9 diff --git a/docs/conf.py b/docs/conf.py index e5e5105..2d6325f 100644 --- a/docs/conf.py +++ b/docs/conf.py @@ -41,7 +41,7 @@ # General information about the project. project = u'PKGBUILDer' -copyright = u'2011-2016, Chris Warrick' +copyright = u'2011-2017, Chris Warrick' # The version info for the project you're documenting, acts as replacement for # |version| and |release|, also used in various other places throughout the diff --git a/docs/exceptions.rst b/docs/exceptions.rst index afe3b98..9f2e57f 100644 --- a/docs/exceptions.rst +++ b/docs/exceptions.rst @@ -3,7 +3,7 @@ Exceptions in PKGBUILDer ======================== :Author: Chris Warrick -:Copyright: © 2011-2016, Chris Warrick. +:Copyright: © 2011-2017, Chris Warrick. :License: BSD (see /LICENSE or :doc:`Appendix B `.) :Date: 2016-04-29 :Version: 4.2.9 diff --git a/docs/main.rst b/docs/main.rst index 809a30f..1ec4c70 100644 --- a/docs/main.rst +++ b/docs/main.rst @@ -2,7 +2,7 @@ __main__ module =============== :Author: Chris Warrick -:Copyright: © 2011-2016, Chris Warrick. +:Copyright: © 2011-2017, Chris Warrick. :License: BSD (see /LICENSE or :doc:`Appendix B `.) :Date: 2016-04-29 :Version: 4.2.9 diff --git a/docs/package.rst b/docs/package.rst index 4ce66a7..6cb061d 100644 --- a/docs/package.rst +++ b/docs/package.rst @@ -3,7 +3,7 @@ package module (Package, AURPackage, ABSPackage classes) ======================================================== :Author: Chris Warrick -:Copyright: © 2011-2016, Chris Warrick. +:Copyright: © 2011-2017, Chris Warrick. :License: BSD (see /LICENSE or :doc:`Appendix B `.) :Date: 2016-04-29 :Version: 4.2.9 diff --git a/docs/pb.rst b/docs/pb.rst index da77ece..12dcc47 100644 --- a/docs/pb.rst +++ b/docs/pb.rst @@ -4,7 +4,7 @@ PBWrapper :Subtitle: A wrapper for pacman and PKGBUILDer. :Author: Chris Warrick -:Copyright: © 2011-2016, Chris Warrick. +:Copyright: © 2011-2017, Chris Warrick. :License: BSD (see /LICENSE or Appendix B.) :Date: 2016-04-29 :Version: 4.2.9 diff --git a/docs/pbds.rst b/docs/pbds.rst index d40f280..3fea6fd 100644 --- a/docs/pbds.rst +++ b/docs/pbds.rst @@ -3,7 +3,7 @@ pbds module (PBDS class) ======================== :Author: Chris Warrick -:Copyright: © 2011-2016, Chris Warrick. +:Copyright: © 2011-2017, Chris Warrick. :License: BSD (see /LICENSE or :doc:`Appendix B `.) :Date: 2016-04-29 :Version: 4.2.9 diff --git a/docs/pkgbuilder.rst b/docs/pkgbuilder.rst index 64c10bc..834f147 100644 --- a/docs/pkgbuilder.rst +++ b/docs/pkgbuilder.rst @@ -4,7 +4,7 @@ PKGBUILDer :Subtitle: An AUR helper (and library) in Python 3. :Author: Chris Warrick -:Copyright: © 2011-2016, Chris Warrick. +:Copyright: © 2011-2017, Chris Warrick. :License: BSD (see /LICENSE or Appendix B.) :Date: 2016-04-29 :Version: 4.2.9 diff --git a/docs/sample-scripts.rst b/docs/sample-scripts.rst index 211ebec..bab9d26 100644 --- a/docs/sample-scripts.rst +++ b/docs/sample-scripts.rst @@ -2,7 +2,7 @@ PKGBUILDer Sample Scripts ========================= :Author: Chris Warrick -:Copyright: © 2011-2016, Chris Warrick. +:Copyright: © 2011-2017, Chris Warrick. :License: BSD (see /LICENSE or :doc:`Appendix B `.) :Date: 2016-04-29 :Version: 4.2.9 diff --git a/docs/transaction.rst b/docs/transaction.rst index 91ce158..b04359e 100644 --- a/docs/transaction.rst +++ b/docs/transaction.rst @@ -3,7 +3,7 @@ Transactions ============ :Author: Chris Warrick -:Copyright: © 2011-2016, Chris Warrick. +:Copyright: © 2011-2017, Chris Warrick. :License: BSD (see /LICENSE or :doc:`Appendix B `.) :Date: 2016-04-29 :Version: 4.2.9 diff --git a/docs/ui.rst b/docs/ui.rst index 931b243..4b52657 100644 --- a/docs/ui.rst +++ b/docs/ui.rst @@ -3,7 +3,7 @@ ui module (UI class) ==================== :Author: Chris Warrick -:Copyright: © 2011-2016, Chris Warrick. +:Copyright: © 2011-2017, Chris Warrick. :License: BSD (see /LICENSE or :doc:`Appendix B `.) :Date: 2016-04-29 :Version: 4.2.9 diff --git a/docs/upgrade.rst b/docs/upgrade.rst index 275a63d..4ccab53 100644 --- a/docs/upgrade.rst +++ b/docs/upgrade.rst @@ -3,7 +3,7 @@ upgrade module ============== :Author: Chris Warrick -:Copyright: © 2011-2016, Chris Warrick. +:Copyright: © 2011-2017, Chris Warrick. :License: BSD (see /LICENSE or :doc:`Appendix B `.) :Date: 2016-04-29 :Version: 4.2.9 diff --git a/docs/utils.rst b/docs/utils.rst index 99fbc8b..ccc3893 100644 --- a/docs/utils.rst +++ b/docs/utils.rst @@ -3,7 +3,7 @@ utils module ============ :Author: Chris Warrick -:Copyright: © 2011-2016, Chris Warrick. +:Copyright: © 2011-2017, Chris Warrick. :License: BSD (see /LICENSE or :doc:`Appendix B `.) :Date: 2016-04-29 :Version: 4.2.9 diff --git a/docs/wrapper.rst b/docs/wrapper.rst index 78731e0..c7f8aac 100644 --- a/docs/wrapper.rst +++ b/docs/wrapper.rst @@ -2,7 +2,7 @@ PBWrapper ========= :Author: Chris Warrick -:Copyright: © 2011-2016, Chris Warrick. +:Copyright: © 2011-2017, Chris Warrick. :License: BSD (see /LICENSE or :doc:`Appendix B `.) :Date: 2016-04-29 :Version: 4.2.9 diff --git a/locale/ar/LC_MESSAGES/pkgbuilder.po b/locale/ar/LC_MESSAGES/pkgbuilder.po index c8bca00..caff719 100644 --- a/locale/ar/LC_MESSAGES/pkgbuilder.po +++ b/locale/ar/LC_MESSAGES/pkgbuilder.po @@ -1,5 +1,5 @@ # PKGBUILDer pot file. -# Copyright © 2011-2016, Chris Warrick. +# Copyright © 2011-2017, Chris Warrick. # This file is distributed under the same license as the PKGBUILDer package. # # Translators: diff --git a/locale/cs/LC_MESSAGES/pkgbuilder.po b/locale/cs/LC_MESSAGES/pkgbuilder.po index 6346e4e..1b1b63f 100644 --- a/locale/cs/LC_MESSAGES/pkgbuilder.po +++ b/locale/cs/LC_MESSAGES/pkgbuilder.po @@ -1,5 +1,5 @@ # PKGBUILDer pot file. -# Copyright © 2011-2016, Chris Warrick. +# Copyright © 2011-2017, Chris Warrick. # This file is distributed under the same license as the PKGBUILDer package. # # Translators: diff --git a/locale/de/LC_MESSAGES/pkgbuilder.po b/locale/de/LC_MESSAGES/pkgbuilder.po index 6e89d0c..6c05521 100644 --- a/locale/de/LC_MESSAGES/pkgbuilder.po +++ b/locale/de/LC_MESSAGES/pkgbuilder.po @@ -1,5 +1,5 @@ # PKGBUILDer pot file. -# Copyright © 2011-2016, Chris Warrick. +# Copyright © 2011-2017, Chris Warrick. # This file is distributed under the same license as the PKGBUILDer package. # # Translators: diff --git a/locale/es/LC_MESSAGES/pkgbuilder.po b/locale/es/LC_MESSAGES/pkgbuilder.po index 4b2547a..4fe08fe 100644 --- a/locale/es/LC_MESSAGES/pkgbuilder.po +++ b/locale/es/LC_MESSAGES/pkgbuilder.po @@ -1,5 +1,5 @@ # PKGBUILDer pot file. -# Copyright © 2011-2016, Chris Warrick. +# Copyright © 2011-2017, Chris Warrick. # This file is distributed under the same license as the PKGBUILDer package. # # Translators: diff --git a/locale/id/LC_MESSAGES/pkgbuilder.po b/locale/id/LC_MESSAGES/pkgbuilder.po index 3c4e708..9e08078 100644 --- a/locale/id/LC_MESSAGES/pkgbuilder.po +++ b/locale/id/LC_MESSAGES/pkgbuilder.po @@ -1,5 +1,5 @@ # PKGBUILDer pot file. -# Copyright © 2011-2016, Chris Warrick. +# Copyright © 2011-2017, Chris Warrick. # This file is distributed under the same license as the PKGBUILDer package. # # Translators: diff --git a/locale/it/LC_MESSAGES/pkgbuilder.po b/locale/it/LC_MESSAGES/pkgbuilder.po index 864cbec..67dc39b 100644 --- a/locale/it/LC_MESSAGES/pkgbuilder.po +++ b/locale/it/LC_MESSAGES/pkgbuilder.po @@ -1,5 +1,5 @@ # PKGBUILDer pot file. -# Copyright © 2011-2016, Chris Warrick. +# Copyright © 2011-2017, Chris Warrick. # This file is distributed under the same license as the PKGBUILDer package. # # Translators: diff --git a/locale/ja/LC_MESSAGES/pkgbuilder.po b/locale/ja/LC_MESSAGES/pkgbuilder.po index 45dfe5f..8975ae9 100644 --- a/locale/ja/LC_MESSAGES/pkgbuilder.po +++ b/locale/ja/LC_MESSAGES/pkgbuilder.po @@ -1,5 +1,5 @@ # PKGBUILDer pot file. -# Copyright © 2011-2016, Chris Warrick. +# Copyright © 2011-2017, Chris Warrick. # This file is distributed under the same license as the PKGBUILDer package. # # Translators: diff --git a/locale/pl/LC_MESSAGES/pkgbuilder.po b/locale/pl/LC_MESSAGES/pkgbuilder.po index a574e3f..476da60 100644 --- a/locale/pl/LC_MESSAGES/pkgbuilder.po +++ b/locale/pl/LC_MESSAGES/pkgbuilder.po @@ -1,5 +1,5 @@ # PKGBUILDer pot file. -# Copyright © 2011-2016, Chris Warrick. +# Copyright © 2011-2017, Chris Warrick. # This file is distributed under the same license as the PKGBUILDer package. # # Translators: diff --git a/locale/pt/LC_MESSAGES/pkgbuilder.po b/locale/pt/LC_MESSAGES/pkgbuilder.po index 92b6210..27b71d9 100644 --- a/locale/pt/LC_MESSAGES/pkgbuilder.po +++ b/locale/pt/LC_MESSAGES/pkgbuilder.po @@ -1,5 +1,5 @@ # PKGBUILDer pot file. -# Copyright © 2011-2016, Chris Warrick. +# Copyright © 2011-2017, Chris Warrick. # This file is distributed under the same license as the PKGBUILDer package. # # Translators: diff --git a/locale/pt_BR/LC_MESSAGES/pkgbuilder.po b/locale/pt_BR/LC_MESSAGES/pkgbuilder.po index 92b11c5..9583d71 100644 --- a/locale/pt_BR/LC_MESSAGES/pkgbuilder.po +++ b/locale/pt_BR/LC_MESSAGES/pkgbuilder.po @@ -1,5 +1,5 @@ # PKGBUILDer pot file. -# Copyright © 2011-2016, Chris Warrick. +# Copyright © 2011-2017, Chris Warrick. # This file is distributed under the same license as the PKGBUILDer package. # # Translators: diff --git a/locale/sk/LC_MESSAGES/pkgbuilder.po b/locale/sk/LC_MESSAGES/pkgbuilder.po index 9cb73fa..d9a570a 100644 --- a/locale/sk/LC_MESSAGES/pkgbuilder.po +++ b/locale/sk/LC_MESSAGES/pkgbuilder.po @@ -1,5 +1,5 @@ # PKGBUILDer pot file. -# Copyright © 2011-2016, Chris Warrick. +# Copyright © 2011-2017, Chris Warrick. # This file is distributed under the same license as the PKGBUILDer package. # # Translators: diff --git a/locale/sv/LC_MESSAGES/pkgbuilder.po b/locale/sv/LC_MESSAGES/pkgbuilder.po index acba7c8..f83d4bc 100644 --- a/locale/sv/LC_MESSAGES/pkgbuilder.po +++ b/locale/sv/LC_MESSAGES/pkgbuilder.po @@ -1,5 +1,5 @@ # PKGBUILDer pot file. -# Copyright © 2011-2016, Chris Warrick. +# Copyright © 2011-2017, Chris Warrick. # This file is distributed under the same license as the PKGBUILDer package. # # Translators: diff --git a/locale/tr/LC_MESSAGES/pkgbuilder.po b/locale/tr/LC_MESSAGES/pkgbuilder.po index cf4fe4f..be0a8cf 100644 --- a/locale/tr/LC_MESSAGES/pkgbuilder.po +++ b/locale/tr/LC_MESSAGES/pkgbuilder.po @@ -1,5 +1,5 @@ # PKGBUILDer pot file. -# Copyright © 2011-2016, Chris Warrick. +# Copyright © 2011-2017, Chris Warrick. # This file is distributed under the same license as the PKGBUILDer package. # # Translators: diff --git a/locale/vi/LC_MESSAGES/pkgbuilder.po b/locale/vi/LC_MESSAGES/pkgbuilder.po index 422874d..babc84f 100644 --- a/locale/vi/LC_MESSAGES/pkgbuilder.po +++ b/locale/vi/LC_MESSAGES/pkgbuilder.po @@ -1,5 +1,5 @@ # PKGBUILDer pot file. -# Copyright © 2011-2016, Chris Warrick. +# Copyright © 2011-2017, Chris Warrick. # This file is distributed under the same license as the PKGBUILDer package. # # Translators: diff --git a/messages.pot b/messages.pot index 417222d..3796fea 100644 --- a/messages.pot +++ b/messages.pot @@ -1,5 +1,5 @@ # PKGBUILDer pot file. -# Copyright © 2011-2016, Chris Warrick. +# Copyright © 2011-2017, Chris Warrick. # This file is distributed under the same license as the PKGBUILDer package. # Chris Warrick , 2016. # diff --git a/pkgbuilder/__init__.py b/pkgbuilder/__init__.py index a8c5b28..36fde15 100644 --- a/pkgbuilder/__init__.py +++ b/pkgbuilder/__init__.py @@ -1,7 +1,7 @@ # -*- encoding: utf-8 -*- # PKGBUILDer v4.2.9 # An AUR helper (and library) in Python 3. -# Copyright © 2011-2016, Chris Warrick. +# Copyright © 2011-2017, Chris Warrick. # All rights reserved. # # Redistribution and use in source and binary forms, with or without @@ -35,7 +35,7 @@ """ An AUR helper (and library) in Python 3. -:Copyright: © 2011-2016, Chris Warrick. +:Copyright: © 2011-2017, Chris Warrick. :License: BSD (see /LICENSE). """ diff --git a/pkgbuilder/__main__.py b/pkgbuilder/__main__.py index 2d1022e..7f9b648 100644 --- a/pkgbuilder/__main__.py +++ b/pkgbuilder/__main__.py @@ -1,13 +1,13 @@ # -*- encoding: utf-8 -*- # PKGBUILDer v4.2.9 # An AUR helper (and library) in Python 3. -# Copyright © 2011-2016, Chris Warrick. +# Copyright © 2011-2017, Chris Warrick. # See /LICENSE for licensing information. """ Main routine of PKGBUILDer. -:Copyright: © 2011-2016, Chris Warrick. +:Copyright: © 2011-2017, Chris Warrick. :License: BSD (see /LICENSE). """ diff --git a/pkgbuilder/aur.py b/pkgbuilder/aur.py index 236a319..4bc9f88 100644 --- a/pkgbuilder/aur.py +++ b/pkgbuilder/aur.py @@ -1,13 +1,13 @@ # -*- encoding: utf-8 -*- # PKGBUILDer v4.2.9 # An AUR helper (and library) in Python 3. -# Copyright © 2011-2016, Chris Warrick. +# Copyright © 2011-2017, Chris Warrick. # See /LICENSE for licensing information. """ Call the AUR API. -:Copyright: © 2011-2016, Chris Warrick. +:Copyright: © 2011-2017, Chris Warrick. :License: BSD (see /LICENSE). """ diff --git a/pkgbuilder/build.py b/pkgbuilder/build.py index 8df869e..db63613 100644 --- a/pkgbuilder/build.py +++ b/pkgbuilder/build.py @@ -1,13 +1,13 @@ # -*- encoding: utf-8 -*- # PKGBUILDer v4.2.9 # An AUR helper (and library) in Python 3. -# Copyright © 2011-2016, Chris Warrick. +# Copyright © 2011-2017, Chris Warrick. # See /LICENSE for licensing information. """ Build AUR packages. -:Copyright: © 2011-2016, Chris Warrick. +:Copyright: © 2011-2017, Chris Warrick. :License: BSD (see /LICENSE). """ diff --git a/pkgbuilder/exceptions.py b/pkgbuilder/exceptions.py index 3d43ae1..8251d9c 100644 --- a/pkgbuilder/exceptions.py +++ b/pkgbuilder/exceptions.py @@ -1,13 +1,13 @@ # -*- encoding: utf-8 -*- # PKGBUILDer v4.2.9 # An AUR helper (and library) in Python 3. -# Copyright © 2011-2016, Chris Warrick. +# Copyright © 2011-2017, Chris Warrick. # See /LICENSE for licensing information. """ Defines PKGBUILDer exceptions. -:Copyright: © 2011-2016, Chris Warrick. +:Copyright: © 2011-2017, Chris Warrick. :License: BSD (see /LICENSE). """ diff --git a/pkgbuilder/package.py b/pkgbuilder/package.py index 5984855..6553c46 100644 --- a/pkgbuilder/package.py +++ b/pkgbuilder/package.py @@ -1,13 +1,13 @@ # -*- encoding: utf-8 -*- # PKGBUILDer v4.2.9 # An AUR helper (and library) in Python 3. -# Copyright © 2011-2016, Chris Warrick. +# Copyright © 2011-2017, Chris Warrick. # See /LICENSE for licensing information. """ The Package class, the most important class in PKGBUILDer. -:Copyright: © 2011-2016, Chris Warrick. +:Copyright: © 2011-2017, Chris Warrick. :License: BSD (see /LICENSE). """ diff --git a/pkgbuilder/pbds.py b/pkgbuilder/pbds.py index df2a0ea..54205a2 100644 --- a/pkgbuilder/pbds.py +++ b/pkgbuilder/pbds.py @@ -1,13 +1,13 @@ # -*- encoding: utf-8 -*- # PKGBUILDer v4.2.9 # An AUR helper (and library) in Python 3. -# Copyright © 2011-2016, Chris Warrick. +# Copyright © 2011-2017, Chris Warrick. # See /LICENSE for licensing information. """ PKGBUILDer Data Storage. -:Copyright: © 2011-2016, Chris Warrick. +:Copyright: © 2011-2017, Chris Warrick. :License: BSD (see /LICENSE). """ diff --git a/pkgbuilder/transaction.py b/pkgbuilder/transaction.py index fed66c5..79c75af 100644 --- a/pkgbuilder/transaction.py +++ b/pkgbuilder/transaction.py @@ -1,7 +1,7 @@ # -*- encoding: utf-8 -*- # PKGBUILDer v4.2.9 # An AUR helper (and library) in Python 3. -# Copyright © 2011-2016, Chris Warrick. +# Copyright © 2011-2017, Chris Warrick. # See /LICENSE for licensing information. """ @@ -9,7 +9,7 @@ .. versionadded:: 4.1.0 -:Copyright: © 2011-2016, Chris Warrick. +:Copyright: © 2011-2017, Chris Warrick. :License: BSD (see /LICENSE). """ diff --git a/pkgbuilder/ui.py b/pkgbuilder/ui.py index 1902077..093ede0 100644 --- a/pkgbuilder/ui.py +++ b/pkgbuilder/ui.py @@ -1,13 +1,13 @@ # -*- encoding: utf-8 -*- # PKGBUILDer v4.2.9 # An AUR helper (and library) in Python 3. -# Copyright © 2011-2016, Chris Warrick. +# Copyright © 2011-2017, Chris Warrick. # See /LICENSE for licensing information. """ The User Interface. -:Copyright: © 2011-2016, Chris Warrick. +:Copyright: © 2011-2017, Chris Warrick. :License: BSD (see /LICENSE). """ diff --git a/pkgbuilder/upgrade.py b/pkgbuilder/upgrade.py index 5fb8723..a1d287b 100644 --- a/pkgbuilder/upgrade.py +++ b/pkgbuilder/upgrade.py @@ -1,13 +1,13 @@ # -*- encoding: utf-8 -*- # PKGBUILDer v4.2.9 # An AUR helper (and library) in Python 3. -# Copyright © 2011-2016, Chris Warrick. +# Copyright © 2011-2017, Chris Warrick. # See /LICENSE for licensing information. """ Tools for performing upgrades of AUR packages. -:Copyright: © 2011-2016, Chris Warrick. +:Copyright: © 2011-2017, Chris Warrick. :License: BSD (see /LICENSE). """ diff --git a/pkgbuilder/utils.py b/pkgbuilder/utils.py index 020df4b..5012c00 100644 --- a/pkgbuilder/utils.py +++ b/pkgbuilder/utils.py @@ -1,13 +1,13 @@ # -*- encoding: utf-8 -*- # PKGBUILDer v4.2.9 # An AUR helper (and library) in Python 3. -# Copyright © 2011-2016, Chris Warrick. +# Copyright © 2011-2017, Chris Warrick. # See /LICENSE for licensing information. """ Common global utilities, used mainly for AUR data access. -:Copyright: © 2011-2016, Chris Warrick. +:Copyright: © 2011-2017, Chris Warrick. :License: BSD (see /LICENSE). """ diff --git a/pkgbuilder/wrapper.py b/pkgbuilder/wrapper.py index 68036f3..db187b9 100644 --- a/pkgbuilder/wrapper.py +++ b/pkgbuilder/wrapper.py @@ -2,13 +2,13 @@ # PBWrapper v0.5.0 # PKGBUILDer v4.2.9 # An AUR helper (and library) in Python 3. -# Copyright © 2011-2016, Chris Warrick. +# Copyright © 2011-2017, Chris Warrick. # See /LICENSE for licensing information. """ A wrapper for pacman and PKGBUILDer, also known as PBWrapper or pb. -:Copyright: © 2011-2016, Chris Warrick. +:Copyright: © 2011-2017, Chris Warrick. :License: BSD (see /LICENSE). """ diff --git a/release b/release index dd28d74..b559fc0 100755 --- a/release +++ b/release @@ -1,7 +1,7 @@ #!/bin/zsh # The Release Script # Part of the Python Project Template. -# Copyright © 2013-2016, Chris Warrick. +# Copyright © 2013-2017, Chris Warrick. # All rights reserved. # # Redistribution and use in source and binary forms, with or without diff --git a/sample-scripts/aur-ood-orphans.py b/sample-scripts/aur-ood-orphans.py index f044818..2234815 100755 --- a/sample-scripts/aur-ood-orphans.py +++ b/sample-scripts/aur-ood-orphans.py @@ -2,7 +2,7 @@ # -*- encoding: utf-8 -*- # List AUR OOD Packages/Orphans Installed # Part of PKGBUILDer Sample Scripts -# Copyright © 2011-2016, Chris Warrick. +# Copyright © 2011-2017, Chris Warrick. # All rights reserved. # # Redistribution and use in source and binary forms, with or without diff --git a/sample-scripts/list-non-aur.py b/sample-scripts/list-non-aur.py index 02922bf..3d0494a 100755 --- a/sample-scripts/list-non-aur.py +++ b/sample-scripts/list-non-aur.py @@ -2,7 +2,7 @@ # -*- encoding: utf-8 -*- # List non-AUR Foreigners # Part of PKGBUILDer Sample Scripts -# Copyright © 2011-2016, Chris Warrick. +# Copyright © 2011-2017, Chris Warrick. # All rights reserved. # # Redistribution and use in source and binary forms, with or without diff --git a/sample-scripts/upgrade.py b/sample-scripts/upgrade.py index 83b21aa..6110f12 100755 --- a/sample-scripts/upgrade.py +++ b/sample-scripts/upgrade.py @@ -2,7 +2,7 @@ # -*- encoding: utf-8 -*- # Upgrade Counter and Lister # Part of PKGBUILDer Sample Scripts -# Copyright © 2011-2016, Chris Warrick. +# Copyright © 2011-2017, Chris Warrick. # All rights reserved. # # Redistribution and use in source and binary forms, with or without diff --git a/tests/__init__.py b/tests/__init__.py index c0c26d0..fd994de 100644 --- a/tests/__init__.py +++ b/tests/__init__.py @@ -1,7 +1,7 @@ #!/usr/bin/python3 # -*- encoding: utf-8 -*- # PKGBUILDer test suite -# Copyright © 2011-2016, Chris Warrick. +# Copyright © 2011-2017, Chris Warrick. # All rights reserved. # # Redistribution and use in source and binary forms, with or without diff --git a/tests/test_pkgbuilder.py b/tests/test_pkgbuilder.py index 0ea4100..5e82c79 100755 --- a/tests/test_pkgbuilder.py +++ b/tests/test_pkgbuilder.py @@ -1,7 +1,7 @@ #!/usr/bin/python3 # -*- encoding: utf-8 -*- # PKGBUILDer test suite -# Copyright © 2011-2016, Chris Warrick. +# Copyright © 2011-2017, Chris Warrick. # All rights reserved. # # Redistribution and use in source and binary forms, with or without