From e207234e49091d5cd5d1eaff78614f5b80a4b4c1 Mon Sep 17 00:00:00 2001 From: Tristan Van Berkom Date: Thu, 29 Aug 2013 14:38:49 +0200 Subject: [PATCH] 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 * Chris Toshok * Hans Petter Jansson + * Tristan Van Berkom */ #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 * * 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 + * Mathias Hasselmann + * Tristan Van Berkom + */ + #include "e-book-query.h" #include 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 + * Mathias Hasselmann + * Tristan Van Berkom + * + */ #if !defined (__LIBEBOOK_CONTACTS_H_INSIDE__) && !defined (LIBEBOOK_CONTACTS_COMPILATION) #error "Only 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 */ #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 +/* 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 + * Tristan Van Berkom */ #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 + * Tristan Van Berkom * * 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 + * Tristan Van Berkom * * 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 + * Authors: + * Chenthill Palanisamy + * Tristan Van Berkom * * 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 + * Authors: + * Chenthill Palanisamy + * Tristan Van Berkom * * 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 * + * Authors: + * Nat Friedman (nat@ximian.com) + * Tristan Van Berkom + * + * Copyright (C) 1999-2008 Novell, Inc. (www.novell.com) + * Copyright (C) 2012 Intel Corporation */ #include 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 * + * Authors: + * Nat Friedman (nat@ximian.com) + * Tristan Van Berkom + * + * 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 + * Authors: + * Rodrigo Moya + * Tristan Van Berkom */ #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 + * Authors: + * Rodrigo Moya + * Tristan Van Berkom */ #if !defined (__LIBEDATASERVER_H_INSIDE__) && !defined (LIBEDATASERVER_COMPILATION) -- 2.7.4