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

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

This commit is contained in:
Martin Grabmüller 2001-07-19 20:53:17 +00:00
parent 48d0e2c1ac
commit a283f6d630
4 changed files with 7 additions and 3 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,7 +1,7 @@
#ifndef READLINEH
#define READLINEH
/* 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

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