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 /Makefile.am | |
parent | fd1a2bf546772ff8a6177c6c2442e6fa5b7ce999 (diff) | |
download | gnutls-08297e1fe9ae9a551bc52f3f49ed458197f190e7.tar.gz |
Clean up license templates.
Diffstat (limited to 'Makefile.am')
-rw-r--r-- | Makefile.am | 19 |
1 files changed, 19 insertions, 0 deletions
diff --git a/Makefile.am b/Makefile.am index 5ad39f78ba..63077728e2 100644 --- a/Makefile.am +++ b/Makefile.am @@ -1,4 +1,23 @@ ## Process this file with automake to produce Makefile.in +# 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. SUBDIRS = gl if NETTLE |