From 01a4a54a88c175264db523514aa966436caf5bcb Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Niels=20M=C3=B6ller?= <nisse@lysator.liu.se> Date: Fri, 13 Jul 2012 22:45:41 +0200 Subject: [PATCH] Fixed libspki copyright headers. --- spki/ChangeLog | 4 ++++ spki/certificate.c | 6 +++--- spki/certificate.h | 6 +++--- spki/names.c | 6 +++--- spki/parse-transport.c | 6 +++--- spki/parse.c | 6 +++--- spki/parse.h | 6 +++--- spki/reduce.c | 6 +++--- spki/tag.c | 6 +++--- spki/tag.h | 6 +++--- spki/tools/misc.c | 6 +++--- spki/tools/misc.h | 6 +++--- spki/tools/sign.h | 6 +++--- spki/tools/spki-check-signature.c | 6 +++--- spki/tools/spki-delegate.c | 6 +++--- spki/tools/spki-make-signature.c | 6 +++--- spki/tools/spki-reduce.c | 6 +++--- spki/verify.c | 6 +++--- 18 files changed, 55 insertions(+), 51 deletions(-) diff --git a/spki/ChangeLog b/spki/ChangeLog index 95ca461a5..c7f69c88d 100644 --- a/spki/ChangeLog +++ b/spki/ChangeLog @@ -1,5 +1,9 @@ 2012-07-13 Niels Möller <nisse@lysator.liu.se> + * Fixed copyright headers on many files, used to say "The nettle + library is free software". Now refers to the "libspki library" + instead. + * configure.ac: Deleted left over check of $am_cv_prog_cc_stdc. 2010-12-14 Niels Möller <nisse@lysator.liu.se> diff --git a/spki/certificate.c b/spki/certificate.c index b3c878a27..b68ada72f 100644 --- a/spki/certificate.c +++ b/spki/certificate.c @@ -4,18 +4,18 @@ * * Copyright (C) 2002 Niels Möller * - * The nettle library is free software; you can redistribute it and/or modify + * The libspki library is free software; you can redistribute it and/or modify * it under the terms of the GNU Lesser General Public License as published by * the Free Software Foundation; either version 2.1 of the License, or (at your * option) any later version. * - * The nettle library is distributed in the hope that it will be useful, but + * The libspki library 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 Lesser General Public * License for more details. * * You should have received a copy of the GNU Lesser General Public License - * along with the nettle library; see the file COPYING.LIB. If not, write to + * along with the libspki library; see the file COPYING.LIB. If not, write to * the Free Software Foundation, Inc., 59 Temple Place - Suite 330, Boston, * MA 02111-1307, USA. */ diff --git a/spki/certificate.h b/spki/certificate.h index 0e0fb581a..014f62c67 100644 --- a/spki/certificate.h +++ b/spki/certificate.h @@ -4,18 +4,18 @@ * * Copyright (C) 2002 Niels Möller * - * The nettle library is free software; you can redistribute it and/or modify + * The libspki library is free software; you can redistribute it and/or modify * it under the terms of the GNU Lesser General Public License as published by * the Free Software Foundation; either version 2.1 of the License, or (at your * option) any later version. * - * The nettle library is distributed in the hope that it will be useful, but + * The libspki library 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 Lesser General Public * License for more details. * * You should have received a copy of the GNU Lesser General Public License - * along with the nettle library; see the file COPYING.LIB. If not, write to + * along with the libspki library; see the file COPYING.LIB. If not, write to * the Free Software Foundation, Inc., 59 Temple Place - Suite 330, Boston, * MA 02111-1307, USA. */ diff --git a/spki/names.c b/spki/names.c index 17920433c..5d5384e0f 100644 --- a/spki/names.c +++ b/spki/names.c @@ -4,18 +4,18 @@ * * Copyright (C) 2002 Niels Möller * - * The nettle library is free software; you can redistribute it and/or modify + * The libspki library is free software; you can redistribute it and/or modify * it under the terms of the GNU Lesser General Public License as published by * the Free Software Foundation; either version 2.1 of the License, or (at your * option) any later version. * - * The nettle library is distributed in the hope that it will be useful, but + * The libspki library 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 Lesser General Public * License for more details. * * You should have received a copy of the GNU Lesser General Public License - * along with the nettle library; see the file COPYING.LIB. If not, write to + * along with the libspki library; see the file COPYING.LIB. If not, write to * the Free Software Foundation, Inc., 59 Temple Place - Suite 330, Boston, * MA 02111-1307, USA. */ diff --git a/spki/parse-transport.c b/spki/parse-transport.c index 790a44ca9..911abf184 100644 --- a/spki/parse-transport.c +++ b/spki/parse-transport.c @@ -4,18 +4,18 @@ * * Copyright (C) 2002 Niels Möller * - * The nettle library is free software; you can redistribute it and/or modify + * The libspki library is free software; you can redistribute it and/or modify * it under the terms of the GNU Lesser General Public License as published by * the Free Software Foundation; either version 2.1 of the License, or (at your * option) any later version. * - * The nettle library is distributed in the hope that it will be useful, but + * The libspki library 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 Lesser General Public * License for more details. * * You should have received a copy of the GNU Lesser General Public License - * along with the nettle library; see the file COPYING.LIB. If not, write to + * along with the libspki library; see the file COPYING.LIB. If not, write to * the Free Software Foundation, Inc., 59 Temple Place - Suite 330, Boston, * MA 02111-1307, USA. */ diff --git a/spki/parse.c b/spki/parse.c index eac6a17b1..5ce7b3c19 100644 --- a/spki/parse.c +++ b/spki/parse.c @@ -4,18 +4,18 @@ * * Copyright (C) 2002 Niels Möller * - * The nettle library is free software; you can redistribute it and/or modify + * The libspki library is free software; you can redistribute it and/or modify * it under the terms of the GNU Lesser General Public License as published by * the Free Software Foundation; either version 2.1 of the License, or (at your * option) any later version. * - * The nettle library is distributed in the hope that it will be useful, but + * The libspki library 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 Lesser General Public * License for more details. * * You should have received a copy of the GNU Lesser General Public License - * along with the nettle library; see the file COPYING.LIB. If not, write to + * along with the libspki library; see the file COPYING.LIB. If not, write to * the Free Software Foundation, Inc., 59 Temple Place - Suite 330, Boston, * MA 02111-1307, USA. */ diff --git a/spki/parse.h b/spki/parse.h index 7ddcab1f0..ee13c5502 100644 --- a/spki/parse.h +++ b/spki/parse.h @@ -4,18 +4,18 @@ * * Copyright (C) 2002 Niels Möller * - * The nettle library is free software; you can redistribute it and/or modify + * The libspki library is free software; you can redistribute it and/or modify * it under the terms of the GNU Lesser General Public License as published by * the Free Software Foundation; either version 2.1 of the License, or (at your * option) any later version. * - * The nettle library is distributed in the hope that it will be useful, but + * The libspki library 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 Lesser General Public * License for more details. * * You should have received a copy of the GNU Lesser General Public License - * along with the nettle library; see the file COPYING.LIB. If not, write to + * along with the libspki library; see the file COPYING.LIB. If not, write to * the Free Software Foundation, Inc., 59 Temple Place - Suite 330, Boston, * MA 02111-1307, USA. */ diff --git a/spki/reduce.c b/spki/reduce.c index 2f60a010a..b21d3badd 100644 --- a/spki/reduce.c +++ b/spki/reduce.c @@ -4,18 +4,18 @@ * * Copyright (C) 2002 Niels Möller * - * The nettle library is free software; you can redistribute it and/or modify + * The libspki library is free software; you can redistribute it and/or modify * it under the terms of the GNU Lesser General Public License as published by * the Free Software Foundation; either version 2.1 of the License, or (at your * option) any later version. * - * The nettle library is distributed in the hope that it will be useful, but + * The libspki library 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 Lesser General Public * License for more details. * * You should have received a copy of the GNU Lesser General Public License - * along with the nettle library; see the file COPYING.LIB. If not, write to + * along with the libspki library; see the file COPYING.LIB. If not, write to * the Free Software Foundation, Inc., 59 Temple Place - Suite 330, Boston, * MA 02111-1307, USA. */ diff --git a/spki/tag.c b/spki/tag.c index 24b353582..e2a9228a4 100644 --- a/spki/tag.c +++ b/spki/tag.c @@ -6,18 +6,18 @@ * * Copyright (C) 2002 Niels Möller * - * The nettle library is free software; you can redistribute it and/or modify + * The libspki library is free software; you can redistribute it and/or modify * it under the terms of the GNU Lesser General Public License as published by * the Free Software Foundation; either version 2.1 of the License, or (at your * option) any later version. * - * The nettle library is distributed in the hope that it will be useful, but + * The libspki library 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 Lesser General Public * License for more details. * * You should have received a copy of the GNU Lesser General Public License - * along with the nettle library; see the file COPYING.LIB. If not, write to + * along with the libspki library; see the file COPYING.LIB. If not, write to * the Free Software Foundation, Inc., 59 Temple Place - Suite 330, Boston, * MA 02111-1307, USA. */ diff --git a/spki/tag.h b/spki/tag.h index 6a51c212a..5f8444998 100644 --- a/spki/tag.h +++ b/spki/tag.h @@ -6,18 +6,18 @@ * * Copyright (C) 2002 Niels Möller * - * The nettle library is free software; you can redistribute it and/or modify + * The libspki library is free software; you can redistribute it and/or modify * it under the terms of the GNU Lesser General Public License as published by * the Free Software Foundation; either version 2.1 of the License, or (at your * option) any later version. * - * The nettle library is distributed in the hope that it will be useful, but + * The libspki library 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 Lesser General Public * License for more details. * * You should have received a copy of the GNU Lesser General Public License - * along with the nettle library; see the file COPYING.LIB. If not, write to + * along with the libspki library; see the file COPYING.LIB. If not, write to * the Free Software Foundation, Inc., 59 Temple Place - Suite 330, Boston, * MA 02111-1307, USA. */ diff --git a/spki/tools/misc.c b/spki/tools/misc.c index 4e6bbae07..d767c50d1 100644 --- a/spki/tools/misc.c +++ b/spki/tools/misc.c @@ -4,18 +4,18 @@ * * Copyright (C) 2003 Niels Möller * - * The nettle library is free software; you can redistribute it and/or modify + * The libspki library is free software; you can redistribute it and/or modify * it under the terms of the GNU Lesser General Public License as published by * the Free Software Foundation; either version 2.1 of the License, or (at your * option) any later version. * - * The nettle library is distributed in the hope that it will be useful, but + * The libspki library 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 Lesser General Public * License for more details. * * You should have received a copy of the GNU Lesser General Public License - * along with the nettle library; see the file COPYING.LIB. If not, write to + * along with the libspki library; see the file COPYING.LIB. If not, write to * the Free Software Foundation, Inc., 59 Temple Place - Suite 330, Boston, * MA 02111-1307, USA. */ diff --git a/spki/tools/misc.h b/spki/tools/misc.h index 116e75c97..038e0f266 100644 --- a/spki/tools/misc.h +++ b/spki/tools/misc.h @@ -4,18 +4,18 @@ * * Copyright (C) 2003 Niels Möller * - * The nettle library is free software; you can redistribute it and/or modify + * The libspki library is free software; you can redistribute it and/or modify * it under the terms of the GNU Lesser General Public License as published by * the Free Software Foundation; either version 2.1 of the License, or (at your * option) any later version. * - * The nettle library is distributed in the hope that it will be useful, but + * The libspki library 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 Lesser General Public * License for more details. * * You should have received a copy of the GNU Lesser General Public License - * along with the nettle library; see the file COPYING.LIB. If not, write to + * along with the libspki library; see the file COPYING.LIB. If not, write to * the Free Software Foundation, Inc., 59 Temple Place - Suite 330, Boston, * MA 02111-1307, USA. */ diff --git a/spki/tools/sign.h b/spki/tools/sign.h index ce18ebbe7..e7a0db379 100644 --- a/spki/tools/sign.h +++ b/spki/tools/sign.h @@ -6,18 +6,18 @@ * * Copyright (C) 2003 Niels Möller * - * The nettle library is free software; you can redistribute it and/or modify + * The libspki library is free software; you can redistribute it and/or modify * it under the terms of the GNU Lesser General Public License as published by * the Free Software Foundation; either version 2.1 of the License, or (at your * option) any later version. * - * The nettle library is distributed in the hope that it will be useful, but + * The libspki library 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 Lesser General Public * License for more details. * * You should have received a copy of the GNU Lesser General Public License - * along with the nettle library; see the file COPYING.LIB. If not, write to + * along with the libspki library; see the file COPYING.LIB. If not, write to * the Free Software Foundation, Inc., 59 Temple Place - Suite 330, Boston, * MA 02111-1307, USA. */ diff --git a/spki/tools/spki-check-signature.c b/spki/tools/spki-check-signature.c index 0297ce446..1650cfcac 100644 --- a/spki/tools/spki-check-signature.c +++ b/spki/tools/spki-check-signature.c @@ -4,18 +4,18 @@ * * Copyright (C) 2003 Niels Möller * - * The nettle library is free software; you can redistribute it and/or modify + * The libspki library is free software; you can redistribute it and/or modify * it under the terms of the GNU Lesser General Public License as published by * the Free Software Foundation; either version 2.1 of the License, or (at your * option) any later version. * - * The nettle library is distributed in the hope that it will be useful, but + * The libspki library 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 Lesser General Public * License for more details. * * You should have received a copy of the GNU Lesser General Public License - * along with the nettle library; see the file COPYING.LIB. If not, write to + * along with the libspki library; see the file COPYING.LIB. If not, write to * the Free Software Foundation, Inc., 59 Temple Place - Suite 330, Boston, * MA 02111-1307, USA. */ diff --git a/spki/tools/spki-delegate.c b/spki/tools/spki-delegate.c index b68773318..fb7a67c3f 100644 --- a/spki/tools/spki-delegate.c +++ b/spki/tools/spki-delegate.c @@ -4,18 +4,18 @@ * * Copyright (C) 2003 Niels Möller * - * The nettle library is free software; you can redistribute it and/or modify + * The libspki library is free software; you can redistribute it and/or modify * it under the terms of the GNU Lesser General Public License as published by * the Free Software Foundation; either version 2.1 of the License, or (at your * option) any later version. * - * The nettle library is distributed in the hope that it will be useful, but + * The libspki library 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 Lesser General Public * License for more details. * * You should have received a copy of the GNU Lesser General Public License - * along with the nettle library; see the file COPYING.LIB. If not, write to + * along with the libspki library; see the file COPYING.LIB. If not, write to * the Free Software Foundation, Inc., 59 Temple Place - Suite 330, Boston, * MA 02111-1307, USA. */ diff --git a/spki/tools/spki-make-signature.c b/spki/tools/spki-make-signature.c index ee275bb2f..40d886d30 100644 --- a/spki/tools/spki-make-signature.c +++ b/spki/tools/spki-make-signature.c @@ -4,18 +4,18 @@ * * Copyright (C) 2003 Niels Möller * - * The nettle library is free software; you can redistribute it and/or modify + * The libspki library is free software; you can redistribute it and/or modify * it under the terms of the GNU Lesser General Public License as published by * the Free Software Foundation; either version 2.1 of the License, or (at your * option) any later version. * - * The nettle library is distributed in the hope that it will be useful, but + * The libspki library 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 Lesser General Public * License for more details. * * You should have received a copy of the GNU Lesser General Public License - * along with the nettle library; see the file COPYING.LIB. If not, write to + * along with the libspki library; see the file COPYING.LIB. If not, write to * the Free Software Foundation, Inc., 59 Temple Place - Suite 330, Boston, * MA 02111-1307, USA. */ diff --git a/spki/tools/spki-reduce.c b/spki/tools/spki-reduce.c index 740599ffb..180b593d1 100644 --- a/spki/tools/spki-reduce.c +++ b/spki/tools/spki-reduce.c @@ -4,18 +4,18 @@ * * Copyright (C) 2003 Niels Möller * - * The nettle library is free software; you can redistribute it and/or modify + * The libspki library is free software; you can redistribute it and/or modify * it under the terms of the GNU Lesser General Public License as published by * the Free Software Foundation; either version 2.1 of the License, or (at your * option) any later version. * - * The nettle library is distributed in the hope that it will be useful, but + * The libspki library 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 Lesser General Public * License for more details. * * You should have received a copy of the GNU Lesser General Public License - * along with the nettle library; see the file COPYING.LIB. If not, write to + * along with the libspki library; see the file COPYING.LIB. If not, write to * the Free Software Foundation, Inc., 59 Temple Place - Suite 330, Boston, * MA 02111-1307, USA. */ diff --git a/spki/verify.c b/spki/verify.c index a2a47b40c..e56c57e36 100644 --- a/spki/verify.c +++ b/spki/verify.c @@ -4,18 +4,18 @@ * * Copyright (C) 2002 Niels Möller * - * The nettle library is free software; you can redistribute it and/or modify + * The libspki library is free software; you can redistribute it and/or modify * it under the terms of the GNU Lesser General Public License as published by * the Free Software Foundation; either version 2.1 of the License, or (at your * option) any later version. * - * The nettle library is distributed in the hope that it will be useful, but + * The libspki library 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 Lesser General Public * License for more details. * * You should have received a copy of the GNU Lesser General Public License - * along with the nettle library; see the file COPYING.LIB. If not, write to + * along with the libspki library; see the file COPYING.LIB. If not, write to * the Free Software Foundation, Inc., 59 Temple Place - Suite 330, Boston, * MA 02111-1307, USA. */ -- GitLab