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
This commit is contained in:
Stef Walter 2012-03-31 15:32:43 +02:00
parent 271c4556bd
commit 125289ae45
36 changed files with 200 additions and 142 deletions

View File

@ -2,21 +2,23 @@
* gnome-keyring * gnome-keyring
* *
* Copyright (C) 2009 Stefan Walter * Copyright (C) 2009 Stefan Walter
* *
* This program is free software; you can redistribute it and/or modify * This program is free software; you can redistribute it and/or modify
* it under the terms of the GNU Lesser General License as * it under the terms of the GNU Lesser General Public License as
* published by the Free Software Foundation; either version 2.1 of * published by the Free Software Foundation; either version 2.1 of
* the License, or (at your option) any later version. * the License, or (at your option) any later version.
* *
* This program is distributed in the hope that it will be useful, but * This program is distributed in the hope that it will be useful, but
* WITHOUT ANY WARRANTY; without even the implied warranty of * WITHOUT ANY WARRANTY; without even the implied warranty of
* MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU
* Lesser General License for more details. * Lesser General Public License for more details.
* *
* You should have received a copy of the GNU Lesser General * You should have received a copy of the GNU Lesser General Public
* License along with this program; if not, write to the Free Software * License along with this program; if not, write to the Free Software
* Foundation, Inc., 59 Temple Place - Suite 330, Boston, MA * Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston,
* 02111-1307, USA. * MA 02110-1301 USA
*
* Author: Stef Walter <stefw@thewalter.net>
*/ */
#include "config.h" #include "config.h"

View File

@ -2,21 +2,23 @@
* gnome-keyring * gnome-keyring
* *
* Copyright (C) 2009 Stefan Walter * Copyright (C) 2009 Stefan Walter
* *
* This program is free software; you can redistribute it and/or modify * This program is free software; you can redistribute it and/or modify
* it under the terms of the GNU Lesser General License as * it under the terms of the GNU Lesser General Public License as
* published by the Free Software Foundation; either version 2.1 of * published by the Free Software Foundation; either version 2.1 of
* the License, or (at your option) any later version. * the License, or (at your option) any later version.
* *
* This program is distributed in the hope that it will be useful, but * This program is distributed in the hope that it will be useful, but
* WITHOUT ANY WARRANTY; without even the implied warranty of * WITHOUT ANY WARRANTY; without even the implied warranty of
* MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU
* Lesser General License for more details. * Lesser General Public License for more details.
* *
* You should have received a copy of the GNU Lesser General * You should have received a copy of the GNU Lesser General Public
* License along with this program; if not, write to the Free Software * License along with this program; if not, write to the Free Software
* Foundation, Inc., 59 Temple Place - Suite 330, Boston, MA * Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston,
* 02111-1307, USA. * MA 02110-1301 USA
*
* Author: Stef Walter <stefw@thewalter.net>
*/ */
#ifndef EGG_DH_H_ #ifndef EGG_DH_H_

View File

@ -2,21 +2,23 @@
* gnome-keyring * gnome-keyring
* *
* Copyright (C) 2008 Stefan Walter * Copyright (C) 2008 Stefan Walter
* *
* This program is free software; you can redistribute it and/or modify * This program is free software; you can redistribute it and/or modify
* it under the terms of the GNU Lesser General License as * it under the terms of the GNU Lesser General Public License as
* published by the Free Software Foundation; either version 2.1 of * published by the Free Software Foundation; either version 2.1 of
* the License, or (at your option) any later version. * the License, or (at your option) any later version.
* *
* This program is distributed in the hope that it will be useful, but * This program is distributed in the hope that it will be useful, but
* WITHOUT ANY WARRANTY; without even the implied warranty of * WITHOUT ANY WARRANTY; without even the implied warranty of
* MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU
* Lesser General License for more details. * Lesser General Public License for more details.
* *
* You should have received a copy of the GNU Lesser General * You should have received a copy of the GNU Lesser General Public
* License along with this program; if not, write to the Free Software * License along with this program; if not, write to the Free Software
* Foundation, Inc., 59 Temple Place - Suite 330, Boston, MA * Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston,
* 02111-1307, USA. * MA 02110-1301 USA
*
* Author: Stef Walter <stefw@thewalter.net>
*/ */
#include "config.h" #include "config.h"

View File

@ -2,21 +2,23 @@
* gnome-keyring * gnome-keyring
* *
* Copyright (C) 2008 Stefan Walter * Copyright (C) 2008 Stefan Walter
* *
* This program is free software; you can redistribute it and/or modify * This program is free software; you can redistribute it and/or modify
* it under the terms of the GNU Lesser General License as * it under the terms of the GNU Lesser General Public License as
* published by the Free Software Foundation; either version 2.1 of * published by the Free Software Foundation; either version 2.1 of
* the License, or (at your option) any later version. * the License, or (at your option) any later version.
* *
* This program is distributed in the hope that it will be useful, but * This program is distributed in the hope that it will be useful, but
* WITHOUT ANY WARRANTY; without even the implied warranty of * WITHOUT ANY WARRANTY; without even the implied warranty of
* MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU
* Lesser General License for more details. * Lesser General Public License for more details.
* *
* You should have received a copy of the GNU Lesser General * You should have received a copy of the GNU Lesser General Public
* License along with this program; if not, write to the Free Software * License along with this program; if not, write to the Free Software
* Foundation, Inc., 59 Temple Place - Suite 330, Boston, MA * Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston,
* 02111-1307, USA. * MA 02110-1301 USA
*
* Author: Stef Walter <stefw@thewalter.net>
*/ */
#ifndef EGG_HEX_H_ #ifndef EGG_HEX_H_

View File

@ -2,21 +2,21 @@
* gnome-keyring * gnome-keyring
* *
* Copyright (C) 2011 Collabora Ltd. * Copyright (C) 2011 Collabora Ltd.
* *
* This program is free software; you can redistribute it and/or modify * This program is free software; you can redistribute it and/or modify
* it under the terms of the GNU Lesser General License as * it under the terms of the GNU Lesser General Public License as
* published by the Free Software Foundation; either version 2.1 of * published by the Free Software Foundation; either version 2.1 of
* the License, or (at your option) any later version. * the License, or (at your option) any later version.
* *
* This program is distributed in the hope that it will be useful, but * This program is distributed in the hope that it will be useful, but
* WITHOUT ANY WARRANTY; without even the implied warranty of * WITHOUT ANY WARRANTY; without even the implied warranty of
* MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU
* Lesser General License for more details. * Lesser General Public License for more details.
* *
* You should have received a copy of the GNU Lesser General * You should have received a copy of the GNU Lesser General Public
* License along with this program; if not, write to the Free Software * License along with this program; if not, write to the Free Software
* Foundation, Inc., 59 Temple Place - Suite 330, Boston, MA * Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston,
* 02111-1307, USA. * MA 02110-1301 USA
* *
* Author: Stef Walter <stefw@collabora.co.uk> * Author: Stef Walter <stefw@collabora.co.uk>
*/ */

View File

@ -2,21 +2,21 @@
* gnome-keyring * gnome-keyring
* *
* Copyright (C) 2011 Collabora Ltd. * Copyright (C) 2011 Collabora Ltd.
* *
* This program is free software; you can redistribute it and/or modify * This program is free software; you can redistribute it and/or modify
* it under the terms of the GNU Lesser General License as * it under the terms of the GNU Lesser General Public License as
* published by the Free Software Foundation; either version 2.1 of * published by the Free Software Foundation; either version 2.1 of
* the License, or (at your option) any later version. * the License, or (at your option) any later version.
* *
* This program is distributed in the hope that it will be useful, but * This program is distributed in the hope that it will be useful, but
* WITHOUT ANY WARRANTY; without even the implied warranty of * WITHOUT ANY WARRANTY; without even the implied warranty of
* MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU
* Lesser General License for more details. * Lesser General Public License for more details.
* *
* You should have received a copy of the GNU Lesser General * You should have received a copy of the GNU Lesser General Public
* License along with this program; if not, write to the Free Software * License along with this program; if not, write to the Free Software
* Foundation, Inc., 59 Temple Place - Suite 330, Boston, MA * Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston,
* 02111-1307, USA. * MA 02110-1301 USA
* *
* Author: Stef Walter <stefw@collabora.co.uk> * Author: Stef Walter <stefw@collabora.co.uk>
*/ */

View File

@ -15,8 +15,10 @@
* *
* You should have received a copy of the GNU Lesser General Public * You should have received a copy of the GNU Lesser General Public
* License along with this program; if not, write to the Free Software * License along with this program; if not, write to the Free Software
* Foundation, Inc., 59 Temple Place - Suite 330, Boston, MA * Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston,
* 02111-1307, USA. * MA 02110-1301 USA
*
* Author: Stef Walter <stefw@thewalter.net>
*/ */
#include "config.h" #include "config.h"

View File

@ -15,8 +15,10 @@
* *
* You should have received a copy of the GNU Lesser General Public * You should have received a copy of the GNU Lesser General Public
* License along with this program; if not, write to the Free Software * License along with this program; if not, write to the Free Software
* Foundation, Inc., 59 Temple Place - Suite 330, Boston, MA * Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston,
* 02111-1307, USA. * MA 02110-1301 USA
*
* Author: Stef Walter <stefw@thewalter.net>
*/ */
#ifndef EGG_LIBGCRYPT_H_ #ifndef EGG_LIBGCRYPT_H_

View File

@ -1,25 +1,25 @@
/* -*- Mode: C; indent-tabs-mode: t; c-basic-offset: 8; tab-width: 8 -*- */ /* -*- 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 /* egg-secure-memory.h - library for allocating memory that is non-pageable
*
Copyright (C) 2007 Stefan Walter * Copyright (C) 2007 Stefan Walter
*
The Gnome Keyring Library is free software; you can redistribute it and/or * This program is free software; you can redistribute it and/or modify
modify it under the terms of the GNU Library General Public License as * it under the terms of the GNU Lesser General Public License as
published by the Free Software Foundation; either version 2 of the * published by the Free Software Foundation; either version 2.1 of
License, or (at your option) any later version. * the License, or (at your option) any later version.
*
The Gnome Keyring Library is distributed in the hope that it will be useful, * This program is distributed in the hope that it will be useful, but
but WITHOUT ANY WARRANTY; without even the implied warranty of * WITHOUT ANY WARRANTY; without even the implied warranty of
MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU
Library General Public License for more details. * Lesser General Public License for more details.
*
You should have received a copy of the GNU Library General Public * You should have received a copy of the GNU Lesser General Public
License along with the Gnome Library; see the file COPYING.LIB. If not, * License along with this program; if not, write to the Free Software
write to the Free Software Foundation, Inc., 59 Temple Place - Suite 330, * Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston,
Boston, MA 02111-1307, USA. * MA 02110-1301 USA
*
Author: Stef Walter <stef@memberwebs.com> * Author: Stef Walter <stef@thewalter.net>
*/ */
/* /*
* IMPORTANT: This is pure vanila standard C, no glib. We need this * IMPORTANT: This is pure vanila standard C, no glib. We need this

View File

@ -1,25 +1,25 @@
/* -*- Mode: C; indent-tabs-mode: t; c-basic-offset: 8; tab-width: 8 -*- */ /* -*- 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 /* egg-secure-memory.h - library for allocating memory that is non-pageable
*
Copyright (C) 2007 Stefan Walter * Copyright (C) 2007 Stefan Walter
*
The Gnome Keyring Library is free software; you can redistribute it and/or * This program is free software; you can redistribute it and/or modify
modify it under the terms of the GNU Library General Public License as * it under the terms of the GNU Lesser General Public License as
published by the Free Software Foundation; either version 2 of the * published by the Free Software Foundation; either version 2.1 of
License, or (at your option) any later version. * the License, or (at your option) any later version.
*
The Gnome Keyring Library is distributed in the hope that it will be useful, * This program is distributed in the hope that it will be useful, but
but WITHOUT ANY WARRANTY; without even the implied warranty of * WITHOUT ANY WARRANTY; without even the implied warranty of
MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU
Library General Public License for more details. * Lesser General Public License for more details.
*
You should have received a copy of the GNU Library General Public * You should have received a copy of the GNU Lesser General Public
License along with the Gnome Library; see the file COPYING.LIB. If not, * License along with this program; if not, write to the Free Software
write to the Free Software Foundation, Inc., 59 Temple Place - Suite 330, * Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston,
Boston, MA 02111-1307, USA. * MA 02110-1301 USA
*
Author: Stef Walter <stef@memberwebs.com> * Author: Stef Walter <stef@thewalter.net>
*/ */
#ifndef EGG_SECURE_MEMORY_H #ifndef EGG_SECURE_MEMORY_H
#define EGG_SECURE_MEMORY_H #define EGG_SECURE_MEMORY_H

View File

@ -2,23 +2,23 @@
* gnome-keyring * gnome-keyring
* *
* Copyright (C) 2011 Collabora Ltd. * Copyright (C) 2011 Collabora Ltd.
* *
* This program is free software; you can redistribute it and/or modify * This program is free software; you can redistribute it and/or modify
* it under the terms of the GNU Lesser General License as * it under the terms of the GNU Lesser General Public License as
* published by the Free Software Foundation; either version 2.1 of * published by the Free Software Foundation; either version 2.1 of
* the License, or (at your option) any later version. * the License, or (at your option) any later version.
* *
* This program is distributed in the hope that it will be useful, but * This program is distributed in the hope that it will be useful, but
* WITHOUT ANY WARRANTY; without even the implied warranty of * WITHOUT ANY WARRANTY; without even the implied warranty of
* MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU
* Lesser General License for more details. * Lesser General Public License for more details.
* *
* You should have received a copy of the GNU Lesser General * You should have received a copy of the GNU Lesser General Public
* License along with this program; if not, write to the Free Software * License along with this program; if not, write to the Free Software
* Foundation, Inc., 59 Temple Place - Suite 330, Boston, MA * Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston,
* 02111-1307, USA. * MA 02110-1301 USA
* *
* Stef Walter <stefw@collabora.co.uk> * Author: Stef Walter <stefw@collabora.co.uk>
*/ */
#include "config.h" #include "config.h"

View File

@ -2,21 +2,21 @@
* gnome-keyring * gnome-keyring
* *
* Copyright (C) 2011 Stefan Walter * Copyright (C) 2011 Stefan Walter
* *
* This program is free software; you can redistribute it and/or modify * This program is free software; you can redistribute it and/or modify
* it under the terms of the GNU Lesser General License as * it under the terms of the GNU Lesser General Public License as
* published by the Free Software Foundation; either version 2.1 of * published by the Free Software Foundation; either version 2.1 of
* the License, or (at your option) any later version. * the License, or (at your option) any later version.
* *
* This program is distributed in the hope that it will be useful, but * This program is distributed in the hope that it will be useful, but
* WITHOUT ANY WARRANTY; without even the implied warranty of * WITHOUT ANY WARRANTY; without even the implied warranty of
* MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU
* Lesser General License for more details. * Lesser General Public License for more details.
* *
* You should have received a copy of the GNU Lesser General * You should have received a copy of the GNU Lesser General Public
* License along with this program; if not, write to the Free Software * License along with this program; if not, write to the Free Software
* Foundation, Inc., 59 Temple Place - Suite 330, Boston, MA * Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston,
* 02111-1307, USA. * MA 02110-1301 USA
* *
* Author: Stef Walter <stefw@collabora.co.uk> * Author: Stef Walter <stefw@collabora.co.uk>
*/ */

View File

@ -4,10 +4,12 @@
* *
* This program is free software: you can redistribute it and/or modify * 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 * 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. * your option) any later version.
* *
* See the included COPYING file for more information. * See the included COPYING file for more information.
*
* Author: Stef Walter <stefw@gnome.org>
*/ */
#include "config.h" #include "config.h"

View File

@ -4,10 +4,12 @@
* *
* This program is free software: you can redistribute it and/or modify * 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 * 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. * your option) any later version.
* *
* See the included COPYING file for more information. * See the included COPYING file for more information.
*
* Author: Stef Walter <stefw@gnome.org>
*/ */
#if !defined (__SECRET_INSIDE_HEADER__) && !defined (SECRET_COMPILATION) #if !defined (__SECRET_INSIDE_HEADER__) && !defined (SECRET_COMPILATION)

View File

@ -4,10 +4,12 @@
* *
* This program is free software: you can redistribute it and/or modify * 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 * 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. * your option) any later version.
* *
* See the included COPYING file for more information. * See the included COPYING file for more information.
*
* Author: Stef Walter <stefw@gnome.org>
*/ */
#include "config.h" #include "config.h"

View File

@ -4,10 +4,12 @@
* *
* This program is free software: you can redistribute it and/or modify * 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 * 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. * your option) any later version.
* *
* See the included COPYING file for more information. * See the included COPYING file for more information.
*
* Author: Stef Walter <stefw@gnome.org>
*/ */
#if !defined (__SECRET_INSIDE_HEADER__) && !defined (SECRET_COMPILATION) #if !defined (__SECRET_INSIDE_HEADER__) && !defined (SECRET_COMPILATION)

View File

@ -5,10 +5,12 @@
* *
* This program is free software: you can redistribute it and/or modify * 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 * 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. * your option) any later version.
* *
* See the included COPYING file for more information. * See the included COPYING file for more information.
*
* Author: Stef Walter <stefw@gnome.org>
*/ */
#include "config.h" #include "config.h"

View File

@ -4,10 +4,12 @@
* *
* This program is free software: you can redistribute it and/or modify * 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 * 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. * your option) any later version.
* *
* See the included COPYING file for more information. * See the included COPYING file for more information.
*
* Author: Stef Walter <stefw@gnome.org>
*/ */
#include "config.h" #include "config.h"

View File

@ -4,10 +4,12 @@
* *
* This program is free software: you can redistribute it and/or modify * 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 * 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. * your option) any later version.
* *
* See the included COPYING file for more information. * See the included COPYING file for more information.
*
* Author: Stef Walter <stefw@gnome.org>
*/ */
#if !defined (__SECRET_INSIDE_HEADER__) && !defined (SECRET_COMPILATION) #if !defined (__SECRET_INSIDE_HEADER__) && !defined (SECRET_COMPILATION)

View File

@ -4,12 +4,14 @@
* *
* This program is free software: you can redistribute it and/or modify * 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 * 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. * your option) any later version.
* *
* See the included COPYING file for more information. * See the included COPYING file for more information.
*
* Author: Stef Walter <stefw@gnome.org>
*/ */
#ifndef __SECRET_PRIVATE_H__ #ifndef __SECRET_PRIVATE_H__
#define __SECRET_PRIVATE_H__ #define __SECRET_PRIVATE_H__

View File

@ -4,10 +4,12 @@
* *
* This program is free software: you can redistribute it and/or modify * 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 * 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. * your option) any later version.
* *
* See the included COPYING file for more information. * See the included COPYING file for more information.
*
* Author: Stef Walter <stefw@gnome.org>
*/ */
#include "config.h" #include "config.h"

View File

@ -4,10 +4,12 @@
* *
* This program is free software: you can redistribute it and/or modify * 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 * 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. * your option) any later version.
* *
* See the included COPYING file for more information. * See the included COPYING file for more information.
*
* Author: Stef Walter <stefw@gnome.org>
*/ */
#if !defined (__SECRET_INSIDE_HEADER__) && !defined (SECRET_COMPILATION) #if !defined (__SECRET_INSIDE_HEADER__) && !defined (SECRET_COMPILATION)

View File

@ -4,10 +4,12 @@
* *
* This program is free software: you can redistribute it and/or modify * 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 * 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. * your option) any later version.
* *
* See the included COPYING file for more information. * See the included COPYING file for more information.
*
* Author: Stef Walter <stefw@gnome.org>
*/ */
#include "config.h" #include "config.h"

View File

@ -4,10 +4,12 @@
* *
* This program is free software: you can redistribute it and/or modify * 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 * 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. * your option) any later version.
* *
* See the included COPYING file for more information. * See the included COPYING file for more information.
*
* Author: Stef Walter <stefw@gnome.org>
*/ */
#if !defined (__SECRET_INSIDE_HEADER__) && !defined (SECRET_COMPILATION) #if !defined (__SECRET_INSIDE_HEADER__) && !defined (SECRET_COMPILATION)

View File

@ -4,10 +4,12 @@
* *
* This program is free software: you can redistribute it and/or modify * 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 * 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. * your option) any later version.
* *
* See the included COPYING file for more information. * See the included COPYING file for more information.
*
* Author: Stef Walter <stefw@gnome.org>
*/ */
#include "config.h" #include "config.h"

View File

@ -4,10 +4,12 @@
* *
* This program is free software: you can redistribute it and/or modify * 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 * 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. * your option) any later version.
* *
* See the included COPYING file for more information. * See the included COPYING file for more information.
*
* Author: Stef Walter <stefw@gnome.org>
*/ */
#if !defined (__SECRET_INSIDE_HEADER__) && !defined (SECRET_COMPILATION) #if !defined (__SECRET_INSIDE_HEADER__) && !defined (SECRET_COMPILATION)

View File

@ -5,10 +5,12 @@
* *
* This program is free software: you can redistribute it and/or modify * 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 * 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. * your option) any later version.
* *
* See the included COPYING file for more information. * See the included COPYING file for more information.
*
* Author: Stef Walter <stefw@gnome.org>
*/ */
#include "config.h" #include "config.h"

View File

@ -5,10 +5,12 @@
* *
* This program is free software: you can redistribute it and/or modify * 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 * 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. * your option) any later version.
* *
* See the included COPYING file for more information. * See the included COPYING file for more information.
*
* Author: Stef Walter <stefw@gnome.org>
*/ */
#if !defined (__SECRET_INSIDE_HEADER__) && !defined (SECRET_COMPILATION) #if !defined (__SECRET_INSIDE_HEADER__) && !defined (SECRET_COMPILATION)

View File

@ -5,10 +5,12 @@
* *
* This program is free software: you can redistribute it and/or modify * 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 * 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. * your option) any later version.
* *
* See the included COPYING file for more information. * See the included COPYING file for more information.
*
* Author: Stef Walter <stefw@gnome.org>
*/ */
#include "config.h" #include "config.h"

View File

@ -4,10 +4,12 @@
* *
* This program is free software: you can redistribute it and/or modify * 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 * 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. * your option) any later version.
* *
* See the included COPYING file for more information. * See the included COPYING file for more information.
*
* Author: Stef Walter <stefw@gnome.org>
*/ */
#if !defined (__SECRET_INSIDE_HEADER__) && !defined (SECRET_COMPILATION) #if !defined (__SECRET_INSIDE_HEADER__) && !defined (SECRET_COMPILATION)

View File

@ -4,10 +4,12 @@
* *
* This program is free software: you can redistribute it and/or modify * 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 * 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. * your option) any later version.
* *
* See the included COPYING file for more information. * See the included COPYING file for more information.
*
* Author: Stef Walter <stefw@gnome.org>
*/ */
#ifndef SECRET_API_SUBJECT_TO_CHANGE #ifndef SECRET_API_SUBJECT_TO_CHANGE

View File

@ -4,10 +4,12 @@
* *
* This program is free software: you can redistribute it and/or modify * 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 * 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. * your option) any later version.
* *
* See the included COPYING file for more information. * See the included COPYING file for more information.
*
* Author: Stef Walter <stefw@gnome.org>
*/ */
#include "config.h" #include "config.h"

View File

@ -4,10 +4,12 @@
* *
* This program is free software: you can redistribute it and/or modify * 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 * 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. * your option) any later version.
* *
* See the included COPYING file for more information. * See the included COPYING file for more information.
*
* Author: Stef Walter <stefw@gnome.org>
*/ */
#include "config.h" #include "config.h"

View File

@ -4,10 +4,12 @@
* *
* This program is free software: you can redistribute it and/or modify * 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 * 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. * your option) any later version.
* *
* See the included COPYING file for more information. * See the included COPYING file for more information.
*
* Author: Stef Walter <stefw@gnome.org>
*/ */
#if !defined (__SECRET_INSIDE_HEADER__) && !defined (SECRET_COMPILATION) #if !defined (__SECRET_INSIDE_HEADER__) && !defined (SECRET_COMPILATION)

View File

@ -4,10 +4,12 @@
* *
* This program is free software: you can redistribute it and/or modify * 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 * 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. * your option) any later version.
* *
* See the included COPYING file for more information. * See the included COPYING file for more information.
*
* Author: Stef Walter <stefw@gnome.org>
*/ */
#ifndef __SECRET_H__ #ifndef __SECRET_H__

View File

@ -4,7 +4,7 @@
* *
* This program is free software: you can redistribute it and/or modify * 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 * 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. * your option) any later version.
* *
* See the included COPYING file for more information. * See the included COPYING file for more information.