summaryrefslogtreecommitdiff
path: root/scheme
diff options
context:
space:
mode:
authorJose Antonio Ortega Ruiz <jao@gnu.org>2009-09-11 01:20:33 +0200
committerJose Antonio Ortega Ruiz <jao@gnu.org>2009-09-11 01:20:33 +0200
commit9a77f714e539723a8149302970b38f72b5f53752 (patch)
tree750c81ce5f03a14a739b438a9e188160759b4115 /scheme
parentcad3f30d164ad89a0cd1444dd3f948072031ac3a (diff)
downloadgeiser-chez-9a77f714e539723a8149302970b38f72b5f53752.tar.gz
geiser-chez-9a77f714e539723a8149302970b38f72b5f53752.tar.bz2
BSD relicensing: PLT code.
Diffstat (limited to 'scheme')
-rw-r--r--scheme/plt/geiser.ss25
-rw-r--r--scheme/plt/geiser/completions.ss27
-rw-r--r--scheme/plt/geiser/eval.ss27
-rw-r--r--scheme/plt/geiser/locations.ss27
-rw-r--r--scheme/plt/geiser/modules.ss23
-rw-r--r--scheme/plt/geiser/utils.ss27
6 files changed, 36 insertions, 120 deletions
diff --git a/scheme/plt/geiser.ss b/scheme/plt/geiser.ss
index 585b69c..c46f06c 100644
--- a/scheme/plt/geiser.ss
+++ b/scheme/plt/geiser.ss
@@ -1,26 +1,13 @@
-;; geiser.ss -- top level entry point
+;;; geiser.ss -- entry point
;; Copyright (C) 2009 Jose Antonio Ortega Ruiz
-;; Author: Jose Antonio Ortega Ruiz <jao@gnu.org>
-;; Start date: Sat Apr 25, 2009 22:36
-
-;; This file 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 3 of the License, or
-;; (at your option) any later version.
-
-;; This file 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.
+;; 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 <http://www.xfree86.org/3.3.6/COPYRIGHT2.html#5>.
-;; You should have received a copy of the GNU General Public License
-;; along with this program. If not, see <http://www.gnu.org/licenses/>.
-
-;;; Comentary:
-
-;; Top level REPL definitions for Geiser.
+;; Start date: Sat Apr 25, 2009 22:36
;;; Code:
diff --git a/scheme/plt/geiser/completions.ss b/scheme/plt/geiser/completions.ss
index 15bc081..bf6b1c9 100644
--- a/scheme/plt/geiser/completions.ss
+++ b/scheme/plt/geiser/completions.ss
@@ -1,28 +1,13 @@
-;; completions.ss -- completion support
+;;; completions.ss -- completion support
;; Copyright (C) 2009 Jose Antonio Ortega Ruiz
-;; Author: Jose Antonio Ortega Ruiz <jao@gnu.org>
-;; Start date: Sun Apr 26, 2009 19:02
-
-;; This file 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 3 of the License, or
-;; (at your option) any later version.
-
-;; This file 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 program. If not, see <http://www.gnu.org/licenses/>.
+;; 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 <http://www.xfree86.org/3.3.6/COPYRIGHT2.html#5>.
-;;; Comentary:
-
-;; Finding completions of given prefixes.
-
-;;; Code:
+;; Start date: Sun Apr 26, 2009 19:02
#lang scheme
diff --git a/scheme/plt/geiser/eval.ss b/scheme/plt/geiser/eval.ss
index 5ae81ed..86b10cd 100644
--- a/scheme/plt/geiser/eval.ss
+++ b/scheme/plt/geiser/eval.ss
@@ -1,28 +1,13 @@
-;; eval.ss -- evaluation
+;;; eval.ss -- evaluation
;; Copyright (C) 2009 Jose Antonio Ortega Ruiz
-;; Author: Jose Antonio Ortega Ruiz <jao@gnu.org>
-;; Start date: Sun Apr 26, 2009 00:44
-
-;; This file 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 3 of the License, or
-;; (at your option) any later version.
-
-;; This file 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 program. If not, see <http://www.gnu.org/licenses/>.
+;; 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 <http://www.xfree86.org/3.3.6/COPYRIGHT2.html#5>.
-;;; Comentary:
-
-;; Evaluation functions
-
-;;; Code:
+;; Start date: Sun Apr 26, 2009 00:44
#lang scheme
diff --git a/scheme/plt/geiser/locations.ss b/scheme/plt/geiser/locations.ss
index 87a643d..dea93c6 100644
--- a/scheme/plt/geiser/locations.ss
+++ b/scheme/plt/geiser/locations.ss
@@ -1,28 +1,13 @@
-;; locations.ss -- locating symbols
+;;; locations.ss -- locating symbols
;; Copyright (C) 2009 Jose Antonio Ortega Ruiz
-;; Author: Jose Antonio Ortega Ruiz <jao@gnu.org>
-;; Start date: Sun Apr 26, 2009 19:43
-
-;; This file 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 3 of the License, or
-;; (at your option) any later version.
-
-;; This file 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 program. If not, see <http://www.gnu.org/licenses/>.
+;; 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 <http://www.xfree86.org/3.3.6/COPYRIGHT2.html#5>.
-;;; Comentary:
-
-;; Finding symbol location
-
-;;; Code:
+;; Start date: Sun Apr 26, 2009 19:43
#lang scheme
diff --git a/scheme/plt/geiser/modules.ss b/scheme/plt/geiser/modules.ss
index cee90ef..3dea0c3 100644
--- a/scheme/plt/geiser/modules.ss
+++ b/scheme/plt/geiser/modules.ss
@@ -1,24 +1,13 @@
-;; modules.ss -- module metadata
+;;; modules.ss -- module metadata
;; Copyright (C) 2009 Jose Antonio Ortega Ruiz
-;; Author: Jose Antonio Ortega Ruiz <jao@gnu.org>
-;; Start date: Wed May 06, 2009 02:35
-
-;; This file 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 3 of the License, or
-;; (at your option) any later version.
-
-;; This file 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.
+;; 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 <http://www.xfree86.org/3.3.6/COPYRIGHT2.html#5>.
-;; You should have received a copy of the GNU General Public License
-;; along with this program. If not, see <http://www.gnu.org/licenses/>.
-
-;;; Code:
+;; Start date: Wed May 06, 2009 02:35
#lang scheme
diff --git a/scheme/plt/geiser/utils.ss b/scheme/plt/geiser/utils.ss
index 84c6964..ff8e695 100644
--- a/scheme/plt/geiser/utils.ss
+++ b/scheme/plt/geiser/utils.ss
@@ -1,28 +1,13 @@
-;; utils.ss -- generic utilities
+;;; utils.ss -- generic utilities
;; Copyright (C) 2009 Jose Antonio Ortega Ruiz
-;; Author: Jose Antonio Ortega Ruiz <jao@gnu.org>
-;; Start date: Sun May 03, 2009 03:09
-
-;; This file 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 3 of the License, or
-;; (at your option) any later version.
-
-;; This file 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 program. If not, see <http://www.gnu.org/licenses/>.
+;; 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 <http://www.xfree86.org/3.3.6/COPYRIGHT2.html#5>.
-;;; Comentary:
-
-;; Utility procedures
-
-;;; Code:
+;; Start date: Sun May 03, 2009 03:09
#lang scheme