From 7bc42c73c62ccbe8e7431a815caa3c80c35c6d51 Mon Sep 17 00:00:00 2001 From: Matt Birkholz Date: Tue, 6 Aug 2019 17:51:55 -0700 Subject: [PATCH] gdbm: downcase symbols, most names; fix copyright notices --- src/gdbm/compile.sh | 16 ++++++++-------- src/gdbm/configure.ac | 2 +- src/gdbm/optiondb.scm | 2 +- 3 files changed, 10 insertions(+), 10 deletions(-) diff --git a/src/gdbm/compile.sh b/src/gdbm/compile.sh index 8fb808deb..8fbf7a02d 100755 --- a/src/gdbm/compile.sh +++ b/src/gdbm/compile.sh @@ -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. diff --git a/src/gdbm/configure.ac b/src/gdbm/configure.ac index 11266e320..22bc4a9b2 100644 --- a/src/gdbm/configure.ac +++ b/src/gdbm/configure.ac @@ -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]) diff --git a/src/gdbm/optiondb.scm b/src/gdbm/optiondb.scm index 32d20d3cb..fe469763e 100644 --- a/src/gdbm/optiondb.scm +++ b/src/gdbm/optiondb.scm @@ -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 -- 2.25.1