mirror of
https://git.savannah.gnu.org/git/guile.git
synced 2025-06-09 21:40:33 +02:00
Fix copyright headers.
* module/system/vm/debug.scm, module/system/vm/frame.scm, module/system/vm/vm.scm: Switch to LGPLv3+.
This commit is contained in:
parent
c291b58835
commit
587cd3bfc9
3 changed files with 40 additions and 42 deletions
|
@ -1,21 +1,20 @@
|
||||||
;;; Guile VM debugging facilities
|
;;; Guile VM debugging facilities
|
||||||
|
|
||||||
;; Copyright (C) 2001 Free Software Foundation, Inc.
|
;;; Copyright (C) 2001, 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:
|
||||||
|
|
||||||
|
|
|
@ -2,19 +2,19 @@
|
||||||
|
|
||||||
;;; Copyright (C) 2001, 2005, 2009 Free Software Foundation, Inc.
|
;;; Copyright (C) 2001, 2005, 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 of the License, or
|
;;; License as published by the Free Software Foundation; either
|
||||||
;;; (at your option) 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; if not, write to the Free Software
|
;;; License along with this library; if not, write to the Free Software
|
||||||
;;; Foundation, Inc., 51 Franklin St, Fifth Floor, Boston, MA 02110-1301 USA
|
;;; Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301 USA
|
||||||
|
|
||||||
;;; Code:
|
;;; Code:
|
||||||
|
|
||||||
|
|
|
@ -1,21 +1,20 @@
|
||||||
;;; Guile VM core
|
;;; Guile VM core
|
||||||
|
|
||||||
;; Copyright (C) 2001 Free Software Foundation, Inc.
|
;;; Copyright (C) 2001, 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:
|
||||||
|
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue