diff --git a/src/applets/embed.c b/src/applets/embed.c index 60feabc..a859421 100644 --- a/src/applets/embed.c +++ b/src/applets/embed.c @@ -1,5 +1,5 @@ /* $Id$ */ -/* Copyright (c) 2012-2015 Pierre Pronchery */ +/* Copyright (c) 2012-2018 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 20e8abc..0c812de 100644 --- a/src/applets/pager.c +++ b/src/applets/pager.c @@ -1,5 +1,5 @@ /* $Id$ */ -/* Copyright (c) 2010-2017 Pierre Pronchery */ +/* Copyright (c) 2010-2018 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/phone.c b/src/applets/phone.c index 8210a72..e1fc7e5 100644 --- a/src/applets/phone.c +++ b/src/applets/phone.c @@ -1,5 +1,5 @@ /* $Id$ */ -/* Copyright (c) 2011-2015 Pierre Pronchery */ +/* Copyright (c) 2011-2018 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/systray.c b/src/applets/systray.c index 2119281..0daf7ce 100644 --- a/src/applets/systray.c +++ b/src/applets/systray.c @@ -1,5 +1,5 @@ /* $Id$ */ -/* Copyright (c) 2010-2015 Pierre Pronchery */ +/* Copyright (c) 2010-2018 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/title.c b/src/applets/title.c index 3bb5416..f11d828 100644 --- a/src/applets/title.c +++ b/src/applets/title.c @@ -1,5 +1,5 @@ /* $Id$ */ -/* Copyright (c) 2011-2015 Pierre Pronchery */ +/* Copyright (c) 2011-2018 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/helper.c b/src/helper.c index fadf6cb..b4259a3 100644 --- a/src/helper.c +++ b/src/helper.c @@ -1,6 +1,6 @@ /* $Id$ */ static char const _copyright[] = -"Copyright © 2004-2017 DeforaOS Project "; +"Copyright © 2004-2018 DeforaOS Project "; /* This file is part of DeforaOS Desktop Panel */ static char const _license[] = "This program is free software: you can redistribute it and/or modify\n" diff --git a/src/window.c b/src/window.c index a6f21c1..589c03b 100644 --- a/src/window.c +++ b/src/window.c @@ -1,5 +1,5 @@ /* $Id$ */ -/* Copyright (c) 2011-2017 Pierre Pronchery */ +/* Copyright (c) 2011-2018 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/tests/applets2.c b/tests/applets2.c index 72c1de0..f506129 100644 --- a/tests/applets2.c +++ b/tests/applets2.c @@ -1,5 +1,5 @@ /* $Id$ */ -/* Copyright (c) 2013-2015 Pierre Pronchery */ +/* Copyright (c) 2013-2018 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