]> git.ipfire.org Git - thirdparty/gnutls.git/commitdiff
updated license
authorNikos Mavrogiannopoulos <nmav@gnutls.org>
Sat, 27 Apr 2013 10:42:10 +0000 (13:42 +0300)
committerNikos Mavrogiannopoulos <nmav@gnutls.org>
Sat, 27 Apr 2013 10:42:10 +0000 (13:42 +0300)
lib/ext/heartbeat.c
lib/ext/heartbeat.h

index abd5980370e99948e89007383ba3dfd4b8b04fca..965688245c951c034fa58c7270a6b228fcee9e51 100644 (file)
  *
  */
 
+/* This file implements the TLS heartbeat extension.
+ * It was originally implemented during Google SoC 2012 by by Olga Smolenchuk,
+ * and later rewritten by Nikos Mavrogiannopoulos.
+ */
+
 #include <gnutls_errors.h>
 #include <gnutls_int.h>
 #include <gnutls_dtls.h>
index 81a66bb7a1b947b4c03812ea71820902768004ae..503506cea18352306fa66b8155811b4a41f3168c 100644 (file)
@@ -1,13 +1,14 @@
 /*
  * Copyright (C) 2012 Free Software Foundation, Inc.
+ * Copyright (C) 2013 Nikos Mavrogiannopoulos
  *
- * Author: Olga Smolenchuk
+ * 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
+ * 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