From patchwork Tue May 29 01:43:35 2018 Content-Type: text/plain; charset="utf-8" MIME-Version: 1.0 Content-Transfer-Encoding: 7bit X-Patchwork-Submitter: Jason Self X-Patchwork-Id: 10434187 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 7A21A602CC for ; Tue, 29 May 2018 01:43:55 +0000 (UTC) Received: from mail.wl.linuxfoundation.org (localhost [127.0.0.1]) by mail.wl.linuxfoundation.org (Postfix) with ESMTP id 6AB7628520 for ; Tue, 29 May 2018 01:43:55 +0000 (UTC) Received: by mail.wl.linuxfoundation.org (Postfix, from userid 486) id 5EE7B28524; Tue, 29 May 2018 01:43:55 +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=-2.9 required=2.0 tests=BAYES_00, MAILING_LIST_MULTI, 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 1E88328520 for ; Tue, 29 May 2018 01:43:53 +0000 (UTC) Received: from alsa0.perex.cz (localhost [127.0.0.1]) by alsa0.perex.cz (Postfix) with ESMTP id 045452673F5; Tue, 29 May 2018 03:43:52 +0200 (CEST) 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 022CC2673F5; Tue, 29 May 2018 03:43:49 +0200 (CEST) Received: from bluehome.net (bluehome.net [96.66.250.149]) by alsa0.perex.cz (Postfix) with ESMTP id BBDFC267196; Tue, 29 May 2018 03:43:46 +0200 (CEST) Received: from pc.lan (pc.lan [10.0.0.51]) by bluehome.net (Postfix) with ESMTPSA id 0EB337800FB; Mon, 28 May 2018 18:43:45 -0700 (PDT) From: Jason Self To: patch@alsa-project.org Date: Mon, 28 May 2018 18:43:35 -0700 Message-Id: <1527558215-20635-1-git-send-email-j@jxself.org> X-Mailer: git-send-email 2.7.4 Cc: alsa-devel@alsa-project.org, Jason Self Subject: [alsa-devel] [PATCH 1/1] Fix up aica firmware licensing 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: , MIME-Version: 1.0 Errors-To: alsa-devel-bounces@alsa-project.org Sender: alsa-devel-bounces@alsa-project.org X-Virus-Scanned: ClamAV using ClamSMTP The 3-clause BSD that this firmware uses requires more than just keeping the copyright notice, like license.txt currently says. Rather, it has has that "redistributions in binary form (which is what the ALSA Project is doing, since only the firmware binary is provided) must reproduce the above copyright notice, this list of conditions and the following disclaimer in the documentation and/or other materials provided with the distribution." This means that more than just the copyright notice needs to be included. This change is intended to address this by adding the parts that were omitted originally. Signed-off-by: Jason Self diff --git a/aica/license.txt b/aica/license.txt index 4b4cdbc..9de48bd 100644 --- a/aica/license.txt +++ b/aica/license.txt @@ -1,8 +1,34 @@ This firmware is licenced under the KOS licence - a modified form of the BSD licence (for details see http://gamedev.allusion.net/softprj/kos/faq.php). -It is fully and freely distributable provided the following notice is preserved somewhere -in the code: Copyright (c) Dan Potter 2000. +It is fully and freely distributable provided the following notices +are preserved: + +Copyright (c) Dan Potter 2000. + +Redistribution and use in source and binary forms, with or without +modification, are permitted provided that the following conditions +are met: +1. Redistributions of source code must retain the above copyright + notice, this list of conditions and the following disclaimer. +2. Redistributions in binary form must reproduce the above copyright + notice, this list of conditions and the following disclaimer in the + documentation and/or other materials provided with the distribution. +3. Neither the name of Cryptic Allusion nor the names of its contributors + may be used to endorse or promote products derived from this software + without specific prior written permission. + +THIS SOFTWARE IS PROVIDED BY THE AUTHORS AND CONTRIBUTORS ``AS IS'' AND +ANY EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT LIMITED TO, THE +IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS FOR A PARTICULAR PURPOSE +ARE DISCLAIMED. IN NO EVENT SHALL THE AUTHORS OR CONTRIBUTORS BE LIABLE +FOR ANY DIRECT, INDIRECT, INCIDENTAL, SPECIAL, EXEMPLARY, OR CONSEQUENTIAL +DAMAGES (INCLUDING, BUT NOT LIMITED TO, PROCUREMENT OF SUBSTITUTE GOODS +OR SERVICES; LOSS OF USE, DATA, OR PROFITS; OR BUSINESS INTERRUPTION) +HOWEVER CAUSED AND ON ANY THEORY OF LIABILITY, WHETHER IN CONTRACT, STRICT +LIABILITY, OR TORT (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY +OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF +SUCH DAMAGE. The code this firmware was built with is part of the KOS distribution and can also be reviewed here: http://linuxdc.cvs.sourceforge.net/linuxdc/linux-sh-dc/sound/oss/aica/firmware/