[gnome-dictionary] Fixed FSF address in several files. Fixes bug #666702
- From: Daniel Mustieles GarcÃa <dmustieles src gnome org>
- To: commits-list gnome org
- Cc:
- Subject: [gnome-dictionary] Fixed FSF address in several files. Fixes bug #666702
- Date: Sun, 11 Nov 2012 19:46:01 +0000 (UTC)
commit e62e1890e725c73d26e8109778ce5d9d8875644c
Author: Antono Vasiljev <self antono info>
Date: Sun Nov 11 20:45:52 2012 +0100
Fixed FSF address in several files. Fixes bug #666702
libgdict/gdict-client-context.c | 5 ++---
libgdict/gdict-client-context.h | 5 ++---
libgdict/gdict-context-private.h | 5 ++---
libgdict/gdict-context.c | 5 ++---
libgdict/gdict-context.h | 5 ++---
libgdict/gdict-database-chooser.c | 5 ++---
libgdict/gdict-database-chooser.h | 5 ++---
libgdict/gdict-debug.h | 5 ++---
libgdict/gdict-defbox.c | 5 ++---
libgdict/gdict-defbox.h | 5 ++---
libgdict/gdict-private.h | 5 ++---
libgdict/gdict-source-chooser.c | 5 ++---
libgdict/gdict-source-chooser.h | 5 ++---
libgdict/gdict-source-loader.c | 5 ++---
libgdict/gdict-source-loader.h | 5 ++---
libgdict/gdict-source.c | 5 ++---
libgdict/gdict-source.h | 5 ++---
libgdict/gdict-speller.c | 5 ++---
libgdict/gdict-speller.h | 5 ++---
libgdict/gdict-strategy-chooser.c | 5 ++---
libgdict/gdict-strategy-chooser.h | 5 ++---
libgdict/gdict-utils.c | 5 ++---
libgdict/gdict-utils.h | 5 ++---
libgdict/gdict-version.h.in | 5 ++---
libgdict/gdict.h | 5 ++---
src/gdict-about.c | 4 +---
src/gdict-about.h | 4 +---
src/gdict-app.c | 4 +---
src/gdict-app.h | 4 +---
src/gdict-common.c | 4 +---
src/gdict-common.h | 4 +---
src/gdict-pref-dialog.c | 4 +---
src/gdict-pref-dialog.h | 4 +---
src/gdict-print.c | 4 +---
src/gdict-print.h | 4 +---
src/gdict-sidebar.c | 5 ++---
src/gdict-sidebar.h | 5 ++---
src/gdict-source-dialog.c | 4 +---
src/gdict-source-dialog.h | 4 +---
src/gdict-window.c | 4 +---
src/gdict-window.h | 4 +---
src/main.c | 20 ++++++++++++++++++++
42 files changed, 88 insertions(+), 123 deletions(-)
---
diff --git a/libgdict/gdict-client-context.c b/libgdict/gdict-client-context.c
index 3842e5e..62a57da 100644
--- a/libgdict/gdict-client-context.c
+++ b/libgdict/gdict-client-context.c
@@ -12,9 +12,8 @@
* MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU
* Library General Public License for more details.
*
- * You should have received a copy of the GNU Library General Public
- * License along with this library; if not, write to the
- * Free Software Foundation, Inc., 59 Temple Place - Suite 330,
+ * You should have received a copy of the GNU Lesser General Public License
+ * along with this library. If not, see <http://www.gnu.org/licenses/>.
*/
/**
diff --git a/libgdict/gdict-client-context.h b/libgdict/gdict-client-context.h
index 8c01d49..9952434 100644
--- a/libgdict/gdict-client-context.h
+++ b/libgdict/gdict-client-context.h
@@ -12,9 +12,8 @@
* MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU
* Library General Public License for more details.
*
- * You should have received a copy of the GNU Library General Public
- * License along with this library; if not, write to the
- * Free Software Foundation, Inc., 59 Temple Place - Suite 330,
+ * You should have received a copy of the GNU Lesser General Public License
+ * along with this library. If not, see <http://www.gnu.org/licenses/>.
*/
#ifndef __GDICT_CLIENT_CONTEXT_H__
diff --git a/libgdict/gdict-context-private.h b/libgdict/gdict-context-private.h
index 24ea463..d9ea27b 100644
--- a/libgdict/gdict-context-private.h
+++ b/libgdict/gdict-context-private.h
@@ -12,9 +12,8 @@
* MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU
* Library General Public License for more details.
*
- * You should have received a copy of the GNU Library General Public
- * License along with this library; if not, write to the
- * Free Software Foundation, Inc., 59 Temple Place - Suite 330,
+ * You should have received a copy of the GNU Lesser General Public License
+ * along with this library. If not, see <http://www.gnu.org/licenses/>.
*/
#ifndef __GDICT_PRIVATE_H__
diff --git a/libgdict/gdict-context.c b/libgdict/gdict-context.c
index 07cefd2..dcf7fd6 100644
--- a/libgdict/gdict-context.c
+++ b/libgdict/gdict-context.c
@@ -12,9 +12,8 @@
* MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU
* Library General Public License for more details.
*
- * You should have received a copy of the GNU Library General Public
- * License along with this library; if not, write to the
- * Free Software Foundation, Inc., 59 Temple Place - Suite 330,
+ * You should have received a copy of the GNU Lesser General Public License
+ * along with this library. If not, see <http://www.gnu.org/licenses/>.
*/
/**
diff --git a/libgdict/gdict-context.h b/libgdict/gdict-context.h
index 369d353..1c44faf 100644
--- a/libgdict/gdict-context.h
+++ b/libgdict/gdict-context.h
@@ -12,9 +12,8 @@
* MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU
* Library General Public License for more details.
*
- * You should have received a copy of the GNU Library General Public
- * License along with this library; if not, write to the
- * Free Software Foundation, Inc., 59 Temple Place - Suite 330,
+ * You should have received a copy of the GNU Lesser General Public License
+ * along with this library. If not, see <http://www.gnu.org/licenses/>.
*/
#ifndef __GDICT_CONTEXT_H__
diff --git a/libgdict/gdict-database-chooser.c b/libgdict/gdict-database-chooser.c
index d80ec30..d7ab898 100644
--- a/libgdict/gdict-database-chooser.c
+++ b/libgdict/gdict-database-chooser.c
@@ -12,9 +12,8 @@
* MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU
* Library General Public License for more details.
*
- * You should have received a copy of the GNU Library General Public
- * License along with this library; if not, write to the
- * Free Software Foundation, Inc., 59 Temple Place - Suite 330,
+ * You should have received a copy of the GNU Lesser General Public License
+ * along with this library. If not, see <http://www.gnu.org/licenses/>.
*/
/**
diff --git a/libgdict/gdict-database-chooser.h b/libgdict/gdict-database-chooser.h
index c95a23a..6f7203e 100644
--- a/libgdict/gdict-database-chooser.h
+++ b/libgdict/gdict-database-chooser.h
@@ -12,9 +12,8 @@
* MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU
* Library General Public License for more details.
*
- * You should have received a copy of the GNU Library General Public
- * License along with this library; if not, write to the
- * Free Software Foundation, Inc., 59 Temple Place - Suite 330,
+ * You should have received a copy of the GNU Lesser General Public License
+ * along with this library. If not, see <http://www.gnu.org/licenses/>.
*/
#ifndef __GDICT_DATABASE_CHOOSER_H__
diff --git a/libgdict/gdict-debug.h b/libgdict/gdict-debug.h
index af234b1..0f648a8 100644
--- a/libgdict/gdict-debug.h
+++ b/libgdict/gdict-debug.h
@@ -12,9 +12,8 @@
* MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU
* Library General Public License for more details.
*
- * You should have received a copy of the GNU Library General Public
- * License along with this library; if not, write to the
- * Free Software Foundation, Inc., 59 Temple Place - Suite 330,
+ * You should have received a copy of the GNU Lesser General Public License
+ * along with this library. If not, see <http://www.gnu.org/licenses/>.
*/
#ifndef __GDICT_DEBUG_H__
diff --git a/libgdict/gdict-defbox.c b/libgdict/gdict-defbox.c
index 04fbcdd..ea46962 100644
--- a/libgdict/gdict-defbox.c
+++ b/libgdict/gdict-defbox.c
@@ -12,9 +12,8 @@
* MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU
* Library General Public License for more details.
*
- * You should have received a copy of the GNU Library General Public
- * License along with this library; if not, write to the
- * Free Software Foundation, Inc., 59 Temple Place - Suite 330,
+ * You should have received a copy of the GNU Lesser General Public License
+ * along with this library. If not, see <http://www.gnu.org/licenses/>.
*/
/**
diff --git a/libgdict/gdict-defbox.h b/libgdict/gdict-defbox.h
index dee6520..ddfbc3f 100644
--- a/libgdict/gdict-defbox.h
+++ b/libgdict/gdict-defbox.h
@@ -12,9 +12,8 @@
* MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU
* Library General Public License for more details.
*
- * You should have received a copy of the GNU Library General Public
- * License along with this library; if not, write to the
- * Free Software Foundation, Inc., 59 Temple Place - Suite 330,
+ * You should have received a copy of the GNU Lesser General Public License
+ * along with this library. If not, see <http://www.gnu.org/licenses/>.
*/
#ifndef __GDICT_DEFBOX_H__
diff --git a/libgdict/gdict-private.h b/libgdict/gdict-private.h
index 224ba77..6265fd1 100644
--- a/libgdict/gdict-private.h
+++ b/libgdict/gdict-private.h
@@ -12,9 +12,8 @@
* MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU
* Library General Public License for more details.
*
- * You should have received a copy of the GNU Library General Public
- * License along with this library; if not, write to the
- * Free Software Foundation, Inc., 59 Temple Place - Suite 330,
+ * You should have received a copy of the GNU Lesser General Public License
+ * along with this library. If not, see <http://www.gnu.org/licenses/>.
*/
#include <gtk/gtk.h>
diff --git a/libgdict/gdict-source-chooser.c b/libgdict/gdict-source-chooser.c
index 490407e..8587174 100644
--- a/libgdict/gdict-source-chooser.c
+++ b/libgdict/gdict-source-chooser.c
@@ -12,9 +12,8 @@
* MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU
* Library General Public License for more details.
*
- * You should have received a copy of the GNU Library General Public
- * License along with this library; if not, write to the
- * Free Software Foundation, Inc., 59 Temple Place - Suite 330,
+ * You should have received a copy of the GNU Lesser General Public License
+ * along with this library. If not, see <http://www.gnu.org/licenses/>.
*/
/**
diff --git a/libgdict/gdict-source-chooser.h b/libgdict/gdict-source-chooser.h
index ed9bf3f..2b927fe 100644
--- a/libgdict/gdict-source-chooser.h
+++ b/libgdict/gdict-source-chooser.h
@@ -12,9 +12,8 @@
* MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU
* Library General Public License for more details.
*
- * You should have received a copy of the GNU Library General Public
- * License along with this library; if not, write to the
- * Free Software Foundation, Inc., 59 Temple Place - Suite 330,
+ * You should have received a copy of the GNU Lesser General Public License
+ * along with this library. If not, see <http://www.gnu.org/licenses/>.
*/
#ifndef __GDICT_SOURCE_CHOOSER_H__
diff --git a/libgdict/gdict-source-loader.c b/libgdict/gdict-source-loader.c
index df837d1..35299ed 100644
--- a/libgdict/gdict-source-loader.c
+++ b/libgdict/gdict-source-loader.c
@@ -12,9 +12,8 @@
* MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU
* Library General Public License for more details.
*
- * You should have received a copy of the GNU Library General Public
- * License along with this library; if not, write to the
- * Free Software Foundation, Inc., 59 Temple Place - Suite 330,
+ * You should have received a copy of the GNU Lesser General Public License
+ * along with this library. If not, see <http://www.gnu.org/licenses/>.
*/
/**
diff --git a/libgdict/gdict-source-loader.h b/libgdict/gdict-source-loader.h
index b20d281..a25fcb1 100644
--- a/libgdict/gdict-source-loader.h
+++ b/libgdict/gdict-source-loader.h
@@ -12,9 +12,8 @@
* MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU
* Library General Public License for more details.
*
- * You should have received a copy of the GNU Library General Public
- * License along with this library; if not, write to the
- * Free Software Foundation, Inc., 59 Temple Place - Suite 330,
+ * You should have received a copy of the GNU Lesser General Public License
+ * along with this library. If not, see <http://www.gnu.org/licenses/>.
*/
#ifndef __GDICT_SOURCE_LOADER_H__
diff --git a/libgdict/gdict-source.c b/libgdict/gdict-source.c
index d1559b5..1d168d5 100644
--- a/libgdict/gdict-source.c
+++ b/libgdict/gdict-source.c
@@ -12,9 +12,8 @@
* MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU
* Library General Public License for more details.
*
- * You should have received a copy of the GNU Library General Public
- * License along with this library; if not, write to the
- * Free Software Foundation, Inc., 59 Temple Place - Suite 330,
+ * You should have received a copy of the GNU Lesser General Public License
+ * along with this library. If not, see <http://www.gnu.org/licenses/>.
*/
/**
diff --git a/libgdict/gdict-source.h b/libgdict/gdict-source.h
index 68e05fa..ee7266b 100644
--- a/libgdict/gdict-source.h
+++ b/libgdict/gdict-source.h
@@ -12,9 +12,8 @@
* MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU
* Library General Public License for more details.
*
- * You should have received a copy of the GNU Library General Public
- * License along with this library; if not, write to the
- * Free Software Foundation, Inc., 59 Temple Place - Suite 330,
+ * You should have received a copy of the GNU Lesser General Public License
+ * along with this library. If not, see <http://www.gnu.org/licenses/>.
*/
#ifndef __GDICT_SOURCE_H__
diff --git a/libgdict/gdict-speller.c b/libgdict/gdict-speller.c
index 5052a63..6b7dd63 100644
--- a/libgdict/gdict-speller.c
+++ b/libgdict/gdict-speller.c
@@ -12,9 +12,8 @@
* MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU
* Library General Public License for more details.
*
- * You should have received a copy of the GNU Library General Public
- * License along with this library; if not, write to the
- * Free Software Foundation, Inc., 59 Temple Place - Suite 330,
+ * You should have received a copy of the GNU Lesser General Public License
+ * along with this library. If not, see <http://www.gnu.org/licenses/>.
*/
/**
diff --git a/libgdict/gdict-speller.h b/libgdict/gdict-speller.h
index 46dfab5..ef41f96 100644
--- a/libgdict/gdict-speller.h
+++ b/libgdict/gdict-speller.h
@@ -12,9 +12,8 @@
* MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU
* Library General Public License for more details.
*
- * You should have received a copy of the GNU Library General Public
- * License along with this library; if not, write to the
- * Free Software Foundation, Inc., 59 Temple Place - Suite 330,
+ * You should have received a copy of the GNU Lesser General Public License
+ * along with this library. If not, see <http://www.gnu.org/licenses/>.
*/
#ifndef __GDICT_SPELLER_H__
diff --git a/libgdict/gdict-strategy-chooser.c b/libgdict/gdict-strategy-chooser.c
index 58f9c6f..07ea8c1 100644
--- a/libgdict/gdict-strategy-chooser.c
+++ b/libgdict/gdict-strategy-chooser.c
@@ -12,9 +12,8 @@
* MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU
* Library General Public License for more details.
*
- * You should have received a copy of the GNU Library General Public
- * License along with this library; if not, write to the
- * Free Software Foundation, Inc., 59 Temple Place - Suite 330,
+ * You should have received a copy of the GNU Lesser General Public License
+ * along with this library. If not, see <http://www.gnu.org/licenses/>.
*/
/**
diff --git a/libgdict/gdict-strategy-chooser.h b/libgdict/gdict-strategy-chooser.h
index efcf8e8..2a6472f 100644
--- a/libgdict/gdict-strategy-chooser.h
+++ b/libgdict/gdict-strategy-chooser.h
@@ -12,9 +12,8 @@
* MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU
* Library General Public License for more details.
*
- * You should have received a copy of the GNU Library General Public
- * License along with this library; if not, write to the
- * Free Software Foundation, Inc., 59 Temple Place - Suite 330,
+ * You should have received a copy of the GNU Lesser General Public License
+ * along with this library. If not, see <http://www.gnu.org/licenses/>.
*/
#ifndef __GDICT_STRATEGY_CHOOSER_H__
diff --git a/libgdict/gdict-utils.c b/libgdict/gdict-utils.c
index cdace3d..e6c0851 100644
--- a/libgdict/gdict-utils.c
+++ b/libgdict/gdict-utils.c
@@ -12,9 +12,8 @@
* MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU
* Library General Public License for more details.
*
- * You should have received a copy of the GNU Library General Public
- * License along with this library; if not, write to the
- * Free Software Foundation, Inc., 59 Temple Place - Suite 330,
+ * You should have received a copy of the GNU Lesser General Public License
+ * along with this library. If not, see <http://www.gnu.org/licenses/>.
*/
#ifdef HAVE_CONFIG_H
diff --git a/libgdict/gdict-utils.h b/libgdict/gdict-utils.h
index 5f40eb5..aa44f5c 100644
--- a/libgdict/gdict-utils.h
+++ b/libgdict/gdict-utils.h
@@ -12,9 +12,8 @@
* MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU
* Library General Public License for more details.
*
- * You should have received a copy of the GNU Library General Public
- * License along with this library; if not, write to the
- * Free Software Foundation, Inc., 59 Temple Place - Suite 330,
+ * You should have received a copy of the GNU Lesser General Public License
+ * along with this library. If not, see <http://www.gnu.org/licenses/>.
*/
#ifndef __GDICT_UTILS_H__
diff --git a/libgdict/gdict-version.h.in b/libgdict/gdict-version.h.in
index b9491cb..204b7d8 100644
--- a/libgdict/gdict-version.h.in
+++ b/libgdict/gdict-version.h.in
@@ -12,9 +12,8 @@
* MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU
* Library General Public License for more details.
*
- * You should have received a copy of the GNU Library General Public
- * License along with this library; if not, write to the
- * Free Software Foundation, Inc., 59 Temple Place - Suite 330,
+ * You should have received a copy of the GNU Lesser General Public License
+ * along with this library. If not, see <http://www.gnu.org/licenses/>.
*/
#ifndef __GDICT_VERSION_H__
diff --git a/libgdict/gdict.h b/libgdict/gdict.h
index f5a32af..57eedd6 100644
--- a/libgdict/gdict.h
+++ b/libgdict/gdict.h
@@ -12,9 +12,8 @@
* MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU
* Library General Public License for more details.
*
- * You should have received a copy of the GNU Library General Public
- * License along with this library; if not, write to the
- * Free Software Foundation, Inc., 59 Temple Place - Suite 330,
+ * You should have received a copy of the GNU Lesser General Public License
+ * along with this library. If not, see <http://www.gnu.org/licenses/>.
*/
#ifndef __GDICT_H__
diff --git a/src/gdict-about.c b/src/gdict-about.c
index 2f52fcc..745a0c2 100644
--- a/src/gdict-about.c
+++ b/src/gdict-about.c
@@ -15,9 +15,7 @@
* General Public License for more details.
*
* 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/>.
*/
#ifdef HAVE_CONFIG_H
diff --git a/src/gdict-about.h b/src/gdict-about.h
index c9eaa6b..25d2c7c 100644
--- a/src/gdict-about.h
+++ b/src/gdict-about.h
@@ -15,9 +15,7 @@
* General Public License for more details.
*
* 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/>.
*/
#ifndef __GDICT_ABOUT_H__
diff --git a/src/gdict-app.c b/src/gdict-app.c
index dd2f7ce..e7e606a 100644
--- a/src/gdict-app.c
+++ b/src/gdict-app.c
@@ -15,9 +15,7 @@
* General Public License for more details.
*
* 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/>.
*/
#ifdef HAVE_CONFIG_H
diff --git a/src/gdict-app.h b/src/gdict-app.h
index 5223b0f..77a6691 100644
--- a/src/gdict-app.h
+++ b/src/gdict-app.h
@@ -15,9 +15,7 @@
* General Public License for more details.
*
* 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/>.
*/
#ifndef __GDICT_APP_H__
diff --git a/src/gdict-common.c b/src/gdict-common.c
index a53aeb8..7198adc 100644
--- a/src/gdict-common.c
+++ b/src/gdict-common.c
@@ -15,9 +15,7 @@
* General Public License for more details.
*
* 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/>.
*/
#ifdef HAVE_CONFIG_H
diff --git a/src/gdict-common.h b/src/gdict-common.h
index 69d0163..234ab1d 100644
--- a/src/gdict-common.h
+++ b/src/gdict-common.h
@@ -15,9 +15,7 @@
* General Public License for more details.
*
* 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/>.
*/
#ifndef __GDICT_COMMON_H__
diff --git a/src/gdict-pref-dialog.c b/src/gdict-pref-dialog.c
index a41bc2b..da171a1 100644
--- a/src/gdict-pref-dialog.c
+++ b/src/gdict-pref-dialog.c
@@ -15,9 +15,7 @@
* General Public License for more details.
*
* 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/>.
*/
#ifdef HAVE_CONFIG_H
diff --git a/src/gdict-pref-dialog.h b/src/gdict-pref-dialog.h
index b0dabac..83281cd 100644
--- a/src/gdict-pref-dialog.h
+++ b/src/gdict-pref-dialog.h
@@ -15,9 +15,7 @@
* General Public License for more details.
*
* 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/>.
*/
#ifndef __GDICT_PREF_DIALOG_H__
diff --git a/src/gdict-print.c b/src/gdict-print.c
index 949b120..3dacb39 100644
--- a/src/gdict-print.c
+++ b/src/gdict-print.c
@@ -15,9 +15,7 @@
* General Public License for more details.
*
* 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/>.
*/
#ifdef HAVE_CONFIG_H
diff --git a/src/gdict-print.h b/src/gdict-print.h
index e77f162..5d18281 100644
--- a/src/gdict-print.h
+++ b/src/gdict-print.h
@@ -15,9 +15,7 @@
* General Public License for more details.
*
* 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/>.
*/
#ifndef __GDICT_PRINT_H__
diff --git a/src/gdict-sidebar.c b/src/gdict-sidebar.c
index ed5a27b..fcff371 100644
--- a/src/gdict-sidebar.c
+++ b/src/gdict-sidebar.c
@@ -12,9 +12,8 @@
* MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU
* Lesser General Public License for more details.
*
- * 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,
+ * You should have received a copy of the GNU General Public License
+ * along with this program. If not, see <http://www.gnu.org/licenses/>.
*
* Based on the equivalent widget from Evince
* by Jonathan Blandford,
diff --git a/src/gdict-sidebar.h b/src/gdict-sidebar.h
index 546e21a..381612a 100644
--- a/src/gdict-sidebar.h
+++ b/src/gdict-sidebar.h
@@ -12,9 +12,8 @@
* MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU
* Lesser General Public License for more details.
*
- * 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,
+ * You should have received a copy of the GNU General Public License
+ * along with this program. If not, see <http://www.gnu.org/licenses/>.
*
* Based on the equivalent widget from Evince
* by Jonathan Blandford,
diff --git a/src/gdict-source-dialog.c b/src/gdict-source-dialog.c
index 1e262d5..6010b4f 100644
--- a/src/gdict-source-dialog.c
+++ b/src/gdict-source-dialog.c
@@ -15,9 +15,7 @@
* General Public License for more details.
*
* 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/>.
*/
#ifdef HAVE_CONFIG_H
diff --git a/src/gdict-source-dialog.h b/src/gdict-source-dialog.h
index 0cfb858..c23f218 100644
--- a/src/gdict-source-dialog.h
+++ b/src/gdict-source-dialog.h
@@ -15,9 +15,7 @@
* General Public License for more details.
*
* 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/>.
*/
#ifndef __GDICT_SOURCE_DIALOG_H__
diff --git a/src/gdict-window.c b/src/gdict-window.c
index 3a40fc9..7eefd50 100644
--- a/src/gdict-window.c
+++ b/src/gdict-window.c
@@ -15,9 +15,7 @@
* General Public License for more details.
*
* 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/>.
*/
#include "config.h"
diff --git a/src/gdict-window.h b/src/gdict-window.h
index f1f826d..cb807f9 100644
--- a/src/gdict-window.h
+++ b/src/gdict-window.h
@@ -15,9 +15,7 @@
* General Public License for more details.
*
* 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/>.
*/
#ifndef __GDICT_WINDOW_H__
diff --git a/src/main.c b/src/main.c
index 5db8abc..5eac1ae 100644
--- a/src/main.c
+++ b/src/main.c
@@ -1,3 +1,23 @@
+/* main.c
+ *
+ * This file is part of GNOME Dictionary
+ *
+ * Copyright (C) 2005 Emmanuele Bassi
+ *
+ * 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 (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.
+ *
+ * You should have received a copy of the GNU General Public License
+ * along with this program. If not, see <http://www.gnu.org/licenses/>.
+ */
+
#ifdef HAVE_CONFIG_H
#include "config.h"
#endif
[
Date Prev][
Date Next] [
Thread Prev][
Thread Next]
[
Thread Index]
[
Date Index]
[
Author Index]