summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorHristo Venev <hristo@venev.name>2020-06-04 23:52:09 +0300
committerHristo Venev <hristo@venev.name>2020-06-04 23:52:09 +0300
commit6692d69f8e2c2671135550fc4c633aa2aee147d2 (patch)
tree13d577b17600aa22f532b3967ba74c03f4e3b736
parentf60a0bd9a50d4b9bcee610a9f2165a9778a8ee7a (diff)
Change license to dual GPL2+ and BSD 3-clause.for-raspberrypi-userland
-rw-r--r--vc-log.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/vc-log.c b/vc-log.c
index 8231cdb..7764dba 100644
--- a/vc-log.c
+++ b/vc-log.c
@@ -1,4 +1,4 @@
-// SPDX-License-Identifier: LGPL-3.0-or-later
+// SPDX-License-Identifier: (GPL-2.0-or-later OR BSD-3-Clause)
#include <fcntl.h>
#include <unistd.h>