diff options
| author | Glenn Morris | 2008-01-08 04:37:27 +0000 |
|---|---|---|
| committer | Glenn Morris | 2008-01-08 04:37:27 +0000 |
| commit | 8cabe764e9f3acb3d2b029c4737c8c885346655c (patch) | |
| tree | 4e083322362ae5aaf74bfa81d8146711d3ff6208 /src/process.c | |
| parent | ea8c20e07fbf07dba92bfdb9d22354e3d8fcb91b (diff) | |
| download | emacs-8cabe764e9f3acb3d2b029c4737c8c885346655c.tar.gz emacs-8cabe764e9f3acb3d2b029c4737c8c885346655c.zip | |
Add 2008 to copyright years.
Diffstat (limited to 'src/process.c')
| -rw-r--r-- | src/process.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/process.c b/src/process.c index eb0dae04e96..bf974352a29 100644 --- a/src/process.c +++ b/src/process.c | |||
| @@ -1,7 +1,7 @@ | |||
| 1 | /* Asynchronous subprocess control for GNU Emacs. | 1 | /* Asynchronous subprocess control for GNU Emacs. |
| 2 | Copyright (C) 1985, 1986, 1987, 1988, 1993, 1994, 1995, | 2 | Copyright (C) 1985, 1986, 1987, 1988, 1993, 1994, 1995, |
| 3 | 1996, 1998, 1999, 2001, 2002, 2003, 2004, | 3 | 1996, 1998, 1999, 2001, 2002, 2003, 2004, |
| 4 | 2005, 2006, 2007 Free Software Foundation, Inc. | 4 | 2005, 2006, 2007, 2008 Free Software Foundation, Inc. |
| 5 | 5 | ||
| 6 | This file is part of GNU Emacs. | 6 | This file is part of GNU Emacs. |
| 7 | 7 | ||