diff options
author | Simon Josefsson <simon@josefsson.org> | 2007-08-31 15:12:34 +0200 |
---|---|---|
committer | Simon Josefsson <simon@josefsson.org> | 2007-08-31 15:12:34 +0200 |
commit | db9de018a0aadbd87bf7a75c915bef0d27ef9b39 (patch) | |
tree | a4396664aa9870b87fb49285d4e2551f8ffe636f /doc/Makefile.am | |
parent | 164dcbe1e475612b1c6f8e4ebf16e5d7d83d4357 (diff) | |
download | libtasn1-db9de018a0aadbd87bf7a75c915bef0d27ef9b39.tar.gz libtasn1-db9de018a0aadbd87bf7a75c915bef0d27ef9b39.tar.bz2 libtasn1-db9de018a0aadbd87bf7a75c915bef0d27ef9b39.zip |
Use GPLv3 for self tests, tools, build infrastructure.
Diffstat (limited to 'doc/Makefile.am')
-rw-r--r-- | doc/Makefile.am | 19 |
1 files changed, 9 insertions, 10 deletions
diff --git a/doc/Makefile.am b/doc/Makefile.am index 4c0b3cb..27c4273 100644 --- a/doc/Makefile.am +++ b/doc/Makefile.am @@ -1,21 +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. # -# 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/>. if ENABLE_GTK_DOC SUBDIRS = reference |