diff options
author | Ettore Perazzoli <ettore@src.gnome.org> | 2001-06-23 16:52:02 +0800 |
---|---|---|
committer | Ettore Perazzoli <ettore@src.gnome.org> | 2001-06-23 16:52:02 +0800 |
commit | 91cc026904ed4cef8baf2e376940a850d02865ae (patch) | |
tree | db01f872826417c6fe2016b1889e8119f1ebf01e /libibex | |
parent | eb192c72694be6309fd0b791d7632066232f2d8b (diff) | |
download | gsoc2013-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 'libibex')
-rw-r--r-- | libibex/block.c | 4 | ||||
-rw-r--r-- | libibex/diskarray.c | 4 | ||||
-rw-r--r-- | libibex/disktail.c | 4 | ||||
-rw-r--r-- | libibex/hash.c | 4 | ||||
-rw-r--r-- | libibex/ibex.h | 2 | ||||
-rw-r--r-- | libibex/ibex_internal.h | 2 | ||||
-rw-r--r-- | libibex/index.h | 4 | ||||
-rw-r--r-- | libibex/wordindex.c | 4 | ||||
-rw-r--r-- | libibex/wordindex.h | 4 | ||||
-rw-r--r-- | libibex/wordindexmem.c | 4 |
10 files changed, 18 insertions, 18 deletions
diff --git a/libibex/block.c b/libibex/block.c index b9057bc109..6e035aebc9 100644 --- a/libibex/block.c +++ b/libibex/block.c @@ -1,8 +1,8 @@ /* -*- Mode: C; tab-width: 8; indent-tabs-mode: t; c-basic-offset: 8 -*- * - * Copyright (C) 2000 Helix Code, Inc. + * Copyright (C) 2000 Ximian, Inc. * - * Authors: Michael Zucchi <notzed@helixcode.com> + * Authors: Michael Zucchi <notzed@ximian.com> * * This program is free software; you can redistribute it and/or * modify it under the terms of the GNU Library General Public License diff --git a/libibex/diskarray.c b/libibex/diskarray.c index 2664e0f6b5..996ec78818 100644 --- a/libibex/diskarray.c +++ b/libibex/diskarray.c @@ -1,8 +1,8 @@ /* -*- Mode: C; tab-width: 8; indent-tabs-mode: t; c-basic-offset: 8 -*- * - * Copyright (C) 2000 Helix Code, Inc. + * Copyright (C) 2000 Ximian, Inc. * - * Authors: Michael Zucchi <notzed@helixcode.com> + * Authors: Michael Zucchi <notzed@ximian.com> * * This program is free software; you can redistribute it and/or * modify it under the terms of the GNU Library General Public License diff --git a/libibex/disktail.c b/libibex/disktail.c index d479b6aded..b7f0091243 100644 --- a/libibex/disktail.c +++ b/libibex/disktail.c @@ -1,8 +1,8 @@ /* -*- Mode: C; tab-width: 8; indent-tabs-mode: t; c-basic-offset: 8 -*- * - * Copyright (C) 2000 Helix Code, Inc. + * Copyright (C) 2000 Ximian, Inc. * - * Authors: Michael Zucchi <notzed@helixcode.com> + * Authors: Michael Zucchi <notzed@ximian.com> * * This program is free software; you can redistribute it and/or * modify it under the terms of the GNU Library General Public License diff --git a/libibex/hash.c b/libibex/hash.c index f79ee8f55e..ff3ff71e55 100644 --- a/libibex/hash.c +++ b/libibex/hash.c @@ -1,8 +1,8 @@ /* -*- Mode: C; tab-width: 8; indent-tabs-mode: t; c-basic-offset: 8 -*- * - * Copyright (C) 2000 Helix Code, Inc. + * Copyright (C) 2000 Ximian, Inc. * - * Authors: Michael Zucchi <notzed@helixcode.com> + * Authors: Michael Zucchi <notzed@ximian.com> * * This program is free software; you can redistribute it and/or * modify it under the terms of the GNU Library General Public License diff --git a/libibex/ibex.h b/libibex/ibex.h index 03635e275d..f9d758754b 100644 --- a/libibex/ibex.h +++ b/libibex/ibex.h @@ -1,6 +1,6 @@ /* -*- Mode: C; tab-width: 8; indent-tabs-mode: t; c-basic-offset: 8 -*- */ /* - * 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 Library General Public License diff --git a/libibex/ibex_internal.h b/libibex/ibex_internal.h index f2212799c6..889df90006 100644 --- a/libibex/ibex_internal.h +++ b/libibex/ibex_internal.h @@ -1,6 +1,6 @@ /* -*- Mode: C; tab-width: 8; indent-tabs-mode: t; c-basic-offset: 8 -*- */ /* - * 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 Library General Public License diff --git a/libibex/index.h b/libibex/index.h index 442cba8e25..79aa1d854b 100644 --- a/libibex/index.h +++ b/libibex/index.h @@ -1,8 +1,8 @@ /* -*- Mode: C; tab-width: 8; indent-tabs-mode: t; c-basic-offset: 8 -*- * - * Copyright (C) 2000 Helix Code, Inc. + * Copyright (C) 2000 Ximian, Inc. * - * Authors: Michael Zucchi <notzed@helixcode.com> + * Authors: Michael Zucchi <notzed@ximian.com> * * This program is free software; you can redistribute it and/or * modify it under the terms of the GNU Library General Public License diff --git a/libibex/wordindex.c b/libibex/wordindex.c index a8592cbcef..869f15e628 100644 --- a/libibex/wordindex.c +++ b/libibex/wordindex.c @@ -1,8 +1,8 @@ /* -*- Mode: C; tab-width: 8; indent-tabs-mode: t; c-basic-offset: 8 -*- * - * Copyright (C) 2000 Helix Code, Inc. + * Copyright (C) 2000 Ximian, Inc. * - * Authors: Michael Zucchi <notzed@helixcode.com> + * Authors: Michael Zucchi <notzed@ximian.com> * * This program is free software; you can redistribute it and/or * modify it under the terms of the GNU Library General Public License diff --git a/libibex/wordindex.h b/libibex/wordindex.h index 3a60accb70..9d685cce8f 100644 --- a/libibex/wordindex.h +++ b/libibex/wordindex.h @@ -1,8 +1,8 @@ /* -*- Mode: C; tab-width: 8; indent-tabs-mode: t; c-basic-offset: 8 -*- * - * Copyright (C) 2000 Helix Code, Inc. + * Copyright (C) 2000 Ximian, Inc. * - * Authors: Michael Zucchi <notzed@helixcode.com> + * Authors: Michael Zucchi <notzed@ximian.com> * * This program is free software; you can redistribute it and/or * modify it under the terms of the GNU Library General Public License diff --git a/libibex/wordindexmem.c b/libibex/wordindexmem.c index a903d26504..55d2f5ef40 100644 --- a/libibex/wordindexmem.c +++ b/libibex/wordindexmem.c @@ -1,8 +1,8 @@ /* -*- Mode: C; tab-width: 8; indent-tabs-mode: t; c-basic-offset: 8 -*- * - * Copyright (C) 2000 Helix Code, Inc. + * Copyright (C) 2000 Ximian, Inc. * - * Authors: Michael Zucchi <notzed@helixcode.com> + * Authors: Michael Zucchi <notzed@ximian.com> * * This program is free software; you can redistribute it and/or * modify it under the terms of the GNU Library General Public License |