]> git.ipfire.org Git - thirdparty/gnutls.git/commitdiff
Added copyright notices!
authorNikos Mavrogiannopoulos <nmav@gnutls.org>
Tue, 26 Jan 2010 16:54:38 +0000 (17:54 +0100)
committerNikos Mavrogiannopoulos <nmav@gnutls.org>
Tue, 26 Jan 2010 16:54:38 +0000 (17:54 +0100)
tests/openpgp-certs/testcerts
tests/openpgp-certs/testselfsigs
tests/safe-renegotiation/testsrn

index 33643d9b3976485e3a4cc192c2c9184c12bcc680..3d6f1f5d026497482c31cbd59871b3ff8c9e125c 100755 (executable)
@@ -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}"
index 51acd86ef45a9856b2758cf4100e0a0cd190140c..ace43f5780b248bffc12813b34703daca2f51611 100755 (executable)
@@ -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
index 5e1b67540d8820319f0cb53502dc75f88bcb0c46..867d45a8c1c69711a8addf87141167793e9317fd 100755 (executable)
@@ -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}"