From 6231b1abc9ac13f8766b79d148e83f169cd175bd Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?S=C3=A9bastien=20Wilmet?= Date: Thu, 29 Dec 2016 16:51:51 +0100 Subject: [PATCH] License headers: replace current FSF address by a link to gnu.org Even if the address is correct, it's far more convenient to have a link to a website. https://bugzilla.gnome.org/show_bug.cgi?id=776586 --- gio/org.freedesktop.portal.Documents.xml | 6 ++---- gio/org.freedesktop.portal.NetworkMonitor.xml | 6 ++---- gio/org.freedesktop.portal.ProxyResolver.xml | 6 ++---- gio/win32/winhttp.h | 5 ++--- glib/gdatetime.c | 6 ++---- glib/gdatetime.h | 6 ++---- glib/gregex.c | 5 ++--- glib/gregex.h | 5 ++--- glib/tests/gdatetime.c | 5 ++--- tests/datetime.c | 6 ++---- 10 files changed, 20 insertions(+), 36 deletions(-) diff --git a/gio/org.freedesktop.portal.Documents.xml b/gio/org.freedesktop.portal.Documents.xml index c466c5272..92eabf907 100644 --- a/gio/org.freedesktop.portal.Documents.xml +++ b/gio/org.freedesktop.portal.Documents.xml @@ -15,10 +15,8 @@ MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU Lesser 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. + You should have received a copy of the GNU Lesser General Public License + along with this library; if not, see . Author: Alexander Larsson --> diff --git a/gio/org.freedesktop.portal.NetworkMonitor.xml b/gio/org.freedesktop.portal.NetworkMonitor.xml index 284b7bd3e..3022208b1 100644 --- a/gio/org.freedesktop.portal.NetworkMonitor.xml +++ b/gio/org.freedesktop.portal.NetworkMonitor.xml @@ -12,10 +12,8 @@ MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU Lesser 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. + You should have received a copy of the GNU Lesser General Public License + along with this library; if not, see . Author: Matthias Clasen --> diff --git a/gio/org.freedesktop.portal.ProxyResolver.xml b/gio/org.freedesktop.portal.ProxyResolver.xml index b274f00ee..0b98b805a 100644 --- a/gio/org.freedesktop.portal.ProxyResolver.xml +++ b/gio/org.freedesktop.portal.ProxyResolver.xml @@ -12,10 +12,8 @@ MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU Lesser 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. + You should have received a copy of the GNU Lesser General Public License + along with this library; if not, see . Author: Matthias Clasen --> diff --git a/gio/win32/winhttp.h b/gio/win32/winhttp.h index a8dd0c10f..2f0041a67 100644 --- a/gio/win32/winhttp.h +++ b/gio/win32/winhttp.h @@ -11,9 +11,8 @@ * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU * Lesser 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 St, Fifth Floor, Boston, MA 02110-1301, USA + * You should have received a copy of the GNU Lesser General Public License + * along with this library; if not, see . */ #ifndef __WINE_WINHTTP_H diff --git a/glib/gdatetime.c b/glib/gdatetime.c index 36e541b47..7e1da4d7d 100644 --- a/glib/gdatetime.c +++ b/glib/gdatetime.c @@ -15,10 +15,8 @@ * FITNESS FOR A PARTICULAR PURPOSE. See the GNU Lesser 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 St, Fifth Floor, Boston, MA 02110-1301 - * USA. + * You should have received a copy of the GNU Lesser General Public License + * along with this library; if not, see . * * Authors: Christian Hergert * Thiago Santos diff --git a/glib/gdatetime.h b/glib/gdatetime.h index 63942c8a2..927e29cfc 100644 --- a/glib/gdatetime.h +++ b/glib/gdatetime.h @@ -12,10 +12,8 @@ * FITNESS FOR A PARTICULAR PURPOSE. See the GNU Lesser 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 St, Fifth Floor, Boston, MA 02110-1301 - * USA. + * You should have received a copy of the GNU Lesser General Public License + * along with this library; if not, see . * * Authors: Christian Hergert * Thiago Santos diff --git a/glib/gregex.c b/glib/gregex.c index 3cdc66835..bde157101 100644 --- a/glib/gregex.c +++ b/glib/gregex.c @@ -14,9 +14,8 @@ * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU * Lesser 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 St, Fifth Floor, Boston, MA 02110-1301 USA + * You should have received a copy of the GNU Lesser General Public License + * along with this library; if not, see . */ #include "config.h" diff --git a/glib/gregex.h b/glib/gregex.h index 3921cfadb..afae54e6c 100644 --- a/glib/gregex.h +++ b/glib/gregex.h @@ -14,9 +14,8 @@ * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU * Lesser 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 St, Fifth Floor, Boston, MA 02110-1301 USA + * You should have received a copy of the GNU Lesser General Public License + * along with this library; if not, see . */ #ifndef __G_REGEX_H__ diff --git a/glib/tests/gdatetime.c b/glib/tests/gdatetime.c index f6c3cf0d8..dcb8a8f49 100644 --- a/glib/tests/gdatetime.c +++ b/glib/tests/gdatetime.c @@ -12,9 +12,8 @@ * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU * Lesser 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 St, Fifth Floor, Boston, MA 02110-1301 USA + * You should have received a copy of the GNU Lesser General Public License + * along with this library; if not, see . */ #include "config.h" diff --git a/tests/datetime.c b/tests/datetime.c index 4f2779619..ae46bbaea 100644 --- a/tests/datetime.c +++ b/tests/datetime.c @@ -11,10 +11,8 @@ * FITNESS FOR A PARTICULAR PURPOSE. See the GNU Lesser 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 St, Fifth Floor, Boston, MA 02110-1301 - * USA. + * You should have received a copy of the GNU Lesser General Public License + * along with this library; if not, see . */ #include