diff options
author | Simon Josefsson <simon@josefsson.org> | 2012-01-25 14:01:59 +0100 |
---|---|---|
committer | Simon Josefsson <simon@josefsson.org> | 2012-01-25 14:01:59 +0100 |
commit | ad9befde386a5438fb006aca11a4f7b2eaed2a70 (patch) | |
tree | f11f2ba5f8fad8c6bd7d209bdf64dac2980e0f94 /lib/extras | |
parent | f85b10210f68649957ddc285c79b91ee86fce4ba (diff) | |
download | gnutls-ad9befde386a5438fb006aca11a4f7b2eaed2a70.tar.gz |
Revert template fix.
Diffstat (limited to 'lib/extras')
-rw-r--r-- | lib/extras/randomart.c | 22 |
1 files changed, 0 insertions, 22 deletions
diff --git a/lib/extras/randomart.c b/lib/extras/randomart.c index d5af8d5c6d..7b661a9a25 100644 --- a/lib/extras/randomart.c +++ b/lib/extras/randomart.c @@ -1,25 +1,3 @@ -/* - * Copyright (C) 2011-2012 Free Software Foundation, Inc. - * - * Author: Nikos Mavrogiannopoulos - * - * This file is part of GnuTLS. - * - * The GnuTLS 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 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. - * - * You should have received a copy of the GNU Lesser General Public License - * along with this program. If not, see <http://www.gnu.org/licenses/> - * - */ - /* $OpenBSD: key.c,v 1.98 2011/10/18 04:58:26 djm Exp $ */ /* * Copyright (c) 2000, 2001 Markus Friedl. All rights reserved. |