From: Michael Orlitzky Date: Tue, 10 Feb 2009 23:54:14 +0000 (-0500) Subject: Added GPL headers to each of the (code) files in the panel-plugin directory. X-Git-Tag: v0.0.4~3 X-Git-Url: http://gitweb.michael.orlitzky.com/?p=xfce4-hdaps.git;a=commitdiff_plain;h=5f69fb70c315fbbf79e435c88fabfb1b86be4b2a Added GPL headers to each of the (code) files in the panel-plugin directory. --- diff --git a/panel-plugin/Makefile.am b/panel-plugin/Makefile.am index cf794a0..51461e7 100644 --- a/panel-plugin/Makefile.am +++ b/panel-plugin/Makefile.am @@ -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) \ diff --git a/panel-plugin/hdaps.c b/panel-plugin/hdaps.c index a2962e4..cb5e459 100644 --- a/panel-plugin/hdaps.c +++ b/panel-plugin/hdaps.c @@ -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 #endif diff --git a/panel-plugin/hdaps.h b/panel-plugin/hdaps.h index 4624dae..2c900b2 100644 --- a/panel-plugin/hdaps.h +++ b/panel-plugin/hdaps.h @@ -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__ diff --git a/panel-plugin/xfce4-hdaps-dialogs.c b/panel-plugin/xfce4-hdaps-dialogs.c index 80e0bcc..5f2e877 100644 --- a/panel-plugin/xfce4-hdaps-dialogs.c +++ b/panel-plugin/xfce4-hdaps-dialogs.c @@ -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 #endif diff --git a/panel-plugin/xfce4-hdaps-dialogs.h b/panel-plugin/xfce4-hdaps-dialogs.h index 5eb7435..f4e85d2 100644 --- a/panel-plugin/xfce4-hdaps-dialogs.h +++ b/panel-plugin/xfce4-hdaps-dialogs.h @@ -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__ diff --git a/panel-plugin/xfce4-hdaps.c b/panel-plugin/xfce4-hdaps.c index c9d9cb5..591387f 100644 --- a/panel-plugin/xfce4-hdaps.c +++ b/panel-plugin/xfce4-hdaps.c @@ -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 #endif diff --git a/panel-plugin/xfce4-hdaps.h b/panel-plugin/xfce4-hdaps.h index fd881ab..cd4aa44 100644 --- a/panel-plugin/xfce4-hdaps.h +++ b/panel-plugin/xfce4-hdaps.h @@ -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__