From e99f53afdcd2a74e544381ee443381c4bda1ae85 Mon Sep 17 00:00:00 2001 From: Przemyslaw Pawelczyk Date: Sat, 3 Feb 2018 14:01:33 +0100 Subject: 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 --- src/metastore.c | 1 + 1 file changed, 1 insertion(+) (limited to 'src/metastore.c') diff --git a/src/metastore.c b/src/metastore.c index 0e321bb..fe5dcc4 100644 --- a/src/metastore.c +++ b/src/metastore.c @@ -1,3 +1,4 @@ +/* SPDX-License-Identifier: GPL-2.0-only */ /* * Main functions of the program. * -- cgit v1.2.1