From patchwork Tue Jan 24 14:59:08 2017 Content-Type: text/plain; charset="utf-8" MIME-Version: 1.0 Content-Transfer-Encoding: 7bit X-Patchwork-Submitter: Liam Girdwood X-Patchwork-Id: 9535837 Return-Path: Received: from mail.wl.linuxfoundation.org (pdx-wl-mail.web.codeaurora.org [172.30.200.125]) by pdx-korg-patchwork.web.codeaurora.org (Postfix) with ESMTP id 1E8176046A for ; Tue, 24 Jan 2017 20:26:22 +0000 (UTC) Received: from mail.wl.linuxfoundation.org (localhost [127.0.0.1]) by mail.wl.linuxfoundation.org (Postfix) with ESMTP id 08C7426E3A for ; Tue, 24 Jan 2017 20:26:22 +0000 (UTC) Received: by mail.wl.linuxfoundation.org (Postfix, from userid 486) id F17EB26E55; Tue, 24 Jan 2017 20:26:21 +0000 (UTC) X-Spam-Checker-Version: SpamAssassin 3.3.1 (2010-03-16) on pdx-wl-mail.web.codeaurora.org X-Spam-Level: X-Spam-Status: No, score=-1.9 required=2.0 tests=BAYES_00, RCVD_IN_DNSWL_NONE autolearn=ham version=3.3.1 Received: from alsa0.perex.cz (alsa0.perex.cz [77.48.224.243]) by mail.wl.linuxfoundation.org (Postfix) with ESMTP id 5CBC926E3A for ; Tue, 24 Jan 2017 20:26:20 +0000 (UTC) Received: by alsa0.perex.cz (Postfix, from userid 1000) id DC1DA26743D; Tue, 24 Jan 2017 21:26:18 +0100 (CET) Received: from alsa0.perex.cz (localhost [127.0.0.1]) by alsa0.perex.cz (Postfix) with ESMTP id 7139A266D61; Tue, 24 Jan 2017 21:23:59 +0100 (CET) X-Original-To: alsa-devel@alsa-project.org Delivered-To: alsa-devel@alsa-project.org Received: by alsa0.perex.cz (Postfix, from userid 1000) id 3EAD42673FD; Tue, 24 Jan 2017 15:59:17 +0100 (CET) Received: from mga06.intel.com (mga06.intel.com [134.134.136.31]) by alsa0.perex.cz (Postfix) with ESMTP id 0963E266D1E for ; Tue, 24 Jan 2017 15:59:13 +0100 (CET) Received: from fmsmga003.fm.intel.com ([10.253.24.29]) by orsmga104.jf.intel.com with ESMTP; 24 Jan 2017 06:59:11 -0800 X-ExtLoop1: 1 X-IronPort-AV: E=Sophos;i="5.33,278,1477983600"; d="scan'208";a="812723074" Received: from rkinsell-mobl.ger.corp.intel.com (HELO [10.252.0.71]) ([10.252.0.71]) by FMSMGA003.fm.intel.com with ESMTP; 24 Jan 2017 06:59:10 -0800 Message-ID: <1485269948.2625.50.camel@loki> From: Liam Girdwood To: Takashi Iwai Date: Tue, 24 Jan 2017 14:59:08 +0000 X-Mailer: Evolution 3.10.4-0ubuntu2 Mime-Version: 1.0 Cc: "alsa-devel@alsa-project.org" , Jordi Mallach Subject: [alsa-devel] [PATCH] topology: Fix incorrect license in source comments. X-BeenThere: alsa-devel@alsa-project.org X-Mailman-Version: 2.1.14 Precedence: list List-Id: "Alsa-devel mailing list for ALSA developers - http://www.alsa-project.org" List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Errors-To: alsa-devel-bounces@alsa-project.org Sender: alsa-devel-bounces@alsa-project.org X-Virus-Scanned: ClamAV using ClamSMTP The topology source files had the wrong licence specified in the comments when initially upstreamed. The topology source files are all licensed under the LGPL-2.1 and not the GPLv2. All earlier versions of the alsa-lib topology source files must be considered LGPL-2.1 like the other source files in alsa-lib and also as specified in the alsa-lib COPYING file. Signed-off-by: Liam Girdwood --- src/topology/builder.c | 17 +++++++++-------- src/topology/channel.c | 17 +++++++++-------- src/topology/ctl.c | 17 +++++++++-------- src/topology/dapm.c | 17 +++++++++-------- src/topology/data.c | 17 +++++++++-------- src/topology/elem.c | 17 +++++++++-------- src/topology/ops.c | 17 +++++++++-------- src/topology/parser.c | 17 +++++++++-------- src/topology/pcm.c | 17 +++++++++-------- src/topology/text.c | 17 +++++++++-------- 10 files changed, 90 insertions(+), 80 deletions(-) diff --git a/src/topology/builder.c b/src/topology/builder.c index 20fa925..dcd9e2a 100644 --- a/src/topology/builder.c +++ b/src/topology/builder.c @@ -2,14 +2,15 @@ Copyright(c) 2014-2015 Intel Corporation All rights reserved. - This program is free software; you can redistribute it and/or modify - it under the terms of version 2 of the GNU General Public License as - published by the Free Software Foundation. - - 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. + 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, + 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. Authors: Mengdong Lin Yao Jin diff --git a/src/topology/channel.c b/src/topology/channel.c index c2f1fea..8516b23 100644 --- a/src/topology/channel.c +++ b/src/topology/channel.c @@ -2,14 +2,15 @@ Copyright(c) 2014-2015 Intel Corporation All rights reserved. - This program is free software; you can redistribute it and/or modify - it under the terms of version 2 of the GNU General Public License as - published by the Free Software Foundation. - - 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. + 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, + 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. Authors: Mengdong Lin Yao Jin diff --git a/src/topology/ctl.c b/src/topology/ctl.c index 907a97f..1da3d18 100644 --- a/src/topology/ctl.c +++ b/src/topology/ctl.c @@ -2,14 +2,15 @@ Copyright(c) 2014-2015 Intel Corporation All rights reserved. - This program is free software; you can redistribute it and/or modify - it under the terms of version 2 of the GNU General Public License as - published by the Free Software Foundation. - - 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. + 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, + 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. Authors: Mengdong Lin Yao Jin diff --git a/src/topology/dapm.c b/src/topology/dapm.c index 8c585a7..eef72bb 100644 --- a/src/topology/dapm.c +++ b/src/topology/dapm.c @@ -2,14 +2,15 @@ Copyright(c) 2014-2015 Intel Corporation All rights reserved. - This program is free software; you can redistribute it and/or modify - it under the terms of version 2 of the GNU General Public License as - published by the Free Software Foundation. - - 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. + 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, + 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. Authors: Mengdong Lin Yao Jin diff --git a/src/topology/data.c b/src/topology/data.c index 0d5c430..e2aa38c 100644 --- a/src/topology/data.c +++ b/src/topology/data.c @@ -2,14 +2,15 @@ Copyright(c) 2014-2015 Intel Corporation All rights reserved. - This program is free software; you can redistribute it and/or modify - it under the terms of version 2 of the GNU General Public License as - published by the Free Software Foundation. - - 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. + 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, + 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. Authors: Mengdong Lin Yao Jin diff --git a/src/topology/elem.c b/src/topology/elem.c index db26483..efcf3e9 100644 --- a/src/topology/elem.c +++ b/src/topology/elem.c @@ -2,14 +2,15 @@ Copyright(c) 2014-2015 Intel Corporation All rights reserved. - This program is free software; you can redistribute it and/or modify - it under the terms of version 2 of the GNU General Public License as - published by the Free Software Foundation. - - 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. + 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, + 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. Authors: Mengdong Lin Yao Jin diff --git a/src/topology/ops.c b/src/topology/ops.c index 1b5c1e2..6f8dc1f 100644 --- a/src/topology/ops.c +++ b/src/topology/ops.c @@ -2,14 +2,15 @@ Copyright(c) 2014-2015 Intel Corporation All rights reserved. - This program is free software; you can redistribute it and/or modify - it under the terms of version 2 of the GNU General Public License as - published by the Free Software Foundation. - - 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. + 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, + 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. Authors: Mengdong Lin Yao Jin diff --git a/src/topology/parser.c b/src/topology/parser.c index c5f9757..cfc20e0 100644 --- a/src/topology/parser.c +++ b/src/topology/parser.c @@ -2,14 +2,15 @@ Copyright(c) 2014-2015 Intel Corporation All rights reserved. - This program is free software; you can redistribute it and/or modify - it under the terms of version 2 of the GNU General Public License as - published by the Free Software Foundation. - - 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. + 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, + 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. Authors: Mengdong Lin Yao Jin diff --git a/src/topology/pcm.c b/src/topology/pcm.c index 8f8a703..5568d57 100644 --- a/src/topology/pcm.c +++ b/src/topology/pcm.c @@ -2,14 +2,15 @@ Copyright(c) 2014-2015 Intel Corporation All rights reserved. - This program is free software; you can redistribute it and/or modify - it under the terms of version 2 of the GNU General Public License as - published by the Free Software Foundation. - - 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. + 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, + 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. Authors: Mengdong Lin Yao Jin diff --git a/src/topology/text.c b/src/topology/text.c index 303fbeb..cba6887 100644 --- a/src/topology/text.c +++ b/src/topology/text.c @@ -2,14 +2,15 @@ Copyright(c) 2014-2015 Intel Corporation All rights reserved. - This program is free software; you can redistribute it and/or modify - it under the terms of version 2 of the GNU General Public License as - published by the Free Software Foundation. - - 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. + 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, + 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. Authors: Mengdong Lin Yao Jin