summaryrefslogtreecommitdiff
path: root/tests/safe-renegotiation
diff options
context:
space:
mode:
authorNikos Mavrogiannopoulos <nmav@gnutls.org>2010-01-26 17:54:38 +0100
committerNikos Mavrogiannopoulos <nmav@gnutls.org>2010-01-26 17:54:38 +0100
commit4e5d5518c6cb5807d4b42111ee513d73c06bf9ad (patch)
treea45af670f71abc5312356642a45c2454ceab8025 /tests/safe-renegotiation
parentf053a2d7bae5313e7e97237b95b38d8cdba13c9c (diff)
downloadgnutls-4e5d5518c6cb5807d4b42111ee513d73c06bf9ad.tar.gz
Added copyright notices!
Diffstat (limited to 'tests/safe-renegotiation')
-rwxr-xr-xtests/safe-renegotiation/testsrn20
1 files changed, 20 insertions, 0 deletions
diff --git a/tests/safe-renegotiation/testsrn b/tests/safe-renegotiation/testsrn
index 5e1b67540d..867d45a8c1 100755
--- a/tests/safe-renegotiation/testsrn
+++ b/tests/safe-renegotiation/testsrn
@@ -1,5 +1,25 @@
#!/bin/bash
+# Copyright (C) 2010 Free Software Foundation
+#
+# Author: Nikos Mavrogiannopoulos
+#
+# This file is part of GNUTLS.
+#
+# GNUTLS is free software; you can redistribute it and/or modify it
+# under the terms of the GNU General Public License as published by the
+# Free Software Foundation; either version 3 of the License, or (at
+# your option) any later version.
+#
+# GNUTLS 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
+# General Public License for more details.
+#
+# You should have received a copy of the GNU General Public License
+# along with GNUTLS; if not, write to the Free Software Foundation,
+# Inc., 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301, USA.
+
srcdir="${srcdir:-.}"
SERV="${SERV:-../../src/gnutls-serv} -q"
CLI="${CLI:-../../src/gnutls-cli}"