From 79c62b858428aa3cc1207f7562574498a118fc71 Mon Sep 17 00:00:00 2001 From: Pierre Pronchery Date: Wed, 9 Dec 2020 16:33:15 +0100 Subject: [PATCH] Update the copyright notice --- src/cp.c | 2 +- src/ls.c | 2 +- src/mv.c | 2 +- 3 files changed, 3 insertions(+), 3 deletions(-) diff --git a/src/cp.c b/src/cp.c index 9a2792c..4ed4294 100644 --- a/src/cp.c +++ b/src/cp.c @@ -1,5 +1,5 @@ /* $Id$ */ -/* Copyright (c) 2004-2018 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/ls.c b/src/ls.c index be22e13..d726ff1 100644 --- a/src/ls.c +++ b/src/ls.c @@ -1,5 +1,5 @@ /* $Id$ */ -/* Copyright (c) 2004-2016 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/mv.c b/src/mv.c index 5ddb2e0..7bbcea4 100644 --- a/src/mv.c +++ b/src/mv.c @@ -1,5 +1,5 @@ /* $Id$ */ -/* Copyright (c) 2007-2018 Pierre Pronchery */ +/* Copyright (c) 2007-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