1
Fork 0
mirror of https://git.savannah.gnu.org/git/guile.git synced 2025-04-30 03:40:34 +02:00

Change the Elisp compiler from GPLv2+ to LGPLv3+.

* module/language/elisp/bindings.scm, module/language/elisp/lexer.scm,
  module/language/elisp/parser.scm, module/language/elisp/runtime.scm,
  module/language/elisp/runtime/function-slot.scm,
  module/language/elisp/runtime/macro-slot.scm,
  module/language/elisp/runtime/value-slot.scm: Switch from GPLv2+ to
  LGPLv3+; fix copyright year.
This commit is contained in:
Ludovic Courtès 2009-12-15 19:10:48 +01:00
parent 66e18d1c7c
commit eb80072df0
7 changed files with 112 additions and 119 deletions

View file

@ -1,21 +1,20 @@
;;; Guile Emac Lisp ;;; Guile Emacs Lisp
;; Copyright (C) 2001 Free Software Foundation, Inc. ;;; Copyright (C) 2009 Free Software Foundation, Inc.
;;;
;; This program is free software; you can redistribute it and/or modify ;;; This library is free software; you can redistribute it and/or
;; it under the terms of the GNU General Public License as published by ;;; modify it under the terms of the GNU Lesser General Public
;; the Free Software Foundation; either version 2, or (at your option) ;;; License as published by the Free Software Foundation; either
;; any later version. ;;; version 3 of the License, or (at your option) any later version.
;; ;;;
;; This program is distributed in the hope that it will be useful, ;;; This library is distributed in the hope that it will be useful,
;; but WITHOUT ANY WARRANTY; without even the implied warranty of ;;; but WITHOUT ANY WARRANTY; without even the implied warranty of
;; MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the ;;; MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU
;; GNU General Public License for more details. ;;; Lesser General Public License for more details.
;; ;;;
;; You should have received a copy of the GNU General Public License ;;; You should have received a copy of the GNU Lesser General Public
;; along with this program; see the file COPYING. If not, write to ;;; License along with this library; if not, write to the Free Software
;; the Free Software Foundation, Inc., 59 Temple Place - Suite 330, ;;; Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301 USA
;; Boston, MA 02111-1307, USA.
;;; Code: ;;; Code:

View file

@ -1,21 +1,20 @@
;;; Guile Emac Lisp ;;; Guile Emacs Lisp
;; Copyright (C) 2009 Free Software Foundation, Inc. ;;; Copyright (C) 2009 Free Software Foundation, Inc.
;;;
;; This program is free software; you can redistribute it and/or modify ;;; This library is free software; you can redistribute it and/or
;; it under the terms of the GNU General Public License as published by ;;; modify it under the terms of the GNU Lesser General Public
;; the Free Software Foundation; either version 2, or (at your option) ;;; License as published by the Free Software Foundation; either
;; any later version. ;;; version 3 of the License, or (at your option) any later version.
;; ;;;
;; This program is distributed in the hope that it will be useful, ;;; This library is distributed in the hope that it will be useful,
;; but WITHOUT ANY WARRANTY; without even the implied warranty of ;;; but WITHOUT ANY WARRANTY; without even the implied warranty of
;; MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the ;;; MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU
;; GNU General Public License for more details. ;;; Lesser General Public License for more details.
;; ;;;
;; You should have received a copy of the GNU General Public License ;;; You should have received a copy of the GNU Lesser General Public
;; along with this program; see the file COPYING. If not, write to ;;; License along with this library; if not, write to the Free Software
;; the Free Software Foundation, Inc., 59 Temple Place - Suite 330, ;;; Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301 USA
;; Boston, MA 02111-1307, USA.
;;; Code: ;;; Code:

View file

@ -1,21 +1,20 @@
;;; Guile Emac Lisp ;;; Guile Emacs Lisp
;; Copyright (C) 2009 Free Software Foundation, Inc. ;;; Copyright (C) 2009 Free Software Foundation, Inc.
;;;
;; This program is free software; you can redistribute it and/or modify ;;; This library is free software; you can redistribute it and/or
;; it under the terms of the GNU General Public License as published by ;;; modify it under the terms of the GNU Lesser General Public
;; the Free Software Foundation; either version 2, or (at your option) ;;; License as published by the Free Software Foundation; either
;; any later version. ;;; version 3 of the License, or (at your option) any later version.
;; ;;;
;; This program is distributed in the hope that it will be useful, ;;; This library is distributed in the hope that it will be useful,
;; but WITHOUT ANY WARRANTY; without even the implied warranty of ;;; but WITHOUT ANY WARRANTY; without even the implied warranty of
;; MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the ;;; MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU
;; GNU General Public License for more details. ;;; Lesser General Public License for more details.
;; ;;;
;; You should have received a copy of the GNU General Public License ;;; You should have received a copy of the GNU Lesser General Public
;; along with this program; see the file COPYING. If not, write to ;;; License along with this library; if not, write to the Free Software
;; the Free Software Foundation, Inc., 59 Temple Place - Suite 330, ;;; Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301 USA
;; Boston, MA 02111-1307, USA.
;;; Code: ;;; Code:

View file

@ -1,21 +1,20 @@
;;; Guile Emac Lisp ;;; Guile Emacs Lisp
;; Copyright (C) 2001 Free Software Foundation, Inc. ;;; Copyright (C) 2009 Free Software Foundation, Inc.
;;;
;; This program is free software; you can redistribute it and/or modify ;;; This library is free software; you can redistribute it and/or
;; it under the terms of the GNU General Public License as published by ;;; modify it under the terms of the GNU Lesser General Public
;; the Free Software Foundation; either version 2, or (at your option) ;;; License as published by the Free Software Foundation; either
;; any later version. ;;; version 3 of the License, or (at your option) any later version.
;; ;;;
;; This program is distributed in the hope that it will be useful, ;;; This library is distributed in the hope that it will be useful,
;; but WITHOUT ANY WARRANTY; without even the implied warranty of ;;; but WITHOUT ANY WARRANTY; without even the implied warranty of
;; MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the ;;; MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU
;; GNU General Public License for more details. ;;; Lesser General Public License for more details.
;; ;;;
;; You should have received a copy of the GNU General Public License ;;; You should have received a copy of the GNU Lesser General Public
;; along with this program; see the file COPYING. If not, write to ;;; License along with this library; if not, write to the Free Software
;; the Free Software Foundation, Inc., 59 Temple Place - Suite 330, ;;; Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301 USA
;; Boston, MA 02111-1307, USA.
;;; Code: ;;; Code:

View file

@ -1,21 +1,20 @@
;;; Guile Emac Lisp ;;; Guile Emacs Lisp
;; Copyright (C) 2001 Free Software Foundation, Inc. ;;; Copyright (C) 2009 Free Software Foundation, Inc.
;;;
;; This program is free software; you can redistribute it and/or modify ;;; This library is free software; you can redistribute it and/or
;; it under the terms of the GNU General Public License as published by ;;; modify it under the terms of the GNU Lesser General Public
;; the Free Software Foundation; either version 2, or (at your option) ;;; License as published by the Free Software Foundation; either
;; any later version. ;;; version 3 of the License, or (at your option) any later version.
;; ;;;
;; This program is distributed in the hope that it will be useful, ;;; This library is distributed in the hope that it will be useful,
;; but WITHOUT ANY WARRANTY; without even the implied warranty of ;;; but WITHOUT ANY WARRANTY; without even the implied warranty of
;; MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the ;;; MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU
;; GNU General Public License for more details. ;;; Lesser General Public License for more details.
;; ;;;
;; You should have received a copy of the GNU General Public License ;;; You should have received a copy of the GNU Lesser General Public
;; along with this program; see the file COPYING. If not, write to ;;; License along with this library; if not, write to the Free Software
;; the Free Software Foundation, Inc., 59 Temple Place - Suite 330, ;;; Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301 USA
;; Boston, MA 02111-1307, USA.
;;; Code: ;;; Code:

View file

@ -1,21 +1,20 @@
;;; Guile Emac Lisp ;;; Guile Emacs Lisp
;; Copyright (C) 2001 Free Software Foundation, Inc. ;;; Copyright (C) 2009 Free Software Foundation, Inc.
;;;
;; This program is free software; you can redistribute it and/or modify ;;; This library is free software; you can redistribute it and/or
;; it under the terms of the GNU General Public License as published by ;;; modify it under the terms of the GNU Lesser General Public
;; the Free Software Foundation; either version 2, or (at your option) ;;; License as published by the Free Software Foundation; either
;; any later version. ;;; version 3 of the License, or (at your option) any later version.
;; ;;;
;; This program is distributed in the hope that it will be useful, ;;; This library is distributed in the hope that it will be useful,
;; but WITHOUT ANY WARRANTY; without even the implied warranty of ;;; but WITHOUT ANY WARRANTY; without even the implied warranty of
;; MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the ;;; MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU
;; GNU General Public License for more details. ;;; Lesser General Public License for more details.
;; ;;;
;; You should have received a copy of the GNU General Public License ;;; You should have received a copy of the GNU Lesser General Public
;; along with this program; see the file COPYING. If not, write to ;;; License along with this library; if not, write to the Free Software
;; the Free Software Foundation, Inc., 59 Temple Place - Suite 330, ;;; Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301 USA
;; Boston, MA 02111-1307, USA.
;;; Code: ;;; Code:

View file

@ -1,21 +1,20 @@
;;; Guile Emac Lisp ;;; Guile Emacs Lisp
;; Copyright (C) 2001 Free Software Foundation, Inc. ;;; Copyright (C) 2009 Free Software Foundation, Inc.
;;;
;; This program is free software; you can redistribute it and/or modify ;;; This library is free software; you can redistribute it and/or
;; it under the terms of the GNU General Public License as published by ;;; modify it under the terms of the GNU Lesser General Public
;; the Free Software Foundation; either version 2, or (at your option) ;;; License as published by the Free Software Foundation; either
;; any later version. ;;; version 3 of the License, or (at your option) any later version.
;; ;;;
;; This program is distributed in the hope that it will be useful, ;;; This library is distributed in the hope that it will be useful,
;; but WITHOUT ANY WARRANTY; without even the implied warranty of ;;; but WITHOUT ANY WARRANTY; without even the implied warranty of
;; MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the ;;; MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU
;; GNU General Public License for more details. ;;; Lesser General Public License for more details.
;; ;;;
;; You should have received a copy of the GNU General Public License ;;; You should have received a copy of the GNU Lesser General Public
;; along with this program; see the file COPYING. If not, write to ;;; License along with this library; if not, write to the Free Software
;; the Free Software Foundation, Inc., 59 Temple Place - Suite 330, ;;; Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301 USA
;; Boston, MA 02111-1307, USA.
;;; Code: ;;; Code: