aboutsummaryrefslogtreecommitdiffstats
path: root/vscm.init
diff options
context:
space:
mode:
Diffstat (limited to 'vscm.init')
-rw-r--r--vscm.init29
1 files changed, 11 insertions, 18 deletions
diff --git a/vscm.init b/vscm.init
index 6164298..f642ba0 100644
--- a/vscm.init
+++ b/vscm.init
@@ -1,21 +1,7 @@
-;;;"vscm.init" Configuration of *features* for VSCM -*-scheme-*-
-;Copyright (C) 1994, 1996, 1997 Aubrey Jaffer
-;
-;Permission to copy this software, to redistribute it, and to use it
-;for any purpose is granted, subject to the following restrictions and
-;understandings.
-;
-;1. Any copy made of this software must include this copyright notice
-;in full.
-;
-;2. I have made no warrantee or representation that the operation of
-;this software will be error-free, and I am under no obligation to
-;provide any services, by way of maintenance, update, or otherwise.
-;
-;3. In conjunction with products arising from the use of this
-;material, there shall be no use of my name in any advertising,
-;promotional, or sales literature without prior written consent in
-;each case.
+;;; "vscm.init" Configuration of *features* for VSCM -*-scheme-*-
+;;; Author: Aubrey Jaffer
+;;;
+;;; This code is in the public domain.
;;; From: Matthias Blume <blume@cs.Princeton.EDU>
;;; Date: Tue, 1 Mar 1994 11:42:31 -0500
@@ -58,6 +44,13 @@
(define (scheme-implementation-type) 'Vscm)
+;;; (scheme-implementation-home-page) should return a (string) URL
+;;; (Uniform Resource Locator) for this scheme implementation's home
+;;; page; or false if there isn't one.
+
+(define (scheme-implementation-home-page)
+ "http://www.cs.princeton.edu/~blume/vscm/vscm.html")
+
;;; (scheme-implementation-version) should return a string describing the
;;; version the scheme implementation loading this file.