]> git.ipfire.org Git - thirdparty/systemd.git/commitdiff
Merge pull request #17472 from keszybz/spdx-license-headers
authorZbigniew Jędrzejewski-Szmek <zbyszek@in.waw.pl>
Thu, 29 Oct 2020 18:05:05 +0000 (19:05 +0100)
committerGitHub <noreply@github.com>
Thu, 29 Oct 2020 18:05:05 +0000 (19:05 +0100)
More SPDX license headers

1  2 
src/shared/qrcode-util.c

index 4094c4ff3b34d7caf88c5fbef1b6f045324f85f5,9ee40fd4efc6ca711153e1aab7bdbd4073524089..96d3df493ab53291b1dce5fe2043c4bee71ae5e0
@@@ -1,10 -1,6 +1,12 @@@
+ /* SPDX-License-Identifier: LGPL-2.1+ */
  #include "qrcode-util.h"
 +
 +#if HAVE_QRENCODE
 +#include <qrencode.h>
 +
 +#include "dlfcn-util.h"
 +#include "locale-util.h"
  #include "terminal-util.h"
  
  #define ANSI_WHITE_ON_BLACK "\033[40;37;1m"