aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorChristian Persch <chpe@cvs.gnome.org>2006-08-22 21:23:07 +0800
committerChristian Persch <chpe@src.gnome.org>2006-08-22 21:23:07 +0800
commitb71806245137907429cbce65a5923119fe42b058 (patch)
treeba18f1719ad06b7f520f6ac6f27a8e3a905a7487
parent7cfbd18e4e77454d111dec037171e2909c3a34f7 (diff)
downloadgsoc2013-epiphany-b71806245137907429cbce65a5923119fe42b058.tar
gsoc2013-epiphany-b71806245137907429cbce65a5923119fe42b058.tar.gz
gsoc2013-epiphany-b71806245137907429cbce65a5923119fe42b058.tar.bz2
gsoc2013-epiphany-b71806245137907429cbce65a5923119fe42b058.tar.lz
gsoc2013-epiphany-b71806245137907429cbce65a5923119fe42b058.tar.xz
gsoc2013-epiphany-b71806245137907429cbce65a5923119fe42b058.tar.zst
gsoc2013-epiphany-b71806245137907429cbce65a5923119fe42b058.zip
Make this LGPL.
2006-08-22 Christian Persch <chpe@cvs.gnome.org> * embed/mozilla/GeckoFormSigningDialog.cpp: Make this LGPL.
-rw-r--r--ChangeLog6
-rw-r--r--embed/mozilla/GeckoFormSigningDialog.cpp8
2 files changed, 10 insertions, 4 deletions
diff --git a/ChangeLog b/ChangeLog
index 5874fdb36..9588ffcd6 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,3 +1,9 @@
+2006-08-22 Christian Persch <chpe@cvs.gnome.org>
+
+ * embed/mozilla/GeckoFormSigningDialog.cpp:
+
+ Make this LGPL.
+
2006-08-21 Christian Persch <chpe@cvs.gnome.org>
* configure.ac:
diff --git a/embed/mozilla/GeckoFormSigningDialog.cpp b/embed/mozilla/GeckoFormSigningDialog.cpp
index cebe5fb94..ae51be0b1 100644
--- a/embed/mozilla/GeckoFormSigningDialog.cpp
+++ b/embed/mozilla/GeckoFormSigningDialog.cpp
@@ -2,16 +2,16 @@
* Copyright (C) 2006 Christian Persch
*
* 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, or (at your option)
+ * it under the terms of the GNU Lesser General Public License as published by
+ * the Free Software Foundation; either version 2.1, or (at your option)
* any later version.
*
* This program is distributed in the hope that it will be useful,
* but WITHOUT ANY WARRANTY; without even the implied warranty of
* MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
- * GNU General Public License for more details.
+ * GNU Lesser General Public License for more details.
*
- * You should have received a copy of the GNU General Public License
+ * You should have received a copy of the GNU Lesser 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.
*