diff options
author | Simon Josefsson <simon@josefsson.org> | 2007-08-31 15:08:27 +0200 |
---|---|---|
committer | Simon Josefsson <simon@josefsson.org> | 2007-08-31 15:08:27 +0200 |
commit | 164dcbe1e475612b1c6f8e4ebf16e5d7d83d4357 (patch) | |
tree | f3307d3318c004904373c438892b10898fc4dd05 /configure.in | |
parent | 356ee8d0a8b60d8acf1f4346003b335ed6a6ba66 (diff) | |
download | libtasn1-164dcbe1e475612b1c6f8e4ebf16e5d7d83d4357.tar.gz libtasn1-164dcbe1e475612b1c6f8e4ebf16e5d7d83d4357.tar.bz2 libtasn1-164dcbe1e475612b1c6f8e4ebf16e5d7d83d4357.zip |
Use GPLv3 for self tests, tools, build infrastructure.
Diffstat (limited to 'configure.in')
-rw-r--r-- | configure.in | 17 |
1 files changed, 8 insertions, 9 deletions
diff --git a/configure.in b/configure.in index 54e10d2..9c3b0d5 100644 --- a/configure.in +++ b/configure.in @@ -3,19 +3,18 @@ dnl Process this file with autoconf to produce a configure script. # # This file is part of LIBTASN1. # -# 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 +# 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 3 of the License, or # (at your option) any later version. # -# This file is distributed in the hope that it will be useful, but -# WITHOUT ANY WARRANTY; without even the implied warranty of -# MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU -# General Public License for more details. +# This program is distributed in the hope that it will be useful, +# but WITHOUT ANY WARRANTY; without even the implied warranty of +# MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the +# GNU General Public License for more details. # # You should have received a copy of the GNU General Public License -# along with this file; if not, write to the Free Software Foundation, -# Inc., 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301, USA. +# along with this program. If not, see <http://www.gnu.org/licenses/>. AC_PREREQ(2.61) AC_INIT([libtasn1],[1.0],[bug-gnutls@gnu.org]) |