|
From: <br...@us...> - 2008-08-13 14:42:15
|
Revision: 3508
http://openvrml.svn.sourceforge.net/openvrml/?rev=3508&view=rev
Author: braden
Date: 2008-08-13 14:42:21 +0000 (Wed, 13 Aug 2008)
Log Message:
-----------
Updated "About" dialog license text to reflect GPLv3 licensing.
Modified Paths:
--------------
branches/0.17/ChangeLog
branches/0.17/src/openvrml-player/player.cpp
Modified: branches/0.17/ChangeLog
===================================================================
--- branches/0.17/ChangeLog 2008-08-13 14:33:17 UTC (rev 3507)
+++ branches/0.17/ChangeLog 2008-08-13 14:42:21 UTC (rev 3508)
@@ -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: branches/0.17/src/openvrml-player/player.cpp
===================================================================
--- branches/0.17/src/openvrml-player/player.cpp 2008-08-13 14:33:17 UTC (rev 3507)
+++ branches/0.17/src/openvrml-player/player.cpp 2008-08-13 14:42:21 UTC (rev 3508)
@@ -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
@@ -914,7 +914,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 "
@@ -923,9 +923,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.
|