summaryrefslogtreecommitdiff
path: root/library
diff options
context:
space:
mode:
Diffstat (limited to 'library')
-rw-r--r--library/secret-collection.c4
-rw-r--r--library/secret-collection.h4
-rw-r--r--library/secret-item.c4
-rw-r--r--library/secret-item.h4
-rw-r--r--library/secret-methods.c4
-rw-r--r--library/secret-password.c4
-rw-r--r--library/secret-password.h4
-rw-r--r--library/secret-private.h6
-rw-r--r--library/secret-prompt.c4
-rw-r--r--library/secret-prompt.h4
-rw-r--r--library/secret-schema.c4
-rw-r--r--library/secret-schema.h4
-rw-r--r--library/secret-schemas.c4
-rw-r--r--library/secret-schemas.h4
-rw-r--r--library/secret-service.c4
-rw-r--r--library/secret-service.h4
-rw-r--r--library/secret-session.c4
-rw-r--r--library/secret-types.h4
-rw-r--r--library/secret-unstable.h4
-rw-r--r--library/secret-util.c4
-rw-r--r--library/secret-value.c4
-rw-r--r--library/secret-value.h4
-rw-r--r--library/secret.h4
23 files changed, 70 insertions, 24 deletions
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 <stefw@gnome.org>
*/
#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 <stefw@gnome.org>
*/
#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 <stefw@gnome.org>
*/
#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 <stefw@gnome.org>
*/
#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 <stefw@gnome.org>
*/
#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 <stefw@gnome.org>
*/
#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 <stefw@gnome.org>
*/
#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 <stefw@gnome.org>
*/
+
#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 <stefw@gnome.org>
*/
#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 <stefw@gnome.org>
*/
#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 <stefw@gnome.org>
*/
#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 <stefw@gnome.org>
*/
#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 <stefw@gnome.org>
*/
#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 <stefw@gnome.org>
*/
#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 <stefw@gnome.org>
*/
#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 <stefw@gnome.org>
*/
#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 <stefw@gnome.org>
*/
#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 <stefw@gnome.org>
*/
#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 <stefw@gnome.org>
*/
#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 <stefw@gnome.org>
*/
#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 <stefw@gnome.org>
*/
#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 <stefw@gnome.org>
*/
#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 <stefw@gnome.org>
*/
#ifndef __SECRET_H__