summaryrefslogtreecommitdiff
path: root/src/libostree/ostree-repo-deprecated.h
diff options
context:
space:
mode:
authorMarcus Folkesson <marcus.folkesson@gmail.com>2018-01-30 20:26:26 +0100
committerAtomic Bot <atomic-devel@projectatomic.io>2018-01-30 20:03:42 +0000
commit6bf4b3e1d8ae0173f3f97a26990a6a6341c11049 (patch)
tree19265931240424148c261d7565f0474a3c9c78de /src/libostree/ostree-repo-deprecated.h
parent2b8d586c5a10e9574acd1ae49a60cbf11cf22830 (diff)
downloadostree-6bf4b3e1d8ae0173f3f97a26990a6a6341c11049.tar.gz
Add SPDX-License-Identifier to source files
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 <marcus.folkesson@gmail.com> Closes: #1439 Approved by: cgwalters
Diffstat (limited to 'src/libostree/ostree-repo-deprecated.h')
-rw-r--r--src/libostree/ostree-repo-deprecated.h2
1 files changed, 2 insertions, 0 deletions
diff --git a/src/libostree/ostree-repo-deprecated.h b/src/libostree/ostree-repo-deprecated.h
index 8729f7b9..4265aa97 100644
--- a/src/libostree/ostree-repo-deprecated.h
+++ b/src/libostree/ostree-repo-deprecated.h
@@ -1,6 +1,8 @@
/*
* Copyright (C) 2016 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