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 /Makefile.am | |
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 'Makefile.am')
-rw-r--r-- | Makefile.am | 17 |
1 files changed, 8 insertions, 9 deletions
diff --git a/Makefile.am b/Makefile.am index 0d0cc72..25332f0 100644 --- a/Makefile.am +++ b/Makefile.am @@ -3,19 +3,18 @@ # # 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/>. DISTCHECK_CONFIGURE_FLAGS = --enable-gtk-doc |