diff options
author | Nikos Mavrogiannopoulos <nmav@gnutls.org> | 2010-01-26 17:54:38 +0100 |
---|---|---|
committer | Nikos Mavrogiannopoulos <nmav@gnutls.org> | 2010-01-26 17:54:38 +0100 |
commit | 4e5d5518c6cb5807d4b42111ee513d73c06bf9ad (patch) | |
tree | a45af670f71abc5312356642a45c2454ceab8025 /tests/openpgp-certs | |
parent | f053a2d7bae5313e7e97237b95b38d8cdba13c9c (diff) | |
download | gnutls-4e5d5518c6cb5807d4b42111ee513d73c06bf9ad.tar.gz |
Added copyright notices!
Diffstat (limited to 'tests/openpgp-certs')
-rwxr-xr-x | tests/openpgp-certs/testcerts | 20 | ||||
-rwxr-xr-x | tests/openpgp-certs/testselfsigs | 20 |
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 |