gnash-dev
[Top][All Lists]
Advanced

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

Re: [Gnash-dev] Copyright displays for 2011


From: John Gilmore
Subject: Re: [Gnash-dev] Copyright displays for 2011
Date: Thu, 10 Feb 2011 16:52:24 -0800

Here are some improvements that I found while building and installing
and testing the pre-release version from git.  

The README.git change fixes the name of the libltdl on Ubuntu, and alphabetizes
them so they'll match the output of "dpkg -l" for version checking.

The rest are 2011 updates to the copyright notices printed or
displayed by gnash.  Plugin, gtk, tty, and aos4 all have different
notices.

I'm still such a git newbie that I am not going to spend the time
right now to figure out how I might be able to actually check these
into the mainline repo and then maybe migrate them to the release
branch.  Somebody who knows what they're doing, please do so; thanks.

        John

diff --git a/README.git b/README.git
index 36aa56e..5eda34d 100644
--- a/README.git
+++ b/README.git
@@ -28,12 +28,12 @@ error message.  Here are the programs required:
 GNU             Minimum         RPM or DEB package names:
 Package         Version  Debian         Ubuntu          Fedora   
 -------         -------  -----------    ------------    --------- 
-automake        1.9.6    automake1.9    automake1.9     automake
 autoconf        2.59                    autoconf        autoconf
-git             1.3                     git             git
+automake        1.9.6    automake1.9    automake1.9     automake
 gettext         0.14.6                  gettext         gettext
+git             1.3                     git             git
 libtool         1.5.22                  libtool         libtool
-                1.5.22                  libltdl3-dev    libtool
+                1.5.22                  libltdl-dev     libtool
 
 The "Minimum Version" is not necessarily the lowest version that will work;
 it's the lowest version that the Gnash team has recently tested with.  
diff --git a/gui/aos4/aos4.cpp b/gui/aos4/aos4.cpp
index 9d5f600..fab9dd3 100644
--- a/gui/aos4/aos4.cpp
+++ b/gui/aos4/aos4.cpp
@@ -878,7 +878,7 @@ AOS4Gui::showAboutDialog(void)
                                        LIBAVCODEC_IDENT
 #endif
                                                "\n\nCopyright (C) 2005, 2006, 
2007, "
-                               "2008, 2009, 2010 The Free Software Foundation"
+                               "2008, 2009, 2010, 2011 The Free Software 
Foundation"
                                                "\n\nAmigaOS4 Version by Andrea 
Palmate' - http://www.amigasoft.net";;
 
        PrintMsg(about);
diff --git a/gui/gnash.cpp b/gui/gnash.cpp
index 123844d..5f2c328 100644
--- a/gui/gnash.cpp
+++ b/gui/gnash.cpp
@@ -500,7 +500,7 @@ version_and_copyright(std::ostream& os)
        << VERSION " ("
        << BRANCH_NICK << "-" << BRANCH_REVNO << "-" << COMMIT_ID
        << ")" << endl << endl
-       << _("Copyright (C) 2005, 2006, 2007, 2008, 2009, 2010 "
+       << _("Copyright (C) 2005, 2006, 2007, 2008, 2009, 2010, 2011 "
             "Free Software Foundation, Inc.\n"
             "Gnash comes with NO WARRANTY, to the extent permitted "
             "by law.\nYou may redistribute copies of Gnash under the "
diff --git a/gui/gtk/gtk.cpp b/gui/gtk/gtk.cpp
index a030bd5..311ecdf 100644
--- a/gui/gtk/gtk.cpp
+++ b/gui/gtk/gtk.cpp
@@ -1823,7 +1823,7 @@ GtkGui::showAboutDialog()
 
     gtk_about_dialog_set_version(about, version.c_str());
     gtk_about_dialog_set_copyright(about, "Copyright (C) 2005, 2006, 2007, "
-            "2008, 2009, 2010 The Free Software Foundation");
+            "2008, 2009, 2010, 2011 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);
diff --git a/plugin/npapi/plugin.cpp b/plugin/npapi/plugin.cpp
index 98408fb..74ca3db 100644
--- a/plugin/npapi/plugin.cpp
+++ b/plugin/npapi/plugin.cpp
@@ -52,7 +52,7 @@
 
 #define PLUGIN_DESCRIPTION \
   "Shockwave Flash "FLASH_VERSION"<br>Gnash "VERSION", the GNU SWF Player. \
-  Copyright (C) 2006, 2007, 2008, 2009, 2010 \
+  Copyright (C) 2006, 2007, 2008, 2009, 2010, 2011 \
   <a href=\"http://www.fsf.org\";>Free \
   Software Foundation</a>, Inc. <br> \
   Gnash comes with NO WARRANTY, to the extent permitted by law. \



reply via email to

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