From f7534105d0785fe5cfefd84ea4d8a8d22cff005f Mon Sep 17 00:00:00 2001 From: Pierre Pronchery Date: Thu, 10 Oct 2024 00:52:57 +0200 Subject: [PATCH] Update the copyright notice --- src/applets/leds.c | 2 +- src/applets/mixer.c | 2 +- src/applets/pager.c | 2 +- src/applets/systray.c | 2 +- src/applets/tasks.c | 2 +- src/applets/title.c | 2 +- src/window.c | 2 +- 7 files changed, 7 insertions(+), 7 deletions(-) diff --git a/src/applets/leds.c b/src/applets/leds.c index 46a476b..b879c3c 100644 --- a/src/applets/leds.c +++ b/src/applets/leds.c @@ -1,5 +1,5 @@ /* $Id$ */ -/* Copyright (c) 2016-2023 Pierre Pronchery */ +/* Copyright (c) 2016-2024 Pierre Pronchery */ /* This file is part of DeforaOS Desktop Panel */ /* 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/applets/mixer.c b/src/applets/mixer.c index 7a70df1..0b625a3 100644 --- a/src/applets/mixer.c +++ b/src/applets/mixer.c @@ -1,5 +1,5 @@ /* $Id$ */ -/* Copyright (c) 2012-2023 Pierre Pronchery */ +/* Copyright (c) 2012-2024 Pierre Pronchery */ /* This file is part of DeforaOS Desktop Panel */ /* 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/applets/pager.c b/src/applets/pager.c index a1e9832..c5b2b88 100644 --- a/src/applets/pager.c +++ b/src/applets/pager.c @@ -1,5 +1,5 @@ /* $Id$ */ -/* Copyright (c) 2010-2023 Pierre Pronchery */ +/* Copyright (c) 2010-2024 Pierre Pronchery */ /* This file is part of DeforaOS Pager Panel */ /* 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/applets/systray.c b/src/applets/systray.c index 024e278..2ed3714 100644 --- a/src/applets/systray.c +++ b/src/applets/systray.c @@ -1,5 +1,5 @@ /* $Id$ */ -/* Copyright (c) 2010-2023 Pierre Pronchery */ +/* Copyright (c) 2010-2024 Pierre Pronchery */ /* This file is part of DeforaOS Pager Panel */ /* 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/applets/tasks.c b/src/applets/tasks.c index bd8ea90..adc3d6f 100644 --- a/src/applets/tasks.c +++ b/src/applets/tasks.c @@ -1,5 +1,5 @@ /* $Id$ */ -/* Copyright (c) 2011-2023 Pierre Pronchery */ +/* Copyright (c) 2011-2024 Pierre Pronchery */ /* This file is part of DeforaOS Desktop Panel */ /* 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/applets/title.c b/src/applets/title.c index 2f83924..4d0f0df 100644 --- a/src/applets/title.c +++ b/src/applets/title.c @@ -1,5 +1,5 @@ /* $Id$ */ -/* Copyright (c) 2011-2023 Pierre Pronchery */ +/* Copyright (c) 2011-2024 Pierre Pronchery */ /* This file is part of DeforaOS Desktop Panel */ /* 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/window.c b/src/window.c index 9031c0d..1041708 100644 --- a/src/window.c +++ b/src/window.c @@ -1,5 +1,5 @@ /* $Id$ */ -/* Copyright (c) 2011-2022 Pierre Pronchery */ +/* Copyright (c) 2011-2024 Pierre Pronchery */ /* This file is part of DeforaOS Desktop Panel */ /* 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