Author | Jamozed <[email protected]> |
Date | 2022-02-27 23:42:27 |
Commit | d57b240f3cd7ad52e749855d70ee811abfeb0e48 |
Parent | c1c576b6caeec758925328e1179da387b5a29870 |
cp: Fix header comments
Diffstat
M | src/cp.c | | | 2 | +- |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/cp.c b/src/cp.c index 3172799..734e9bc 100644 --- a/src/cp.c +++ b/src/cp.c @@ -1,5 +1,5 @@ // cp.c, version 0.0.2 -// OMKOV coreutils implementation of POSIX cksum +// OMKOV coreutils implementation of POSIX cp // Copyright (C) 2021, Jakob Wakeling // All rights reserved.