Skip to content

Commit

Permalink
Rebranding + early 2015 🎆
Browse files Browse the repository at this point in the history
Signed-off-by: Chris Warrick <[email protected]>
  • Loading branch information
Kwpolska committed Dec 27, 2014
1 parent e6e4759 commit 59e3bd2
Show file tree
Hide file tree
Showing 30 changed files with 65 additions and 65 deletions.
12 changes: 6 additions & 6 deletions .pypt/localegen
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
#!/bin/zsh
# Kw’s Release Tools/Python Project Template
# Locale Generator
# Copyright © 2014, Kwpolska.
# Copyright © 2014, Chris Warrick.
# All rights reserved.
#
# Redistribution and use in source and binary forms, with or without
Expand Down Expand Up @@ -45,18 +45,18 @@ case "$LOCALETYPE" in
sed '1,+17d' ./messages.pot > ./messages.pot.tmp

pot='# '$PROJECT' pot file.
# Copyright © 2011-2014, Kwpolska.
# Copyright © 2011-2014, Chris Warrick.
# This file is distributed under the same license as the '$PROJECT' package.
# Kwpolska <[email protected]>, 2011-2014.
# Chris Warrick <[email protected]>, 2011-2014.
#
msgid ""
msgstr ""
"Project-Id-Version: #version\\n"
"Report-Msgid-Bugs-To: Kwpolska <[email protected]>\\n"
"Report-Msgid-Bugs-To: Chris Warrick <[email protected]>\\n"
"POT-Creation-Date: #datel\\n"
"PO-Revision-Date: #datel\\n"
"Last-Translator: Kwpolska <[email protected]>\\n"
"Language-Team: Kwpolska <[email protected]>\\n"
"Last-Translator: Chris Warrick <[email protected]>\\n"
"Language-Team: Chris Warrick <[email protected]>\\n"
"Language: en\\n"
"MIME-Version: 1.0\\n"
"Content-Type: text/plain; charset=UTF-8\\n"
Expand Down
4 changes: 2 additions & 2 deletions docs/CHANGELOG.rst
Original file line number Diff line number Diff line change
Expand Up @@ -2,8 +2,8 @@
Appendix C. Changelog
=====================
:Info: This is the changelog for PKGBUILDer.
:Author: Chris “Kwpolska” Warrick <[email protected]>
:Copyright: © 2011-2014, Kwpolska.
:Author: Chris Warrick <[email protected]>
:Copyright: © 2011-2015, Chris Warrick.
:License: BSD (see /LICENSE or :doc:`Appendix B <LICENSE>`.)
:Date: 2014-08-10
:Version: 3.3.2
Expand Down
4 changes: 2 additions & 2 deletions docs/CONTRIBUTING.rst
Original file line number Diff line number Diff line change
@@ -1,8 +1,8 @@
==============================
Appendix A. Contribution rules
==============================
:Author: Chris “Kwpolska” Warrick <[email protected]>
:Copyright: © 2011-2014, Kwpolska.
:Author: Chris Warrick <[email protected]>
:Copyright: © 2011-2015, Chris Warrick.
:License: BSD (see /LICENSE or :doc:`Appendix B <LICENSE>`.)
:Date: 2014-08-10
:Version: 3.3.2
Expand Down
4 changes: 2 additions & 2 deletions docs/LICENSE.rst
Original file line number Diff line number Diff line change
Expand Up @@ -2,13 +2,13 @@
Appendix B. License for PKGBUILDer
==================================
:Info: This is the license for PKGBUILDer.
:Author: Chris “Kwpolska” Warrick <[email protected]>
:Author: Chris Warrick <[email protected]>
:Date: 2014-08-10
:Version: 3.3.2

.. index:: LICENSE

Copyright © 2011-2014, Chris “Kwpolska” Warrick.
Copyright © 2011-2015, Chris Warrick.
All rights reserved.

Redistribution and use in source and binary forms, with or without
Expand Down
4 changes: 2 additions & 2 deletions docs/README.rst
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
PKGBUILDer. An AUR helper (and library) in Python 3.
=====================================================
:Info: This is the README file for PKGBUILDer.
:Author: Chris “Kwpolska” Warrick <[email protected]>
:Author: Chris Warrick <[email protected]>
:Date: 2014-08-10
:Version: 3.3.2

Expand All @@ -23,7 +23,7 @@ For more info, refer to the pkgbuilder(8) man page or the documentation.

COPYRIGHT
---------
Copyright © 2011-2014, Chris “Kwpolska” Warrick.
Copyright © 2011-2015, Chris Warrick.
All rights reserved.

Redistribution and use in source and binary forms, with or without
Expand Down
4 changes: 2 additions & 2 deletions docs/aur.rst
Original file line number Diff line number Diff line change
@@ -1,8 +1,8 @@
======================
aur module (AUR class)
======================
:Author: Chris “Kwpolska” Warrick <[email protected]>
:Copyright: © 2011-2014, Kwpolska.
:Author: Chris Warrick <[email protected]>
:Copyright: © 2011-2015, Chris Warrick.
:License: BSD (see /LICENSE or :doc:`Appendix B <LICENSE>`.)
:Date: 2014-08-10
:Version: 3.3.2
Expand Down
4 changes: 2 additions & 2 deletions docs/build.rst
Original file line number Diff line number Diff line change
Expand Up @@ -2,8 +2,8 @@
build module
============

:Author: Chris “Kwpolska” Warrick <[email protected]>
:Copyright: © 2011-2014, Kwpolska.
:Author: Chris Warrick <[email protected]>
:Copyright: © 2011-2015, Chris Warrick.
:License: BSD (see /LICENSE or :doc:`Appendix B <LICENSE>`.)
:Date: 2014-08-10
:Version: 3.3.2
Expand Down
4 changes: 2 additions & 2 deletions docs/conf.py
Original file line number Diff line number Diff line change
Expand Up @@ -41,7 +41,7 @@

# General information about the project.
project = u'PKGBUILDer'
copyright = u'2011-2014, Kwpolska'
copyright = u'2011-2015, 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
Expand Down Expand Up @@ -184,7 +184,7 @@
# (source start file, target name, title, author, documentclass [howto/manual]).
latex_documents = [
('index', 'PKGBUILDer.tex', u'PKGBUILDer Documentation',
u'Kwpolska', 'manual'),
u'Chris Warrick', 'manual'),
]

# The name of an image file (relative to this directory) to place at the top of
Expand Down
4 changes: 2 additions & 2 deletions docs/exceptions.rst
Original file line number Diff line number Diff line change
Expand Up @@ -2,8 +2,8 @@
Exceptions in PKGBUILDer
========================

:Author: Chris “Kwpolska” Warrick <[email protected]>
:Copyright: © 2011-2014, Kwpolska.
:Author: Chris Warrick <[email protected]>
:Copyright: © 2011-2015, Chris Warrick.
:License: BSD (see /LICENSE or :doc:`Appendix B <LICENSE>`.)
:Date: 2014-08-10
:Version: 3.3.2
Expand Down
4 changes: 2 additions & 2 deletions docs/main.rst
Original file line number Diff line number Diff line change
@@ -1,8 +1,8 @@
===========
main module
===========
:Author: Chris “Kwpolska” Warrick <[email protected]>
:Copyright: © 2011-2014, Kwpolska.
:Author: Chris Warrick <[email protected]>
:Copyright: © 2011-2015, Chris Warrick.
:License: BSD (see /LICENSE or :doc:`Appendix B <LICENSE>`.)
:Date: 2014-08-10
:Version: 3.3.2
Expand Down
4 changes: 2 additions & 2 deletions docs/package.rst
Original file line number Diff line number Diff line change
Expand Up @@ -2,8 +2,8 @@
package module (Package, AURPackage, ABSPackage classes)
========================================================

:Author: Chris “Kwpolska” Warrick <[email protected]>
:Copyright: © 2011-2014, Kwpolska.
:Author: Chris Warrick <[email protected]>
:Copyright: © 2011-2015, Chris Warrick.
:License: BSD (see /LICENSE or :doc:`Appendix B <LICENSE>`.)
:Date: 2014-08-10
:Version: 3.3.2
Expand Down
4 changes: 2 additions & 2 deletions docs/pb.rst
Original file line number Diff line number Diff line change
Expand Up @@ -3,8 +3,8 @@ PBWrapper
=========

:Subtitle: A wrapper for pacman and PKGBUILDer.
:Author: Chris “Kwpolska” Warrick <[email protected]>
:Copyright: © 2011-2014, Kwpolska.
:Author: Chris Warrick <[email protected]>
:Copyright: © 2011-2015, Chris Warrick.
:License: BSD (see /LICENSE or Appendix B.)
:Date: 2014-08-10
:Version: 3.3.2
Expand Down
4 changes: 2 additions & 2 deletions docs/pbds.rst
Original file line number Diff line number Diff line change
Expand Up @@ -2,8 +2,8 @@
pbds module (PBDS class)
========================

:Author: Chris “Kwpolska” Warrick <[email protected]>
:Copyright: © 2011-2014, Kwpolska.
:Author: Chris Warrick <[email protected]>
:Copyright: © 2011-2015, Chris Warrick.
:License: BSD (see /LICENSE or :doc:`Appendix B <LICENSE>`.)
:Date: 2014-08-10
:Version: 3.3.2
Expand Down
4 changes: 2 additions & 2 deletions docs/pkgbuilder.rst
Original file line number Diff line number Diff line change
Expand Up @@ -3,8 +3,8 @@ PKGBUILDer
==========

:Subtitle: An AUR helper (and library) in Python 3.
:Author: Chris “Kwpolska” Warrick <[email protected]>
:Copyright: © 2011-2014, Kwpolska.
:Author: Chris Warrick <[email protected]>
:Copyright: © 2011-2015, Chris Warrick.
:License: BSD (see /LICENSE or Appendix B.)
:Date: 2014-08-10
:Version: 3.3.2
Expand Down
4 changes: 2 additions & 2 deletions docs/sample-scripts.rst
Original file line number Diff line number Diff line change
@@ -1,8 +1,8 @@
=========================
PKGBUILDer Sample Scripts
=========================
:Author: Chris “Kwpolska” Warrick <[email protected]>
:Copyright: © 2011-2014, Kwpolska.
:Author: Chris Warrick <[email protected]>
:Copyright: © 2011-2015, Chris Warrick.
:License: BSD (see /LICENSE or :doc:`Appendix B <LICENSE>`.)
:Date: 2014-08-10
:Version: 3.3.2
Expand Down
4 changes: 2 additions & 2 deletions docs/ui.rst
Original file line number Diff line number Diff line change
Expand Up @@ -2,8 +2,8 @@
ui module (UI class)
====================

:Author: Chris “Kwpolska” Warrick <[email protected]>
:Copyright: © 2011-2014, Kwpolska.
:Author: Chris Warrick <[email protected]>
:Copyright: © 2011-2015, Chris Warrick.
:License: BSD (see /LICENSE or :doc:`Appendix B <LICENSE>`.)
:Date: 2014-08-10
:Version: 3.3.2
Expand Down
4 changes: 2 additions & 2 deletions docs/upgrade.rst
Original file line number Diff line number Diff line change
Expand Up @@ -2,8 +2,8 @@
upgrade module
==============

:Author: Chris “Kwpolska” Warrick <[email protected]>
:Copyright: © 2011-2014, Kwpolska.
:Author: Chris Warrick <[email protected]>
:Copyright: © 2011-2015, Chris Warrick.
:License: BSD (see /LICENSE or :doc:`Appendix B <LICENSE>`.)
:Date: 2014-08-10
:Version: 3.3.2
Expand Down
4 changes: 2 additions & 2 deletions docs/utils.rst
Original file line number Diff line number Diff line change
Expand Up @@ -2,8 +2,8 @@
utils module
============

:Author: Chris “Kwpolska” Warrick <[email protected]>
:Copyright: © 2011-2014, Kwpolska.
:Author: Chris Warrick <[email protected]>
:Copyright: © 2011-2015, Chris Warrick.
:License: BSD (see /LICENSE or :doc:`Appendix B <LICENSE>`.)
:Date: 2014-08-10
:Version: 3.3.2
Expand Down
4 changes: 2 additions & 2 deletions docs/wrapper.rst
Original file line number Diff line number Diff line change
@@ -1,8 +1,8 @@
=========
PBWrapper
=========
:Author: Chris “Kwpolska” Warrick <[email protected]>
:Copyright: © 2011-2014, Kwpolska.
:Author: Chris Warrick <[email protected]>
:Copyright: © 2011-2015, Chris Warrick.
:License: BSD (see /LICENSE or :doc:`Appendix B <LICENSE>`.)
:Date: 2014-08-10
:Version: 3.3.2
Expand Down
6 changes: 3 additions & 3 deletions pkgbuilder/__init__.py
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
# -*- encoding: utf-8 -*-
# PKGBUILDer v3.3.2
# An AUR helper (and library) in Python 3.
# Copyright © 2011-2014, Kwpolska.
# Copyright © 2011-2015, Chris Warrick.
# All rights reserved.
#
# Redistribution and use in source and binary forms, with or without
Expand Down Expand Up @@ -39,13 +39,13 @@
An AUR helper (and library) in Python 3.
:Copyright: © 2011-2014, Kwpolska.
:Copyright: © 2011-2015, Chris Warrick.
:License: BSD (see /LICENSE).
"""

__title__ = 'PKGBUILDer'
__version__ = '3.3.2'
__author__ = 'Kwpolska'
__author__ = 'Chris Warrick'
__license__ = '3-clause BSD'
__docformat__ = 'restructuredtext en'
__all__ = ['_', 'DS', 'UTC']
Expand Down
4 changes: 2 additions & 2 deletions pkgbuilder/aur.py
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
# -*- encoding: utf-8 -*-
# PKGBUILDer v3.3.2
# An AUR helper (and library) in Python 3.
# Copyright © 2011-2014, Kwpolska.
# Copyright © 2011-2015, Chris Warrick.
# See /LICENSE for licensing information.

"""
Expand All @@ -11,7 +11,7 @@
A class for calling the AUR API.
:Copyright: © 2011-2014, Kwpolska.
:Copyright: © 2011-2015, Chris Warrick.
:License: BSD (see /LICENSE).
"""

Expand Down
4 changes: 2 additions & 2 deletions pkgbuilder/build.py
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
# -*- encoding: utf-8 -*-
# PKGBUILDer v3.3.2
# An AUR helper (and library) in Python 3.
# Copyright © 2011-2014, Kwpolska.
# Copyright © 2011-2015, Chris Warrick.
# See /LICENSE for licensing information.

"""
Expand All @@ -11,7 +11,7 @@
Functions for building packages.
:Copyright: © 2011-2014, Kwpolska.
:Copyright: © 2011-2015, Chris Warrick.
:License: BSD (see /LICENSE).
"""

Expand Down
4 changes: 2 additions & 2 deletions pkgbuilder/exceptions.py
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
# -*- encoding: utf-8 -*-
# PKGBUILDer v3.3.2
# An AUR helper (and library) in Python 3.
# Copyright © 2011-2014, Kwpolska.
# Copyright © 2011-2015, Chris Warrick.
# See /LICENSE for licensing information.

"""
Expand All @@ -11,7 +11,7 @@
The exceptions for use in PKGBUILDer.
:Copyright: © 2011-2014, Kwpolska.
:Copyright: © 2011-2015, Chris Warrick.
:License: BSD (see /LICENSE).
"""

Expand Down
4 changes: 2 additions & 2 deletions pkgbuilder/main.py
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
# -*- encoding: utf-8 -*-
# PKGBUILDer v3.3.2
# An AUR helper (and library) in Python 3.
# Copyright © 2011-2014, Kwpolska.
# Copyright © 2011-2015, Chris Warrick.
# See /LICENSE for licensing information.

"""
Expand All @@ -11,7 +11,7 @@
Main routine of PKGBUILDer.
:Copyright: © 2011-2014, Kwpolska.
:Copyright: © 2011-2015, Chris Warrick.
:License: BSD (see /LICENSE).
"""

Expand Down
4 changes: 2 additions & 2 deletions pkgbuilder/package.py
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
# -*- encoding: utf-8 -*-
# PKGBUILDer v3.3.2
# An AUR helper (and library) in Python 3.
# Copyright © 2011-2014, Kwpolska.
# Copyright © 2011-2015, Chris Warrick.
# See /LICENSE for licensing information.

"""
Expand All @@ -11,7 +11,7 @@
The Package class, the most important class in PKGBUILDer.
:Copyright: © 2011-2014, Kwpolska.
:Copyright: © 2011-2015, Chris Warrick.
:License: BSD (see /LICENSE).
"""

Expand Down
4 changes: 2 additions & 2 deletions pkgbuilder/pbds.py
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
# -*- encoding: utf-8 -*-
# PKGBUILDer v3.3.2
# An AUR helper (and library) in Python 3.
# Copyright © 2011-2014, Kwpolska.
# Copyright © 2011-2015, Chris Warrick.
# See /LICENSE for licensing information.

"""
Expand All @@ -11,7 +11,7 @@
PKGBUILDer Data Storage.
:Copyright: © 2011-2014, Kwpolska.
:Copyright: © 2011-2015, Chris Warrick.
:License: BSD (see /LICENSE).
"""

Expand Down
Loading

0 comments on commit 59e3bd2

Please sign in to comment.