aboutsummaryrefslogtreecommitdiffstats
path: root/a11y/e-table
diff options
context:
space:
mode:
authorJeffrey Stedfast <fejj@src.gnome.org>2008-06-21 06:26:57 +0800
committerJeffrey Stedfast <fejj@src.gnome.org>2008-06-21 06:26:57 +0800
commitabda2bda855a6ac4413994bd141e18f9fd00b295 (patch)
treec574e95cc5e6bb65d108ed8e0452730f12f37767 /a11y/e-table
parent16a3b9e9468445a6917fd3dea9c81e710efa2ac0 (diff)
downloadgsoc2013-evolution-abda2bda855a6ac4413994bd141e18f9fd00b295.tar
gsoc2013-evolution-abda2bda855a6ac4413994bd141e18f9fd00b295.tar.gz
gsoc2013-evolution-abda2bda855a6ac4413994bd141e18f9fd00b295.tar.bz2
gsoc2013-evolution-abda2bda855a6ac4413994bd141e18f9fd00b295.tar.lz
gsoc2013-evolution-abda2bda855a6ac4413994bd141e18f9fd00b295.tar.xz
gsoc2013-evolution-abda2bda855a6ac4413994bd141e18f9fd00b295.tar.zst
gsoc2013-evolution-abda2bda855a6ac4413994bd141e18f9fd00b295.zip
updated novell copyright notices (left others alone)
svn path=/trunk/; revision=35665
Diffstat (limited to 'a11y/e-table')
-rw-r--r--a11y/e-table/gal-a11y-e-cell-popup.c2
-rw-r--r--a11y/e-table/gal-a11y-e-cell-popup.h2
-rw-r--r--a11y/e-table/gal-a11y-e-cell-registry.c2
-rw-r--r--a11y/e-table/gal-a11y-e-cell-registry.h2
-rw-r--r--a11y/e-table/gal-a11y-e-cell-text.c2
-rw-r--r--a11y/e-table/gal-a11y-e-cell-text.h2
-rw-r--r--a11y/e-table/gal-a11y-e-cell-tree.c2
-rw-r--r--a11y/e-table/gal-a11y-e-cell-tree.h2
-rw-r--r--a11y/e-table/gal-a11y-e-cell.c2
-rw-r--r--a11y/e-table/gal-a11y-e-cell.h2
-rw-r--r--a11y/e-table/gal-a11y-e-table-click-to-add-factory.c2
-rw-r--r--a11y/e-table/gal-a11y-e-table-click-to-add-factory.h2
-rw-r--r--a11y/e-table/gal-a11y-e-table-click-to-add.c2
-rw-r--r--a11y/e-table/gal-a11y-e-table-factory.c2
-rw-r--r--a11y/e-table/gal-a11y-e-table-factory.h2
-rw-r--r--a11y/e-table/gal-a11y-e-table-item-factory.c2
-rw-r--r--a11y/e-table/gal-a11y-e-table-item-factory.h2
-rw-r--r--a11y/e-table/gal-a11y-e-table-item.c2
-rw-r--r--a11y/e-table/gal-a11y-e-table-item.h2
-rw-r--r--a11y/e-table/gal-a11y-e-table.c2
-rw-r--r--a11y/e-table/gal-a11y-e-table.h2
-rw-r--r--a11y/e-table/gal-a11y-e-tree-factory.c2
-rw-r--r--a11y/e-table/gal-a11y-e-tree-factory.h2
-rw-r--r--a11y/e-table/gal-a11y-e-tree.c2
-rw-r--r--a11y/e-table/gal-a11y-e-tree.h2
25 files changed, 25 insertions, 25 deletions
diff --git a/a11y/e-table/gal-a11y-e-cell-popup.c b/a11y/e-table/gal-a11y-e-cell-popup.c
index c0110e9dba..1aa3f6f6d3 100644
--- a/a11y/e-table/gal-a11y-e-cell-popup.c
+++ b/a11y/e-table/gal-a11y-e-cell-popup.c
@@ -3,7 +3,7 @@
*/
/* Evolution Accessibility: gal-a11y-e-cell-popup.h
*
- * Copyright (C) 2003 Ximian, Inc.
+ * Copyright (C) 1999-2008 Novell, Inc. (www.novell.com)
*
* This program is free software; you can redistribute it and/or
* modify it under the terms of version 2 of the GNU General Public
diff --git a/a11y/e-table/gal-a11y-e-cell-popup.h b/a11y/e-table/gal-a11y-e-cell-popup.h
index 49bbdba2f3..6135dbe603 100644
--- a/a11y/e-table/gal-a11y-e-cell-popup.h
+++ b/a11y/e-table/gal-a11y-e-cell-popup.h
@@ -3,7 +3,7 @@
*/
/* Evolution Accessibility: gal-a11y-e-cell-popup.h
*
- * Copyright (C) 2003 Ximian, Inc.
+ * Copyright (C) 1999-2008 Novell, Inc. (www.novell.com)
*
* This program is free software; you can redistribute it and/or
* modify it under the terms of version 2 of the GNU General Public
diff --git a/a11y/e-table/gal-a11y-e-cell-registry.c b/a11y/e-table/gal-a11y-e-cell-registry.c
index 72ff48e33f..a41979f842 100644
--- a/a11y/e-table/gal-a11y-e-cell-registry.c
+++ b/a11y/e-table/gal-a11y-e-cell-registry.c
@@ -3,7 +3,7 @@
* Authors:
* Christopher James Lahey <clahey@ximian.com>
*
- * Copyright (C) 2002 Ximian, Inc.
+ * Copyright (C) 1999-2008 Novell, Inc. (www.novell.com)
*/
#include <config.h>
diff --git a/a11y/e-table/gal-a11y-e-cell-registry.h b/a11y/e-table/gal-a11y-e-cell-registry.h
index 602d6be41e..33a75675ea 100644
--- a/a11y/e-table/gal-a11y-e-cell-registry.h
+++ b/a11y/e-table/gal-a11y-e-cell-registry.h
@@ -3,7 +3,7 @@
* Authors:
* Christopher James Lahey <clahey@ximian.com>
*
- * Copyright (C) 2001 Chris Lahey
+ * Copyright (C) 1999-2008 Novell, Inc. (www.novell.com)
*/
#ifndef __GAL_A11Y_E_CELL_REGISTRY_H__
diff --git a/a11y/e-table/gal-a11y-e-cell-text.c b/a11y/e-table/gal-a11y-e-cell-text.c
index 696127ae3b..95d98792ac 100644
--- a/a11y/e-table/gal-a11y-e-cell-text.c
+++ b/a11y/e-table/gal-a11y-e-cell-text.c
@@ -3,7 +3,7 @@
* Authors:
* Christopher James Lahey <clahey@ximian.com>
*
- * Copyright (C) 2002 Ximian, Inc.
+ * Copyright (C) 1999-2008 Novell, Inc. (www.novell.com)
*/
#include <config.h>
diff --git a/a11y/e-table/gal-a11y-e-cell-text.h b/a11y/e-table/gal-a11y-e-cell-text.h
index 1398325429..8dd6bfd143 100644
--- a/a11y/e-table/gal-a11y-e-cell-text.h
+++ b/a11y/e-table/gal-a11y-e-cell-text.h
@@ -3,7 +3,7 @@
* Authors:
* Christopher James Lahey <clahey@ximian.com>
*
- * Copyright (C) 2001 Chris Lahey
+ * Copyright (C) 1999-2008 Novell, Inc. (www.novell.com)
*/
#ifndef __GAL_A11Y_E_CELL_TEXT_H__
diff --git a/a11y/e-table/gal-a11y-e-cell-tree.c b/a11y/e-table/gal-a11y-e-cell-tree.c
index a4b68b89ab..5a170c4ad4 100644
--- a/a11y/e-table/gal-a11y-e-cell-tree.c
+++ b/a11y/e-table/gal-a11y-e-cell-tree.c
@@ -3,7 +3,7 @@
* Authors:
* Tim Wo <tim.wo@sun.com>, Sun Microsystem Inc. 2003.
*
- * Copyright (C) 2002 Ximian, Inc.
+ * Copyright (C) 1999-2008 Novell, Inc. (www.novell.com)
*/
#include <config.h>
diff --git a/a11y/e-table/gal-a11y-e-cell-tree.h b/a11y/e-table/gal-a11y-e-cell-tree.h
index 8f621cba1d..627b082206 100644
--- a/a11y/e-table/gal-a11y-e-cell-tree.h
+++ b/a11y/e-table/gal-a11y-e-cell-tree.h
@@ -3,7 +3,7 @@
* Authors:
* Tim Wo <tim.wo@sun.com>, Sun Microsystem Inc. 2003.
*
- * Copyright (C) 2002 Ximian, Inc.
+ * Copyright (C) 1999-2008 Novell, Inc. (www.novell.com)
*/
#ifndef __GAL_A11Y_E_CELL_TREE_H__
diff --git a/a11y/e-table/gal-a11y-e-cell.c b/a11y/e-table/gal-a11y-e-cell.c
index f6372eedc4..b9b26f367b 100644
--- a/a11y/e-table/gal-a11y-e-cell.c
+++ b/a11y/e-table/gal-a11y-e-cell.c
@@ -3,7 +3,7 @@
* Authors:
* Christopher James Lahey <clahey@ximian.com>
*
- * Copyright (C) 2002 Ximian, Inc.
+ * Copyright (C) 1999-2008 Novell, Inc. (www.novell.com)
*/
#include <config.h>
diff --git a/a11y/e-table/gal-a11y-e-cell.h b/a11y/e-table/gal-a11y-e-cell.h
index 48da764102..f0b9936f68 100644
--- a/a11y/e-table/gal-a11y-e-cell.h
+++ b/a11y/e-table/gal-a11y-e-cell.h
@@ -3,7 +3,7 @@
* Authors:
* Christopher James Lahey <clahey@ximian.com>
*
- * Copyright (C) 2001 Chris Lahey
+ * Copyright (C) 1999-2008 Novell, Inc. (www.novell.com)
*/
#ifndef __GAL_A11Y_E_CELL_H__
diff --git a/a11y/e-table/gal-a11y-e-table-click-to-add-factory.c b/a11y/e-table/gal-a11y-e-table-click-to-add-factory.c
index 2dfa2cb1c4..6801c2353b 100644
--- a/a11y/e-table/gal-a11y-e-table-click-to-add-factory.c
+++ b/a11y/e-table/gal-a11y-e-table-click-to-add-factory.c
@@ -1,7 +1,7 @@
/*
* Authors: Yuedong Du <yuedong.du@sun.com>
*
- * Copyright (C) 2003 Ximian, Inc.
+ * Copyright (C) 1999-2008 Novell, Inc. (www.novell.com)
*/
#include <config.h>
diff --git a/a11y/e-table/gal-a11y-e-table-click-to-add-factory.h b/a11y/e-table/gal-a11y-e-table-click-to-add-factory.h
index d75453a780..46d6418358 100644
--- a/a11y/e-table/gal-a11y-e-table-click-to-add-factory.h
+++ b/a11y/e-table/gal-a11y-e-table-click-to-add-factory.h
@@ -1,7 +1,7 @@
/*
* Authors: * Yuedong Du <yuedong.du@sun.com>
*
- * Copyright (C) 2003 Ximian, Inc.
+ * Copyright (C) 1999-2008 Novell, Inc. (www.novell.com)
*/
#ifndef __GAL_A11Y_E_TABLE_CLICK_TO_ADD_FACTORY_H__
diff --git a/a11y/e-table/gal-a11y-e-table-click-to-add.c b/a11y/e-table/gal-a11y-e-table-click-to-add.c
index a4905971de..980e7a5bb3 100644
--- a/a11y/e-table/gal-a11y-e-table-click-to-add.c
+++ b/a11y/e-table/gal-a11y-e-table-click-to-add.c
@@ -2,7 +2,7 @@
/*
* Yuedong Du <yuedong.du@sun.com>
*
- * Copyright (C) 2002 Ximian, Inc.
+ * Copyright (C) 1999-2008 Novell, Inc. (www.novell.com)
*/
#include <config.h>
diff --git a/a11y/e-table/gal-a11y-e-table-factory.c b/a11y/e-table/gal-a11y-e-table-factory.c
index 384dd40ed4..99bd7bc4a9 100644
--- a/a11y/e-table/gal-a11y-e-table-factory.c
+++ b/a11y/e-table/gal-a11y-e-table-factory.c
@@ -3,7 +3,7 @@
* Authors:
* Christopher James Lahey <clahey@ximian.com>
*
- * Copyright (C) 2002 Ximian, Inc.
+ * Copyright (C) 1999-2008 Novell, Inc. (www.novell.com)
*/
#include <config.h>
diff --git a/a11y/e-table/gal-a11y-e-table-factory.h b/a11y/e-table/gal-a11y-e-table-factory.h
index eb8eb55414..b5650f03c9 100644
--- a/a11y/e-table/gal-a11y-e-table-factory.h
+++ b/a11y/e-table/gal-a11y-e-table-factory.h
@@ -3,7 +3,7 @@
* Authors:
* Christopher James Lahey <clahey@ximian.com>
*
- * Copyright (C) 2001 Chris Lahey
+ * Copyright (C) 1999-2008 Novell, Inc. (www.novell.com)
*/
#ifndef __GAL_A11Y_E_TABLE_FACTORY_H__
diff --git a/a11y/e-table/gal-a11y-e-table-item-factory.c b/a11y/e-table/gal-a11y-e-table-item-factory.c
index 7841490e77..a4eaae7ebc 100644
--- a/a11y/e-table/gal-a11y-e-table-item-factory.c
+++ b/a11y/e-table/gal-a11y-e-table-item-factory.c
@@ -1,7 +1,7 @@
/*
* Authors: Yuedong Du <yuedong.du@sun.com>
*
- * Copyright (C) 2003 Ximian, Inc.
+ * Copyright (C) 1999-2008 Novell, Inc. (www.novell.com)
*/
#include <config.h>
diff --git a/a11y/e-table/gal-a11y-e-table-item-factory.h b/a11y/e-table/gal-a11y-e-table-item-factory.h
index cbbff9fb18..7bcdaf69cd 100644
--- a/a11y/e-table/gal-a11y-e-table-item-factory.h
+++ b/a11y/e-table/gal-a11y-e-table-item-factory.h
@@ -1,7 +1,7 @@
/*
* Authors: * Yuedong Du <yuedong.du@sun.com>
*
- * Copyright (C) 2003 Ximian, Inc.
+ * Copyright (C) 1999-2008 Novell, Inc. (www.novell.com)
*/
#ifndef __GAL_A11Y_E_TABLE_ITEM_FACTORY_H__
diff --git a/a11y/e-table/gal-a11y-e-table-item.c b/a11y/e-table/gal-a11y-e-table-item.c
index 65c9b4ba22..b8d01124e9 100644
--- a/a11y/e-table/gal-a11y-e-table-item.c
+++ b/a11y/e-table/gal-a11y-e-table-item.c
@@ -4,7 +4,7 @@
* Christopher James Lahey <clahey@ximian.com>
* Bolian Yin <bolian.yin@sun.com>
*
- * Copyright (C) 2002 Ximian, Inc.
+ * Copyright (C) 1999-2008 Novell, Inc. (www.novell.com)
*/
#include <config.h>
diff --git a/a11y/e-table/gal-a11y-e-table-item.h b/a11y/e-table/gal-a11y-e-table-item.h
index 4af38acfb4..62e99de9fb 100644
--- a/a11y/e-table/gal-a11y-e-table-item.h
+++ b/a11y/e-table/gal-a11y-e-table-item.h
@@ -3,7 +3,7 @@
* Authors:
* Christopher James Lahey <clahey@ximian.com>
*
- * Copyright (C) 2001 Chris Lahey
+ * Copyright (C) 1999-2008 Novell, Inc. (www.novell.com)
*/
#ifndef __GAL_A11Y_E_TABLE_ITEM_H__
diff --git a/a11y/e-table/gal-a11y-e-table.c b/a11y/e-table/gal-a11y-e-table.c
index 056b95775f..eb230c01a1 100644
--- a/a11y/e-table/gal-a11y-e-table.c
+++ b/a11y/e-table/gal-a11y-e-table.c
@@ -3,7 +3,7 @@
* Authors:
* Christopher James Lahey <clahey@ximian.com>
*
- * Copyright (C) 2002 Ximian, Inc.
+ * Copyright (C) 1999-2008 Novell, Inc. (www.novell.com)
*/
#include <config.h>
diff --git a/a11y/e-table/gal-a11y-e-table.h b/a11y/e-table/gal-a11y-e-table.h
index 0e539d9628..6acd6da071 100644
--- a/a11y/e-table/gal-a11y-e-table.h
+++ b/a11y/e-table/gal-a11y-e-table.h
@@ -3,7 +3,7 @@
* Authors:
* Christopher James Lahey <clahey@ximian.com>
*
- * Copyright (C) 2001 Chris Lahey
+ * Copyright (C) 1999-2008 Novell, Inc. (www.novell.com)
*/
#ifndef __GAL_A11Y_E_TABLE_H__
diff --git a/a11y/e-table/gal-a11y-e-tree-factory.c b/a11y/e-table/gal-a11y-e-tree-factory.c
index 031220d46a..b9a689c077 100644
--- a/a11y/e-table/gal-a11y-e-tree-factory.c
+++ b/a11y/e-table/gal-a11y-e-tree-factory.c
@@ -1,7 +1,7 @@
/*
* Authors: Yuedong Du <yuedong.du@sun.com>
*
- * Copyright (C) 2003 Ximian, Inc.
+ * Copyright (C) 1999-2008 Novell, Inc. (www.novell.com)
*/
#include <config.h>
diff --git a/a11y/e-table/gal-a11y-e-tree-factory.h b/a11y/e-table/gal-a11y-e-tree-factory.h
index 434e526db9..a171d6f836 100644
--- a/a11y/e-table/gal-a11y-e-tree-factory.h
+++ b/a11y/e-table/gal-a11y-e-tree-factory.h
@@ -1,7 +1,7 @@
/*
* Authors: Yuedong Du <yuedong.du@ximian.com>
*
- * Copyright (C) 2003 Ximian, Inc.
+ * Copyright (C) 1999-2008 Novell, Inc. (www.novell.com)
*/
#ifndef __GAL_A11Y_E_TREE_FACTORY_H__
diff --git a/a11y/e-table/gal-a11y-e-tree.c b/a11y/e-table/gal-a11y-e-tree.c
index 72738ec011..fdc4620763 100644
--- a/a11y/e-table/gal-a11y-e-tree.c
+++ b/a11y/e-table/gal-a11y-e-tree.c
@@ -1,7 +1,7 @@
/*
* Authors: Yuedong Du <yuedong.du@sun.com>
*
- * Copyright (C) 2003 Ximian, Inc.
+ * Copyright (C) 1999-2008 Novell, Inc. (www.novell.com)
*/
#include <config.h>
diff --git a/a11y/e-table/gal-a11y-e-tree.h b/a11y/e-table/gal-a11y-e-tree.h
index 952a4ea2b9..1a074b8a60 100644
--- a/a11y/e-table/gal-a11y-e-tree.h
+++ b/a11y/e-table/gal-a11y-e-tree.h
@@ -1,7 +1,7 @@
/*
* Authors: Yuedong Du <yuedong.du@sun.com>
*
- * Copyright (C) 2003 Ximian, Inc.
+ * Copyright (C) 1999-2008 Novell, Inc. (www.novell.com)
*/
#ifndef __GAL_A11Y_E_TREE_H__