Change old Helix Code refs to Ximian (and update copyright dates).
authorDan Winship <danw@src.gnome.org>
Fri, 15 Nov 2002 16:26:43 +0000 (16:26 +0000)
committerDan Winship <danw@src.gnome.org>
Fri, 15 Nov 2002 16:26:43 +0000 (16:26 +0000)
* libsoup/*: Change old Helix Code refs to Ximian (and update
copyright dates).

40 files changed:
ChangeLog
libsoup/soup-auth.c
libsoup/soup-auth.h
libsoup/soup-context.c
libsoup/soup-context.h
libsoup/soup-error.c
libsoup/soup-error.h
libsoup/soup-headers.c
libsoup/soup-headers.h
libsoup/soup-message.c
libsoup/soup-message.h
libsoup/soup-method.c
libsoup/soup-method.h
libsoup/soup-misc.c
libsoup/soup-misc.h
libsoup/soup-nss.c
libsoup/soup-nss.h
libsoup/soup-ntlm.c
libsoup/soup-ntlm.h
libsoup/soup-openssl.c
libsoup/soup-openssl.h
libsoup/soup-private.h
libsoup/soup-queue.c
libsoup/soup-queue.h
libsoup/soup-server-auth.c
libsoup/soup-server-auth.h
libsoup/soup-server.c
libsoup/soup-server.h
libsoup/soup-socket.c
libsoup/soup-socket.h
libsoup/soup-socks.c
libsoup/soup-socks.h
libsoup/soup-ssl-proxy.c
libsoup/soup-ssl.c
libsoup/soup-ssl.h
libsoup/soup-transfer.c
libsoup/soup-transfer.h
libsoup/soup-uri.c
libsoup/soup-uri.h
libsoup/soup.h

index ae79bf8..bffa10e 100644 (file)
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,9 +1,14 @@
-2002-12-15  Frank Belew  <frb@ximian.com>
+2002-11-15  Dan Winship  <danw@ximian.com>
+
+       * libsoup/*: Change old Helix Code refs to Ximian (and update
+       copyright dates).
+
+2002-11-15  Frank Belew  <frb@ximian.com>
 
        * tests/Makefile.am: uncomment lines to make timeserver build 
        correctly
        
-2002-12-14  Joe Shaw  <joe@ximian.com>
+2002-11-14  Joe Shaw  <joe@ximian.com>
 
        * libsoup/soup-address.c (soup_address_new): When we get an
        address from the hash, call our address lookup callback or else
@@ -15,7 +20,7 @@
 
        * tests/Makefile.am (noinst_PROGRAMS): reenable timeserver.
 
-2002-12-13  Joe Shaw  <joe@ximian.com>
+2002-11-13  Joe Shaw  <joe@ximian.com>
 
        * libsoup/Makefile.am: Replace the BINDIR define with LIBEXECDIR.
        (install-exec-hook): Install libsoup-ssl-proxy into libexecdir
index 2b3b22d..f244877 100644 (file)
@@ -7,7 +7,7 @@
  *      Jeffrey Steadfast (fejj@ximian.com)
  *      Alex Graveley (alex@ximian.com)
  *
- * Copyright (C) 2001, Ximian, Inc.
+ * Copyright (C) 2001-2002, Ximian, Inc.
  */
 
 #ifdef HAVE_CONFIG_H
index f163453..e1c919d 100644 (file)
@@ -5,7 +5,7 @@
  * Authors:
  *      Joe Shaw (joe@ximian.com)
  *
- * Copyright (C) 2001, Ximian, Inc.
+ * Copyright (C) 2001-2002, Ximian, Inc.
  */
 
 #ifndef SOUP_AUTH_H
index bd21d69..9811d4f 100644 (file)
@@ -3,9 +3,9 @@
  * soup-context.c: Asyncronous Callback-based HTTP Request Queue.
  *
  * Authors:
- *      Alex Graveley (alex@helixcode.com)
+ *      Alex Graveley (alex@ximian.com)
  *
- * Copyright (C) 2000, Helix Code, Inc.
+ * Copyright (C) 2000-2002, Ximian, Inc.
  */
 
 #ifdef HAVE_CONFIG_H
index e0b008a..b2f56ba 100644 (file)
@@ -3,9 +3,9 @@
  * soup-context.h: Asyncronous Callback-based HTTP Request Queue.
  *
  * Authors:
- *      Alex Graveley (alex@helixcode.com)
+ *      Alex Graveley (alex@ximian.com)
  *
- * Copyright (C) 2000, Helix Code, Inc.
+ * Copyright (C) 2000-2002, Ximian, Inc.
  */
 
 #ifndef SOUP_CONTEXT_H
index e2dbb58..11c5781 100644 (file)
@@ -5,7 +5,7 @@
  * Authors:
  *      Alex Graveley (alex@ximian.com)
  *
- * Copyright (C) 2001, Ximian, Inc.
+ * Copyright (C) 2001-2002, Ximian, Inc.
  */
 
 #include <glib.h>
index 496cd80..2c8da8e 100644 (file)
@@ -5,7 +5,7 @@
  * Authors:
  *      Alex Graveley (alex@ximian.com)
  *
- * Copyright (C) 2001, Ximian, Inc.
+ * Copyright (C) 2001-2002, Ximian, Inc.
  */
 
 #ifndef SOUP_ERROR_H
index 6924f39..6441c2c 100644 (file)
@@ -5,7 +5,7 @@
  * Authors:
  *      Alex Graveley (alex@ximian.com)
  *
- * Copyright (C) 2001, Ximian, Inc.
+ * Copyright (C) 2001-2002, Ximian, Inc.
  */
 
 #include <string.h>
index 70aaa7b..2f9a062 100644 (file)
@@ -5,7 +5,7 @@
  * Authors:
  *      Alex Graveley (alex@ximian.com)
  *
- * Copyright (C) 2001, Ximian, Inc.
+ * Copyright (C) 2001-2002, Ximian, Inc.
  */
 
 #ifndef SOUP_HEADERS_H
index 16e87fc..f30cfc5 100644 (file)
@@ -3,9 +3,9 @@
  * soup-message.c: Asyncronous Callback-based HTTP Request Queue.
  *
  * Authors:
- *      Alex Graveley (alex@helixcode.com)
+ *      Alex Graveley (alex@ximian.com)
  *
- * Copyright (C) 2000, Helix Code, Inc.
+ * Copyright (C) 2000-2002, Ximian, Inc.
  */
 
 #include "soup-auth.h"
index c46c6e9..1e74b79 100644 (file)
@@ -5,7 +5,7 @@
  * Authors:
  *      Alex Graveley (alex@ximian.com)
  *
- * Copyright (C) 2000, Ximian, Inc.
+ * Copyright (C) 2000-2002, Ximian, Inc.
  */
 
 #ifndef SOUP_MESSAGE_H
index a6d0332..06fe386 100644 (file)
@@ -5,7 +5,7 @@
  * Authors:
  *      Alex Graveley (alex@ximian.com)
  *
- * Copyright (C) 2001, Ximian, Inc.
+ * Copyright (C) 2001-2002, Ximian, Inc.
  */
 
 #include <glib.h>
index 99c0f08..93a9c8d 100644 (file)
@@ -5,7 +5,7 @@
  * Authors:
  *      Alex Graveley (alex@ximian.com)
  *
- * Copyright (C) 2001, Ximian, Inc.
+ * Copyright (C) 2001-2002, Ximian, Inc.
  */
 
 #ifndef SOUP_METHOD_H
index aa7765c..3ff6990 100644 (file)
@@ -5,7 +5,7 @@
  * Authors:
  *      Alex Graveley (alex@ximian.com)
  *
- * Copyright (C) 2000, Helix Code, Inc.
+ * Copyright (C) 2000-2002, Ximian, Inc.
  */
 
 #include <ctype.h>
index ba3aa8c..30e97b3 100644 (file)
@@ -5,7 +5,7 @@
  * Authors:
  *      Alex Graveley (alex@ximian.com)
  *
- * Copyright (C) 2000, Helix Code, Inc.
+ * Copyright (C) 2000-2002, Ximian, Inc.
  */
 
 #ifndef SOUP_MISC_H
index a951752..1403aeb 100644 (file)
@@ -5,7 +5,7 @@
  * Authors:
  *      Alex Graveley (alex@ximian.com)
  *
- * Copyright (C) 2001, Ximian, Inc.
+ * Copyright (C) 2001-2002, Ximian, Inc.
  */
 
 #ifdef HAVE_CONFIG_H
index 99ac3fe..29ae777 100644 (file)
@@ -5,7 +5,7 @@
  * Authors:
  *      Alex Graveley (alex@ximian.com)
  *
- * Copyright (C) 2001, Ximian, Inc.
+ * Copyright (C) 2001-2002, Ximian, Inc.
  */
 
 #ifndef SOUP_NSS_H
index 734c7ee..ecef043 100644 (file)
@@ -7,7 +7,7 @@
  *
  * Public domain DES implementation from Phil Karn.
  *
- * All else Copyright (C) 2001, Ximian, Inc.
+ * All else Copyright (C) 2001-2002, Ximian, Inc.
  */
 
 #ifdef HAVE_CONFIG_H
index 5b35f42..b512857 100644 (file)
@@ -5,7 +5,7 @@
  * Authors:
  *      Dan Winship (danw@ximian.com)
  *
- * Copyright (C) 2001, Ximian, Inc.
+ * Copyright (C) 2001-2002, Ximian, Inc.
  */
 
 #ifndef NTLM_H
index 4bb57f9..fb84a66 100644 (file)
@@ -5,7 +5,7 @@
  * Authors:
  *      Alex Graveley (alex@ximian.com)
  *
- * Copyright (C) 2001, Ximian, Inc.
+ * Copyright (C) 2001-2002, Ximian, Inc.
  */
 
 #ifdef HAVE_CONFIG_H
index dbcd25a..ef46a7a 100644 (file)
@@ -5,7 +5,7 @@
  * Authors:
  *      Alex Graveley (alex@ximian.com)
  *
- * Copyright (C) 2001, Ximian, Inc.
+ * Copyright (C) 2001-2002, Ximian, Inc.
  */
 
 #ifndef SOUP_OPENSSL_H
index dbd956f..9a8b2db 100644 (file)
@@ -3,9 +3,9 @@
  * soup-private.h: Asyncronous Callback-based HTTP Request Queue.
  *
  * Authors:
- *      Alex Graveley (alex@helixcode.com)
+ *      Alex Graveley (alex@ximian.com)
  *
- * Copyright (C) 2000, Helix Code, Inc.
+ * Copyright (C) 2000-2002, Ximian, Inc.
  */
 
 /* 
index e015365..11acebb 100644 (file)
@@ -3,9 +3,9 @@
  * soup-queue.c: Asyncronous Callback-based HTTP Request Queue.
  *
  * Authors:
- *      Alex Graveley (alex@helixcode.com)
+ *      Alex Graveley (alex@ximian.com)
  *
- * Copyright (C) 2000, Helix Code, Inc.
+ * Copyright (C) 2000-2002, Ximian, Inc.
  */
 
 #ifdef HAVE_CONFIG_H
index 0def1f4..acd938a 100644 (file)
@@ -5,7 +5,7 @@
  * Authors:
  *      Alex Graveley (alex@ximian.com)
  *
- * Copyright (C) 2001, Ximian, Inc.
+ * Copyright (C) 2001-2002, Ximian, Inc.
  */
 
 #ifndef SOUP_QUEUE_H
index f579a97..d5432e2 100644 (file)
@@ -5,7 +5,7 @@
  * Authors:
  *      Alex Graveley (alex@ximian.com)
  *
- * Copyright (C) 2001, Ximian, Inc.
+ * Copyright (C) 2001-2002, Ximian, Inc.
  */
 
 #include <glib.h>
index c623cc1..9866cd8 100644 (file)
@@ -5,7 +5,7 @@
  * Authors:
  *      Alex Graveley (alex@ximian.com)
  *
- * Copyright (C) 2001, Ximian, Inc.
+ * Copyright (C) 2001-2002, Ximian, Inc.
  */
 
 #ifndef SOUP_SERVER_AUTH_H
index 26f6aa7..26a77c5 100644 (file)
@@ -5,7 +5,7 @@
  * Authors:
  *      Alex Graveley (alex@ximian.com)
  *
- * Copyright (C) 2001, Ximian, Inc.
+ * Copyright (C) 2001-2002, Ximian, Inc.
  */
 
 /*
index c4bb628..85db2d7 100644 (file)
@@ -3,9 +3,9 @@
  * soup-server.h: Asyncronous Callback-based HTTP Request Queue.
  *
  * Authors:
- *      Alex Graveley (alex@helixcode.com)
+ *      Alex Graveley (alex@ximian.com)
  *
- * Copyright (C) 2000, Helix Code, Inc.
+ * Copyright (C) 2000-2002, Ximian, Inc.
  */
 
 #ifndef SOUP_SERVER_H
index a27bd96..47d5ad1 100644 (file)
@@ -9,7 +9,7 @@
  * Original code compliments of David Helder's GNET Networking Library, and is
  * Copyright (C) 2000  David Helder & Andrew Lanoix.
  *
- * All else Copyright (C) 2000, Ximian, Inc.
+ * All else Copyright (C) 2000-2002, Ximian, Inc.
  */
 
 #ifdef HAVE_CONFIG_H
index 7d263a7..4a11863 100644 (file)
@@ -4,11 +4,11 @@
  *
  * Authors:
  *      David Helder  (dhelder@umich.edu)
- *      Alex Graveley (alex@helixcode.com)
+ *      Alex Graveley (alex@ximian.com)
  * 
  * Original code compliments of David Helder's GNET Networking Library.
  *
- * Copyright (C) 2000, Helix Code, Inc.
+ * Copyright (C) 2000-2002, Ximian, Inc.
  */
 
 #ifndef SOUP_SOCKET_H
index 16747e1..93c1818 100644 (file)
@@ -3,9 +3,9 @@
  * soup-queue.c: Asyncronous Callback-based HTTP Request Queue.
  *
  * Authors:
- *      Alex Graveley (alex@helixcode.com)
+ *      Alex Graveley (alex@ximian.com)
  *
- * Copyright (C) 2000, Helix Code, Inc.
+ * Copyright (C) 2000-2002, Ximian, Inc.
  */
 
 #include <glib.h>
index e602cfa..fd24f9f 100644 (file)
@@ -3,9 +3,9 @@
  * soup-socks.h: Asyncronous Callback-based HTTP Request Queue.
  *
  * Authors:
- *      Alex Graveley (alex@helixcode.com)
+ *      Alex Graveley (alex@ximian.com)
  *
- * Copyright (C) 2000, Helix Code, Inc.
+ * Copyright (C) 2000-2002, Ximian, Inc.
  */
 
 #ifndef SOUP_SOCKS_H
index b4ae995..70d4bf7 100644 (file)
@@ -5,7 +5,7 @@
  * Authors:
  *      Alex Graveley (alex@ximian.com)
  *
- * Copyright (C) 2001, Ximian, Inc.
+ * Copyright (C) 2001-2002, Ximian, Inc.
  */
 
 #ifdef HAVE_CONFIG_H
index d8aef71..1296ac3 100644 (file)
@@ -5,7 +5,7 @@
  * Authors:
  *      Alex Graveley (alex@ximian.com)
  *
- * Copyright (C) 2001, Ximian, Inc.
+ * Copyright (C) 2001-2002, Ximian, Inc.
  */
 
 #ifdef HAVE_CONFIG_H
index 9e398e4..8feecc6 100644 (file)
@@ -3,9 +3,9 @@
  * soup-queue.c: Asyncronous Callback-based HTTP Request Queue.
  *
  * Authors:
- *      Alex Graveley (alex@helixcode.com)
+ *      Alex Graveley (alex@ximian.com)
  *
- * Copyright (C) 2000, Helix Code, Inc.
+ * Copyright (C) 2000-2002, Ximian, Inc.
  */
 
 #ifndef SOUP_SSL_H
index fdbc456..cde14aa 100644 (file)
@@ -3,9 +3,9 @@
  * soup-queue.c: Asyncronous Callback-based HTTP Request Queue.
  *
  * Authors:
- *      Alex Graveley (alex@helixcode.com)
+ *      Alex Graveley (alex@ximian.com)
  *
- * Copyright (C) 2000, Helix Code, Inc.
+ * Copyright (C) 2000-2002, Ximian, Inc.
  */
 
 #ifdef HAVE_CONFIG_H
index ab556b1..ca22009 100644 (file)
@@ -3,9 +3,9 @@
  * soup-queue.c: Asyncronous Callback-based HTTP Request Queue.
  *
  * Authors:
- *      Alex Graveley (alex@helixcode.com)
+ *      Alex Graveley (alex@ximian.com)
  *
- * Copyright (C) 2000, Helix Code, Inc.
+ * Copyright (C) 2000-2002, Ximian, Inc.
  */
 
 #ifndef SOUP_TRANSFER_H
index 8d11f46..d522349 100644 (file)
@@ -3,26 +3,10 @@
 
 /*
  * Authors :
- *  Bertrand Guiheneuf <bertrand@helixcode.com>
- *  Dan Winship <danw@helixcode.com>
+ *  Dan Winship <danw@ximian.com>
  *  Alex Graveley <alex@ximian.com>
  *
- * Copyright 1999, 2000 Helix Code, Inc. (http://www.helixcode.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 the Free Software Foundation; either version 2 of the
- * License, or (at your option) any later version.
- *
- * 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 General Public License
- * along with this program; if not, write to the Free Software
- * Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA 02111-1307
- * USA
+ * Copyright 1999-2002 Ximian, Inc.
  */
 
 
index c83952b..5a24f70 100644 (file)
@@ -2,25 +2,7 @@
 /* url-util.h : utility functions to parse URLs */
 
 /* 
- * Author : 
- *  Bertrand Guiheneuf <bertrand@helixcode.com>
- *
- * Copyright 1999, 2000 HelixCode (http://www.helixcode.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 the Free Software Foundation; either version 2 of the
- * License, or (at your option) any later version.
- *
- * 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 General Public License
- * along with this program; if not, write to the Free Software
- * Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA 02111-1307
- * USA
+ * Copyright 1999-2002 Ximian, Inc.
  */
 
 
index f5fc25e..992d9c6 100644 (file)
@@ -3,9 +3,9 @@
  * soup.h: Asyncronous Callback-based HTTP Request Queue.
  *
  * Authors:
- *      Alex Graveley (alex@helixcode.com)
+ *      Alex Graveley (alex@ximian.com)
  *
- * Copyright (C) 2000, Helix Code, Inc.
+ * Copyright (C) 2000-2002, Ximian, Inc.
  */
 
 #ifndef SOUP_H