public inbox for linux-kernel@vger.kernel.org
 help / color / mirror / Atom feed
* Which SPDX Identifier for files without explicit GPL version
@ 2018-10-28 10:04 Michael Straube
  2018-10-28 11:27 ` Greg Kroah-Hartman
  0 siblings, 1 reply; 5+ messages in thread
From: Michael Straube @ 2018-10-28 10:04 UTC (permalink / raw)
  To: Greg Kroah-Hartman, devel, Linux Kernel Mailing List

Hi,

which GPL version should be used in SPDX Identifiers for files that
are GPL licensed but do not mention any version? It is not clear to
me after reading license-rules.rst.

For example:

/******************************************************************************
  * Copyright(c) 2008 - 2010 Realtek Corporation. All rights reserved.
  *
  * This program is distributed in the hope that it will be useful, but WITHOUT
  * ANY WARRANTY; without even the implied warranty of MERCHANTABILITY or
  * FITNESS FOR A PARTICULAR PURPOSE.  See the GNU General Public License for
  * more details.
  *
  * The full GNU General Public License is included in this distribution in the
  * file called LICENSE.
  *
  * Contact Information:
  * wlanfae <wlanfae@realtek.com>
  *****************************************************************************/

or:

/* IEEE 802.11 SoftMAC layer
  * Copyright (c) 2005 Andrea Merello <andrea.merello@gmail.com>
  *
  * Mostly extracted from the rtl8180-sa2400 driver for the
  * in-kernel generic ieee802.11 stack.
  *
  * Some pieces of code might be stolen from ipw2100 driver
  * copyright of who own it's copyright ;-)
  *
  * PS wx handler mostly stolen from hostap, copyright who
  * own it's copyright ;-)
  *
  * released under the GPL
  */


Should it be GPL-2.0 ?

Regards,
Michael

^ permalink raw reply	[flat|nested] 5+ messages in thread

end of thread, other threads:[~2018-10-28 19:59 UTC | newest]

Thread overview: 5+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2018-10-28 10:04 Which SPDX Identifier for files without explicit GPL version Michael Straube
2018-10-28 11:27 ` Greg Kroah-Hartman
2018-10-28 13:22   ` Michael Straube
2018-10-28 14:13     ` Greg Kroah-Hartman
2018-10-28 19:58       ` Michael Straube

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox