Bump copyright years
This commit is contained in:
parent
eb839ded82
commit
11581ccd28
6 changed files with 6 additions and 6 deletions
|
@ -33,7 +33,7 @@
|
||||||
<string>@PLIST_VERSION@</string>
|
<string>@PLIST_VERSION@</string>
|
||||||
|
|
||||||
<key>CFBundleLongVersionString</key>
|
<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 -->
|
<!-- Values: i386, ppc, x86_65, ppc64 -->
|
||||||
<key>LSArchitecturePriority</key>
|
<key>LSArchitecturePriority</key>
|
||||||
|
|
|
@ -40,7 +40,7 @@ AppVersion=3.1.0
|
||||||
AppPublisher=Aegisub Team
|
AppPublisher=Aegisub Team
|
||||||
AppPublisherURL=http://www.aegisub.org/
|
AppPublisherURL=http://www.aegisub.org/
|
||||||
AppSupportURL=http://forum.aegisub.org/
|
AppSupportURL=http://forum.aegisub.org/
|
||||||
AppCopyright=© 2005-2012 The Aegisub Team
|
AppCopyright=© 2005-2014 The Aegisub Team
|
||||||
VersionInfoVersion=3.1.0
|
VersionInfoVersion=3.1.0
|
||||||
DefaultDirName={pf}\Aegisub
|
DefaultDirName={pf}\Aegisub
|
||||||
DefaultGroupName=Aegisub
|
DefaultGroupName=Aegisub
|
||||||
|
|
|
@ -41,7 +41,7 @@ AppVersion={#VERSION}
|
||||||
AppPublisher=Aegisub Team
|
AppPublisher=Aegisub Team
|
||||||
AppPublisherURL=http://www.aegisub.org/
|
AppPublisherURL=http://www.aegisub.org/
|
||||||
AppSupportURL=http://forum.aegisub.org/
|
AppSupportURL=http://forum.aegisub.org/
|
||||||
AppCopyright=© 2005-2012 The Aegisub Team
|
AppCopyright=© 2005-2014 The Aegisub Team
|
||||||
VersionInfoVersion={#VERSION}
|
VersionInfoVersion={#VERSION}
|
||||||
DefaultGroupName=Aegisub
|
DefaultGroupName=Aegisub
|
||||||
AllowNoIcons=true
|
AllowNoIcons=true
|
||||||
|
|
|
@ -1,4 +1,4 @@
|
||||||
Copyright (c) 2005-2012, the Aegisub Team.
|
Copyright (c) 2005-2014, the Aegisub Team.
|
||||||
All rights reserved.
|
All rights reserved.
|
||||||
|
|
||||||
Redistribution and use in source and binary forms, with or without modification, are permitted provided that the following conditions are met:
|
Redistribution and use in source and binary forms, with or without modification, are permitted provided that the following conditions are met:
|
||||||
|
|
|
@ -15,7 +15,7 @@ maybe_append() {
|
||||||
find ../src ../src/command -name \*.cpp -o -name \*.h \
|
find ../src ../src/command -name \*.cpp -o -name \*.h \
|
||||||
| xgettext --files-from=- -o - --c++ -k_ -kSTR_MENU -kSTR_DISP -kSTR_HELP -kwxT \
|
| xgettext --files-from=- -o - --c++ -k_ -kSTR_MENU -kSTR_DISP -kSTR_HELP -kwxT \
|
||||||
| sed 's/SOME DESCRIPTIVE TITLE./Aegisub 3.1.0/' \
|
| 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/THE PACKAGE'S COPYRIGHT HOLDER/Rodrigo Braz Monteiro, Niels Martin Hansen, Thomas Goyne et. al./" \
|
||||||
| sed 's/PACKAGE/Aegisub/' \
|
| sed 's/PACKAGE/Aegisub/' \
|
||||||
| sed 's/VERSION/3.1.0/' \
|
| sed 's/VERSION/3.1.0/' \
|
||||||
|
|
|
@ -90,7 +90,7 @@ AboutScreen::AboutScreen(wxWindow *parent)
|
||||||
// Generate about string
|
// Generate about string
|
||||||
wxString aboutString;
|
wxString aboutString;
|
||||||
aboutString += wxString("Aegisub ") + GetAegisubShortVersionString() + ".\n";
|
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 += "Programmers:\n";
|
||||||
aboutString += " Alysson Souza e Silva\n";
|
aboutString += " Alysson Souza e Silva\n";
|
||||||
aboutString += " Amar Takhar\n";
|
aboutString += " Amar Takhar\n";
|
||||||
|
|
Loading…
Reference in a new issue