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/utils.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/utils.c')
-rw-r--r-- | src/utils.c | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/src/utils.c b/src/utils.c index 274af67..b15d66c 100644 --- a/src/utils.c +++ b/src/utils.c @@ -1,3 +1,4 @@ +/* SPDX-License-Identifier: GPL-2.0-only */ /* * Main functions of the program. * |