From b0166afaefe5aeaeafb4e7de1262274d2488e98f Mon Sep 17 00:00:00 2001 From: Thomas Goyne Date: Tue, 25 Jun 2013 16:32:36 -0700 Subject: [PATCH] Bump some copyright years to 2013 --- aegisub/packages/win_installer/fragment_setupbase.iss | 2 +- aegisub/packages/win_installer/license.txt | 2 +- aegisub/src/dialog_about.cpp | 2 +- 3 files changed, 3 insertions(+), 3 deletions(-) diff --git a/aegisub/packages/win_installer/fragment_setupbase.iss b/aegisub/packages/win_installer/fragment_setupbase.iss index a6f814ced..1c063cd9c 100644 --- a/aegisub/packages/win_installer/fragment_setupbase.iss +++ b/aegisub/packages/win_installer/fragment_setupbase.iss @@ -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 diff --git a/aegisub/packages/win_installer/license.txt b/aegisub/packages/win_installer/license.txt index e49176989..f13af01c9 100644 --- a/aegisub/packages/win_installer/license.txt +++ b/aegisub/packages/win_installer/license.txt @@ -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: diff --git a/aegisub/src/dialog_about.cpp b/aegisub/src/dialog_about.cpp index 65c839840..e32434553 100644 --- a/aegisub/src/dialog_about.cpp +++ b/aegisub/src/dialog_about.cpp @@ -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";