Happy new year.
authorCarl Hetherington <carl@carlh.net>
Fri, 18 Feb 2011 00:24:27 +0000 (00:24 +0000)
committerCarl Hetherington <carl@carlh.net>
Fri, 18 Feb 2011 00:24:27 +0000 (00:24 +0000)
git-svn-id: svn://localhost/ardour2/branches/3.0@8899 d708f5d6-7413-0410-9779-e7cbd77b26cf

gtk2_ardour/about.cc
gtk2_ardour/main.cc

index e317e0fc00bfc2095b471d8f6ca90f67039491d8..28a6a326ec128fc1ad9249dff5d2e77ab1ead8f4 100644 (file)
@@ -564,7 +564,7 @@ About::About ()
        }
 
        set_translator_credits (t);
-       set_copyright (_("Copyright (C) 1999-2010 Paul Davis\n"));
+       set_copyright (_("Copyright (C) 1999-2011 Paul Davis\n"));
        set_license (gpl);
        set_name (X_("Ardour"));
        set_website (X_("http://ardour.org/"));
index 0d2eb23ef06c74b7de0328904bd1149f8c8ec700..a35cd1f3e7735a00ed3c10338319e14761b2a047 100644 (file)
@@ -597,7 +597,7 @@ int main (int argc, char *argv[])
        }
 
        if (no_splash) {
-               cerr << _("Copyright (C) 1999-2010 Paul Davis") << endl
+               cerr << _("Copyright (C) 1999-2011 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