[gnome-applets] gweather: update license headers
- From: Alberts Muktupāvels <muktupavels src gnome org>
- To: commits-list gnome org
- Cc:
- Subject: [gnome-applets] gweather: update license headers
- Date: Thu, 9 Oct 2014 00:43:20 +0000 (UTC)
commit 94efc723206dfa1c5504fae3b292d0a68127faf0
Author: Alberts Muktupāvels <alberts muktupavels gmail com>
Date: Thu Oct 9 03:39:12 2014 +0300
gweather: update license headers
This applet is licensed under GPL without specified version number,
update license to GPLv2 or any later version.
gweather/gweather-about.c | 17 +++++++++++------
gweather/gweather-about.h | 23 ++++++++++++++---------
gweather/gweather-applet.c | 17 +++++++++++------
gweather/gweather-applet.h | 23 ++++++++++++++---------
gweather/gweather-dialog.c | 17 +++++++++++------
gweather/gweather-dialog.h | 23 ++++++++++++++---------
gweather/gweather-pref.c | 17 +++++++++++------
gweather/gweather-pref.h | 17 +++++++++++------
gweather/gweather.h | 22 +++++++++++++++-------
gweather/main.c | 17 +++++++++++------
10 files changed, 123 insertions(+), 70 deletions(-)
---
diff --git a/gweather/gweather-about.c b/gweather/gweather-about.c
index eaa9cf6..6fe2f81 100644
--- a/gweather/gweather-about.c
+++ b/gweather/gweather-about.c
@@ -1,13 +1,18 @@
-/* $Id$ */
-
/*
- * Papadimitriou Spiros <spapadim+ cs cmu edu>
+ * Copyright (C) Papadimitriou Spiros <spapadim+ cs cmu edu>
*
- * This code released under the GNU GPL.
- * Read the file COPYING for more information.
+ * 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.
*
- * About box
+ * 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
diff --git a/gweather/gweather-about.h b/gweather/gweather-about.h
index ba95fd4..229580b 100644
--- a/gweather/gweather-about.h
+++ b/gweather/gweather-about.h
@@ -1,18 +1,23 @@
-#ifndef __GWEATHER_ABOUT_H_
-#define __GWEATHER_ABOUT_H_
-
-/* $Id$ */
-
/*
- * Papadimitriou Spiros <spapadim+ cs cmu edu>
+ * Copyright (C) Papadimitriou Spiros <spapadim+ cs cmu edu>
*
- * This code released under the GNU GPL.
- * Read the file COPYING for more information.
+ * 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.
*
- * About box
+ * 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/>.
*/
+#ifndef __GWEATHER_ABOUT_H_
+#define __GWEATHER_ABOUT_H_
+
#define GWEATHER_I_KNOW_THIS_IS_UNSTABLE
#include "gweather.h"
diff --git a/gweather/gweather-applet.c b/gweather/gweather-applet.c
index 9d963d6..0b70fce 100644
--- a/gweather/gweather-applet.c
+++ b/gweather/gweather-applet.c
@@ -1,13 +1,18 @@
-/* $Id$ */
-
/*
- * Papadimitriou Spiros <spapadim+ cs cmu edu>
+ * Copyright (C) Papadimitriou Spiros <spapadim+ cs cmu edu>
*
- * This code released under the GNU GPL.
- * Read the file COPYING for more information.
+ * 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.
*
- * Main applet widget
+ * 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
diff --git a/gweather/gweather-applet.h b/gweather/gweather-applet.h
index 18c34b0..a895c43 100644
--- a/gweather/gweather-applet.h
+++ b/gweather/gweather-applet.h
@@ -1,18 +1,23 @@
-#ifndef __GWEATHER_APPLET_H_
-#define __GWEATHER_APPLET_H_
-
-/* $Id$ */
-
/*
- * Papadimitriou Spiros <spapadim+ cs cmu edu>
+ * Copyright (C) Papadimitriou Spiros <spapadim+ cs cmu edu>
*
- * This code released under the GNU GPL.
- * Read the file COPYING for more information.
+ * 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.
*
- * Main applet widget
+ * 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/>.
*/
+#ifndef __GWEATHER_APPLET_H_
+#define __GWEATHER_APPLET_H_
+
#define GWEATHER_I_KNOW_THIS_IS_UNSTABLE
#include "gweather.h"
diff --git a/gweather/gweather-dialog.c b/gweather/gweather-dialog.c
index 9ae5865..6a1d3d9 100644
--- a/gweather/gweather-dialog.c
+++ b/gweather/gweather-dialog.c
@@ -1,13 +1,18 @@
-/* $Id$ */
-
/*
- * Papadimitriou Spiros <spapadim+ cs cmu edu>
+ * Copyright (C) Papadimitriou Spiros <spapadim+ cs cmu edu>
*
- * This code released under the GNU GPL.
- * Read the file COPYING for more information.
+ * 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.
*
- * Main status dialog
+ * 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
diff --git a/gweather/gweather-dialog.h b/gweather/gweather-dialog.h
index 4527b17..b823c8e 100644
--- a/gweather/gweather-dialog.h
+++ b/gweather/gweather-dialog.h
@@ -1,18 +1,23 @@
-#ifndef __GWEATHER_DIALOG_H_
-#define __GWEATHER_DIALOG_H_
-
-/* $Id$ */
-
/*
- * Papadimitriou Spiros <spapadim+ cs cmu edu>
+ * Copyright (C) Papadimitriou Spiros <spapadim+ cs cmu edu>
*
- * This code released under the GNU GPL.
- * Read the file COPYING for more information.
+ * 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.
*
- * Main status dialog
+ * 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/>.
*/
+#ifndef __GWEATHER_DIALOG_H_
+#define __GWEATHER_DIALOG_H_
+
#include <gtk/gtk.h>
#define GWEATHER_I_KNOW_THIS_IS_UNSTABLE
diff --git a/gweather/gweather-pref.c b/gweather/gweather-pref.c
index 7379bf5..fd4114c 100644
--- a/gweather/gweather-pref.c
+++ b/gweather/gweather-pref.c
@@ -1,13 +1,18 @@
-/* $Id$ */
-
/*
- * Papadimitriou Spiros <spapadim+ cs cmu edu>
+ * Copyright (C) Papadimitriou Spiros <spapadim+ cs cmu edu>
*
- * This code released under the GNU GPL.
- * Read the file COPYING for more information.
+ * 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.
*
- * Preferences dialog
+ * 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/>.
*/
/* Radar map on by default. */
diff --git a/gweather/gweather-pref.h b/gweather/gweather-pref.h
index 597b0a0..3d12b9a 100644
--- a/gweather/gweather-pref.h
+++ b/gweather/gweather-pref.h
@@ -1,13 +1,18 @@
-/* $Id$ */
-
/*
- * Papadimitriou Spiros <spapadim+ cs cmu edu>
+ * Copyright (C) Papadimitriou Spiros <spapadim+ cs cmu edu>
*
- * This code released under the GNU GPL.
- * Read the file COPYING for more information.
+ * 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.
*
- * Preferences dialog
+ * 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/>.
*/
#ifndef __GWEATHER_PREF_H_
diff --git a/gweather/gweather.h b/gweather/gweather.h
index 5953b2f..b7ff4e5 100644
--- a/gweather/gweather.h
+++ b/gweather/gweather.h
@@ -1,15 +1,23 @@
-#ifndef __GWEATHER_H__
-#define __GWEATHER_H__
-
/*
- * todd kulesza <fflewddur dropline net>
+ * Copyright (C) todd kulesza <fflewddur dropline net>
*
- * This code released under the GNU GPL.
- * Read the file COPYING for more information.
+ * 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.
*
- * main header file
+ * 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/>.
*/
+
+#ifndef __GWEATHER_H__
+#define __GWEATHER_H__
+
#include <glib/gi18n.h>
#include <libgweather/gweather-weather.h>
diff --git a/gweather/main.c b/gweather/main.c
index 33f1a2d..9b6e9b5 100644
--- a/gweather/main.c
+++ b/gweather/main.c
@@ -1,13 +1,18 @@
-/* $Id$ */
-
/*
- * Papadimitriou Spiros <spapadim+ cs cmu edu>
+ * Copyright (C) Papadimitriou Spiros <spapadim+ cs cmu edu>
*
- * This code released under the GNU GPL.
- * Read the file COPYING for more information.
+ * 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.
*
- * Main applet widget
+ * 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/>.
*/
#include <glib.h>
[
Date Prev][
Date Next] [
Thread Prev][
Thread Next]
[
Thread Index]
[
Date Index]
[
Author Index]