From 7f8bbe29436e29cc2683955d642f79a10d62f67d Mon Sep 17 00:00:00 2001 From: Ian Jackson Date: Sun, 19 Oct 2014 23:58:22 +0100 Subject: [PATCH] Licensing: Update version in file header comments Signed-off-by: Ian Jackson --- Makefile.in | 2 +- acconfig.h | 2 +- aclocal.m4 | 2 +- client/Makefile.in | 2 +- client/addrtext.c | 2 +- client/adh-main.c | 2 +- client/adh-opts.c | 2 +- client/adh-query.c | 2 +- client/adnsheloex.c | 2 +- client/adnshost.h | 2 +- client/adnslogres.c | 2 +- client/adnsresfilter.c | 2 +- client/adnstest.c | 2 +- client/client.h | 2 +- client/fanftest.c | 2 +- configure.in | 2 +- dynamic/Makefile.in | 2 +- regress/Makefile.in | 2 +- regress/addcases | 2 +- regress/checkall | 2 +- regress/harness.h.m4 | 2 +- regress/hcommon.c.m4 | 2 +- regress/hmacros.i4 | 2 +- regress/hplayback.c.m4 | 2 +- regress/hrecord.c.m4 | 2 +- regress/hredirect.h.m4 | 2 +- regress/hsyscalls.h.m4 | 2 +- regress/hsyscalls.i4 | 2 +- regress/m1test | 2 +- regress/r1test | 2 +- settings.make.in | 2 +- src/Makefile.in | 2 +- src/addrfam.c | 2 +- src/adns.h | 2 +- src/adns.make | 2 +- src/check.c | 2 +- src/dlist.h | 2 +- src/event.c | 2 +- src/general.c | 2 +- src/internal.h | 2 +- src/parse.c | 2 +- src/poll.c | 2 +- src/query.c | 2 +- src/reply.c | 2 +- src/setup.c | 2 +- src/transmit.c | 2 +- src/tvarith.h | 2 +- src/types.c | 2 +- 48 files changed, 48 insertions(+), 48 deletions(-) diff --git a/Makefile.in b/Makefile.in index 4bedf29..28c0163 100644 --- a/Makefile.in +++ b/Makefile.in @@ -8,7 +8,7 @@ # # This program is free software; you can redistribute it and/or modify # it under the terms of the GNU General Public License as published by -# the Free Software Foundation; either version 2, or (at your option) +# the Free Software Foundation; either version 3, or (at your option) # any later version. # # This program is distributed in the hope that it will be useful, diff --git a/acconfig.h b/acconfig.h index fac467c..02e24d0 100644 --- a/acconfig.h +++ b/acconfig.h @@ -11,7 +11,7 @@ * * This program is free software; you can redistribute it and/or modify * it under the terms of the GNU General Public License as published by - * the Free Software Foundation; either version 2, or (at your option) + * the Free Software Foundation; either version 3, or (at your option) * any later version. * * This program is distributed in the hope that it will be useful, diff --git a/aclocal.m4 b/aclocal.m4 index b3879a0..a1fcce8 100644 --- a/aclocal.m4 +++ b/aclocal.m4 @@ -8,7 +8,7 @@ # # This program is free software; you can redistribute it and/or modify # it under the terms of the GNU General Public License as published by -# the Free Software Foundation; either version 2, or (at your option) +# the Free Software Foundation; either version 3, or (at your option) # any later version. # # This program is distributed in the hope that it will be useful, diff --git a/client/Makefile.in b/client/Makefile.in index 0588072..95e2d04 100644 --- a/client/Makefile.in +++ b/client/Makefile.in @@ -8,7 +8,7 @@ # # This program is free software; you can redistribute it and/or modify # it under the terms of the GNU General Public License as published by -# the Free Software Foundation; either version 2, or (at your option) +# the Free Software Foundation; either version 3, or (at your option) # any later version. # # This program is distributed in the hope that it will be useful, diff --git a/client/addrtext.c b/client/addrtext.c index f61aa68..06e5f9a 100644 --- a/client/addrtext.c +++ b/client/addrtext.c @@ -29,7 +29,7 @@ * * This program is free software; you can redistribute it and/or modify * it under the terms of the GNU General Public License as published by - * the Free Software Foundation; either version 2, or (at your option) + * the Free Software Foundation; either version 3, or (at your option) * any later version. * * This program is distributed in the hope that it will be useful, diff --git a/client/adh-main.c b/client/adh-main.c index dc9c46d..0fe6af0 100644 --- a/client/adh-main.c +++ b/client/adh-main.c @@ -12,7 +12,7 @@ * * This program is free software; you can redistribute it and/or modify * it under the terms of the GNU General Public License as published by - * the Free Software Foundation; either version 2, or (at your option) + * the Free Software Foundation; either version 3, or (at your option) * any later version. * * This program is distributed in the hope that it will be useful, diff --git a/client/adh-opts.c b/client/adh-opts.c index 1521b5c..ceb2b45 100644 --- a/client/adh-opts.c +++ b/client/adh-opts.c @@ -12,7 +12,7 @@ * * This program is free software; you can redistribute it and/or modify * it under the terms of the GNU General Public License as published by - * the Free Software Foundation; either version 2, or (at your option) + * the Free Software Foundation; either version 3, or (at your option) * any later version. * * This program is distributed in the hope that it will be useful, diff --git a/client/adh-query.c b/client/adh-query.c index 1a78bdb..6f73e2d 100644 --- a/client/adh-query.c +++ b/client/adh-query.c @@ -12,7 +12,7 @@ * * This program is free software; you can redistribute it and/or modify * it under the terms of the GNU General Public License as published by - * the Free Software Foundation; either version 2, or (at your option) + * the Free Software Foundation; either version 3, or (at your option) * any later version. * * This program is distributed in the hope that it will be useful, diff --git a/client/adnsheloex.c b/client/adnsheloex.c index a4ad542..8444049 100644 --- a/client/adnsheloex.c +++ b/client/adnsheloex.c @@ -14,7 +14,7 @@ * * This program is free software; you can redistribute it and/or modify * it under the terms of the GNU General Public License as published by - * the Free Software Foundation; either version 2, or (at your option) + * the Free Software Foundation; either version 3, or (at your option) * any later version. * * This program is distributed in the hope that it will be useful, diff --git a/client/adnshost.h b/client/adnshost.h index a739399..ea2a596 100644 --- a/client/adnshost.h +++ b/client/adnshost.h @@ -11,7 +11,7 @@ * * This program is free software; you can redistribute it and/or modify * it under the terms of the GNU General Public License as published by - * the Free Software Foundation; either version 2, or (at your option) + * the Free Software Foundation; either version 3, or (at your option) * any later version. * * This program is distributed in the hope that it will be useful, diff --git a/client/adnslogres.c b/client/adnslogres.c index 50ba58d..41258e1 100644 --- a/client/adnslogres.c +++ b/client/adnslogres.c @@ -15,7 +15,7 @@ * * This program is free software; you can redistribute it and/or modify * it under the terms of the GNU General Public License as published by - * the Free Software Foundation; either version 2, or (at your option) + * the Free Software Foundation; either version 3, or (at your option) * any later version. * * This program is distributed in the hope that it will be useful, diff --git a/client/adnsresfilter.c b/client/adnsresfilter.c index 7632ee3..6f5e09a 100644 --- a/client/adnsresfilter.c +++ b/client/adnsresfilter.c @@ -11,7 +11,7 @@ * * This program is free software; you can redistribute it and/or modify * it under the terms of the GNU General Public License as published by - * the Free Software Foundation; either version 2, or (at your option) + * the Free Software Foundation; either version 3, or (at your option) * any later version. * * This program is distributed in the hope that it will be useful, diff --git a/client/adnstest.c b/client/adnstest.c index 99da619..0c6b04e 100644 --- a/client/adnstest.c +++ b/client/adnstest.c @@ -11,7 +11,7 @@ * * This program is free software; you can redistribute it and/or modify * it under the terms of the GNU General Public License as published by - * the Free Software Foundation; either version 2, or (at your option) + * the Free Software Foundation; either version 3, or (at your option) * any later version. * * This program is distributed in the hope that it will be useful, diff --git a/client/client.h b/client/client.h index 56532a9..64f5a2b 100644 --- a/client/client.h +++ b/client/client.h @@ -11,7 +11,7 @@ * * This program is free software; you can redistribute it and/or modify * it under the terms of the GNU General Public License as published by - * the Free Software Foundation; either version 2, or (at your option) + * the Free Software Foundation; either version 3, or (at your option) * any later version. * * This program is distributed in the hope that it will be useful, diff --git a/client/fanftest.c b/client/fanftest.c index 4942f4c..9c57c15 100644 --- a/client/fanftest.c +++ b/client/fanftest.c @@ -15,7 +15,7 @@ * * This program is free software; you can redistribute it and/or modify * it under the terms of the GNU General Public License as published by - * the Free Software Foundation; either version 2, or (at your option) + * the Free Software Foundation; either version 3, or (at your option) * any later version. * * This program is distributed in the hope that it will be useful, diff --git a/configure.in b/configure.in index 3e72cad..c810da2 100644 --- a/configure.in +++ b/configure.in @@ -8,7 +8,7 @@ # # This program is free software; you can redistribute it and/or modify # it under the terms of the GNU General Public License as published by -# the Free Software Foundation; either version 2, or (at your option) +# the Free Software Foundation; either version 3, or (at your option) # any later version. # # This program is distributed in the hope that it will be useful, diff --git a/dynamic/Makefile.in b/dynamic/Makefile.in index 59b6bbd..1efe1cb 100644 --- a/dynamic/Makefile.in +++ b/dynamic/Makefile.in @@ -8,7 +8,7 @@ # # This program is free software; you can redistribute it and/or modify # it under the terms of the GNU General Public License as published by -# the Free Software Foundation; either version 2, or (at your option) +# the Free Software Foundation; either version 3, or (at your option) # any later version. # # This program is distributed in the hope that it will be useful, diff --git a/regress/Makefile.in b/regress/Makefile.in index 94017cc..c403172 100644 --- a/regress/Makefile.in +++ b/regress/Makefile.in @@ -8,7 +8,7 @@ # # This program is free software; you can redistribute it and/or modify # it under the terms of the GNU General Public License as published by -# the Free Software Foundation; either version 2, or (at your option) +# the Free Software Foundation; either version 3, or (at your option) # any later version. # # This program is distributed in the hope that it will be useful, diff --git a/regress/addcases b/regress/addcases index 9d9bf58..bb9accc 100755 --- a/regress/addcases +++ b/regress/addcases @@ -9,7 +9,7 @@ # # This program is free software; you can redistribute it and/or modify # it under the terms of the GNU General Public License as published by -# the Free Software Foundation; either version 2, or (at your option) +# the Free Software Foundation; either version 3, or (at your option) # any later version. # # This program is distributed in the hope that it will be useful, diff --git a/regress/checkall b/regress/checkall index c63a294..0bfae61 100755 --- a/regress/checkall +++ b/regress/checkall @@ -10,7 +10,7 @@ # # This program is free software; you can redistribute it and/or modify # it under the terms of the GNU General Public License as published by -# the Free Software Foundation; either version 2, or (at your option) +# the Free Software Foundation; either version 3, or (at your option) # any later version. # # This program is distributed in the hope that it will be useful, diff --git a/regress/harness.h.m4 b/regress/harness.h.m4 index 9fddb74..665e50e 100644 --- a/regress/harness.h.m4 +++ b/regress/harness.h.m4 @@ -10,7 +10,7 @@ m4_dnl (See the file INSTALL for full details.) m4_dnl m4_dnl This program is free software; you can redistribute it and/or modify m4_dnl it under the terms of the GNU General Public License as published by -m4_dnl the Free Software Foundation; either version 2, or (at your option) +m4_dnl the Free Software Foundation; either version 3, or (at your option) m4_dnl any later version. m4_dnl m4_dnl This program is distributed in the hope that it will be useful, diff --git a/regress/hcommon.c.m4 b/regress/hcommon.c.m4 index 8901574..7ca28c1 100644 --- a/regress/hcommon.c.m4 +++ b/regress/hcommon.c.m4 @@ -10,7 +10,7 @@ m4_dnl (See the file INSTALL for full details.) m4_dnl m4_dnl This program is free software; you can redistribute it and/or modify m4_dnl it under the terms of the GNU General Public License as published by -m4_dnl the Free Software Foundation; either version 2, or (at your option) +m4_dnl the Free Software Foundation; either version 3, or (at your option) m4_dnl any later version. m4_dnl m4_dnl This program is distributed in the hope that it will be useful, diff --git a/regress/hmacros.i4 b/regress/hmacros.i4 index 43e5e67..fd2a24b 100644 --- a/regress/hmacros.i4 +++ b/regress/hmacros.i4 @@ -10,7 +10,7 @@ m4_dnl (See the file INSTALL for full details.) m4_dnl m4_dnl This program is free software; you can redistribute it and/or modify m4_dnl it under the terms of the GNU General Public License as published by -m4_dnl the Free Software Foundation; either version 2, or (at your option) +m4_dnl the Free Software Foundation; either version 3, or (at your option) m4_dnl any later version. m4_dnl m4_dnl This program is distributed in the hope that it will be useful, diff --git a/regress/hplayback.c.m4 b/regress/hplayback.c.m4 index dfb0a0c..786b1e4 100644 --- a/regress/hplayback.c.m4 +++ b/regress/hplayback.c.m4 @@ -10,7 +10,7 @@ m4_dnl (See the file INSTALL for full details.) m4_dnl m4_dnl This program is free software; you can redistribute it and/or modify m4_dnl it under the terms of the GNU General Public License as published by -m4_dnl the Free Software Foundation; either version 2, or (at your option) +m4_dnl the Free Software Foundation; either version 3, or (at your option) m4_dnl any later version. m4_dnl m4_dnl This program is distributed in the hope that it will be useful, diff --git a/regress/hrecord.c.m4 b/regress/hrecord.c.m4 index d6bb60b..68bf74e 100644 --- a/regress/hrecord.c.m4 +++ b/regress/hrecord.c.m4 @@ -10,7 +10,7 @@ m4_dnl (See the file INSTALL for full details.) m4_dnl m4_dnl This program is free software; you can redistribute it and/or modify m4_dnl it under the terms of the GNU General Public License as published by -m4_dnl the Free Software Foundation; either version 2, or (at your option) +m4_dnl the Free Software Foundation; either version 3, or (at your option) m4_dnl any later version. m4_dnl m4_dnl This program is distributed in the hope that it will be useful, diff --git a/regress/hredirect.h.m4 b/regress/hredirect.h.m4 index 8634acf..bc4c8ef 100644 --- a/regress/hredirect.h.m4 +++ b/regress/hredirect.h.m4 @@ -10,7 +10,7 @@ m4_dnl (See the file INSTALL for full details.) m4_dnl m4_dnl This program is free software; you can redistribute it and/or modify m4_dnl it under the terms of the GNU General Public License as published by -m4_dnl the Free Software Foundation; either version 2, or (at your option) +m4_dnl the Free Software Foundation; either version 3, or (at your option) m4_dnl any later version. m4_dnl m4_dnl This program is distributed in the hope that it will be useful, diff --git a/regress/hsyscalls.h.m4 b/regress/hsyscalls.h.m4 index 202ace0..b2daf6e 100644 --- a/regress/hsyscalls.h.m4 +++ b/regress/hsyscalls.h.m4 @@ -10,7 +10,7 @@ m4_dnl (See the file INSTALL for full details.) m4_dnl m4_dnl This program is free software; you can redistribute it and/or modify m4_dnl it under the terms of the GNU General Public License as published by -m4_dnl the Free Software Foundation; either version 2, or (at your option) +m4_dnl the Free Software Foundation; either version 3, or (at your option) m4_dnl any later version. m4_dnl m4_dnl This program is distributed in the hope that it will be useful, diff --git a/regress/hsyscalls.i4 b/regress/hsyscalls.i4 index 35684c8..1089dad 100644 --- a/regress/hsyscalls.i4 +++ b/regress/hsyscalls.i4 @@ -10,7 +10,7 @@ m4_dnl (See the file INSTALL for full details.) m4_dnl m4_dnl This program is free software; you can redistribute it and/or modify m4_dnl it under the terms of the GNU General Public License as published by -m4_dnl the Free Software Foundation; either version 2, or (at your option) +m4_dnl the Free Software Foundation; either version 3, or (at your option) m4_dnl any later version. m4_dnl m4_dnl This program is distributed in the hope that it will be useful, diff --git a/regress/m1test b/regress/m1test index 493db0b..17b63c6 100755 --- a/regress/m1test +++ b/regress/m1test @@ -10,7 +10,7 @@ # # This program is free software; you can redistribute it and/or modify # it under the terms of the GNU General Public License as published by -# the Free Software Foundation; either version 2, or (at your option) +# the Free Software Foundation; either version 3, or (at your option) # any later version. # # This program is distributed in the hope that it will be useful, diff --git a/regress/r1test b/regress/r1test index b2549e7..385d9ab 100755 --- a/regress/r1test +++ b/regress/r1test @@ -10,7 +10,7 @@ # # This program is free software; you can redistribute it and/or modify # it under the terms of the GNU General Public License as published by -# the Free Software Foundation; either version 2, or (at your option) +# the Free Software Foundation; either version 3, or (at your option) # any later version. # # This program is distributed in the hope that it will be useful, diff --git a/settings.make.in b/settings.make.in index c92428a..63c8044 100644 --- a/settings.make.in +++ b/settings.make.in @@ -9,7 +9,7 @@ # # This program is free software; you can redistribute it and/or modify # it under the terms of the GNU General Public License as published by -# the Free Software Foundation; either version 2, or (at your option) +# the Free Software Foundation; either version 3, or (at your option) # any later version. # # This program is distributed in the hope that it will be useful, diff --git a/src/Makefile.in b/src/Makefile.in index a28dda3..a59eb4e 100644 --- a/src/Makefile.in +++ b/src/Makefile.in @@ -8,7 +8,7 @@ # # This program is free software; you can redistribute it and/or modify # it under the terms of the GNU General Public License as published by -# the Free Software Foundation; either version 2, or (at your option) +# the Free Software Foundation; either version 3, or (at your option) # any later version. # # This program is distributed in the hope that it will be useful, diff --git a/src/addrfam.c b/src/addrfam.c index 4d2fe06..8b078ca 100644 --- a/src/addrfam.c +++ b/src/addrfam.c @@ -11,7 +11,7 @@ * * This program is free software; you can redistribute it and/or modify * it under the terms of the GNU General Public License as published by - * the Free Software Foundation; either version 2, or (at your option) + * the Free Software Foundation; either version 3, or (at your option) * any later version. * * This program is distributed in the hope that it will be useful, diff --git a/src/adns.h b/src/adns.h index c75dbb6..c2fca67 100644 --- a/src/adns.h +++ b/src/adns.h @@ -14,7 +14,7 @@ * * This program is free software; you can redistribute it and/or modify * it under the terms of the GNU General Public License as published by - * the Free Software Foundation; either version 2, or (at your option) + * the Free Software Foundation; either version 3, or (at your option) * any later version. * * This program is distributed in the hope that it will be useful, diff --git a/src/adns.make b/src/adns.make index 1c35eb1..0531b89 100644 --- a/src/adns.make +++ b/src/adns.make @@ -8,7 +8,7 @@ # # This program is free software; you can redistribute it and/or modify # it under the terms of the GNU General Public License as published by -# the Free Software Foundation; either version 2, or (at your option) +# the Free Software Foundation; either version 3, or (at your option) # any later version. # # This program is distributed in the hope that it will be useful, diff --git a/src/check.c b/src/check.c index e9d6771..d86268e 100644 --- a/src/check.c +++ b/src/check.c @@ -11,7 +11,7 @@ * * This program is free software; you can redistribute it and/or modify * it under the terms of the GNU General Public License as published by - * the Free Software Foundation; either version 2, or (at your option) + * the Free Software Foundation; either version 3, or (at your option) * any later version. * * This program is distributed in the hope that it will be useful, diff --git a/src/dlist.h b/src/dlist.h index d72fb39..b7cd727 100644 --- a/src/dlist.h +++ b/src/dlist.h @@ -11,7 +11,7 @@ * * This program is free software; you can redistribute it and/or modify * it under the terms of the GNU General Public License as published by - * the Free Software Foundation; either version 2, or (at your option) + * the Free Software Foundation; either version 3, or (at your option) * any later version. * * This program is distributed in the hope that it will be useful, diff --git a/src/event.c b/src/event.c index 6cfc4ba..5553ace 100644 --- a/src/event.c +++ b/src/event.c @@ -13,7 +13,7 @@ * * This program is free software; you can redistribute it and/or modify * it under the terms of the GNU General Public License as published by - * the Free Software Foundation; either version 2, or (at your option) + * the Free Software Foundation; either version 3, or (at your option) * any later version. * * This program is distributed in the hope that it will be useful, diff --git a/src/general.c b/src/general.c index 75262a6..417fe96 100644 --- a/src/general.c +++ b/src/general.c @@ -12,7 +12,7 @@ * * This program is free software; you can redistribute it and/or modify * it under the terms of the GNU General Public License as published by - * the Free Software Foundation; either version 2, or (at your option) + * the Free Software Foundation; either version 3, or (at your option) * any later version. * * This program is distributed in the hope that it will be useful, diff --git a/src/internal.h b/src/internal.h index 5d70ead..34cea89 100644 --- a/src/internal.h +++ b/src/internal.h @@ -13,7 +13,7 @@ * * This program is free software; you can redistribute it and/or modify * it under the terms of the GNU General Public License as published by - * the Free Software Foundation; either version 2, or (at your option) + * the Free Software Foundation; either version 3, or (at your option) * any later version. * * This program is distributed in the hope that it will be useful, diff --git a/src/parse.c b/src/parse.c index 20853dd..7a6ece7 100644 --- a/src/parse.c +++ b/src/parse.c @@ -11,7 +11,7 @@ * * This program is free software; you can redistribute it and/or modify * it under the terms of the GNU General Public License as published by - * the Free Software Foundation; either version 2, or (at your option) + * the Free Software Foundation; either version 3, or (at your option) * any later version. * * This program is distributed in the hope that it will be useful, diff --git a/src/poll.c b/src/poll.c index 60ff6ec..5cedeb0 100644 --- a/src/poll.c +++ b/src/poll.c @@ -11,7 +11,7 @@ * * This program is free software; you can redistribute it and/or modify * it under the terms of the GNU General Public License as published by - * the Free Software Foundation; either version 2, or (at your option) + * the Free Software Foundation; either version 3, or (at your option) * any later version. * * This program is distributed in the hope that it will be useful, diff --git a/src/query.c b/src/query.c index 5bf8aa9..7d6177c 100644 --- a/src/query.c +++ b/src/query.c @@ -13,7 +13,7 @@ * * This program is free software; you can redistribute it and/or modify * it under the terms of the GNU General Public License as published by - * the Free Software Foundation; either version 2, or (at your option) + * the Free Software Foundation; either version 3, or (at your option) * any later version. * * This program is distributed in the hope that it will be useful, diff --git a/src/reply.c b/src/reply.c index 08d274f..d4677b6 100644 --- a/src/reply.c +++ b/src/reply.c @@ -11,7 +11,7 @@ * * This program is free software; you can redistribute it and/or modify * it under the terms of the GNU General Public License as published by - * the Free Software Foundation; either version 2, or (at your option) + * the Free Software Foundation; either version 3, or (at your option) * any later version. * * This program is distributed in the hope that it will be useful, diff --git a/src/setup.c b/src/setup.c index de031e3..44069b2 100644 --- a/src/setup.c +++ b/src/setup.c @@ -12,7 +12,7 @@ * * This program is free software; you can redistribute it and/or modify * it under the terms of the GNU General Public License as published by - * the Free Software Foundation; either version 2, or (at your option) + * the Free Software Foundation; either version 3, or (at your option) * any later version. * * This program is distributed in the hope that it will be useful, diff --git a/src/transmit.c b/src/transmit.c index 853bb5c..549bc7d 100644 --- a/src/transmit.c +++ b/src/transmit.c @@ -12,7 +12,7 @@ * * This program is free software; you can redistribute it and/or modify * it under the terms of the GNU General Public License as published by - * the Free Software Foundation; either version 2, or (at your option) + * the Free Software Foundation; either version 3, or (at your option) * any later version. * * This program is distributed in the hope that it will be useful, diff --git a/src/tvarith.h b/src/tvarith.h index 5a9ab5e..60e1ac6 100644 --- a/src/tvarith.h +++ b/src/tvarith.h @@ -11,7 +11,7 @@ * * This program is free software; you can redistribute it and/or modify * it under the terms of the GNU General Public License as published by - * the Free Software Foundation; either version 2, or (at your option) + * the Free Software Foundation; either version 3, or (at your option) * any later version. * * This program is distributed in the hope that it will be useful, diff --git a/src/types.c b/src/types.c index c78ca06..196a087 100644 --- a/src/types.c +++ b/src/types.c @@ -11,7 +11,7 @@ * * This program is free software; you can redistribute it and/or modify * it under the terms of the GNU General Public License as published by - * the Free Software Foundation; either version 2, or (at your option) + * the Free Software Foundation; either version 3, or (at your option) * any later version. * * This program is distributed in the hope that it will be useful, -- 2.30.2