Bump copyright years

This commit is contained in:
Thomas Goyne 2014-01-01 07:19:25 -08:00
parent 858a8583af
commit 1664cabdb3
6 changed files with 6 additions and 6 deletions

View File

@ -33,7 +33,7 @@
<string>@PLIST_VERSION@</string>
<key>CFBundleLongVersionString</key>
<string>@PLIST_VERSION@, Copyright 2005-2012, aegisub http://www.aegisub.org/</string>
<string>@PLIST_VERSION@, Copyright 2005-2014, aegisub http://www.aegisub.org/</string>
<!-- Values: i386, ppc, x86_65, ppc64 -->
<key>LSArchitecturePriority</key>

View File

@ -40,7 +40,7 @@ AppVersion=3.1.0
AppPublisher=Aegisub Team
AppPublisherURL=http://www.aegisub.org/
AppSupportURL=http://forum.aegisub.org/
AppCopyright=© 2005-2012 The Aegisub Team
AppCopyright=© 2005-2014 The Aegisub Team
VersionInfoVersion=3.1.0
DefaultDirName={pf}\Aegisub
DefaultGroupName=Aegisub

View File

@ -41,7 +41,7 @@ AppVersion={#VERSION}
AppPublisher=Aegisub Team
AppPublisherURL=http://www.aegisub.org/
AppSupportURL=http://forum.aegisub.org/
AppCopyright=© 2005-2013 The Aegisub Team
AppCopyright=© 2005-2014 The Aegisub Team
VersionInfoVersion={#VERSION}
DefaultGroupName=Aegisub
AllowNoIcons=true

View File

@ -1,4 +1,4 @@
Copyright (c) 2005-2012, the Aegisub Team.
Copyright (c) 2005-2014, the Aegisub Team.
All rights reserved.
Redistribution and use in source and binary forms, with or without modification, are permitted provided that the following conditions are met:

View File

@ -15,7 +15,7 @@ maybe_append() {
find ../src ../src/command -name \*.cpp -o -name \*.h \
| xgettext --files-from=- -o - --c++ -k_ -kSTR_MENU -kSTR_DISP -kSTR_HELP -kwxT \
| sed 's/SOME DESCRIPTIVE TITLE./Aegisub 3.1.0/' \
| sed 's/YEAR/2005-2013/' \
| sed 's/YEAR/2005-2014/' \
| sed "s/THE PACKAGE'S COPYRIGHT HOLDER/Rodrigo Braz Monteiro, Niels Martin Hansen, Thomas Goyne et. al./" \
| sed 's/PACKAGE/Aegisub/' \
| sed 's/VERSION/3.1.0/' \

View File

@ -90,7 +90,7 @@ AboutScreen::AboutScreen(wxWindow *parent)
// Generate about string
wxString aboutString;
aboutString += wxString("Aegisub ") + GetAegisubShortVersionString() + ".\n";
aboutString += "Copyright (c) 2005-2012 Rodrigo Braz Monteiro, Niels Martin Hansen, Thomas Goyne et al.\n\n";
aboutString += "Copyright (c) 2005-2014 Rodrigo Braz Monteiro, Niels Martin Hansen, Thomas Goyne et al.\n\n";
aboutString += "Programmers:\n";
aboutString += " Alysson Souza e Silva\n";
aboutString += " Amar Takhar\n";