diff options
| author | Dave Love | 1999-12-15 15:18:34 +0000 |
|---|---|---|
| committer | Dave Love | 1999-12-15 15:18:34 +0000 |
| commit | 362ba9c6ae881f126cb755b612a5921728d8ed3e (patch) | |
| tree | 3879cc8dd71e54c341fe94fabaea7e08ed253bd6 /src | |
| parent | 1c8c6d3948af8c720e2e256a57cd5623e372e1c5 (diff) | |
| download | emacs-362ba9c6ae881f126cb755b612a5921728d8ed3e.tar.gz emacs-362ba9c6ae881f126cb755b612a5921728d8ed3e.zip | |
Copyright up-date.
Diffstat (limited to 'src')
| -rw-r--r-- | src/regex.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/regex.c b/src/regex.c index 6660f07cacc..c9219c66c83 100644 --- a/src/regex.c +++ b/src/regex.c | |||
| @@ -2,7 +2,7 @@ | |||
| 2 | 0.12. (Implements POSIX draft P10003.2/D11.2, except for | 2 | 0.12. (Implements POSIX draft P10003.2/D11.2, except for |
| 3 | internationalization features.) | 3 | internationalization features.) |
| 4 | 4 | ||
| 5 | Copyright (C) 1993, 1994, 1995, 1996, 1997, 1998 Free Software Foundation, Inc. | 5 | Copyright (C) 1993, 1994-1998, 1999 Free Software Foundation, Inc. |
| 6 | 6 | ||
| 7 | This program is free software; you can redistribute it and/or modify | 7 | This program is free software; you can redistribute it and/or modify |
| 8 | it under the terms of the GNU General Public License as published by | 8 | it under the terms of the GNU General Public License as published by |