Changed the Copyright for Eric's files to BSD style.
This commit is contained in:
parent
20a12efc6d
commit
29161884e9
5
COPYING
5
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
|
||||
|
|
|
@ -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 <emarsden@mail.dotcom.fr>
|
||||
|
||||
|
|
18
ftp.scm
18
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 <emarsden@mail.dotcom.fr>
|
||||
|
||||
|
|
18
netrc.scm
18
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 <emarsden@mail.dotcom.fr>
|
||||
|
||||
|
|
18
nettime.scm
18
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 <emarsden@mail.dotcom.fr>
|
||||
|
||||
|
|
18
pop3.scm
18
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 <emarsden@mail.dotcom.fr>
|
||||
|
||||
|
|
Loading…
Reference in New Issue