From 24bb3344e8e57e1772ae1e580f34305fe7c5520a Mon Sep 17 00:00:00 2001 From: Nick Schermer Date: Sat, 12 Feb 2011 20:15:54 +0100 Subject: [PATCH] Update old FSF addresses. --- autogen.sh | 17 +++++++++++++++-- common/panel-debug.c | 6 +++--- common/panel-private.h | 6 +++--- common/panel-utils.c | 6 +++--- common/panel-xfconf.c | 6 +++--- libxfce4panel/xfce-panel-image.c | 6 +++--- libxfce4panel/xfce-panel-image.h | 6 +++--- plugins/actions/actions.c | 6 +++--- plugins/actions/actions.h | 6 +++--- plugins/applicationsmenu/applicationsmenu.c | 6 +++--- plugins/applicationsmenu/applicationsmenu.h | 6 +++--- .../xfce4-popup-applicationsmenu.sh | 6 +++--- plugins/clock/clock-analog.c | 6 +++--- plugins/clock/clock-analog.h | 6 +++--- plugins/clock/clock-binary.c | 6 +++--- plugins/clock/clock-binary.h | 6 +++--- plugins/clock/clock-digital.c | 6 +++--- plugins/clock/clock-digital.h | 6 +++--- plugins/clock/clock-fuzzy.c | 6 +++--- plugins/clock/clock-fuzzy.h | 6 +++--- plugins/clock/clock-lcd.c | 6 +++--- plugins/clock/clock-lcd.h | 6 +++--- plugins/clock/clock.c | 6 +++--- plugins/clock/clock.h | 6 +++--- plugins/directorymenu/directorymenu.c | 6 +++--- plugins/directorymenu/directorymenu.h | 6 +++--- .../directorymenu/xfce4-popup-directorymenu.sh | 6 +++--- plugins/launcher/launcher-dialog.c | 6 +++--- plugins/launcher/launcher-dialog.h | 6 +++--- plugins/launcher/launcher.c | 6 +++--- plugins/launcher/launcher.h | 6 +++--- plugins/pager/pager-buttons.c | 6 +++--- plugins/pager/pager-buttons.h | 6 +++--- plugins/pager/pager.c | 6 +++--- plugins/pager/pager.h | 6 +++--- plugins/separator/separator.c | 6 +++--- plugins/separator/separator.h | 6 +++--- plugins/showdesktop/showdesktop.c | 6 +++--- plugins/showdesktop/showdesktop.h | 6 +++--- plugins/systray/systray-box.c | 6 +++--- plugins/systray/systray-box.h | 6 +++--- plugins/systray/systray-manager.c | 6 +++--- plugins/systray/systray-manager.h | 6 +++--- plugins/systray/systray-socket.c | 6 +++--- plugins/systray/systray-socket.h | 6 +++--- plugins/systray/systray.c | 6 +++--- plugins/systray/systray.h | 6 +++--- plugins/tasklist/tasklist-widget.c | 6 +++--- plugins/tasklist/tasklist-widget.h | 6 +++--- plugins/tasklist/tasklist.c | 6 +++--- plugins/windowmenu/windowmenu.c | 6 +++--- plugins/windowmenu/windowmenu.h | 6 +++--- plugins/windowmenu/xfce4-popup-windowmenu.sh | 6 +++--- 53 files changed, 171 insertions(+), 158 deletions(-) diff --git a/autogen.sh b/autogen.sh index 0438bf29..093879a1 100755 --- a/autogen.sh +++ b/autogen.sh @@ -1,7 +1,20 @@ #!/bin/sh # -# Copyright (c) 2002-2009 -# The Xfce development team. All rights reserved. +# Copyright (c) 2002-2009 The Xfce development team. All rights reserved. +# +# This library 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 library 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 Lesser General Public +# License along with this library; if not, write to the Free Software +# Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301 USA # # Written for Xfce by Benedikt Meurer . # diff --git a/common/panel-debug.c b/common/panel-debug.c index abb56072..595169fb 100644 --- a/common/panel-debug.c +++ b/common/panel-debug.c @@ -11,9 +11,9 @@ * FITNESS FOR A PARTICULAR PURPOSE. See the GNU 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, Boston, MA 02111-1307, USA + * You should have received a copy of the GNU Lesser General Public + * License along with this library; if not, write to the Free Software + * Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301 USA */ #ifdef HAVE_CONFIG_H diff --git a/common/panel-private.h b/common/panel-private.h index 3d40a988..ea97f7d9 100644 --- a/common/panel-private.h +++ b/common/panel-private.h @@ -11,9 +11,9 @@ * FITNESS FOR A PARTICULAR PURPOSE. See the GNU 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, Boston, MA 02111-1307, USA + * You should have received a copy of the GNU Lesser General Public + * License along with this library; if not, write to the Free Software + * Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301 USA */ #ifndef __PANEL_PRIVATE_H__ diff --git a/common/panel-utils.c b/common/panel-utils.c index dbb99d95..b31ee446 100644 --- a/common/panel-utils.c +++ b/common/panel-utils.c @@ -11,9 +11,9 @@ * FITNESS FOR A PARTICULAR PURPOSE. See the GNU 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, Boston, MA 02111-1307, USA + * You should have received a copy of the GNU Lesser General Public + * License along with this library; if not, write to the Free Software + * Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301 USA */ #ifdef HAVE_CONFIG_H diff --git a/common/panel-xfconf.c b/common/panel-xfconf.c index 451dd18a..0aee653b 100644 --- a/common/panel-xfconf.c +++ b/common/panel-xfconf.c @@ -11,9 +11,9 @@ * FITNESS FOR A PARTICULAR PURPOSE. See the GNU 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, Boston, MA 02111-1307, USA + * You should have received a copy of the GNU Lesser General Public + * License along with this library; if not, write to the Free Software + * Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301 USA */ #ifdef HAVE_CONFIG_H diff --git a/libxfce4panel/xfce-panel-image.c b/libxfce4panel/xfce-panel-image.c index 4b84f7e0..1126d1eb 100644 --- a/libxfce4panel/xfce-panel-image.c +++ b/libxfce4panel/xfce-panel-image.c @@ -11,9 +11,9 @@ * FITNESS FOR A PARTICULAR PURPOSE. See the GNU 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, Boston, MA 02111-1307, USA + * You should have received a copy of the GNU Lesser General Public + * License along with this library; if not, write to the Free Software + * Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301 USA */ #ifdef HAVE_CONFIG_H diff --git a/libxfce4panel/xfce-panel-image.h b/libxfce4panel/xfce-panel-image.h index ff13335e..eacea3b2 100644 --- a/libxfce4panel/xfce-panel-image.h +++ b/libxfce4panel/xfce-panel-image.h @@ -11,9 +11,9 @@ * FITNESS FOR A PARTICULAR PURPOSE. See the GNU 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, Boston, MA 02111-1307, USA + * You should have received a copy of the GNU Lesser General Public + * License along with this library; if not, write to the Free Software + * Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301 USA */ #if !defined(LIBXFCE4PANEL_INSIDE_LIBXFCE4PANEL_H) && !defined(LIBXFCE4PANEL_COMPILATION) diff --git a/plugins/actions/actions.c b/plugins/actions/actions.c index 4657fd76..2e585404 100644 --- a/plugins/actions/actions.c +++ b/plugins/actions/actions.c @@ -11,9 +11,9 @@ * FITNESS FOR A PARTICULAR PURPOSE. See the GNU 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, Boston, MA 02111-1307, USA + * You should have received a copy of the GNU Lesser General Public + * License along with this library; if not, write to the Free Software + * Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301 USA */ #ifdef HAVE_CONFIG_H diff --git a/plugins/actions/actions.h b/plugins/actions/actions.h index efb3fa2f..f7c8106f 100644 --- a/plugins/actions/actions.h +++ b/plugins/actions/actions.h @@ -11,9 +11,9 @@ * FITNESS FOR A PARTICULAR PURPOSE. See the GNU 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, Boston, MA 02111-1307, USA + * You should have received a copy of the GNU Lesser General Public + * License along with this library; if not, write to the Free Software + * Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301 USA */ #ifndef __ACTIONS_H__ diff --git a/plugins/applicationsmenu/applicationsmenu.c b/plugins/applicationsmenu/applicationsmenu.c index a0fc8af0..df0bb5c1 100644 --- a/plugins/applicationsmenu/applicationsmenu.c +++ b/plugins/applicationsmenu/applicationsmenu.c @@ -11,9 +11,9 @@ * FITNESS FOR A PARTICULAR PURPOSE. See the GNU 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, Boston, MA 02111-1307, USA + * You should have received a copy of the GNU Lesser General Public + * License along with this library; if not, write to the Free Software + * Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301 USA */ #ifdef HAVE_CONFIG_H diff --git a/plugins/applicationsmenu/applicationsmenu.h b/plugins/applicationsmenu/applicationsmenu.h index a2667860..287cfddb 100644 --- a/plugins/applicationsmenu/applicationsmenu.h +++ b/plugins/applicationsmenu/applicationsmenu.h @@ -11,9 +11,9 @@ * FITNESS FOR A PARTICULAR PURPOSE. See the GNU 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, Boston, MA 02111-1307, USA + * You should have received a copy of the GNU Lesser General Public + * License along with this library; if not, write to the Free Software + * Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301 USA */ #ifndef __XFCE_APPLICATIONS_MENU_PLUGIN_H__ diff --git a/plugins/applicationsmenu/xfce4-popup-applicationsmenu.sh b/plugins/applicationsmenu/xfce4-popup-applicationsmenu.sh index 0ef5ef60..f80e1afc 100644 --- a/plugins/applicationsmenu/xfce4-popup-applicationsmenu.sh +++ b/plugins/applicationsmenu/xfce4-popup-applicationsmenu.sh @@ -12,9 +12,9 @@ # FITNESS FOR A PARTICULAR PURPOSE. See the GNU 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, Boston, MA 02111-1307, USA +# You should have received a copy of the GNU Lesser General Public +# License along with this library; if not, write to the Free Software +# Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301 USA # export TEXTDOMAIN="xfce4-panel" diff --git a/plugins/clock/clock-analog.c b/plugins/clock/clock-analog.c index f78da6dc..63a8394f 100644 --- a/plugins/clock/clock-analog.c +++ b/plugins/clock/clock-analog.c @@ -11,9 +11,9 @@ * FITNESS FOR A PARTICULAR PURPOSE. See the GNU 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, Boston, MA 02111-1307, USA + * You should have received a copy of the GNU Lesser General Public + * License along with this library; if not, write to the Free Software + * Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301 USA */ #ifdef HAVE_CONFIG_H diff --git a/plugins/clock/clock-analog.h b/plugins/clock/clock-analog.h index 82a373f8..a03e6a2a 100644 --- a/plugins/clock/clock-analog.h +++ b/plugins/clock/clock-analog.h @@ -11,9 +11,9 @@ * FITNESS FOR A PARTICULAR PURPOSE. See the GNU 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, Boston, MA 02111-1307, USA + * You should have received a copy of the GNU Lesser General Public + * License along with this library; if not, write to the Free Software + * Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301 USA */ #ifndef __CLOCK_ANALOG_H__ diff --git a/plugins/clock/clock-binary.c b/plugins/clock/clock-binary.c index dbb49e10..de0e2aaf 100644 --- a/plugins/clock/clock-binary.c +++ b/plugins/clock/clock-binary.c @@ -11,9 +11,9 @@ * FITNESS FOR A PARTICULAR PURPOSE. See the GNU 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, Boston, MA 02111-1307, USA + * You should have received a copy of the GNU Lesser General Public + * License along with this library; if not, write to the Free Software + * Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301 USA */ #ifdef HAVE_CONFIG_H diff --git a/plugins/clock/clock-binary.h b/plugins/clock/clock-binary.h index 058c7aa7..aa8b4166 100644 --- a/plugins/clock/clock-binary.h +++ b/plugins/clock/clock-binary.h @@ -11,9 +11,9 @@ * FITNESS FOR A PARTICULAR PURPOSE. See the GNU 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, Boston, MA 02111-1307, USA + * You should have received a copy of the GNU Lesser General Public + * License along with this library; if not, write to the Free Software + * Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301 USA */ #ifndef __CLOCK_BINARY_H__ diff --git a/plugins/clock/clock-digital.c b/plugins/clock/clock-digital.c index f042c19b..03eec54e 100644 --- a/plugins/clock/clock-digital.c +++ b/plugins/clock/clock-digital.c @@ -11,9 +11,9 @@ * FITNESS FOR A PARTICULAR PURPOSE. See the GNU 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, Boston, MA 02111-1307, USA + * You should have received a copy of the GNU Lesser General Public + * License along with this library; if not, write to the Free Software + * Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301 USA */ #ifdef HAVE_CONFIG_H diff --git a/plugins/clock/clock-digital.h b/plugins/clock/clock-digital.h index e8aa3d43..02ba782c 100644 --- a/plugins/clock/clock-digital.h +++ b/plugins/clock/clock-digital.h @@ -11,9 +11,9 @@ * FITNESS FOR A PARTICULAR PURPOSE. See the GNU 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, Boston, MA 02111-1307, USA + * You should have received a copy of the GNU Lesser General Public + * License along with this library; if not, write to the Free Software + * Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301 USA */ #ifndef __CLOCK_DIGITAL_H__ diff --git a/plugins/clock/clock-fuzzy.c b/plugins/clock/clock-fuzzy.c index f1dcab5a..358ee6f5 100644 --- a/plugins/clock/clock-fuzzy.c +++ b/plugins/clock/clock-fuzzy.c @@ -11,9 +11,9 @@ * FITNESS FOR A PARTICULAR PURPOSE. See the GNU 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, Boston, MA 02111-1307, USA + * You should have received a copy of the GNU Lesser General Public + * License along with this library; if not, write to the Free Software + * Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301 USA */ #ifdef HAVE_CONFIG_H diff --git a/plugins/clock/clock-fuzzy.h b/plugins/clock/clock-fuzzy.h index ef2a5906..0b920951 100644 --- a/plugins/clock/clock-fuzzy.h +++ b/plugins/clock/clock-fuzzy.h @@ -11,9 +11,9 @@ * FITNESS FOR A PARTICULAR PURPOSE. See the GNU 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, Boston, MA 02111-1307, USA + * You should have received a copy of the GNU Lesser General Public + * License along with this library; if not, write to the Free Software + * Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301 USA */ #ifndef __CLOCK_FUZZY_H__ diff --git a/plugins/clock/clock-lcd.c b/plugins/clock/clock-lcd.c index 99633a2b..b618cf61 100644 --- a/plugins/clock/clock-lcd.c +++ b/plugins/clock/clock-lcd.c @@ -11,9 +11,9 @@ * FITNESS FOR A PARTICULAR PURPOSE. See the GNU 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, Boston, MA 02111-1307, USA + * You should have received a copy of the GNU Lesser General Public + * License along with this library; if not, write to the Free Software + * Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301 USA */ #ifdef HAVE_CONFIG_H diff --git a/plugins/clock/clock-lcd.h b/plugins/clock/clock-lcd.h index 60e3e676..2850b9b0 100644 --- a/plugins/clock/clock-lcd.h +++ b/plugins/clock/clock-lcd.h @@ -11,9 +11,9 @@ * FITNESS FOR A PARTICULAR PURPOSE. See the GNU 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, Boston, MA 02111-1307, USA + * You should have received a copy of the GNU Lesser General Public + * License along with this library; if not, write to the Free Software + * Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301 USA */ #ifndef __CLOCK_LCD_H__ diff --git a/plugins/clock/clock.c b/plugins/clock/clock.c index 375ad47a..a44fd56b 100644 --- a/plugins/clock/clock.c +++ b/plugins/clock/clock.c @@ -11,9 +11,9 @@ * FITNESS FOR A PARTICULAR PURPOSE. See the GNU 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, Boston, MA 02111-1307, USA + * You should have received a copy of the GNU Lesser General Public + * License along with this library; if not, write to the Free Software + * Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301 USA */ #ifdef HAVE_CONFIG_H diff --git a/plugins/clock/clock.h b/plugins/clock/clock.h index ad773d71..2e27b81a 100644 --- a/plugins/clock/clock.h +++ b/plugins/clock/clock.h @@ -11,9 +11,9 @@ * FITNESS FOR A PARTICULAR PURPOSE. See the GNU 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, Boston, MA 02111-1307, USA + * You should have received a copy of the GNU Lesser General Public + * License along with this library; if not, write to the Free Software + * Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301 USA */ #ifndef __CLOCK_H__ diff --git a/plugins/directorymenu/directorymenu.c b/plugins/directorymenu/directorymenu.c index effa5f0d..0193e293 100644 --- a/plugins/directorymenu/directorymenu.c +++ b/plugins/directorymenu/directorymenu.c @@ -11,9 +11,9 @@ * FITNESS FOR A PARTICULAR PURPOSE. See the GNU 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, Boston, MA 02111-1307, USA + * You should have received a copy of the GNU Lesser General Public + * License along with this library; if not, write to the Free Software + * Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301 USA */ #ifdef HAVE_CONFIG_H diff --git a/plugins/directorymenu/directorymenu.h b/plugins/directorymenu/directorymenu.h index 4e4d4d82..1e214346 100644 --- a/plugins/directorymenu/directorymenu.h +++ b/plugins/directorymenu/directorymenu.h @@ -11,9 +11,9 @@ * FITNESS FOR A PARTICULAR PURPOSE. See the GNU 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, Boston, MA 02111-1307, USA + * You should have received a copy of the GNU Lesser General Public + * License along with this library; if not, write to the Free Software + * Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301 USA */ #ifndef __XFCE_DIRECTORY_MENU_PLUGIN_H__ diff --git a/plugins/directorymenu/xfce4-popup-directorymenu.sh b/plugins/directorymenu/xfce4-popup-directorymenu.sh index a9748b51..1b670d11 100644 --- a/plugins/directorymenu/xfce4-popup-directorymenu.sh +++ b/plugins/directorymenu/xfce4-popup-directorymenu.sh @@ -12,9 +12,9 @@ # FITNESS FOR A PARTICULAR PURPOSE. See the GNU 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, Boston, MA 02111-1307, USA +# You should have received a copy of the GNU Lesser General Public +# License along with this library; if not, write to the Free Software +# Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301 USA # export TEXTDOMAIN="xfce4-panel" diff --git a/plugins/launcher/launcher-dialog.c b/plugins/launcher/launcher-dialog.c index 7f06aa14..7a1d6d76 100644 --- a/plugins/launcher/launcher-dialog.c +++ b/plugins/launcher/launcher-dialog.c @@ -11,9 +11,9 @@ * FITNESS FOR A PARTICULAR PURPOSE. See the GNU 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, Boston, MA 02111-1307, USA + * You should have received a copy of the GNU Lesser General Public + * License along with this library; if not, write to the Free Software + * Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301 USA */ #ifdef HAVE_CONFIG_H diff --git a/plugins/launcher/launcher-dialog.h b/plugins/launcher/launcher-dialog.h index cd93794e..1dca7b68 100644 --- a/plugins/launcher/launcher-dialog.h +++ b/plugins/launcher/launcher-dialog.h @@ -11,9 +11,9 @@ * FITNESS FOR A PARTICULAR PURPOSE. See the GNU 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, Boston, MA 02111-1307, USA + * You should have received a copy of the GNU Lesser General Public + * License along with this library; if not, write to the Free Software + * Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301 USA */ #ifndef __XFCE_LAUNCHER_DIALOG_H__ diff --git a/plugins/launcher/launcher.c b/plugins/launcher/launcher.c index 226d63a9..9ba3b4e4 100644 --- a/plugins/launcher/launcher.c +++ b/plugins/launcher/launcher.c @@ -11,9 +11,9 @@ * FITNESS FOR A PARTICULAR PURPOSE. See the GNU 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, Boston, MA 02111-1307, USA + * You should have received a copy of the GNU Lesser General Public + * License along with this library; if not, write to the Free Software + * Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301 USA */ #ifdef HAVE_CONFIG_H diff --git a/plugins/launcher/launcher.h b/plugins/launcher/launcher.h index d42622bb..468e75c0 100644 --- a/plugins/launcher/launcher.h +++ b/plugins/launcher/launcher.h @@ -11,9 +11,9 @@ * FITNESS FOR A PARTICULAR PURPOSE. See the GNU 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, Boston, MA 02111-1307, USA + * You should have received a copy of the GNU Lesser General Public + * License along with this library; if not, write to the Free Software + * Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301 USA */ #ifndef __LAUNCHER_H__ diff --git a/plugins/pager/pager-buttons.c b/plugins/pager/pager-buttons.c index 06a03978..7436bb38 100644 --- a/plugins/pager/pager-buttons.c +++ b/plugins/pager/pager-buttons.c @@ -11,9 +11,9 @@ * FITNESS FOR A PARTICULAR PURPOSE. See the GNU 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, Boston, MA 02111-1307, USA + * You should have received a copy of the GNU Lesser General Public + * License along with this library; if not, write to the Free Software + * Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301 USA */ #ifdef HAVE_CONFIG_H diff --git a/plugins/pager/pager-buttons.h b/plugins/pager/pager-buttons.h index 9e750c20..b8014f52 100644 --- a/plugins/pager/pager-buttons.h +++ b/plugins/pager/pager-buttons.h @@ -11,9 +11,9 @@ * FITNESS FOR A PARTICULAR PURPOSE. See the GNU 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, Boston, MA 02111-1307, USA + * You should have received a copy of the GNU Lesser General Public + * License along with this library; if not, write to the Free Software + * Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301 USA */ #ifndef __PAGER_BUTTONS_H__ diff --git a/plugins/pager/pager.c b/plugins/pager/pager.c index 7a6ad351..949a8569 100644 --- a/plugins/pager/pager.c +++ b/plugins/pager/pager.c @@ -12,9 +12,9 @@ * FITNESS FOR A PARTICULAR PURPOSE. See the GNU 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, Boston, MA 02111-1307, USA + * You should have received a copy of the GNU Lesser General Public + * License along with this library; if not, write to the Free Software + * Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301 USA */ #ifdef HAVE_CONFIG_H diff --git a/plugins/pager/pager.h b/plugins/pager/pager.h index 5921802a..1d65f59e 100644 --- a/plugins/pager/pager.h +++ b/plugins/pager/pager.h @@ -11,9 +11,9 @@ * FITNESS FOR A PARTICULAR PURPOSE. See the GNU 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, Boston, MA 02111-1307, USA + * You should have received a copy of the GNU Lesser General Public + * License along with this library; if not, write to the Free Software + * Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301 USA */ #ifndef __PAGER_H__ diff --git a/plugins/separator/separator.c b/plugins/separator/separator.c index 7d6d08dd..99f988cc 100644 --- a/plugins/separator/separator.c +++ b/plugins/separator/separator.c @@ -12,9 +12,9 @@ * FITNESS FOR A PARTICULAR PURPOSE. See the GNU 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, Boston, MA 02111-1307, USA + * You should have received a copy of the GNU Lesser General Public + * License along with this library; if not, write to the Free Software + * Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301 USA */ #ifdef HAVE_CONFIG_H diff --git a/plugins/separator/separator.h b/plugins/separator/separator.h index df56e739..0b70b4e2 100644 --- a/plugins/separator/separator.h +++ b/plugins/separator/separator.h @@ -12,9 +12,9 @@ * FITNESS FOR A PARTICULAR PURPOSE. See the GNU 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, Boston, MA 02111-1307, USA + * You should have received a copy of the GNU Lesser General Public + * License along with this library; if not, write to the Free Software + * Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301 USA */ #ifndef __SEPARATOR_H__ diff --git a/plugins/showdesktop/showdesktop.c b/plugins/showdesktop/showdesktop.c index 704691e4..451ab638 100644 --- a/plugins/showdesktop/showdesktop.c +++ b/plugins/showdesktop/showdesktop.c @@ -12,9 +12,9 @@ * FITNESS FOR A PARTICULAR PURPOSE. See the GNU 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, Boston, MA 02111-1307, USA + * You should have received a copy of the GNU Lesser General Public + * License along with this library; if not, write to the Free Software + * Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301 USA */ #ifdef HAVE_CONFIG_H diff --git a/plugins/showdesktop/showdesktop.h b/plugins/showdesktop/showdesktop.h index 110800e9..563d5d07 100644 --- a/plugins/showdesktop/showdesktop.h +++ b/plugins/showdesktop/showdesktop.h @@ -11,9 +11,9 @@ * FITNESS FOR A PARTICULAR PURPOSE. See the GNU 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, Boston, MA 02111-1307, USA + * You should have received a copy of the GNU Lesser General Public + * License along with this library; if not, write to the Free Software + * Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301 USA */ #ifndef __XFCE_SHOW_DESKTOP_PLUGIN_H__ diff --git a/plugins/systray/systray-box.c b/plugins/systray/systray-box.c index 7b9380e6..aca2def5 100644 --- a/plugins/systray/systray-box.c +++ b/plugins/systray/systray-box.c @@ -11,9 +11,9 @@ * FITNESS FOR A PARTICULAR PURPOSE. See the GNU 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, Boston, MA 02111-1307, USA + * You should have received a copy of the GNU Lesser General Public + * License along with this library; if not, write to the Free Software + * Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301 USA */ #ifdef HAVE_CONFIG_H diff --git a/plugins/systray/systray-box.h b/plugins/systray/systray-box.h index 67ff3a94..d396344e 100644 --- a/plugins/systray/systray-box.h +++ b/plugins/systray/systray-box.h @@ -11,9 +11,9 @@ * FITNESS FOR A PARTICULAR PURPOSE. See the GNU 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, Boston, MA 02111-1307, USA + * You should have received a copy of the GNU Lesser General Public + * License along with this library; if not, write to the Free Software + * Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301 USA */ #ifndef __SYSTRAY_BOX_H__ diff --git a/plugins/systray/systray-manager.c b/plugins/systray/systray-manager.c index d485bfa8..d77faee9 100644 --- a/plugins/systray/systray-manager.c +++ b/plugins/systray/systray-manager.c @@ -15,9 +15,9 @@ * FITNESS FOR A PARTICULAR PURPOSE. See the GNU 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, Boston, MA 02111-1307, USA + * You should have received a copy of the GNU Lesser General Public + * License along with this library; if not, write to the Free Software + * Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301 USA */ #ifdef HAVE_CONFIG_H diff --git a/plugins/systray/systray-manager.h b/plugins/systray/systray-manager.h index 5a5a9d33..f3d69197 100644 --- a/plugins/systray/systray-manager.h +++ b/plugins/systray/systray-manager.h @@ -15,9 +15,9 @@ * FITNESS FOR A PARTICULAR PURPOSE. See the GNU 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, Boston, MA 02111-1307, USA + * You should have received a copy of the GNU Lesser General Public + * License along with this library; if not, write to the Free Software + * Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301 USA */ #ifndef __SYSTRAY_MANAGER_H__ diff --git a/plugins/systray/systray-socket.c b/plugins/systray/systray-socket.c index 52975c92..43423bbd 100644 --- a/plugins/systray/systray-socket.c +++ b/plugins/systray/systray-socket.c @@ -14,9 +14,9 @@ * FITNESS FOR A PARTICULAR PURPOSE. See the GNU 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, Boston, MA 02111-1307, USA + * You should have received a copy of the GNU Lesser General Public + * License along with this library; if not, write to the Free Software + * Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301 USA */ #ifdef HAVE_CONFIG_H diff --git a/plugins/systray/systray-socket.h b/plugins/systray/systray-socket.h index bda91f87..619eb99f 100644 --- a/plugins/systray/systray-socket.h +++ b/plugins/systray/systray-socket.h @@ -14,9 +14,9 @@ * FITNESS FOR A PARTICULAR PURPOSE. See the GNU 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, Boston, MA 02111-1307, USA + * You should have received a copy of the GNU Lesser General Public + * License along with this library; if not, write to the Free Software + * Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301 USA */ #ifndef __SYSTRAY_SOCKET_H__ diff --git a/plugins/systray/systray.c b/plugins/systray/systray.c index 74aacec2..2124d55b 100644 --- a/plugins/systray/systray.c +++ b/plugins/systray/systray.c @@ -12,9 +12,9 @@ * FITNESS FOR A PARTICULAR PURPOSE. See the GNU 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, Boston, MA 02111-1307, USA + * You should have received a copy of the GNU Lesser General Public + * License along with this library; if not, write to the Free Software + * Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301 USA */ #ifdef HAVE_CONFIG_H diff --git a/plugins/systray/systray.h b/plugins/systray/systray.h index 209f0701..717e748d 100644 --- a/plugins/systray/systray.h +++ b/plugins/systray/systray.h @@ -11,9 +11,9 @@ * FITNESS FOR A PARTICULAR PURPOSE. See the GNU 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, Boston, MA 02111-1307, USA + * You should have received a copy of the GNU Lesser General Public + * License along with this library; if not, write to the Free Software + * Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301 USA */ #ifndef __SYSTRAY_H__ diff --git a/plugins/tasklist/tasklist-widget.c b/plugins/tasklist/tasklist-widget.c index abeac326..e6c7bfbc 100644 --- a/plugins/tasklist/tasklist-widget.c +++ b/plugins/tasklist/tasklist-widget.c @@ -11,9 +11,9 @@ * FITNESS FOR A PARTICULAR PURPOSE. See the GNU 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, Boston, MA 02111-1307, USA + * You should have received a copy of the GNU Lesser General Public + * License along with this library; if not, write to the Free Software + * Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301 USA */ #ifdef HAVE_CONFIG_H diff --git a/plugins/tasklist/tasklist-widget.h b/plugins/tasklist/tasklist-widget.h index 18426f95..20c53458 100644 --- a/plugins/tasklist/tasklist-widget.h +++ b/plugins/tasklist/tasklist-widget.h @@ -11,9 +11,9 @@ * FITNESS FOR A PARTICULAR PURPOSE. See the GNU 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, Boston, MA 02111-1307, USA + * You should have received a copy of the GNU Lesser General Public + * License along with this library; if not, write to the Free Software + * Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301 USA */ #ifndef __XFCE_TASKLIST_H__ diff --git a/plugins/tasklist/tasklist.c b/plugins/tasklist/tasklist.c index 90909d28..0a235fb9 100644 --- a/plugins/tasklist/tasklist.c +++ b/plugins/tasklist/tasklist.c @@ -11,9 +11,9 @@ * FITNESS FOR A PARTICULAR PURPOSE. See the GNU 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, Boston, MA 02111-1307, USA + * You should have received a copy of the GNU Lesser General Public + * License along with this library; if not, write to the Free Software + * Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301 USA */ #ifdef HAVE_CONFIG_H diff --git a/plugins/windowmenu/windowmenu.c b/plugins/windowmenu/windowmenu.c index f61fdace..9625aad1 100644 --- a/plugins/windowmenu/windowmenu.c +++ b/plugins/windowmenu/windowmenu.c @@ -11,9 +11,9 @@ * FITNESS FOR A PARTICULAR PURPOSE. See the GNU 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, Boston, MA 02111-1307, USA + * You should have received a copy of the GNU Lesser General Public + * License along with this library; if not, write to the Free Software + * Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301 USA */ #ifdef HAVE_CONFIG_H diff --git a/plugins/windowmenu/windowmenu.h b/plugins/windowmenu/windowmenu.h index 59994c2b..316f250c 100644 --- a/plugins/windowmenu/windowmenu.h +++ b/plugins/windowmenu/windowmenu.h @@ -11,9 +11,9 @@ * FITNESS FOR A PARTICULAR PURPOSE. See the GNU 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, Boston, MA 02111-1307, USA + * You should have received a copy of the GNU Lesser General Public + * License along with this library; if not, write to the Free Software + * Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301 USA */ #ifndef __XFCE_WINDOW_MENU_PLUGIN_H__ diff --git a/plugins/windowmenu/xfce4-popup-windowmenu.sh b/plugins/windowmenu/xfce4-popup-windowmenu.sh index 6d95fc6c..6bc72b0c 100644 --- a/plugins/windowmenu/xfce4-popup-windowmenu.sh +++ b/plugins/windowmenu/xfce4-popup-windowmenu.sh @@ -12,9 +12,9 @@ # FITNESS FOR A PARTICULAR PURPOSE. See the GNU 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, Boston, MA 02111-1307, USA +# You should have received a copy of the GNU Lesser General Public +# License along with this library; if not, write to the Free Software +# Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301 USA # export TEXTDOMAIN="xfce4-panel"