diff options
author | Nikos Mavrogiannopoulos <nmav@gnutls.org> | 2011-06-23 00:38:13 +0200 |
---|---|---|
committer | Nikos Mavrogiannopoulos <nmav@gnutls.org> | 2011-06-23 00:38:13 +0200 |
commit | e04f3fa37f950f91b4280f32687e9a47b8bf5828 (patch) | |
tree | 2755e552591d1d7bbcad1c3b44d718382493a2bc /lib/gnutls_dh.c | |
parent | 02a7dda5d57acd8acd4ad10a034b5a4923ff077d (diff) | |
download | gnutls-e04f3fa37f950f91b4280f32687e9a47b8bf5828.tar.gz |
Upgraded to LGPLv3.
Diffstat (limited to 'lib/gnutls_dh.c')
-rw-r--r-- | lib/gnutls_dh.c | 8 |
1 files changed, 3 insertions, 5 deletions
diff --git a/lib/gnutls_dh.c b/lib/gnutls_dh.c index 0badeece14..5a139b0db3 100644 --- a/lib/gnutls_dh.c +++ b/lib/gnutls_dh.c @@ -8,7 +8,7 @@ * * The GnuTLS 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 version 2.1 of + * as published by the Free Software Foundation; either version 3 of * the License, or (at your option) any later version. * * This library is distributed in the hope that it will be useful, but @@ -16,10 +16,8 @@ * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU * Lesser General Public License for more details. * - * You should have received a copy of the GNU Lesser General Public - * License along with this library; if not, write to the Free Software - * Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301, - * USA + * You should have received a copy of the GNU General Public License + * along with this program. If not, see <http://www.gnu.org/licenses/> * */ |