diff options
-rw-r--r-- | utils/pids.h | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/utils/pids.h b/utils/pids.h index 8b192b5a..dcf87e81 100644 --- a/utils/pids.h +++ b/utils/pids.h @@ -1,8 +1,8 @@ /* Pid parsing/frobbing - Copyright (C) 1997 Free Software Foundation, Inc. + Copyright (C) 1997,2001 Free Software Foundation, Inc. - Written by Miles Bader <miles@gnu.ai.mit.edu> + Written by Miles Bader <miles@gnu.org> This program is free software; you can redistribute it and/or modify it under the terms of the GNU General Public License as @@ -44,4 +44,4 @@ struct pids_argp_params /* A parser for selecting a set of pids. */ extern struct argp pids_argp; -#endif __PIDS_H__ +#endif /* __PIDS_H__ */ |