[contacts] Update copyright and email addresses



commit 6d4bd4a85d5ec166e297557ad5bf4a50faf826a1
Author: Rob Bradford <rob linux intel com>
Date:   Mon Jun 8 16:13:04 2009 +0100

    Update copyright and email addresses
---
 configure.ac                   |    2 +-
 src/contacts-callbacks-ebook.c |    4 ++--
 src/contacts-callbacks-ebook.h |    4 ++--
 src/contacts-callbacks-ui.c    |   14 +++++++-------
 src/contacts-callbacks-ui.h    |    4 ++--
 src/contacts-defs.h            |    4 ++--
 src/contacts-edit-pane.c       |    6 +++---
 src/contacts-edit-pane.h       |    4 ++--
 src/contacts-gtk.c             |    2 +-
 src/contacts-gtk.h             |    2 +-
 src/contacts-main.c            |    4 ++--
 src/contacts-main.h            |    4 ++--
 src/contacts-ui.c              |    6 +++---
 src/contacts-utils.c           |    4 ++--
 src/contacts-utils.h           |    4 ++--
 15 files changed, 34 insertions(+), 34 deletions(-)

diff --git a/configure.ac b/configure.ac
index c707af1..4da3abb 100644
--- a/configure.ac
+++ b/configure.ac
@@ -1,5 +1,5 @@
 AC_PREREQ(2.53)
-AC_INIT(contacts, 0.9, http://www.openedhand.com/)
+AC_INIT(contacts, 0.9, http://www.pimlico-project.org/)
 AM_INIT_AUTOMAKE()
 AC_CONFIG_SRCDIR(src/contacts-main.c)
 AM_CONFIG_HEADER(src/config.h)
diff --git a/src/contacts-callbacks-ebook.c b/src/contacts-callbacks-ebook.c
index 55730f6..165f948 100644
--- a/src/contacts-callbacks-ebook.c
+++ b/src/contacts-callbacks-ebook.c
@@ -1,9 +1,9 @@
 /* 
  *  Contacts - A small libebook-based address book.
  *
- *  Authored By Chris Lord <chris o-hand com>
+ *  Authored By Chris Lord <chris linux intel com>
  *
- *  Copyright (c) 2005, 2008 OpenedHand Ltd - http://o-hand.com
+ *  Copyright (c) 2005, 2008, 2009 Intel Corporation
  *
  *  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/contacts-callbacks-ebook.h b/src/contacts-callbacks-ebook.h
index de15b97..d8e684d 100644
--- a/src/contacts-callbacks-ebook.h
+++ b/src/contacts-callbacks-ebook.h
@@ -1,9 +1,9 @@
 /* 
  *  Contacts - A small libebook-based address book.
  *
- *  Authored By Chris Lord <chris o-hand com>
+ *  Authored By Chris Lord <chris linux intel com>
  *
- *  Copyright (c) 2005 OpenedHand Ltd - http://o-hand.com
+ *  Copyright (c) 2005, 2009 Intel Corporation
  *
  *  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/contacts-callbacks-ui.c b/src/contacts-callbacks-ui.c
index d556ab5..c89d8e7 100644
--- a/src/contacts-callbacks-ui.c
+++ b/src/contacts-callbacks-ui.c
@@ -1,9 +1,9 @@
 /* 
  *  Contacts - A small libebook-based address book.
  *
- *  Authored By Chris Lord <chris o-hand com>
+ *  Authored By Chris Lord <chris linux intel com>
  *
- *  Copyright (c) 2005, 2008 OpenedHand Ltd - http://o-hand.com
+ *  Copyright (c) 2005, 2008, 2009 Intel Corporation
  *
  *  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
@@ -608,10 +608,10 @@ contacts_paste_cb (GtkWindow *main_window)
 void
 contacts_about_cb (GtkWidget *parent)
 {
-	const char *authors[] = {"Chris Lord <chris openedhand com>",
-			    "Ross Burton <ross openedhand com>",
-			    "Matthew Allum <mallum openedhand com>",
-			    "Thomas Wood <thomas openedhand com>",
+	const char *authors[] = {"Chris Lord <chris linux intel com>",
+			    "Ross Burton <ross linux intel com>",
+			    "Matthew Allum <mallum linux intel com>",
+			    "Thomas Wood <thomas linux intel com>",
 			    NULL};
 	const char *license = {
 	  N_(
@@ -637,7 +637,7 @@ contacts_about_cb (GtkWidget *parent)
 		"authors", authors,
 		"logo-icon-name", "contacts",
 		"website", "http://www.pimlico-project.org/";,
-		"copyright", "\302\251 2006-2008 OpenedHand Ltd",
+		"copyright", "\302\251 2005-2009 Intel Corporation",
 		"translator-credits", translator_credits,
 		"license", license,
 		"wrap-license", TRUE,
diff --git a/src/contacts-callbacks-ui.h b/src/contacts-callbacks-ui.h
index d42f5d2..72aa438 100644
--- a/src/contacts-callbacks-ui.h
+++ b/src/contacts-callbacks-ui.h
@@ -1,9 +1,9 @@
 /* 
  *  Contacts - A small libebook-based address book.
  *
- *  Authored By Chris Lord <chris o-hand com>
+ *  Authored By Chris Lord <chris linux intel com>
  *
- *  Copyright (c) 2005 OpenedHand Ltd - http://o-hand.com
+ *  Copyright (c) 2005, 2009 Intel Corporation
  *
  *  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/contacts-defs.h b/src/contacts-defs.h
index ebda6a6..61ea494 100644
--- a/src/contacts-defs.h
+++ b/src/contacts-defs.h
@@ -1,9 +1,9 @@
 /* 
  *  Contacts - A small libebook-based address book.
  *
- *  Authored By Chris Lord <chris o-hand com>
+ *  Authored By Chris Lord <chris linux intel com>
  *
- *  Copyright (c) 2005 OpenedHand Ltd - http://o-hand.com
+ *  Copyright (c) 2005, 2009 Intel Corporation
  *
  *  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/contacts-edit-pane.c b/src/contacts-edit-pane.c
index ebf6529..818961e 100644
--- a/src/contacts-edit-pane.c
+++ b/src/contacts-edit-pane.c
@@ -1,10 +1,10 @@
 /* 
  *  Contacts - A small libebook-based address book.
  *
- *  Authored By Chris Lord <chris o-hand com>
- *              Thomas Wood <thomas o-hand com>
+ *  Authored By Chris Lord <chris linux intel com>
+ *              Thomas Wood <thomas linux intel com>
  *
- *  Copyright (c) 2005 OpenedHand Ltd - http://o-hand.com
+ *  Copyright (c) 2005, 2009 Intel Corporation
  *
  *  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/contacts-edit-pane.h b/src/contacts-edit-pane.h
index da3a456..ff181e5 100644
--- a/src/contacts-edit-pane.h
+++ b/src/contacts-edit-pane.h
@@ -1,9 +1,9 @@
 /* 
  *  Contacts - A small libebook-based address book.
  *
- *  Authored By Chris Lord <chris o-hand com>
+ *  Authored By Chris Lord <chris linux intel com>
  *
- *  Copyright (c) 2005 OpenedHand Ltd - http://o-hand.com
+ *  Copyright (c) 2005, 2009 Intel Corporation
  *
  *  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/contacts-gtk.c b/src/contacts-gtk.c
index ae43d23..7c0c71d 100644
--- a/src/contacts-gtk.c
+++ b/src/contacts-gtk.c
@@ -2,7 +2,7 @@
  * contacts-gtk.c
  * This file is part of Contacts
  *
- * Copyright (C) 2006 - OpenedHand Ltd
+ * Copyright (C) 2006, 2009 Intel Corporation
  *
  * Contacts 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/contacts-gtk.h b/src/contacts-gtk.h
index 18c9c31..ab72420 100644
--- a/src/contacts-gtk.h
+++ b/src/contacts-gtk.h
@@ -2,7 +2,7 @@
  * contacts-gtk.h
  * This file is part of contacts
  *
- * Copyright (C) 2006 - OpenedHand Ltd
+ * Copyright (C) 2006, 2009 Intel Corporation
  *
  * contacts 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/contacts-main.c b/src/contacts-main.c
index 554e9bf..0745481 100644
--- a/src/contacts-main.c
+++ b/src/contacts-main.c
@@ -1,9 +1,9 @@
 /* 
  *  Contacts - A small libebook-based address book.
  *
- *  Authored By Chris Lord <chris o-hand com>
+ *  Authored By Chris Lord <chris linux intel com>
  *
- *  Copyright (c) 2005 OpenedHand Ltd - http://o-hand.com
+ *  Copyright (c) 2005, 2009 Intel Corporation
  *
  *  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/contacts-main.h b/src/contacts-main.h
index 3e5ddc3..437630d 100644
--- a/src/contacts-main.h
+++ b/src/contacts-main.h
@@ -1,9 +1,9 @@
 /* 
  *  Contacts - A small libebook-based address book.
  *
- *  Authored By Chris Lord <chris o-hand com>
+ *  Authored By Chris Lord <chris linux intel com>
  *
- *  Copyright (c) 2005 OpenedHand Ltd - http://o-hand.com
+ *  Copyright (c) 2005, 2009 Intel Corporation
  *
  *  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/contacts-ui.c b/src/contacts-ui.c
index a3a512c..a3c30d2 100644
--- a/src/contacts-ui.c
+++ b/src/contacts-ui.c
@@ -1,10 +1,10 @@
 /*
  *  Contacts - A small libebook-based address book.
  *
- *  Authored By Chris Lord <chris o-hand com>
- *              Thomas Wood <thomas openedhand com>
+ *  Authored By Chris Lord <chris linux intel com>
+ *              Thomas Wood <thomas linux intel com>
  *
- *  Copyright (c) 2005-2006 OpenedHand Ltd - http://o-hand.com
+ *  Copyright (c) 2005-2006, 2009 Intel Corporation
  *
  *  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/contacts-utils.c b/src/contacts-utils.c
index 4d69e92..8d510f8 100644
--- a/src/contacts-utils.c
+++ b/src/contacts-utils.c
@@ -1,9 +1,9 @@
 /* 
  *  Contacts - A small libebook-based address book.
  *
- *  Authored By Chris Lord <chris o-hand com>
+ *  Authored By Chris Lord <chris linux intel com>
  *
- *  Copyright (c) 2005 OpenedHand Ltd - http://o-hand.com
+ *  Copyright (c) 2005, 2009 Intel Corporation
  *
  *  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/contacts-utils.h b/src/contacts-utils.h
index 3c70ca0..20cc613 100644
--- a/src/contacts-utils.h
+++ b/src/contacts-utils.h
@@ -1,9 +1,9 @@
 /* 
  *  Contacts - A small libebook-based address book.
  *
- *  Authored By Chris Lord <chris o-hand com>
+ *  Authored By Chris Lord <chris linux intel com>
  *
- *  Copyright (c) 2005 OpenedHand Ltd - http://o-hand.com
+ *  Copyright (c) 2005, 2009 Intel Corporation
  *
  *  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]