1
Fork 0
mirror of https://git.savannah.gnu.org/git/guile.git synced 2025-06-10 14:00:21 +02:00

* boot-9.scm, debug.scm, expect.scm, hcons.scm, lineio.scm,

r4rs.scm, slib.scm, threads.scm: Update copyright years.
This commit is contained in:
Jim Blandy 1998-10-19 21:23:31 +00:00
parent 33432c7930
commit 9630e974d2
8 changed files with 8 additions and 8 deletions

View file

@ -1,6 +1,6 @@
;;; installed-scm-file
;;;; Copyright (C) 1995, 1996, 1997 Free Software Foundation, Inc.
;;;; Copyright (C) 1995, 1996, 1997, 1998 Free Software Foundation, Inc.
;;;;
;;;; This program is free software; you can redistribute it and/or modify
;;;; it under the terms of the GNU General Public License as published by

View file

@ -1,4 +1,4 @@
;;;; Copyright (C) 1996, 1997 Free Software Foundation
;;;; Copyright (C) 1996, 1997, 1998 Free Software Foundation
;;;;
;;;; This program is free software; you can redistribute it and/or modify
;;;; it under the terms of the GNU General Public License as published by

View file

@ -1,6 +1,6 @@
;;; installed-scm-file
;;;; Copyright (C) 1996 Free Software Foundation, Inc.
;;;; Copyright (C) 1996, 1998 Free Software Foundation, Inc.
;;;;
;;;; This program is free software; you can redistribute it and/or modify
;;;; it under the terms of the GNU General Public License as published by

View file

@ -1,6 +1,6 @@
;;; installed-scm-file
;;;; Copyright (C) 1995, 1996 Free Software Foundation, Inc.
;;;; Copyright (C) 1995, 1996, 1998 Free Software Foundation, Inc.
;;;;
;;;; This program is free software; you can redistribute it and/or modify
;;;; it under the terms of the GNU General Public License as published by

View file

@ -1,6 +1,6 @@
;;; installed-scm-file
;;;; Copyright (C) 1996 Free Software Foundation, Inc.
;;;; Copyright (C) 1996, 1998 Free Software Foundation, Inc.
;;;;
;;;; This program is free software; you can redistribute it and/or modify
;;;; it under the terms of the GNU General Public License as published by

View file

@ -1,7 +1,7 @@
;;;; r4rs.scm --- definitions needed for libguile to be R4RS compliant
;;;; Jim Blandy <jimb@cyclic.com> --- October 1996
;;;; Copyright (C) 1996, 1997 Free Software Foundation, Inc.
;;;; Copyright (C) 1996, 1997, 1998 Free Software Foundation, Inc.
;;;;
;;;; This program is free software; you can redistribute it and/or modify
;;;; it under the terms of the GNU General Public License as published by

View file

@ -1,6 +1,6 @@
;;;; slib.scm --- definitions needed to get SLIB to work with Guile
;;;;
;;;; Copyright (C) 1997 Free Software Foundation, Inc.
;;;; Copyright (C) 1997, 1998 Free Software Foundation, Inc.
;;;;
;;;; This file is part of GUILE.
;;;;

View file

@ -1,4 +1,4 @@
;;;; Copyright (C) 1996 Free Software Foundation, Inc.
;;;; Copyright (C) 1996, 1998 Free Software Foundation, Inc.
;;;;
;;;; This program is free software; you can redistribute it and/or modify
;;;; it under the terms of the GNU General Public License as published by