Bump some copyright years to 2013

This commit is contained in:
Thomas Goyne 2013-06-25 16:32:36 -07:00
parent cc0671f94c
commit b0166afaef
3 changed files with 3 additions and 3 deletions

View File

@ -41,7 +41,7 @@ AppVersion={#VERSION}
AppPublisher=Aegisub Team
AppPublisherURL=http://www.aegisub.org/
AppSupportURL=http://forum.aegisub.org/
AppCopyright=© 2005-2012 The Aegisub Team
AppCopyright=© 2005-2013 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-2013, 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

@ -107,7 +107,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-2013 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";