From a5c174f7d192f5670583972bf968d54c0e483088 Mon Sep 17 00:00:00 2001 From: Jens Georg Date: Fri, 31 Aug 2012 11:55:18 +0200 Subject: Update license headers --- autogen.sh | 18 ++++++++++++++++++ libgupnp-dlna/gupnp-dlna-discoverer.c | 4 ++-- libgupnp-dlna/gupnp-dlna-discoverer.h | 4 ++-- libgupnp-dlna/gupnp-dlna-information.c | 4 ++-- libgupnp-dlna/gupnp-dlna-information.h | 4 ++-- libgupnp-dlna/gupnp-dlna-profile-private.h | 4 ++-- libgupnp-dlna/gupnp-dlna-profile.c | 4 ++-- libgupnp-dlna/gupnp-dlna-profile.h | 4 ++-- libgupnp-dlna/gupnp-dlna-profiles.c | 4 ++-- libgupnp-dlna/profile-loading.c | 4 ++-- libgupnp-dlna/profile-loading.h | 4 ++-- tests/dlna-encoding.c | 4 ++-- tests/dlna-profile-parser.c | 4 ++-- tools/gupnp-dlna-info.c | 4 ++-- tools/gupnp-dlna-ls-profiles.c | 4 ++-- 15 files changed, 46 insertions(+), 28 deletions(-) diff --git a/autogen.sh b/autogen.sh index 1f9b335..26308b4 100755 --- a/autogen.sh +++ b/autogen.sh @@ -1,5 +1,23 @@ #! /bin/sh +# Copyright (C) 2011 Javier Jardón +# +# This file is part of GUPnP-AV. +# +# This library is free software; you can redistribute it and/or modify +# it under the terms of the GNU Lesser 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 Lesser General Public License for more details. +# +# You should have received a copy of the GNU Lesser 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. + test -n "$srcdir" || srcdir=`dirname "$0"` test -n "$srcdir" || srcdir=. diff --git a/libgupnp-dlna/gupnp-dlna-discoverer.c b/libgupnp-dlna/gupnp-dlna-discoverer.c index faf21ff..986470f 100644 --- a/libgupnp-dlna/gupnp-dlna-discoverer.c +++ b/libgupnp-dlna/gupnp-dlna-discoverer.c @@ -15,8 +15,8 @@ * * 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., 59 Temple Place - Suite 330, - * Boston, MA 02111-1307, USA. + * Free Software Foundation, Inc., 51 Franklin Street, Fifth Floor, + * Boston, MA 02110-1301, USA. */ #include "gupnp-dlna-discoverer.h" diff --git a/libgupnp-dlna/gupnp-dlna-discoverer.h b/libgupnp-dlna/gupnp-dlna-discoverer.h index bdf9e45..ca3f585 100644 --- a/libgupnp-dlna/gupnp-dlna-discoverer.h +++ b/libgupnp-dlna/gupnp-dlna-discoverer.h @@ -15,8 +15,8 @@ * * 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., 59 Temple Place - Suite 330, - * Boston, MA 02111-1307, USA. + * Free Software Foundation, Inc., 51 Franklin Street, Fifth Floor, + * Boston, MA 02110-1301, USA. */ #ifndef _GUPNP_DLNA_DISCOVERER diff --git a/libgupnp-dlna/gupnp-dlna-information.c b/libgupnp-dlna/gupnp-dlna-information.c index 5585893..0ef2529 100644 --- a/libgupnp-dlna/gupnp-dlna-information.c +++ b/libgupnp-dlna/gupnp-dlna-information.c @@ -15,8 +15,8 @@ * * 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., 59 Temple Place - Suite 330, - * Boston, MA 02111-1307, USA. + * Free Software Foundation, Inc., 51 Franklin Street, Fifth Floor, + * Boston, MA 02110-1301, USA. */ #include "gupnp-dlna-information.h" diff --git a/libgupnp-dlna/gupnp-dlna-information.h b/libgupnp-dlna/gupnp-dlna-information.h index 5293fc1..28406bf 100644 --- a/libgupnp-dlna/gupnp-dlna-information.h +++ b/libgupnp-dlna/gupnp-dlna-information.h @@ -15,8 +15,8 @@ * * 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., 59 Temple Place - Suite 330, - * Boston, MA 02111-1307, USA. + * Free Software Foundation, Inc., 51 Franklin Street, Fifth Floor, + * Boston, MA 02110-1301, USA. */ #ifndef __GUPNP_DLNA_INFORMATION_H__ diff --git a/libgupnp-dlna/gupnp-dlna-profile-private.h b/libgupnp-dlna/gupnp-dlna-profile-private.h index 0e1f4ed..e54e406 100644 --- a/libgupnp-dlna/gupnp-dlna-profile-private.h +++ b/libgupnp-dlna/gupnp-dlna-profile-private.h @@ -15,8 +15,8 @@ * * 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., 59 Temple Place - Suite 330, - * Boston, MA 02111-1307, USA. + * Free Software Foundation, Inc., 51 Franklin Street, Fifth Floor, + * Boston, MA 02110-1301, USA. */ #ifndef __GUPNP_DLNA_PROFILE_PRIVATE_H__ #define __GUPNP_DLNA_PROFILE_PRIVATE_H__ diff --git a/libgupnp-dlna/gupnp-dlna-profile.c b/libgupnp-dlna/gupnp-dlna-profile.c index b88fed6..38494db 100644 --- a/libgupnp-dlna/gupnp-dlna-profile.c +++ b/libgupnp-dlna/gupnp-dlna-profile.c @@ -15,8 +15,8 @@ * * 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., 59 Temple Place - Suite 330, - * Boston, MA 02111-1307, USA. + * Free Software Foundation, Inc., 51 Franklin Street, Fifth Floor, + * Boston, MA 02110-1301, USA. */ #include "gupnp-dlna-profile.h" diff --git a/libgupnp-dlna/gupnp-dlna-profile.h b/libgupnp-dlna/gupnp-dlna-profile.h index 4708a39..f34c35b 100644 --- a/libgupnp-dlna/gupnp-dlna-profile.h +++ b/libgupnp-dlna/gupnp-dlna-profile.h @@ -15,8 +15,8 @@ * * 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., 59 Temple Place - Suite 330, - * Boston, MA 02111-1307, USA. + * Free Software Foundation, Inc., 51 Franklin Street, Fifth Floor, + * Boston, MA 02110-1301, USA. */ #ifndef __GUPNP_DLNA_PROFILE_H__ diff --git a/libgupnp-dlna/gupnp-dlna-profiles.c b/libgupnp-dlna/gupnp-dlna-profiles.c index 4207b58..aa7f52c 100644 --- a/libgupnp-dlna/gupnp-dlna-profiles.c +++ b/libgupnp-dlna/gupnp-dlna-profiles.c @@ -15,8 +15,8 @@ * * 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., 59 Temple Place - Suite 330, - * Boston, MA 02111-1307, USA. + * Free Software Foundation, Inc., 51 Franklin Street, Fifth Floor, + * Boston, MA 02110-1301, USA. */ #include diff --git a/libgupnp-dlna/profile-loading.c b/libgupnp-dlna/profile-loading.c index 874fe44..58b9c7e 100644 --- a/libgupnp-dlna/profile-loading.c +++ b/libgupnp-dlna/profile-loading.c @@ -15,8 +15,8 @@ * * 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., 59 Temple Place - Suite 330, - * Boston, MA 02111-1307, USA. + * Free Software Foundation, Inc., 51 Franklin Street, Fifth Floor, + * Boston, MA 02110-1301, USA. */ #include diff --git a/libgupnp-dlna/profile-loading.h b/libgupnp-dlna/profile-loading.h index fa1f966..89f927f 100644 --- a/libgupnp-dlna/profile-loading.h +++ b/libgupnp-dlna/profile-loading.h @@ -16,8 +16,8 @@ * * 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., 59 Temple Place - Suite 330, - * Boston, MA 02111-1307, USA. + * Free Software Foundation, Inc., 51 Franklin Street, Fifth Floor, + * Boston, MA 02110-1301, USA. */ #ifndef __GUPNP_DLNA_LOAD_H__ diff --git a/tests/dlna-encoding.c b/tests/dlna-encoding.c index e819801..f776077 100644 --- a/tests/dlna-encoding.c +++ b/tests/dlna-encoding.c @@ -13,8 +13,8 @@ * * 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., 59 Temple Place - Suite 330, - * Boston, MA 02111-1307, USA. + * Free Software Foundation, Inc., 51 Franklin Street, Fifth Floor, + * Boston, MA 02110-1301, USA. */ #ifdef HAVE_CONFIG_H diff --git a/tests/dlna-profile-parser.c b/tests/dlna-profile-parser.c index 3115519..4ab179e 100644 --- a/tests/dlna-profile-parser.c +++ b/tests/dlna-profile-parser.c @@ -15,8 +15,8 @@ * * 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., 59 Temple Place - Suite 330, - * Boston, MA 02111-1307, USA. + * Free Software Foundation, Inc., 51 Franklin Street, Fifth Floor, + * Boston, MA 02110-1301, USA. */ #include diff --git a/tools/gupnp-dlna-info.c b/tools/gupnp-dlna-info.c index 399c3e2..514dad0 100644 --- a/tools/gupnp-dlna-info.c +++ b/tools/gupnp-dlna-info.c @@ -21,8 +21,8 @@ * * 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., 59 Temple Place - Suite 330, - * Boston, MA 02111-1307, USA. + * Free Software Foundation, Inc., 51 Franklin Street, Fifth Floor, + * Boston, MA 02110-1301, USA. */ #ifdef HAVE_CONFIG_H diff --git a/tools/gupnp-dlna-ls-profiles.c b/tools/gupnp-dlna-ls-profiles.c index ecaa98b..cb803fc 100644 --- a/tools/gupnp-dlna-ls-profiles.c +++ b/tools/gupnp-dlna-ls-profiles.c @@ -18,8 +18,8 @@ * * 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., 59 Temple Place - Suite 330, - * Boston, MA 02111-1307, USA. + * Free Software Foundation, Inc., 51 Franklin Street, Fifth Floor, + * Boston, MA 02110-1301, USA. */ #ifdef HAVE_CONFIG_H #include "config.h" -- cgit v1.2.1