From 6bf4b3e1d8ae0173f3f97a26990a6a6341c11049 Mon Sep 17 00:00:00 2001 From: Marcus Folkesson Date: Tue, 30 Jan 2018 20:26:26 +0100 Subject: [PATCH] Add SPDX-License-Identifier to source files MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit SPDX License List is a list of (common) open source licenses that can be referred to by a “short identifier”. It has several advantages compared to the common "license header texts" usually found in source files. Some of the advantages: * It is precise; there is no ambiguity due to variations in license header text * It is language neutral * It is easy to machine process * It is concise * It is simple and can be used without much cost in interpreted environments like java Script, etc. * An SPDX license identifier is immutable. * It provides simple guidance for developers who want to make sure the license for their code is respected See http://spdx.org for further reading. Signed-off-by: Marcus Folkesson Closes: #1439 Approved by: cgwalters --- Makefile-bash.am | 2 ++ Makefile-boot.am | 2 ++ Makefile-decls.am | 2 ++ Makefile-libostree-defines.am | 2 ++ Makefile-libostree.am | 2 ++ Makefile-man.am | 2 ++ Makefile-ostree.am | 2 ++ Makefile-otutil.am | 2 ++ Makefile-switchroot.am | 2 ++ Makefile-tests.am | 2 ++ Makefile.am | 2 ++ apidoc/Makefile.am | 2 ++ buildutil/tap-driver.sh | 2 ++ man/ostree-admin-cleanup.xml | 2 ++ man/ostree-admin-config-diff.xml | 2 ++ man/ostree-admin-deploy.xml | 2 ++ man/ostree-admin-init-fs.xml | 2 ++ man/ostree-admin-instutil.xml | 2 ++ man/ostree-admin-os-init.xml | 2 ++ man/ostree-admin-set-origin.xml | 2 ++ man/ostree-admin-status.xml | 2 ++ man/ostree-admin-switch.xml | 2 ++ man/ostree-admin-undeploy.xml | 2 ++ man/ostree-admin-unlock.xml | 2 ++ man/ostree-admin-upgrade.xml | 2 ++ man/ostree-admin.xml | 2 ++ man/ostree-cat.xml | 2 ++ man/ostree-checkout.xml | 2 ++ man/ostree-checksum.xml | 2 ++ man/ostree-commit.xml | 2 ++ man/ostree-config.xml | 2 ++ man/ostree-diff.xml | 2 ++ man/ostree-export.xml | 2 ++ man/ostree-find-remotes.xml | 2 ++ man/ostree-fsck.xml | 2 ++ man/ostree-gpg-sign.xml | 2 ++ man/ostree-init.xml | 2 ++ man/ostree-log.xml | 2 ++ man/ostree-ls.xml | 2 ++ man/ostree-prune.xml | 2 ++ man/ostree-pull-local.xml | 2 ++ man/ostree-pull.xml | 2 ++ man/ostree-refs.xml | 2 ++ man/ostree-remote.xml | 2 ++ man/ostree-reset.xml | 2 ++ man/ostree-rev-parse.xml | 2 ++ man/ostree-show.xml | 2 ++ man/ostree-static-delta.xml | 2 ++ man/ostree-summary.xml | 2 ++ man/ostree-trivial-httpd.xml | 2 ++ man/ostree.repo-config.xml | 2 ++ man/ostree.repo.xml | 2 ++ man/ostree.xml | 2 ++ man/rofiles-fuse.xml | 2 ++ manual-tests/upgrade-loop.js | 2 ++ src/boot/dracut/module-setup.sh | 2 ++ src/libostree/ostree-async-progress.c | 2 ++ src/libostree/ostree-async-progress.h | 2 ++ src/libostree/ostree-autocleanups.h | 2 ++ src/libostree/ostree-bloom-private.h | 2 ++ src/libostree/ostree-bloom.c | 2 ++ src/libostree/ostree-chain-input-stream.c | 2 ++ src/libostree/ostree-chain-input-stream.h | 2 ++ src/libostree/ostree-checksum-input-stream.c | 2 ++ src/libostree/ostree-checksum-input-stream.h | 2 ++ src/libostree/ostree-cmdprivate.c | 2 ++ src/libostree/ostree-cmdprivate.h | 2 ++ src/libostree/ostree-core-private.h | 2 ++ src/libostree/ostree-core.c | 2 ++ src/libostree/ostree-core.h | 2 ++ src/libostree/ostree-diff.c | 2 ++ src/libostree/ostree-diff.h | 2 ++ src/libostree/ostree-dummy-enumtypes.c | 2 ++ src/libostree/ostree-dummy-enumtypes.h | 2 ++ src/libostree/ostree-fetcher-curl.c | 2 ++ src/libostree/ostree-fetcher-soup.c | 2 ++ src/libostree/ostree-fetcher-uri.c | 2 ++ src/libostree/ostree-fetcher-util.c | 2 ++ src/libostree/ostree-fetcher-util.h | 2 ++ src/libostree/ostree-fetcher.h | 2 ++ src/libostree/ostree-gpg-verifier.c | 2 ++ src/libostree/ostree-gpg-verifier.h | 2 ++ src/libostree/ostree-gpg-verify-result-private.h | 2 ++ src/libostree/ostree-gpg-verify-result.c | 2 ++ src/libostree/ostree-gpg-verify-result.h | 2 ++ src/libostree/ostree-impl-system-generator.c | 2 ++ src/libostree/ostree-libarchive-input-stream.c | 2 ++ src/libostree/ostree-libarchive-input-stream.h | 2 ++ src/libostree/ostree-libarchive-private.h | 2 ++ src/libostree/ostree-linuxfsutil.c | 2 ++ src/libostree/ostree-linuxfsutil.h | 2 ++ src/libostree/ostree-lzma-common.c | 2 ++ src/libostree/ostree-lzma-common.h | 2 ++ src/libostree/ostree-lzma-compressor.c | 2 ++ src/libostree/ostree-lzma-compressor.h | 2 ++ src/libostree/ostree-lzma-decompressor.c | 2 ++ src/libostree/ostree-lzma-decompressor.h | 2 ++ src/libostree/ostree-metalink.c | 2 ++ src/libostree/ostree-metalink.h | 2 ++ src/libostree/ostree-mutable-tree.c | 2 ++ src/libostree/ostree-mutable-tree.h | 2 ++ src/libostree/ostree-ref.c | 2 ++ src/libostree/ostree-ref.h | 2 ++ src/libostree/ostree-remote-private.h | 2 ++ src/libostree/ostree-remote.c | 2 ++ src/libostree/ostree-remote.h | 2 ++ src/libostree/ostree-repo-checkout.c | 2 ++ src/libostree/ostree-repo-commit.c | 2 ++ src/libostree/ostree-repo-deprecated.h | 2 ++ src/libostree/ostree-repo-file-enumerator.c | 2 ++ src/libostree/ostree-repo-file-enumerator.h | 2 ++ src/libostree/ostree-repo-file.c | 2 ++ src/libostree/ostree-repo-file.h | 2 ++ src/libostree/ostree-repo-finder-avahi-parser.c | 2 ++ src/libostree/ostree-repo-finder-avahi-private.h | 2 ++ src/libostree/ostree-repo-finder-avahi.c | 2 ++ src/libostree/ostree-repo-finder-avahi.h | 2 ++ src/libostree/ostree-repo-finder-config.c | 2 ++ src/libostree/ostree-repo-finder-config.h | 2 ++ src/libostree/ostree-repo-finder-mount.c | 2 ++ src/libostree/ostree-repo-finder-mount.h | 2 ++ src/libostree/ostree-repo-finder-override.c | 2 ++ src/libostree/ostree-repo-finder-override.h | 2 ++ src/libostree/ostree-repo-finder.c | 2 ++ src/libostree/ostree-repo-finder.h | 2 ++ src/libostree/ostree-repo-libarchive.c | 2 ++ src/libostree/ostree-repo-private.h | 2 ++ src/libostree/ostree-repo-prune.c | 2 ++ src/libostree/ostree-repo-pull-private.h | 2 ++ src/libostree/ostree-repo-pull.c | 2 ++ src/libostree/ostree-repo-refs.c | 2 ++ src/libostree/ostree-repo-static-delta-compilation-analysis.c | 2 ++ src/libostree/ostree-repo-static-delta-compilation.c | 2 ++ src/libostree/ostree-repo-static-delta-core.c | 2 ++ src/libostree/ostree-repo-static-delta-private.h | 2 ++ src/libostree/ostree-repo-static-delta-processing.c | 2 ++ src/libostree/ostree-repo-traverse.c | 2 ++ src/libostree/ostree-repo.c | 2 ++ src/libostree/ostree-repo.h | 2 ++ src/libostree/ostree-rollsum.c | 2 ++ src/libostree/ostree-rollsum.h | 2 ++ src/libostree/ostree-sepolicy-private.h | 2 ++ src/libostree/ostree-sepolicy.c | 2 ++ src/libostree/ostree-sepolicy.h | 2 ++ src/libostree/ostree-sysroot-cleanup.c | 2 ++ src/libostree/ostree-sysroot-deploy.c | 2 ++ src/libostree/ostree-sysroot-private.h | 2 ++ src/libostree/ostree-sysroot-upgrader.c | 2 ++ src/libostree/ostree-sysroot-upgrader.h | 2 ++ src/libostree/ostree-sysroot.c | 2 ++ src/libostree/ostree-sysroot.h | 2 ++ src/libostree/ostree-tls-cert-interaction.c | 2 ++ src/libostree/ostree-tls-cert-interaction.h | 2 ++ src/libostree/ostree-types.h | 2 ++ src/libostree/ostree-varint.c | 2 ++ src/libostree/ostree-varint.h | 2 ++ src/libostree/ostree.h | 2 ++ src/libotutil/ot-checksum-instream.c | 2 ++ src/libotutil/ot-checksum-instream.h | 2 ++ src/libotutil/ot-checksum-utils.c | 2 ++ src/libotutil/ot-checksum-utils.h | 2 ++ src/libotutil/ot-fs-utils.c | 2 ++ src/libotutil/ot-fs-utils.h | 2 ++ src/libotutil/ot-gio-utils.c | 2 ++ src/libotutil/ot-gio-utils.h | 2 ++ src/libotutil/ot-gpg-utils.c | 2 ++ src/libotutil/ot-gpg-utils.h | 2 ++ src/libotutil/ot-keyfile-utils.c | 2 ++ src/libotutil/ot-keyfile-utils.h | 2 ++ src/libotutil/ot-opt-utils.c | 2 ++ src/libotutil/ot-opt-utils.h | 2 ++ src/libotutil/ot-tool-util.c | 2 ++ src/libotutil/ot-tool-util.h | 2 ++ src/libotutil/ot-unix-utils.c | 2 ++ src/libotutil/ot-unix-utils.h | 2 ++ src/libotutil/ot-variant-builder.c | 4 ++++ src/libotutil/ot-variant-builder.h | 2 ++ src/libotutil/ot-variant-utils.c | 2 ++ src/libotutil/ot-variant-utils.h | 2 ++ src/libotutil/otutil.h | 2 ++ src/ostree/main.c | 2 ++ src/ostree/ostree-trivial-httpd.c | 2 ++ src/ostree/ot-admin-builtin-cleanup.c | 2 ++ src/ostree/ot-admin-builtin-deploy.c | 2 ++ src/ostree/ot-admin-builtin-diff.c | 2 ++ src/ostree/ot-admin-builtin-init-fs.c | 2 ++ src/ostree/ot-admin-builtin-instutil.c | 2 ++ src/ostree/ot-admin-builtin-os-init.c | 2 ++ src/ostree/ot-admin-builtin-set-origin.c | 2 ++ src/ostree/ot-admin-builtin-status.c | 2 ++ src/ostree/ot-admin-builtin-switch.c | 2 ++ src/ostree/ot-admin-builtin-undeploy.c | 2 ++ src/ostree/ot-admin-builtin-unlock.c | 2 ++ src/ostree/ot-admin-builtin-upgrade.c | 2 ++ src/ostree/ot-admin-builtins.h | 2 ++ src/ostree/ot-admin-functions.c | 2 ++ src/ostree/ot-admin-functions.h | 2 ++ src/ostree/ot-admin-instutil-builtins.h | 2 ++ src/ostree/ot-builtin-admin.c | 2 ++ src/ostree/ot-builtin-cat.c | 2 ++ src/ostree/ot-builtin-checkout.c | 2 ++ src/ostree/ot-builtin-checksum.c | 2 ++ src/ostree/ot-builtin-commit.c | 2 ++ src/ostree/ot-builtin-config.c | 2 ++ src/ostree/ot-builtin-create-usb.c | 2 ++ src/ostree/ot-builtin-diff.c | 2 ++ src/ostree/ot-builtin-export.c | 2 ++ src/ostree/ot-builtin-find-remotes.c | 2 ++ src/ostree/ot-builtin-fsck.c | 2 ++ src/ostree/ot-builtin-gpg-sign.c | 2 ++ src/ostree/ot-builtin-init.c | 2 ++ src/ostree/ot-builtin-log.c | 2 ++ src/ostree/ot-builtin-ls.c | 2 ++ src/ostree/ot-builtin-prune.c | 2 ++ src/ostree/ot-builtin-pull-local.c | 2 ++ src/ostree/ot-builtin-pull.c | 2 ++ src/ostree/ot-builtin-refs.c | 2 ++ src/ostree/ot-builtin-remote.c | 2 ++ src/ostree/ot-builtin-reset.c | 2 ++ src/ostree/ot-builtin-rev-parse.c | 2 ++ src/ostree/ot-builtin-show.c | 2 ++ src/ostree/ot-builtin-static-delta.c | 2 ++ src/ostree/ot-builtin-summary.c | 2 ++ src/ostree/ot-builtin-trivial-httpd.c | 2 ++ src/ostree/ot-builtins.h | 2 ++ src/ostree/ot-dump.c | 2 ++ src/ostree/ot-dump.h | 2 ++ src/ostree/ot-editor.c | 2 ++ src/ostree/ot-editor.h | 2 ++ src/ostree/ot-main.c | 2 ++ src/ostree/ot-main.h | 2 ++ src/ostree/ot-remote-builtin-add-cookie.c | 2 ++ src/ostree/ot-remote-builtin-add.c | 2 ++ src/ostree/ot-remote-builtin-delete-cookie.c | 2 ++ src/ostree/ot-remote-builtin-delete.c | 2 ++ src/ostree/ot-remote-builtin-gpg-import.c | 2 ++ src/ostree/ot-remote-builtin-list-cookies.c | 2 ++ src/ostree/ot-remote-builtin-list.c | 2 ++ src/ostree/ot-remote-builtin-refs.c | 2 ++ src/ostree/ot-remote-builtin-show-url.c | 2 ++ src/ostree/ot-remote-builtin-summary.c | 2 ++ src/ostree/ot-remote-builtins.h | 2 ++ src/ostree/ot-remote-cookie-util.c | 2 ++ src/ostree/ot-remote-cookie-util.h | 2 ++ src/rofiles-fuse/Makefile-inc.am | 2 ++ src/rofiles-fuse/main.c | 2 ++ src/switchroot/ostree-mount-util.h | 2 ++ src/switchroot/ostree-prepare-root.c | 2 ++ src/switchroot/ostree-remount.c | 2 ++ src/switchroot/ostree-system-generator.c | 2 ++ tests/admin-test.sh | 2 ++ tests/archive-test.sh | 2 ++ tests/basic-test.sh | 2 ++ tests/corrupt-repo-ref.js | 2 ++ tests/installed/libinsttest.sh | 2 ++ tests/libostreetest.c | 2 ++ tests/libostreetest.h | 2 ++ tests/libtest-core.sh | 2 ++ tests/libtest.sh | 2 ++ tests/pull-test.sh | 2 ++ tests/pull-test2.sh | 2 ++ tests/readdir-rand.c | 2 ++ tests/repo-finder-mount.c | 2 ++ tests/test-admin-deploy-2.sh | 2 ++ tests/test-admin-deploy-bootid-gc.sh | 2 ++ tests/test-admin-deploy-clean.sh | 2 ++ tests/test-admin-deploy-etcmerge-cornercases.sh | 2 ++ tests/test-admin-deploy-grub2.sh | 2 ++ tests/test-admin-deploy-karg.sh | 2 ++ tests/test-admin-deploy-switch.sh | 2 ++ tests/test-admin-deploy-syslinux.sh | 2 ++ tests/test-admin-deploy-uboot.sh | 2 ++ tests/test-admin-instutil-set-kargs.sh | 2 ++ tests/test-admin-locking.sh | 2 ++ tests/test-admin-pull-deploy-commit.sh | 2 ++ tests/test-admin-pull-deploy-split.sh | 2 ++ tests/test-admin-upgrade-endoflife.sh | 2 ++ tests/test-admin-upgrade-not-backwards.sh | 2 ++ tests/test-admin-upgrade-unconfigured.sh | 2 ++ tests/test-archivez.sh | 2 ++ tests/test-auto-summary.sh | 2 ++ tests/test-basic-c.c | 2 ++ tests/test-basic-root.sh | 2 ++ tests/test-basic-user-only.sh | 2 ++ tests/test-basic-user.sh | 2 ++ tests/test-basic.sh | 2 ++ tests/test-bloom.c | 2 ++ tests/test-bsdiff.c | 2 ++ tests/test-checksum.c | 2 ++ tests/test-commit-sign.sh | 2 ++ tests/test-core.js | 2 ++ tests/test-corruption.sh | 2 ++ tests/test-create-usb.sh | 2 ++ tests/test-delta.sh | 2 ++ tests/test-demo-buildsystem.sh | 2 ++ tests/test-export.sh | 2 ++ tests/test-find-remotes.sh | 2 ++ tests/test-fsck-collections.sh | 2 ++ tests/test-gpg-signed-commit.sh | 2 ++ tests/test-gpg-verify-result.c | 2 ++ tests/test-help.sh | 2 ++ tests/test-init-collections.sh | 2 ++ tests/test-keyfile-utils.c | 2 ++ tests/test-libarchive-import.c | 2 ++ tests/test-libarchive.sh | 2 ++ tests/test-local-pull-depth.sh | 2 ++ tests/test-local-pull.sh | 2 ++ tests/test-lzma.c | 2 ++ tests/test-mock-gio.c | 2 ++ tests/test-mock-gio.h | 2 ++ tests/test-mutable-tree.c | 2 ++ tests/test-oldstyle-partial.sh | 2 ++ tests/test-ot-opt-utils.c | 2 ++ tests/test-ot-tool-util.c | 2 ++ tests/test-ot-unix-utils.c | 2 ++ tests/test-parent.sh | 2 ++ tests/test-prune-collections.sh | 2 ++ tests/test-prune.sh | 2 ++ tests/test-pull-bare.sh | 2 ++ tests/test-pull-bareuser.sh | 2 ++ tests/test-pull-bareuseronly.sh | 2 ++ tests/test-pull-c.c | 2 ++ tests/test-pull-collections.sh | 2 ++ tests/test-pull-commit-only.sh | 2 ++ tests/test-pull-contenturl.sh | 2 ++ tests/test-pull-corruption.sh | 2 ++ tests/test-pull-depth.sh | 2 ++ tests/test-pull-large-metadata.sh | 2 ++ tests/test-pull-localcache.sh | 2 ++ tests/test-pull-metalink.sh | 2 ++ tests/test-pull-mirror-summary.sh | 2 ++ tests/test-pull-mirrorlist.sh | 2 ++ tests/test-pull-override-url.sh | 2 ++ tests/test-pull-repeated.sh | 2 ++ tests/test-pull-resume.sh | 2 ++ tests/test-pull-subpath.sh | 2 ++ tests/test-pull-summary-sigs.sh | 2 ++ tests/test-pull-untrusted.sh | 2 ++ tests/test-pull2-bareuseronly.sh | 2 ++ tests/test-refs-collections.sh | 2 ++ tests/test-refs.sh | 2 ++ tests/test-remote-add-collections.sh | 2 ++ tests/test-remote-add.sh | 2 ++ tests/test-remote-cookies.sh | 2 ++ tests/test-remote-gpg-import.sh | 2 ++ tests/test-remote-headers.sh | 2 ++ tests/test-remotes-config-dir.js | 2 ++ tests/test-repo-finder-avahi.c | 2 ++ tests/test-repo-finder-config.c | 2 ++ tests/test-repo-finder-mount-integration.sh | 2 ++ tests/test-repo-finder-mount.c | 2 ++ tests/test-repo.c | 2 ++ tests/test-reset-nonlinear.sh | 2 ++ tests/test-rofiles-fuse.sh | 2 ++ tests/test-rollsum-cli.c | 2 ++ tests/test-rollsum.c | 2 ++ tests/test-sizes.js | 2 ++ tests/test-summary-collections.sh | 2 ++ tests/test-summary-update.sh | 2 ++ tests/test-summary-view.sh | 2 ++ tests/test-symbols.sh | 2 ++ tests/test-sysroot-c.c | 2 ++ tests/test-sysroot.js | 2 ++ tests/test-varint.c | 2 ++ tests/test-xattrs.sh | 2 ++ 365 files changed, 732 insertions(+) diff --git a/Makefile-bash.am b/Makefile-bash.am index 2cb03151..b42f6bfa 100644 --- a/Makefile-bash.am +++ b/Makefile-bash.am @@ -2,6 +2,8 @@ # # Copyright (C) 2017 Red Hat Inc. # +# SPDX-License-Identifier: LGPL-2.0+ +# # This library is free software; you can redistribute it and/or # modify it under the terms of the GNU Lesser General Public # License as published by the Free Software Foundation; either diff --git a/Makefile-boot.am b/Makefile-boot.am index 828187ec..d3d2f673 100644 --- a/Makefile-boot.am +++ b/Makefile-boot.am @@ -2,6 +2,8 @@ # # Copyright (C) 2013 Colin Walters # +# SPDX-License-Identifier: LGPL-2.0+ +# # This library is free software; you can redistribute it and/or # modify it under the terms of the GNU Lesser General Public # License as published by the Free Software Foundation; either diff --git a/Makefile-decls.am b/Makefile-decls.am index 06018594..115c19fb 100644 --- a/Makefile-decls.am +++ b/Makefile-decls.am @@ -1,5 +1,7 @@ # Copyright (C) 2011,2014 Colin Walters # +# SPDX-License-Identifier: LGPL-2.0+ +# # This library is free software; you can redistribute it and/or # modify it under the terms of the GNU Lesser General Public # License as published by the Free Software Foundation; either diff --git a/Makefile-libostree-defines.am b/Makefile-libostree-defines.am index 3fba576b..58f77a2c 100644 --- a/Makefile-libostree-defines.am +++ b/Makefile-libostree-defines.am @@ -3,6 +3,8 @@ # # Copyright (C) 2013 Colin Walters # +# SPDX-License-Identifier: LGPL-2.0+ +# # This library is free software; you can redistribute it and/or # modify it under the terms of the GNU Lesser General Public # License as published by the Free Software Foundation; either diff --git a/Makefile-libostree.am b/Makefile-libostree.am index 19f8184e..9dc81b2f 100644 --- a/Makefile-libostree.am +++ b/Makefile-libostree.am @@ -2,6 +2,8 @@ # # Copyright (C) 2011,2014 Colin Walters # +# SPDX-License-Identifier: LGPL-2.0+ +# # This library is free software; you can redistribute it and/or # modify it under the terms of the GNU Lesser General Public # License as published by the Free Software Foundation; either diff --git a/Makefile-man.am b/Makefile-man.am index c37272a6..e2f88a16 100644 --- a/Makefile-man.am +++ b/Makefile-man.am @@ -2,6 +2,8 @@ # # Copyright (C) 2016 Colin Walters # +# SPDX-License-Identifier: LGPL-2.0+ +# # This library is free software; you can redistribute it and/or # modify it under the terms of the GNU Lesser General Public # License as published by the Free Software Foundation; either diff --git a/Makefile-ostree.am b/Makefile-ostree.am index 04faa436..c366c84f 100644 --- a/Makefile-ostree.am +++ b/Makefile-ostree.am @@ -2,6 +2,8 @@ # # Copyright (C) 2011 Colin Walters # +# SPDX-License-Identifier: LGPL-2.0+ +# # This library is free software; you can redistribute it and/or # modify it under the terms of the GNU Lesser General Public # License as published by the Free Software Foundation; either diff --git a/Makefile-otutil.am b/Makefile-otutil.am index b4ee1c4b..5bafb2d0 100644 --- a/Makefile-otutil.am +++ b/Makefile-otutil.am @@ -2,6 +2,8 @@ # # Copyright (C) 2011 Colin Walters # +# SPDX-License-Identifier: LGPL-2.0+ +# # This library is free software; you can redistribute it and/or # modify it under the terms of the GNU Lesser General Public # License as published by the Free Software Foundation; either diff --git a/Makefile-switchroot.am b/Makefile-switchroot.am index 70aa1c87..6735c85a 100644 --- a/Makefile-switchroot.am +++ b/Makefile-switchroot.am @@ -1,5 +1,7 @@ # Copyright (C) 2011 Colin Walters # +# SPDX-License-Identifier: LGPL-2.0+ +# # This library is free software; you can redistribute it and/or # modify it under the terms of the GNU Lesser General Public # License as published by the Free Software Foundation; either diff --git a/Makefile-tests.am b/Makefile-tests.am index 284dc76f..48363b9a 100644 --- a/Makefile-tests.am +++ b/Makefile-tests.am @@ -2,6 +2,8 @@ # # Copyright (C) 2013 Colin Walters # +# SPDX-License-Identifier: LGPL-2.0+ +# # This library is free software; you can redistribute it and/or # modify it under the terms of the GNU Lesser General Public # License as published by the Free Software Foundation; either diff --git a/Makefile.am b/Makefile.am index ea1863d3..85542edb 100644 --- a/Makefile.am +++ b/Makefile.am @@ -1,5 +1,7 @@ # Copyright (C) 2011 Colin Walters # +# SPDX-License-Identifier: LGPL-2.0+ +# # This library is free software; you can redistribute it and/or # modify it under the terms of the GNU Lesser General Public # License as published by the Free Software Foundation; either diff --git a/apidoc/Makefile.am b/apidoc/Makefile.am index d46eac78..d64ce451 100644 --- a/apidoc/Makefile.am +++ b/apidoc/Makefile.am @@ -1,5 +1,7 @@ # Copyright (C) 2013 Colin Walters # +# SPDX-License-Identifier: LGPL-2.0+ +# # This library is free software; you can redistribute it and/or # modify it under the terms of the GNU Lesser General Public # License as published by the Free Software Foundation; either diff --git a/buildutil/tap-driver.sh b/buildutil/tap-driver.sh index 19aa531d..6a52d170 100755 --- a/buildutil/tap-driver.sh +++ b/buildutil/tap-driver.sh @@ -1,6 +1,8 @@ #! /bin/sh # Copyright (C) 2011-2013 Free Software Foundation, Inc. # +# SPDX-License-Identifier: LGPL-2.0+ +# # This program is free software; you can redistribute it and/or modify # it under the terms of the GNU General Public License as published by # the Free Software Foundation; either version 2, or (at your option) diff --git a/man/ostree-admin-cleanup.xml b/man/ostree-admin-cleanup.xml index e91e1c46..b7dfb653 100644 --- a/man/ostree-admin-cleanup.xml +++ b/man/ostree-admin-cleanup.xml @@ -5,6 +5,8 @@