[seahorse] Fix up copyrights for recent big async refactoring.
- From: Stefan Walter <stefw src gnome org>
- To: commits-list gnome org
- Cc:
- Subject: [seahorse] Fix up copyrights for recent big async refactoring.
- Date: Sat, 20 Aug 2011 13:53:24 +0000 (UTC)
commit 3750c6e6926222301d67988c1f0c68429a1e4a70
Author: Stef Walter <stefw collabora co uk>
Date: Sat Aug 20 15:48:04 2011 +0200
Fix up copyrights for recent big async refactoring.
* This work was done while working for Collabora, so the
copyright should reflect that.
gkr/seahorse-gkr-add-keyring.c | 1 +
gkr/seahorse-gkr-item-commands.c | 3 ++-
gkr/seahorse-gkr-item-properties.c | 1 +
gkr/seahorse-gkr-item.c | 1 +
gkr/seahorse-gkr-item.h | 1 +
gkr/seahorse-gkr-keyring-commands.c | 3 ++-
gkr/seahorse-gkr-keyring.c | 3 ++-
gkr/seahorse-gkr-operation.c | 1 +
gkr/seahorse-gkr-operation.h | 1 +
gkr/seahorse-gkr-source.c | 1 +
libseahorse/seahorse-commands.c | 3 ++-
libseahorse/seahorse-commands.h | 3 ++-
libseahorse/seahorse-context.c | 1 +
libseahorse/seahorse-context.h | 1 +
libseahorse/seahorse-object.c | 3 ++-
libseahorse/seahorse-object.h | 3 ++-
libseahorse/seahorse-passphrase.c | 1 +
libseahorse/seahorse-progress.c | 1 +
libseahorse/seahorse-source.c | 1 +
libseahorse/seahorse-source.h | 1 +
libseahorse/seahorse-transfer.c | 1 +
libseahorse/seahorse-transfer.h | 1 +
libseahorse/seahorse-unknown-source.c | 1 +
libseahorse/seahorse-unknown-source.h | 1 +
libseahorse/seahorse-util.c | 1 +
libseahorse/seahorse-util.h | 1 +
pgp/seahorse-gpgme-generate.c | 1 +
pgp/seahorse-gpgme-key-op.c | 1 +
pgp/seahorse-gpgme-key.c | 1 +
pgp/seahorse-gpgme-source.c | 1 +
pgp/seahorse-gpgme.c | 3 ++-
pgp/seahorse-gpgme.h | 3 ++-
pgp/seahorse-hkp-source.c | 1 +
pgp/seahorse-ldap-source.c | 1 +
pgp/seahorse-pgp-commands.c | 3 ++-
pgp/seahorse-pgp-commands.h | 3 ++-
pgp/seahorse-pgp-key-properties.c | 1 +
pgp/seahorse-server-source.c | 1 +
pgp/seahorse-server-source.h | 1 +
pgp/seahorse-signer.c | 1 +
pkcs11/seahorse-pkcs11-certificate.c | 3 ++-
pkcs11/seahorse-pkcs11-commands.c | 3 ++-
pkcs11/seahorse-pkcs11-object.c | 3 ++-
pkcs11/seahorse-pkcs11-operations.c | 3 ++-
pkcs11/seahorse-pkcs11-operations.h | 3 ++-
pkcs11/seahorse-pkcs11-source.c | 1 +
src/seahorse-key-manager-store.c | 1 +
src/seahorse-key-manager.c | 3 ++-
src/seahorse-keyserver-results.c | 3 ++-
src/seahorse-keyserver-results.h | 3 ++-
src/seahorse-keyserver-search.c | 1 +
src/seahorse-keyserver-sync.c | 1 +
src/seahorse-viewer.c | 3 ++-
ssh/seahorse-ssh-commands.c | 3 ++-
ssh/seahorse-ssh-commands.h | 3 ++-
ssh/seahorse-ssh-generate.c | 1 +
ssh/seahorse-ssh-key-properties.c | 1 +
ssh/seahorse-ssh-key.c | 1 +
ssh/seahorse-ssh-key.h | 1 +
ssh/seahorse-ssh-operation.c | 1 +
ssh/seahorse-ssh-operation.h | 1 +
ssh/seahorse-ssh-source.c | 1 +
ssh/seahorse-ssh-source.h | 1 +
ssh/seahorse-ssh-upload.c | 1 +
64 files changed, 86 insertions(+), 22 deletions(-)
---
diff --git a/gkr/seahorse-gkr-add-keyring.c b/gkr/seahorse-gkr-add-keyring.c
index 6d56428..48f9db1 100644
--- a/gkr/seahorse-gkr-add-keyring.c
+++ b/gkr/seahorse-gkr-add-keyring.c
@@ -2,6 +2,7 @@
* Seahorse
*
* Copyright (C) 2008 Stefan Walter
+ * Copyright (C) 2011 Collabora Ltd.
*
* This program is free software; you can redistribute it and/or modify
* it under the terms of the GNU General Public License as published by
diff --git a/gkr/seahorse-gkr-item-commands.c b/gkr/seahorse-gkr-item-commands.c
index cfe5ce3..077f94e 100644
--- a/gkr/seahorse-gkr-item-commands.c
+++ b/gkr/seahorse-gkr-item-commands.c
@@ -2,7 +2,8 @@
* Seahorse
*
* Copyright (C) 2008 Stefan Walter
- *
+ * 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 Public License as
* published by the Free Software Foundation; either version 2.1 of
diff --git a/gkr/seahorse-gkr-item-properties.c b/gkr/seahorse-gkr-item-properties.c
index 06193e5..c776f52 100644
--- a/gkr/seahorse-gkr-item-properties.c
+++ b/gkr/seahorse-gkr-item-properties.c
@@ -2,6 +2,7 @@
* Seahorse
*
* Copyright (C) 2006 Stefan Walter
+ * Copyright (C) 2011 Collabora Ltd.
*
* This program is free software; you can redistribute it and/or modify
* it under the terms of the GNU General Public License as published by
diff --git a/gkr/seahorse-gkr-item.c b/gkr/seahorse-gkr-item.c
index e953313..28fffc3 100644
--- a/gkr/seahorse-gkr-item.c
+++ b/gkr/seahorse-gkr-item.c
@@ -2,6 +2,7 @@
* Seahorse
*
* Copyright (C) 2006 Stefan Walter
+ * Copyright (C) 2011 Collabora Ltd.
*
* This program is free software; you can redistribute it and/or modify
* it under the terms of the GNU General Public License as published by
diff --git a/gkr/seahorse-gkr-item.h b/gkr/seahorse-gkr-item.h
index f68f915..45016e2 100644
--- a/gkr/seahorse-gkr-item.h
+++ b/gkr/seahorse-gkr-item.h
@@ -2,6 +2,7 @@
* Seahorse
*
* Copyright (C) 2006 Stefan Walter
+ * Copyright (C) 2011 Collabora Ltd.
*
* This program is free software; you can redistribute it and/or modify
* it under the terms of the GNU General Public License as published by
diff --git a/gkr/seahorse-gkr-keyring-commands.c b/gkr/seahorse-gkr-keyring-commands.c
index a909efb..469910f 100644
--- a/gkr/seahorse-gkr-keyring-commands.c
+++ b/gkr/seahorse-gkr-keyring-commands.c
@@ -2,7 +2,8 @@
* Seahorse
*
* Copyright (C) 2008 Stefan Walter
- *
+ * 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 Public License as
* published by the Free Software Foundation; either version 2.1 of
diff --git a/gkr/seahorse-gkr-keyring.c b/gkr/seahorse-gkr-keyring.c
index a0ff623..32ac870 100644
--- a/gkr/seahorse-gkr-keyring.c
+++ b/gkr/seahorse-gkr-keyring.c
@@ -2,7 +2,8 @@
* Seahorse
*
* Copyright (C) 2008 Stefan Walter
- *
+ * 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 Public License as
* published by the Free Software Foundation; either version 2.1 of
diff --git a/gkr/seahorse-gkr-operation.c b/gkr/seahorse-gkr-operation.c
index d7ac952..d310fd8 100644
--- a/gkr/seahorse-gkr-operation.c
+++ b/gkr/seahorse-gkr-operation.c
@@ -2,6 +2,7 @@
* Seahorse
*
* Copyright (C) 2006 Stefan Walter
+ * Copyright (C) 2011 Collabora Ltd.
*
* This program is free software; you can redistribute it and/or modify
* it under the terms of the GNU General Public License as published by
diff --git a/gkr/seahorse-gkr-operation.h b/gkr/seahorse-gkr-operation.h
index edce275..890371a 100644
--- a/gkr/seahorse-gkr-operation.h
+++ b/gkr/seahorse-gkr-operation.h
@@ -2,6 +2,7 @@
* Seahorse
*
* Copyright (C) 2006 Stefan Walter
+ * Copyright (C) 2011 Collabora Ltd.
*
* This program is free software; you can redistribute it and/or modify
* it under the terms of the GNU General Public License as published by
diff --git a/gkr/seahorse-gkr-source.c b/gkr/seahorse-gkr-source.c
index 82439ad..fa4c9fb 100644
--- a/gkr/seahorse-gkr-source.c
+++ b/gkr/seahorse-gkr-source.c
@@ -2,6 +2,7 @@
* Seahorse
*
* Copyright (C) 2006 Stefan Walter
+ * Copyright (C) 2011 Collabora Ltd.
*
* This program is free software; you can redistribute it and/or modify
* it under the terms of the GNU General Public License as published by
diff --git a/libseahorse/seahorse-commands.c b/libseahorse/seahorse-commands.c
index e4fc034..fcbdbb5 100644
--- a/libseahorse/seahorse-commands.c
+++ b/libseahorse/seahorse-commands.c
@@ -2,7 +2,8 @@
* Seahorse
*
* Copyright (C) 2008 Stefan Walter
- *
+ * 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 Public License as
* published by the Free Software Foundation; either version 2.1 of
diff --git a/libseahorse/seahorse-commands.h b/libseahorse/seahorse-commands.h
index 9679cdf..60d4563 100644
--- a/libseahorse/seahorse-commands.h
+++ b/libseahorse/seahorse-commands.h
@@ -2,7 +2,8 @@
* Seahorse
*
* Copyright (C) 2008 Stefan Walter
- *
+ * 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 Public License as
* published by the Free Software Foundation; either version 2.1 of
diff --git a/libseahorse/seahorse-context.c b/libseahorse/seahorse-context.c
index 9ba3591..9b96dd6 100644
--- a/libseahorse/seahorse-context.c
+++ b/libseahorse/seahorse-context.c
@@ -3,6 +3,7 @@
*
* Copyright (C) 2003 Jacob Perkins
* Copyright (C) 2005, 2006 Stefan Walter
+ * Copyright (C) 2011 Collabora Ltd.
*
* This program is free software; you can redistribute it and/or modify
* it under the terms of the GNU General Public License as published by
diff --git a/libseahorse/seahorse-context.h b/libseahorse/seahorse-context.h
index f02bfcd..3b82a23 100644
--- a/libseahorse/seahorse-context.h
+++ b/libseahorse/seahorse-context.h
@@ -3,6 +3,7 @@
*
* Copyright (C) 2003 Jacob Perkins
* Copyright (C) 2004-2005 Stefan Walter
+ * Copyright (C) 2011 Collabora Ltd.
*
* This program is free software; you can redistribute it and/or modify
* it under the terms of the GNU General Public License as published by
diff --git a/libseahorse/seahorse-object.c b/libseahorse/seahorse-object.c
index df3c7f1..25898ef 100644
--- a/libseahorse/seahorse-object.c
+++ b/libseahorse/seahorse-object.c
@@ -2,7 +2,8 @@
* Seahorse
*
* Copyright (C) 2008 Stefan Walter
- *
+ * 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 Public License as
* published by the Free Software Foundation; either version 2.1 of
diff --git a/libseahorse/seahorse-object.h b/libseahorse/seahorse-object.h
index b1c25c9..7701187 100644
--- a/libseahorse/seahorse-object.h
+++ b/libseahorse/seahorse-object.h
@@ -2,7 +2,8 @@
* Seahorse
*
* Copyright (C) 2008 Stefan Walter
- *
+ * 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 Public License as
* published by the Free Software Foundation; either version 2.1 of
diff --git a/libseahorse/seahorse-passphrase.c b/libseahorse/seahorse-passphrase.c
index 39a9c78..b40e24e 100644
--- a/libseahorse/seahorse-passphrase.c
+++ b/libseahorse/seahorse-passphrase.c
@@ -3,6 +3,7 @@
*
* Copyright (C) 2003 Jacob Perkins
* Copyright (C) 2004 - 2006 Stefan Walter
+ * Copyright (C) 2011 Collabora Ltd.
*
* This program is free software; you can redistribute it and/or modify
* it under the terms of the GNU General Public License as published by
diff --git a/libseahorse/seahorse-progress.c b/libseahorse/seahorse-progress.c
index 67701d6..4e1a5ce 100644
--- a/libseahorse/seahorse-progress.c
+++ b/libseahorse/seahorse-progress.c
@@ -2,6 +2,7 @@
* Seahorse
*
* Copyright (C) 2004 Stefan Walter
+ * Copyright (C) 2011 Collabora Ltd.
*
* This program is free software; you can redistribute it and/or modify
* it under the terms of the GNU General Public License as published by
diff --git a/libseahorse/seahorse-source.c b/libseahorse/seahorse-source.c
index bb8d173..1633fe2 100644
--- a/libseahorse/seahorse-source.c
+++ b/libseahorse/seahorse-source.c
@@ -2,6 +2,7 @@
* Seahorse
*
* Copyright (C) 2004,2005 Stefan Walter
+ * Copyright (C) 2011 Collabora Ltd.
*
* This program is free software; you can redistribute it and/or modify
* it under the terms of the GNU General Public License as published by
diff --git a/libseahorse/seahorse-source.h b/libseahorse/seahorse-source.h
index 28854db..93dba51 100644
--- a/libseahorse/seahorse-source.h
+++ b/libseahorse/seahorse-source.h
@@ -2,6 +2,7 @@
* Seahorse
*
* Copyright (C) 2004,2005 Stefan Walter
+ * Copyright (C) 2011 Collabora Ltd.
*
* This program is free software; you can redistribute it and/or modify
* it under the terms of the GNU General Public License as published by
diff --git a/libseahorse/seahorse-transfer.c b/libseahorse/seahorse-transfer.c
index c5636c6..9b699e9 100644
--- a/libseahorse/seahorse-transfer.c
+++ b/libseahorse/seahorse-transfer.c
@@ -2,6 +2,7 @@
* Seahorse
*
* Copyright (C) 2006 Stefan Walter
+ * Copyright (C) 2011 Collabora Ltd.
*
* This program is free software; you can redistribute it and/or modify
* it under the terms of the GNU General Public License as published by
diff --git a/libseahorse/seahorse-transfer.h b/libseahorse/seahorse-transfer.h
index fe8780b..3906631 100644
--- a/libseahorse/seahorse-transfer.h
+++ b/libseahorse/seahorse-transfer.h
@@ -2,6 +2,7 @@
* Seahorse
*
* Copyright (C) 2006 Stefan Walter
+ * Copyright (C) 2011 Collabora Ltd.
*
* This program is free software; you can redistribute it and/or modify
* it under the terms of the GNU General Public License as published by
diff --git a/libseahorse/seahorse-unknown-source.c b/libseahorse/seahorse-unknown-source.c
index d24b731..b3ce804 100644
--- a/libseahorse/seahorse-unknown-source.c
+++ b/libseahorse/seahorse-unknown-source.c
@@ -2,6 +2,7 @@
* Seahorse
*
* Copyright (C) 2006 Stefan Walter
+ * Copyright (C) 2011 Collabora Ltd.
*
* This program is free software; you can redistribute it and/or modify
* it under the terms of the GNU General Public License as published by
diff --git a/libseahorse/seahorse-unknown-source.h b/libseahorse/seahorse-unknown-source.h
index 295c4ba..fdfeadb 100644
--- a/libseahorse/seahorse-unknown-source.h
+++ b/libseahorse/seahorse-unknown-source.h
@@ -2,6 +2,7 @@
* Seahorse
*
* Copyright (C) 2006 Stefan Walter
+ * Copyright (C) 2011 Collabora Ltd.
*
* This program is free software; you can redistribute it and/or modify
* it under the terms of the GNU General Public License as published by
diff --git a/libseahorse/seahorse-util.c b/libseahorse/seahorse-util.c
index 9d6a357..2948881 100644
--- a/libseahorse/seahorse-util.c
+++ b/libseahorse/seahorse-util.c
@@ -3,6 +3,7 @@
*
* Copyright (C) 2003 Jacob Perkins
* Copyright (C) 2004-2005 Stefan Walter
+ * Copyright (C) 2011 Collabora Ltd.
*
* This program is free software; you can redistribute it and/or modify
* it under the terms of the GNU General Public License as published by
diff --git a/libseahorse/seahorse-util.h b/libseahorse/seahorse-util.h
index 84af13b..2148264 100644
--- a/libseahorse/seahorse-util.h
+++ b/libseahorse/seahorse-util.h
@@ -3,6 +3,7 @@
*
* Copyright (C) 2003 Jacob Perkins
* Copyright (C) 2004-2005 Stefan Walter
+ * Copyright (C) 2011 Collabora Ltd.
*
* This program is free software; you can redistribute it and/or modify
* it under the terms of the GNU General Public License as published by
diff --git a/pgp/seahorse-gpgme-generate.c b/pgp/seahorse-gpgme-generate.c
index 587d36c..70ef43e 100644
--- a/pgp/seahorse-gpgme-generate.c
+++ b/pgp/seahorse-gpgme-generate.c
@@ -2,6 +2,7 @@
* Seahorse
*
* Copyright (C) 2006 Stefan Walter
+ * Copyright (C) 2011 Collabora Ltd.
*
* This program is free software; you can redistribute it and/or modify
* it under the terms of the GNU General Public License as published by
diff --git a/pgp/seahorse-gpgme-key-op.c b/pgp/seahorse-gpgme-key-op.c
index 18f2e72..b006b3d 100644
--- a/pgp/seahorse-gpgme-key-op.c
+++ b/pgp/seahorse-gpgme-key-op.c
@@ -4,6 +4,7 @@
* Copyright (C) 2003 Jacob Perkins
* Copyright (C) 2004 Stefan Walter
* Copyright (C) 2005 Adam Schreiber
+ * Copyright (C) 2011 Collabora Ltd.
*
* This program is free software; you can redistribute it and/or modify
* it under the terms of the GNU General Public License as published by
diff --git a/pgp/seahorse-gpgme-key.c b/pgp/seahorse-gpgme-key.c
index 87a2e88..729d6e3 100644
--- a/pgp/seahorse-gpgme-key.c
+++ b/pgp/seahorse-gpgme-key.c
@@ -2,6 +2,7 @@
* Seahorse
*
* Copyright (C) 2005 Stefan Walter
+ * Copyright (C) 2011 Collabora Ltd.
*
* This program is free software; you can redistribute it and/or modify
* it under the terms of the GNU General Public License as published by
diff --git a/pgp/seahorse-gpgme-source.c b/pgp/seahorse-gpgme-source.c
index d34fdec..2c69a07 100644
--- a/pgp/seahorse-gpgme-source.c
+++ b/pgp/seahorse-gpgme-source.c
@@ -2,6 +2,7 @@
* Seahorse
*
* Copyright (C) 2004-2006 Stefan Walter
+ * Copyright (C) 2011 Collabora Ltd.
*
* This program is free software; you can redistribute it and/or modify
* it under the terms of the GNU General Public License as published by
diff --git a/pgp/seahorse-gpgme.c b/pgp/seahorse-gpgme.c
index 345d759..c921aae 100644
--- a/pgp/seahorse-gpgme.c
+++ b/pgp/seahorse-gpgme.c
@@ -2,7 +2,8 @@
* Seahorse
*
* Copyright (C) 2008 Stefan Walter
- *
+ * 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 Public License as
* published by the Free Software Foundation; either version 2.1 of
diff --git a/pgp/seahorse-gpgme.h b/pgp/seahorse-gpgme.h
index d667946..f8f2e84 100644
--- a/pgp/seahorse-gpgme.h
+++ b/pgp/seahorse-gpgme.h
@@ -2,7 +2,8 @@
* Seahorse
*
* Copyright (C) 2008 Stefan Walter
- *
+ * 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 Public License as
* published by the Free Software Foundation; either version 2.1 of
diff --git a/pgp/seahorse-hkp-source.c b/pgp/seahorse-hkp-source.c
index 9850a34..a7e61b3 100644
--- a/pgp/seahorse-hkp-source.c
+++ b/pgp/seahorse-hkp-source.c
@@ -2,6 +2,7 @@
* Seahorse
*
* Copyright (C) 2005 Stefan Walter
+ * Copyright (C) 2011 Collabora Ltd.
*
* This program is free software; you can redistribute it and/or modify
* it under the terms of the GNU General Public License as published by
diff --git a/pgp/seahorse-ldap-source.c b/pgp/seahorse-ldap-source.c
index 77c958f..d837eb0 100644
--- a/pgp/seahorse-ldap-source.c
+++ b/pgp/seahorse-ldap-source.c
@@ -2,6 +2,7 @@
* Seahorse
*
* Copyright (C) 2004 - 2006 Stefan Walter
+ * Copyright (C) 2011 Collabora Ltd.
*
* This program is free software; you can redistribute it and/or modify
* it under the terms of the GNU General Public License as published by
diff --git a/pgp/seahorse-pgp-commands.c b/pgp/seahorse-pgp-commands.c
index 93c7585..c0d5b0a 100644
--- a/pgp/seahorse-pgp-commands.c
+++ b/pgp/seahorse-pgp-commands.c
@@ -2,7 +2,8 @@
* Seahorse
*
* Copyright (C) 2008 Stefan Walter
- *
+ * 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 Public License as
* published by the Free Software Foundation; either version 2.1 of
diff --git a/pgp/seahorse-pgp-commands.h b/pgp/seahorse-pgp-commands.h
index f1df72f..86d5065 100644
--- a/pgp/seahorse-pgp-commands.h
+++ b/pgp/seahorse-pgp-commands.h
@@ -2,7 +2,8 @@
* Seahorse
*
* Copyright (C) 2008 Stefan Walter
- *
+ * 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 Public License as
* published by the Free Software Foundation; either version 2.1 of
diff --git a/pgp/seahorse-pgp-key-properties.c b/pgp/seahorse-pgp-key-properties.c
index 82f4778..5e0ed39 100644
--- a/pgp/seahorse-pgp-key-properties.c
+++ b/pgp/seahorse-pgp-key-properties.c
@@ -4,6 +4,7 @@
* Copyright (C) 2003 Jacob Perkins
* Copyright (C) 2005 Jim Pharis
* Copyright (C) 2005-2006 Stefan Walter
+ * Copyright (C) 2011 Collabora Ltd.
*
* This program is free software; you can redistribute it and/or modify
* it under the terms of the GNU General Public License as published by
diff --git a/pgp/seahorse-server-source.c b/pgp/seahorse-server-source.c
index 852e67c..9bb1009 100644
--- a/pgp/seahorse-server-source.c
+++ b/pgp/seahorse-server-source.c
@@ -2,6 +2,7 @@
* Seahorse
*
* Copyright (C) 2004 Stefan Walter
+ * Copyright (C) 2011 Collabora Ltd.
*
* This program is free software; you can redistribute it and/or modify
* it under the terms of the GNU General Public License as published by
diff --git a/pgp/seahorse-server-source.h b/pgp/seahorse-server-source.h
index 0e429f2..7cd0e51 100644
--- a/pgp/seahorse-server-source.h
+++ b/pgp/seahorse-server-source.h
@@ -2,6 +2,7 @@
* Seahorse
*
* Copyright (C) 2004 Stefan Walter
+ * Copyright (C) 2011 Collabora Ltd.
*
* This program is free software; you can redistribute it and/or modify
* it under the terms of the GNU General Public License as published by
diff --git a/pgp/seahorse-signer.c b/pgp/seahorse-signer.c
index eb7f352..d43e8c7 100755
--- a/pgp/seahorse-signer.c
+++ b/pgp/seahorse-signer.c
@@ -2,6 +2,7 @@
* Seahorse
*
* Copyright (C) 2004-2006 Stefan Walter
+ * Copyright (C) 2011 Collabora Ltd.
*
* This program is free software; you can redistribute it and/or modify
* it under the terms of the GNU General Public License as published by
diff --git a/pkcs11/seahorse-pkcs11-certificate.c b/pkcs11/seahorse-pkcs11-certificate.c
index 3dcd802..a7e48bd 100644
--- a/pkcs11/seahorse-pkcs11-certificate.c
+++ b/pkcs11/seahorse-pkcs11-certificate.c
@@ -2,7 +2,8 @@
* Seahorse
*
* Copyright (C) 2008 Stefan Walter
- *
+ * 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 Public License as
* published by the Free Software Foundation; either version 2.1 of
diff --git a/pkcs11/seahorse-pkcs11-commands.c b/pkcs11/seahorse-pkcs11-commands.c
index 4d97351..b256830 100644
--- a/pkcs11/seahorse-pkcs11-commands.c
+++ b/pkcs11/seahorse-pkcs11-commands.c
@@ -2,7 +2,8 @@
* Seahorse
*
* Copyright (C) 2008 Stefan Walter
- *
+ * 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 Public License as
* published by the Free Software Foundation; either version 2.1 of
diff --git a/pkcs11/seahorse-pkcs11-object.c b/pkcs11/seahorse-pkcs11-object.c
index 1ec36cb..2f6fd8f 100644
--- a/pkcs11/seahorse-pkcs11-object.c
+++ b/pkcs11/seahorse-pkcs11-object.c
@@ -2,7 +2,8 @@
* Seahorse
*
* Copyright (C) 2008 Stefan Walter
- *
+ * 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 Public License as
* published by the Free Software Foundation; either version 2.1 of
diff --git a/pkcs11/seahorse-pkcs11-operations.c b/pkcs11/seahorse-pkcs11-operations.c
index d9c8acb..3ae32b6 100644
--- a/pkcs11/seahorse-pkcs11-operations.c
+++ b/pkcs11/seahorse-pkcs11-operations.c
@@ -2,7 +2,8 @@
* Seahorse
*
* Copyright (C) 2008 Stefan Walter
- *
+ * 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 Public License as
* published by the Free Software Foundation; either version 2.1 of
diff --git a/pkcs11/seahorse-pkcs11-operations.h b/pkcs11/seahorse-pkcs11-operations.h
index d105cd5..f915db0 100644
--- a/pkcs11/seahorse-pkcs11-operations.h
+++ b/pkcs11/seahorse-pkcs11-operations.h
@@ -2,7 +2,8 @@
* Seahorse
*
* Copyright (C) 2008 Stefan Walter
- *
+ * 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 Public License as
* published by the Free Software Foundation; either version 2.1 of
diff --git a/pkcs11/seahorse-pkcs11-source.c b/pkcs11/seahorse-pkcs11-source.c
index 81d55e4..1fa8fe9 100644
--- a/pkcs11/seahorse-pkcs11-source.c
+++ b/pkcs11/seahorse-pkcs11-source.c
@@ -2,6 +2,7 @@
* Seahorse
*
* Copyright (C) 2006 Stefan Walter
+ * Copyright (C) 2011 Collabora Ltd.
*
* This program is free software; you can redistribute it and/or modify
* it under the terms of the GNU General Public License as published by
diff --git a/src/seahorse-key-manager-store.c b/src/seahorse-key-manager-store.c
index 908c5d6..170ad32 100644
--- a/src/seahorse-key-manager-store.c
+++ b/src/seahorse-key-manager-store.c
@@ -3,6 +3,7 @@
*
* Copyright (C) 2003 Jacob Perkins
* Copyright (C) 2004, 2005, 2006 Stefan Walter
+ * Copyright (C) 2011 Collabora Ltd.
*
* This program is free software; you can redistribute it and/or modify
* it under the terms of the GNU General Public License as published by
diff --git a/src/seahorse-key-manager.c b/src/seahorse-key-manager.c
index ebed10d..07b81db 100644
--- a/src/seahorse-key-manager.c
+++ b/src/seahorse-key-manager.c
@@ -2,7 +2,8 @@
* Seahorse
*
* Copyright (C) 2008 Stefan Walter
- *
+ * 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 Public License as
* published by the Free Software Foundation; either version 2.1 of
diff --git a/src/seahorse-keyserver-results.c b/src/seahorse-keyserver-results.c
index 328b07f..4168714 100644
--- a/src/seahorse-keyserver-results.c
+++ b/src/seahorse-keyserver-results.c
@@ -2,7 +2,8 @@
* Seahorse
*
* Copyright (C) 2008 Stefan Walter
- *
+ * 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 Public License as
* published by the Free Software Foundation; either version 2.1 of
diff --git a/src/seahorse-keyserver-results.h b/src/seahorse-keyserver-results.h
index d4f574d..1c81b5c 100644
--- a/src/seahorse-keyserver-results.h
+++ b/src/seahorse-keyserver-results.h
@@ -2,7 +2,8 @@
* Seahorse
*
* Copyright (C) 2008 Stefan Walter
- *
+ * 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 Public License as
* published by the Free Software Foundation; either version 2.1 of
diff --git a/src/seahorse-keyserver-search.c b/src/seahorse-keyserver-search.c
index 6fc5d2a..f3a9794 100644
--- a/src/seahorse-keyserver-search.c
+++ b/src/seahorse-keyserver-search.c
@@ -2,6 +2,7 @@
* Seahorse
*
* Copyright (C) 2004-2005 Stefan Walter
+ * Copyright (C) 2011 Collabora Ltd.
*
* This program is free software; you can redistribute it and/or modify
* it under the terms of the GNU General Public License as published by
diff --git a/src/seahorse-keyserver-sync.c b/src/seahorse-keyserver-sync.c
index 728da3a..2b1b30e 100644
--- a/src/seahorse-keyserver-sync.c
+++ b/src/seahorse-keyserver-sync.c
@@ -2,6 +2,7 @@
* Seahorse
*
* Copyright (C) 2005 Stefan Walter
+ * Copyright (C) 2011 Collabora Ltd.
*
* This program is free software; you can redistribute it and/or modify
* it under the terms of the GNU General Public License as published by
diff --git a/src/seahorse-viewer.c b/src/seahorse-viewer.c
index 1379835..0a33022 100644
--- a/src/seahorse-viewer.c
+++ b/src/seahorse-viewer.c
@@ -2,7 +2,8 @@
* Seahorse
*
* Copyright (C) 2008 Stefan Walter
- *
+ * 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 Public License as
* published by the Free Software Foundation; either version 2.1 of
diff --git a/ssh/seahorse-ssh-commands.c b/ssh/seahorse-ssh-commands.c
index ade7439..44aafae 100644
--- a/ssh/seahorse-ssh-commands.c
+++ b/ssh/seahorse-ssh-commands.c
@@ -2,7 +2,8 @@
* Seahorse
*
* Copyright (C) 2008 Stefan Walter
- *
+ * 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 Public License as
* published by the Free Software Foundation; either version 2.1 of
diff --git a/ssh/seahorse-ssh-commands.h b/ssh/seahorse-ssh-commands.h
index 0689355..7aab15d 100644
--- a/ssh/seahorse-ssh-commands.h
+++ b/ssh/seahorse-ssh-commands.h
@@ -2,7 +2,8 @@
* Seahorse
*
* Copyright (C) 2008 Stefan Walter
- *
+ * 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 Public License as
* published by the Free Software Foundation; either version 2.1 of
diff --git a/ssh/seahorse-ssh-generate.c b/ssh/seahorse-ssh-generate.c
index 3f93c9b..6608582 100644
--- a/ssh/seahorse-ssh-generate.c
+++ b/ssh/seahorse-ssh-generate.c
@@ -2,6 +2,7 @@
* Seahorse
*
* Copyright (C) 2006 Stefan Walter
+ * Copyright (C) 2011 Collabora Ltd.
*
* This program is free software; you can redistribute it and/or modify
* it under the terms of the GNU General Public License as published by
diff --git a/ssh/seahorse-ssh-key-properties.c b/ssh/seahorse-ssh-key-properties.c
index 62cb02a..9b13f2c 100644
--- a/ssh/seahorse-ssh-key-properties.c
+++ b/ssh/seahorse-ssh-key-properties.c
@@ -2,6 +2,7 @@
* Seahorse
*
* Copyright (C) 2005 Stefan Walter
+ * Copyright (C) 2011 Collabora Ltd.
*
* This program is free software; you can redistribute it and/or modify
* it under the terms of the GNU General Public License as published by
diff --git a/ssh/seahorse-ssh-key.c b/ssh/seahorse-ssh-key.c
index d1b8e5c..3e1c8d7 100644
--- a/ssh/seahorse-ssh-key.c
+++ b/ssh/seahorse-ssh-key.c
@@ -2,6 +2,7 @@
* Seahorse
*
* Copyright (C) 2005 Stefan Walter
+ * Copyright (C) 2011 Collabora Ltd.
*
* This program is free software; you can redistribute it and/or modify
* it under the terms of the GNU General Public License as published by
diff --git a/ssh/seahorse-ssh-key.h b/ssh/seahorse-ssh-key.h
index 24580c8..2e0df23 100644
--- a/ssh/seahorse-ssh-key.h
+++ b/ssh/seahorse-ssh-key.h
@@ -2,6 +2,7 @@
* Seahorse
*
* Copyright (C) 2005 Stefan Walter
+ * Copyright (C) 2011 Collabora Ltd.
*
* This program is free software; you can redistribute it and/or modify
* it under the terms of the GNU General Public License as published by
diff --git a/ssh/seahorse-ssh-operation.c b/ssh/seahorse-ssh-operation.c
index 87a8b05..9b7a13e 100644
--- a/ssh/seahorse-ssh-operation.c
+++ b/ssh/seahorse-ssh-operation.c
@@ -2,6 +2,7 @@
* Seahorse
*
* Copyright (C) 2006 Stefan Walter
+ * Copyright (C) 2011 Collabora Ltd.
*
* This program is free software; you can redistribute it and/or modify
* it under the terms of the GNU General Public License as published by
diff --git a/ssh/seahorse-ssh-operation.h b/ssh/seahorse-ssh-operation.h
index 2723eba..6704f9b 100644
--- a/ssh/seahorse-ssh-operation.h
+++ b/ssh/seahorse-ssh-operation.h
@@ -2,6 +2,7 @@
* Seahorse
*
* Copyright (C) 2006 Stefan Walter
+ * Copyright (C) 2011 Collabora Ltd.
*
* This program is free software; you can redistribute it and/or modify
* it under the terms of the GNU General Public License as published by
diff --git a/ssh/seahorse-ssh-source.c b/ssh/seahorse-ssh-source.c
index b927d34..fe4f520 100644
--- a/ssh/seahorse-ssh-source.c
+++ b/ssh/seahorse-ssh-source.c
@@ -2,6 +2,7 @@
* Seahorse
*
* Copyright (C) 2004-2006 Stefan Walter
+ * Copyright (C) 2011 Collabora Ltd.
*
* This program is free software; you can redistribute it and/or modify
* it under the terms of the GNU General Public License as published by
diff --git a/ssh/seahorse-ssh-source.h b/ssh/seahorse-ssh-source.h
index 7c84ba3..dc41564 100644
--- a/ssh/seahorse-ssh-source.h
+++ b/ssh/seahorse-ssh-source.h
@@ -2,6 +2,7 @@
* Seahorse
*
* Copyright (C) 2005 Stefan Walter
+ * Copyright (C) 2011 Collabora Ltd.
*
* This program is free software; you can redistribute it and/or modify
* it under the terms of the GNU General Public License as published by
diff --git a/ssh/seahorse-ssh-upload.c b/ssh/seahorse-ssh-upload.c
index 0f4a3e2..655163b 100644
--- a/ssh/seahorse-ssh-upload.c
+++ b/ssh/seahorse-ssh-upload.c
@@ -2,6 +2,7 @@
* Seahorse
*
* Copyright (C) 2005 Stefan Walter
+ * Copyright (C) 2011 Collabora Ltd.
*
* This program is free software; you can redistribute it and/or modify
* it under the terms of the GNU General Public License as published by
[
Date Prev][
Date Next] [
Thread Prev][
Thread Next]
[
Thread Index]
[
Date Index]
[
Author Index]