branch: elpa/geiser-gauche
commit 9dafd9fa41a7d069bae8d1ff819c2fb1ec54e435
Author: András Simonyi <[email protected]>
Commit: András Simonyi <[email protected]>
License-related updates
---
LICENSE | 2 +-
geiser-gauche.el | 6 +-----
geiser-gauche.scm | 13 ++++++-------
3 files changed, 8 insertions(+), 13 deletions(-)
diff --git a/LICENSE b/LICENSE
index 1366b81..0051e7b 100644
--- a/LICENSE
+++ b/LICENSE
@@ -1,6 +1,6 @@
BSD 3-Clause License
-Copyright (c) 2020, emacs-geiser
+Copyright (c) 2020, András Simonyi
All rights reserved.
Redistribution and use in source and binary forms, with or without
diff --git a/geiser-gauche.el b/geiser-gauche.el
index 777ff3a..8720400 100644
--- a/geiser-gauche.el
+++ b/geiser-gauche.el
@@ -8,11 +8,7 @@
;; Keywords: languages, gauche, scheme, geiser
;; Package-Requires: ((emacs "26.1") (geiser "0.11.2"))
;; Version: 0.0.1
-
-;; This program is free software; you can redistribute it and/or
-;; modify it under the terms of the Modified BSD License. You should
-;; have received a copy of the license along with this program. If
-;; not, see <https://www.xfree86.org/3.3.6/COPYRIGHT2.html#5>.
+;; SPDX-License-Identifier: BSD-3-Clause
;; This file is not part of GNU Emacs.
diff --git a/geiser-gauche.scm b/geiser-gauche.scm
index ff24735..8d65b09 100644
--- a/geiser-gauche.scm
+++ b/geiser-gauche.scm
@@ -1,3 +1,8 @@
+;;;; geiser-gauche.scm -- procedures for Emacs-Gauche interaction
+
+;;; Copyright (C) 2020 András Simonyi
+;;; SPDX-License-Identifier: BSD-3-Clause
+
(define-module geiser
(use srfi-13)
(use gauche.interactive)
@@ -15,13 +20,7 @@
geiser:symbol-documentation
geiser:symbol-location
geiser:module-location
- geiser:module-exports
- ;; Missing functions:
- ;; geiser:start-server
- ;; geiser:object-signature
- ;; geiser:find-file
- ;; geiser:compile
- ))
+ geiser:module-exports))
(select-module geiser)