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 /lib/x509/dn.h | |
parent | fd1a2bf546772ff8a6177c6c2442e6fa5b7ce999 (diff) | |
download | gnutls-08297e1fe9ae9a551bc52f3f49ed458197f190e7.tar.gz |
Clean up license templates.
Diffstat (limited to 'lib/x509/dn.h')
-rw-r--r-- | lib/x509/dn.h | 24 |
1 files changed, 24 insertions, 0 deletions
diff --git a/lib/x509/dn.h b/lib/x509/dn.h index ac8495ccb4..53d79f1ecd 100644 --- a/lib/x509/dn.h +++ b/lib/x509/dn.h @@ -1,3 +1,27 @@ +/* + * Copyright (C) 2003, 2004, 2005 Free Software Foundation + * + * Author: Nikos Mavroyanopoulos + * + * This file is part of GNUTLS. + * + * The GNUTLS 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 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. + * + * 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., 59 Temple Place, Suite 330, Boston, MA 02111-1307 + * USA + * + */ + #ifndef DN_H # define DN_H |