From 9a77f714e539723a8149302970b38f72b5f53752 Mon Sep 17 00:00:00 2001 From: Jose Antonio Ortega Ruiz Date: Fri, 11 Sep 2009 01:20:33 +0200 Subject: BSD relicensing: PLT code. --- scheme/plt/geiser.ss | 25 ++++++------------------- scheme/plt/geiser/completions.ss | 27 ++++++--------------------- scheme/plt/geiser/eval.ss | 27 ++++++--------------------- scheme/plt/geiser/locations.ss | 27 ++++++--------------------- scheme/plt/geiser/modules.ss | 23 ++++++----------------- scheme/plt/geiser/utils.ss | 27 ++++++--------------------- 6 files changed, 36 insertions(+), 120 deletions(-) (limited to 'scheme') 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 -;; 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 . -;; You should have received a copy of the GNU General Public License -;; along with this program. If not, see . - -;;; 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 -;; 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 . +;; 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 . -;;; 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 -;; 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 . +;; 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 . -;;; 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 -;; 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 . +;; 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 . -;;; 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 -;; 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 . -;; You should have received a copy of the GNU General Public License -;; along with this program. If not, see . - -;;; 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 -;; 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 . +;; 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 . -;;; Comentary: - -;; Utility procedures - -;;; Code: +;; Start date: Sun May 03, 2009 03:09 #lang scheme -- cgit v1.2.3