[gnome-applets/gnome-3-24] window-buttons: update license headers



commit bacb18755e686ac7d8cf94d93c40734d0df277aa
Author: Alberts Muktupāvels <alberts muktupavels gmail com>
Date:   Tue Mar 28 12:01:58 2017 +0300

    window-buttons: update license headers

 window-buttons/external.c      |   24 ++++++++++--------------
 window-buttons/external.h      |   24 ++++++++++--------------
 window-buttons/preferences.c   |   26 +++++++++++---------------
 window-buttons/preferences.h   |   30 +++++++++++++-----------------
 window-buttons/theme.c         |   22 +++++++++++++++++++++-
 window-buttons/theme.h         |   30 +++++++++++++-----------------
 window-buttons/windowbuttons.c |   26 +++++++++++---------------
 window-buttons/windowbuttons.h |   24 ++++++++++--------------
 8 files changed, 99 insertions(+), 107 deletions(-)
---
diff --git a/window-buttons/external.c b/window-buttons/external.c
index 42625b9..422a454 100755
--- a/window-buttons/external.c
+++ b/window-buttons/external.c
@@ -1,25 +1,21 @@
-/***************************************************************************
- *            external.c
- *
- *  Wed Sep  29 01:56:39 2010
- *  Copyright  2010  Andrej Belcijan
- *  <{andrejx} at {gmail.com}>
- ****************************************************************************/
-
 /*
- * This program is free software; you can redistribute it and/or modify
+ * Copyright (C) 2010 Andrej Belcijan
+ *
+ * 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 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 Library General Public License for more details.
+ * 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, write to the Free Software
- * Foundation, Inc., 51 Franklin Street, Fifth Floor Boston, MA 02110-1301,  USA
+ * along with this program. If not, see <http://www.gnu.org/licenses/>.
+ *
+ * Authors:
+ *     Andrej Belcijan <{andrejx} at {gmail.com}>
  */
 
 /*
diff --git a/window-buttons/external.h b/window-buttons/external.h
index 03f4f7f..f314fc3 100755
--- a/window-buttons/external.h
+++ b/window-buttons/external.h
@@ -1,25 +1,21 @@
-/***************************************************************************
- *            external.h
- *
- *  Wed Sep  29 01:56:39 2010
- *  Copyright  2010  Andrej Belcijan
- *  <{andrejx} at {gmail.com}>
- ****************************************************************************/
-
 /*
- * This program is free software; you can redistribute it and/or modify
+ * Copyright (C) 2010 Andrej Belcijan
+ *
+ * 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 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 Library General Public License for more details.
+ * 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, write to the Free Software
- * Foundation, Inc., 51 Franklin Street, Fifth Floor Boston, MA 02110-1301,  USA
+ * along with this program. If not, see <http://www.gnu.org/licenses/>.
+ *
+ * Authors:
+ *     Andrej Belcijan <{andrejx} at {gmail.com}>
  */
 
 #include <glib.h>
diff --git a/window-buttons/preferences.c b/window-buttons/preferences.c
index e7dd71a..b421d23 100755
--- a/window-buttons/preferences.c
+++ b/window-buttons/preferences.c
@@ -1,25 +1,21 @@
-/***************************************************************************
- *            preferences.c
- *
- *  Mon May  4 01:23:08 2009
- *  Copyright  2009  Andrej Belcijan
- *  <{andrejx} at {gmail.com}>
- ****************************************************************************/
-
 /*
- * This program is free software; you can redistribute it and/or modify
+ * Copyright (C) 2009 Andrej Belcijan
+ *
+ * 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 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 Library General Public License for more details.
+ * 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, write to the Free Software
- * Foundation, Inc., 51 Franklin Street, Fifth Floor Boston, MA 02110-1301,  USA
+ * along with this program. If not, see <http://www.gnu.org/licenses/>.
+ *
+ * Authors:
+ *     Andrej Belcijan <{andrejx} at {gmail.com}>
  */
 
 #include "preferences.h"
@@ -567,4 +563,4 @@ void properties_cb (GSimpleAction *action, GVariant *parameter, gpointer user_da
 void properties_close (GtkButton *object, WBApplet *wbapplet) {
        gtk_widget_destroy(wbapplet->window_prefs);
        wbapplet->window_prefs = NULL;
-}
\ No newline at end of file
+}
diff --git a/window-buttons/preferences.h b/window-buttons/preferences.h
index 1b2bdcf..408f759 100644
--- a/window-buttons/preferences.h
+++ b/window-buttons/preferences.h
@@ -1,25 +1,21 @@
-/***************************************************************************
- *            preferences.h
- *
- *  Mon May  4 01:23:08 2009
- *  Copyright  2009  Andrej Belcijan
- *  <{andrejx} at {gmail.com}>
- ****************************************************************************/
-
 /*
- * This program is free software; you can redistribute it and/or modify
+ * Copyright (C) 2009 Andrej Belcijan
+ *
+ * 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 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 Library General Public License for more details.
- * 
+ * 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, write to the Free Software
- * Foundation, Inc., 51 Franklin Street, Fifth Floor Boston, MA 02110-1301,  USA
+ * along with this program. If not, see <http://www.gnu.org/licenses/>.
+ *
+ * Authors:
+ *     Andrej Belcijan <{andrejx} at {gmail.com}>
  */
 
 #include "windowbuttons.h"
@@ -33,4 +29,4 @@ typedef struct {
 typedef struct {
        WBApplet *wbapplet;
        gushort button_id;
-} CheckBoxData;
\ No newline at end of file
+} CheckBoxData;
diff --git a/window-buttons/theme.c b/window-buttons/theme.c
index 8a98679..9021065 100755
--- a/window-buttons/theme.c
+++ b/window-buttons/theme.c
@@ -1,3 +1,23 @@
+/*
+ * Copyright (C) 2010 Andrej Belcijan
+ *
+ * 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/>.
+ *
+ * Authors:
+ *     Andrej Belcijan <{andrejx} at {gmail.com}>
+ */
+
 #include "theme.h"
 
 void loadThemeComboBox(GtkComboBox *, gchar *);
@@ -162,4 +182,4 @@ gchar *fixThemeName(gchar *theme_name) {
        } else {
                return NULL;
        }
-}
\ No newline at end of file
+}
diff --git a/window-buttons/theme.h b/window-buttons/theme.h
index 6687c87..dbf5f15 100644
--- a/window-buttons/theme.h
+++ b/window-buttons/theme.h
@@ -1,25 +1,21 @@
-/***************************************************************************
- *            theme.h
- *
- *  Tue Nov  4 01:22:17 2010
- *  Copyright  2010  Andrej Belcijan
- *  <{andrejx} at {gmail.com}>
- ****************************************************************************/
-
 /*
- * This program is free software; you can redistribute it and/or modify
+ * Copyright (C) 2010 Andrej Belcijan
+ *
+ * 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 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 Library General Public License for more details.
- * 
+ * 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, write to the Free Software
- * Foundation, Inc., 51 Franklin Street, Fifth Floor Boston, MA 02110-1301,  USA
+ * along with this program. If not, see <http://www.gnu.org/licenses/>.
+ *
+ * Authors:
+ *     Andrej Belcijan <{andrejx} at {gmail.com}>
  */
 
-#include "windowbuttons.h"
\ No newline at end of file
+#include "windowbuttons.h"
diff --git a/window-buttons/windowbuttons.c b/window-buttons/windowbuttons.c
index ba7a86e..2f39acb 100755
--- a/window-buttons/windowbuttons.c
+++ b/window-buttons/windowbuttons.c
@@ -1,25 +1,21 @@
-/***************************************************************************
- *            windowbuttons.c
- *
- *  Mon May  4 01:21:56 2009
- *  Copyright  2009  Andrej Belcijan
- *  <{andrejx} at {gmail.com}>
- ****************************************************************************/
-
 /*
- * This program is free software; you can redistribute it and/or modify
+ * Copyright (C) 2009 Andrej Belcijan
+ *
+ * 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 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 Library General Public License for more details.
+ * 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, write to the Free Software
- * Foundation, Inc., 51 Franklin Street, Fifth Floor Boston, MA 02110-1301,  USA
+ * along with this program. If not, see <http://www.gnu.org/licenses/>.
+ *
+ * Authors:
+ *     Andrej Belcijan <{andrejx} at {gmail.com}>
  */
 
 #include "windowbuttons.h"
@@ -713,4 +709,4 @@ static gboolean windowbuttons_applet_factory (PanelApplet *applet, const gchar *
 PANEL_APPLET_IN_PROCESS_FACTORY (APPLET_OAFIID_FACTORY,
                                   PANEL_TYPE_APPLET,
                                   (PanelAppletFactoryCallback) windowbuttons_applet_factory,
-                                  NULL)
\ No newline at end of file
+                                  NULL)
diff --git a/window-buttons/windowbuttons.h b/window-buttons/windowbuttons.h
index a5654a2..46e1bfb 100755
--- a/window-buttons/windowbuttons.h
+++ b/window-buttons/windowbuttons.h
@@ -1,25 +1,21 @@
-/***************************************************************************
- *            windowbuttons.h
- *
- *  Mon May  4 01:21:56 2009
- *  Copyright  2009  Andrej Belcijan
- *  <{andrejx} at {gmail.com}>
- ****************************************************************************/
-
 /*
- * This program is free software; you can redistribute it and/or modify
+ * Copyright (C) 2009 Andrej Belcijan
+ *
+ * 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 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 Library General Public License for more details.
+ * 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, write to the Free Software
- * Foundation, Inc., 51 Franklin Street, Fifth Floor Boston, MA 02110-1301,  USA
+ * along with this program. If not, see <http://www.gnu.org/licenses/>.
+ *
+ * Authors:
+ *     Andrej Belcijan <{andrejx} at {gmail.com}>
  */
 
 #define PLAINTEXT_CONFIG                               0


[Date Prev][Date Next]   [Thread Prev][Thread Next]   [Thread Index] [Date Index] [Author Index]