gdbm: downcase symbols, most names; fix copyright notices
authorMatt Birkholz <matt@birchwood-abbey.net>
Wed, 7 Aug 2019 00:51:55 +0000 (17:51 -0700)
committerMatt Birkholz <matt@birchwood-abbey.net>
Wed, 7 Aug 2019 18:47:41 +0000 (11:47 -0700)
src/gdbm/compile.sh
src/gdbm/configure.ac
src/gdbm/optiondb.scm

index 8fb808debe62564099605a22774bf4235e23e5a9..8fbf7a02d2dfe15dd1a809f823a679f35483a525 100755 (executable)
@@ -7,20 +7,20 @@
 #     2015, 2016, 2017, 2018, 2019 Massachusetts Institute of
 #     Technology
 #
-# This file is part of a gdbm plugin for MIT/GNU Scheme.
+# This file is part of MIT/GNU Scheme.
 #
-# This plugin is free software; you can redistribute it and/or modify
-# it under the terms of the GNU General Public License as published by
-# the Free Software Foundation; either version 2 of the License, or
-# (at your option) any later version.
+# MIT/GNU Scheme is free software; you can redistribute it and/or
+# modify it under the terms of the GNU General Public License as
+# published by the Free Software Foundation; either version 2 of the
+# License, or (at your option) any later version.
 #
-# This plugin is distributed in the hope that it will be useful, but
-# WITHOUT ANY WARRANTY; without even the implied warranty of
+# MIT/GNU Scheme 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
 # General Public License for more details.
 #
 # You should have received a copy of the GNU General Public License
-# along with this plugin; if not, write to the Free Software
+# along with MIT/GNU Scheme; if not, write to the Free Software
 # Foundation, Inc., 51 Franklin St, Fifth Floor, Boston, MA
 # 02110-1301, USA.
 
index 11266e32072a7998d62fca42e5108df452cce25e..22bc4a9b2eed781b9e4255f55f59f71603394a41 100644 (file)
@@ -1,7 +1,7 @@
 dnl Process this file with autoconf to produce a configure script.
 
 AC_PREREQ([2.69])
-AC_INIT([MIT/GNU Scheme gdbm plugin],
+AC_INIT([MIT/GNU Scheme GDBM plugin],
         [1.0],
         [bug-mit-scheme@gnu.org],
         [mit-scheme-gdbm])
index 32d20d3cb8f3964764db333fe259f9cdf6620d7e..fe469763e39558557e7d62515ca93409b15fbf4a 100644 (file)
@@ -1,6 +1,6 @@
 #| -*-Scheme-*- |#
 
-(define-load-option 'GDBM
+(define-load-option 'gdbm
   (standard-system-loader "."))
 
 (further-load-options #t)
\ No newline at end of file