From 8a84440960bcd2be7d1dfa607e51a978507b4874 Mon Sep 17 00:00:00 2001 From: Pierre Pronchery Date: Tue, 11 Jan 2022 04:40:12 +0100 Subject: [PATCH] Update the copyright notice --- src/todo.c | 2 +- src/window.c | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/src/todo.c b/src/todo.c index cdc7719..f308c81 100644 --- a/src/todo.c +++ b/src/todo.c @@ -1,6 +1,6 @@ /* $Id$ */ static char _copyright[] = -"Copyright © 2009-2020 Pierre Pronchery "; +"Copyright © 2009-2022 Pierre Pronchery "; /* This file is part of DeforaOS Desktop Todo */ static char const _license[] = "All rights reserved.\n" "\n" diff --git a/src/window.c b/src/window.c index 66e91c1..8812cd0 100644 --- a/src/window.c +++ b/src/window.c @@ -1,5 +1,5 @@ /* $Id$ */ -/* Copyright (c) 2012-2015 Pierre Pronchery */ +/* Copyright (c) 2012-2022 Pierre Pronchery */ /* This file is part of DeforaOS Desktop Todo */ /* All rights reserved. *