From: Marcel Holtmann Date: Fri, 26 Aug 2011 18:18:54 +0000 (-0700) Subject: bluez: audio: Update license for shared header files X-Git-Tag: 1.19.3~507^2~14190 X-Git-Url: http://review.tizen.org/git/?a=commitdiff_plain;h=64c053201734a0ef02f988b69cc0b9207cb281c7;p=platform%2Fupstream%2Fgstreamer.git bluez: audio: Update license for shared header files The header files with constants and structures for audio specific interaction with Pulseaudio are suppose to be under LGPL license. For some odd reason a2dp-codecs.h ended up being under GPL license which is against the intention of this being shared and re-used by non-GPL programs. Fix this now to avoid any future confusion. --- diff --git a/sys/bluez/a2dp-codecs.h b/sys/bluez/a2dp-codecs.h index e44634e..51c796a 100644 --- a/sys/bluez/a2dp-codecs.h +++ b/sys/bluez/a2dp-codecs.h @@ -6,18 +6,18 @@ * Copyright (C) 2004-2010 Marcel Holtmann * * - * 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 2 of the License, or - * (at your option) any later version. + * 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.1 of the License, or (at your option) any later version. * - * This program is distributed in the hope that it will be useful, + * 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. + * 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 General Public License - * along with this program; if not, write to the Free Software + * 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 * */