From 44afee86cafc5cbf89088e4b4414dcfeaad2e5ee Mon Sep 17 00:00:00 2001 From: Pierre Pronchery Date: Sun, 6 Oct 2024 23:27:25 +0200 Subject: [PATCH] Update the copyright notice --- src/notes.c | 2 +- src/notes.h | 2 +- tools/notes.c | 2 +- 3 files changed, 3 insertions(+), 3 deletions(-) diff --git a/src/notes.c b/src/notes.c index 3b7ccee..286369e 100644 --- a/src/notes.c +++ b/src/notes.c @@ -1,6 +1,6 @@ /* $Id$ */ static char _copyright[] = -"Copyright © 2015-2020 Pierre Pronchery "; +"Copyright © 2015-2024 Pierre Pronchery "; /* This file is part of DeforaOS Desktop Notes */ static char const _license[] = "All rights reserved.\n" "\n" diff --git a/src/notes.h b/src/notes.h index 5348878..cb21b75 100644 --- a/src/notes.h +++ b/src/notes.h @@ -1,5 +1,5 @@ /* $Id$ */ -/* Copyright (c) 2015 Pierre Pronchery */ +/* Copyright (c) 2015-2024 Pierre Pronchery */ /* This file is part of DeforaOS Desktop Notes */ /* All rights reserved. * diff --git a/tools/notes.c b/tools/notes.c index b602a4e..ffd679d 100644 --- a/tools/notes.c +++ b/tools/notes.c @@ -1,5 +1,5 @@ /* $Id$ */ -/* Copyright (c) 2015-2020 Pierre Pronchery */ +/* Copyright (c) 2015-2024 Pierre Pronchery */ /* This file is part of DeforaOS Desktop Notes */ /* All rights reserved. *