Skip to content
Extraits de code Groupes Projets
Valider 1664cabd rédigé par Thomas Goyne's avatar Thomas Goyne
Parcourir les fichiers

Bump copyright years

parent 858a8583
Aucune branche associée trouvée
Aucune étiquette associée trouvée
Aucune requête de fusion associée trouvée
......@@ -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>
......
......@@ -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
......
......@@ -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
......
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:
......
......@@ -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/' \
......
......@@ -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";
......
0% Chargement en cours ou .
You are about to add 0 people to the discussion. Proceed with caution.
Veuillez vous inscrire ou vous pour commenter