[evolution-data-server] Added missing copyright attributions.



commit e207234e49091d5cd5d1eaff78614f5b80a4b4c1
Author: Tristan Van Berkom <tristan van berkom gmail com>
Date:   Thu Aug 29 14:38:49 2013 +0200

    Added missing copyright attributions.
    
    All of the files effected by this commit have been modified by me
    over the last year, just comming back to assign copyright for the
    modifications I made.

 addressbook/backends/file/e-book-backend-file.c    |    1 +
 addressbook/backends/file/e-book-backend-file.h    |    2 +
 .../libebook-contacts/e-book-contacts-types.h      |    6 ++--
 addressbook/libebook-contacts/e-book-query.c       |   24 ++++++++++++++++++
 addressbook/libebook-contacts/e-book-query.h       |   26 ++++++++++++++++++++
 addressbook/libebook-contacts/e-contact.c          |    5 +++-
 addressbook/libebook-contacts/e-contact.h          |   23 +++++++++++++++--
 addressbook/libebook/e-book-client.c               |    1 +
 addressbook/libebook/e-book-client.h               |    1 +
 addressbook/libedata-book/e-book-backend-sexp.c    |    5 ++++
 addressbook/libedata-book/e-book-backend-sexp.h    |    2 +
 .../libedata-book/e-book-backend-sqlitedb.c        |    5 +++-
 .../libedata-book/e-book-backend-sqlitedb.h        |    5 +++-
 addressbook/libedata-book/e-book-backend.c         |    6 ++++
 addressbook/libedata-book/e-book-backend.h         |    6 ++++
 libedataserver/e-data-server-util.c                |    5 +++-
 libedataserver/e-data-server-util.h                |    5 +++-
 17 files changed, 117 insertions(+), 11 deletions(-)
---
diff --git a/addressbook/backends/file/e-book-backend-file.c b/addressbook/backends/file/e-book-backend-file.c
index 986d84f..e936b7e 100644
--- a/addressbook/backends/file/e-book-backend-file.c
+++ b/addressbook/backends/file/e-book-backend-file.c
@@ -3,6 +3,7 @@
 /* e-book-backend-file.c - File contact backend.
  *
  * Copyright (C) 1999-2008 Novell, Inc. (www.novell.com)
+ * Copyright (C) 2012 Intel Corporation
  *
  * This program is free software; you can redistribute it and/or
  * modify it under the terms of version 2 of the GNU Lesser General Public
diff --git a/addressbook/backends/file/e-book-backend-file.h b/addressbook/backends/file/e-book-backend-file.h
index 6aee1ce..339f285 100644
--- a/addressbook/backends/file/e-book-backend-file.h
+++ b/addressbook/backends/file/e-book-backend-file.h
@@ -3,6 +3,7 @@
 /* e-book-backend-file.h - File contact backend.
  *
  * Copyright (C) 1999-2008 Novell, Inc. (www.novell.com)
+ * Copyright (C) 2012 Intel Corporation
  *
  * This program is free software; you can redistribute it and/or
  * modify it under the terms of version 2 of the GNU Lesser General Public
@@ -21,6 +22,7 @@
  * Authors: Nat Friedman <nat novell com>
  *          Chris Toshok <toshok ximian com>
  *          Hans Petter Jansson <hpj novell com>
+ *          Tristan Van Berkom <tristanvb openismus com>
  */
 
 #ifndef E_BOOK_BACKEND_FILE_H
diff --git a/addressbook/libebook-contacts/e-book-contacts-types.h 
b/addressbook/libebook-contacts/e-book-contacts-types.h
index 7208b67..bc5a88a 100644
--- a/addressbook/libebook-contacts/e-book-contacts-types.h
+++ b/addressbook/libebook-contacts/e-book-contacts-types.h
@@ -1,12 +1,12 @@
 /* -*- Mode: C; tab-width: 8; indent-tabs-mode: t; c-basic-offset: 8 -*- */
 /*
- * A client-side GObject which exposes the
- * Evolution:BookListener interface.
  *
- * Author:
+ * Authors:
  *   Nat Friedman (nat ximian com)
+ *   Tristan Van Berkom <tristanvb openismus com>
  *
  * Copyright (C) 1999-2008 Novell, Inc. (www.novell.com)
+ * Copyright (C) 2012 Intel Corporation
  */
 
 #if !defined (__LIBEBOOK_CONTACTS_H_INSIDE__) && !defined (LIBEBOOK_CONTACTS_COMPILATION)
diff --git a/addressbook/libebook-contacts/e-book-query.c b/addressbook/libebook-contacts/e-book-query.c
index fb59765..8a79655 100644
--- a/addressbook/libebook-contacts/e-book-query.c
+++ b/addressbook/libebook-contacts/e-book-query.c
@@ -1,5 +1,29 @@
 /* -*- Mode: C; tab-width: 8; indent-tabs-mode: t; c-basic-offset: 8 -*- */
 
+/* e-book-query.c - A wrapper object for serializing and deserializing addressbook queries.
+ *
+ * Copyright (C) 2012 Intel Corporation
+ *
+ * This program is free software; you can redistribute it and/or
+ * modify it under the terms of version 2 of the GNU Lesser General Public
+ * License as published by the Free Software Foundation.
+ *
+ * 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
+ * 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.
+ *
+ * Authors:
+ *    Chris Toshok  <toshok ximian com>
+ *    Mathias Hasselmann <mathias openismus com>
+ *    Tristan Van Berkom <tristanvb openismus com>
+ */
+
 #include "e-book-query.h"
 
 #include <config.h>
diff --git a/addressbook/libebook-contacts/e-book-query.h b/addressbook/libebook-contacts/e-book-query.h
index 67771e8..2c03a61 100644
--- a/addressbook/libebook-contacts/e-book-query.h
+++ b/addressbook/libebook-contacts/e-book-query.h
@@ -1,3 +1,29 @@
+/* -*- Mode: C; tab-width: 8; indent-tabs-mode: t; c-basic-offset: 8 -*- */
+
+/* e-book-query.h - A wrapper object for serializing and deserializing addressbook queries.
+ *
+ * Copyright (C) 2012 Intel Corporation
+ *
+ * This program is free software; you can redistribute it and/or
+ * modify it under the terms of version 2 of the GNU Lesser General Public
+ * License as published by the Free Software Foundation.
+ *
+ * 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
+ * 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.
+ *
+ * Authors:
+ *    Chris Toshok  <toshok ximian com>
+ *    Mathias Hasselmann <mathias openismus com>
+ *    Tristan Van Berkom <tristanvb openismus com>
+ *    
+ */
 
 #if !defined (__LIBEBOOK_CONTACTS_H_INSIDE__) && !defined (LIBEBOOK_CONTACTS_COMPILATION)
 #error "Only <libebook-contacts/libebook-contacts.h> should be included directly."
diff --git a/addressbook/libebook-contacts/e-contact.c b/addressbook/libebook-contacts/e-contact.c
index 5d1d860..89d9966 100644
--- a/addressbook/libebook-contacts/e-contact.c
+++ b/addressbook/libebook-contacts/e-contact.c
@@ -2,6 +2,7 @@
 /* e-contact.c
  *
  * Copyright (C) 1999-2008 Novell, Inc. (www.novell.com)
+ * Copyright (C) 2012 Intel Corporation
  *
  * This program is free software; you can redistribute it and/or
  * modify it under the terms of version 2 of the GNU Lesser General Public
@@ -17,7 +18,9 @@
  * Free Software Foundation, Inc., 51 Franklin Street, Fifth Floor,
  * Boston, MA 02110-1301, USA.
  *
- * Author: Chris Toshok (toshok ximian com)
+ * Authors:
+ *   Chris Toshok (toshok ximian com)
+ *   Tristan Van Berkom <tristanvb openismus com>
  */
 
 #if HAVE_CONFIG_H
diff --git a/addressbook/libebook-contacts/e-contact.h b/addressbook/libebook-contacts/e-contact.h
index faea7c3..fe5caf6 100644
--- a/addressbook/libebook-contacts/e-contact.h
+++ b/addressbook/libebook-contacts/e-contact.h
@@ -1,9 +1,26 @@
 /* -*- Mode: C; tab-width: 8; indent-tabs-mode: t; c-basic-offset: 8 -*- */
-/*
- * Authors:
- *   Chris Toshok <toshok ximian com>
+/* e-contact.h
  *
  * Copyright (C) 1999-2008 Novell, Inc. (www.novell.com)
+ * Copyright (C) 2012 Intel Corporation
+ *
+ * This program is free software; you can redistribute it and/or
+ * modify it under the terms of version 2 of the GNU Lesser General Public
+ * License as published by the Free Software Foundation.
+ *
+ * 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
+ * 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.
+ *
+ * Authors:
+ *   Chris Toshok <toshok ximian com>
+ *   Tristan Van Berkom <tristanvb openismus com>
  */
 
 #if !defined (__LIBEBOOK_CONTACTS_H_INSIDE__) && !defined (LIBEBOOK_CONTACTS_COMPILATION)
diff --git a/addressbook/libebook/e-book-client.c b/addressbook/libebook/e-book-client.c
index 39ef4ac..9d87eea 100644
--- a/addressbook/libebook/e-book-client.c
+++ b/addressbook/libebook/e-book-client.c
@@ -16,6 +16,7 @@
  *
  *
  * Copyright (C) 2011 Red Hat, Inc. (www.redhat.com)
+ * Copyright (C) 2012 Intel Corporation
  *
  */
 
diff --git a/addressbook/libebook/e-book-client.h b/addressbook/libebook/e-book-client.h
index 8977341..4e00cb7 100644
--- a/addressbook/libebook/e-book-client.h
+++ b/addressbook/libebook/e-book-client.h
@@ -16,6 +16,7 @@
  *
  *
  * Copyright (C) 2011 Red Hat, Inc. (www.redhat.com)
+ * Copyright (C) 2012 Intel Corporation
  *
  */
 
diff --git a/addressbook/libedata-book/e-book-backend-sexp.c b/addressbook/libedata-book/e-book-backend-sexp.c
index d046f89..6bcd13f 100644
--- a/addressbook/libedata-book/e-book-backend-sexp.c
+++ b/addressbook/libedata-book/e-book-backend-sexp.c
@@ -2,6 +2,11 @@
 /*
  * pas-backend-card-sexp.c
  * Copyright (C) 1999-2008 Novell, Inc. (www.novell.com)
+ * Copyright (C) 2012 Intel Corporation
+ *
+ * Authors:
+ *   Chris Lahey <clahey ximian com>
+ *   Tristan Van Berkom <tristanvb openismus com>
  *
  * This library is free software; you can redistribute it and/or
  * modify it under the terms of the GNU Library General Public
diff --git a/addressbook/libedata-book/e-book-backend-sexp.h b/addressbook/libedata-book/e-book-backend-sexp.h
index 7327c4e..12e5d8d 100644
--- a/addressbook/libedata-book/e-book-backend-sexp.h
+++ b/addressbook/libedata-book/e-book-backend-sexp.h
@@ -2,9 +2,11 @@
 /*
  * pas-backend-card-sexp.h
  * Copyright (C) 1999-2008 Novell, Inc. (www.novell.com)
+ * Copyright (C) 2012 Intel Corporation
  *
  * Authors:
  *   Chris Lahey <clahey ximian com>
+ *   Tristan Van Berkom <tristanvb openismus com>
  *
  * This library is free software; you can redistribute it and/or
  * modify it under the terms of the GNU Library General Public
diff --git a/addressbook/libedata-book/e-book-backend-sqlitedb.c 
b/addressbook/libedata-book/e-book-backend-sqlitedb.c
index 73a67a1..b639c05 100644
--- a/addressbook/libedata-book/e-book-backend-sqlitedb.c
+++ b/addressbook/libedata-book/e-book-backend-sqlitedb.c
@@ -2,8 +2,11 @@
 /* e-book-backend-sqlitedb.c
  *
  * Copyright (C) 1999-2008 Novell, Inc. (www.novell.com)
+ * Copyright (C) 2012 Intel Corporation
  *
- * Authors: Chenthill Palanisamy <pchenthill novell com>
+ * Authors:
+ *     Chenthill Palanisamy <pchenthill novell com>
+ *     Tristan Van Berkom <tristanvb openismus com>
  *
  * This program is free software; you can redistribute it and/or
  * modify it under the terms of version 2 of the GNU Lesser General Public
diff --git a/addressbook/libedata-book/e-book-backend-sqlitedb.h 
b/addressbook/libedata-book/e-book-backend-sqlitedb.h
index f6b3433..5db3b39 100644
--- a/addressbook/libedata-book/e-book-backend-sqlitedb.h
+++ b/addressbook/libedata-book/e-book-backend-sqlitedb.h
@@ -2,8 +2,11 @@
 /* e-book-backend-sqlitedb.h
  *
  * Copyright (C) 1999-2008 Novell, Inc. (www.novell.com)
+ * Copyright (C) 2012 Intel Corporation
  *
- * Authors: Chenthill Palanisamy <pchenthill novell com>
+ * Authors:
+ *     Chenthill Palanisamy <pchenthill novell com>
+ *     Tristan Van Berkom <tristanvb openismus com>
  *
  * This program is free software; you can redistribute it and/or
  * modify it under the terms of version 2 of the GNU Lesser General Public
diff --git a/addressbook/libedata-book/e-book-backend.c b/addressbook/libedata-book/e-book-backend.c
index 1344423..217a542 100644
--- a/addressbook/libedata-book/e-book-backend.c
+++ b/addressbook/libedata-book/e-book-backend.c
@@ -14,6 +14,12 @@
  * You should have received a copy of the GNU Lesser General Public
  * License along with the program; if not, see <http://www.gnu.org/licenses/>
  *
+ * Authors:
+ *   Nat Friedman (nat ximian com)
+ *   Tristan Van Berkom <tristanvb openismus com>
+ *
+ * Copyright (C) 1999-2008 Novell, Inc. (www.novell.com)
+ * Copyright (C) 2012 Intel Corporation
  */
 
 #include <config.h>
diff --git a/addressbook/libedata-book/e-book-backend.h b/addressbook/libedata-book/e-book-backend.h
index 75761e8..7b5d845 100644
--- a/addressbook/libedata-book/e-book-backend.h
+++ b/addressbook/libedata-book/e-book-backend.h
@@ -14,6 +14,12 @@
  * You should have received a copy of the GNU Lesser General Public
  * License along with the program; if not, see <http://www.gnu.org/licenses/>
  *
+ * Authors:
+ *   Nat Friedman (nat ximian com)
+ *   Tristan Van Berkom <tristanvb openismus com>
+ *
+ * Copyright (C) 1999-2008 Novell, Inc. (www.novell.com)
+ * Copyright (C) 2012 Intel Corporation
  */
 
 #if !defined (__LIBEDATA_BOOK_H_INSIDE__) && !defined (LIBEDATA_BOOK_COMPILATION)
diff --git a/libedataserver/e-data-server-util.c b/libedataserver/e-data-server-util.c
index 5c26a2e..61b1404 100644
--- a/libedataserver/e-data-server-util.c
+++ b/libedataserver/e-data-server-util.c
@@ -1,6 +1,7 @@
 /* -*- Mode: C; tab-width: 8; indent-tabs-mode: t; c-basic-offset: 8 -*- */
 /*
  * Copyright (C) 1999-2008 Novell, Inc. (www.novell.com)
+ * Copyright (C) 2012 Intel Corporation
  *
  * This library is free software; you can redistribute it and/or
  * modify it under the terms of version 2 of the GNU Lesser General Public
@@ -16,7 +17,9 @@
  * Free Software Foundation, Inc., 51 Franklin Street, Fifth Floor,
  * Boston, MA 02110-1301, USA.
  *
- * Authors: Rodrigo Moya <rodrigo ximian com>
+ * Authors:
+ *    Rodrigo Moya <rodrigo ximian com>
+ *    Tristan Van Berkom <tristanvb openismus com>
  */
 
 #include "config.h"
diff --git a/libedataserver/e-data-server-util.h b/libedataserver/e-data-server-util.h
index dee9bc7..e611728 100644
--- a/libedataserver/e-data-server-util.h
+++ b/libedataserver/e-data-server-util.h
@@ -1,6 +1,7 @@
 /* -*- Mode: C; tab-width: 8; indent-tabs-mode: t; c-basic-offset: 8 -*- */
 /*
  * Copyright (C) 1999-2008 Novell, Inc. (www.novell.com)
+ * Copyright (C) 2012 Intel Corporation
  *
  * This library is free software; you can redistribute it and/or
  * modify it under the terms of version 2 of the GNU Lesser General Public
@@ -16,7 +17,9 @@
  * Free Software Foundation, Inc., 51 Franklin Street, Fifth Floor,
  * Boston, MA 02110-1301, USA.
  *
- * Authors: Rodrigo Moya <rodrigo ximian com>
+ * Authors:
+ *    Rodrigo Moya <rodrigo ximian com>
+ *    Tristan Van Berkom <tristanvb openismus com>
  */
 
 #if !defined (__LIBEDATASERVER_H_INSIDE__) && !defined (LIBEDATASERVER_COMPILATION)


[Date Prev][Date Next]   [Thread Prev][Thread Next]   [Thread Index] [Date Index] [Author Index]