From 87efa6602b0dc583a13e9faf4dd636f1afffa7f2 Mon Sep 17 00:00:00 2001 From: Pierre Pronchery Date: Tue, 8 Dec 2020 19:44:14 +0100 Subject: [PATCH] Update the copyright notice --- src/cksum.c | 2 +- src/cmp.c | 2 +- src/date.c | 2 +- src/df.c | 2 +- 4 files changed, 4 insertions(+), 4 deletions(-) diff --git a/src/cksum.c b/src/cksum.c index 336ed79..28f2c20 100644 --- a/src/cksum.c +++ b/src/cksum.c @@ -1,5 +1,5 @@ /* $Id$ */ -/* Copyright (c) 2009 Pierre Pronchery */ +/* Copyright (c) 2005-2020 Pierre Pronchery */ /* This file is part of DeforaOS Unix utils */ /* This program is free software: you can redistribute it and/or modify * it under the terms of the GNU General Public License as published by diff --git a/src/cmp.c b/src/cmp.c index b712bfe..b2d0663 100644 --- a/src/cmp.c +++ b/src/cmp.c @@ -1,5 +1,5 @@ /* $Id$ */ -/* Copyright (c) 2009 Pierre Pronchery */ +/* Copyright (c) 2004-2020 Pierre Pronchery */ /* This file is part of DeforaOS Unix utils */ /* This program is free software: you can redistribute it and/or modify * it under the terms of the GNU General Public License as published by diff --git a/src/date.c b/src/date.c index 8a8b3d4..eca8804 100644 --- a/src/date.c +++ b/src/date.c @@ -1,5 +1,5 @@ /* $Id$ */ -/* Copyright (c) 2014 Pierre Pronchery */ +/* Copyright (c) 2014-2020 Pierre Pronchery */ /* This file is part of DeforaOS Unix utils */ /* This program is free software: you can redistribute it and/or modify * it under the terms of the GNU General Public License as published by diff --git a/src/df.c b/src/df.c index 5d8f68e..bc7ae22 100644 --- a/src/df.c +++ b/src/df.c @@ -1,5 +1,5 @@ /* $Id$ */ -/* Copyright (c) 2006-2013 Pierre Pronchery */ +/* Copyright (c) 2006-2020 Pierre Pronchery */ /* This file is part of DeforaOS Unix utils */ /* This program is free software: you can redistribute it and/or modify * it under the terms of the GNU General Public License as published by