From: <br...@us...> - 2008-08-14 03:16:32
|
Revision: 3512 http://openvrml.svn.sourceforge.net/openvrml/?rev=3512&view=rev Author: braden Date: 2008-08-14 03:16:40 +0000 (Thu, 14 Aug 2008) Log Message: ----------- Updated "About" dialog license text to reflect GPLv3 licensing. Modified Paths: -------------- trunk/ChangeLog trunk/src/openvrml-player/player.cpp Modified: trunk/ChangeLog =================================================================== --- trunk/ChangeLog 2008-08-14 03:15:43 UTC (rev 3511) +++ trunk/ChangeLog 2008-08-14 03:16:40 UTC (rev 3512) @@ -1,5 +1,10 @@ 2008-08-13 Braden McDaniel <br...@en...> + * src/openvrml-player/player.cpp: Updated "About" dialog license + text to reflect GPLv3 licensing. + +2008-08-13 Braden McDaniel <br...@en...> + * src/openvrml-xembed/gtkvrmlbrowser.cpp: Fixed invocation of G_DEFINE_TYPE to point at the parent type. Modified: trunk/src/openvrml-player/player.cpp =================================================================== --- trunk/src/openvrml-player/player.cpp 2008-08-14 03:15:43 UTC (rev 3511) +++ trunk/src/openvrml-player/player.cpp 2008-08-14 03:16:40 UTC (rev 3512) @@ -1,6 +1,6 @@ // -*- Mode: C++; indent-tabs-mode: nil; c-basic-offset: 4; fill-column: 78 -*- // -// Copyright 2006, 2007 Braden McDaniel +// Copyright 2006, 2007, 2008 Braden McDaniel // // 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 the Free @@ -915,7 +915,7 @@ const gchar license[] = "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 " - "the Free Software Foundation; either version 2 of the License, or " + "the Free Software Foundation; either version 3 of the License, or " "(at your option) any later version.\n\n" "This program is distributed in the hope that it will be useful, but " @@ -924,9 +924,7 @@ "General Public License for more details.\n\n" "You should have received a copy of the GNU General Public License " - "along with this program; if not, write to the Free Software " - "Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA 02111-1307 " - "USA"; + "along with this program; if not, see <http://www.gnu.org/licenses/>."; gtk_show_about_dialog(parent, "name", app_name, This was sent by the SourceForge.net collaborative development platform, the world's largest Open Source development site. |