Received: by 10.213.65.68 with SMTP id h4csp531190imn; Thu, 22 Mar 2018 02:55:49 -0700 (PDT) X-Google-Smtp-Source: AG47ELv2fXnd/xWGb5ohuB5t64q5pysi01neBx8rUa/AukxkdPguKK5tOdj6be1bEOoMHyXSV6SX X-Received: by 10.99.113.93 with SMTP id b29mr17497786pgn.243.1521712549858; Thu, 22 Mar 2018 02:55:49 -0700 (PDT) ARC-Seal: i=1; a=rsa-sha256; t=1521712549; cv=none; d=google.com; s=arc-20160816; b=qZwJaHp8NB9nfjDvNJpGDRvKuBh+5/rxNcTFT9Wg20L684pGCdghFoyb5TpREPc/7C NLol1t4iJSWHnhqipu//f25wMkPEXOqBRCgI3Z42AH/JmjtEyjCI2EU3p0UCM0okQ0fZ UhIc1886mDWO0rl6a38YthV6eeNMOR0PiBQeKIKRCMu3Qavx+V8HNLeDwPbD+/4n2iwF OZFj8NfZ0cAC+hmFI3doEYVQhFL8+InMCZQLCpMMMibrKIGfZsS6wUJvcmxt8agHTG8x KyKKhX/U3l320EjXw91SYjAxSio378nJynbE/f+t6+R6sOI0d9kedgfjxH2p9iLnL3YC 3ReQ== ARC-Message-Signature: i=1; a=rsa-sha256; c=relaxed/relaxed; d=google.com; s=arc-20160816; h=list-id:precedence:sender:message-id:date:subject:cc:to:from :arc-authentication-results; bh=e7WeGvlKY2hiNQHk0Icm3lCtd+F1B5H6LmxCxWQZUcI=; b=ACJnk3vSj8BHW3TjSA3gGrCkrf/X/Ao8U069UGkA8ojK/lqB+PzQ5GBi0eFPXV11zz uGgi+d6dFP8fbWSpifKfm7tMXhPehQugkudryyeYly0oMmc/gxUwddmSpcH15nS+26qS Lv4UXSV0PqoJBNBNd57zHTBQu6+7Jqvr3z/TsetfcvHVBhmERFe3RQyDDE/AHy9ZFOcC jFCiSoH5TOnP7MMvGp2fcMwtPmXqrwpSXWHOOeVefkq1tcWpgHjGIT0pzHyBVbfxylh4 r9SHhWR1hNwyfck4CaHEi2n5Bia/1jHOJ8NplgHX6PXNv0TsIESBKCZYuOTOHlsoyR5f 9nsQ== ARC-Authentication-Results: i=1; mx.google.com; spf=pass (google.com: best guess record for domain of linux-kernel-owner@vger.kernel.org designates 209.132.180.67 as permitted sender) smtp.mailfrom=linux-kernel-owner@vger.kernel.org Return-Path: Received: from vger.kernel.org (vger.kernel.org. [209.132.180.67]) by mx.google.com with ESMTP id az10-v6si5558541plb.145.2018.03.22.02.55.35; Thu, 22 Mar 2018 02:55:49 -0700 (PDT) Received-SPF: pass (google.com: best guess record for domain of linux-kernel-owner@vger.kernel.org designates 209.132.180.67 as permitted sender) client-ip=209.132.180.67; Authentication-Results: mx.google.com; spf=pass (google.com: best guess record for domain of linux-kernel-owner@vger.kernel.org designates 209.132.180.67 as permitted sender) smtp.mailfrom=linux-kernel-owner@vger.kernel.org Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S1753497AbeCVJyj (ORCPT + 99 others); Thu, 22 Mar 2018 05:54:39 -0400 Received: from osg.samsung.com ([64.30.133.232]:43350 "EHLO osg.samsung.com" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1752145AbeCVJyZ (ORCPT ); Thu, 22 Mar 2018 05:54:25 -0400 Received: from localhost (localhost [127.0.0.1]) by osg.samsung.com (Postfix) with ESMTP id F054E256D0; Thu, 22 Mar 2018 02:54:24 -0700 (PDT) X-Virus-Scanned: Debian amavisd-new at dev.s-opensource.com Received: from osg.samsung.com ([127.0.0.1]) by localhost (localhost [127.0.0.1]) (amavisd-new, port 10024) with ESMTP id fxwLQNvlRoVK; Thu, 22 Mar 2018 02:54:22 -0700 (PDT) Received: from smtp.s-opensource.com (unknown [179.183.96.62]) by osg.samsung.com (Postfix) with ESMTPSA id 702E4256A0; Thu, 22 Mar 2018 02:54:22 -0700 (PDT) Received: from mchehab by smtp.s-opensource.com with local (Exim 4.90_1) (envelope-from ) id 1eywvL-0006GE-Jw; Thu, 22 Mar 2018 06:54:19 -0300 From: Mauro Carvalho Chehab To: Jonathan Corbet Cc: Mauro Carvalho Chehab , LKML , Linux-doc , Mauro Carvalho Chehab , Greg Kroah-Hartman , Thomas Gleixner , Jonas Oberg , Linus Torvalds , Philippe Ombredanne , Kate Stewart Subject: [PATCH 0/2] COPYING: create a new file with points to the Kernel license files Date: Thu, 22 Mar 2018 06:54:12 -0300 Message-Id: <20180322095414.24019-1-mchehab@s-opensource.com> X-Mailer: git-send-email 2.14.3 Sender: linux-kernel-owner@vger.kernel.org Precedence: bulk List-ID: X-Mailing-List: linux-kernel@vger.kernel.org The contents of COPYING file is now duplicated at two other files under LICENSE: LICENSES/preferred/GPL-2.0 LICENSES/exceptions/Linux-syscall-note Also, a new file was added, with describes how SPDX should work at the Kernel source files: Documentation/process/license-rules.rst Instead fo having it copying the contents of two files, and not even mentioning the third one, replace it by a file whose content points to the other tree files, preserving the Kernel's license. Adjust license-rules.rst accordingly. No license changes. NOTE ==== In order to make the diff easier to read, I broke it into two patches. Feel free to merge both when merging if you want. Mauro Carvalho Chehab (2): COPYING: create a new file with points to the Kernel license files COPYING: use the new text with points to the license files COPYING | 358 +------------------------------- Documentation/process/license-rules.rst | 20 +- 2 files changed, 21 insertions(+), 357 deletions(-) -- 2.14.3