Changed the copyright notices concerning David Albertz on behalf of
Dr. Olin Shivers. Quoting Olin: "Forget it. David was a student who worked for me -- paid money to hack."
This commit is contained in:
parent
c46ec9118a
commit
9742102f34
|
@ -1,10 +1,7 @@
|
|||
;;; Very vanilla DBM processing code
|
||||
|
||||
;;; Copyright (c) 1995 by David Albertz (dalbertz@clark.lcs.mit.edu).
|
||||
|
||||
;;; This code is freely available for use by anyone for any purpose,
|
||||
;;; so long as you don't charge money for it, remove this notice, or
|
||||
;;; hold us liable for any results of its use. --enjoy.
|
||||
;;; See file COPYING
|
||||
|
||||
;;; This is just a straight translation of the UNIX freebie NDBM code.
|
||||
|
||||
|
|
|
@ -1,10 +1,7 @@
|
|||
;;; DBM processing code
|
||||
|
||||
;;; Copyright (c) 1995 by David Albertz (dalbertz@clark.lcs.mit.edu).
|
||||
|
||||
;;; This code is freely available for use by anyone for any purpose,
|
||||
;;; so long as you don't charge money for it, remove this notice, or
|
||||
;;; hold us liable for any results of its use. --enjoy.
|
||||
;;; See file COPYING
|
||||
|
||||
;;; Usage: (dbm-open name flags mode . access_method access_info)
|
||||
;;; name := name of database file (no extension)
|
||||
|
|
|
@ -2,10 +2,7 @@
|
|||
|
||||
;;; Copyright (c) 1994 by David Albertz (dalbertz@clark.lcs.mit.edu).
|
||||
;;; Copyright (c) 1994 by Olin Shivers (shivers@clark.lcs.mit.edu).
|
||||
|
||||
;;; This code is freely available for use by anyone for any purpose,
|
||||
;;; so long as you don't charge money for it, remove this notice, or
|
||||
;;; hold us liable for any results of its use. --enjoy.
|
||||
;;; See file COPYING
|
||||
|
||||
;;; Usage: (file-match root dots? . pattern-list)
|
||||
;;; root Search starts from here. Usefully "." (cwd)
|
||||
|
|
|
@ -1,9 +1,6 @@
|
|||
;;; Code for processing Unix file names.
|
||||
;;; Copyright (c) 1992 by Olin Shivers (shivers@lcs.mit.edu).
|
||||
;;; Please imagine a long, tedious, legalistic 5-page gnu-style copyright
|
||||
;;; notice appearing here to the effect that you may use this code any
|
||||
;;; way you like, as long as you don't charge money for it, remove this
|
||||
;;; notice, or hold me liable for its results.
|
||||
;;; See file COPYING
|
||||
|
||||
;;; We adhere to Posix file name rules, plus we treat files beginning with
|
||||
;;; ~ as absolute paths.
|
||||
|
|
|
@ -1,10 +1,7 @@
|
|||
;;; Very vanilla DBM processing code
|
||||
|
||||
;;; Copyright (c) 1995 by David Albertz (dalbertz@clark.lcs.mit.edu).
|
||||
|
||||
;;; This code is freely available for use by anyone for any purpose,
|
||||
;;; so long as you don't charge money for it, remove this notice, or
|
||||
;;; hold us liable for any results of its use. --enjoy.
|
||||
;;; See file COPYING
|
||||
|
||||
;;; This is just a straight translation of the UNIX freebie NDBM code.
|
||||
|
||||
|
|
Loading…
Reference in New Issue