diff options
author | Simon Josefsson <simon@josefsson.org> | 2007-12-09 22:48:00 +0100 |
---|---|---|
committer | Simon Josefsson <simon@josefsson.org> | 2007-12-09 22:48:00 +0100 |
commit | 452de7f169b11905d1d24bd97144c0dbfacb479e (patch) | |
tree | 243cbf60678647aaeff67ebf0026e61b55a4acd1 /src | |
parent | 58c976860ed106dfe2ae3acb1bc4397c007f45ae (diff) | |
download | gnutls-452de7f169b11905d1d24bd97144c0dbfacb479e.tar.gz |
Use GPLv3 in src/.
Diffstat (limited to 'src')
-rw-r--r-- | src/Makefile.am | 2 | ||||
-rw-r--r-- | src/common.c | 2 | ||||
-rw-r--r-- | src/list.h | 2 | ||||
-rw-r--r-- | src/serv.c | 2 |
4 files changed, 4 insertions, 4 deletions
diff --git a/src/Makefile.am b/src/Makefile.am index a56eacaa2f..37ad263684 100644 --- a/src/Makefile.am +++ b/src/Makefile.am @@ -5,7 +5,7 @@ # # This file 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 of the License, or +# the Free Software Foundation; either version 3 of the License, or # (at your option) any later version. # # This file is distributed in the hope that it will be useful, but diff --git a/src/common.c b/src/common.c index a97b9a99c4..1eeec7ad57 100644 --- a/src/common.c +++ b/src/common.c @@ -689,7 +689,7 @@ print_license (void) fputs ("\nCopyright (C) 2004,2005,2006,2007 Free Software Foundation\n" "This program is free software; you can redistribute it and/or modify \n" "it under the terms of the GNU General Public License as published by \n" - "the Free Software Foundation; either version 2 of the License, or \n" + "the Free Software Foundation; either version 3 of the License, or \n" "(at your option) any later version. \n" "\n" "This program is distributed in the hope that it will be useful, \n" "but WITHOUT ANY WARRANTY; without even the implied warranty of \n" diff --git a/src/list.h b/src/list.h index 254be68a88..f1c2faa1a5 100644 --- a/src/list.h +++ b/src/list.h @@ -5,7 +5,7 @@ * * GNUTLS 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 of the License, or + * the Free Software Foundation; either version 3 of the License, or * (at your option) any later version. * * GNUTLS is distributed in the hope that it will be useful, diff --git a/src/serv.c b/src/serv.c index a5a2f24598..0ff113d750 100644 --- a/src/serv.c +++ b/src/serv.c @@ -1517,7 +1517,7 @@ print_serv_license (void) "\nCopyright (C) 2004 Free Software Foundation\n" "This program is free software; you can redistribute it and/or modify \n" "it under the terms of the GNU General Public License as published by \n" - "the Free Software Foundation; either version 2 of the License, or \n" + "the Free Software Foundation; either version 3 of the License, or \n" "(at your option) any later version. \n" "\n" "This program is distributed in the hope that it will be useful, \n" "but WITHOUT ANY WARRANTY; without even the implied warranty of \n" |