Skip to content
This repository has been archived by the owner on Nov 30, 2023. It is now read-only.

Commit

Permalink
change header email
Browse files Browse the repository at this point in the history
  • Loading branch information
Arzaroth Lekva committed Feb 29, 2016
1 parent 761c0fa commit bbbe49b
Show file tree
Hide file tree
Showing 36 changed files with 36 additions and 36 deletions.
2 changes: 1 addition & 1 deletion CelestiaSunrise.py
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
#
# File: CelestiaSunrise.py
# by Arzaroth Lekva
# arzaroth@arzaroth.com
# lekva@arzaroth.com
#

from __future__ import print_function, absolute_import, unicode_literals
Expand Down
2 changes: 1 addition & 1 deletion celestia/__init__.py
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
#
# File: __init__.py
# by Arzaroth Lekva
# arzaroth@arzaroth.com
# lekva@arzaroth.com
#

from celestia.shell import PonyShell
Expand Down
2 changes: 1 addition & 1 deletion celestia/gui/__init__.py
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
#
# File: __init__.py
# by Arzaroth Lekva
# arzaroth@arzaroth.com
# lekva@arzaroth.com
#

from .gui import Gui
Expand Down
2 changes: 1 addition & 1 deletion celestia/gui/basegui.py
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
#
# File: basegui.py
# by Arzaroth Lekva
# arzaroth@arzaroth.com
# lekva@arzaroth.com
#

from __future__ import print_function, absolute_import, unicode_literals
Expand Down
2 changes: 1 addition & 1 deletion celestia/gui/currenciesframe.py
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
#
# File: currenciesframe.py
# by Arzaroth Lekva
# arzaroth@arzaroth.com
# lekva@arzaroth.com
#

from __future__ import print_function, absolute_import, unicode_literals
Expand Down
2 changes: 1 addition & 1 deletion celestia/gui/dialogs.py
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
#
# File: dialogs.py
# by Arzaroth Lekva
# arzaroth@arzaroth.com
# lekva@arzaroth.com
#

from __future__ import print_function, absolute_import, unicode_literals, division
Expand Down
2 changes: 1 addition & 1 deletion celestia/gui/gui.py
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
#
# File: gui.py
# by Arzaroth Lekva
# arzaroth@arzaroth.com
# lekva@arzaroth.com
#

from __future__ import print_function, absolute_import, unicode_literals
Expand Down
2 changes: 1 addition & 1 deletion celestia/gui/loading.py
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
#
# File: loading.py
# by Arzaroth Lekva
# arzaroth@arzaroth.com
# lekva@arzaroth.com
#

from __future__ import print_function, absolute_import, unicode_literals
Expand Down
2 changes: 1 addition & 1 deletion celestia/gui/missingponiesframe.py
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
#
# File: missingponiesframe.py
# by Arzaroth Lekva
# arzaroth@arzaroth.com
# lekva@arzaroth.com
#

from __future__ import print_function, absolute_import, unicode_literals
Expand Down
2 changes: 1 addition & 1 deletion celestia/gui/playerframe.py
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
#
# File: playerframe.py
# by Arzaroth Lekva
# arzaroth@arzaroth.com
# lekva@arzaroth.com
#

from __future__ import print_function, absolute_import, unicode_literals
Expand Down
2 changes: 1 addition & 1 deletion celestia/gui/poniesframe.py
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
#
# File: poniesframe.py
# by Arzaroth Lekva
# arzaroth@arzaroth.com
# lekva@arzaroth.com
#

from __future__ import print_function, absolute_import, unicode_literals
Expand Down
2 changes: 1 addition & 1 deletion celestia/gui/ponygui.py
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
#
# File: ponygui.py
# by Arzaroth Lekva
# arzaroth@arzaroth.com
# lekva@arzaroth.com
#

from __future__ import print_function, absolute_import, unicode_literals, division
Expand Down
2 changes: 1 addition & 1 deletion celestia/gui/scrolledframe.py
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
#
# File: scrollframe.py
# by Arzaroth Lekva
# arzaroth@arzaroth.com
# lekva@arzaroth.com
#

from __future__ import print_function, absolute_import, unicode_literals
Expand Down
2 changes: 1 addition & 1 deletion celestia/gui/threaded.py
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
#
# File: threaded.py
# by Arzaroth Lekva
# arzaroth@arzaroth.com
# lekva@arzaroth.com
#

import threading
Expand Down
2 changes: 1 addition & 1 deletion celestia/gui/zonesframe.py
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
#
# File: zonesframe.py
# by Arzaroth Lekva
# arzaroth@arzaroth.com
# lekva@arzaroth.com
#

from __future__ import print_function, absolute_import, unicode_literals
Expand Down
2 changes: 1 addition & 1 deletion celestia/save/__init__.py
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
#
# File: __init__.py
# by Arzaroth Lekva
# arzaroth@arzaroth.com
# lekva@arzaroth.com
#

from .savemanager import SaveManager, SaveError
Expand Down
2 changes: 1 addition & 1 deletion celestia/save/savedata.py
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
#
# File: savedata.py
# by Arzaroth Lekva
# arzaroth@arzaroth.com
# lekva@arzaroth.com
#

import binascii
Expand Down
2 changes: 1 addition & 1 deletion celestia/save/savemanager.py
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
#
# File: savemanager.py
# by Arzaroth Lekva
# arzaroth@arzaroth.com
# lekva@arzaroth.com
#

from __future__ import print_function, absolute_import, unicode_literals
Expand Down
2 changes: 1 addition & 1 deletion celestia/shell/__init__.py
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
#
# File: __init__.py
# by Arzaroth Lekva
# arzaroth@arzaroth.com
# lekva@arzaroth.com
#

from .ponyshell import PonyShell
Expand Down
2 changes: 1 addition & 1 deletion celestia/shell/docopt_utils.py
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
#
# File: docopt_utils.py
# by Arzaroth Lekva
# arzaroth@arzaroth.com
# lekva@arzaroth.com
#

from __future__ import print_function, absolute_import, unicode_literals
Expand Down
2 changes: 1 addition & 1 deletion celestia/shell/ponyshell.py
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
#
# File: ponyshell.py
# by Arzaroth Lekva
# arzaroth@arzaroth.com
# lekva@arzaroth.com
#

from __future__ import print_function, absolute_import, unicode_literals
Expand Down
2 changes: 1 addition & 1 deletion celestia/shell/set.py
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
#
# File: set.py
# by Arzaroth Lekva
# arzaroth@arzaroth.com
# lekva@arzaroth.com
#

from __future__ import print_function, absolute_import, unicode_literals
Expand Down
2 changes: 1 addition & 1 deletion celestia/shell/show.py
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
#
# File: show.py
# by Arzaroth Lekva
# arzaroth@arzaroth.com
# lekva@arzaroth.com
#

from __future__ import print_function, absolute_import, unicode_literals
Expand Down
2 changes: 1 addition & 1 deletion celestia/utility/__init__.py
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
#
# File: __init__.py
# by Arzaroth Lekva
# arzaroth@arzaroth.com
# lekva@arzaroth.com
#

from .defaultordereddict import DefaultOrderedDict
Expand Down
2 changes: 1 addition & 1 deletion celestia/utility/config.py
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
#
# File: config.py
# by Arzaroth Lekva
# arzaroth@arzaroth.com
# lekva@arzaroth.com
#

import sys
Expand Down
2 changes: 1 addition & 1 deletion celestia/utility/defaultordereddict.py
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
#
# File: defaultordereddict.py
# by Arzaroth Lekva
# arzaroth@arzaroth.com
# lekva@arzaroth.com
#
# Source: http://stackoverflow.com/a/6190500/562769

Expand Down
2 changes: 1 addition & 1 deletion celestia/utility/enum.py
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
#
# File: enum.py
# by Arzaroth Lekva
# arzaroth@arzaroth.com
# lekva@arzaroth.com
#

import copy
Expand Down
2 changes: 1 addition & 1 deletion celestia/utility/gluid.py
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
#
# File: gluid.py
# by Arzaroth Lekva
# arzaroth@arzaroth.com
# lekva@arzaroth.com
#

from __future__ import print_function, absolute_import, unicode_literals
Expand Down
2 changes: 1 addition & 1 deletion celestia/utility/ponies.py
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
#
# File: ponies.py
# by Arzaroth Lekva
# arzaroth@arzaroth.com
# lekva@arzaroth.com
#

from collections import OrderedDict
Expand Down
2 changes: 1 addition & 1 deletion celestia/utility/tkvardescriptor.py
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
#
# File: tkvardescriptor.py
# by Arzaroth Lekva
# arzaroth@arzaroth.com
# lekva@arzaroth.com
#

class TkVarDescriptor(object):
Expand Down
2 changes: 1 addition & 1 deletion celestia/utility/utility.py
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
#
# File: utility.py
# by Arzaroth Lekva
# arzaroth@arzaroth.com
# lekva@arzaroth.com
#

from __future__ import print_function, absolute_import, unicode_literals
Expand Down
2 changes: 1 addition & 1 deletion celestia/utility/version.py
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
#
# File: version.py
# by Arzaroth Lekva
# arzaroth@arzaroth.com
# lekva@arzaroth.com
#

from __future__ import unicode_literals, absolute_import
Expand Down
2 changes: 1 addition & 1 deletion celestia/utility/xxtea.py
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
#
# File: xxtea.py
# by Arzaroth Lekva
# arzaroth@arzaroth.com
# lekva@arzaroth.com
#
# Deeply inspired by Yue Du <[email protected]>
# https://github.com/ifduyue/xxtea
Expand Down
2 changes: 1 addition & 1 deletion celestia/xml/__init__.py
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
#
# File: __init__.py
# by Arzaroth Lekva
# arzaroth@arzaroth.com
# lekva@arzaroth.com
#

from .xmlhandler import XmlHandler
Expand Down
2 changes: 1 addition & 1 deletion celestia/xml/xmlhandler.py
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
#
# File: xmlhandler.py
# by Arzaroth Lekva
# arzaroth@arzaroth.com
# lekva@arzaroth.com
#

from __future__ import print_function, absolute_import, unicode_literals
Expand Down
2 changes: 1 addition & 1 deletion setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
#
# File: setup.py
# by Arzaroth Lekva
# arzaroth@arzaroth.com
# lekva@arzaroth.com
#

from __future__ import print_function, absolute_import
Expand Down

0 comments on commit bbbe49b

Please sign in to comment.