authz: Fix Lesser GPL version number
commit036a80cdf7cc8a01106b7b49da6e4830d552f3d7
authorChetan Pant <chetan4windows@gmail.com>
Wed, 14 Oct 2020 13:49:02 +0000 (14 13:49 +0000)
committerDaniel P. Berrangé <berrange@redhat.com>
Thu, 29 Oct 2020 09:57:37 +0000 (29 09:57 +0000)
tree021194fc713c54fa4ab884bab1fda34facffa011
parent422c16e7ecf8a2cd460e9b02cfb1955a235d36d7
authz: Fix Lesser GPL version number

There is no "version 2" of the "Lesser" General Public License.
It is either "GPL version 2.0" or "Lesser GPL version 2.1".
This patch replaces all occurrences of "Lesser GPL version 2" with
"Lesser GPL version 2.1" in comment section.

Signed-off-by: Chetan Pant <chetan4windows@gmail.com>
Signed-off-by: Daniel P. Berrangé <berrange@redhat.com>
14 files changed:
authz/base.c
authz/list.c
authz/listfile.c
authz/pamacct.c
authz/simple.c
include/authz/base.h
include/authz/list.h
include/authz/listfile.h
include/authz/pamacct.h
include/authz/simple.h
tests/test-authz-list.c
tests/test-authz-listfile.c
tests/test-authz-pam.c
tests/test-authz-simple.c