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

* Makefile.am, readline.scm: Updated copyright notice.

This commit is contained in:
Martin Grabmüller 2001-07-19 20:23:03 +00:00
parent 12ce651a81
commit 9cc64c3ea3
3 changed files with 6 additions and 2 deletions

View file

@ -1,3 +1,7 @@
2001-07-18 Martin Grabmueller <mgrabmue@cs.tu-berlin.de>
* Makefile.am, readline.scm: Updated copyright notice.
2001-07-09 Thien-Thi Nguyen <ttn@revel.glug.org>
* readline.c: Remove "face-lift" comment.

View file

@ -1,6 +1,6 @@
## Process this file with Automake to create Makefile.in
##
## Copyright (C) 1998, 1999, 2000 Free Software Foundation, Inc.
## Copyright (C) 1998, 1999, 2000, 2001 Free Software Foundation, Inc.
##
## This file is part of GUILE.
##

View file

@ -1,6 +1,6 @@
;;;; readline.scm --- support functions for command-line editing
;;;;
;;;; Copyright (C) 1997, 1999, 2000 Free Software Foundation, Inc.
;;;; Copyright (C) 1997, 1999, 2000, 2001 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