summaryrefslogtreecommitdiff
path: root/src/pgrep.c
diff options
context:
space:
mode:
authorCraig Small <csmall@dropbear.xyz>2023-02-07 21:09:48 +1100
committerCraig Small <csmall@dropbear.xyz>2023-02-07 21:09:48 +1100
commit8fcfb01a819f9b29418db34971d6813be4cb66bd (patch)
tree7f563278b3d423effaef6f3af4ec76df9c003e53 /src/pgrep.c
parent5ee3dc2626fead68ef9946ae0d24a341ad13a457 (diff)
downloadprocps-ng-8fcfb01a819f9b29418db34971d6813be4cb66bd.tar.gz
misc: Update the copyrights of files
The copyrights of the source files were all out of date and were not the same format. This has been corrected. The source of the authors was examining the git log for each file. Signed-off-by: Craig Small <csmall@dropbear.xyz>
Diffstat (limited to 'src/pgrep.c')
-rw-r--r--src/pgrep.c10
1 files changed, 7 insertions, 3 deletions
diff --git a/src/pgrep.c b/src/pgrep.c
index 6679a8c..94607a3 100644
--- a/src/pgrep.c
+++ b/src/pgrep.c
@@ -1,9 +1,13 @@
/*
* pgrep/pkill -- utilities to filter the process table
*
- * Copyright 2000 Kjetil Torgrim Homme <kjetilho@ifi.uio.no>
- * Changes by Albert Cahalan, 2002,2006.
- * Changes by Roberto Polli <rpolli@babel.it>, 2012.
+ * Copyright © 2009-2023 Craig Small <csmall@dropbear.xyz>
+ * Copyright © 2013-2023 Jim Warner <james.warner@comcast.net>
+ * Copyright © 2011-2012 Sami Kerola <kerolasa@iki.fi>
+ * Copyright © 2012 Roberto Polli <rpolli@babel.it>
+ * Copyright © 2002-2007 Albert Cahalan
+ * Copyright © 2000 Kjetil Torgrim Homme <kjetilho@ifi.uio.no>
+ *
*
* This program is free software; you can redistribute it and/or
* modify it under the terms of the GNU General Public License