aboutsummaryrefslogtreecommitdiffstats
path: root/e-util
diff options
context:
space:
mode:
authorEttore Perazzoli <ettore@src.gnome.org>2001-06-23 16:52:02 +0800
committerEttore Perazzoli <ettore@src.gnome.org>2001-06-23 16:52:02 +0800
commit91cc026904ed4cef8baf2e376940a850d02865ae (patch)
treedb01f872826417c6fe2016b1889e8119f1ebf01e /e-util
parenteb192c72694be6309fd0b791d7632066232f2d8b (diff)
downloadgsoc2013-evolution-91cc026904ed4cef8baf2e376940a850d02865ae.tar
gsoc2013-evolution-91cc026904ed4cef8baf2e376940a850d02865ae.tar.gz
gsoc2013-evolution-91cc026904ed4cef8baf2e376940a850d02865ae.tar.bz2
gsoc2013-evolution-91cc026904ed4cef8baf2e376940a850d02865ae.tar.lz
gsoc2013-evolution-91cc026904ed4cef8baf2e376940a850d02865ae.tar.xz
gsoc2013-evolution-91cc026904ed4cef8baf2e376940a850d02865ae.tar.zst
gsoc2013-evolution-91cc026904ed4cef8baf2e376940a850d02865ae.zip
Update the copyrights, replacing Helix Code with Ximian and
helixcode.com with ximian.com all over the place. svn path=/trunk/; revision=10440
Diffstat (limited to 'e-util')
-rw-r--r--e-util/e-corba-utils.c4
-rw-r--r--e-util/e-corba-utils.h4
-rw-r--r--e-util/e-dbhash.c4
-rw-r--r--e-util/e-dbhash.h4
-rw-r--r--e-util/e-dialog-widgets.c2
-rw-r--r--e-util/e-dialog-widgets.h2
-rw-r--r--e-util/e-gtk-utils.c2
-rw-r--r--e-util/e-gtk-utils.h2
-rw-r--r--e-util/e-gui-utils.c4
-rw-r--r--e-util/e-host-utils.c2
-rw-r--r--e-util/e-host-utils.h2
-rw-r--r--e-util/e-html-utils.c4
-rw-r--r--e-util/e-html-utils.h4
-rw-r--r--e-util/e-iterator.c2
-rw-r--r--e-util/e-iterator.h4
-rw-r--r--e-util/e-list-iterator.c2
-rw-r--r--e-util/e-list-iterator.h4
-rw-r--r--e-util/e-list.c2
-rw-r--r--e-util/e-list.h4
-rw-r--r--e-util/e-memory.c2
-rw-r--r--e-util/e-memory.h2
-rw-r--r--e-util/e-pilot-map.c4
-rw-r--r--e-util/e-pilot-map.h4
-rw-r--r--e-util/e-pilot-util.c4
-rw-r--r--e-util/e-pilot-util.h4
-rw-r--r--e-util/e-sexp.c4
-rw-r--r--e-util/ename/e-address-western.c4
-rw-r--r--e-util/ename/e-name-western.c4
28 files changed, 45 insertions, 45 deletions
diff --git a/e-util/e-corba-utils.c b/e-util/e-corba-utils.c
index 893a1f9dce..8245b91986 100644
--- a/e-util/e-corba-utils.c
+++ b/e-util/e-corba-utils.c
@@ -1,8 +1,8 @@
/* -*- Mode: C; tab-width: 8; indent-tabs-mode: t; c-basic-offset: 8 -*- */
/* e-html-utils.c
*
- * Copyright (C) 2000 Helix Code, Inc.
- * Author: Ettore Perazzoli <ettore@helixcode.com>
+ * Copyright (C) 2000 Ximian, Inc.
+ * Author: Ettore Perazzoli <ettore@ximian.com>
*
* This library is free software; you can redistribute it and/or
* modify it under the terms of the GNU General Public License as
diff --git a/e-util/e-corba-utils.h b/e-util/e-corba-utils.h
index 2147b8df37..1281f86876 100644
--- a/e-util/e-corba-utils.h
+++ b/e-util/e-corba-utils.h
@@ -1,8 +1,8 @@
/* -*- Mode: C; tab-width: 8; indent-tabs-mode: t; c-basic-offset: 8 -*- */
/* e-corba-utils.h
*
- * Copyright (C) 2000 Helix Code, Inc.
- * Author: Ettore Perazzoli <ettore@helixcode.com>
+ * Copyright (C) 2000 Ximian, Inc.
+ * Author: Ettore Perazzoli <ettore@ximian.com>
*
* This library is free software; you can redistribute it and/or
* modify it under the terms of the GNU General Public License as
diff --git a/e-util/e-dbhash.c b/e-util/e-dbhash.c
index a61318e7ab..223913d02e 100644
--- a/e-util/e-dbhash.c
+++ b/e-util/e-dbhash.c
@@ -1,9 +1,9 @@
/* -*- Mode: C; tab-width: 8; indent-tabs-mode: t; c-basic-offset: 8 -*- */
/*
* Author:
- * JP Rosevear (jpr@helixcode.com)
+ * JP Rosevear (jpr@ximian.com)
*
- * Copyright 2000, Helix Code, Inc.
+ * Copyright 2000, Ximian, Inc.
*/
#include <config.h>
diff --git a/e-util/e-dbhash.h b/e-util/e-dbhash.h
index ac0b28d6a8..9772a60c41 100644
--- a/e-util/e-dbhash.h
+++ b/e-util/e-dbhash.h
@@ -3,9 +3,9 @@
* Writes hashes that go to/from disk in db form. Hash keys are strings
*
* Author:
- * JP Rosevear (jpr@helixcode.com)
+ * JP Rosevear (jpr@ximian.com)
*
- * Copyright 2000, Helix Code, Inc.
+ * Copyright 2000, Ximian, Inc.
*/
#ifndef __E_DBHASH_H__
diff --git a/e-util/e-dialog-widgets.c b/e-util/e-dialog-widgets.c
index 570a7e7882..5bf3d3c844 100644
--- a/e-util/e-dialog-widgets.c
+++ b/e-util/e-dialog-widgets.c
@@ -1,6 +1,6 @@
/* Evolution internal utilities - Glade dialog widget utilities
*
- * Copyright (C) 2000 Helix Code, Inc.
+ * Copyright (C) 2000 Ximian, Inc.
* Copyright (C) 2000 Ximian, Inc.
*
* Author: Federico Mena-Quintero <federico@ximian.com>
diff --git a/e-util/e-dialog-widgets.h b/e-util/e-dialog-widgets.h
index 15ed8ab24e..2a27705d3c 100644
--- a/e-util/e-dialog-widgets.h
+++ b/e-util/e-dialog-widgets.h
@@ -1,6 +1,6 @@
/* Evolution internal utilities - Glade dialog widget utilities
*
- * Copyright (C) 2000 Helix Code, Inc.
+ * Copyright (C) 2000 Ximian, Inc.
* Copyright (C) 2000 Ximian, Inc.
*
* Author: Federico Mena-Quintero <federico@ximian.com>
diff --git a/e-util/e-gtk-utils.c b/e-util/e-gtk-utils.c
index c1a258ea14..a1230ad774 100644
--- a/e-util/e-gtk-utils.c
+++ b/e-util/e-gtk-utils.c
@@ -1,7 +1,7 @@
/* -*- Mode: C; indent-tabs-mode: t; c-basic-offset: 8; tab-width: 8 -*- */
/* e-gtk-utils.c
*
- * Copyright (C) 2000 Helix Code, Inc.
+ * Copyright (C) 2000 Ximian, Inc.
*
* This program is free software; you can redistribute it and/or
* modify it under the terms of the GNU General Public License as
diff --git a/e-util/e-gtk-utils.h b/e-util/e-gtk-utils.h
index d56d8a9000..cf67b832a6 100644
--- a/e-util/e-gtk-utils.h
+++ b/e-util/e-gtk-utils.h
@@ -1,7 +1,7 @@
/* -*- Mode: C; indent-tabs-mode: t; c-basic-offset: 8; tab-width: 8 -*- */
/* e-gtk-utils.c
*
- * Copyright (C) 2000 Helix Code, Inc.
+ * Copyright (C) 2000 Ximian, Inc.
*
* This program is free software; you can redistribute it and/or
* modify it under the terms of the GNU General Public License as
diff --git a/e-util/e-gui-utils.c b/e-util/e-gui-utils.c
index 2f47a4a613..70007cf07a 100644
--- a/e-util/e-gui-utils.c
+++ b/e-util/e-gui-utils.c
@@ -3,10 +3,10 @@
* GUI utility functions
*
* Author:
- * Miguel de Icaza (miguel@helixcode.com)
+ * Miguel de Icaza (miguel@ximian.com)
*
* (C) 1999 Miguel de Icaza
- * (C) 2000 Helix Code, Inc.
+ * (C) 2000 Ximian, Inc.
*/
#include <config.h>
diff --git a/e-util/e-host-utils.c b/e-util/e-host-utils.c
index 108a732b83..968063f398 100644
--- a/e-util/e-host-utils.c
+++ b/e-util/e-host-utils.c
@@ -1,7 +1,7 @@
/* -*- Mode: C; indent-tabs-mode: t; c-basic-offset: 8; tab-width: 8 -*- */
/* e-host-utils.c
*
- * Copyright (C) 2001 Helix Code, Inc.
+ * Copyright (C) 2001 Ximian, Inc.
*
* This program is free software; you can redistribute it and/or
* modify it under the terms of the GNU General Public License as
diff --git a/e-util/e-host-utils.h b/e-util/e-host-utils.h
index 0935ef85be..948209f112 100644
--- a/e-util/e-host-utils.h
+++ b/e-util/e-host-utils.h
@@ -1,7 +1,7 @@
/* -*- Mode: C; indent-tabs-mode: t; c-basic-offset: 8; tab-width: 8 -*- */
/* e-host-utils.h
*
- * Copyright (C) 2001 Helix Code, Inc.
+ * Copyright (C) 2001 Ximian, Inc.
*
* This program is free software; you can redistribute it and/or
* modify it under the terms of the GNU General Public License as
diff --git a/e-util/e-html-utils.c b/e-util/e-html-utils.c
index 6d3eaebcc9..ca918f231a 100644
--- a/e-util/e-html-utils.c
+++ b/e-util/e-html-utils.c
@@ -1,7 +1,7 @@
/* -*- Mode: C; tab-width: 8; indent-tabs-mode: t; c-basic-offset: 8 -*- */
/* e-html-utils.c
- * Copyright (C) 2000 Helix Code, Inc.
- * Author: Dan Winship <danw@helixcode.com>
+ * Copyright (C) 2000 Ximian, Inc.
+ * Author: Dan Winship <danw@ximian.com>
*
* This library is free software; you can redistribute it and/or
* modify it under the terms of the GNU General Public License as
diff --git a/e-util/e-html-utils.h b/e-util/e-html-utils.h
index d7c0c3b060..0a0d843e17 100644
--- a/e-util/e-html-utils.h
+++ b/e-util/e-html-utils.h
@@ -1,8 +1,8 @@
/* -*- Mode: C; tab-width: 8; indent-tabs-mode: t; c-basic-offset: 8 -*- */
/* e-html-utils.c */
/*
- * Copyright (C) 2000 Helix Code, Inc.
- * Author: Dan Winship <danw@helixcode.com>
+ * Copyright (C) 2000 Ximian, Inc.
+ * Author: Dan Winship <danw@ximian.com>
*
* This library is free software; you can redistribute it and/or
* modify it under the terms of the GNU General Public License as
diff --git a/e-util/e-iterator.c b/e-util/e-iterator.c
index fb0b3142c8..8bd14ee6c8 100644
--- a/e-util/e-iterator.c
+++ b/e-util/e-iterator.c
@@ -3,7 +3,7 @@
* Authors:
* Christopher James Lahey <clahey@umich.edu>
*
- * Copyright (C) 2000 Helix Code, Inc.
+ * Copyright (C) 2000 Ximian, Inc.
* Copyright (C) 1999 The Free Software Foundation
*/
diff --git a/e-util/e-iterator.h b/e-util/e-iterator.h
index 667e141686..a6f0899235 100644
--- a/e-util/e-iterator.h
+++ b/e-util/e-iterator.h
@@ -1,9 +1,9 @@
/* -*- Mode: C; tab-width: 8; indent-tabs-mode: t; c-basic-offset: 8 -*- */
/*
* Authors:
- * Chris Lahey <clahey@helixcode.com>
+ * Chris Lahey <clahey@ximian.com>
*
- * Copyright (C) 2000 Helix Code, Inc.
+ * Copyright (C) 2000 Ximian, Inc.
* Copyright (C) 1999 The Free Software Foundation
*/
diff --git a/e-util/e-list-iterator.c b/e-util/e-list-iterator.c
index b6e5a7018a..1a3554b070 100644
--- a/e-util/e-list-iterator.c
+++ b/e-util/e-list-iterator.c
@@ -3,7 +3,7 @@
* Authors:
* Christopher James Lahey <clahey@umich.edu>
*
- * Copyright (C) 2000 Helix Code, Inc.
+ * Copyright (C) 2000 Ximian, Inc.
* Copyright (C) 1999 The Free Software Foundation
*/
diff --git a/e-util/e-list-iterator.h b/e-util/e-list-iterator.h
index 1c6f7c6ca8..6903015002 100644
--- a/e-util/e-list-iterator.h
+++ b/e-util/e-list-iterator.h
@@ -1,9 +1,9 @@
/* -*- Mode: C; tab-width: 8; indent-tabs-mode: t; c-basic-offset: 8 -*- */
/*
* Authors:
- * Chris Lahey <clahey@helixcode.com>
+ * Chris Lahey <clahey@ximian.com>
*
- * Copyright (C) 2000 Helix Code, Inc.
+ * Copyright (C) 2000 Ximian, Inc.
* Copyright (C) 1999 The Free Software Foundation
*/
diff --git a/e-util/e-list.c b/e-util/e-list.c
index 9efe4503f7..f501be5ae5 100644
--- a/e-util/e-list.c
+++ b/e-util/e-list.c
@@ -3,7 +3,7 @@
* Authors:
* Christopher James Lahey <clahey@umich.edu>
*
- * Copyright (C) 2000 Helix Code, Inc.
+ * Copyright (C) 2000 Ximian, Inc.
* Copyright (C) 1999 The Free Software Foundation
*/
diff --git a/e-util/e-list.h b/e-util/e-list.h
index 75a701dcf5..da63576996 100644
--- a/e-util/e-list.h
+++ b/e-util/e-list.h
@@ -1,9 +1,9 @@
/* -*- Mode: C; tab-width: 8; indent-tabs-mode: t; c-basic-offset: 8 -*- */
/*
* Authors:
- * Chris Lahey <clahey@helixcode.com>
+ * Chris Lahey <clahey@ximian.com>
*
- * Copyright (C) 2000 Helix Code, Inc.
+ * Copyright (C) 2000 Ximian, Inc.
* Copyright (C) 1999 The Free Software Foundation
*/
diff --git a/e-util/e-memory.c b/e-util/e-memory.c
index 91a625ccc7..08929cbd68 100644
--- a/e-util/e-memory.c
+++ b/e-util/e-memory.c
@@ -1,5 +1,5 @@
/*
- * Copyright (c) 2000, 2001 Helix Code Inc.
+ * Copyright (c) 2000, 2001 Ximian Inc.
*
* Authors: Michael Zucchi <notzed@ximian.com>
* Jacob Berkman <jacob@ximian.com>
diff --git a/e-util/e-memory.h b/e-util/e-memory.h
index c271914d5f..c609a896be 100644
--- a/e-util/e-memory.h
+++ b/e-util/e-memory.h
@@ -1,5 +1,5 @@
/*
- * Copyright (C) 2001, Helix Code Inc.
+ * Copyright (C) 2001, Ximian Inc.
*
* Authors: Michael Zucchi <notzed@ximian.com>
* Jacob Berkman <jacob@ximian.com>
diff --git a/e-util/e-pilot-map.c b/e-util/e-pilot-map.c
index d0c0a17301..54552b4dca 100644
--- a/e-util/e-pilot-map.c
+++ b/e-util/e-pilot-map.c
@@ -1,9 +1,9 @@
/* -*- Mode: C; tab-width: 8; indent-tabs-mode: t; c-basic-offset: 8 -*- */
/* Evolution Conduits - Pilot Map routines
*
- * Copyright (C) 2000 Helix Code, Inc.
+ * Copyright (C) 2000 Ximian, Inc.
*
- * Authors: JP Rosevear <jpr@helixcode.com>
+ * Authors: JP Rosevear <jpr@ximian.com>
*
* 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/e-util/e-pilot-map.h b/e-util/e-pilot-map.h
index d8d307ac3d..51039e3ca0 100644
--- a/e-util/e-pilot-map.h
+++ b/e-util/e-pilot-map.h
@@ -1,9 +1,9 @@
/* -*- Mode: C; tab-width: 8; indent-tabs-mode: t; c-basic-offset: 8 -*- */
/* Evolution Conduits - Pilot Map routines
*
- * Copyright (C) 2000 Helix Code, Inc.
+ * Copyright (C) 2000 Ximian, Inc.
*
- * Authors: JP Rosevear <jpr@helixcode.com>
+ * Authors: JP Rosevear <jpr@ximian.com>
*
* 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/e-util/e-pilot-util.c b/e-util/e-pilot-util.c
index 10622506e6..780336a62f 100644
--- a/e-util/e-pilot-util.c
+++ b/e-util/e-pilot-util.c
@@ -1,9 +1,9 @@
/* -*- Mode: C; tab-width: 8; indent-tabs-mode: t; c-basic-offset: 8 -*- */
/* Evolution Conduits - Pilot Map routines
*
- * Copyright (C) 2000 Helix Code, Inc.
+ * Copyright (C) 2000 Ximian, Inc.
*
- * Authors: JP Rosevear <jpr@helixcode.com>
+ * Authors: JP Rosevear <jpr@ximian.com>
*
* 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/e-util/e-pilot-util.h b/e-util/e-pilot-util.h
index 076bd1102e..811a1d77ef 100644
--- a/e-util/e-pilot-util.h
+++ b/e-util/e-pilot-util.h
@@ -1,9 +1,9 @@
/* -*- Mode: C; tab-width: 8; indent-tabs-mode: t; c-basic-offset: 8 -*- */
/* Evolution Conduits - Pilot Map routines
*
- * Copyright (C) 2000 Helix Code, Inc.
+ * Copyright (C) 2000 Ximian, Inc.
*
- * Authors: JP Rosevear <jpr@helixcode.com>
+ * Authors: JP Rosevear <jpr@ximian.com>
*
* 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/e-util/e-sexp.c b/e-util/e-sexp.c
index af319aa2dc..83a9056e5e 100644
--- a/e-util/e-sexp.c
+++ b/e-util/e-sexp.c
@@ -1,10 +1,10 @@
/*
- * Copyright 2000 HelixCode (http://www.helixcode.com).
+ * Copyright 2000 Ximian (www.ximian.com).
*
* A simple, extensible s-exp evaluation engine.
*
* Author :
- * Michael Zucchi <notzed@helixcode.com>
+ * Michael Zucchi <notzed@ximian.com>
* This program is free software; you can redistribute it and/or
* modify it under the terms of the GNU General Public License as
diff --git a/e-util/ename/e-address-western.c b/e-util/ename/e-address-western.c
index 12e977b973..88b501497e 100644
--- a/e-util/ename/e-address-western.c
+++ b/e-util/ename/e-address-western.c
@@ -3,9 +3,9 @@
An address parser, yielding fields as per RFC 2426.
Author:
- Jesse Pavel (jpavel@helixcode.com)
+ Jesse Pavel (jpavel@ximian.com)
- Copyright 2000, Helix Code, Inc.
+ Copyright 2000, Ximian, Inc.
--------------------------------------------------
*/
diff --git a/e-util/ename/e-name-western.c b/e-util/ename/e-name-western.c
index 3848e7249b..f3fe719023 100644
--- a/e-util/ename/e-name-western.c
+++ b/e-util/ename/e-name-western.c
@@ -5,9 +5,9 @@
* <jwz> Are you going down that rat hole? Bring a flashlight.
*
* Author:
- * Nat Friedman (nat@helixcode.com)
+ * Nat Friedman (nat@ximian.com)
*
- * Copyright 1999, Helix Code, Inc.
+ * Copyright 1999, Ximian, Inc.
*/
#include <ctype.h>