gnash-commit
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

[Gnash-commit] /srv/bzr/gnash/trunk r10578: Add 2009 to publicly visible


From: Benjamin Wolsey
Subject: [Gnash-commit] /srv/bzr/gnash/trunk r10578: Add 2009 to publicly visible copyright dates.
Date: Thu, 12 Feb 2009 16:15:22 +0100
User-agent: Bazaar (1.5)

------------------------------------------------------------
revno: 10578
committer: Benjamin Wolsey <address@hidden>
branch nick: trunk
timestamp: Thu 2009-02-12 16:15:22 +0100
message:
  Add 2009 to publicly visible copyright dates.
modified:
  gui/Player.cpp
  gui/gnash.cpp
  gui/gtk.cpp
=== modified file 'gui/Player.cpp'
--- a/gui/Player.cpp    2009-02-10 14:04:14 +0000
+++ b/gui/Player.cpp    2009-02-12 15:15:22 +0000
@@ -1,6 +1,6 @@
 // Player.cpp:  Top level SWF player, for gnash.
 // 
-//   Copyright (C) 2005, 2006, 2007, 2008 Free Software Foundation, Inc.
+//   Copyright (C) 2005, 2006, 2007, 2008, 2009 Free Software Foundation, Inc.
 // 
 // This program is free software; you can redistribute it and/or modify
 // it under the terms of the GNU General Public License as published by

=== modified file 'gui/gnash.cpp'
--- a/gui/gnash.cpp     2009-02-06 15:30:47 +0000
+++ b/gui/gnash.cpp     2009-02-12 15:15:22 +0000
@@ -147,18 +147,21 @@
     << endl;
 }
 
-static void version_and_copyright()
+static void
+version_and_copyright()
 {
     cout << "Gnash " << VERSION << endl
         << endl
-        << _("Copyright (C) 2005, 2006, 2007, 2008 Free Software Foundation, "
-                "Inc.\nGnash comes with NO WARRANTY, to the extent permitted "
+        << _("Copyright (C) 2005, 2006, 2007, 2008, 2009 "
+                "Free Software Foundation, Inc.\n"
+                "Gnash comes with NO WARRANTY, to the extent permitted "
                 "by law.\nYou may redistribute copies of Gnash under the "
                 "terms of the GNU General\nPublic License.  For more "
                 "information, see the file named COPYING.\n") << endl;
 }
 
-static void build_options()
+static void
+build_options()
 {
     cout << _("Build options ") << VERSION << endl
         << _("   Target: ") << TARGET_CONFIG << endl

=== modified file 'gui/gtk.cpp'
--- a/gui/gtk.cpp       2009-02-11 22:19:12 +0000
+++ b/gui/gtk.cpp       2009-02-12 15:15:22 +0000
@@ -1783,7 +1783,7 @@
     gtk_about_dialog_set_name (about, "Gnash");
     gtk_about_dialog_set_version(about, VERSION);
     gtk_about_dialog_set_copyright(about, "Copyright (C) 2005, 2006, 2007, "
-            "2008 The Free Software Foundation");
+            "2008, 2009 The Free Software Foundation");
     gtk_about_dialog_set_comments (about, comments.c_str());
     gtk_about_dialog_set_authors(about, authors);
     gtk_about_dialog_set_documenters(about, documentors);
@@ -1819,7 +1819,7 @@
         NULL,
         "program-name", _("Gnash"), 
         "version", VERSION,
-        "copyright", "Copyright (C) 2005, 2006, 2007, 2008 "
+        "copyright", "Copyright (C) 2005, 2006, 2007, 2008, 2009 "
                      "The Free Software Foundation",
         "comments", comments.c_str(),
         "authors", authors,


reply via email to

[Prev in Thread] Current Thread [Next in Thread]