diff options
author | Chet Ramey <chet.ramey@case.edu> | 2011-12-07 09:34:43 -0500 |
---|---|---|
committer | Chet Ramey <chet.ramey@case.edu> | 2011-12-07 09:34:43 -0500 |
commit | 012bac3904e70af1521e5e38b2022f3d8d27daee (patch) | |
tree | 2cbc6a3c2a913e0791ab71fa83b44aa7180bbf05 /lib/readline/histfile.c | |
parent | adeca69c7f011a06e9a8ab38212bf3479b39d6bf (diff) | |
download | bash-012bac3904e70af1521e5e38b2022f3d8d27daee.tar.gz |
commit bash-20081229 snapshot
Diffstat (limited to 'lib/readline/histfile.c')
-rw-r--r-- | lib/readline/histfile.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/lib/readline/histfile.c b/lib/readline/histfile.c index 299a0b19..a75fc16b 100644 --- a/lib/readline/histfile.c +++ b/lib/readline/histfile.c @@ -1,6 +1,6 @@ /* histfile.c - functions to manipulate the history file. */ -/* Copyright (C) 1989-2008 Free Software Foundation, Inc. +/* Copyright (C) 1989-2009 Free Software Foundation, Inc. This file contains the GNU History Library (History), a set of routines for managing the text of previously typed lines. |