From: Simon Josefsson Date: Tue, 11 Mar 2008 20:41:10 +0000 (+0100) Subject: Clean up license headers for OpenPGP code. X-Git-Tag: gnutls_2_3_4~13 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=ea87f2a13300320d728f91fd17ec7f6b3995f9e1;p=thirdparty%2Fgnutls.git Clean up license headers for OpenPGP code. According to Nikos they are now licensed under the LGPL, see: http://thread.gmane.org/gmane.comp.encryption.gpg.gnutls.devel/2658/focus=2659 --- diff --git a/lib/gnutls_openpgp.c b/lib/gnutls_openpgp.c index 51a99a1d50..590ca1aa8d 100644 --- a/lib/gnutls_openpgp.c +++ b/lib/gnutls_openpgp.c @@ -3,20 +3,23 @@ * * Author: Timo Schulz, Nikos Mavrogiannopoulos * - * This file is part of GNUTLS-EXTRA. + * This file is part of GNUTLS. + * + * The GNUTLS 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. + * + * This 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 this library; if not, write to the Free Software + * Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301, + * USA * - * GNUTLS-EXTRA 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-EXTRA 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 this program. If not, see . */ #include "gnutls_int.h" diff --git a/lib/opencdk/Makefile.am b/lib/opencdk/Makefile.am index 5f49416bb5..a612c101bb 100644 --- a/lib/opencdk/Makefile.am +++ b/lib/opencdk/Makefile.am @@ -1,24 +1,24 @@ ## Process this file with automake to produce Makefile.in -# Copyright (C) 2004, 2005, 2006, 2007 Free Software Foundation +# Copyright (C) 2004, 2005, 2006, 2007, 2008 Free Software Foundation # # Author: Nikos Mavroyanopoulos # -# This file is part of GNUTLS-EXTRA. +# This file is part of GNUTLS. # -# GNUTLS-EXTRA 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 2 of the -# License, or (at your option) any later version. +# The GNUTLS 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. # -# GNUTLS-EXTRA 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. +# The GNUTLS 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 General Public License -# along with GNUTLS-EXTRA; if not, write to the Free Software -# Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA -# 02110-1301, USA. +# You should have received a copy of the GNU Lesser General Public +# License along with the GNUTLS library; if not, write to the Free +# Software Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, +# MA 02110-1301, USA INCLUDES = -I$(top_srcdir)/lib \ -I$(top_srcdir)/lgl -I$(top_builddir)/lgl diff --git a/lib/opencdk/armor.c b/lib/opencdk/armor.c index 4921995d1c..f5317ed07c 100644 --- a/lib/opencdk/armor.c +++ b/lib/opencdk/armor.c @@ -1,6 +1,7 @@ /* armor.c - Armor filters - * Copyright (C) 2001, 2002, 2003, 2007 Timo Schulz - * Copyright (C) 1998, 1999, 2000, 2001 Free Software Foundation, Inc. + * Copyright (C) 1998, 1999, 2000, 2001, 2002, 2003, 2007, 2008 Free Software Foundation, Inc. + * + * Author: Timo Schulz * * This file is part of OpenCDK. * diff --git a/lib/opencdk/context.h b/lib/opencdk/context.h index e656952302..e70fc57340 100644 --- a/lib/opencdk/context.h +++ b/lib/opencdk/context.h @@ -1,17 +1,25 @@ /* context.h - * Copyright (C) 2002, 2003, 2007 Timo Schulz + * Copyright (C) 2002, 2003, 2007, 2008 Free Software Foundation, Inc. + * + * Author: Timo Schulz * * This file is part of OpenCDK. * - * OpenCDK 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 2 of the License, or - * (at your option) any later version. + * The OpenCDK 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. + * + * This 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 this library; if not, write to the Free Software + * Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301, + * USA * - * OpenCDK 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. */ #ifndef CDK_CONTEXT_H #define CDK_CONTEXT_H diff --git a/lib/opencdk/filters.h b/lib/opencdk/filters.h index a60881edb8..ebbb4afb27 100644 --- a/lib/opencdk/filters.h +++ b/lib/opencdk/filters.h @@ -1,17 +1,25 @@ /* filters.h - Filter structs - * Copyright (C) 2002, 2003 Timo Schulz + * Copyright (C) 2002, 2003, 2008 Free Software Foundation, Inc. + * + * Author: Timo Schulz * * This file is part of OpenCDK. * - * OpenCDK 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 2 of the License, or - * (at your option) any later version. + * The OpenCDK 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. + * + * This 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 this library; if not, write to the Free Software + * Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301, + * USA * - * OpenCDK 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. */ #ifndef CDK_FILTERS_H #define CDK_FILTERS_H diff --git a/lib/opencdk/hash.c b/lib/opencdk/hash.c index abfc101fca..4a18b8600e 100644 --- a/lib/opencdk/hash.c +++ b/lib/opencdk/hash.c @@ -1,5 +1,7 @@ /* hash.c - Hash filters - * Copyright (C) 2002, 2003, 2007 Timo Schulz + * Copyright (C) 2002, 2003, 2007, 2008 Free Software Foundation + * + * Author: Timo Schulz * * This file is part of OpenCDK. * @@ -17,6 +19,7 @@ * License along with this library; if not, write to the Free Software * Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301, * USA + * */ #ifdef HAVE_CONFIG_H # include diff --git a/lib/opencdk/kbnode.c b/lib/opencdk/kbnode.c index 720bf8a8d0..8b7a253839 100644 --- a/lib/opencdk/kbnode.c +++ b/lib/opencdk/kbnode.c @@ -1,6 +1,7 @@ /* kbnode.c - keyblock node utility functions - * Copyright (C) 1998-2001, 2008 Free Software Foundation, Inc. - * Copyright (C) 2002, 2003, 2007 Timo Schulz + * Copyright (C) 1998-2003, 2007, 2008 Free Software Foundation, Inc. + * + * Author: Timo Schulz * * This file is part of OpenCDK. * @@ -18,6 +19,7 @@ * License along with this library; if not, write to the Free Software * Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301, * USA + * */ #ifdef HAVE_CONFIG_H # include diff --git a/lib/opencdk/keydb.c b/lib/opencdk/keydb.c index 0a236ff753..4a28f4ec80 100644 --- a/lib/opencdk/keydb.c +++ b/lib/opencdk/keydb.c @@ -1,5 +1,7 @@ /* keydb.c - Key database routines - * Copyright (C) 2002, 2003, 2007 Timo Schulz + * Copyright (C) 2002, 2003, 2007, 2008 Free Software Foundation, Inc. + * + * Author: Timo Schulz * * This file is part of OpenCDK. * @@ -17,6 +19,7 @@ * License along with this library; if not, write to the Free Software * Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301, * USA + * */ #ifdef HAVE_CONFIG_H # include diff --git a/lib/opencdk/literal.c b/lib/opencdk/literal.c index 438a0b6526..0932019441 100644 --- a/lib/opencdk/literal.c +++ b/lib/opencdk/literal.c @@ -1,5 +1,7 @@ -/* Literal.c - Literal packet filters - * Copyright (C) 2002, 2003 Timo Schulz +/* literal.c - Literal packet filters + * Copyright (C) 2002, 2003, 2008 Free Software Foundation, Inc. + * + * Author: Timo Schulz * * This file is part of OpenCDK. * @@ -17,6 +19,7 @@ * License along with this library; if not, write to the Free Software * Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301, * USA + * */ #ifdef HAVE_CONFIG_H # include diff --git a/lib/opencdk/main.c b/lib/opencdk/main.c index c0e67da149..8d504f765a 100644 --- a/lib/opencdk/main.c +++ b/lib/opencdk/main.c @@ -1,5 +1,7 @@ /* main.c - * Copyright (C) 2001, 2002, 2003, 2007 Timo Schulz + * Copyright (C) 2001, 2002, 2003, 2007, 2008 Free Software Foundation, Inc. + * + * Author: Timo Schulz * * This file is part of OpenCDK. * @@ -17,6 +19,7 @@ * License along with this library; if not, write to the Free Software * Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301, * USA + * */ #ifdef HAVE_CONFIG_H # include diff --git a/lib/opencdk/main.h b/lib/opencdk/main.h index 3e9a443d8f..d924090531 100644 --- a/lib/opencdk/main.h +++ b/lib/opencdk/main.h @@ -1,17 +1,25 @@ /* main.h - * Copyright (C) 2002, 2003, 2007 Timo Schulz + * Copyright (C) 2002, 2003, 2007, 2008 Free Software Foundation, Inc. + * + * Author: Timo Schulz * * This file is part of OpenCDK. * - * OpenCDK 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 2 of the License, or - * (at your option) any later version. + * The OpenCDK 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. + * + * This 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 this library; if not, write to the Free Software + * Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301, + * USA * - * OpenCDK 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. */ #ifndef CDK_MAIN_H #define CDK_MAIN_H diff --git a/lib/opencdk/misc.c b/lib/opencdk/misc.c index 35c8ad4482..065fb7f274 100644 --- a/lib/opencdk/misc.c +++ b/lib/opencdk/misc.c @@ -1,6 +1,7 @@ /* misc.c - * Copyright (C) 2002, 2003 Timo Schulz - * Copyright (C) 1998-2002, 2007 Free Software Foundation, Inc. + * Copyright (C) 1998-2002, 2003, 2007, 2008 Free Software Foundation, Inc. + * + * Author: Timo Schulz * * This file is part of OpenCDK. * @@ -18,6 +19,7 @@ * License along with this library; if not, write to the Free Software * Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301, * USA + * */ #ifdef HAVE_CONFIG_H # include diff --git a/lib/opencdk/new-packet.c b/lib/opencdk/new-packet.c index c824ed0e81..5bd452e3e2 100644 --- a/lib/opencdk/new-packet.c +++ b/lib/opencdk/new-packet.c @@ -1,5 +1,7 @@ /* new-packet.c - packet handling (freeing, copying, ...) - * Copyright (C) 2001, 2002, 2003, 2007 Timo Schulz + * Copyright (C) 2001, 2002, 2003, 2007, 2008 Free Software Foundation, Inc. + * + * Author: Timo Schulz * * This file is part of OpenCDK. * @@ -17,6 +19,7 @@ * License along with this library; if not, write to the Free Software * Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301, * USA + * */ #ifdef HAVE_CONFIG_H # include diff --git a/lib/opencdk/opencdk.h b/lib/opencdk/opencdk.h index 43ed3252c0..df5ea06d76 100644 --- a/lib/opencdk/opencdk.h +++ b/lib/opencdk/opencdk.h @@ -1,18 +1,25 @@ /* opencdk.h - Open Crypto Development Kit (OpenCDK) - * Copyright (C) 2001, 2002, 2003, 2007 Timo Schulz - * Copyright (C) 2006, 2007 Free Software Foundation, Inc. + * Copyright (C) 2001, 2002, 2003, 2006, 2007, 2008 Free Software Foundation, Inc. + * + * Author: Timo Schulz * * This file is part of OpenCDK. * - * OpenCDK 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 2 of the License, or - * (at your option) any later version. + * This 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. + * + * This 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 this library; if not, write to the Free Software + * Foundation, Inc., 51 Franklin St, Fifth Floor, Boston, MA + * 02110-1301 USA * - * OpenCDK 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. */ #ifndef OPENCDK_H diff --git a/lib/opencdk/packet.h b/lib/opencdk/packet.h index 03547acea0..ab0c8a58fb 100644 --- a/lib/opencdk/packet.h +++ b/lib/opencdk/packet.h @@ -1,17 +1,25 @@ /* packet.h - * Copyright (C) 2002, 2003, 2007 Timo Schulz + * Copyright (C) 2002, 2003, 2007, 2008 Free Software Foundation, Inc. + * + * Author: Timo Schulz * * This file is part of OpenCDK. * - * OpenCDK 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 2 of the License, or - * (at your option) any later version. + * This 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. + * + * This 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 this library; if not, write to the Free Software + * Foundation, Inc., 51 Franklin St, Fifth Floor, Boston, MA + * 02110-1301 USA * - * OpenCDK 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. */ #ifndef CDK_PACKET_H #define CDK_PACKET_H diff --git a/lib/opencdk/pubkey.c b/lib/opencdk/pubkey.c index 5a072b56ba..78ff8b0b19 100644 --- a/lib/opencdk/pubkey.c +++ b/lib/opencdk/pubkey.c @@ -1,6 +1,7 @@ /* pubkey.c - Public key API - * Copyright (C) 2007 Free Software Foundation, Inc. - * Copyright (C) 2002, 2003, 2007 Timo Schulz + * Copyright (C) 2002, 2003, 2007, 2008 Free Software Foundation, Inc. + * + * Author: Timo Schulz * * This file is part of OpenCDK. * @@ -18,6 +19,7 @@ * License along with this library; if not, write to the Free Software * Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301, * USA + * */ #ifdef HAVE_CONFIG_H #include diff --git a/lib/opencdk/read-packet.c b/lib/opencdk/read-packet.c index 040f564c49..342ca6ec75 100644 --- a/lib/opencdk/read-packet.c +++ b/lib/opencdk/read-packet.c @@ -1,5 +1,7 @@ /* read-packet.c - Read OpenPGP packets - * Copyright (C) 2001, 2002, 2003, 2007 Timo Schulz + * Copyright (C) 2001, 2002, 2003, 2007, 2008 Free Software Foundation, Inc. + * + * Author: Timo Schulz * * This file is part of OpenCDK. * @@ -17,6 +19,7 @@ * License along with this library; if not, write to the Free Software * Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301, * USA + * */ #ifdef HAVE_CONFIG_H #include diff --git a/lib/opencdk/seskey.c b/lib/opencdk/seskey.c index ebf5381db8..f8a9da8e59 100644 --- a/lib/opencdk/seskey.c +++ b/lib/opencdk/seskey.c @@ -1,6 +1,7 @@ /* seskey.c - Session key routines - * Copyright (C) 2002, 2003, 2007 Timo Schulz - * Copyright (C) 1998-2000, 2002 Free Software Foundation, Inc. + * Copyright (C) 1998-2000, 2002, 2003, 2007, 2008 Free Software Foundation, Inc. + * + * Author: Timo Schulz * * This file is part of OpenCDK. * @@ -18,6 +19,7 @@ * License along with this library; if not, write to the Free Software * Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301, * USA + * */ #ifdef HAVE_CONFIG_H # include diff --git a/lib/opencdk/sig-check.c b/lib/opencdk/sig-check.c index f81ae12e4e..42268b433c 100644 --- a/lib/opencdk/sig-check.c +++ b/lib/opencdk/sig-check.c @@ -1,6 +1,7 @@ /* sig-check.c - Check signatures - * Copyright (C) 2001, 2002, 2003, 2007 Timo Schulz - * Copyright (C) 1998-2002 Free Software Foundation, Inc. + * Copyright (C) 1998-2002, 2003, 2007, 2008 Free Software Foundation, Inc. + * + * Author: Timo Schulz * * This file is part of OpenCDK. * @@ -18,6 +19,7 @@ * License along with this library; if not, write to the Free Software * Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301, * USA + * */ #ifdef HAVE_CONFIG_H # include diff --git a/lib/opencdk/stream.c b/lib/opencdk/stream.c index 02b6346941..35290768fa 100644 --- a/lib/opencdk/stream.c +++ b/lib/opencdk/stream.c @@ -1,5 +1,7 @@ /* stream.c - The stream implementation - * Copyright (C) 2002, 2003, 2007, 2008 Timo Schulz + * Copyright (C) 2002, 2003, 2007, 2008 Free Software Foundation, Inc. + * + * Author: Timo Schulz * * This file is part of OpenCDK. * @@ -17,6 +19,7 @@ * License along with this library; if not, write to the Free Software * Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301, * USA + * */ #ifdef HAVE_CONFIG_H #include diff --git a/lib/opencdk/stream.h b/lib/opencdk/stream.h index df44c6c6b8..3291e3a013 100644 --- a/lib/opencdk/stream.h +++ b/lib/opencdk/stream.h @@ -1,17 +1,25 @@ /* stream.h - internal definiton for the STREAM object - * Copyright (C) 2002, 2003, 2007 Timo Schulz + * Copyright (C) 2002, 2003, 2007, 2008 Free Software Foundation, Inc. + * + * Author: Timo Schulz * * This file is part of OpenCDK. * - * OpenCDK 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 2 of the License, or - * (at your option) any later version. + * The OpenCDK 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. + * + * This 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 this library; if not, write to the Free Software + * Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301, + * USA * - * OpenCDK 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. */ #ifndef CDK_STREAM_H #define CDK_STREAM_H diff --git a/lib/opencdk/types.h b/lib/opencdk/types.h index c53a0850ae..bba742bcfc 100644 --- a/lib/opencdk/types.h +++ b/lib/opencdk/types.h @@ -1,17 +1,25 @@ /* types.h - Some type definitions - * Copyright (C) 2002, 2003, 2007 Timo Schulz + * Copyright (C) 2002, 2003, 2007, 2008 Free Software Foundation, Inc. + * + * Author: Timo Schulz * * This file is part of OpenCDK. * - * OpenCDK 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 2 of the License, or - * (at your option) any later version. + * The OpenCDK 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. + * + * This 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 this library; if not, write to the Free Software + * Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301, + * USA * - * OpenCDK 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. */ #ifndef CDK_TYPES_H #define CDK_TYPES_H diff --git a/lib/opencdk/verify.c b/lib/opencdk/verify.c index 9046952f41..c141da8dc6 100644 --- a/lib/opencdk/verify.c +++ b/lib/opencdk/verify.c @@ -1,5 +1,7 @@ /* verify.c - Verify signatures - * Copyright (C) 2001, 2002, 2003, 2007, 2008 Timo Schulz + * Copyright (C) 2001, 2002, 2003, 2007, 2008 Free Software Foundation, Inc. + * + * Author: Timo Schulz * * This file is part of OpenCDK. * @@ -17,6 +19,7 @@ * License along with this library; if not, write to the Free Software * Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301, * USA + * */ #ifdef HAVE_CONFIG_H # include diff --git a/lib/opencdk/write-packet.c b/lib/opencdk/write-packet.c index fb1146e1dd..35b6b0f50c 100644 --- a/lib/opencdk/write-packet.c +++ b/lib/opencdk/write-packet.c @@ -1,5 +1,7 @@ /* write-packet.c - Write OpenPGP packets - * Copyright (C) 2001, 2002, 2003, 2007 Timo Schulz + * Copyright (C) 2001, 2002, 2003, 2007, 2008 Free Software Foundation, Inc. + * + * Author: Timo Schulz * * This file is part of OpenCDK. * @@ -17,6 +19,7 @@ * License along with this library; if not, write to the Free Software * Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301, * USA + * */ #ifdef HAVE_CONFIG_H #include diff --git a/lib/openpgp/Makefile.am b/lib/openpgp/Makefile.am index cf63e31a67..d84c827cc5 100644 --- a/lib/openpgp/Makefile.am +++ b/lib/openpgp/Makefile.am @@ -3,22 +3,22 @@ # # Author: Nikos Mavrogiannopoulos # -# This file is part of GNUTLS-EXTRA. +# This file is part of GNUTLS. # -# GNUTLS-EXTRA 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. +# The GNUTLS 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. # -# GNUTLS-EXTRA 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. +# The GNUTLS 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 General Public License -# along with GNUTLS-EXTRA; if not, write to the Free Software -# Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA -# 02110-1301, USA. +# You should have received a copy of the GNU Lesser General Public +# License along with the GNUTLS library; if not, write to the Free +# Software Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, +# MA 02110-1301, USA AM_CPPFLAGS = -I$(top_srcdir)/lgl -I$(top_builddir)/lgl \ -I$(top_srcdir)/crypto -I$(top_srcdir)/lib \ diff --git a/lib/openpgp/compat.c b/lib/openpgp/compat.c index 14649304e5..51b78caf6f 100644 --- a/lib/openpgp/compat.c +++ b/lib/openpgp/compat.c @@ -3,20 +3,23 @@ * * Author: Timo Schulz, Nikos Mavrogiannopoulos * - * This file is part of GNUTLS-EXTRA. + * This file is part of GNUTLS. + * + * The GNUTLS 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. + * + * This 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 this library; if not, write to the Free Software + * Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA + * 02110-1301, USA * - * GNUTLS-EXTRA 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-EXTRA 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 this program. If not, see . */ /* Compatibility functions on OpenPGP key parsing. diff --git a/lib/openpgp/extras.c b/lib/openpgp/extras.c index d91454db09..82ce65f588 100644 --- a/lib/openpgp/extras.c +++ b/lib/openpgp/extras.c @@ -3,20 +3,23 @@ * * Author: Nikos Mavrogiannopoulos, Timo Schulz * - * This file is part of GNUTLS-EXTRA. + * This file is part of GNUTLS. + * + * The GNUTLS 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. + * + * This 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 this library; if not, write to the Free Software + * Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA + * 02110-1301, USA * - * GNUTLS-EXTRA 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-EXTRA 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 this program. If not, see . */ /* Functions on keyring parsing diff --git a/lib/openpgp/pgp.c b/lib/openpgp/pgp.c index 61ced76f8f..5e57712f85 100644 --- a/lib/openpgp/pgp.c +++ b/lib/openpgp/pgp.c @@ -3,20 +3,23 @@ * * Author: Timo Schulz, Nikos Mavrogiannopoulos * - * This file is part of GNUTLS-EXTRA. + * This file is part of GNUTLS. + * + * The GNUTLS 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. + * + * This 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 this library; if not, write to the Free Software + * Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA + * 02110-1301, USA * - * GNUTLS-EXTRA 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-EXTRA 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 this program. If not, see . */ /* Functions on OpenPGP key parsing diff --git a/lib/openpgp/pgpverify.c b/lib/openpgp/pgpverify.c index 0fb9904922..34d15fb99c 100644 --- a/lib/openpgp/pgpverify.c +++ b/lib/openpgp/pgpverify.c @@ -3,20 +3,23 @@ * * Author: Timo Schulz, Nikos Mavrogiannopoulos * - * This file is part of GNUTLS-EXTRA. + * This file is part of GNUTLS. + * + * The GNUTLS 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. + * + * This 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 this library; if not, write to the Free Software + * Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA + * 02110-1301, USA * - * GNUTLS-EXTRA 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-EXTRA 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 this program. If not, see . */ /* Functions on OpenPGP key parsing diff --git a/lib/openpgp/privkey.c b/lib/openpgp/privkey.c index 7fe79efb33..f326bce88f 100644 --- a/lib/openpgp/privkey.c +++ b/lib/openpgp/privkey.c @@ -3,20 +3,23 @@ * * Author: Nikos Mavrogiannopoulos * - * This file is part of GNUTLS-EXTRA. + * This file is part of GNUTLS. * - * GNUTLS-EXTRA 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. + * The GNUTLS 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. * - * GNUTLS-EXTRA 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. + * This 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 this library; if not, write to the Free Software + * Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA + * 02110-1301, USA * - * You should have received a copy of the GNU General Public License - * along with this program. If not, see . */ /* Functions on OpenPGP privkey parsing