There are 438 document files that were licensed under the free versions of GNU Free Document License. The free versions are the one that doesn't contain invariant parts. The first patch adds the license files. As newer documents aren't supposed to use them without being dual-licensed with GPLv2, add them under LICENSE/deprecated. The second patch replaces a boilerplate text from ring-buffer-design.rst by the corresponding SPDX header. The other documents are all under Documentation/uapi/media. A separate patchset, to be merged via the linux-media tree will cover those. --- v3: - Added Valid-License-Identifier, SPDX_URL, Usage-Guide and License-Text meta-tags. Mauro Carvalho Chehab (2): LICENSE: add GFDL deprecated licenses docs: trace: ring-buffer-design.rst: use the new SPDX tag Documentation/trace/ring-buffer-design.rst | 26 +- LICENSES/deprecated/GFDL-1.1 | 377 +++++++++++++++++++ LICENSES/deprecated/GFDL-1.2 | 417 +++++++++++++++++++++ 3 files changed, 795 insertions(+), 25 deletions(-) create mode 100644 LICENSES/deprecated/GFDL-1.1 create mode 100644 LICENSES/deprecated/GFDL-1.2 -- 2.26.2