diff --git a/COPYING b/COPYING index a56daa5..173c9f8 100644 --- a/COPYING +++ b/COPYING @@ -1,6 +1,7 @@ Copyright (c) 1995-2000 by Olin Shivers. -Copyright (c) 1996-2000 by Mike Sperber -Copyright (c) 1999-2000 by Martin Gasbichler. +Copyright (c) 1996-2001 by Mike Sperber. +Copyright (c) 1999-2001 by Martin Gasbichler. +Copyright (c) 1998-2001 by Eric Marsden. All rights reserved. Redistribution and use in source and binary forms, with or without diff --git a/ecm-utilities.scm b/ecm-utilities.scm index 2e4b194..ef759f2 100644 --- a/ecm-utilities.scm +++ b/ecm-utilities.scm @@ -1,22 +1,6 @@ ;; ecm-utilities.scm -- Utility procedures for ecm-net code ;; -;; $Id: ecm-utilities.scm,v 1.1 2001/09/12 18:53:50 interp Exp $ -;; -;; Copyright (C) 1998 Eric Marsden -;; -;; This library is free software; you can redistribute it and/or -;; modify it under the terms of the GNU Library General Public -;; License as published by the Free Software Foundation; either -;; version 2 of the License, or (at your option) any later version. -;; -;; This library 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 -;; Library General Public License for more details. -;; -;; You should have received a copy of the GNU Library General Public -;; License along with this library; if not, write to the Free -;; Software Foundation, Inc., 675 Mass Ave, Cambridge, MA 02139, USA. +;; $Id: ecm-utilities.scm,v 1.2 2001/11/15 11:12:23 mainzelm Exp $ ;; ;; Please send suggestions and bug reports to diff --git a/ftp.scm b/ftp.scm index 65dd837..d438eb2 100644 --- a/ftp.scm +++ b/ftp.scm @@ -1,22 +1,6 @@ ;;; ftp.scm -- an FTP client library for the Scheme Shell ;; -;; $Id: ftp.scm,v 1.1 2001/09/12 18:53:50 interp Exp $ -;; -;; Copyright (C) 1998 Eric Marsden -;; -;; This library is free software; you can redistribute it and/or -;; modify it under the terms of the GNU Library General Public -;; License as published by the Free Software Foundation; either -;; version 2 of the License, or (at your option) any later version. -;; -;; This library 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 -;; Library General Public License for more details. -;; -;; You should have received a copy of the GNU Library General Public -;; License along with this library; if not, write to the Free -;; Software Foundation, Inc., 675 Mass Ave, Cambridge, MA 02139, USA. +;; $Id: ftp.scm,v 1.2 2001/11/15 11:12:23 mainzelm Exp $ ;; ;; Please send suggestions and bug reports to diff --git a/netrc.scm b/netrc.scm index 13145b0..0651bd3 100644 --- a/netrc.scm +++ b/netrc.scm @@ -1,22 +1,6 @@ ;;; netrc.scm -- parse authentication information contained in ~/.netrc ;; -;; $Id: netrc.scm,v 1.1 2001/09/12 18:53:50 interp Exp $ -;; -;; Copyright (C) 1998 Eric Marsden -;; -;; This library is free software; you can redistribute it and/or -;; modify it under the terms of the GNU Library General Public -;; License as published by the Free Software Foundation; either -;; version 2 of the License, or (at your option) any later version. -;; -;; This library 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 -;; Library General Public License for more details. -;; -;; You should have received a copy of the GNU Library General Public -;; License along with this library; if not, write to the Free -;; Software Foundation, Inc., 675 Mass Ave, Cambridge, MA 02139, USA. +;; $Id: netrc.scm,v 1.2 2001/11/15 11:12:24 mainzelm Exp $ ;; ;; Please send suggestions and bug reports to diff --git a/nettime.scm b/nettime.scm index 9051fbd..d97627a 100644 --- a/nettime.scm +++ b/nettime.scm @@ -1,22 +1,6 @@ ;;; nettime.scm -- obtain the time on remote machines ;; -;; $Id: nettime.scm,v 1.1 2001/09/12 18:53:50 interp Exp $ -;; -;; Copyright (C) 1998 Eric Marsden -;; -;; This library is free software; you can redistribute it and/or -;; modify it under the terms of the GNU Library General Public -;; License as published by the Free Software Foundation; either -;; version 2 of the License, or (at your option) any later version. -;; -;; This library 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 -;; Library General Public License for more details. -;; -;; You should have received a copy of the GNU Library General Public -;; License along with this library; if not, write to the Free -;; Software Foundation, Inc., 675 Mass Ave, Cambridge, MA 02139, USA. +;; $Id: nettime.scm,v 1.2 2001/11/15 11:12:24 mainzelm Exp $ ;; ;; Please send suggestions and bug reports to diff --git a/pop3.scm b/pop3.scm index b8fd901..7b61a12 100644 --- a/pop3.scm +++ b/pop3.scm @@ -1,22 +1,6 @@ ;;; POP3.scm --- implement the POP3 maildrop protocol in the Scheme Shell ;; -;; $Id: pop3.scm,v 1.1 2001/09/12 18:53:50 interp Exp $ -;; -;; Copyright (C) 1998 Eric Marsden -;; -;; This library is free software; you can redistribute it and/or -;; modify it under the terms of the GNU Library General Public -;; License as published by the Free Software Foundation; either -;; version 2 of the License, or (at your option) any later version. -;; -;; This library 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 -;; Library General Public License for more details. -;; -;; You should have received a copy of the GNU Library General Public -;; License along with this library; if not, write to the Free -;; Software Foundation, Inc., 675 Mass Ave, Cambridge, MA 02139, USA. +;; $Id: pop3.scm,v 1.2 2001/11/15 11:12:24 mainzelm Exp $ ;; ;; Please send suggestions and bug reports to