diff options
author | Przemyslaw Pawelczyk <przemoc@gmail.com> | 2018-02-03 14:01:33 +0100 |
---|---|---|
committer | Przemyslaw Pawelczyk <przemoc@gmail.com> | 2018-02-03 14:01:33 +0100 |
commit | e99f53afdcd2a74e544381ee443381c4bda1ae85 (patch) | |
tree | 52161e86759d67d02edbb653c01d5e34ab59d587 /src/metaentry.c | |
parent | c0382f1bcb9165dc193e57c88ea2fc3f9ecca116 (diff) |
Add SPDX License Identifier to all source files.
The Software Package Data Exchange (SPDX) is a good initiative, it has
matured over time and deserves accelerated adoption in open-source.
https://spdx.org/learn
https://spdx.org/using-spdx
https://spdx.org/license-list
Diffstat (limited to 'src/metaentry.c')
-rw-r--r-- | src/metaentry.c | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/src/metaentry.c b/src/metaentry.c index f7ba477..8ba0e2e 100644 --- a/src/metaentry.c +++ b/src/metaentry.c @@ -1,3 +1,4 @@ +/* SPDX-License-Identifier: GPL-2.0-only */ /* * Various functions to work with meta entries. * |