From patchwork Wed Oct 8 16:45:01 2014 Content-Type: text/plain; charset="utf-8" MIME-Version: 1.0 Content-Transfer-Encoding: 8bit X-Patchwork-Submitter: Thierry Reding X-Patchwork-Id: 5054541 Return-Path: X-Original-To: patchwork-dri-devel@patchwork.kernel.org Delivered-To: patchwork-parsemail@patchwork2.web.kernel.org Received: from mail.kernel.org (mail.kernel.org [198.145.19.201]) by patchwork2.web.kernel.org (Postfix) with ESMTP id 24A96C11AB for ; Wed, 8 Oct 2014 16:45:09 +0000 (UTC) Received: from mail.kernel.org (localhost [127.0.0.1]) by mail.kernel.org (Postfix) with ESMTP id 449DA201DD for ; Wed, 8 Oct 2014 16:45:08 +0000 (UTC) Received: from gabe.freedesktop.org (gabe.freedesktop.org [131.252.210.177]) by mail.kernel.org (Postfix) with ESMTP id 1D53320121 for ; Wed, 8 Oct 2014 16:45:07 +0000 (UTC) Received: from gabe.freedesktop.org (localhost [127.0.0.1]) by gabe.freedesktop.org (Postfix) with ESMTP id 5DB586E236; Wed, 8 Oct 2014 09:45:06 -0700 (PDT) X-Original-To: dri-devel@lists.freedesktop.org Delivered-To: dri-devel@lists.freedesktop.org Received: from mail-pd0-f177.google.com (mail-pd0-f177.google.com [209.85.192.177]) by gabe.freedesktop.org (Postfix) with ESMTP id 6B5C76E236 for ; Wed, 8 Oct 2014 09:45:05 -0700 (PDT) Received: by mail-pd0-f177.google.com with SMTP id v10so7037301pde.8 for ; Wed, 08 Oct 2014 09:45:05 -0700 (PDT) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=20120113; h=from:to:cc:subject:date:message-id; bh=JnE3PNYz2EyT0MFavUYgwqWSHTkZF2dNjHJhrll9wD8=; b=j+pXK+WxqmX40VH6pROTyRyvSbcNh0ardmruYR0e1TKF6Ne+tML6D/gqLgP6PzNd3c m9NI9X0fTGRe0W+uxHDUMKpaI+eyE1HIYPCXRJ7Ljjn4SKHsfhgEEtrsX6dnM78TeN2H dNEIPShGDVfVHPa4rbv+8X7Vz47hHPnUTAMpdVSKKY8IpMVTZxwtT/dyfHOkDcOfLlAo kYNABcqESJGZECTZJVH7CLCXxj91iW7vIrG9y10SuFfBLiG5dpYVzekkCxaC/FYO9JXq oy+pdJtXbl7hV7dO2G1ORDIom7xaecDe4BTqZB//b382nWEvQFVAM++VScP/2HH/9C7N Z49w== X-Received: by 10.66.118.136 with SMTP id km8mr12209702pab.54.1412786705131; Wed, 08 Oct 2014 09:45:05 -0700 (PDT) Received: from localhost ([216.228.120.20]) by mx.google.com with ESMTPSA id z15sm517284pdi.6.2014.10.08.09.45.03 for (version=TLSv1.2 cipher=ECDHE-RSA-AES128-GCM-SHA256 bits=128/128); Wed, 08 Oct 2014 09:45:04 -0700 (PDT) From: Thierry Reding To: David Airlie Subject: [PATCH] video/hdmi: Relicense header under MIT license Date: Wed, 8 Oct 2014 18:45:01 +0200 Message-Id: <1412786701-8318-1-git-send-email-thierry.reding@gmail.com> X-Mailer: git-send-email 2.1.0 Cc: Alex Deucher , Daniel Vetter , Alban Bedel , dri-devel@lists.freedesktop.org X-BeenThere: dri-devel@lists.freedesktop.org X-Mailman-Version: 2.1.15 Precedence: list List-Id: Direct Rendering Infrastructure - Development List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , MIME-Version: 1.0 Errors-To: dri-devel-bounces@lists.freedesktop.org Sender: "dri-devel" X-Spam-Status: No, score=-4.1 required=5.0 tests=BAYES_00, DKIM_ADSP_CUSTOM_MED, DKIM_SIGNED, FREEMAIL_FROM, RCVD_IN_DNSWL_MED, T_DKIM_INVALID, T_RP_MATCHES_RCVD, UNPARSEABLE_RELAY autolearn=unavailable version=3.3.1 X-Spam-Checker-Version: SpamAssassin 3.3.1 (2010-03-16) on mail.kernel.org X-Virus-Scanned: ClamAV using ClamSMTP From: Thierry Reding OpenBSD wants to reuse this file but needs the license to be more permissive. Acked-by: Alban Bedel Acked-by: Daniel Vetter Signed-off-by: Thierry Reding Acked-by: Alex Deucher Acked-by: Christian König --- include/linux/hdmi.h | 21 ++++++++++++++++++--- 1 file changed, 18 insertions(+), 3 deletions(-) diff --git a/include/linux/hdmi.h b/include/linux/hdmi.h index 11c0182a153b..cbb5790a35cd 100644 --- a/include/linux/hdmi.h +++ b/include/linux/hdmi.h @@ -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. */ #ifndef __LINUX_HDMI_H_