mirror of
https://git.savannah.gnu.org/git/guile.git
synced 2025-06-12 23:00:22 +02:00
* Makefile.am, readline.scm: Updated copyright notice.
This commit is contained in:
parent
48d0e2c1ac
commit
a283f6d630
4 changed files with 7 additions and 3 deletions
|
@ -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>
|
2001-07-09 Thien-Thi Nguyen <ttn@revel.glug.org>
|
||||||
|
|
||||||
* readline.c: Remove "face-lift" comment.
|
* readline.c: Remove "face-lift" comment.
|
||||||
|
|
|
@ -1,6 +1,6 @@
|
||||||
## Process this file with Automake to create Makefile.in
|
## 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.
|
## This file is part of GUILE.
|
||||||
##
|
##
|
||||||
|
|
|
@ -1,7 +1,7 @@
|
||||||
#ifndef READLINEH
|
#ifndef READLINEH
|
||||||
#define 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
|
* 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
|
* it under the terms of the GNU General Public License as published by
|
||||||
|
|
|
@ -1,6 +1,6 @@
|
||||||
;;;; readline.scm --- support functions for command-line editing
|
;;;; 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
|
;;;; 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
|
;;;; it under the terms of the GNU General Public License as published by
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue