From: Bagas Sanjaya <bagasdotme@gmail.com>
To: Linux DRI Development <dri-devel@lists.freedesktop.org>,
Linux Kernel Mailing List <linux-kernel@vger.kernel.org>,
Linux Networking <netdev@vger.kernel.org>,
Linux Staging Drivers <linux-staging@lists.linux.dev>
Cc: David Airlie <airlied@redhat.com>,
Karsten Keil <isdn@linux-pingi.de>,
Greg Kroah-Hartman <gregkh@linuxfoundation.org>,
Deepak R Varma <drv@mailo.com>,
Bagas Sanjaya <bagasdotme@gmail.com>,
Simon Horman <simon.horman@corigine.com>,
Jacob Keller <jacob.e.keller@intel.com>,
Davidlohr Bueso <dave@stgolabs.net>,
Anna-Maria Behnsen <anna-maria@linutronix.de>,
Thomas Gleixner <tglx@linutronix.de>,
Gaosheng Cui <cuigaosheng1@huawei.com>,
Archana <craechal@gmail.com>, Dan Carpenter <error27@gmail.com>
Subject: [PATCH v3 0/4] Treewide GPL SPDX conversion and cleanup (in response to Didi's GPL full name fixes) - miscellaneous
Date: Wed, 17 May 2023 16:04:14 +0700 [thread overview]
Message-ID: <20230517090418.1093091-1-bagasdotme@gmail.com> (raw)
This is a v3 reroll of my SPDX conversion series (v2 is in [1]), targeting
spdx tree. Several subsystem-specific patches are split and sent as separate
series instead:
1) Networking (bonding, 8390, i825xx) - already merged [2]
2) PCMCIA [3]
3) Watchdog drivers [4]
4) UDF file system [5]
The rest is in this series.
See [1] for the original cover letter.
[1]: https://lore.kernel.org/linux-spdx/20230512100620.36807-1-bagasdotme@gmail.com/
[2]: https://lore.kernel.org/all/20230515060714.621952-1-bagasdotme@gmail.com/
[3]: https://lore.kernel.org/all/20230517061338.1081810-1-bagasdotme@gmail.com/
[4]: https://lore.kernel.org/all/20230517072140.1086660-1-bagasdotme@gmail.com/
[5]: https://lore.kernel.org/all/20230517083344.1090863-1-bagasdotme@gmail.com/
Bagas Sanjaya (4):
agp/amd64: Remove GPL distribution notice
mISDN: Replace GPL notice boilerplate with SPDX identifier
drivers: staging: wlan-ng: Remove GPL/MPL boilerplate
include: synclink: Replace GPL license notice with SPDX identifier
drivers/char/agp/amd64-agp.c | 1 -
drivers/isdn/mISDN/dsp_audio.c | 4 +---
drivers/isdn/mISDN/dsp_blowfish.c | 4 +---
drivers/isdn/mISDN/dsp_cmx.c | 4 +---
drivers/isdn/mISDN/dsp_core.c | 3 +--
drivers/isdn/mISDN/dsp_dtmf.c | 4 +---
drivers/isdn/mISDN/dsp_tones.c | 4 +---
drivers/staging/wlan-ng/hfa384x.h | 21 ---------------------
drivers/staging/wlan-ng/hfa384x_usb.c | 21 ---------------------
drivers/staging/wlan-ng/p80211conv.c | 21 ---------------------
drivers/staging/wlan-ng/p80211conv.h | 21 ---------------------
drivers/staging/wlan-ng/p80211hdr.h | 21 ---------------------
drivers/staging/wlan-ng/p80211ioctl.h | 21 ---------------------
drivers/staging/wlan-ng/p80211metadef.h | 21 ---------------------
drivers/staging/wlan-ng/p80211metastruct.h | 21 ---------------------
drivers/staging/wlan-ng/p80211mgmt.h | 21 ---------------------
drivers/staging/wlan-ng/p80211msg.h | 21 ---------------------
drivers/staging/wlan-ng/p80211netdev.c | 21 ---------------------
drivers/staging/wlan-ng/p80211netdev.h | 21 ---------------------
drivers/staging/wlan-ng/p80211req.c | 21 ---------------------
drivers/staging/wlan-ng/p80211req.h | 21 ---------------------
drivers/staging/wlan-ng/p80211types.h | 21 ---------------------
drivers/staging/wlan-ng/p80211wep.c | 21 ---------------------
drivers/staging/wlan-ng/prism2fw.c | 21 ---------------------
drivers/staging/wlan-ng/prism2mgmt.c | 21 ---------------------
drivers/staging/wlan-ng/prism2mgmt.h | 21 ---------------------
drivers/staging/wlan-ng/prism2mib.c | 21 ---------------------
drivers/staging/wlan-ng/prism2sta.c | 21 ---------------------
include/linux/synclink.h | 3 +--
29 files changed, 7 insertions(+), 461 deletions(-)
base-commit: f1fcbaa18b28dec10281551dfe6ed3a3ed80e3d6
--
An old man doll... just what I always wanted! - Clara
next reply other threads:[~2023-05-17 9:04 UTC|newest]
Thread overview: 5+ messages / expand[flat|nested] mbox.gz Atom feed top
2023-05-17 9:04 Bagas Sanjaya [this message]
2023-05-17 9:04 ` [PATCH v3 1/4] agp/amd64: Remove GPL distribution notice Bagas Sanjaya
2023-05-17 9:04 ` [PATCH v3 2/4] mISDN: Replace GPL notice boilerplate with SPDX identifier Bagas Sanjaya
2023-05-17 9:04 ` [PATCH v3 3/4] drivers: staging: wlan-ng: Remove GPL/MPL boilerplate Bagas Sanjaya
2023-05-17 9:04 ` [PATCH v3 4/4] include: synclink: Replace GPL license notice with SPDX identifier Bagas Sanjaya
Reply instructions:
You may reply publicly to this message via plain-text email
using any one of the following methods:
* Save the following mbox file, import it into your mail client,
and reply-to-all from there: mbox
Avoid top-posting and favor interleaved quoting:
https://en.wikipedia.org/wiki/Posting_style#Interleaved_style
* Reply using the --to, --cc, and --in-reply-to
switches of git-send-email(1):
git send-email \
--in-reply-to=20230517090418.1093091-1-bagasdotme@gmail.com \
--to=bagasdotme@gmail.com \
--cc=airlied@redhat.com \
--cc=anna-maria@linutronix.de \
--cc=craechal@gmail.com \
--cc=cuigaosheng1@huawei.com \
--cc=dave@stgolabs.net \
--cc=dri-devel@lists.freedesktop.org \
--cc=drv@mailo.com \
--cc=error27@gmail.com \
--cc=gregkh@linuxfoundation.org \
--cc=isdn@linux-pingi.de \
--cc=jacob.e.keller@intel.com \
--cc=linux-kernel@vger.kernel.org \
--cc=linux-staging@lists.linux.dev \
--cc=netdev@vger.kernel.org \
--cc=simon.horman@corigine.com \
--cc=tglx@linutronix.de \
/path/to/YOUR_REPLY
https://kernel.org/pub/software/scm/git/docs/git-send-email.html
* If your mail client supports setting the In-Reply-To header
via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line
before the message body.
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox
all inboxes | Powered by JetHome®