diff options
author | Thomas Haller <thaller@redhat.com> | 2020-04-16 10:47:42 (GMT) |
---|---|---|
committer | Thomas Haller <thaller@redhat.com> | 2020-04-16 10:54:53 (GMT) |
commit | 1389188c95c96749064c197acdc9ffbe9bf55d1f (patch) | |
tree | cf6e2c2609bc45c0b7710c72b35c2319f9d5cff7 /doc/configure.ac | |
parent | 503aa5e026a60d217ce389b857ce136748bd55f1 (diff) | |
download | libnl-1389188c95c96749064c197acdc9ffbe9bf55d1f.zip libnl-1389188c95c96749064c197acdc9ffbe9bf55d1f.tar.gz libnl-1389188c95c96749064c197acdc9ffbe9bf55d1f.tar.bz2 |
license: add SPDX license identifer to "configure.ac" files
This was done manually.
Diffstat (limited to 'doc/configure.ac')
-rw-r--r-- | doc/configure.ac | 8 |
1 files changed, 1 insertions, 7 deletions
diff --git a/doc/configure.ac b/doc/configure.ac index 187447c..5324232 100644 --- a/doc/configure.ac +++ b/doc/configure.ac @@ -1,10 +1,4 @@ -# -# configure.in -# -# This library is free software; you can redistribute it and/or -# modify it under the terms of the GNU Lesser General Public -# License as published by the Free Software Foundation version 2.1 -# of the License. +# SPDX-License-Identifier: LGPL-2.1-only # # Copyright (c) 2003-2013 Thomas Graf <tgraf@suug.ch> # |