summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorNikos Mavrogiannopoulos <nmav@gnutls.org>2013-04-27 13:42:10 +0300
committerNikos Mavrogiannopoulos <nmav@gnutls.org>2013-04-27 13:42:10 +0300
commitc159ccb4b91617ea5441a5f516dd1872599cc5a2 (patch)
treee2f666583511b285a013a46e0956150e011e3d34
parent73ec74c2ae166b5d8d2bc71022aa08258644b0a8 (diff)
downloadgnutls-c159ccb4b91617ea5441a5f516dd1872599cc5a2.tar.gz
updated license
-rw-r--r--lib/ext/heartbeat.c5
-rw-r--r--lib/ext/heartbeat.h5
2 files changed, 8 insertions, 2 deletions
diff --git a/lib/ext/heartbeat.c b/lib/ext/heartbeat.c
index abd5980370..965688245c 100644
--- a/lib/ext/heartbeat.c
+++ b/lib/ext/heartbeat.c
@@ -21,6 +21,11 @@
*
*/
+/* 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>
diff --git a/lib/ext/heartbeat.h b/lib/ext/heartbeat.h
index 81a66bb7a1..503506cea1 100644
--- a/lib/ext/heartbeat.h
+++ b/lib/ext/heartbeat.h
@@ -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