From: Nikos Mavrogiannopoulos Date: Sat, 27 Apr 2013 10:42:10 +0000 (+0300) Subject: updated license X-Git-Tag: gnutls_3_2_0~40 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=c159ccb4b91617ea5441a5f516dd1872599cc5a2;p=thirdparty%2Fgnutls.git updated license --- 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 #include #include 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