From patchwork Mon Apr 8 12:48:19 2013 Content-Type: text/plain; charset="utf-8" MIME-Version: 1.0 Content-Transfer-Encoding: 7bit X-Patchwork-Submitter: Thierry Reding X-Patchwork-Id: 2408391 Return-Path: X-Original-To: patchwork-dri-devel@patchwork.kernel.org Delivered-To: patchwork-process-083081@patchwork1.kernel.org Received: from gabe.freedesktop.org (gabe.freedesktop.org [131.252.210.177]) by patchwork1.kernel.org (Postfix) with ESMTP id 036683FC71 for ; Mon, 8 Apr 2013 12:48:38 +0000 (UTC) Received: from gabe.freedesktop.org (localhost [127.0.0.1]) by gabe.freedesktop.org (Postfix) with ESMTP id DB253E625E for ; Mon, 8 Apr 2013 05:48:37 -0700 (PDT) X-Original-To: dri-devel@lists.freedesktop.org Delivered-To: dri-devel@lists.freedesktop.org Received: from moutng.kundenserver.de (moutng.kundenserver.de [212.227.17.10]) by gabe.freedesktop.org (Postfix) with ESMTP id 8B276E5C24 for ; Mon, 8 Apr 2013 05:48:25 -0700 (PDT) Received: from mailbox.adnet.avionic-design.de (mailbox.avionic-design.de [109.75.18.3]) by mrelayeu.kundenserver.de (node=mrbap1) with ESMTP (Nemesis) id 0LtUJA-1UYyaP3NRM-010kIk; Mon, 08 Apr 2013 14:48:22 +0200 Received: from localhost (localhost [127.0.0.1]) by mailbox.adnet.avionic-design.de (Postfix) with ESMTP id 235B92A28190; Mon, 8 Apr 2013 14:48:21 +0200 (CEST) X-Virus-Scanned: amavisd-new at avionic-design.de Received: from mailbox.adnet.avionic-design.de ([127.0.0.1]) by localhost (mailbox.avionic-design.de [127.0.0.1]) (amavisd-new, port 10024) with ESMTP id 7r3EnencPI9A; Mon, 8 Apr 2013 14:48:20 +0200 (CEST) Received: from mailman.adnet.avionic-design.de (mailman.adnet.avionic-design.de [172.20.31.172]) by mailbox.adnet.avionic-design.de (Postfix) with ESMTP id 199CA2A28186; Mon, 8 Apr 2013 14:48:20 +0200 (CEST) Received: from localhost (avionic-0098.adnet.avionic-design.de [172.20.31.233]) by mailman.adnet.avionic-design.de (Postfix) with ESMTP id 98522100257; Mon, 8 Apr 2013 14:48:17 +0200 (CEST) From: Thierry Reding To: dri-devel@lists.freedesktop.org Subject: [PATCH] video: hdmi: Relicense under MIT Date: Mon, 8 Apr 2013 14:48:19 +0200 Message-Id: <1365425299-20622-1-git-send-email-thierry.reding@avionic-design.de> X-Mailer: git-send-email 1.8.2 X-Provags-ID: V02:K0:KWWUg1T+5gQZpT68+BtS4bCkaKYo0+dVjbJEFxD1GF4 KtCvWyxRjOSXN2uNNP0UA+UWoM5Z2unztT3vVIbIFCvmW1hYxE wwaDLhKkWLnY2rcMvCsJf5Dv4rWOIA2g3pY569rMF/rq4xiwSb LTJcsThl+4DSP46qnjqQG4luwkthyOrszG++/1ECPmSHOSIVMS SNdPSzFrgUAX+96VE9HRuhBTIm3gMdzXVrp/b6AExvEAbQfAqd Z4YJ8eiGc606I45ho75BJnVlJQaeeMpVAJfDR/A9PxFRKAE2+H dyr2oVi2CwikDK1l7xJIpmW3HAzZSg3GIWt4faCvwG5QADKw1P 9Z3eOyRm3hAxRRcL/94+PKSpWvN3MqbJmDJhghDX/rF617bMWl ecSGXjFlSGfqvUFkkhPFhnncnJwJ7WGCVKIs2sfD3Qtqo4bdyg +bQaZ X-BeenThere: dri-devel@lists.freedesktop.org X-Mailman-Version: 2.1.13 Precedence: list List-Id: Direct Rendering Infrastructure - Development List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , MIME-Version: 1.0 Sender: dri-devel-bounces+patchwork-dri-devel=patchwork.kernel.org@lists.freedesktop.org Errors-To: dri-devel-bounces+patchwork-dri-devel=patchwork.kernel.org@lists.freedesktop.org In order to make it easier to port the code to other operating systems (like the BSDs), relicense the HDMI helpers under the more permissive MIT license. Signed-off-by: Thierry Reding --- drivers/video/hdmi.c | 21 ++++++++++++++++++--- 1 file changed, 18 insertions(+), 3 deletions(-) diff --git a/drivers/video/hdmi.c b/drivers/video/hdmi.c index ab23c9b..4017833 100644 --- a/drivers/video/hdmi.c +++ b/drivers/video/hdmi.c @@ -1,9 +1,24 @@ /* * Copyright (C) 2012 Avionic Design GmbH * - * This program is free software; you can redistribute it and/or modify - * it under the terms of the GNU General Public License version 2 as - * published by the Free Software Foundation. + * Permission is hereby granted, free of charge, to any person obtaining a + * copy of this software and associated documentation files (the "Software"), + * to deal in the Software without restriction, including without limitation + * the rights to use, copy, modify, merge, publish, distribute, sub license, + * and/or sell copies of the Software, and to permit persons to whom the + * Software is furnished to do so, subject to the following conditions: + * + * The above copyright notice and this permission notice (including the + * next paragraph) shall be included in all copies or substantial portions + * of the Software. + * + * THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR + * IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY, + * FITNESS FOR A PARTICULAR PURPOSE AND NON-INFRINGEMENT. IN NO EVENT SHALL + * THE AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER + * LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING + * FROM, OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER + * DEALINGS IN THE SOFTWARE. */ #include