From 7dcb4661d4c57f9c52c194b1bbb275e18651a095 Mon Sep 17 00:00:00 2001 From: Alex Graveley Date: Fri, 1 Jun 2001 18:48:33 +0000 Subject: [PATCH] Correctly note copyright for soup_base64_encode() to the FSF, and credit 2001-06-01 Alex Graveley * src/soup-core/soup-misc.c: Correctly note copyright for soup_base64_encode() to the FSF, and credit Chris Blizzard as the actual author. --- ChangeLog | 6 ++++++ libsoup/soup-misc.c | 9 +++++---- libsoup/soup-misc.h | 4 ++-- 3 files changed, 13 insertions(+), 6 deletions(-) diff --git a/ChangeLog b/ChangeLog index 0165c5d..5b46f0d 100644 --- a/ChangeLog +++ b/ChangeLog @@ -1,5 +1,11 @@ 2001-06-01 Alex Graveley + * src/soup-core/soup-misc.c: Correctly note copyright for + soup_base64_encode() to the FSF, and credit Chris Blizzard as the + actual author. + +2001-06-01 Alex Graveley + * src/soup-core/Makefile.am (libsoup_la_SOURCES): Take soup-cgi.c out of rotation until server/client codepaths merge. diff --git a/libsoup/soup-misc.c b/libsoup/soup-misc.c index 335f907..34fb5c0 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 , + * and is Copyright (C) 1998 Free Software Foundation. * - * Copyright (C) 2000, Helix Code, Inc. + * All else Copyright (C) 2000, Helix Code, Inc. */ #include diff --git a/libsoup/soup-misc.h b/libsoup/soup-misc.h index 77fc664..b3ffa2d 100644 --- a/libsoup/soup-misc.h +++ b/libsoup/soup-misc.h @@ -1,9 +1,9 @@ /* -*- Mode: C; tab-width: 8; indent-tabs-mode: t; c-basic-offset: 8 -*- */ /* - * soup-misc.h: Asyncronous Callback-based SOAP Request Queue. + * soup-misc.h: Miscellaneous settings and configuration file handling. * * Authors: - * Alex Graveley (alex@helixcode.com) + * Alex Graveley (alex@ximian.com) * * Copyright (C) 2000, Helix Code, Inc. */ -- 2.7.4