diff options
author | Hristo Venev <hristo@venev.name> | 2020-06-04 23:52:09 +0300 |
---|---|---|
committer | Hristo Venev <hristo@venev.name> | 2020-06-04 23:52:09 +0300 |
commit | 6692d69f8e2c2671135550fc4c633aa2aee147d2 (patch) | |
tree | 13d577b17600aa22f532b3967ba74c03f4e3b736 | |
parent | f60a0bd9a50d4b9bcee610a9f2165a9778a8ee7a (diff) |
Change license to dual GPL2+ and BSD 3-clause.for-raspberrypi-userland
-rw-r--r-- | vc-log.c | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -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> |