summaryrefslogtreecommitdiff
path: root/tests/openpgp-certs
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/openpgp-certs
parentf053a2d7bae5313e7e97237b95b38d8cdba13c9c (diff)
downloadgnutls-4e5d5518c6cb5807d4b42111ee513d73c06bf9ad.tar.gz
Added copyright notices!
Diffstat (limited to 'tests/openpgp-certs')
-rwxr-xr-xtests/openpgp-certs/testcerts20
-rwxr-xr-xtests/openpgp-certs/testselfsigs20
2 files changed, 40 insertions, 0 deletions
diff --git a/tests/openpgp-certs/testcerts b/tests/openpgp-certs/testcerts
index 33643d9b39..3d6f1f5d02 100755
--- a/tests/openpgp-certs/testcerts
+++ b/tests/openpgp-certs/testcerts
@@ -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}"
diff --git a/tests/openpgp-certs/testselfsigs b/tests/openpgp-certs/testselfsigs
index 51acd86ef4..ace43f5780 100755
--- a/tests/openpgp-certs/testselfsigs
+++ b/tests/openpgp-certs/testselfsigs
@@ -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:-.}"
CERTTOOL="${certtool:-../../src/certtool} -q"
unset RETCODE