diff options
author | TBK <tbk@jjtc.eu> | 2020-04-22 15:33:41 +0200 |
---|---|---|
committer | Timo Teräs <timo.teras@iki.fi> | 2020-05-07 10:45:42 +0300 |
commit | 5d796b567819ce91740fcdea7cbafecbda65d8f3 (patch) | |
tree | 9c852fe274515d7001352a4dacf8df04dc2c5ca2 /src/commit.c | |
parent | f1c6067603a1e349a9f4babb816f9cf391be83bc (diff) | |
download | apk-tools-5d796b567819ce91740fcdea7cbafecbda65d8f3.tar.gz apk-tools-5d796b567819ce91740fcdea7cbafecbda65d8f3.tar.bz2 apk-tools-5d796b567819ce91740fcdea7cbafecbda65d8f3.tar.xz apk-tools-5d796b567819ce91740fcdea7cbafecbda65d8f3.zip |
use SPDX-License-Identifier in source files
Diffstat (limited to 'src/commit.c')
-rw-r--r-- | src/commit.c | 4 |
1 files changed, 1 insertions, 3 deletions
diff --git a/src/commit.c b/src/commit.c index a441927..8c337e3 100644 --- a/src/commit.c +++ b/src/commit.c @@ -4,9 +4,7 @@ * Copyright (C) 2008-2013 Timo Teräs <timo.teras@iki.fi> * All rights reserved. * - * This program is free software; you can redistribute it and/or modify it - * under the terms of the GNU General Public License version 2 as published - * by the Free Software Foundation. See http://www.gnu.org/ for details. + * SPDX-License-Identifier: GPL-2.0-only */ #include <limits.h> |