From 1af9582b2eee977be77e17f6cec5c7300396e88b Mon Sep 17 00:00:00 2001 From: "Alan T. DeKok" Date: Mon, 12 Jan 2015 23:01:12 -0500 Subject: [PATCH] Fix license erroneously updated by commit 23d838445 The main LICENSE file and all in-code licenses are GPLv2 or later, except for rlm_opendirectory. Apple insisted on GPLv2 for that. --- src/include/exfile.h | 3 ++- src/include/libradius.h | 3 ++- src/include/net.h | 5 +++-- src/include/pcap.h | 5 +++-- src/include/radsniff.h | 5 +++-- src/include/regex.h | 3 ++- src/include/threads.h | 3 ++- src/lib/cursor.c | 5 +++-- src/lib/dict.c | 3 ++- src/lib/event.c | 3 ++- src/lib/fifo.c | 3 ++- src/lib/filters.c | 3 ++- src/lib/hash.c | 3 ++- src/lib/hmacmd5.c | 3 ++- src/lib/log.c | 3 ++- src/lib/misc.c | 3 ++- src/lib/missing.c | 3 ++- src/lib/net.c | 5 +++-- src/lib/packet.c | 3 ++- src/lib/pair.c | 3 ++- src/lib/pcap.c | 5 +++-- src/lib/print.c | 3 ++- src/lib/radius.c | 3 ++- src/lib/token.c | 3 ++- src/lib/udpfromto.c | 3 ++- src/lib/value.c | 3 ++- src/main/collectd.c | 5 +++-- src/main/radsniff.c | 5 +++-- src/modules/proto_dhcp/dhcp.c | 3 ++- src/modules/proto_dhcp/rlm_dhcp.c | 5 +++-- src/modules/proto_vmps/vqp.c | 3 ++- src/modules/rlm_attr_filter/rlm_attr_filter.c | 5 +++-- .../drivers/rlm_cache_memcached/rlm_cache_memcached.c | 5 +++-- .../rlm_cache/drivers/rlm_cache_rbtree/rlm_cache_rbtree.c | 5 +++-- src/modules/rlm_cache/rlm_cache.c | 5 +++-- src/modules/rlm_cache/rlm_cache.h | 5 +++-- src/modules/rlm_cache/serialize.c | 5 +++-- src/modules/rlm_cache/serialize.h | 5 +++-- src/modules/rlm_chap/rlm_chap.c | 5 +++-- src/modules/rlm_counter/rlm_counter.c | 5 +++-- src/modules/rlm_cram/rlm_cram.c | 5 +++-- src/modules/rlm_date/rlm_date.c | 5 +++-- src/modules/rlm_detail/rlm_detail.c | 5 +++-- src/modules/rlm_digest/rlm_digest.c | 5 +++-- src/modules/rlm_dynamic_clients/rlm_dynamic_clients.c | 5 +++-- src/modules/rlm_eap/libeap/comp128.c | 5 +++-- src/modules/rlm_eap/rlm_eap.c | 5 +++-- src/modules/rlm_example/rlm_example.c | 5 +++-- src/modules/rlm_exec/rlm_exec.c | 5 +++-- src/modules/rlm_expiration/rlm_expiration.c | 5 +++-- src/modules/rlm_expr/rlm_expr.c | 5 +++-- src/modules/rlm_files/rlm_files.c | 5 +++-- src/modules/rlm_idn/rlm_idn.c | 5 +++-- src/modules/rlm_ippool/rlm_ippool.c | 5 +++-- src/modules/rlm_ldap/attrmap.c | 5 +++-- src/modules/rlm_ldap/clients.c | 5 +++-- src/modules/rlm_ldap/edir.c | 5 +++-- src/modules/rlm_ldap/groups.c | 5 +++-- src/modules/rlm_ldap/ldap.c | 5 +++-- src/modules/rlm_ldap/rlm_ldap.c | 5 +++-- src/modules/rlm_logintime/rlm_logintime.c | 5 +++-- src/modules/rlm_mschap/rlm_mschap.c | 5 +++-- src/modules/rlm_otp/rlm_otp.c | 5 +++-- src/modules/rlm_pam/rlm_pam.c | 5 +++-- src/modules/rlm_pap/rlm_pap.c | 5 +++-- src/modules/rlm_passwd/rlm_passwd.c | 5 +++-- src/modules/rlm_perl/rlm_perl.c | 5 +++-- src/modules/rlm_preprocess/rlm_preprocess.c | 5 +++-- src/modules/rlm_python/rlm_python.c | 5 +++-- src/modules/rlm_radutmp/rlm_radutmp.c | 5 +++-- src/modules/rlm_realm/rlm_realm.c | 5 +++-- src/modules/rlm_realm/trustrouter.c | 5 +++-- src/modules/rlm_realm/trustrouter.h | 5 +++-- src/modules/rlm_redis/rlm_redis.c | 5 +++-- src/modules/rlm_rediswho/rlm_rediswho.c | 5 +++-- src/modules/rlm_replicate/rlm_replicate.c | 5 +++-- src/modules/rlm_rest/rlm_rest.c | 5 +++-- src/modules/rlm_ruby/rlm_ruby.c | 5 +++-- src/modules/rlm_securid/rlm_securid.c | 5 +++-- src/modules/rlm_smsotp/rlm_smsotp.c | 5 +++-- src/modules/rlm_soh/rlm_soh.c | 5 +++-- src/modules/rlm_sometimes/rlm_sometimes.c | 5 +++-- .../rlm_sql/drivers/rlm_sql_freetds/rlm_sql_freetds.c | 5 +++-- src/modules/rlm_sql/drivers/rlm_sql_sqlite/rlm_sql_sqlite.c | 5 +++-- src/modules/rlm_sql/rlm_sql.c | 5 +++-- src/modules/rlm_sqlcounter/rlm_sqlcounter.c | 5 +++-- src/modules/rlm_sqlhpwippool/rlm_sqlhpwippool.c | 5 +++-- src/modules/rlm_sqlippool/rlm_sqlippool.c | 5 +++-- src/modules/rlm_test/rlm_test.c | 5 +++-- src/modules/rlm_unbound/rlm_unbound.c | 5 +++-- src/modules/rlm_unix/rlm_unix.c | 5 +++-- src/modules/rlm_unpack/rlm_unpack.c | 5 +++-- src/modules/rlm_utf8/rlm_utf8.c | 5 +++-- src/modules/rlm_yubikey/rlm_yubikey.c | 5 +++-- 94 files changed, 260 insertions(+), 166 deletions(-) diff --git a/src/include/exfile.h b/src/include/exfile.h index 802fb0f0dab..bf52a93cd91 100644 --- a/src/include/exfile.h +++ b/src/include/exfile.h @@ -1,7 +1,8 @@ /* * 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; either + * the Free Software Foundation; either version 2 of the License, or (at + * your option) any later version. either * version 2.1 of the License, or (at your option) any later version. * * This library is distributed in the hope that it will be useful, diff --git a/src/include/libradius.h b/src/include/libradius.h index 9761a9a5d4c..2f5a5ec9bdc 100644 --- a/src/include/libradius.h +++ b/src/include/libradius.h @@ -1,7 +1,8 @@ /* * 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; either + * the Free Software Foundation; either version 2 of the License, or (at + * your option) any later version. either * version 2.1 of the License, or (at your option) any later version. * * This library is distributed in the hope that it will be useful, diff --git a/src/include/net.h b/src/include/net.h index c0df2f71372..12ad03ff0a4 100644 --- a/src/include/net.h +++ b/src/include/net.h @@ -2,8 +2,9 @@ #define FR_NET_H /* * This program is is free software; you can redistribute it and/or modify - * it under the terms of the GNU General Public License, version 2 of the - * License as published by the Free Software Foundation. + * it under the terms of the GNU General Public License as published by + * the Free Software Foundation; either version 2 of the License, or (at + * your option) any later version. * * This program is distributed in the hope that it will be useful, * but WITHOUT ANY WARRANTY; without even the implied warranty of diff --git a/src/include/pcap.h b/src/include/pcap.h index 1f78d4ab1bd..f25a08731f6 100644 --- a/src/include/pcap.h +++ b/src/include/pcap.h @@ -3,8 +3,9 @@ #ifdef HAVE_LIBPCAP /* * This program is is free software; you can redistribute it and/or modify - * it under the terms of the GNU General Public License, version 2 of the - * License as published by the Free Software Foundation. + * it under the terms of the GNU General Public License as published by + * the Free Software Foundation; either version 2 of the License, or (at + * your option) any later version. * * This program is distributed in the hope that it will be useful, * but WITHOUT ANY WARRANTY; without even the implied warranty of diff --git a/src/include/radsniff.h b/src/include/radsniff.h index 0cf397943d9..348f2432268 100644 --- a/src/include/radsniff.h +++ b/src/include/radsniff.h @@ -1,7 +1,8 @@ /* * This program is is free software; you can redistribute it and/or modify - * it under the terms of the GNU General Public License, version 2 of the - * License as published by the Free Software Foundation. + * it under the terms of the GNU General Public License as published by + * the Free Software Foundation; either version 2 of the License, or (at + * your option) any later version. * * This program is distributed in the hope that it will be useful, * but WITHOUT ANY WARRANTY; without even the implied warranty of diff --git a/src/include/regex.h b/src/include/regex.h index efb7b8615cb..379650c605e 100644 --- a/src/include/regex.h +++ b/src/include/regex.h @@ -1,7 +1,8 @@ /* * 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; either + * the Free Software Foundation; either version 2 of the License, or (at + * your option) any later version. either * version 2.1 of the License, or (at your option) any later version. * * This library is distributed in the hope that it will be useful, diff --git a/src/include/threads.h b/src/include/threads.h index 4548b7bb95f..1c9a59b907b 100644 --- a/src/include/threads.h +++ b/src/include/threads.h @@ -3,7 +3,8 @@ /* * 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; either + * the Free Software Foundation; either version 2 of the License, or (at + * your option) any later version. either * version 2.1 of the License, or (at your option) any later version. * * This library is distributed in the hope that it will be useful, diff --git a/src/lib/cursor.c b/src/lib/cursor.c index f6aeeb89c7a..84f4e9b0742 100644 --- a/src/lib/cursor.c +++ b/src/lib/cursor.c @@ -1,7 +1,8 @@ /* * This program is is free software; you can redistribute it and/or modify - * it under the terms of the GNU General Public License, version 2 of the - * License as published by the Free Software Foundation. + * it under the terms of the GNU General Public License as published by + * the Free Software Foundation; either version 2 of the License, or (at + * your option) any later version. * * This program is distributed in the hope that it will be useful, * but WITHOUT ANY WARRANTY; without even the implied warranty of diff --git a/src/lib/dict.c b/src/lib/dict.c index 02c65ed9213..bd1676aa1dd 100644 --- a/src/lib/dict.c +++ b/src/lib/dict.c @@ -5,7 +5,8 @@ * * 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; either + * the Free Software Foundation; either version 2 of the License, or (at + * your option) any later version. either * version 2.1 of the License, or (at your option) any later version. * * This library is distributed in the hope that it will be useful, diff --git a/src/lib/event.c b/src/lib/event.c index 6c64a250f57..0e44a955d6f 100644 --- a/src/lib/event.c +++ b/src/lib/event.c @@ -6,7 +6,8 @@ * * 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; either + * the Free Software Foundation; either version 2 of the License, or (at + * your option) any later version. either * version 2.1 of the License, or (at your option) any later version. * * This library is distributed in the hope that it will be useful, diff --git a/src/lib/fifo.c b/src/lib/fifo.c index b71fc5113bb..fdea2c611e7 100644 --- a/src/lib/fifo.c +++ b/src/lib/fifo.c @@ -6,7 +6,8 @@ * * 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; either + * the Free Software Foundation; either version 2 of the License, or (at + * your option) any later version. either * version 2.1 of the License, or (at your option) any later version. * * This library is distributed in the hope that it will be useful, diff --git a/src/lib/filters.c b/src/lib/filters.c index 917f3dcd087..defe3c28040 100644 --- a/src/lib/filters.c +++ b/src/lib/filters.c @@ -5,7 +5,8 @@ * * 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; either + * the Free Software Foundation; either version 2 of the License, or (at + * your option) any later version. either * version 2.1 of the License, or (at your option) any later version. * * This library is distributed in the hope that it will be useful, diff --git a/src/lib/hash.c b/src/lib/hash.c index 14eca18b07a..e3c1672ae07 100644 --- a/src/lib/hash.c +++ b/src/lib/hash.c @@ -15,7 +15,8 @@ * * 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; either + * the Free Software Foundation; either version 2 of the License, or (at + * your option) any later version. either * version 2.1 of the License, or (at your option) any later version. * * This library is distributed in the hope that it will be useful, diff --git a/src/lib/hmacmd5.c b/src/lib/hmacmd5.c index 2c662ff368e..5b2c923e172 100644 --- a/src/lib/hmacmd5.c +++ b/src/lib/hmacmd5.c @@ -6,7 +6,8 @@ * * 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; either + * the Free Software Foundation; either version 2 of the License, or (at + * your option) any later version. either * version 2.1 of the License, or (at your option) any later version. * * This library is distributed in the hope that it will be useful, diff --git a/src/lib/log.c b/src/lib/log.c index b0a978e5461..46f7a131721 100644 --- a/src/lib/log.c +++ b/src/lib/log.c @@ -6,7 +6,8 @@ * * 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; either + * the Free Software Foundation; either version 2 of the License, or (at + * your option) any later version. either * version 2.1 of the License, or (at your option) any later version. * * This library is distributed in the hope that it will be useful, diff --git a/src/lib/misc.c b/src/lib/misc.c index 864fd62e746..b61caf989bc 100644 --- a/src/lib/misc.c +++ b/src/lib/misc.c @@ -5,7 +5,8 @@ * * 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; either + * the Free Software Foundation; either version 2 of the License, or (at + * your option) any later version. either * version 2.1 of the License, or (at your option) any later version. * * This library is distributed in the hope that it will be useful, diff --git a/src/lib/missing.c b/src/lib/missing.c index efd54613519..7783de02023 100644 --- a/src/lib/missing.c +++ b/src/lib/missing.c @@ -6,7 +6,8 @@ * * 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; either + * the Free Software Foundation; either version 2 of the License, or (at + * your option) any later version. either * version 2.1 of the License, or (at your option) any later version. * * This library is distributed in the hope that it will be useful, diff --git a/src/lib/net.c b/src/lib/net.c index ac82d081b86..40fc28834e8 100644 --- a/src/lib/net.c +++ b/src/lib/net.c @@ -1,7 +1,8 @@ /* * This program is is free software; you can redistribute it and/or modify - * it under the terms of the GNU General Public License, version 2 of the - * License as published by the Free Software Foundation. + * it under the terms of the GNU General Public License as published by + * the Free Software Foundation; either version 2 of the License, or (at + * your option) any later version. * * This program is distributed in the hope that it will be useful, * but WITHOUT ANY WARRANTY; without even the implied warranty of diff --git a/src/lib/packet.c b/src/lib/packet.c index 285dd1105a5..2c20f813cd0 100644 --- a/src/lib/packet.c +++ b/src/lib/packet.c @@ -5,7 +5,8 @@ * * 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; either + * the Free Software Foundation; either version 2 of the License, or (at + * your option) any later version. either * version 2.1 of the License, or (at your option) any later version. * * This library is distributed in the hope that it will be useful, diff --git a/src/lib/pair.c b/src/lib/pair.c index 4e38a22186a..d157fea9279 100644 --- a/src/lib/pair.c +++ b/src/lib/pair.c @@ -5,7 +5,8 @@ * * 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; either + * the Free Software Foundation; either version 2 of the License, or (at + * your option) any later version. either * version 2.1 of the License, or (at your option) any later version. * * This library is distributed in the hope that it will be useful, diff --git a/src/lib/pcap.c b/src/lib/pcap.c index a398f321772..53b0caa9ae2 100644 --- a/src/lib/pcap.c +++ b/src/lib/pcap.c @@ -1,7 +1,8 @@ /* * This program is is free software; you can redistribute it and/or modify - * it under the terms of the GNU General Public License, version 2 of the - * License as published by the Free Software Foundation. + * it under the terms of the GNU General Public License as published by + * the Free Software Foundation; either version 2 of the License, or (at + * your option) any later version. * * This program is distributed in the hope that it will be useful, * but WITHOUT ANY WARRANTY; without even the implied warranty of diff --git a/src/lib/print.c b/src/lib/print.c index 553613f1c1b..cd76812c21f 100644 --- a/src/lib/print.c +++ b/src/lib/print.c @@ -5,7 +5,8 @@ * * 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; either + * the Free Software Foundation; either version 2 of the License, or (at + * your option) any later version. either * version 2.1 of the License, or (at your option) any later version. * * This library is distributed in the hope that it will be useful, diff --git a/src/lib/radius.c b/src/lib/radius.c index 8c3e8cf82ca..fca1bbad282 100644 --- a/src/lib/radius.c +++ b/src/lib/radius.c @@ -1,7 +1,8 @@ /* * 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; either + * the Free Software Foundation; either version 2 of the License, or (at + * your option) any later version. either * version 2.1 of the License, or (at your option) any later version. * * This library is distributed in the hope that it will be useful, diff --git a/src/lib/token.c b/src/lib/token.c index cfb0518ec77..0e8cef74105 100644 --- a/src/lib/token.c +++ b/src/lib/token.c @@ -6,7 +6,8 @@ * * 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; either + * the Free Software Foundation; either version 2 of the License, or (at + * your option) any later version. either * version 2.1 of the License, or (at your option) any later version. * * This library is distributed in the hope that it will be useful, diff --git a/src/lib/udpfromto.c b/src/lib/udpfromto.c index 3250e7cf3a3..19508f64fe7 100644 --- a/src/lib/udpfromto.c +++ b/src/lib/udpfromto.c @@ -1,7 +1,8 @@ /* * 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; either + * the Free Software Foundation; either version 2 of the License, or (at + * your option) any later version. either * version 2.1 of the License, or (at your option) any later version. * * This library is distributed in the hope that it will be useful, diff --git a/src/lib/value.c b/src/lib/value.c index c4be1c5361f..26c1210a507 100644 --- a/src/lib/value.c +++ b/src/lib/value.c @@ -5,7 +5,8 @@ * * 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; either + * the Free Software Foundation; either version 2 of the License, or (at + * your option) any later version. either * version 2.1 of the License, or (at your option) any later version. * * This library is distributed in the hope that it will be useful, diff --git a/src/main/collectd.c b/src/main/collectd.c index 9968761eb6c..f3ad07437a2 100644 --- a/src/main/collectd.c +++ b/src/main/collectd.c @@ -1,7 +1,8 @@ /* * This program is is free software; you can redistribute it and/or modify - * it under the terms of the GNU General Public License, version 2 of the - * License as published by the Free Software Foundation. + * it under the terms of the GNU General Public License as published by + * the Free Software Foundation; either version 2 of the License, or (at + * your option) any later version. * * This program is distributed in the hope that it will be useful, * but WITHOUT ANY WARRANTY; without even the implied warranty of diff --git a/src/main/radsniff.c b/src/main/radsniff.c index 615ba4d72b4..1c3b742cda4 100644 --- a/src/main/radsniff.c +++ b/src/main/radsniff.c @@ -1,7 +1,8 @@ /* * This program is is free software; you can redistribute it and/or modify - * it under the terms of the GNU General Public License, version 2 of the - * License as published by the Free Software Foundation. + * it under the terms of the GNU General Public License as published by + * the Free Software Foundation; either version 2 of the License, or (at + * your option) any later version. * * This program is distributed in the hope that it will be useful, * but WITHOUT ANY WARRANTY; without even the implied warranty of diff --git a/src/modules/proto_dhcp/dhcp.c b/src/modules/proto_dhcp/dhcp.c index d645d1c0b91..05b95e74dd6 100644 --- a/src/modules/proto_dhcp/dhcp.c +++ b/src/modules/proto_dhcp/dhcp.c @@ -5,7 +5,8 @@ * * 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; either + * the Free Software Foundation; either version 2 of the License, or (at + * your option) any later version. either * version 2.1 of the License, or (at your option) any later version. * * This library is distributed in the hope that it will be useful, diff --git a/src/modules/proto_dhcp/rlm_dhcp.c b/src/modules/proto_dhcp/rlm_dhcp.c index 21300b7f51c..b0d70c19eea 100644 --- a/src/modules/proto_dhcp/rlm_dhcp.c +++ b/src/modules/proto_dhcp/rlm_dhcp.c @@ -1,7 +1,8 @@ /* * This program is is free software; you can redistribute it and/or modify - * it under the terms of the GNU General Public License, version 2 of the - * License as published by the Free Software Foundation. + * it under the terms of the GNU General Public License as published by + * the Free Software Foundation; either version 2 of the License, or (at + * your option) any later version. * * This program is distributed in the hope that it will be useful, * but WITHOUT ANY WARRANTY; without even the implied warranty of diff --git a/src/modules/proto_vmps/vqp.c b/src/modules/proto_vmps/vqp.c index 150e3a37cef..ef729fd4cea 100644 --- a/src/modules/proto_vmps/vqp.c +++ b/src/modules/proto_vmps/vqp.c @@ -5,7 +5,8 @@ * * 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; either + * the Free Software Foundation; either version 2 of the License, or (at + * your option) any later version. either * version 2.1 of the License, or (at your option) any later version. * * This library is distributed in the hope that it will be useful, diff --git a/src/modules/rlm_attr_filter/rlm_attr_filter.c b/src/modules/rlm_attr_filter/rlm_attr_filter.c index 8d068900fac..dd8ff90dfe8 100644 --- a/src/modules/rlm_attr_filter/rlm_attr_filter.c +++ b/src/modules/rlm_attr_filter/rlm_attr_filter.c @@ -1,7 +1,8 @@ /* * This program is is free software; you can redistribute it and/or modify - * it under the terms of the GNU General Public License, version 2 of the - * License as published by the Free Software Foundation. + * it under the terms of the GNU General Public License as published by + * the Free Software Foundation; either version 2 of the License, or (at + * your option) any later version. * * This program is distributed in the hope that it will be useful, * but WITHOUT ANY WARRANTY; without even the implied warranty of diff --git a/src/modules/rlm_cache/drivers/rlm_cache_memcached/rlm_cache_memcached.c b/src/modules/rlm_cache/drivers/rlm_cache_memcached/rlm_cache_memcached.c index 83ed90628df..1932e3477d3 100644 --- a/src/modules/rlm_cache/drivers/rlm_cache_memcached/rlm_cache_memcached.c +++ b/src/modules/rlm_cache/drivers/rlm_cache_memcached/rlm_cache_memcached.c @@ -1,7 +1,8 @@ /* * This program is is free software; you can redistribute it and/or modify - * it under the terms of the GNU General Public License, version 2 of the - * License as published by the Free Software Foundation. + * it under the terms of the GNU General Public License as published by + * the Free Software Foundation; either version 2 of the License, or (at + * your option) any later version. * * This program is distributed in the hope that it will be useful, * but WITHOUT ANY WARRANTY; without even the implied warranty of diff --git a/src/modules/rlm_cache/drivers/rlm_cache_rbtree/rlm_cache_rbtree.c b/src/modules/rlm_cache/drivers/rlm_cache_rbtree/rlm_cache_rbtree.c index 6f4f18be158..c79f1b07ea3 100644 --- a/src/modules/rlm_cache/drivers/rlm_cache_rbtree/rlm_cache_rbtree.c +++ b/src/modules/rlm_cache/drivers/rlm_cache_rbtree/rlm_cache_rbtree.c @@ -1,7 +1,8 @@ /* * This program is is free software; you can redistribute it and/or modify - * it under the terms of the GNU General Public License, version 2 of the - * License as published by the Free Software Foundation. + * it under the terms of the GNU General Public License as published by + * the Free Software Foundation; either version 2 of the License, or (at + * your option) any later version. * * This program is distributed in the hope that it will be useful, * but WITHOUT ANY WARRANTY; without even the implied warranty of diff --git a/src/modules/rlm_cache/rlm_cache.c b/src/modules/rlm_cache/rlm_cache.c index 60b1bfcc931..c086d5793b1 100644 --- a/src/modules/rlm_cache/rlm_cache.c +++ b/src/modules/rlm_cache/rlm_cache.c @@ -1,7 +1,8 @@ /* * This program is is free software; you can redistribute it and/or modify - * it under the terms of the GNU General Public License, version 2 of the - * License as published by the Free Software Foundation. + * it under the terms of the GNU General Public License as published by + * the Free Software Foundation; either version 2 of the License, or (at + * your option) any later version. * * This program is distributed in the hope that it will be useful, * but WITHOUT ANY WARRANTY; without even the implied warranty of diff --git a/src/modules/rlm_cache/rlm_cache.h b/src/modules/rlm_cache/rlm_cache.h index ecf3296db61..acf8495c025 100644 --- a/src/modules/rlm_cache/rlm_cache.h +++ b/src/modules/rlm_cache/rlm_cache.h @@ -1,7 +1,8 @@ /* * This program is is free software; you can redistribute it and/or modify - * it under the terms of the GNU General Public License, version 2 of the - * License as published by the Free Software Foundation. + * it under the terms of the GNU General Public License as published by + * the Free Software Foundation; either version 2 of the License, or (at + * your option) any later version. * * This program is distributed in the hope that it will be useful, * but WITHOUT ANY WARRANTY; without even the implied warranty of diff --git a/src/modules/rlm_cache/serialize.c b/src/modules/rlm_cache/serialize.c index 47a52e88584..ad917fc579d 100644 --- a/src/modules/rlm_cache/serialize.c +++ b/src/modules/rlm_cache/serialize.c @@ -1,7 +1,8 @@ /* * This program is is free software; you can redistribute it and/or modify - * it under the terms of the GNU General Public License, version 2 of the - * License as published by the Free Software Foundation. + * it under the terms of the GNU General Public License as published by + * the Free Software Foundation; either version 2 of the License, or (at + * your option) any later version. * * This program is distributed in the hope that it will be useful, * but WITHOUT ANY WARRANTY; without even the implied warranty of diff --git a/src/modules/rlm_cache/serialize.h b/src/modules/rlm_cache/serialize.h index 83a7d903c7b..fdc34e928c2 100644 --- a/src/modules/rlm_cache/serialize.h +++ b/src/modules/rlm_cache/serialize.h @@ -1,7 +1,8 @@ /* * This program is is free software; you can redistribute it and/or modify - * it under the terms of the GNU General Public License, version 2 of the - * License as published by the Free Software Foundation. + * it under the terms of the GNU General Public License as published by + * the Free Software Foundation; either version 2 of the License, or (at + * your option) any later version. * * This program is distributed in the hope that it will be useful, * but WITHOUT ANY WARRANTY; without even the implied warranty of diff --git a/src/modules/rlm_chap/rlm_chap.c b/src/modules/rlm_chap/rlm_chap.c index 05650408f32..f62469bb164 100644 --- a/src/modules/rlm_chap/rlm_chap.c +++ b/src/modules/rlm_chap/rlm_chap.c @@ -1,7 +1,8 @@ /* * This program is is free software; you can redistribute it and/or modify - * it under the terms of the GNU General Public License, version 2 of the - * License as published by the Free Software Foundation. + * it under the terms of the GNU General Public License as published by + * the Free Software Foundation; either version 2 of the License, or (at + * your option) any later version. * * This program is distributed in the hope that it will be useful, * but WITHOUT ANY WARRANTY; without even the implied warranty of diff --git a/src/modules/rlm_counter/rlm_counter.c b/src/modules/rlm_counter/rlm_counter.c index a0f612cbf7b..f7759d11f0c 100644 --- a/src/modules/rlm_counter/rlm_counter.c +++ b/src/modules/rlm_counter/rlm_counter.c @@ -1,7 +1,8 @@ /* * This program is is free software; you can redistribute it and/or modify - * it under the terms of the GNU General Public License, version 2 of the - * License as published by the Free Software Foundation. + * it under the terms of the GNU General Public License as published by + * the Free Software Foundation; either version 2 of the License, or (at + * your option) any later version. * * This program is distributed in the hope that it will be useful, * but WITHOUT ANY WARRANTY; without even the implied warranty of diff --git a/src/modules/rlm_cram/rlm_cram.c b/src/modules/rlm_cram/rlm_cram.c index e81fee01265..cab139b6f99 100644 --- a/src/modules/rlm_cram/rlm_cram.c +++ b/src/modules/rlm_cram/rlm_cram.c @@ -1,7 +1,8 @@ /* * This program is is free software; you can redistribute it and/or modify - * it under the terms of the GNU General Public License, version 2 of the - * License as published by the Free Software Foundation. + * it under the terms of the GNU General Public License as published by + * the Free Software Foundation; either version 2 of the License, or (at + * your option) any later version. * * This program is distributed in the hope that it will be useful, * but WITHOUT ANY WARRANTY; without even the implied warranty of diff --git a/src/modules/rlm_date/rlm_date.c b/src/modules/rlm_date/rlm_date.c index 1529f5a9ae4..a82bff52808 100644 --- a/src/modules/rlm_date/rlm_date.c +++ b/src/modules/rlm_date/rlm_date.c @@ -1,7 +1,8 @@ /* * This program is is free software; you can redistribute it and/or modify - * it under the terms of the GNU General Public License, version 2 of the - * License as published by the Free Software Foundation. + * it under the terms of the GNU General Public License as published by + * the Free Software Foundation; either version 2 of the License, or (at + * your option) any later version. * * This program is distributed in the hope that it will be useful, * but WITHOUT ANY WARRANTY; without even the implied warranty of diff --git a/src/modules/rlm_detail/rlm_detail.c b/src/modules/rlm_detail/rlm_detail.c index 9a73cb4fac0..fec5df5bc23 100644 --- a/src/modules/rlm_detail/rlm_detail.c +++ b/src/modules/rlm_detail/rlm_detail.c @@ -1,7 +1,8 @@ /* * This program is is free software; you can redistribute it and/or modify - * it under the terms of the GNU General Public License, version 2 of the - * License as published by the Free Software Foundation. + * it under the terms of the GNU General Public License as published by + * the Free Software Foundation; either version 2 of the License, or (at + * your option) any later version. * * This program is distributed in the hope that it will be useful, * but WITHOUT ANY WARRANTY; without even the implied warranty of diff --git a/src/modules/rlm_digest/rlm_digest.c b/src/modules/rlm_digest/rlm_digest.c index b257913f4c6..f190d179eef 100644 --- a/src/modules/rlm_digest/rlm_digest.c +++ b/src/modules/rlm_digest/rlm_digest.c @@ -1,7 +1,8 @@ /* * This program is is free software; you can redistribute it and/or modify - * it under the terms of the GNU General Public License, version 2 of the - * License as published by the Free Software Foundation. + * it under the terms of the GNU General Public License as published by + * the Free Software Foundation; either version 2 of the License, or (at + * your option) any later version. * * This program is distributed in the hope that it will be useful, * but WITHOUT ANY WARRANTY; without even the implied warranty of diff --git a/src/modules/rlm_dynamic_clients/rlm_dynamic_clients.c b/src/modules/rlm_dynamic_clients/rlm_dynamic_clients.c index f5e517ffd88..5ef10707980 100644 --- a/src/modules/rlm_dynamic_clients/rlm_dynamic_clients.c +++ b/src/modules/rlm_dynamic_clients/rlm_dynamic_clients.c @@ -1,7 +1,8 @@ /* * This program is is free software; you can redistribute it and/or modify - * it under the terms of the GNU General Public License, version 2 of the - * License as published by the Free Software Foundation. + * it under the terms of the GNU General Public License as published by + * the Free Software Foundation; either version 2 of the License, or (at + * your option) any later version. * * This program is distributed in the hope that it will be useful, * but WITHOUT ANY WARRANTY; without even the implied warranty of diff --git a/src/modules/rlm_eap/libeap/comp128.c b/src/modules/rlm_eap/libeap/comp128.c index 35ae5776847..e624877b765 100644 --- a/src/modules/rlm_eap/libeap/comp128.c +++ b/src/modules/rlm_eap/libeap/comp128.c @@ -1,7 +1,8 @@ /* * This program is is free software; you can redistribute it and/or modify - * it under the terms of the GNU General Public License, version 2 of the - * License as published by the Free Software Foundation. + * it under the terms of the GNU General Public License as published by + * the Free Software Foundation; either version 2 of the License, or (at + * your option) any later version. * * This program is distributed in the hope that it will be useful, * but WITHOUT ANY WARRANTY; without even the implied warranty of diff --git a/src/modules/rlm_eap/rlm_eap.c b/src/modules/rlm_eap/rlm_eap.c index 0b732aaf0da..4193cdb0e57 100644 --- a/src/modules/rlm_eap/rlm_eap.c +++ b/src/modules/rlm_eap/rlm_eap.c @@ -1,7 +1,8 @@ /* * This program is is free software; you can redistribute it and/or modify - * it under the terms of the GNU General Public License, version 2 of the - * License as published by the Free Software Foundation. + * it under the terms of the GNU General Public License as published by + * the Free Software Foundation; either version 2 of the License, or (at + * your option) any later version. * * This program is distributed in the hope that it will be useful, * but WITHOUT ANY WARRANTY; without even the implied warranty of diff --git a/src/modules/rlm_example/rlm_example.c b/src/modules/rlm_example/rlm_example.c index 4c0071c803a..283fc77eb5a 100644 --- a/src/modules/rlm_example/rlm_example.c +++ b/src/modules/rlm_example/rlm_example.c @@ -1,7 +1,8 @@ /* * This program is is free software; you can redistribute it and/or modify - * it under the terms of the GNU General Public License, version 2 of the - * License as published by the Free Software Foundation. + * it under the terms of the GNU General Public License as published by + * the Free Software Foundation; either version 2 of the License, or (at + * your option) any later version. * * This program is distributed in the hope that it will be useful, * but WITHOUT ANY WARRANTY; without even the implied warranty of diff --git a/src/modules/rlm_exec/rlm_exec.c b/src/modules/rlm_exec/rlm_exec.c index 5d2d1fca39f..f2cf3ccac67 100644 --- a/src/modules/rlm_exec/rlm_exec.c +++ b/src/modules/rlm_exec/rlm_exec.c @@ -1,7 +1,8 @@ /* * This program is is free software; you can redistribute it and/or modify - * it under the terms of the GNU General Public License, version 2 of the - * License as published by the Free Software Foundation. + * it under the terms of the GNU General Public License as published by + * the Free Software Foundation; either version 2 of the License, or (at + * your option) any later version. * * This program is distributed in the hope that it will be useful, * but WITHOUT ANY WARRANTY; without even the implied warranty of diff --git a/src/modules/rlm_expiration/rlm_expiration.c b/src/modules/rlm_expiration/rlm_expiration.c index 08c2cd2e91b..cd67a553ea2 100644 --- a/src/modules/rlm_expiration/rlm_expiration.c +++ b/src/modules/rlm_expiration/rlm_expiration.c @@ -1,7 +1,8 @@ /* * This program is is free software; you can redistribute it and/or modify - * it under the terms of the GNU General Public License, version 2 of the - * License as published by the Free Software Foundation. + * it under the terms of the GNU General Public License as published by + * the Free Software Foundation; either version 2 of the License, or (at + * your option) any later version. * * This program is distributed in the hope that it will be useful, * but WITHOUT ANY WARRANTY; without even the implied warranty of diff --git a/src/modules/rlm_expr/rlm_expr.c b/src/modules/rlm_expr/rlm_expr.c index 50660220d8d..2e1b7e23c52 100644 --- a/src/modules/rlm_expr/rlm_expr.c +++ b/src/modules/rlm_expr/rlm_expr.c @@ -1,7 +1,8 @@ /* * This program is is free software; you can redistribute it and/or modify - * it under the terms of the GNU General Public License, version 2 of the - * License as published by the Free Software Foundation. + * it under the terms of the GNU General Public License as published by + * the Free Software Foundation; either version 2 of the License, or (at + * your option) any later version. * * This program is distributed in the hope that it will be useful, * but WITHOUT ANY WARRANTY; without even the implied warranty of diff --git a/src/modules/rlm_files/rlm_files.c b/src/modules/rlm_files/rlm_files.c index 9944fac42d9..81ea8fdc053 100644 --- a/src/modules/rlm_files/rlm_files.c +++ b/src/modules/rlm_files/rlm_files.c @@ -1,7 +1,8 @@ /* * This program is is free software; you can redistribute it and/or modify - * it under the terms of the GNU General Public License, version 2 of the - * License as published by the Free Software Foundation. + * it under the terms of the GNU General Public License as published by + * the Free Software Foundation; either version 2 of the License, or (at + * your option) any later version. * * This program is distributed in the hope that it will be useful, * but WITHOUT ANY WARRANTY; without even the implied warranty of diff --git a/src/modules/rlm_idn/rlm_idn.c b/src/modules/rlm_idn/rlm_idn.c index 3f7b2d79d67..c827aae0fbe 100644 --- a/src/modules/rlm_idn/rlm_idn.c +++ b/src/modules/rlm_idn/rlm_idn.c @@ -1,7 +1,8 @@ /* * This program is is free software; you can redistribute it and/or modify - * it under the terms of the GNU General Public License, version 2 of the - * License as published by the Free Software Foundation. + * it under the terms of the GNU General Public License as published by + * the Free Software Foundation; either version 2 of the License, or (at + * your option) any later version. * * This program is distributed in the hope that it will be useful, * but WITHOUT ANY WARRANTY; without even the implied warranty of diff --git a/src/modules/rlm_ippool/rlm_ippool.c b/src/modules/rlm_ippool/rlm_ippool.c index 65fa0425ae0..b0836220f62 100644 --- a/src/modules/rlm_ippool/rlm_ippool.c +++ b/src/modules/rlm_ippool/rlm_ippool.c @@ -1,7 +1,8 @@ /* * This program is is free software; you can redistribute it and/or modify - * it under the terms of the GNU General Public License, version 2 of the - * License as published by the Free Software Foundation. + * it under the terms of the GNU General Public License as published by + * the Free Software Foundation; either version 2 of the License, or (at + * your option) any later version. * * This program is distributed in the hope that it will be useful, * but WITHOUT ANY WARRANTY; without even the implied warranty of diff --git a/src/modules/rlm_ldap/attrmap.c b/src/modules/rlm_ldap/attrmap.c index d5ef06e47e4..922a8f80a4a 100644 --- a/src/modules/rlm_ldap/attrmap.c +++ b/src/modules/rlm_ldap/attrmap.c @@ -1,7 +1,8 @@ /* * This program is is free software; you can redistribute it and/or modify - * it under the terms of the GNU General Public License, version 2 of the - * License as published by the Free Software Foundation. + * it under the terms of the GNU General Public License as published by + * the Free Software Foundation; either version 2 of the License, or (at + * your option) any later version. * * This program is distributed in the hope that it will be useful, * but WITHOUT ANY WARRANTY; without even the implied warranty of diff --git a/src/modules/rlm_ldap/clients.c b/src/modules/rlm_ldap/clients.c index 5b5f4e8d40b..63c8f77a6e0 100644 --- a/src/modules/rlm_ldap/clients.c +++ b/src/modules/rlm_ldap/clients.c @@ -1,7 +1,8 @@ /* * This program is is free software; you can redistribute it and/or modify - * it under the terms of the GNU General Public License, version 2 of the - * License as published by the Free Software Foundation. + * it under the terms of the GNU General Public License as published by + * the Free Software Foundation; either version 2 of the License, or (at + * your option) any later version. * * This program is distributed in the hope that it will be useful, * but WITHOUT ANY WARRANTY; without even the implied warranty of diff --git a/src/modules/rlm_ldap/edir.c b/src/modules/rlm_ldap/edir.c index 6eff43eafbc..3f720f74fee 100644 --- a/src/modules/rlm_ldap/edir.c +++ b/src/modules/rlm_ldap/edir.c @@ -1,7 +1,8 @@ /* * This program is is free software; you can redistribute it and/or modify - * it under the terms of the GNU General Public License, version 2 of the - * License as published by the Free Software Foundation. + * it under the terms of the GNU General Public License as published by + * the Free Software Foundation; either version 2 of the License, or (at + * your option) any later version. * * This program is distributed in the hope that it will be useful, * but WITHOUT ANY WARRANTY; without even the implied warranty of diff --git a/src/modules/rlm_ldap/groups.c b/src/modules/rlm_ldap/groups.c index f1c957d4d79..b9786991599 100644 --- a/src/modules/rlm_ldap/groups.c +++ b/src/modules/rlm_ldap/groups.c @@ -1,7 +1,8 @@ /* * This program is is free software; you can redistribute it and/or modify - * it under the terms of the GNU General Public License, version 2 of the - * License as published by the Free Software Foundation. + * it under the terms of the GNU General Public License as published by + * the Free Software Foundation; either version 2 of the License, or (at + * your option) any later version. * * This program is distributed in the hope that it will be useful, * but WITHOUT ANY WARRANTY; without even the implied warranty of diff --git a/src/modules/rlm_ldap/ldap.c b/src/modules/rlm_ldap/ldap.c index 897a12bab9b..dd6af0fa318 100644 --- a/src/modules/rlm_ldap/ldap.c +++ b/src/modules/rlm_ldap/ldap.c @@ -1,7 +1,8 @@ /* * This program is is free software; you can redistribute it and/or modify - * it under the terms of the GNU General Public License, version 2 of the - * License as published by the Free Software Foundation. + * it under the terms of the GNU General Public License as published by + * the Free Software Foundation; either version 2 of the License, or (at + * your option) any later version. * * This program is distributed in the hope that it will be useful, * but WITHOUT ANY WARRANTY; without even the implied warranty of diff --git a/src/modules/rlm_ldap/rlm_ldap.c b/src/modules/rlm_ldap/rlm_ldap.c index 4ba35f1a7e2..c80cf2a6a20 100644 --- a/src/modules/rlm_ldap/rlm_ldap.c +++ b/src/modules/rlm_ldap/rlm_ldap.c @@ -1,7 +1,8 @@ /* * This program is is free software; you can redistribute it and/or modify - * it under the terms of the GNU General Public License, version 2 of the - * License as published by the Free Software Foundation. + * it under the terms of the GNU General Public License as published by + * the Free Software Foundation; either version 2 of the License, or (at + * your option) any later version. * * This program is distributed in the hope that it will be useful, * but WITHOUT ANY WARRANTY; without even the implied warranty of diff --git a/src/modules/rlm_logintime/rlm_logintime.c b/src/modules/rlm_logintime/rlm_logintime.c index c8d2ce44224..5b5865b32d6 100644 --- a/src/modules/rlm_logintime/rlm_logintime.c +++ b/src/modules/rlm_logintime/rlm_logintime.c @@ -1,7 +1,8 @@ /* * This program is is free software; you can redistribute it and/or modify - * it under the terms of the GNU General Public License, version 2 of the - * License as published by the Free Software Foundation. + * it under the terms of the GNU General Public License as published by + * the Free Software Foundation; either version 2 of the License, or (at + * your option) any later version. * * This program is distributed in the hope that it will be useful, * but WITHOUT ANY WARRANTY; without even the implied warranty of diff --git a/src/modules/rlm_mschap/rlm_mschap.c b/src/modules/rlm_mschap/rlm_mschap.c index e7e5789e274..e4ab2e9ccbd 100644 --- a/src/modules/rlm_mschap/rlm_mschap.c +++ b/src/modules/rlm_mschap/rlm_mschap.c @@ -1,7 +1,8 @@ /* * This program is is free software; you can redistribute it and/or modify - * it under the terms of the GNU General Public License, version 2 of the - * License as published by the Free Software Foundation. + * it under the terms of the GNU General Public License as published by + * the Free Software Foundation; either version 2 of the License, or (at + * your option) any later version. * * This program is distributed in the hope that it will be useful, * but WITHOUT ANY WARRANTY; without even the implied warranty of diff --git a/src/modules/rlm_otp/rlm_otp.c b/src/modules/rlm_otp/rlm_otp.c index b681c11b5a6..8e2ff3046fe 100644 --- a/src/modules/rlm_otp/rlm_otp.c +++ b/src/modules/rlm_otp/rlm_otp.c @@ -1,7 +1,8 @@ /* * This program is is free software; you can redistribute it and/or modify - * it under the terms of the GNU General Public License, version 2 of the - * License as published by the Free Software Foundation. + * it under the terms of the GNU General Public License as published by + * the Free Software Foundation; either version 2 of the License, or (at + * your option) any later version. * * This program is distributed in the hope that it will be useful, * but WITHOUT ANY WARRANTY; without even the implied warranty of diff --git a/src/modules/rlm_pam/rlm_pam.c b/src/modules/rlm_pam/rlm_pam.c index 9d4855657e6..1d6b8b389d5 100644 --- a/src/modules/rlm_pam/rlm_pam.c +++ b/src/modules/rlm_pam/rlm_pam.c @@ -1,7 +1,8 @@ /* * This program is is free software; you can redistribute it and/or modify - * it under the terms of the GNU General Public License, version 2 of the - * License as published by the Free Software Foundation. + * it under the terms of the GNU General Public License as published by + * the Free Software Foundation; either version 2 of the License, or (at + * your option) any later version. * * This program is distributed in the hope that it will be useful, * but WITHOUT ANY WARRANTY; without even the implied warranty of diff --git a/src/modules/rlm_pap/rlm_pap.c b/src/modules/rlm_pap/rlm_pap.c index a92164cde49..6734b11057b 100644 --- a/src/modules/rlm_pap/rlm_pap.c +++ b/src/modules/rlm_pap/rlm_pap.c @@ -1,7 +1,8 @@ /* * This program is is free software; you can redistribute it and/or modify - * it under the terms of the GNU General Public License, version 2 of the - * License as published by the Free Software Foundation. + * it under the terms of the GNU General Public License as published by + * the Free Software Foundation; either version 2 of the License, or (at + * your option) any later version. * * This program is distributed in the hope that it will be useful, * but WITHOUT ANY WARRANTY; without even the implied warranty of diff --git a/src/modules/rlm_passwd/rlm_passwd.c b/src/modules/rlm_passwd/rlm_passwd.c index 9577aacdf80..51e91c05a15 100644 --- a/src/modules/rlm_passwd/rlm_passwd.c +++ b/src/modules/rlm_passwd/rlm_passwd.c @@ -1,7 +1,8 @@ /* * This program is is free software; you can redistribute it and/or modify - * it under the terms of the GNU General Public License, version 2 of the - * License as published by the Free Software Foundation. + * it under the terms of the GNU General Public License as published by + * the Free Software Foundation; either version 2 of the License, or (at + * your option) any later version. * * This program is distributed in the hope that it will be useful, * but WITHOUT ANY WARRANTY; without even the implied warranty of diff --git a/src/modules/rlm_perl/rlm_perl.c b/src/modules/rlm_perl/rlm_perl.c index b7774cb4ea8..f5ca335bc62 100644 --- a/src/modules/rlm_perl/rlm_perl.c +++ b/src/modules/rlm_perl/rlm_perl.c @@ -1,7 +1,8 @@ /* * This program is is free software; you can redistribute it and/or modify - * it under the terms of the GNU General Public License, version 2 of the - * License as published by the Free Software Foundation. + * it under the terms of the GNU General Public License as published by + * the Free Software Foundation; either version 2 of the License, or (at + * your option) any later version. * * This program is distributed in the hope that it will be useful, * but WITHOUT ANY WARRANTY; without even the implied warranty of diff --git a/src/modules/rlm_preprocess/rlm_preprocess.c b/src/modules/rlm_preprocess/rlm_preprocess.c index ba9f345ca4f..c90ffc5507e 100644 --- a/src/modules/rlm_preprocess/rlm_preprocess.c +++ b/src/modules/rlm_preprocess/rlm_preprocess.c @@ -1,7 +1,8 @@ /* * This program is is free software; you can redistribute it and/or modify - * it under the terms of the GNU General Public License, version 2 of the - * License as published by the Free Software Foundation. + * it under the terms of the GNU General Public License as published by + * the Free Software Foundation; either version 2 of the License, or (at + * your option) any later version. * * This program is distributed in the hope that it will be useful, * but WITHOUT ANY WARRANTY; without even the implied warranty of diff --git a/src/modules/rlm_python/rlm_python.c b/src/modules/rlm_python/rlm_python.c index c14b78b8268..5c1e96d0b57 100644 --- a/src/modules/rlm_python/rlm_python.c +++ b/src/modules/rlm_python/rlm_python.c @@ -1,7 +1,8 @@ /* * This program is is free software; you can redistribute it and/or modify - * it under the terms of the GNU General Public License, version 2 of the - * License as published by the Free Software Foundation. + * it under the terms of the GNU General Public License as published by + * the Free Software Foundation; either version 2 of the License, or (at + * your option) any later version. * * This program is distributed in the hope that it will be useful, * but WITHOUT ANY WARRANTY; without even the implied warranty of diff --git a/src/modules/rlm_radutmp/rlm_radutmp.c b/src/modules/rlm_radutmp/rlm_radutmp.c index 2924a2dfccf..c5df9cfcf34 100644 --- a/src/modules/rlm_radutmp/rlm_radutmp.c +++ b/src/modules/rlm_radutmp/rlm_radutmp.c @@ -1,7 +1,8 @@ /* * This program is is free software; you can redistribute it and/or modify - * it under the terms of the GNU General Public License, version 2 of the - * License as published by the Free Software Foundation. + * it under the terms of the GNU General Public License as published by + * the Free Software Foundation; either version 2 of the License, or (at + * your option) any later version. * * This program is distributed in the hope that it will be useful, * but WITHOUT ANY WARRANTY; without even the implied warranty of diff --git a/src/modules/rlm_realm/rlm_realm.c b/src/modules/rlm_realm/rlm_realm.c index 26b81f8de90..6066758a85c 100644 --- a/src/modules/rlm_realm/rlm_realm.c +++ b/src/modules/rlm_realm/rlm_realm.c @@ -1,7 +1,8 @@ /* * This program is is free software; you can redistribute it and/or modify - * it under the terms of the GNU General Public License, version 2 of the - * License as published by the Free Software Foundation. + * it under the terms of the GNU General Public License as published by + * the Free Software Foundation; either version 2 of the License, or (at + * your option) any later version. * * This program is distributed in the hope that it will be useful, * but WITHOUT ANY WARRANTY; without even the implied warranty of diff --git a/src/modules/rlm_realm/trustrouter.c b/src/modules/rlm_realm/trustrouter.c index 7248459c229..04a59c24ea3 100644 --- a/src/modules/rlm_realm/trustrouter.c +++ b/src/modules/rlm_realm/trustrouter.c @@ -1,7 +1,8 @@ /* * This program is is free software; you can redistribute it and/or modify - * it under the terms of the GNU General Public License, version 2 of the - * License as published by the Free Software Foundation. + * it under the terms of the GNU General Public License as published by + * the Free Software Foundation; either version 2 of the License, or (at + * your option) any later version. * * This program is distributed in the hope that it will be useful, * but WITHOUT ANY WARRANTY; without even the implied warranty of diff --git a/src/modules/rlm_realm/trustrouter.h b/src/modules/rlm_realm/trustrouter.h index c69cd1afa84..4a148f28b4e 100644 --- a/src/modules/rlm_realm/trustrouter.h +++ b/src/modules/rlm_realm/trustrouter.h @@ -1,7 +1,8 @@ /* * This program is is free software; you can redistribute it and/or modify - * it under the terms of the GNU General Public License, version 2 of the - * License as published by the Free Software Foundation. + * it under the terms of the GNU General Public License as published by + * the Free Software Foundation; either version 2 of the License, or (at + * your option) any later version. * * This program is distributed in the hope that it will be useful, * but WITHOUT ANY WARRANTY; without even the implied warranty of diff --git a/src/modules/rlm_redis/rlm_redis.c b/src/modules/rlm_redis/rlm_redis.c index 4111e70fff2..7da26767250 100644 --- a/src/modules/rlm_redis/rlm_redis.c +++ b/src/modules/rlm_redis/rlm_redis.c @@ -1,7 +1,8 @@ /* * This program is is free software; you can redistribute it and/or modify - * it under the terms of the GNU General Public License, version 2 of the - * License as published by the Free Software Foundation. + * it under the terms of the GNU General Public License as published by + * the Free Software Foundation; either version 2 of the License, or (at + * your option) any later version. * * This program is distributed in the hope that it will be useful, * but WITHOUT ANY WARRANTY; without even the implied warranty of diff --git a/src/modules/rlm_rediswho/rlm_rediswho.c b/src/modules/rlm_rediswho/rlm_rediswho.c index 8f3ff16439b..7567a9a15f9 100644 --- a/src/modules/rlm_rediswho/rlm_rediswho.c +++ b/src/modules/rlm_rediswho/rlm_rediswho.c @@ -1,7 +1,8 @@ /* * This program is is free software; you can redistribute it and/or modify - * it under the terms of the GNU General Public License, version 2 of the - * License as published by the Free Software Foundation. + * it under the terms of the GNU General Public License as published by + * the Free Software Foundation; either version 2 of the License, or (at + * your option) any later version. * * This program is distributed in the hope that it will be useful, * but WITHOUT ANY WARRANTY; without even the implied warranty of diff --git a/src/modules/rlm_replicate/rlm_replicate.c b/src/modules/rlm_replicate/rlm_replicate.c index 0dbe2718ef7..0c6a3dc999e 100644 --- a/src/modules/rlm_replicate/rlm_replicate.c +++ b/src/modules/rlm_replicate/rlm_replicate.c @@ -1,7 +1,8 @@ /* * This program is is free software; you can redistribute it and/or modify - * it under the terms of the GNU General Public License, version 2 of the - * License as published by the Free Software Foundation. + * it under the terms of the GNU General Public License as published by + * the Free Software Foundation; either version 2 of the License, or (at + * your option) any later version. * * This program is distributed in the hope that it will be useful, * but WITHOUT ANY WARRANTY; without even the implied warranty of diff --git a/src/modules/rlm_rest/rlm_rest.c b/src/modules/rlm_rest/rlm_rest.c index 198c0b05e04..a497bc62c55 100644 --- a/src/modules/rlm_rest/rlm_rest.c +++ b/src/modules/rlm_rest/rlm_rest.c @@ -1,7 +1,8 @@ /* * This program is is free software; you can redistribute it and/or modify - * it under the terms of the GNU General Public License, version 2 of the - * License as published by the Free Software Foundation. + * it under the terms of the GNU General Public License as published by + * the Free Software Foundation; either version 2 of the License, or (at + * your option) any later version. * * This program is distributed in the hope that it will be useful, * but WITHOUT ANY WARRANTY; without even the implied warranty of diff --git a/src/modules/rlm_ruby/rlm_ruby.c b/src/modules/rlm_ruby/rlm_ruby.c index b2a5eb3c699..3a8ccd9f65f 100644 --- a/src/modules/rlm_ruby/rlm_ruby.c +++ b/src/modules/rlm_ruby/rlm_ruby.c @@ -1,7 +1,8 @@ /* * This program is is free software; you can redistribute it and/or modify - * it under the terms of the GNU General Public License, version 2 of the - * License as published by the Free Software Foundation. + * it under the terms of the GNU General Public License as published by + * the Free Software Foundation; either version 2 of the License, or (at + * your option) any later version. * * This program is distributed in the hope that it will be useful, * but WITHOUT ANY WARRANTY; without even the implied warranty of diff --git a/src/modules/rlm_securid/rlm_securid.c b/src/modules/rlm_securid/rlm_securid.c index d2460247792..780c5d3c9e2 100644 --- a/src/modules/rlm_securid/rlm_securid.c +++ b/src/modules/rlm_securid/rlm_securid.c @@ -1,7 +1,8 @@ /* * This program is is free software; you can redistribute it and/or modify - * it under the terms of the GNU General Public License, version 2 of the - * License as published by the Free Software Foundation. + * it under the terms of the GNU General Public License as published by + * the Free Software Foundation; either version 2 of the License, or (at + * your option) any later version. * * This program is distributed in the hope that it will be useful, * but WITHOUT ANY WARRANTY; without even the implied warranty of diff --git a/src/modules/rlm_smsotp/rlm_smsotp.c b/src/modules/rlm_smsotp/rlm_smsotp.c index 62141f146d2..8a2d9232fa6 100644 --- a/src/modules/rlm_smsotp/rlm_smsotp.c +++ b/src/modules/rlm_smsotp/rlm_smsotp.c @@ -1,7 +1,8 @@ /* * This program is is free software; you can redistribute it and/or modify - * it under the terms of the GNU General Public License, version 2 of the - * License as published by the Free Software Foundation. + * it under the terms of the GNU General Public License as published by + * the Free Software Foundation; either version 2 of the License, or (at + * your option) any later version. * * This program is distributed in the hope that it will be useful, * but WITHOUT ANY WARRANTY; without even the implied warranty of diff --git a/src/modules/rlm_soh/rlm_soh.c b/src/modules/rlm_soh/rlm_soh.c index 74f1bd04fd8..7977913e5b6 100644 --- a/src/modules/rlm_soh/rlm_soh.c +++ b/src/modules/rlm_soh/rlm_soh.c @@ -1,7 +1,8 @@ /* * This program is is free software; you can redistribute it and/or modify - * it under the terms of the GNU General Public License, version 2 of the - * License as published by the Free Software Foundation. + * it under the terms of the GNU General Public License as published by + * the Free Software Foundation; either version 2 of the License, or (at + * your option) any later version. * * This program is distributed in the hope that it will be useful, * but WITHOUT ANY WARRANTY; without even the implied warranty of diff --git a/src/modules/rlm_sometimes/rlm_sometimes.c b/src/modules/rlm_sometimes/rlm_sometimes.c index 36cf9a414c5..ab2151ee4c7 100644 --- a/src/modules/rlm_sometimes/rlm_sometimes.c +++ b/src/modules/rlm_sometimes/rlm_sometimes.c @@ -1,7 +1,8 @@ /* * This program is is free software; you can redistribute it and/or modify - * it under the terms of the GNU General Public License, version 2 of the - * License as published by the Free Software Foundation. + * it under the terms of the GNU General Public License as published by + * the Free Software Foundation; either version 2 of the License, or (at + * your option) any later version. * * This program is distributed in the hope that it will be useful, * but WITHOUT ANY WARRANTY; without even the implied warranty of diff --git a/src/modules/rlm_sql/drivers/rlm_sql_freetds/rlm_sql_freetds.c b/src/modules/rlm_sql/drivers/rlm_sql_freetds/rlm_sql_freetds.c index 0bf8f598058..6db73d04c8d 100644 --- a/src/modules/rlm_sql/drivers/rlm_sql_freetds/rlm_sql_freetds.c +++ b/src/modules/rlm_sql/drivers/rlm_sql_freetds/rlm_sql_freetds.c @@ -1,7 +1,8 @@ /* * This program is is free software; you can redistribute it and/or modify - * it under the terms of the GNU General Public License, version 2 of the - * License as published by the Free Software Foundation. + * it under the terms of the GNU General Public License as published by + * the Free Software Foundation; either version 2 of the License, or (at + * your option) any later version. * * This program is distributed in the hope that it will be useful, * but WITHOUT ANY WARRANTY; without even the implied warranty of diff --git a/src/modules/rlm_sql/drivers/rlm_sql_sqlite/rlm_sql_sqlite.c b/src/modules/rlm_sql/drivers/rlm_sql_sqlite/rlm_sql_sqlite.c index f6904ff07fa..4073724eef5 100644 --- a/src/modules/rlm_sql/drivers/rlm_sql_sqlite/rlm_sql_sqlite.c +++ b/src/modules/rlm_sql/drivers/rlm_sql_sqlite/rlm_sql_sqlite.c @@ -1,7 +1,8 @@ /* * This program is is free software; you can redistribute it and/or modify - * it under the terms of the GNU General Public License, version 2 of the - * License as published by the Free Software Foundation. + * it under the terms of the GNU General Public License as published by + * the Free Software Foundation; either version 2 of the License, or (at + * your option) any later version. * * This program is distributed in the hope that it will be useful, * but WITHOUT ANY WARRANTY; without even the implied warranty of diff --git a/src/modules/rlm_sql/rlm_sql.c b/src/modules/rlm_sql/rlm_sql.c index ca818d9ab90..12cb93ad03d 100644 --- a/src/modules/rlm_sql/rlm_sql.c +++ b/src/modules/rlm_sql/rlm_sql.c @@ -1,7 +1,8 @@ /* * This program is is free software; you can redistribute it and/or modify - * it under the terms of the GNU General Public License, version 2 of the - * License as published by the Free Software Foundation. + * it under the terms of the GNU General Public License as published by + * the Free Software Foundation; either version 2 of the License, or (at + * your option) any later version. * * This program is distributed in the hope that it will be useful, * but WITHOUT ANY WARRANTY; without even the implied warranty of diff --git a/src/modules/rlm_sqlcounter/rlm_sqlcounter.c b/src/modules/rlm_sqlcounter/rlm_sqlcounter.c index bb1b86fe687..a0a581c0ac7 100644 --- a/src/modules/rlm_sqlcounter/rlm_sqlcounter.c +++ b/src/modules/rlm_sqlcounter/rlm_sqlcounter.c @@ -1,7 +1,8 @@ /* * This program is is free software; you can redistribute it and/or modify - * it under the terms of the GNU General Public License, version 2 of the - * License as published by the Free Software Foundation. + * it under the terms of the GNU General Public License as published by + * the Free Software Foundation; either version 2 of the License, or (at + * your option) any later version. * * This program is distributed in the hope that it will be useful, * but WITHOUT ANY WARRANTY; without even the implied warranty of diff --git a/src/modules/rlm_sqlhpwippool/rlm_sqlhpwippool.c b/src/modules/rlm_sqlhpwippool/rlm_sqlhpwippool.c index f753fb8b79f..55b122bec8a 100644 --- a/src/modules/rlm_sqlhpwippool/rlm_sqlhpwippool.c +++ b/src/modules/rlm_sqlhpwippool/rlm_sqlhpwippool.c @@ -1,7 +1,8 @@ /* * This program is is free software; you can redistribute it and/or modify - * it under the terms of the GNU General Public License, version 2 of the - * License as published by the Free Software Foundation. + * it under the terms of the GNU General Public License as published by + * the Free Software Foundation; either version 2 of the License, or (at + * your option) any later version. * * This program is distributed in the hope that it will be useful, * but WITHOUT ANY WARRANTY; without even the implied warranty of diff --git a/src/modules/rlm_sqlippool/rlm_sqlippool.c b/src/modules/rlm_sqlippool/rlm_sqlippool.c index e4c4ef0ad5a..c65f5162af8 100644 --- a/src/modules/rlm_sqlippool/rlm_sqlippool.c +++ b/src/modules/rlm_sqlippool/rlm_sqlippool.c @@ -1,7 +1,8 @@ /* * This program is is free software; you can redistribute it and/or modify - * it under the terms of the GNU General Public License, version 2 of the - * License as published by the Free Software Foundation. + * it under the terms of the GNU General Public License as published by + * the Free Software Foundation; either version 2 of the License, or (at + * your option) any later version. * * This program is distributed in the hope that it will be useful, * but WITHOUT ANY WARRANTY; without even the implied warranty of diff --git a/src/modules/rlm_test/rlm_test.c b/src/modules/rlm_test/rlm_test.c index dd7fddf5199..5e8be6515e9 100644 --- a/src/modules/rlm_test/rlm_test.c +++ b/src/modules/rlm_test/rlm_test.c @@ -1,7 +1,8 @@ /* * This program is is free software; you can redistribute it and/or modify - * it under the terms of the GNU General Public License, version 2 of the - * License as published by the Free Software Foundation. + * it under the terms of the GNU General Public License as published by + * the Free Software Foundation; either version 2 of the License, or (at + * your option) any later version. * * This program is distributed in the hope that it will be useful, * but WITHOUT ANY WARRANTY; without even the implied warranty of diff --git a/src/modules/rlm_unbound/rlm_unbound.c b/src/modules/rlm_unbound/rlm_unbound.c index efe5407fd77..af8dce032cf 100644 --- a/src/modules/rlm_unbound/rlm_unbound.c +++ b/src/modules/rlm_unbound/rlm_unbound.c @@ -1,7 +1,8 @@ /* * This program is is free software; you can redistribute it and/or modify - * it under the terms of the GNU General Public License, version 2 of the - * License as published by the Free Software Foundation. + * it under the terms of the GNU General Public License as published by + * the Free Software Foundation; either version 2 of the License, or (at + * your option) any later version. * * This program is distributed in the hope that it will be useful, * but WITHOUT ANY WARRANTY; without even the implied warranty of diff --git a/src/modules/rlm_unix/rlm_unix.c b/src/modules/rlm_unix/rlm_unix.c index d1e17219be6..4ab7609a3b2 100644 --- a/src/modules/rlm_unix/rlm_unix.c +++ b/src/modules/rlm_unix/rlm_unix.c @@ -1,7 +1,8 @@ /* * This program is is free software; you can redistribute it and/or modify - * it under the terms of the GNU General Public License, version 2 of the - * License as published by the Free Software Foundation. + * it under the terms of the GNU General Public License as published by + * the Free Software Foundation; either version 2 of the License, or (at + * your option) any later version. * * This program is distributed in the hope that it will be useful, * but WITHOUT ANY WARRANTY; without even the implied warranty of diff --git a/src/modules/rlm_unpack/rlm_unpack.c b/src/modules/rlm_unpack/rlm_unpack.c index 73a95435ce1..ea44f80c5ed 100644 --- a/src/modules/rlm_unpack/rlm_unpack.c +++ b/src/modules/rlm_unpack/rlm_unpack.c @@ -1,7 +1,8 @@ /* * This program is is free software; you can redistribute it and/or modify - * it under the terms of the GNU General Public License, version 2 of the - * License as published by the Free Software Foundation. + * it under the terms of the GNU General Public License as published by + * the Free Software Foundation; either version 2 of the License, or (at + * your option) any later version. * * This program is distributed in the hope that it will be useful, * but WITHOUT ANY WARRANTY; without even the implied warranty of diff --git a/src/modules/rlm_utf8/rlm_utf8.c b/src/modules/rlm_utf8/rlm_utf8.c index 9279a738f72..7949dfabeff 100644 --- a/src/modules/rlm_utf8/rlm_utf8.c +++ b/src/modules/rlm_utf8/rlm_utf8.c @@ -1,7 +1,8 @@ /* * This program is is free software; you can redistribute it and/or modify - * it under the terms of the GNU General Public License, version 2 of the - * License as published by the Free Software Foundation. + * it under the terms of the GNU General Public License as published by + * the Free Software Foundation; either version 2 of the License, or (at + * your option) any later version. * * This program is distributed in the hope that it will be useful, * but WITHOUT ANY WARRANTY; without even the implied warranty of diff --git a/src/modules/rlm_yubikey/rlm_yubikey.c b/src/modules/rlm_yubikey/rlm_yubikey.c index fd9bee67d67..faa841fe61c 100644 --- a/src/modules/rlm_yubikey/rlm_yubikey.c +++ b/src/modules/rlm_yubikey/rlm_yubikey.c @@ -1,7 +1,8 @@ /* * This program is is free software; you can redistribute it and/or modify - * it under the terms of the GNU General Public License, version 2 of the - * License as published by the Free Software Foundation. + * it under the terms of the GNU General Public License as published by + * the Free Software Foundation; either version 2 of the License, or (at + * your option) any later version. * * This program is distributed in the hope that it will be useful, * but WITHOUT ANY WARRANTY; without even the implied warranty of -- 2.47.3