]> gitweb.michael.orlitzky.com - xfce4-hdaps.git/commitdiff
Added GPL headers to each of the (code) files in the panel-plugin directory.
authorMichael Orlitzky <michael@orlitzky.com>
Tue, 10 Feb 2009 23:54:14 +0000 (18:54 -0500)
committerMichael Orlitzky <michael@orlitzky.com>
Tue, 10 Feb 2009 23:54:14 +0000 (18:54 -0500)
panel-plugin/Makefile.am
panel-plugin/hdaps.c
panel-plugin/hdaps.h
panel-plugin/xfce4-hdaps-dialogs.c
panel-plugin/xfce4-hdaps-dialogs.h
panel-plugin/xfce4-hdaps.c
panel-plugin/xfce4-hdaps.h

index cf794a0d69e1692f7f6723c98fefd20467c56feb..51461e7b29fa0a7bfb9d3f08fffba805d228a48e 100644 (file)
@@ -1,4 +1,22 @@
-# $Id$
+#
+# xfce4-hdaps, an XFCE4 panel plugin for the HDAPS system.
+#
+# Copyright Michael Orlitzky
+#
+# http://michael.orlitzky.com/
+#
+# 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 3 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.
+#
+# http://www.fsf.org/licensing/licenses/gpl.html
+#
 
 INCLUDES =                                                             \
        -I$(top_srcdir)                                                 \
index a2962e40ffaaff47ccea819dd15afe9c46799ae5..cb5e459c7f20b672e8dabac9d63329bf2454ad27 100644 (file)
@@ -1,3 +1,23 @@
+/*
+ * xfce4-hdaps, an XFCE4 panel plugin for the HDAPS system.
+ *
+ * Copyright Michael Orlitzky
+ *
+ * http://michael.orlitzky.com/
+ *
+ * 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 3 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.
+ *
+ * http://www.fsf.org/licensing/licenses/gpl.html
+ */
+
 #ifdef HAVE_CONFIG_H
 #include <config.h>
 #endif
index 4624daeb0f9fdeb1b82fcf2fbcb53fb12a5c9a52..2c900b2a93c3159a4a9417670e2d6d797129f5d1 100644 (file)
@@ -1,3 +1,23 @@
+/*
+ * xfce4-hdaps, an XFCE4 panel plugin for the HDAPS system.
+ *
+ * Copyright Michael Orlitzky
+ *
+ * http://michael.orlitzky.com/
+ *
+ * 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 3 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.
+ *
+ * http://www.fsf.org/licensing/licenses/gpl.html
+ */
+
 #ifndef __HDAPS_H__
 #define __HDAPS_H__
 
index 80e0bcc3ba580f22f0ce5ce5e22c229e804fa9e0..5f2e87711ddf2ffb08d9943f660fe38af678a20e 100644 (file)
@@ -1,3 +1,23 @@
+/*
+ * xfce4-hdaps, an XFCE4 panel plugin for the HDAPS system.
+ *
+ * Copyright Michael Orlitzky
+ *
+ * http://michael.orlitzky.com/
+ *
+ * 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 3 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.
+ *
+ * http://www.fsf.org/licensing/licenses/gpl.html
+ */
+
 #ifdef HAVE_CONFIG_H
 #include <config.h>
 #endif
index 5eb7435f97bfe51933a8cd137e89eee16a5c99ff..f4e85d2f383c98f65b3fc62a83438a361adba1b3 100644 (file)
@@ -1,3 +1,23 @@
+/*
+ * xfce4-hdaps, an XFCE4 panel plugin for the HDAPS system.
+ *
+ * Copyright Michael Orlitzky
+ *
+ * http://michael.orlitzky.com/
+ *
+ * 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 3 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.
+ *
+ * http://www.fsf.org/licensing/licenses/gpl.html
+ */
+
 #ifndef __XFCE4_HDAPS_DIALOGS_H__
 #define __XFCE4_HDAPS_DIALOGS_H__
 
index c9d9cb5fe54b659ed4316f597d2fdce6fa2f3945..591387fb50d082d754affd46c6ed98aae017fc68 100644 (file)
@@ -1,3 +1,23 @@
+/*
+ * xfce4-hdaps, an XFCE4 panel plugin for the HDAPS system.
+ *
+ * Copyright Michael Orlitzky
+ *
+ * http://michael.orlitzky.com/
+ *
+ * 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 3 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.
+ *
+ * http://www.fsf.org/licensing/licenses/gpl.html
+ */
+
 #ifdef HAVE_CONFIG_H
 #include <config.h>
 #endif
index fd881ab521022d4724732c4fa6388971e8612f52..cd4aa44ef618d3088ab89cc1919b1aabf4557805 100644 (file)
@@ -1,3 +1,23 @@
+/*
+ * xfce4-hdaps, an XFCE4 panel plugin for the HDAPS system.
+ *
+ * Copyright Michael Orlitzky
+ *
+ * http://michael.orlitzky.com/
+ *
+ * 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 3 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.
+ *
+ * http://www.fsf.org/licensing/licenses/gpl.html
+ */
+
 #ifndef __XFCE4_HDAPS_H__
 #define __XFCE4_HDAPS_H__