diff options
author | Gan Qixin <ganqixin@huawei.com> | 2020-11-11 02:42:23 +0800 |
---|---|---|
committer | Thomas Huth <thuth@redhat.com> | 2020-11-15 17:04:40 +0100 |
commit | 8cbff3c1e8ffc90c63f6f9fc1cab762b4fc0c649 (patch) | |
tree | bb381cb585e90bc95d3f1fb08802d9fe87c8c4dd /tests/test-qgraph.c | |
parent | 6a2cd9570e1a9accf652c3d62ca87a2f6c9924ce (diff) |
test: Fix LGPL information in the file headers
There never was a "Lesser GPL version 2.0", It is either "GPL version 2.0"
or "Lesser GPL version 2.1". This patch replaces all "Lesser GPL version 2.0"
with "Lesser GPL version 2.1" in the test folder.
Signed-off-by: Gan Qixin <ganqixin@huawei.com>
Message-Id: <20201110184223.549499-4-ganqixin@huawei.com>
Signed-off-by: Thomas Huth <thuth@redhat.com>
Diffstat (limited to 'tests/test-qgraph.c')
-rw-r--r-- | tests/test-qgraph.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/tests/test-qgraph.c b/tests/test-qgraph.c index 267291c6ed..ae2f7b2dd8 100644 --- a/tests/test-qgraph.c +++ b/tests/test-qgraph.c @@ -5,7 +5,7 @@ * * This library is free software; you can redistribute it and/or * modify it under the terms of the GNU Lesser General Public - * License version 2 as published by the Free Software Foundation. + * License version 2.1 as published by the Free Software Foundation. * * This library is distributed in the hope that it will be useful, * but WITHOUT ANY WARRANTY; without even the implied warranty of |