From f45a994a2a28d20921bdc5a54ad48797a1cc699a Mon Sep 17 00:00:00 2001 From: Matthew Flatt Date: Thu, 14 Feb 2002 17:49:10 +0000 Subject: [PATCH] . original commit: 471b1ea0a9e79703c1dd44855caca6bfde30df50 --- collects/net/mime.ss | 1 + collects/net/qp.ss | 2 +- 2 files changed, 2 insertions(+), 1 deletion(-) diff --git a/collects/net/mime.ss b/collects/net/mime.ss index 8f143c711d..aa58c2b24b 100644 --- a/collects/net/mime.ss +++ b/collects/net/mime.ss @@ -1,6 +1,7 @@ ;;; ;;; ---- MIME support ;;; +;;; Copyright (C) 2002 by PLT. ;;; Copyright (C) 2001 by Wish Computing. ;;; ;;; This file is part of mime diff --git a/collects/net/qp.ss b/collects/net/qp.ss index 15a9dcf5d0..5c050b4e13 100644 --- a/collects/net/qp.ss +++ b/collects/net/qp.ss @@ -1,7 +1,7 @@ ;;; ;;; ---- Quoted Printable Encoding/Decoding -;;; Time-stamp: <01/04/23 09:35:51 solsona> ;;; +;;; Copyright (C) 2002 by PLT. ;;; Copyright (C) 2001 by Francisco Solsona. ;;; ;;; This file is part of mime-plt.