[evolution-data-server/openismus-work-3-8: 107/116] Added missing copyright attributions.



commit cfbd374adfaf299c7869f1e32f1ee6e813016ab7
Author: Tristan Van Berkom <tristanvb openismus com>
Date:   Fri Aug 30 14:25:18 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         |    2 +
 addressbook/libedata-book/e-book-backend.h         |    4 ++-
 libedataserver/e-data-server-util.c                |    5 +++-
 libedataserver/e-data-server-util.h                |    5 +++-
 17 files changed, 110 insertions(+), 12 deletions(-)
---
diff --git a/addressbook/backends/file/e-book-backend-file.c b/addressbook/backends/file/e-book-backend-file.c
index 0bed7e6..d77be5e 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 0b17244..4e7bf32 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 62d2aa3..535ae07 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 d09adcc..7affc02 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 ad63ce8..c23d4ef 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 fc1d496..7fd07d1 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 3fe3b01..14c44eb 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 8c7135f..4b2d7a0 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 90b4d93..5a8839b 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 9648321..38e062b 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 b058bda..78d0cbc 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 90c0edb..bd48a07 100644
--- a/addressbook/libedata-book/e-book-backend.c
+++ b/addressbook/libedata-book/e-book-backend.c
@@ -2,8 +2,10 @@
 /*
  * Author:
  *   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 c1777b3..a623693 100644
--- a/addressbook/libedata-book/e-book-backend.h
+++ b/addressbook/libedata-book/e-book-backend.h
@@ -13,10 +13,12 @@
  * 2. A PASBook, when a client has requested an operation on the
  *    GNOME_Evolution_Addressbook_Book 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 (__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 4c45707..1391540 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 194c00c..8d3ac3f 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]