summaryrefslogtreecommitdiff
path: root/lib/extras
diff options
context:
space:
mode:
authorSimon Josefsson <simon@josefsson.org>2012-01-25 11:30:48 +0100
committerSimon Josefsson <simon@josefsson.org>2012-01-25 11:30:48 +0100
commit9f0a403ce9d6bb5addd672e4cb8f9934b12f183a (patch)
tree6060926b8cdda0646d330ab1e52f6d0b4ab90fb0 /lib/extras
parent057d21031a0c9e131ae8c40d5feb9a1b7c8261ac (diff)
downloadgnutls-9f0a403ce9d6bb5addd672e4cb8f9934b12f183a.tar.gz
Silence update-copyright.
Diffstat (limited to 'lib/extras')
-rw-r--r--lib/extras/randomart.c22
1 files changed, 22 insertions, 0 deletions
diff --git a/lib/extras/randomart.c b/lib/extras/randomart.c
index 7b661a9a25..d5af8d5c6d 100644
--- a/lib/extras/randomart.c
+++ b/lib/extras/randomart.c
@@ -1,3 +1,25 @@
+/*
+ * 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.