Re: [PATCH v2 0/8] Docs: Add missing SPDX license identifiers of

2023-01-24 Thread SeongJae Park
On Tue, 24 Jan 2023 15:31:04 -0700 Jonathan Corbet wrote: > SeongJae Park writes: > > > Some subsystem documents are missing SPDX license identifiers on index > > files. This patchset adds those. > > > > Changes from v1 > > (https://lore.kernel.org/lkml/20230114194741.115855-2...@kernel.org/)

Re: [PATCH v2 0/8] Docs: Add missing SPDX license identifiers of

2023-01-24 Thread Jonathan Corbet
SeongJae Park writes: > Some subsystem documents are missing SPDX license identifiers on index > files. This patchset adds those. > > Changes from v1 > (https://lore.kernel.org/lkml/20230114194741.115855-2...@kernel.org/) > - Separate from index file content changes > - Separate patch for each s

Re: [PATCH v2 0/8] Docs: Add missing SPDX license identifiers of

2023-01-23 Thread Jonathan Corbet
SeongJae Park writes: > Some subsystem documents are missing SPDX license identifiers on index > files. This patchset adds those. Documentation/ is far behind on the SPDX front, and I'm all in favor of fixing that. I do worry, though, about sticking license declarations onto files that did not

[PATCH v2 0/8] Docs: Add missing SPDX license identifiers of

2023-01-22 Thread SeongJae Park
Some subsystem documents are missing SPDX license identifiers on index files. This patchset adds those. Changes from v1 (https://lore.kernel.org/lkml/20230114194741.115855-2...@kernel.org/) - Separate from index file content changes - Separate patch for each subsystem doc (Alex Deucher) - Use MIT