diff options
author | Simon Josefsson <simon@josefsson.org> | 2010-05-22 22:02:26 +0200 |
---|---|---|
committer | Simon Josefsson <simon@josefsson.org> | 2010-05-22 22:02:26 +0200 |
commit | 3deda2c2f0c2acd25077b132b3d49c7e53159e8f (patch) | |
tree | 2eca838a1ff7d33e00cadce44fa286c63858df12 /tests | |
parent | 5fc3704e32462fb649b912749afbba6578df6ce0 (diff) | |
download | gnutls-3deda2c2f0c2acd25077b132b3d49c7e53159e8f.tar.gz |
Change GNUTLS into GnuTLS.
Diffstat (limited to 'tests')
82 files changed, 299 insertions, 299 deletions
diff --git a/tests/Makefile.am b/tests/Makefile.am index 9379fc839d..f7fc65e368 100644 --- a/tests/Makefile.am +++ b/tests/Makefile.am @@ -4,7 +4,7 @@ # # Author: Simon Josefsson # -# This file is part of GNUTLS. +# This file is part of GnuTLS. # # 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 diff --git a/tests/anonself.c b/tests/anonself.c index 51eb885de3..c75c0ee67e 100644 --- a/tests/anonself.c +++ b/tests/anonself.c @@ -4,20 +4,20 @@ * * Author: Simon Josefsson * - * This file is part of GNUTLS. + * This file is part of GnuTLS. * - * GNUTLS is free software; you can redistribute it and/or modify it + * 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 + * 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, + * along with GnuTLS; if not, write to the Free Software Foundation, * Inc., 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301, USA */ @@ -307,7 +307,7 @@ server (void) if (ret == 0) { if (debug) - success ("server: Peer has closed the GNUTLS connection\n"); + success ("server: Peer has closed the GnuTLS connection\n"); break; } else if (ret < 0) diff --git a/tests/certder.c b/tests/certder.c index 054aa51c0b..5f931d3fa5 100644 --- a/tests/certder.c +++ b/tests/certder.c @@ -3,20 +3,20 @@ * * Author: Simon Josefsson * - * This file is part of GNUTLS. + * This file is part of GnuTLS. * - * GNUTLS is free software; you can redistribute it and/or modify it + * 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 + * 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, + * along with GnuTLS; if not, write to the Free Software Foundation, * Inc., 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301, USA */ diff --git a/tests/certificate_set_x509_crl.c b/tests/certificate_set_x509_crl.c index 4d3dd282ca..07b0314375 100644 --- a/tests/certificate_set_x509_crl.c +++ b/tests/certificate_set_x509_crl.c @@ -3,20 +3,20 @@ * * Author: Simon Josefsson * - * This file is part of GNUTLS. + * This file is part of GnuTLS. * - * GNUTLS is free software; you can redistribute it and/or modify it + * 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 + * 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, + * along with GnuTLS; if not, write to the Free Software Foundation, * Inc., 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301, USA */ diff --git a/tests/chainverify.c b/tests/chainverify.c index 6a31220b8c..5aa4b88df1 100644 --- a/tests/chainverify.c +++ b/tests/chainverify.c @@ -3,20 +3,20 @@ * * Author: Simon Josefsson * - * This file is part of GNUTLS. + * This file is part of GnuTLS. * - * GNUTLS is free software; you can redistribute it and/or modify it + * 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 + * 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, + * along with GnuTLS; if not, write to the Free Software Foundation, * Inc., 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301, USA */ diff --git a/tests/crq_apis.c b/tests/crq_apis.c index d1b8dec00e..8fa593b868 100644 --- a/tests/crq_apis.c +++ b/tests/crq_apis.c @@ -3,20 +3,20 @@ * * Author: Simon Josefsson * - * This file is part of GNUTLS. + * This file is part of GnuTLS. * - * GNUTLS is free software; you can redistribute it and/or modify it + * 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 + * 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, + * along with GnuTLS; if not, write to the Free Software Foundation, * Inc., 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301, USA */ diff --git a/tests/crq_key_id.c b/tests/crq_key_id.c index 16db47defa..dc6b57957c 100644 --- a/tests/crq_key_id.c +++ b/tests/crq_key_id.c @@ -3,20 +3,20 @@ * * Author: David MarÃn Carreño * - * This file is part of GNUTLS. + * This file is part of GnuTLS. * - * GNUTLS is free software; you can redistribute it and/or modify it + * 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 + * 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, + * along with GnuTLS; if not, write to the Free Software Foundation, * Inc., 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301, USA */ diff --git a/tests/crypto_rng.c b/tests/crypto_rng.c index c1dca46a49..e4b20404f6 100644 --- a/tests/crypto_rng.c +++ b/tests/crypto_rng.c @@ -3,20 +3,20 @@ * * Author: Nikos Mavrogiannopoulos * - * This file is part of GNUTLS. + * This file is part of GnuTLS. * - * GNUTLS is free software: you can redistribute it and/or modify it + * 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 + * 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, see <http://www.gnu.org/licenses/>. + * along with GnuTLS. If not, see <http://www.gnu.org/licenses/>. * */ diff --git a/tests/cve-2008-4989.c b/tests/cve-2008-4989.c index 16a9fd121e..d3f0354eb0 100644 --- a/tests/cve-2008-4989.c +++ b/tests/cve-2008-4989.c @@ -3,20 +3,20 @@ * * Author: Simon Josefsson * - * This file is part of GNUTLS. + * This file is part of GnuTLS. * - * GNUTLS is free software; you can redistribute it and/or modify it + * 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 + * 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, + * along with GnuTLS; if not, write to the Free Software Foundation, * Inc., 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301, USA */ diff --git a/tests/cve-2009-1415.c b/tests/cve-2009-1415.c index 7c6f4e9052..69b85754e6 100644 --- a/tests/cve-2009-1415.c +++ b/tests/cve-2009-1415.c @@ -3,20 +3,20 @@ * * Author: Simon Josefsson * - * This file is part of GNUTLS. + * This file is part of GnuTLS. * - * GNUTLS is free software; you can redistribute it and/or modify it + * 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 + * 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, + * along with GnuTLS; if not, write to the Free Software Foundation, * Inc., 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301, USA */ diff --git a/tests/cve-2009-1416.c b/tests/cve-2009-1416.c index 715e404556..a89db59d25 100644 --- a/tests/cve-2009-1416.c +++ b/tests/cve-2009-1416.c @@ -3,20 +3,20 @@ * * Author: Simon Josefsson * - * This file is part of GNUTLS. + * This file is part of GnuTLS. * - * GNUTLS is free software; you can redistribute it and/or modify it + * 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 + * 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, + * along with GnuTLS; if not, write to the Free Software Foundation, * Inc., 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301, USA */ diff --git a/tests/dhepskself.c b/tests/dhepskself.c index 5b65119174..3ddbb2111f 100644 --- a/tests/dhepskself.c +++ b/tests/dhepskself.c @@ -4,20 +4,20 @@ * * Author: Simon Josefsson * - * This file is part of GNUTLS. + * This file is part of GnuTLS. * - * GNUTLS is free software; you can redistribute it and/or modify it + * 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 + * 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, + * along with GnuTLS; if not, write to the Free Software Foundation, * Inc., 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301, USA */ @@ -304,7 +304,7 @@ server (void) if (ret == 0) { if (debug) - success ("server: Peer has closed the GNUTLS connection\n"); + success ("server: Peer has closed the GnuTLS connection\n"); break; } else if (ret < 0) diff --git a/tests/dn.c b/tests/dn.c index 5500e690c4..4ff06d528f 100644 --- a/tests/dn.c +++ b/tests/dn.c @@ -2,20 +2,20 @@ * Copyright (C) 2006, 2007, 2008, 2010 Free Software Foundation, Inc. * Author: Simon Josefsson, Howard Chu * - * This file is part of GNUTLS. + * This file is part of GnuTLS. * - * GNUTLS is free software; you can redistribute it and/or modify it + * 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 + * 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, + * along with GnuTLS; if not, write to the Free Software Foundation, * Inc., 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301, USA */ diff --git a/tests/dn2.c b/tests/dn2.c index f9493b9077..187279471a 100644 --- a/tests/dn2.c +++ b/tests/dn2.c @@ -2,20 +2,20 @@ * Copyright (C) 2009, 2010 Free Software Foundation, Inc. * Author: Simon Josefsson * - * This file is part of GNUTLS. + * This file is part of GnuTLS. * - * GNUTLS is free software; you can redistribute it and/or modify it + * 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 + * 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, + * along with GnuTLS; if not, write to the Free Software Foundation, * Inc., 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301, USA */ diff --git a/tests/finished.c b/tests/finished.c index 1b2ad94fea..ac7aca36d6 100644 --- a/tests/finished.c +++ b/tests/finished.c @@ -3,20 +3,20 @@ * * Author: Simon Josefsson * - * This file is part of GNUTLS. + * This file is part of GnuTLS. * - * GNUTLS is free software; you can redistribute it and/or modify it + * 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 + * 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, + * along with GnuTLS; if not, write to the Free Software Foundation, * Inc., 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301, USA */ diff --git a/tests/gc.c b/tests/gc.c index b0aaed8145..bb1a485935 100644 --- a/tests/gc.c +++ b/tests/gc.c @@ -1,14 +1,14 @@ /* * Copyright (C) 2004, 2005, 2008, 2010 Free Software Foundation, Inc. * - * This file is part of GNUTLS. + * This file is part of GnuTLS. * - * GNUTLS is free software; you can redistribute it and/or modify + * 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, + * 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. diff --git a/tests/hostname-check.c b/tests/hostname-check.c index 29d6278c20..dbf5c1b6ce 100644 --- a/tests/hostname-check.c +++ b/tests/hostname-check.c @@ -3,20 +3,20 @@ * * Author: Simon Josefsson * - * This file is part of GNUTLS. + * This file is part of GnuTLS. * - * GNUTLS is free software; you can redistribute it and/or modify it + * 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 + * 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, + * along with GnuTLS; if not, write to the Free Software Foundation, * Inc., 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301, USA */ diff --git a/tests/init_roundtrip.c b/tests/init_roundtrip.c index 29e3a844d1..7a0d3b1803 100644 --- a/tests/init_roundtrip.c +++ b/tests/init_roundtrip.c @@ -4,20 +4,20 @@ * * Author: Simon Josefsson * - * This file is part of GNUTLS. + * This file is part of GnuTLS. * - * GNUTLS is free software; you can redistribute it and/or modify it + * 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 + * 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, + * along with GnuTLS; if not, write to the Free Software Foundation, * Inc., 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301, USA */ diff --git a/tests/key-id/Makefile.am b/tests/key-id/Makefile.am index 654f7afaf9..6d3a790e5a 100644 --- a/tests/key-id/Makefile.am +++ b/tests/key-id/Makefile.am @@ -3,7 +3,7 @@ # # Author: Simon Josefsson # -# This file is part of GNUTLS. +# This file is part of GnuTLS. # # 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 diff --git a/tests/key-id/key-id b/tests/key-id/key-id index 4c23614fa1..300ff69923 100755 --- a/tests/key-id/key-id +++ b/tests/key-id/key-id @@ -4,20 +4,20 @@ # # Author: Simon Josefsson # -# This file is part of GNUTLS. +# This file is part of GnuTLS. # -# GNUTLS is free software; you can redistribute it and/or modify it +# 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 +# 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, +# along with GnuTLS; if not, write to the Free Software Foundation, # Inc., 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301, USA. set -e diff --git a/tests/mini-eagain.c b/tests/mini-eagain.c index b7240703f6..d95757458e 100644 --- a/tests/mini-eagain.c +++ b/tests/mini-eagain.c @@ -3,20 +3,20 @@ * * Author: Simon Josefsson, Nikos Mavrogiannopoulos * - * This file is part of GNUTLS. + * This file is part of GnuTLS. * - * GNUTLS is free software; you can redistribute it and/or modify it + * 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 + * 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, + * along with GnuTLS; if not, write to the Free Software Foundation, * Inc., 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301, USA */ diff --git a/tests/mini-x509-rehandshake.c b/tests/mini-x509-rehandshake.c index 5664e65ebb..feafa7e3c0 100644 --- a/tests/mini-x509-rehandshake.c +++ b/tests/mini-x509-rehandshake.c @@ -3,20 +3,20 @@ * * Author: Simon Josefsson * - * This file is part of GNUTLS. + * This file is part of GnuTLS. * - * GNUTLS is free software; you can redistribute it and/or modify it + * 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 + * 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, + * along with GnuTLS; if not, write to the Free Software Foundation, * Inc., 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301, USA */ diff --git a/tests/mini-x509.c b/tests/mini-x509.c index 40178d2a59..0f29ab13c8 100644 --- a/tests/mini-x509.c +++ b/tests/mini-x509.c @@ -3,20 +3,20 @@ * * Author: Simon Josefsson * - * This file is part of GNUTLS. + * This file is part of GnuTLS. * - * GNUTLS is free software; you can redistribute it and/or modify it + * 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 + * 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, + * along with GnuTLS; if not, write to the Free Software Foundation, * Inc., 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301, USA */ diff --git a/tests/mini.c b/tests/mini.c index 315bbfec35..585b6343ec 100644 --- a/tests/mini.c +++ b/tests/mini.c @@ -3,20 +3,20 @@ * * Author: Simon Josefsson * - * This file is part of GNUTLS. + * This file is part of GnuTLS. * - * GNUTLS is free software; you can redistribute it and/or modify it + * 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 + * 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, + * along with GnuTLS; if not, write to the Free Software Foundation, * Inc., 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301, USA */ diff --git a/tests/moredn.c b/tests/moredn.c index d8782df282..a0566557f4 100644 --- a/tests/moredn.c +++ b/tests/moredn.c @@ -3,20 +3,20 @@ * * Author: Joe Orton * - * This file is part of GNUTLS. + * This file is part of GnuTLS. * - * GNUTLS is free software; you can redistribute it and/or modify it + * 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 + * 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, + * along with GnuTLS; if not, write to the Free Software Foundation, * Inc., 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301, USA */ diff --git a/tests/mpi.c b/tests/mpi.c index 2a4249b93a..92470fdfd9 100644 --- a/tests/mpi.c +++ b/tests/mpi.c @@ -3,20 +3,20 @@ * * Author: Simon Josefsson * - * This file is part of GNUTLS. + * This file is part of GnuTLS. * - * GNUTLS is free software; you can redistribute it and/or modify it + * 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 + * 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, + * along with GnuTLS; if not, write to the Free Software Foundation, * Inc., 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301, USA */ diff --git a/tests/netconf-psk.c b/tests/netconf-psk.c index 604f4d91e0..36c0ae1c72 100644 --- a/tests/netconf-psk.c +++ b/tests/netconf-psk.c @@ -3,20 +3,20 @@ * * Author: Simon Josefsson * - * This file is part of GNUTLS. + * This file is part of GnuTLS. * - * GNUTLS is free software; you can redistribute it and/or modify it + * 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 + * 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, + * along with GnuTLS; if not, write to the Free Software Foundation, * Inc., 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301, USA */ diff --git a/tests/nist-pkits/pkits b/tests/nist-pkits/pkits index 2468abd280..5c693286d2 100755 --- a/tests/nist-pkits/pkits +++ b/tests/nist-pkits/pkits @@ -2,14 +2,14 @@ # Copyright (C) 2004, 2007, 2010 Free Software Foundation, Inc. # -# This file is part of GNUTLS. +# This file is part of GnuTLS. # -# GNUTLS is free software; you can redistribute it and/or modify +# 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, +# 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. diff --git a/tests/nist-pkits/pkits_crl b/tests/nist-pkits/pkits_crl index 2e85bd4c54..b105c1dd49 100755 --- a/tests/nist-pkits/pkits_crl +++ b/tests/nist-pkits/pkits_crl @@ -2,14 +2,14 @@ # Copyright (C) 2004, 2007, 2010 Free Software Foundation, Inc. # -# This file is part of GNUTLS. +# This file is part of GnuTLS. # -# GNUTLS is free software; you can redistribute it and/or modify +# 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, +# 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. diff --git a/tests/nist-pkits/pkits_crt b/tests/nist-pkits/pkits_crt index 7147319fd8..057f71e1ca 100755 --- a/tests/nist-pkits/pkits_crt +++ b/tests/nist-pkits/pkits_crt @@ -2,14 +2,14 @@ # Copyright (C) 2004, 2007, 2010 Free Software Foundation, Inc. # -# This file is part of GNUTLS. +# This file is part of GnuTLS. # -# GNUTLS is free software; you can redistribute it and/or modify +# 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, +# 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. diff --git a/tests/nist-pkits/pkits_pkcs12 b/tests/nist-pkits/pkits_pkcs12 index 24ca807259..5fd83aabef 100755 --- a/tests/nist-pkits/pkits_pkcs12 +++ b/tests/nist-pkits/pkits_pkcs12 @@ -2,14 +2,14 @@ # Copyright (C) 2004, 2007, 2010 Free Software Foundation, Inc. # -# This file is part of GNUTLS. +# This file is part of GnuTLS. # -# GNUTLS is free software; you can redistribute it and/or modify +# 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, +# 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. diff --git a/tests/nist-pkits/pkits_smime b/tests/nist-pkits/pkits_smime index 30be305231..7155b50a2e 100755 --- a/tests/nist-pkits/pkits_smime +++ b/tests/nist-pkits/pkits_smime @@ -2,14 +2,14 @@ # Copyright (C) 2004, 2007, 2010 Free Software Foundation, Inc. # -# This file is part of GNUTLS. +# This file is part of GnuTLS. # -# GNUTLS is free software; you can redistribute it and/or modify +# 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, +# 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. diff --git a/tests/nul-in-x509-names.c b/tests/nul-in-x509-names.c index 6995826c4f..9225f74a43 100644 --- a/tests/nul-in-x509-names.c +++ b/tests/nul-in-x509-names.c @@ -3,20 +3,20 @@ * * Author: Simon Josefsson * - * This file is part of GNUTLS. + * This file is part of GnuTLS. * - * GNUTLS is free software; you can redistribute it and/or modify it + * 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 + * 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, + * along with GnuTLS; if not, write to the Free Software Foundation, * Inc., 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301, USA */ diff --git a/tests/openpgp-certs/Makefile.am b/tests/openpgp-certs/Makefile.am index eed927007e..c252a5a051 100644 --- a/tests/openpgp-certs/Makefile.am +++ b/tests/openpgp-certs/Makefile.am @@ -1,7 +1,7 @@ ## Process this file with automake to produce Makefile.in # Copyright (C) 2007, 2008, 2010 Free Software Foundation, Inc. # -# This file is part of GNUTLS. +# This file is part of GnuTLS. # # 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 diff --git a/tests/openpgp-certs/testcerts b/tests/openpgp-certs/testcerts index 3caf19e3ae..dbb0810df8 100755 --- a/tests/openpgp-certs/testcerts +++ b/tests/openpgp-certs/testcerts @@ -4,20 +4,20 @@ # # Author: Nikos Mavrogiannopoulos # -# This file is part of GNUTLS. +# This file is part of GnuTLS. # -# GNUTLS is free software; you can redistribute it and/or modify it +# 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 +# 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, +# along with GnuTLS; if not, write to the Free Software Foundation, # Inc., 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301, USA. srcdir="${srcdir:-.}" diff --git a/tests/openpgp-certs/testselfsigs b/tests/openpgp-certs/testselfsigs index e6609dc1de..9e390e50f9 100755 --- a/tests/openpgp-certs/testselfsigs +++ b/tests/openpgp-certs/testselfsigs @@ -4,20 +4,20 @@ # # Author: Nikos Mavrogiannopoulos # -# This file is part of GNUTLS. +# This file is part of GnuTLS. # -# GNUTLS is free software; you can redistribute it and/or modify it +# 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 +# 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, +# along with GnuTLS; if not, write to the Free Software Foundation, # Inc., 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301, USA. set -e diff --git a/tests/openpgp-keyring.c b/tests/openpgp-keyring.c index 2ddd0edcfc..b505db806d 100644 --- a/tests/openpgp-keyring.c +++ b/tests/openpgp-keyring.c @@ -2,20 +2,20 @@ * Copyright (C) 2007, 2010 Free Software Foundation, Inc. * Author: Ludovic Courtès, Timo Schulz * - * This file is part of GNUTLS. + * This file is part of GnuTLS. * - * GNUTLS is free software; you can redistribute it and/or modify it + * 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 + * 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, + * along with GnuTLS; if not, write to the Free Software Foundation, * Inc., 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301, USA */ diff --git a/tests/openpgpself.c b/tests/openpgpself.c index c9ebbb78b6..1b39366978 100644 --- a/tests/openpgpself.c +++ b/tests/openpgpself.c @@ -4,20 +4,20 @@ * * Author: Simon Josefsson * - * This file is part of GNUTLS. + * This file is part of GnuTLS. * - * GNUTLS is free software; you can redistribute it and/or modify it + * 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 + * 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, + * along with GnuTLS; if not, write to the Free Software Foundation, * Inc., 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301, USA */ @@ -455,7 +455,7 @@ server (void) if (ret == 0) { if (debug) - success ("server: Peer has closed the GNUTLS connection\n"); + success ("server: Peer has closed the GnuTLS connection\n"); break; } else if (ret < 0) diff --git a/tests/openssl.c b/tests/openssl.c index 66ec586898..05e43d900f 100644 --- a/tests/openssl.c +++ b/tests/openssl.c @@ -4,20 +4,20 @@ * * Author: Simon Josefsson * - * This file is part of GNUTLS. + * This file is part of GnuTLS. * - * GNUTLS is free software; you can redistribute it and/or modify it + * 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 + * 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, + * along with GnuTLS; if not, write to the Free Software Foundation, * Inc., 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301, USA */ diff --git a/tests/oprfi.c b/tests/oprfi.c index aaacc255de..ea6b8e4673 100644 --- a/tests/oprfi.c +++ b/tests/oprfi.c @@ -4,20 +4,20 @@ * * Author: Simon Josefsson * - * This file is part of GNUTLS. + * This file is part of GnuTLS. * - * GNUTLS is free software; you can redistribute it and/or modify it + * 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 + * 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, + * along with GnuTLS; if not, write to the Free Software Foundation, * Inc., 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301, USA */ @@ -353,7 +353,7 @@ server (void) if (ret == 0) { - success ("server: Peer has closed the GNUTLS connection\n"); + success ("server: Peer has closed the GnuTLS connection\n"); break; } else if (ret < 0) diff --git a/tests/parse_ca.c b/tests/parse_ca.c index 18bb4b394f..5791a958cf 100644 --- a/tests/parse_ca.c +++ b/tests/parse_ca.c @@ -3,20 +3,20 @@ * * Author: Simon Josefsson * - * This file is part of GNUTLS. + * This file is part of GnuTLS. * - * GNUTLS is free software; you can redistribute it and/or modify it + * 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 + * 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, + * along with GnuTLS; if not, write to the Free Software Foundation, * Inc., 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301, USA */ diff --git a/tests/pathlen/Makefile.am b/tests/pathlen/Makefile.am index d81e67dded..bf1cd074ef 100644 --- a/tests/pathlen/Makefile.am +++ b/tests/pathlen/Makefile.am @@ -3,7 +3,7 @@ # # Author: Simon Josefsson # -# This file is part of GNUTLS. +# This file is part of GnuTLS. # # 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 diff --git a/tests/pathlen/pathlen b/tests/pathlen/pathlen index 8da7d5c17e..210fbc3d8a 100755 --- a/tests/pathlen/pathlen +++ b/tests/pathlen/pathlen @@ -4,20 +4,20 @@ # # Author: Simon Josefsson # -# This file is part of GNUTLS. +# This file is part of GnuTLS. # -# GNUTLS is free software; you can redistribute it and/or modify it +# 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 +# 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, +# along with GnuTLS; if not, write to the Free Software Foundation, # Inc., 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301, USA. set -e diff --git a/tests/pgps2kgnu.c b/tests/pgps2kgnu.c index 5dfca15c95..bb458610ee 100644 --- a/tests/pgps2kgnu.c +++ b/tests/pgps2kgnu.c @@ -8,20 +8,20 @@ * extension. * - * This file is part of GNUTLS. + * This file is part of GnuTLS. * - * GNUTLS is free software; you can redistribute it and/or modify it + * 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 + * 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, + * along with GnuTLS; if not, write to the Free Software Foundation, * Inc., 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301, USA */ diff --git a/tests/pkcs1-padding/Makefile.am b/tests/pkcs1-padding/Makefile.am index 0bf0c5c387..8d4b7ac1b3 100644 --- a/tests/pkcs1-padding/Makefile.am +++ b/tests/pkcs1-padding/Makefile.am @@ -3,7 +3,7 @@ # # Author: Simon Josefsson # -# This file is part of GNUTLS. +# This file is part of GnuTLS. # # 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 diff --git a/tests/pkcs1-padding/pkcs1-pad b/tests/pkcs1-padding/pkcs1-pad index 52c627bdd3..63b7e688f0 100755 --- a/tests/pkcs1-padding/pkcs1-pad +++ b/tests/pkcs1-padding/pkcs1-pad @@ -5,20 +5,20 @@ # # Author: Simon Josefsson # -# This file is part of GNUTLS. +# This file is part of GnuTLS. # -# GNUTLS is free software; you can redistribute it and/or modify it +# 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 +# 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, +# along with GnuTLS; if not, write to the Free Software Foundation, # Inc., 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301, USA. srcdir=${srcdir:-.} diff --git a/tests/pkcs12-decode/Makefile.am b/tests/pkcs12-decode/Makefile.am index 91a7d44c5a..ceef93a0bc 100644 --- a/tests/pkcs12-decode/Makefile.am +++ b/tests/pkcs12-decode/Makefile.am @@ -3,7 +3,7 @@ # # Author: Simon Josefsson # -# This file is part of GNUTLS. +# This file is part of GnuTLS. # # 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 diff --git a/tests/pkcs12-decode/pkcs12 b/tests/pkcs12-decode/pkcs12 index f2c24cbdcc..8f5ab60eab 100755 --- a/tests/pkcs12-decode/pkcs12 +++ b/tests/pkcs12-decode/pkcs12 @@ -5,20 +5,20 @@ # # Author: Simon Josefsson # -# This file is part of GNUTLS. +# This file is part of GnuTLS. # -# GNUTLS is free software; you can redistribute it and/or modify it +# 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 +# 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, +# along with GnuTLS; if not, write to the Free Software Foundation, # Inc., 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301, USA. srcdir=${srcdir:-.} diff --git a/tests/pkcs12_encode.c b/tests/pkcs12_encode.c index 6558b56ec2..38db70d8bc 100644 --- a/tests/pkcs12_encode.c +++ b/tests/pkcs12_encode.c @@ -3,20 +3,20 @@ * * Author: Simon Josefsson * - * This file is part of GNUTLS. + * This file is part of GnuTLS. * - * GNUTLS is free software; you can redistribute it and/or modify it + * 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 + * 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, + * along with GnuTLS; if not, write to the Free Software Foundation, * Inc., 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301, USA */ diff --git a/tests/pkcs12_s2k.c b/tests/pkcs12_s2k.c index 4136f2b599..81ce3283b9 100644 --- a/tests/pkcs12_s2k.c +++ b/tests/pkcs12_s2k.c @@ -3,20 +3,20 @@ * * Author: Simon Josefsson * - * This file is part of GNUTLS. + * This file is part of GnuTLS. * - * GNUTLS is free software; you can redistribute it and/or modify it + * 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 + * 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, + * along with GnuTLS; if not, write to the Free Software Foundation, * Inc., 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301, USA */ diff --git a/tests/pkcs12_s2k_pem.c b/tests/pkcs12_s2k_pem.c index b9b7a0b5e4..07abe6cb49 100644 --- a/tests/pkcs12_s2k_pem.c +++ b/tests/pkcs12_s2k_pem.c @@ -3,20 +3,20 @@ * * Author: Simon Josefsson * - * This file is part of GNUTLS. + * This file is part of GnuTLS. * - * GNUTLS is free software; you can redistribute it and/or modify it + * 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 + * 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, + * along with GnuTLS; if not, write to the Free Software Foundation, * Inc., 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301, USA */ diff --git a/tests/pkcs8-decode/Makefile.am b/tests/pkcs8-decode/Makefile.am index 7ef2b50e95..aefb75cf58 100644 --- a/tests/pkcs8-decode/Makefile.am +++ b/tests/pkcs8-decode/Makefile.am @@ -3,7 +3,7 @@ # # Author: Simon Josefsson # -# This file is part of GNUTLS. +# This file is part of GnuTLS. # # 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 diff --git a/tests/pkcs8-decode/pkcs8 b/tests/pkcs8-decode/pkcs8 index 97065ae62e..442de2fcf5 100755 --- a/tests/pkcs8-decode/pkcs8 +++ b/tests/pkcs8-decode/pkcs8 @@ -4,20 +4,20 @@ # # Author: Simon Josefsson # -# This file is part of GNUTLS. +# This file is part of GnuTLS. # -# GNUTLS is free software; you can redistribute it and/or modify it +# 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 +# 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, +# along with GnuTLS; if not, write to the Free Software Foundation, # Inc., 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301, USA. srcdir=${srcdir:-.} diff --git a/tests/pskself.c b/tests/pskself.c index 6ef343dfb2..1de6e5c9e8 100644 --- a/tests/pskself.c +++ b/tests/pskself.c @@ -3,20 +3,20 @@ * * Author: Simon Josefsson * - * This file is part of GNUTLS. + * This file is part of GnuTLS. * - * GNUTLS is free software; you can redistribute it and/or modify it + * 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 + * 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, + * along with GnuTLS; if not, write to the Free Software Foundation, * Inc., 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301, USA */ @@ -278,7 +278,7 @@ server (void) if (ret == 0) { if (debug) - success ("server: Peer has closed the GNUTLS connection\n"); + success ("server: Peer has closed the GnuTLS connection\n"); break; } else if (ret < 0) diff --git a/tests/resume.c b/tests/resume.c index 8486f18a23..f746d30be8 100644 --- a/tests/resume.c +++ b/tests/resume.c @@ -4,20 +4,20 @@ * * Author: Simon Josefsson * - * This file is part of GNUTLS. + * This file is part of GnuTLS. * - * GNUTLS is free software; you can redistribute it and/or modify it + * 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 + * 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, + * along with GnuTLS; if not, write to the Free Software Foundation, * Inc., 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301, USA */ @@ -424,7 +424,7 @@ server (struct params_res *params) if (ret == 0) { if (debug) - success ("server: Peer has closed the GNUTLS connection\n"); + success ("server: Peer has closed the GnuTLS connection\n"); break; } else if (ret < 0) diff --git a/tests/rfc2253-escape-test b/tests/rfc2253-escape-test index 74224fc04a..c25ddd3314 100755 --- a/tests/rfc2253-escape-test +++ b/tests/rfc2253-escape-test @@ -4,20 +4,20 @@ # # Author: Simon Josefsson # -# This file is part of GNUTLS. +# This file is part of GnuTLS. # -# GNUTLS is free software; you can redistribute it and/or modify it +# 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 +# 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, +# along with GnuTLS; if not, write to the Free Software Foundation, # Inc., 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301, USA. set -e diff --git a/tests/rsa-md5-collision/Makefile.am b/tests/rsa-md5-collision/Makefile.am index 14253d6a7c..315aa22016 100644 --- a/tests/rsa-md5-collision/Makefile.am +++ b/tests/rsa-md5-collision/Makefile.am @@ -3,7 +3,7 @@ # # Author: Simon Josefsson # -# This file is part of GNUTLS. +# This file is part of GnuTLS. # # 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 diff --git a/tests/rsa-md5-collision/rsa-md5-collision b/tests/rsa-md5-collision/rsa-md5-collision index d6bb324e5d..bf8dc57ccf 100755 --- a/tests/rsa-md5-collision/rsa-md5-collision +++ b/tests/rsa-md5-collision/rsa-md5-collision @@ -4,20 +4,20 @@ # # Author: Simon Josefsson # -# This file is part of GNUTLS. +# This file is part of GnuTLS. # -# GNUTLS is free software; you can redistribute it and/or modify it +# 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 +# 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, +# along with GnuTLS; if not, write to the Free Software Foundation, # Inc., 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301, USA. set -e diff --git a/tests/safe-renegotiation/Makefile.am b/tests/safe-renegotiation/Makefile.am index a8c96081dd..e175c78c37 100644 --- a/tests/safe-renegotiation/Makefile.am +++ b/tests/safe-renegotiation/Makefile.am @@ -1,7 +1,7 @@ ## Process this file with automake to produce Makefile.in # Copyright (C) 2010 Free Software Foundation, Inc. # -# This file is part of GNUTLS. +# This file is part of GnuTLS. # # 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 diff --git a/tests/safe-renegotiation/srn0.c b/tests/safe-renegotiation/srn0.c index 4de9751d56..351cf71328 100644 --- a/tests/safe-renegotiation/srn0.c +++ b/tests/safe-renegotiation/srn0.c @@ -3,20 +3,20 @@ * * Author: Simon Josefsson * - * This file is part of GNUTLS. + * This file is part of GnuTLS. * - * GNUTLS is free software; you can redistribute it and/or modify it + * 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 + * 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, + * along with GnuTLS; if not, write to the Free Software Foundation, * Inc., 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301, USA */ diff --git a/tests/safe-renegotiation/srn1.c b/tests/safe-renegotiation/srn1.c index 992d24f685..ff05790bc5 100644 --- a/tests/safe-renegotiation/srn1.c +++ b/tests/safe-renegotiation/srn1.c @@ -3,20 +3,20 @@ * * Author: Simon Josefsson * - * This file is part of GNUTLS. + * This file is part of GnuTLS. * - * GNUTLS is free software; you can redistribute it and/or modify it + * 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 + * 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, + * along with GnuTLS; if not, write to the Free Software Foundation, * Inc., 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301, USA */ diff --git a/tests/safe-renegotiation/srn2.c b/tests/safe-renegotiation/srn2.c index e9ac540454..726ca1b51f 100644 --- a/tests/safe-renegotiation/srn2.c +++ b/tests/safe-renegotiation/srn2.c @@ -3,20 +3,20 @@ * * Author: Simon Josefsson * - * This file is part of GNUTLS. + * This file is part of GnuTLS. * - * GNUTLS is free software; you can redistribute it and/or modify it + * 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 + * 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, + * along with GnuTLS; if not, write to the Free Software Foundation, * Inc., 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301, USA */ diff --git a/tests/safe-renegotiation/srn3.c b/tests/safe-renegotiation/srn3.c index 2848ffa7f0..de821e93c4 100644 --- a/tests/safe-renegotiation/srn3.c +++ b/tests/safe-renegotiation/srn3.c @@ -3,20 +3,20 @@ * * Author: Simon Josefsson * - * This file is part of GNUTLS. + * This file is part of GnuTLS. * - * GNUTLS is free software; you can redistribute it and/or modify it + * 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 + * 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, + * along with GnuTLS; if not, write to the Free Software Foundation, * Inc., 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301, USA */ diff --git a/tests/safe-renegotiation/srn4.c b/tests/safe-renegotiation/srn4.c index 5d37fa0eb5..a0d8c62c19 100644 --- a/tests/safe-renegotiation/srn4.c +++ b/tests/safe-renegotiation/srn4.c @@ -3,20 +3,20 @@ * * Author: Simon Josefsson * - * This file is part of GNUTLS. + * This file is part of GnuTLS. * - * GNUTLS is free software; you can redistribute it and/or modify it + * 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 + * 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, + * along with GnuTLS; if not, write to the Free Software Foundation, * Inc., 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301, USA */ diff --git a/tests/safe-renegotiation/srn5.c b/tests/safe-renegotiation/srn5.c index c929cb03e2..7002bc844d 100644 --- a/tests/safe-renegotiation/srn5.c +++ b/tests/safe-renegotiation/srn5.c @@ -3,20 +3,20 @@ * * Author: Simon Josefsson * - * This file is part of GNUTLS. + * This file is part of GnuTLS. * - * GNUTLS is free software; you can redistribute it and/or modify it + * 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 + * 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, + * along with GnuTLS; if not, write to the Free Software Foundation, * Inc., 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301, USA */ diff --git a/tests/safe-renegotiation/testsrn b/tests/safe-renegotiation/testsrn index 42176d7831..c7c9b4ff80 100755 --- a/tests/safe-renegotiation/testsrn +++ b/tests/safe-renegotiation/testsrn @@ -4,20 +4,20 @@ # # Author: Nikos Mavrogiannopoulos # -# This file is part of GNUTLS. +# This file is part of GnuTLS. # -# GNUTLS is free software; you can redistribute it and/or modify it +# 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 +# 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, +# along with GnuTLS; if not, write to the Free Software Foundation, # Inc., 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301, USA. srcdir="${srcdir:-.}" diff --git a/tests/set_pkcs12_cred.c b/tests/set_pkcs12_cred.c index 69b54896cc..6a4109fe2f 100644 --- a/tests/set_pkcs12_cred.c +++ b/tests/set_pkcs12_cred.c @@ -3,20 +3,20 @@ * * Author: Simon Josefsson * - * This file is part of GNUTLS. + * This file is part of GnuTLS. * - * GNUTLS is free software; you can redistribute it and/or modify it + * 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 + * 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, + * along with GnuTLS; if not, write to the Free Software Foundation, * Inc., 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301, USA */ diff --git a/tests/setcredcrash.c b/tests/setcredcrash.c index 03b5bd5be8..7a6803a5d6 100644 --- a/tests/setcredcrash.c +++ b/tests/setcredcrash.c @@ -3,20 +3,20 @@ * * Author: Simon Josefsson * - * This file is part of GNUTLS. + * This file is part of GnuTLS. * - * GNUTLS is free software; you can redistribute it and/or modify it + * 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 + * 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, + * along with GnuTLS; if not, write to the Free Software Foundation, * Inc., 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301, USA */ diff --git a/tests/sha2/Makefile.am b/tests/sha2/Makefile.am index fb6a7aee94..983f554b4f 100644 --- a/tests/sha2/Makefile.am +++ b/tests/sha2/Makefile.am @@ -3,7 +3,7 @@ # # Author: Simon Josefsson # -# This file is part of GNUTLS. +# This file is part of GnuTLS. # # 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 diff --git a/tests/sha2/sha2 b/tests/sha2/sha2 index 9170ce1bd8..8c4b96da9e 100755 --- a/tests/sha2/sha2 +++ b/tests/sha2/sha2 @@ -4,20 +4,20 @@ # # Author: Simon Josefsson # -# This file is part of GNUTLS. +# This file is part of GnuTLS. # -# GNUTLS is free software; you can redistribute it and/or modify it +# 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 +# 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, +# along with GnuTLS; if not, write to the Free Software Foundation, # Inc., 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301, USA. set -e diff --git a/tests/simple.c b/tests/simple.c index f0981afb1e..17d0cb55fa 100644 --- a/tests/simple.c +++ b/tests/simple.c @@ -4,20 +4,20 @@ * * Author: Simon Josefsson * - * This file is part of GNUTLS. + * This file is part of GnuTLS. * - * GNUTLS is free software; you can redistribute it and/or modify it + * 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 + * 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, + * along with GnuTLS; if not, write to the Free Software Foundation, * Inc., 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301, USA */ diff --git a/tests/tlsia.c b/tests/tlsia.c index 8e1778c0c5..dd42892af9 100644 --- a/tests/tlsia.c +++ b/tests/tlsia.c @@ -4,20 +4,20 @@ * * Author: Simon Josefsson * - * This file is part of GNUTLS. + * This file is part of GnuTLS. * - * GNUTLS is free software; you can redistribute it and/or modify it + * 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 + * 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, + * along with GnuTLS; if not, write to the Free Software Foundation, * Inc., 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301, USA */ @@ -497,7 +497,7 @@ server (void) if (ret == 0) { if (debug) - success ("server: Peer has closed the GNUTLS connection\n"); + success ("server: Peer has closed the GnuTLS connection\n"); break; } else if (ret < 0) diff --git a/tests/userid/Makefile.am b/tests/userid/Makefile.am index 28334776b8..c4ba9bac70 100644 --- a/tests/userid/Makefile.am +++ b/tests/userid/Makefile.am @@ -3,7 +3,7 @@ # # Author: Simon Josefsson # -# This file is part of GNUTLS. +# This file is part of GnuTLS. # # 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 diff --git a/tests/userid/userid b/tests/userid/userid index 04c8dc65f9..ca412674b6 100755 --- a/tests/userid/userid +++ b/tests/userid/userid @@ -4,20 +4,20 @@ # # Author: Simon Josefsson # -# This file is part of GNUTLS. +# This file is part of GnuTLS. # -# GNUTLS is free software; you can redistribute it and/or modify it +# 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 +# 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, +# along with GnuTLS; if not, write to the Free Software Foundation, # Inc., 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301, USA. set -e diff --git a/tests/utils.c b/tests/utils.c index 6d6c352352..eb55d1f133 100644 --- a/tests/utils.c +++ b/tests/utils.c @@ -4,20 +4,20 @@ * * Author: Simon Josefsson * - * This file is part of GNUTLS. + * This file is part of GnuTLS. * - * GNUTLS is free software; you can redistribute it and/or modify it + * 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 + * 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, + * along with GnuTLS; if not, write to the Free Software Foundation, * Inc., 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301, USA */ diff --git a/tests/utils.h b/tests/utils.h index cf4c1a3cb8..e5fd600d0b 100644 --- a/tests/utils.h +++ b/tests/utils.h @@ -4,20 +4,20 @@ * * Author: Simon Josefsson * - * This file is part of GNUTLS. + * This file is part of GnuTLS. * - * GNUTLS is free software; you can redistribute it and/or modify it + * 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 + * 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, + * along with GnuTLS; if not, write to the Free Software Foundation, * Inc., 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301, USA */ diff --git a/tests/x509_altname.c b/tests/x509_altname.c index 8dbc8932c7..707b568623 100644 --- a/tests/x509_altname.c +++ b/tests/x509_altname.c @@ -2,20 +2,20 @@ * Copyright (C) 2006, 2007, 2008, 2010 Free Software Foundation, Inc. * Author: Simon Josefsson, Howard Chu * - * This file is part of GNUTLS. + * This file is part of GnuTLS. * - * GNUTLS is free software; you can redistribute it and/or modify it + * 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 + * 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, + * along with GnuTLS; if not, write to the Free Software Foundation, * Inc., 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301, USA */ diff --git a/tests/x509dn.c b/tests/x509dn.c index eabad48a89..1c9e7151c5 100644 --- a/tests/x509dn.c +++ b/tests/x509dn.c @@ -4,20 +4,20 @@ * * Author: Simon Josefsson * - * This file is part of GNUTLS. + * This file is part of GnuTLS. * - * GNUTLS is free software; you can redistribute it and/or modify it + * 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 + * 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, + * along with GnuTLS; if not, write to the Free Software Foundation, * Inc., 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301, USA */ @@ -486,7 +486,7 @@ server (void) if (ret == 0) { if (debug) - success ("server: Peer has closed the GNUTLS connection\n"); + success ("server: Peer has closed the GnuTLS connection\n"); break; } else if (ret < 0) diff --git a/tests/x509paths/chain b/tests/x509paths/chain index acb4149614..060c30a154 100755 --- a/tests/x509paths/chain +++ b/tests/x509paths/chain @@ -5,20 +5,20 @@ # # Author: Simon Josefsson # -# This file is part of GNUTLS. +# This file is part of GnuTLS. # -# GNUTLS is free software; you can redistribute it and/or modify it +# 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 +# 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, +# along with GnuTLS; if not, write to the Free Software Foundation, # Inc., 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301, USA. CERTTOOL=../../src/certtool diff --git a/tests/x509self.c b/tests/x509self.c index 39aaeca225..33d7148ef4 100644 --- a/tests/x509self.c +++ b/tests/x509self.c @@ -4,20 +4,20 @@ * * Author: Simon Josefsson * - * This file is part of GNUTLS. + * This file is part of GnuTLS. * - * GNUTLS is free software; you can redistribute it and/or modify it + * 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 + * 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, + * along with GnuTLS; if not, write to the Free Software Foundation, * Inc., 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301, USA */ @@ -449,7 +449,7 @@ server (void) if (ret == 0) { if (debug) - success ("server: Peer has closed the GNUTLS connection\n"); + success ("server: Peer has closed the GnuTLS connection\n"); break; } else if (ret < 0) diff --git a/tests/x509sign-verify.c b/tests/x509sign-verify.c index e582d875c7..1eb749066f 100644 --- a/tests/x509sign-verify.c +++ b/tests/x509sign-verify.c @@ -4,20 +4,20 @@ * * Author: Nikos Mavrogiannopoulos, Simon Josefsson * - * This file is part of GNUTLS. + * This file is part of GnuTLS. * - * GNUTLS is free software; you can redistribute it and/or modify it + * 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 + * 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, + * along with GnuTLS; if not, write to the Free Software Foundation, * Inc., 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301, USA */ diff --git a/tests/x509signself.c b/tests/x509signself.c index c05ecee7f5..b5455c27fc 100644 --- a/tests/x509signself.c +++ b/tests/x509signself.c @@ -4,20 +4,20 @@ * * Author: Simon Josefsson * - * This file is part of GNUTLS. + * This file is part of GnuTLS. * - * GNUTLS is free software; you can redistribute it and/or modify it + * 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 + * 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, + * along with GnuTLS; if not, write to the Free Software Foundation, * Inc., 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301, USA */ @@ -447,7 +447,7 @@ server (void) if (ret == 0) { if (debug) - success ("server: Peer has closed the GNUTLS connection\n"); + success ("server: Peer has closed the GnuTLS connection\n"); break; } else if (ret < 0) |