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 /lib/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 'lib/Makefile.am')
-rw-r--r-- | lib/Makefile.am | 24 |
1 files changed, 11 insertions, 13 deletions
diff --git a/lib/Makefile.am b/lib/Makefile.am index dc792a6..00f3a3c 100644 --- a/lib/Makefile.am +++ b/lib/Makefile.am @@ -1,22 +1,20 @@ ## Process this file with automake to produce Makefile.in -# Copyright (C) 2002, 2003, 2004, 2005, 2006 Free Software Foundation +# Copyright (C) 2002, 2003, 2004, 2005, 2006, 2007 Free Software Foundation # # This file is part of LIBTASN1. # -# The LIBTASN1 library 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 the License, or (at your option) any later version. +# 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 library 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 -# Lesser 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 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/>. include_HEADERS = libtasn1.h |