diff options
author | Simon Josefsson <simon@josefsson.org> | 2005-01-24 19:06:50 +0000 |
---|---|---|
committer | Simon Josefsson <simon@josefsson.org> | 2005-01-24 19:06:50 +0000 |
commit | 08297e1fe9ae9a551bc52f3f49ed458197f190e7 (patch) | |
tree | 451f4bc77014e045099beb151af1129645575f6f /doc | |
parent | fd1a2bf546772ff8a6177c6c2442e6fa5b7ce999 (diff) | |
download | gnutls-08297e1fe9ae9a551bc52f3f49ed458197f190e7.tar.gz |
Clean up license templates.
Diffstat (limited to 'doc')
-rw-r--r-- | doc/Makefile.am | 21 |
1 files changed, 21 insertions, 0 deletions
diff --git a/doc/Makefile.am b/doc/Makefile.am index 9a6145c01c..ed9376eb20 100644 --- a/doc/Makefile.am +++ b/doc/Makefile.am @@ -1,3 +1,24 @@ +dnl Process this file with autoconf to produce a configure script. +# Copyright (C) 2000, 2001, 2002, 2003, 2004, 2005 Free Software Foundation +# +# Author: Nikos Mavroyanopoulos +# +# This file is part of GNUTLS. +# +# GNUTLS 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 +# (at your option) any later version. +# +# GNUTLS 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 GNUTLS; if not, write to the Free Software Foundation, +# Inc., 59 Temple Place - Suite 330, Boston, MA 02111-1307, USA. + EXTRA_DIST = TODO README.CVS README.autoconf certtool.cfg \ gnutls.ps gnutls.pdf gnutls.html SUBDIRS = scripts manpages |