summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorNikos Mavrogiannopoulos <nmav@gnutls.org>2011-03-30 22:46:44 +0200
committerNikos Mavrogiannopoulos <nmav@gnutls.org>2011-03-30 22:46:44 +0200
commit432ae56b6188566baac85eb798eb9a8a6b380d2c (patch)
tree9bd18aed4892861675dac89e679e36921e1eafd8
parent004aaf22d421327e910af49367197a20b18010c0 (diff)
downloadgnutls-432ae56b6188566baac85eb798eb9a8a6b380d2c.tar.gz
Added copyright.
-rw-r--r--tests/scripts/common.sh20
1 files changed, 20 insertions, 0 deletions
diff --git a/tests/scripts/common.sh b/tests/scripts/common.sh
index b9183cf51b..f7b75e6649 100644
--- a/tests/scripts/common.sh
+++ b/tests/scripts/common.sh
@@ -1,3 +1,23 @@
+# Copyright (C) 2011, Free Software Foundation, Inc.
+#
+# This file is part of GnuTLS.
+#
+# The launch_server() function was contributed by Cedric Arbogast.
+#
+# This file 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.
+#
+# This file 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 this file; if not, write to the Free Software Foundation,
+# Inc., 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301, USA.
+
fail() {
echo "Failure: $1" >&2
exit 1