lists.openwall.net   lists  /  announce  owl-users  owl-dev  john-users  john-dev  passwdqc-users  yescrypt  popa3d-users  /  oss-security  kernel-hardening  musl  sabotage  tlsify  passwords  /  crypt-dev  xvendor  /  Bugtraq  Full-Disclosure  linux-kernel  linux-netdev  linux-ext4  linux-hardening  linux-cve-announce  PHC 
Open Source and information security mailing list archives
 
Hash Suite: Windows password security audit tool. GUI, reports in PDF.
[<prev] [next>] [thread-next>] [day] [month] [year] [list]
Date:   Wed, 25 Apr 2018 22:30:20 +0200
From:   Thomas Gleixner <tglx@...utronix.de>
To:     LKML <linux-kernel@...r.kernel.org>
Cc:     Philippe Ombredanne <pombredanne@...b.com>,
        Kate Stewart <kstewart@...uxfoundation.org>,
        Greg Kroah-Hartman <gregkh@...uxfoundation.org>,
        Jonathan Corbet <corbet@....net>,
        Hans Verkuil <hans.verkuil@...co.com>,
        Mauro Carvalho Chehab <mchehab@...pensource.com>,
        Christoph Hellwig <hch@....de>
Subject: [patch V2 0/7] LICENSES: Add missing License Text and provide a
 checker script

There are a few bogus SPDX identifiers in various files and SPDX
Identifiers used in tree or about to be used which have no corresponding
License Text file in the LICENSES directory or use the new variant of the
GPL-2.0[+] license identifiers which are not mentioned in the GPL-2.0
Valid-License-Identifiers: tags.

There is no tool which can be used to scan the tree and also nothing which
helps people who submit patches to check their stuff before submission.

The following series cleans that up:

 - Add GPL-2.0-only and GPL-2.0-or-later identifiers to the GPL2.0 license
   and the Linux-syscall-note exception

 - Add X11, Apache-2.0, CC-BY-SA-4.0, CCDL-1.0, Linux-OpenIB license texts
   to the LICENSES directory along with the required documentation texts

 - Add a checker script which can read a single file or even a patch from
   the command line or does a full git tree scan

Changes vs. V1:

  - Fix whitespace and UTF-8 damage in various licenses
  
  - Add the GPL-2.0-only/or-later ids to the valid licenses for the
    Linux-syscall-note exception to make the checker work

  - Add a checker script

  - Dropped the patches for the bogus identifiers as they have been picked
    up by the maintainers

8<-------------
 LICENSES/exceptions/Linux-syscall-note |    2 
 LICENSES/preferred/GPL-2.0             |    6 
 b/LICENSES/other/Apache-2.0            |  183 +++++++++++++++
 b/LICENSES/other/CC-BY-SA-4.0          |  397 +++++++++++++++++++++++++++++++++
 b/LICENSES/other/CDDL-1.0              |  364 ++++++++++++++++++++++++++++++
 b/LICENSES/other/Linux-OpenIB          |   26 ++
 b/LICENSES/other/X11                   |   37 +++
 b/scripts/spdxcheck.py                 |  260 +++++++++++++++++++++
 8 files changed, 1274 insertions(+), 1 deletion(-)



Powered by blists - more mailing lists

Powered by Openwall GNU/*/Linux Powered by OpenVZ