Added missing copyright attributions.
authorTristan Van Berkom <tristan.van.berkom@gmail.com>
Thu, 29 Aug 2013 12:38:49 +0000 (14:38 +0200)
committerTristan Van Berkom <tristan.van.berkom@gmail.com>
Thu, 29 Aug 2013 13:00:05 +0000 (15:00 +0200)
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.

17 files changed:
addressbook/backends/file/e-book-backend-file.c
addressbook/backends/file/e-book-backend-file.h
addressbook/libebook-contacts/e-book-contacts-types.h
addressbook/libebook-contacts/e-book-query.c
addressbook/libebook-contacts/e-book-query.h
addressbook/libebook-contacts/e-contact.c
addressbook/libebook-contacts/e-contact.h
addressbook/libebook/e-book-client.c
addressbook/libebook/e-book-client.h
addressbook/libedata-book/e-book-backend-sexp.c
addressbook/libedata-book/e-book-backend-sexp.h
addressbook/libedata-book/e-book-backend-sqlitedb.c
addressbook/libedata-book/e-book-backend-sqlitedb.h
addressbook/libedata-book/e-book-backend.c
addressbook/libedata-book/e-book-backend.h
libedataserver/e-data-server-util.c
libedataserver/e-data-server-util.h

index 986d84f..e936b7e 100644 (file)
@@ -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
index 6aee1ce..339f285 100644 (file)
@@ -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
index 7208b67..bc5a88a 100644 (file)
@@ -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)
index fb59765..8a79655 100644 (file)
@@ -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>
index 67771e8..2c03a61 100644 (file)
@@ -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."
index 5d1d860..89d9966 100644 (file)
@@ -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
index faea7c3..fe5caf6 100644 (file)
@@ -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)
index 39ef4ac..9d87eea 100644 (file)
@@ -16,6 +16,7 @@
  *
  *
  * Copyright (C) 2011 Red Hat, Inc. (www.redhat.com)
+ * Copyright (C) 2012 Intel Corporation
  *
  */
 
index 8977341..4e00cb7 100644 (file)
@@ -16,6 +16,7 @@
  *
  *
  * Copyright (C) 2011 Red Hat, Inc. (www.redhat.com)
+ * Copyright (C) 2012 Intel Corporation
  *
  */
 
index d046f89..6bcd13f 100644 (file)
@@ -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
index 7327c4e..12e5d8d 100644 (file)
@@ -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
index 73a67a1..b639c05 100644 (file)
@@ -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
index f6b3433..5db3b39 100644 (file)
@@ -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
index 1344423..217a542 100644 (file)
  * 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>
index 75761e8..7b5d845 100644 (file)
  * 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)
index 5c26a2e..61b1404 100644 (file)
@@ -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"
index dee9bc7..e611728 100644 (file)
@@ -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)