Skip to content

Commit

Permalink
Copyright year bump. Happy New Year!
Browse files Browse the repository at this point in the history
  • Loading branch information
stump committed Jan 6, 2013
1 parent 8224290 commit 32a9736
Show file tree
Hide file tree
Showing 4 changed files with 5 additions and 5 deletions.
2 changes: 1 addition & 1 deletion doc/copyright
@@ -1,6 +1,6 @@
All source code and data files are
copyright 2006, 2007 by Sami Ky�stil�, Tommi Inkil�, Joonas Kerttula
copyright 2008-2011 by Team FoFiX
copyright 2008-2013 by Team FoFiX
except:

* Fonts data/*.ttf
Expand Down
2 changes: 1 addition & 1 deletion pkg/MakeFoFiXInstaller.py
Expand Up @@ -156,7 +156,7 @@
VIAddVersionKey /LANG=1033 "FileDescription" "FoFiX Setup"
VIAddVersionKey /LANG=1033 "FileVersion" "${FOFIX_VERSION_FULL}"
VIAddVersionKey /LANG=1033 "InternalName" "FoFiX v${FOFIX_VERSION_FULL} Setup.exe"
VIAddVersionKey /LANG=1033 "LegalCopyright" "© 2008-2011 FoFiX Team. GNU GPL v2 or later."
VIAddVersionKey /LANG=1033 "LegalCopyright" "© 2008-2013 FoFiX Team. GNU GPL v2 or later."
VIAddVersionKey /LANG=1033 "OriginalFilename" "FoFiX v${FOFIX_VERSION_FULL} Setup.exe"
VIAddVersionKey /LANG=1033 "ProductName" "FoFiX"
VIAddVersionKey /LANG=1033 "ProductVersion" "${FOFIX_VERSION_FULL}"
Expand Down
2 changes: 1 addition & 1 deletion src/Credits.py
Expand Up @@ -223,7 +223,7 @@ def __init__(self, engine, songName = None):
space,
space,
Text(nf, bs, c1, "center", _("Copyright 2006, 2007 by Unreal Voodoo")),
Text(nf, bs, c1, "center", _("Copyright 2008-2011 by Team FoFiX")),
Text(nf, bs, c1, "center", _("Copyright 2008-2013 by Team FoFiX")),
space,
space
])
Expand Down
4 changes: 2 additions & 2 deletions src/setup.py
Expand Up @@ -67,7 +67,7 @@ def isSystemDLL(pathname):
#stump: the parameter below must consist only of up to four numerical fields separated by dots
Version.versionNum(),
file_description="Frets on Fire X",
legal_copyright=r"© 2008-2011 FoFiX Team. GNU GPL v2 or later.",
legal_copyright=r"© 2008-2013 FoFiX Team. GNU GPL v2 or later.",
company_name="FoFiX Team",
internal_name="FoFiX.exe",
original_filename="FoFiX.exe",
Expand Down Expand Up @@ -189,7 +189,7 @@ def isSystemDLL(pathname):
'plist': {
'CFBundleIdentifier': 'org.pythonmac.FoFiX.FretsonFire',
'CFBundleSignature': 'FoFX',
'NSHumanReadableCopyright': u"\xa9 2008-2011 FoFiX Team. GNU GPL v2 or later.",
'NSHumanReadableCopyright': u"\xa9 2008-2013 FoFiX Team. GNU GPL v2 or later.",
}
})

Expand Down

0 comments on commit 32a9736

Please sign in to comment.