Happy New Year
authorCarl Hetherington <carl@carlh.net>
Tue, 3 Jan 2012 21:13:05 +0000 (21:13 +0000)
committerCarl Hetherington <carl@carlh.net>
Tue, 3 Jan 2012 21:13:05 +0000 (21:13 +0000)
git-svn-id: svn://localhost/ardour2/branches/3.0@11151 d708f5d6-7413-0410-9779-e7cbd77b26cf

gtk2_ardour/about.cc
gtk2_ardour/main.cc

index 342f0192461180cb4e187c965d99613ce5d5acf7..e440d14dbcdaf006ac1fb3318eaa55e1f913be7f 100644 (file)
@@ -573,7 +573,7 @@ About::About ()
        }
 
        set_translator_credits (t);
-       set_copyright (_("Copyright (C) 1999-2011 Paul Davis\n"));
+       set_copyright (_("Copyright (C) 1999-2012 Paul Davis\n"));
        set_license (gpl);
        set_name (X_("Ardour"));
        set_website (X_("http://ardour.org/"));
index 6af714a02f1b423e08c8eec972386f8f4514c5c8..a853d7b61bf3b895d4e7eedfa887143e00374db2 100644 (file)
@@ -527,7 +527,7 @@ int main (int argc, char *argv[])
        }
 
        if (no_splash) {
-               cerr << _("Copyright (C) 1999-2011 Paul Davis") << endl
+               cerr << _("Copyright (C) 1999-2012 Paul Davis") << endl
                     << _("Some portions Copyright (C) Steve Harris, Ari Johnson, Brett Viren, Joel Baker") << endl
                     << endl
                     << string_compose (_("%1 comes with ABSOLUTELY NO WARRANTY"), PROGRAM_NAME) << endl