From 125289ae4518edbe98c46099ed4a890b2c5b83b3 Mon Sep 17 00:00:00 2001 From: Stef Walter Date: Sat, 31 Mar 2012 15:32:43 +0200 Subject: [PATCH] Fix license header issues * Update to LGPL 2.1 * Fix typos in license comments * Update FSF address https://bugzilla.gnome.org/show_bug.cgi?id=673194 --- egg/egg-dh.c | 20 +++++++++++--------- egg/egg-dh.h | 20 +++++++++++--------- egg/egg-hex.c | 20 +++++++++++--------- egg/egg-hex.h | 20 +++++++++++--------- egg/egg-hkdf.c | 18 +++++++++--------- egg/egg-hkdf.h | 18 +++++++++--------- egg/egg-libgcrypt.c | 6 ++++-- egg/egg-libgcrypt.h | 6 ++++-- egg/egg-secure-memory.c | 40 ++++++++++++++++++++-------------------- egg/egg-secure-memory.h | 40 ++++++++++++++++++++-------------------- egg/egg-testing.c | 20 ++++++++++---------- egg/egg-testing.h | 18 +++++++++--------- library/secret-collection.c | 4 +++- library/secret-collection.h | 4 +++- library/secret-item.c | 4 +++- library/secret-item.h | 4 +++- library/secret-methods.c | 4 +++- library/secret-password.c | 4 +++- library/secret-password.h | 4 +++- library/secret-private.h | 6 ++++-- library/secret-prompt.c | 4 +++- library/secret-prompt.h | 4 +++- library/secret-schema.c | 4 +++- library/secret-schema.h | 4 +++- library/secret-schemas.c | 4 +++- library/secret-schemas.h | 4 +++- library/secret-service.c | 4 +++- library/secret-service.h | 4 +++- library/secret-session.c | 4 +++- library/secret-types.h | 4 +++- library/secret-unstable.h | 4 +++- library/secret-util.c | 4 +++- library/secret-value.c | 4 +++- library/secret-value.h | 4 +++- library/secret.h | 4 +++- tool/secret-tool.c | 2 +- 36 files changed, 200 insertions(+), 142 deletions(-) diff --git a/egg/egg-dh.c b/egg/egg-dh.c index b315b3d..e869c99 100644 --- a/egg/egg-dh.c +++ b/egg/egg-dh.c @@ -2,21 +2,23 @@ * gnome-keyring * * Copyright (C) 2009 Stefan Walter - * - * This program is free software; you can redistribute it and/or modify - * it under the terms of the GNU Lesser General License as + * + * This program 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 program 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 License for more details. - * - * You should have received a copy of the GNU Lesser General + * Lesser General Public License for more details. + * + * You should have received a copy of the GNU Lesser General Public * License along with this program; if not, write to the Free Software - * Foundation, Inc., 59 Temple Place - Suite 330, Boston, MA - * 02111-1307, USA. + * Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, + * MA 02110-1301 USA + * + * Author: Stef Walter */ #include "config.h" diff --git a/egg/egg-dh.h b/egg/egg-dh.h index ee315e2..679aa19 100644 --- a/egg/egg-dh.h +++ b/egg/egg-dh.h @@ -2,21 +2,23 @@ * gnome-keyring * * Copyright (C) 2009 Stefan Walter - * - * This program is free software; you can redistribute it and/or modify - * it under the terms of the GNU Lesser General License as + * + * This program 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 program 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 License for more details. - * - * You should have received a copy of the GNU Lesser General + * Lesser General Public License for more details. + * + * You should have received a copy of the GNU Lesser General Public * License along with this program; if not, write to the Free Software - * Foundation, Inc., 59 Temple Place - Suite 330, Boston, MA - * 02111-1307, USA. + * Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, + * MA 02110-1301 USA + * + * Author: Stef Walter */ #ifndef EGG_DH_H_ diff --git a/egg/egg-hex.c b/egg/egg-hex.c index 0e74f57..434af39 100644 --- a/egg/egg-hex.c +++ b/egg/egg-hex.c @@ -2,21 +2,23 @@ * gnome-keyring * * Copyright (C) 2008 Stefan Walter - * - * This program is free software; you can redistribute it and/or modify - * it under the terms of the GNU Lesser General License as + * + * This program 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 program 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 License for more details. - * - * You should have received a copy of the GNU Lesser General + * Lesser General Public License for more details. + * + * You should have received a copy of the GNU Lesser General Public * License along with this program; if not, write to the Free Software - * Foundation, Inc., 59 Temple Place - Suite 330, Boston, MA - * 02111-1307, USA. + * Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, + * MA 02110-1301 USA + * + * Author: Stef Walter */ #include "config.h" diff --git a/egg/egg-hex.h b/egg/egg-hex.h index d30b641..c064150 100644 --- a/egg/egg-hex.h +++ b/egg/egg-hex.h @@ -2,21 +2,23 @@ * gnome-keyring * * Copyright (C) 2008 Stefan Walter - * - * This program is free software; you can redistribute it and/or modify - * it under the terms of the GNU Lesser General License as + * + * This program 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 program 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 License for more details. - * - * You should have received a copy of the GNU Lesser General + * Lesser General Public License for more details. + * + * You should have received a copy of the GNU Lesser General Public * License along with this program; if not, write to the Free Software - * Foundation, Inc., 59 Temple Place - Suite 330, Boston, MA - * 02111-1307, USA. + * Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, + * MA 02110-1301 USA + * + * Author: Stef Walter */ #ifndef EGG_HEX_H_ diff --git a/egg/egg-hkdf.c b/egg/egg-hkdf.c index 8cce3af..e79b9d4 100644 --- a/egg/egg-hkdf.c +++ b/egg/egg-hkdf.c @@ -2,21 +2,21 @@ * gnome-keyring * * Copyright (C) 2011 Collabora Ltd. - * - * This program is free software; you can redistribute it and/or modify - * it under the terms of the GNU Lesser General License as + * + * This program 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 program 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 License for more details. - * - * You should have received a copy of the GNU Lesser General + * Lesser General Public License for more details. + * + * You should have received a copy of the GNU Lesser General Public * License along with this program; if not, write to the Free Software - * Foundation, Inc., 59 Temple Place - Suite 330, Boston, MA - * 02111-1307, USA. + * Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, + * MA 02110-1301 USA * * Author: Stef Walter */ diff --git a/egg/egg-hkdf.h b/egg/egg-hkdf.h index 430d331..45d2685 100644 --- a/egg/egg-hkdf.h +++ b/egg/egg-hkdf.h @@ -2,21 +2,21 @@ * gnome-keyring * * Copyright (C) 2011 Collabora Ltd. - * - * This program is free software; you can redistribute it and/or modify - * it under the terms of the GNU Lesser General License as + * + * This program 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 program 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 License for more details. - * - * You should have received a copy of the GNU Lesser General + * Lesser General Public License for more details. + * + * You should have received a copy of the GNU Lesser General Public * License along with this program; if not, write to the Free Software - * Foundation, Inc., 59 Temple Place - Suite 330, Boston, MA - * 02111-1307, USA. + * Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, + * MA 02110-1301 USA * * Author: Stef Walter */ diff --git a/egg/egg-libgcrypt.c b/egg/egg-libgcrypt.c index a198f4d..d8eb0d2 100644 --- a/egg/egg-libgcrypt.c +++ b/egg/egg-libgcrypt.c @@ -15,8 +15,10 @@ * * You should have received a copy of the GNU Lesser General Public * License along with this program; if not, write to the Free Software - * Foundation, Inc., 59 Temple Place - Suite 330, Boston, MA - * 02111-1307, USA. + * Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, + * MA 02110-1301 USA + * + * Author: Stef Walter */ #include "config.h" diff --git a/egg/egg-libgcrypt.h b/egg/egg-libgcrypt.h index 1aee422..2543460 100644 --- a/egg/egg-libgcrypt.h +++ b/egg/egg-libgcrypt.h @@ -15,8 +15,10 @@ * * You should have received a copy of the GNU Lesser General Public * License along with this program; if not, write to the Free Software - * Foundation, Inc., 59 Temple Place - Suite 330, Boston, MA - * 02111-1307, USA. + * Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, + * MA 02110-1301 USA + * + * Author: Stef Walter */ #ifndef EGG_LIBGCRYPT_H_ diff --git a/egg/egg-secure-memory.c b/egg/egg-secure-memory.c index b082779..490f10c 100644 --- a/egg/egg-secure-memory.c +++ b/egg/egg-secure-memory.c @@ -1,25 +1,25 @@ /* -*- Mode: C; indent-tabs-mode: t; c-basic-offset: 8; tab-width: 8 -*- */ /* egg-secure-memory.h - library for allocating memory that is non-pageable - - Copyright (C) 2007 Stefan Walter - - The Gnome Keyring Library is free software; you can redistribute it and/or - modify it under the terms of the GNU Library General Public License as - published by the Free Software Foundation; either version 2 of the - License, or (at your option) any later version. - - The Gnome Keyring 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 - Library General Public License for more details. - - You should have received a copy of the GNU Library General Public - License along with the Gnome 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. - - Author: Stef Walter -*/ + * + * Copyright (C) 2007 Stefan Walter + * + * This program 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 program 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 program; if not, write to the Free Software + * Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, + * MA 02110-1301 USA + * + * Author: Stef Walter + */ /* * IMPORTANT: This is pure vanila standard C, no glib. We need this diff --git a/egg/egg-secure-memory.h b/egg/egg-secure-memory.h index d181349..1bfa82e 100644 --- a/egg/egg-secure-memory.h +++ b/egg/egg-secure-memory.h @@ -1,25 +1,25 @@ /* -*- Mode: C; indent-tabs-mode: t; c-basic-offset: 8; tab-width: 8 -*- */ /* egg-secure-memory.h - library for allocating memory that is non-pageable - - Copyright (C) 2007 Stefan Walter - - The Gnome Keyring Library is free software; you can redistribute it and/or - modify it under the terms of the GNU Library General Public License as - published by the Free Software Foundation; either version 2 of the - License, or (at your option) any later version. - - The Gnome Keyring 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 - Library General Public License for more details. - - You should have received a copy of the GNU Library General Public - License along with the Gnome 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. - - Author: Stef Walter -*/ + * + * Copyright (C) 2007 Stefan Walter + * + * This program 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 program 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 program; if not, write to the Free Software + * Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, + * MA 02110-1301 USA + * + * Author: Stef Walter + */ #ifndef EGG_SECURE_MEMORY_H #define EGG_SECURE_MEMORY_H diff --git a/egg/egg-testing.c b/egg/egg-testing.c index 3b9a423..b5e77dc 100644 --- a/egg/egg-testing.c +++ b/egg/egg-testing.c @@ -2,23 +2,23 @@ * gnome-keyring * * Copyright (C) 2011 Collabora Ltd. - * - * This program is free software; you can redistribute it and/or modify - * it under the terms of the GNU Lesser General License as + * + * This program 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 program 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 License for more details. - * - * You should have received a copy of the GNU Lesser General + * Lesser General Public License for more details. + * + * You should have received a copy of the GNU Lesser General Public * License along with this program; if not, write to the Free Software - * Foundation, Inc., 59 Temple Place - Suite 330, Boston, MA - * 02111-1307, USA. + * Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, + * MA 02110-1301 USA * - * Stef Walter + * Author: Stef Walter */ #include "config.h" diff --git a/egg/egg-testing.h b/egg/egg-testing.h index d94379d..4a247bc 100644 --- a/egg/egg-testing.h +++ b/egg/egg-testing.h @@ -2,21 +2,21 @@ * gnome-keyring * * Copyright (C) 2011 Stefan Walter - * - * This program is free software; you can redistribute it and/or modify - * it under the terms of the GNU Lesser General License as + * + * This program 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 program 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 License for more details. - * - * You should have received a copy of the GNU Lesser General + * Lesser General Public License for more details. + * + * You should have received a copy of the GNU Lesser General Public * License along with this program; if not, write to the Free Software - * Foundation, Inc., 59 Temple Place - Suite 330, Boston, MA - * 02111-1307, USA. + * Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, + * MA 02110-1301 USA * * Author: Stef Walter */ diff --git a/library/secret-collection.c b/library/secret-collection.c index b52369a..e36986b 100644 --- a/library/secret-collection.c +++ b/library/secret-collection.c @@ -4,10 +4,12 @@ * * This program 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 of the licence or (at + * by the Free Software Foundation; either version 2.1 of the licence or (at * your option) any later version. * * See the included COPYING file for more information. + * + * Author: Stef Walter */ #include "config.h" diff --git a/library/secret-collection.h b/library/secret-collection.h index 63da980..9e916eb 100644 --- a/library/secret-collection.h +++ b/library/secret-collection.h @@ -4,10 +4,12 @@ * * This program 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 of the licence or (at + * by the Free Software Foundation; either version 2.1 of the licence or (at * your option) any later version. * * See the included COPYING file for more information. + * + * Author: Stef Walter */ #if !defined (__SECRET_INSIDE_HEADER__) && !defined (SECRET_COMPILATION) diff --git a/library/secret-item.c b/library/secret-item.c index a1419ae..a4cc95d 100644 --- a/library/secret-item.c +++ b/library/secret-item.c @@ -4,10 +4,12 @@ * * This program 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 of the licence or (at + * by the Free Software Foundation; either version 2.1 of the licence or (at * your option) any later version. * * See the included COPYING file for more information. + * + * Author: Stef Walter */ #include "config.h" diff --git a/library/secret-item.h b/library/secret-item.h index 6a8fc2c..12af0d7 100644 --- a/library/secret-item.h +++ b/library/secret-item.h @@ -4,10 +4,12 @@ * * This program 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 of the licence or (at + * by the Free Software Foundation; either version 2.1 of the licence or (at * your option) any later version. * * See the included COPYING file for more information. + * + * Author: Stef Walter */ #if !defined (__SECRET_INSIDE_HEADER__) && !defined (SECRET_COMPILATION) diff --git a/library/secret-methods.c b/library/secret-methods.c index f690d8c..5cc5e7c 100644 --- a/library/secret-methods.c +++ b/library/secret-methods.c @@ -5,10 +5,12 @@ * * This program 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 of the licence or (at + * by the Free Software Foundation; either version 2.1 of the licence or (at * your option) any later version. * * See the included COPYING file for more information. + * + * Author: Stef Walter */ #include "config.h" diff --git a/library/secret-password.c b/library/secret-password.c index db3317f..9828d7b 100644 --- a/library/secret-password.c +++ b/library/secret-password.c @@ -4,10 +4,12 @@ * * This program 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 of the licence or (at + * by the Free Software Foundation; either version 2.1 of the licence or (at * your option) any later version. * * See the included COPYING file for more information. + * + * Author: Stef Walter */ #include "config.h" diff --git a/library/secret-password.h b/library/secret-password.h index ca3fe44..b8d3746 100644 --- a/library/secret-password.h +++ b/library/secret-password.h @@ -4,10 +4,12 @@ * * This program 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 of the licence or (at + * by the Free Software Foundation; either version 2.1 of the licence or (at * your option) any later version. * * See the included COPYING file for more information. + * + * Author: Stef Walter */ #if !defined (__SECRET_INSIDE_HEADER__) && !defined (SECRET_COMPILATION) diff --git a/library/secret-private.h b/library/secret-private.h index a150c65..3cb0dd1 100644 --- a/library/secret-private.h +++ b/library/secret-private.h @@ -4,12 +4,14 @@ * * This program 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 of the licence or (at + * by the Free Software Foundation; either version 2.1 of the licence or (at * your option) any later version. * * See the included COPYING file for more information. - + * + * Author: Stef Walter */ + #ifndef __SECRET_PRIVATE_H__ #define __SECRET_PRIVATE_H__ diff --git a/library/secret-prompt.c b/library/secret-prompt.c index ada77bc..c0316f5 100644 --- a/library/secret-prompt.c +++ b/library/secret-prompt.c @@ -4,10 +4,12 @@ * * This program 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 of the licence or (at + * by the Free Software Foundation; either version 2.1 of the licence or (at * your option) any later version. * * See the included COPYING file for more information. + * + * Author: Stef Walter */ #include "config.h" diff --git a/library/secret-prompt.h b/library/secret-prompt.h index ccb1539..14d72d5 100644 --- a/library/secret-prompt.h +++ b/library/secret-prompt.h @@ -4,10 +4,12 @@ * * This program 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 of the licence or (at + * by the Free Software Foundation; either version 2.1 of the licence or (at * your option) any later version. * * See the included COPYING file for more information. + * + * Author: Stef Walter */ #if !defined (__SECRET_INSIDE_HEADER__) && !defined (SECRET_COMPILATION) diff --git a/library/secret-schema.c b/library/secret-schema.c index 3683645..52a6961 100644 --- a/library/secret-schema.c +++ b/library/secret-schema.c @@ -4,10 +4,12 @@ * * This program 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 of the licence or (at + * by the Free Software Foundation; either version 2.1 of the licence or (at * your option) any later version. * * See the included COPYING file for more information. + * + * Author: Stef Walter */ #include "config.h" diff --git a/library/secret-schema.h b/library/secret-schema.h index f5c181c..6431acd 100644 --- a/library/secret-schema.h +++ b/library/secret-schema.h @@ -4,10 +4,12 @@ * * This program 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 of the licence or (at + * by the Free Software Foundation; either version 2.1 of the licence or (at * your option) any later version. * * See the included COPYING file for more information. + * + * Author: Stef Walter */ #if !defined (__SECRET_INSIDE_HEADER__) && !defined (SECRET_COMPILATION) diff --git a/library/secret-schemas.c b/library/secret-schemas.c index ba000b5..98fb3a5 100644 --- a/library/secret-schemas.c +++ b/library/secret-schemas.c @@ -4,10 +4,12 @@ * * This program 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 of the licence or (at + * by the Free Software Foundation; either version 2.1 of the licence or (at * your option) any later version. * * See the included COPYING file for more information. + * + * Author: Stef Walter */ #include "config.h" diff --git a/library/secret-schemas.h b/library/secret-schemas.h index cf0bfcd..44ee58b 100644 --- a/library/secret-schemas.h +++ b/library/secret-schemas.h @@ -4,10 +4,12 @@ * * This program 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 of the licence or (at + * by the Free Software Foundation; either version 2.1 of the licence or (at * your option) any later version. * * See the included COPYING file for more information. + * + * Author: Stef Walter */ #if !defined (__SECRET_INSIDE_HEADER__) && !defined (SECRET_COMPILATION) diff --git a/library/secret-service.c b/library/secret-service.c index cf21871..b32206d 100644 --- a/library/secret-service.c +++ b/library/secret-service.c @@ -5,10 +5,12 @@ * * This program 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 of the licence or (at + * by the Free Software Foundation; either version 2.1 of the licence or (at * your option) any later version. * * See the included COPYING file for more information. + * + * Author: Stef Walter */ #include "config.h" diff --git a/library/secret-service.h b/library/secret-service.h index 6cb2143..64f8e2f 100644 --- a/library/secret-service.h +++ b/library/secret-service.h @@ -5,10 +5,12 @@ * * This program 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 of the licence or (at + * by the Free Software Foundation; either version 2.1 of the licence or (at * your option) any later version. * * See the included COPYING file for more information. + * + * Author: Stef Walter */ #if !defined (__SECRET_INSIDE_HEADER__) && !defined (SECRET_COMPILATION) diff --git a/library/secret-session.c b/library/secret-session.c index 56aacbd..bfaa19f 100644 --- a/library/secret-session.c +++ b/library/secret-session.c @@ -5,10 +5,12 @@ * * This program 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 of the licence or (at + * by the Free Software Foundation; either version 2.1 of the licence or (at * your option) any later version. * * See the included COPYING file for more information. + * + * Author: Stef Walter */ #include "config.h" diff --git a/library/secret-types.h b/library/secret-types.h index d278a88..356d8d7 100644 --- a/library/secret-types.h +++ b/library/secret-types.h @@ -4,10 +4,12 @@ * * This program 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 of the licence or (at + * by the Free Software Foundation; either version 2.1 of the licence or (at * your option) any later version. * * See the included COPYING file for more information. + * + * Author: Stef Walter */ #if !defined (__SECRET_INSIDE_HEADER__) && !defined (SECRET_COMPILATION) diff --git a/library/secret-unstable.h b/library/secret-unstable.h index b736354..19d088b 100644 --- a/library/secret-unstable.h +++ b/library/secret-unstable.h @@ -4,10 +4,12 @@ * * This program 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 of the licence or (at + * by the Free Software Foundation; either version 2.1 of the licence or (at * your option) any later version. * * See the included COPYING file for more information. + * + * Author: Stef Walter */ #ifndef SECRET_API_SUBJECT_TO_CHANGE diff --git a/library/secret-util.c b/library/secret-util.c index 5834916..4c686c7 100644 --- a/library/secret-util.c +++ b/library/secret-util.c @@ -4,10 +4,12 @@ * * This program 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 of the licence or (at + * by the Free Software Foundation; either version 2.1 of the licence or (at * your option) any later version. * * See the included COPYING file for more information. + * + * Author: Stef Walter */ #include "config.h" diff --git a/library/secret-value.c b/library/secret-value.c index 185d7e8..8333c00 100644 --- a/library/secret-value.c +++ b/library/secret-value.c @@ -4,10 +4,12 @@ * * This program 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 of the licence or (at + * by the Free Software Foundation; either version 2.1 of the licence or (at * your option) any later version. * * See the included COPYING file for more information. + * + * Author: Stef Walter */ #include "config.h" diff --git a/library/secret-value.h b/library/secret-value.h index d048302..cdd7035 100644 --- a/library/secret-value.h +++ b/library/secret-value.h @@ -4,10 +4,12 @@ * * This program 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 of the licence or (at + * by the Free Software Foundation; either version 2.1 of the licence or (at * your option) any later version. * * See the included COPYING file for more information. + * + * Author: Stef Walter */ #if !defined (__SECRET_INSIDE_HEADER__) && !defined (SECRET_COMPILATION) diff --git a/library/secret.h b/library/secret.h index 19786d5..a9306d7 100644 --- a/library/secret.h +++ b/library/secret.h @@ -4,10 +4,12 @@ * * This program 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 of the licence or (at + * by the Free Software Foundation; either version 2.1 of the licence or (at * your option) any later version. * * See the included COPYING file for more information. + * + * Author: Stef Walter */ #ifndef __SECRET_H__ diff --git a/tool/secret-tool.c b/tool/secret-tool.c index 11f9c86..735da93 100644 --- a/tool/secret-tool.c +++ b/tool/secret-tool.c @@ -4,7 +4,7 @@ * * This program 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 of the licence or (at + * by the Free Software Foundation; either version 2.1 of the licence or (at * your option) any later version. * * See the included COPYING file for more information. -- 2.7.4