summaryrefslogtreecommitdiff
path: root/libsoup/soup-misc.c
diff options
context:
space:
mode:
authorAlex Graveley <alex@ximian.com>2001-06-01 18:48:33 +0000
committerAlex Graveley <orph@src.gnome.org>2001-06-01 18:48:33 +0000
commit7dcb4661d4c57f9c52c194b1bbb275e18651a095 (patch)
tree0df9a33d1117a0aebb4f02c08d8a306f43669747 /libsoup/soup-misc.c
parent2c2109fd9f3127635135b8006498e19c431f438f (diff)
downloadlibsoup-7dcb4661d4c57f9c52c194b1bbb275e18651a095.tar.gz
Correctly note copyright for soup_base64_encode() to the FSF, and credit
2001-06-01 Alex Graveley <alex@ximian.com> * src/soup-core/soup-misc.c: Correctly note copyright for soup_base64_encode() to the FSF, and credit Chris Blizzard as the actual author.
Diffstat (limited to 'libsoup/soup-misc.c')
-rw-r--r--libsoup/soup-misc.c9
1 files changed, 5 insertions, 4 deletions
diff --git a/libsoup/soup-misc.c b/libsoup/soup-misc.c
index 335f907d..34fb5c04 100644
--- a/libsoup/soup-misc.c
+++ b/libsoup/soup-misc.c
@@ -1,13 +1,14 @@
/* -*- Mode: C; tab-width: 8; indent-tabs-mode: t; c-basic-offset: 8 -*- */
/*
- * soup-queue.c: Asyncronous Callback-based SOAP Request Queue.
+ * soup-misc.c: Miscellaneous settings and configuration file handling.
*
* Authors:
- * Alex Graveley (alex@helixcode.com)
+ * Alex Graveley (alex@ximian.com)
*
- * soup_base64_encode() written by Joe Orton, borrowed from ghttp.
+ * soup_base64_encode() written by Chris Blizzard <blizzard@appliedtheory.com>,
+ * and is Copyright (C) 1998 Free Software Foundation.
*
- * Copyright (C) 2000, Helix Code, Inc.
+ * All else Copyright (C) 2000, Helix Code, Inc.
*/
#include <ctype.h>