From 308f2cb8eac1f3165a6ab6170b3e63675c02dde0 Mon Sep 17 00:00:00 2001 From: Brenden Matthews Date: Sat, 27 Feb 2021 09:14:19 -0600 Subject: [PATCH] Update copyright, authors. --- AUTHORS | 4 ++-- CMakeLists.txt | 2 +- COPYING | 2 +- LICENSE.BSD | 2 +- cmake/Conky.cmake | 4 ++-- cmake/ConkyBuildOptions.cmake | 2 +- cmake/ConkyCPackSetup.cmake | 2 +- cmake/ConkyPlatformChecks.cmake | 2 +- cmake/Docbook.cmake | 2 +- cmake/ToLua.cmake | 2 +- data/CMakeLists.txt | 2 +- data/conky-dfly-smp.conf | 2 +- data/conky.conf | 2 +- data/conky_no_x11.conf | 2 +- doc/CMakeLists.txt | 2 +- doc/docs.xml | 2 +- lua/CMakeLists.txt | 2 +- lua/libcairo-helper.h | 2 +- lua/libcairo_imlib2_helper.h | 2 +- lua/librsvg-helper.h | 2 +- src/CMakeLists.txt | 2 +- src/algebra.cc | 2 +- src/algebra.h | 2 +- src/bsdapm.cc | 2 +- src/bsdapm.h | 2 +- src/ccurl_thread.cc | 2 +- src/ccurl_thread.h | 2 +- src/colours.cc | 2 +- src/colours.h | 2 +- src/combine.cc | 2 +- src/combine.h | 2 +- src/common.cc | 2 +- src/common.h | 2 +- src/conky.cc | 2 +- src/conky.h | 2 +- src/core.cc | 2 +- src/core.h | 2 +- src/cpu.cc | 2 +- src/cpu.h | 2 +- src/diskio.cc | 2 +- src/diskio.h | 2 +- src/entropy.cc | 2 +- src/entropy.h | 2 +- src/exec.cc | 2 +- src/exec.h | 2 +- src/fonts.cc | 2 +- src/fonts.h | 2 +- src/freebsd.cc | 2 +- src/freebsd.h | 2 +- src/fs.cc | 2 +- src/fs.h | 2 +- src/haiku.cc | 2 +- src/hddtemp.cc | 2 +- src/hddtemp.h | 2 +- src/hsv_gradient.cc | 2 +- src/hsv_gradient.h | 2 +- src/i18n.h | 2 +- src/i8k.cc | 2 +- src/i8k.h | 2 +- src/ibm.cc | 2 +- src/ibm.h | 2 +- src/ical.cc | 2 +- src/ical.h | 2 +- src/iconv_tools.cc | 2 +- src/iconv_tools.h | 2 +- src/imlib2.cc | 2 +- src/imlib2.h | 2 +- src/irc.cc | 2 +- src/irc.h | 2 +- src/journal.cc | 2 +- src/journal.h | 2 +- src/linux.cc | 2 +- src/linux.h | 2 +- src/llua.cc | 2 +- src/llua.h | 2 +- src/logging.h | 2 +- src/mail.cc | 2 +- src/mail.h | 2 +- src/main.cc | 2 +- src/main.h | 2 +- src/mboxscan.cc | 2 +- src/mboxscan.h | 2 +- src/mixer.cc | 2 +- src/mixer.h | 2 +- src/mpd.cc | 2 +- src/mpd.h | 2 +- src/mysql.cc | 2 +- src/mysql.h | 2 +- src/nc.cc | 2 +- src/nc.h | 2 +- src/net_stat.cc | 2 +- src/net_stat.h | 2 +- src/netbsd.cc | 2 +- src/nvidia.cc | 2 +- src/nvidia.h | 2 +- src/openbsd.cc | 2 +- src/proc.cc | 2 +- src/proc.h | 2 +- src/pulseaudio.cc | 2 +- src/pulseaudio.h | 2 +- src/read_tcpip.cc | 2 +- src/read_tcpip.h | 2 +- src/rss.cc | 2 +- src/rss.h | 2 +- src/scroll.cc | 2 +- src/scroll.h | 2 +- src/solaris.cc | 2 +- src/sony.cc | 2 +- src/sony.h | 2 +- src/specials.cc | 2 +- src/specials.h | 2 +- src/tailhead.cc | 2 +- src/tailhead.h | 2 +- src/template.cc | 2 +- src/template.h | 2 +- src/text_object.cc | 2 +- src/text_object.h | 2 +- src/timeinfo.cc | 2 +- src/timeinfo.h | 2 +- src/top.cc | 2 +- src/top.h | 2 +- src/user.cc | 2 +- src/user.h | 2 +- src/users.cc | 2 +- src/users.h | 2 +- src/weather.cc | 2 +- src/weather.h | 2 +- src/x11.cc | 2 +- src/x11.h | 2 +- src/xmms2.cc | 2 +- src/xmms2.h | 2 +- tests/test-common.cc | 2 +- tests/test-conky.cc | 2 +- tests/test-core.cc | 2 +- tests/test-darwin.cc | 2 +- tests/test-diskio.cc | 2 +- tests/test-fs.cc | 2 +- tests/test-hsv.cc | 2 +- tests/test-linux.cc | 2 +- 139 files changed, 141 insertions(+), 141 deletions(-) diff --git a/AUTHORS b/AUTHORS index e60906ce..a9af2916 100644 --- a/AUTHORS +++ b/AUTHORS @@ -46,8 +46,8 @@ Byron Clark David Carter CPU usage being reported incorrectly by top -Brenden Matthews - project maintainer +Brenden Matthews + project maintainer for https://github.com/brndnmtthws/conky Bruce Merry Xdbe (double buffering) diff --git a/CMakeLists.txt b/CMakeLists.txt index e5e891e8..4230bbd2 100644 --- a/CMakeLists.txt +++ b/CMakeLists.txt @@ -3,7 +3,7 @@ # # Please see COPYING for details # -# Copyright (c) 2005-2019 Brenden Matthews, et. al. (see AUTHORS) All rights +# Copyright (c) 2005-2021 Brenden Matthews, et. al. (see AUTHORS) All rights # reserved. # # This program is free software: you can redistribute it and/or modify it under diff --git a/COPYING b/COPYING index 43d62b10..16373bcb 100644 --- a/COPYING +++ b/COPYING @@ -6,5 +6,5 @@ LICENSE for a copy), except where noted differently (such as in portmon and audacious code which are LGPL, and prss which is an MIT-style license). Copyright (c) 2004, Hannu Saransaari and Lauri Hakkarainen -Copyright (c) 2005-2019 Brenden Matthews, Philip Kovacs, et. al. (see AUTHORS) +Copyright (c) 2005-2021 Brenden Matthews, Philip Kovacs, et. al. (see AUTHORS) All rights reserved. diff --git a/LICENSE.BSD b/LICENSE.BSD index 97185466..541d38cf 100644 --- a/LICENSE.BSD +++ b/LICENSE.BSD @@ -4,7 +4,7 @@ is now licensed under GPLv3. Copyright (c) 2004, Hannu Saransaari and Lauri Hakkarainen -Copyright (c) 2005-2019 Brenden Matthews, Philip Kovacs, et. al. (see AUTHORS) +Copyright (c) 2005-2021 Brenden Matthews, Philip Kovacs, et. al. (see AUTHORS) All rights reserved. Redistribution and use in source and binary forms, with or without diff --git a/cmake/Conky.cmake b/cmake/Conky.cmake index e8424775..61cf8f2f 100644 --- a/cmake/Conky.cmake +++ b/cmake/Conky.cmake @@ -3,7 +3,7 @@ # # Please see COPYING for details # -# Copyright (c) 2005-2019 Brenden Matthews, et. al. (see AUTHORS) All rights +# Copyright (c) 2005-2021 Brenden Matthews, et. al. (see AUTHORS) All rights # reserved. # # This program is free software: you can redistribute it and/or modify it under @@ -173,7 +173,7 @@ else(RELEASE) "${VERSION_MAJOR}.${VERSION_MINOR}.${VERSION_PATCH}_pre${COMMIT_COUNT}") endif(RELEASE) -set(COPYRIGHT "Copyright Brenden Matthews, et al, 2005-2019") +set(COPYRIGHT "Copyright Brenden Matthews, et al, 2005-2021") macro(AC_SEARCH_LIBS FUNCTION_NAME INCLUDES TARGET_VAR) if("${TARGET_VAR}" MATCHES "^${TARGET_VAR}$") diff --git a/cmake/ConkyBuildOptions.cmake b/cmake/ConkyBuildOptions.cmake index f38d6f19..cc2d54a8 100644 --- a/cmake/ConkyBuildOptions.cmake +++ b/cmake/ConkyBuildOptions.cmake @@ -3,7 +3,7 @@ # # Please see COPYING for details # -# Copyright (c) 2005-2019 Brenden Matthews, et. al. (see AUTHORS) All rights +# Copyright (c) 2005-2021 Brenden Matthews, et. al. (see AUTHORS) All rights # reserved. # # This program is free software: you can redistribute it and/or modify it under diff --git a/cmake/ConkyCPackSetup.cmake b/cmake/ConkyCPackSetup.cmake index e8407339..cb941c51 100644 --- a/cmake/ConkyCPackSetup.cmake +++ b/cmake/ConkyCPackSetup.cmake @@ -3,7 +3,7 @@ # # Please see COPYING for details # -# Copyright (c) 2005-2019 Brenden Matthews, et. al. (see AUTHORS) All rights +# Copyright (c) 2005-2021 Brenden Matthews, et. al. (see AUTHORS) All rights # reserved. # # This program is free software: you can redistribute it and/or modify it under diff --git a/cmake/ConkyPlatformChecks.cmake b/cmake/ConkyPlatformChecks.cmake index 55ebe2dd..510b5156 100644 --- a/cmake/ConkyPlatformChecks.cmake +++ b/cmake/ConkyPlatformChecks.cmake @@ -3,7 +3,7 @@ # # Please see COPYING for details # -# Copyright (c) 2005-2019 Brenden Matthews, et. al. (see AUTHORS) All rights +# Copyright (c) 2005-2021 Brenden Matthews, et. al. (see AUTHORS) All rights # reserved. # # This program is free software: you can redistribute it and/or modify it under diff --git a/cmake/Docbook.cmake b/cmake/Docbook.cmake index 3db6efab..1f4f7fce 100644 --- a/cmake/Docbook.cmake +++ b/cmake/Docbook.cmake @@ -3,7 +3,7 @@ # # Please see COPYING for details # -# Copyright (c) 2005-2019 Brenden Matthews, et. al. (see AUTHORS) All rights +# Copyright (c) 2005-2021 Brenden Matthews, et. al. (see AUTHORS) All rights # reserved. # # This program is free software: you can redistribute it and/or modify it under diff --git a/cmake/ToLua.cmake b/cmake/ToLua.cmake index 114c40fc..57abbf56 100644 --- a/cmake/ToLua.cmake +++ b/cmake/ToLua.cmake @@ -3,7 +3,7 @@ # # Please see COPYING for details # -# Copyright (c) 2005-2019 Brenden Matthews, et. al. (see AUTHORS) All rights +# Copyright (c) 2005-2021 Brenden Matthews, et. al. (see AUTHORS) All rights # reserved. # # This program is free software: you can redistribute it and/or modify it under diff --git a/data/CMakeLists.txt b/data/CMakeLists.txt index 0d0b93aa..d55bd2e2 100644 --- a/data/CMakeLists.txt +++ b/data/CMakeLists.txt @@ -3,7 +3,7 @@ # # Please see COPYING for details # -# Copyright (c) 2005-2019 Brenden Matthews, et. al. (see AUTHORS) All rights +# Copyright (c) 2005-2021 Brenden Matthews, et. al. (see AUTHORS) All rights # reserved. # # This program is free software: you can redistribute it and/or modify it under diff --git a/data/conky-dfly-smp.conf b/data/conky-dfly-smp.conf index 0adc0594..2f7f49af 100644 --- a/data/conky-dfly-smp.conf +++ b/data/conky-dfly-smp.conf @@ -8,7 +8,7 @@ All code written since the fork of torsmo is licensed under the GPL Please see COPYING for details Copyright (c) 2004, Hannu Saransaari and Lauri Hakkarainen -Copyright (c) 2005-2019 Brenden Matthews, Philip Kovacs, et. al. (see AUTHORS) +Copyright (c) 2005-2021 Brenden Matthews, Philip Kovacs, et. al. (see AUTHORS) All rights reserved. This program is free software: you can redistribute it and/or modify diff --git a/data/conky.conf b/data/conky.conf index 9a244b08..83ca7487 100644 --- a/data/conky.conf +++ b/data/conky.conf @@ -8,7 +8,7 @@ All code written since the fork of torsmo is licensed under the GPL Please see COPYING for details Copyright (c) 2004, Hannu Saransaari and Lauri Hakkarainen -Copyright (c) 2005-2019 Brenden Matthews, Philip Kovacs, et. al. (see AUTHORS) +Copyright (c) 2005-2021 Brenden Matthews, Philip Kovacs, et. al. (see AUTHORS) All rights reserved. This program is free software: you can redistribute it and/or modify diff --git a/data/conky_no_x11.conf b/data/conky_no_x11.conf index 05c4364f..686c6c41 100644 --- a/data/conky_no_x11.conf +++ b/data/conky_no_x11.conf @@ -7,7 +7,7 @@ -- Please see COPYING for details -- Copyright (c) 2004, Hannu Saransaari and Lauri Hakkarainen --- Copyright (c) 2005-2019 Brenden Matthews, Philip Kovacs, et. al. (see AUTHORS) +-- Copyright (c) 2005-2021 Brenden Matthews, Philip Kovacs, et. al. (see AUTHORS) -- All rights reserved. -- This program is free software: you can redistribute it and/or modify diff --git a/doc/CMakeLists.txt b/doc/CMakeLists.txt index 454c5ac6..10ec4f44 100644 --- a/doc/CMakeLists.txt +++ b/doc/CMakeLists.txt @@ -3,7 +3,7 @@ # # Please see COPYING for details # -# Copyright (c) 2005-2019 Brenden Matthews, et. al. (see AUTHORS) All rights +# Copyright (c) 2005-2021 Brenden Matthews, et. al. (see AUTHORS) All rights # reserved. # # This program is free software: you can redistribute it and/or modify it under diff --git a/doc/docs.xml b/doc/docs.xml index c70c0c39..dbad32d8 100644 --- a/doc/docs.xml +++ b/doc/docs.xml @@ -249,7 +249,7 @@ Copying - Copyright (c) 2005-2019 Brenden Matthews, Philip Kovacs, et. al. + Copyright (c) 2005-2021 Brenden Matthews, Philip Kovacs, et. al. Any original torsmo code is licensed under the BSD license (see LICENSE.BSD for a copy). All code written since the fork of torsmo is licensed under the GPL (see LICENSE.GPL for a copy), except where diff --git a/lua/CMakeLists.txt b/lua/CMakeLists.txt index 3f1cfb5c..6e000e64 100644 --- a/lua/CMakeLists.txt +++ b/lua/CMakeLists.txt @@ -3,7 +3,7 @@ # # Please see COPYING for details # -# Copyright (c) 2005-2019 Brenden Matthews, et. al. (see AUTHORS) All rights +# Copyright (c) 2005-2021 Brenden Matthews, et. al. (see AUTHORS) All rights # reserved. # # This program is free software: you can redistribute it and/or modify it under diff --git a/lua/libcairo-helper.h b/lua/libcairo-helper.h index 3a524655..6c264d6a 100644 --- a/lua/libcairo-helper.h +++ b/lua/libcairo-helper.h @@ -4,7 +4,7 @@ * * Please see COPYING for details * - * Copyright (c) 2005-2019 Brenden Matthews, Philip Kovacs, et. al. + * Copyright (c) 2005-2021 Brenden Matthews, Philip Kovacs, et. al. * (see AUTHORS) * All rights reserved. * diff --git a/lua/libcairo_imlib2_helper.h b/lua/libcairo_imlib2_helper.h index 92a18de4..30415e0a 100644 --- a/lua/libcairo_imlib2_helper.h +++ b/lua/libcairo_imlib2_helper.h @@ -4,7 +4,7 @@ * * Please see COPYING for details * - * Copyright (c) 2005-2019 Brenden Matthews, Philip Kovacs, et. al. + * Copyright (c) 2005-2021 Brenden Matthews, Philip Kovacs, et. al. * (see AUTHORS) * All rights reserved. * diff --git a/lua/librsvg-helper.h b/lua/librsvg-helper.h index 9d115a53..351e0d24 100644 --- a/lua/librsvg-helper.h +++ b/lua/librsvg-helper.h @@ -4,7 +4,7 @@ * * Please see COPYING for details * - * Copyright (c) 2005-2019 Brenden Matthews, Philip Kovacs, et. al. + * Copyright (c) 2005-2021 Brenden Matthews, Philip Kovacs, et. al. * (see AUTHORS) * All rights reserved. * diff --git a/src/CMakeLists.txt b/src/CMakeLists.txt index cc84f0d7..7162b749 100644 --- a/src/CMakeLists.txt +++ b/src/CMakeLists.txt @@ -3,7 +3,7 @@ # # Please see COPYING for details # -# Copyright (c) 2005-2019 Brenden Matthews, et. al. (see AUTHORS) All rights +# Copyright (c) 2005-2021 Brenden Matthews, et. al. (see AUTHORS) All rights # reserved. # # This program is free software: you can redistribute it and/or modify it under diff --git a/src/algebra.cc b/src/algebra.cc index dcb70ce8..98e696cd 100644 --- a/src/algebra.cc +++ b/src/algebra.cc @@ -9,7 +9,7 @@ * Please see COPYING for details * * Copyright (c) 2004, Hannu Saransaari and Lauri Hakkarainen - * Copyright (c) 2005-2019 Brenden Matthews, Philip Kovacs, et. al. + * Copyright (c) 2005-2021 Brenden Matthews, Philip Kovacs, et. al. * (see AUTHORS) * All rights reserved. * diff --git a/src/algebra.h b/src/algebra.h index e38e13cb..588d4bc2 100644 --- a/src/algebra.h +++ b/src/algebra.h @@ -9,7 +9,7 @@ * Please see COPYING for details * * Copyright (c) 2004, Hannu Saransaari and Lauri Hakkarainen - * Copyright (c) 2005-2019 Brenden Matthews, Philip Kovacs, et. al. + * Copyright (c) 2005-2021 Brenden Matthews, Philip Kovacs, et. al. * (see AUTHORS) * All rights reserved. * diff --git a/src/bsdapm.cc b/src/bsdapm.cc index 204dfa10..1be355e1 100644 --- a/src/bsdapm.cc +++ b/src/bsdapm.cc @@ -9,7 +9,7 @@ * Please see COPYING for details * * Copyright (c) 2004, Hannu Saransaari and Lauri Hakkarainen - * Copyright (c) 2005-2019 Brenden Matthews, Philip Kovacs, et. al. + * Copyright (c) 2005-2021 Brenden Matthews, Philip Kovacs, et. al. * (see AUTHORS) * All rights reserved. * diff --git a/src/bsdapm.h b/src/bsdapm.h index 7201c54a..2e9da568 100644 --- a/src/bsdapm.h +++ b/src/bsdapm.h @@ -9,7 +9,7 @@ * Please see COPYING for details * * Copyright (c) 2004, Hannu Saransaari and Lauri Hakkarainen - * Copyright (c) 2005-2019 Brenden Matthews, Philip Kovacs, et. al. + * Copyright (c) 2005-2021 Brenden Matthews, Philip Kovacs, et. al. * (see AUTHORS) * All rights reserved. * diff --git a/src/ccurl_thread.cc b/src/ccurl_thread.cc index 9082fc82..2e818723 100644 --- a/src/ccurl_thread.cc +++ b/src/ccurl_thread.cc @@ -4,7 +4,7 @@ * * Please see COPYING for details * - * Copyright (c) 2005-2019 Brenden Matthews, Philip Kovacs, et. al. + * Copyright (c) 2005-2021 Brenden Matthews, Philip Kovacs, et. al. * (see AUTHORS) * All rights reserved. * diff --git a/src/ccurl_thread.h b/src/ccurl_thread.h index 62576cce..0e3ccca8 100644 --- a/src/ccurl_thread.h +++ b/src/ccurl_thread.h @@ -4,7 +4,7 @@ * * Please see COPYING for details * - * Copyright (c) 2005-2019 Brenden Matthews, Philip Kovacs, et. al. + * Copyright (c) 2005-2021 Brenden Matthews, Philip Kovacs, et. al. * (see AUTHORS) * All rights reserved. * diff --git a/src/colours.cc b/src/colours.cc index fc965b23..8c24426a 100644 --- a/src/colours.cc +++ b/src/colours.cc @@ -9,7 +9,7 @@ * Please see COPYING for details * * Copyright (c) 2004, Hannu Saransaari and Lauri Hakkarainen - * Copyright (c) 2005-2019 Brenden Matthews, Philip Kovacs, et. al. + * Copyright (c) 2005-2021 Brenden Matthews, Philip Kovacs, et. al. * (see AUTHORS) * All rights reserved. * diff --git a/src/colours.h b/src/colours.h index 0c035cba..66b5f0f2 100644 --- a/src/colours.h +++ b/src/colours.h @@ -9,7 +9,7 @@ * Please see COPYING for details * * Copyright (c) 2004, Hannu Saransaari and Lauri Hakkarainen - * Copyright (c) 2005-2019 Brenden Matthews, Philip Kovacs, et. al. + * Copyright (c) 2005-2021 Brenden Matthews, Philip Kovacs, et. al. * (see AUTHORS) * All rights reserved. * diff --git a/src/combine.cc b/src/combine.cc index dcc156be..5262a8db 100644 --- a/src/combine.cc +++ b/src/combine.cc @@ -9,7 +9,7 @@ * Please see COPYING for details * * Copyright (c) 2004, Hannu Saransaari and Lauri Hakkarainen - * Copyright (c) 2005-2019 Brenden Matthews, Philip Kovacs, et. al. + * Copyright (c) 2005-2021 Brenden Matthews, Philip Kovacs, et. al. * (see AUTHORS) * All rights reserved. * diff --git a/src/combine.h b/src/combine.h index 2f62a135..b0b0c572 100644 --- a/src/combine.h +++ b/src/combine.h @@ -9,7 +9,7 @@ * Please see COPYING for details * * Copyright (c) 2004, Hannu Saransaari and Lauri Hakkarainen - * Copyright (c) 2005-2019 Brenden Matthews, Philip Kovacs, et. al. + * Copyright (c) 2005-2021 Brenden Matthews, Philip Kovacs, et. al. * (see AUTHORS) * All rights reserved. * diff --git a/src/common.cc b/src/common.cc index 34851f23..16a42c6c 100644 --- a/src/common.cc +++ b/src/common.cc @@ -9,7 +9,7 @@ * Please see COPYING for details * * Copyright (c) 2004, Hannu Saransaari and Lauri Hakkarainen - * Copyright (c) 2005-2019 Brenden Matthews, Philip Kovacs, et. al. + * Copyright (c) 2005-2021 Brenden Matthews, Philip Kovacs, et. al. * (see AUTHORS) * All rights reserved. * diff --git a/src/common.h b/src/common.h index 30ecd968..26af827d 100644 --- a/src/common.h +++ b/src/common.h @@ -4,7 +4,7 @@ * * Please see COPYING for details * - * Copyright (c) 2005-2019 Brenden Matthews, Philip Kovacs, et. al. + * Copyright (c) 2005-2021 Brenden Matthews, Philip Kovacs, et. al. * (see AUTHORS) * All rights reserved. * diff --git a/src/conky.cc b/src/conky.cc index 492a6386..5ed02569 100644 --- a/src/conky.cc +++ b/src/conky.cc @@ -9,7 +9,7 @@ * Please see COPYING for details * * Copyright (c) 2004, Hannu Saransaari and Lauri Hakkarainen - * Copyright (c) 2005-2019 Brenden Matthews, Philip Kovacs, et. al. + * Copyright (c) 2005-2021 Brenden Matthews, Philip Kovacs, et. al. * (see AUTHORS) * All rights reserved. * diff --git a/src/conky.h b/src/conky.h index 3479e213..733a09cd 100644 --- a/src/conky.h +++ b/src/conky.h @@ -9,7 +9,7 @@ * Please see COPYING for details * * Copyright (c) 2004, Hannu Saransaari and Lauri Hakkarainen - * Copyright (c) 2005-2019 Brenden Matthews, Philip Kovacs, et. al. + * Copyright (c) 2005-2021 Brenden Matthews, Philip Kovacs, et. al. * (see AUTHORS) * All rights reserved. * diff --git a/src/core.cc b/src/core.cc index d60daccf..c7ac8c46 100644 --- a/src/core.cc +++ b/src/core.cc @@ -9,7 +9,7 @@ * Please see COPYING for details * * Copyright (c) 2004, Hannu Saransaari and Lauri Hakkarainen - * Copyright (c) 2005-2019 Brenden Matthews, Philip Kovacs, et. al. + * Copyright (c) 2005-2021 Brenden Matthews, Philip Kovacs, et. al. * (see AUTHORS) * All rights reserved. * diff --git a/src/core.h b/src/core.h index cc358ddb..1c4be653 100644 --- a/src/core.h +++ b/src/core.h @@ -9,7 +9,7 @@ * Please see COPYING for details * * Copyright (c) 2004, Hannu Saransaari and Lauri Hakkarainen - * Copyright (c) 2005-2019 Brenden Matthews, Philip Kovacs, et. al. + * Copyright (c) 2005-2021 Brenden Matthews, Philip Kovacs, et. al. * (see AUTHORS) * All rights reserved. * diff --git a/src/cpu.cc b/src/cpu.cc index 08975a7e..c7e9e3e0 100644 --- a/src/cpu.cc +++ b/src/cpu.cc @@ -9,7 +9,7 @@ * Please see COPYING for details * * Copyright (c) 2004, Hannu Saransaari and Lauri Hakkarainen - * Copyright (c) 2005-2019 Brenden Matthews, Philip Kovacs, et. al. + * Copyright (c) 2005-2021 Brenden Matthews, Philip Kovacs, et. al. * (see AUTHORS) * All rights reserved. * diff --git a/src/cpu.h b/src/cpu.h index 906007c4..b16af088 100644 --- a/src/cpu.h +++ b/src/cpu.h @@ -9,7 +9,7 @@ * Please see COPYING for details * * Copyright (c) 2004, Hannu Saransaari and Lauri Hakkarainen - * Copyright (c) 2005-2019 Brenden Matthews, Philip Kovacs, et. al. + * Copyright (c) 2005-2021 Brenden Matthews, Philip Kovacs, et. al. * (see AUTHORS) * All rights reserved. * diff --git a/src/diskio.cc b/src/diskio.cc index 1b4e564b..b2aaf7da 100644 --- a/src/diskio.cc +++ b/src/diskio.cc @@ -9,7 +9,7 @@ * Please see COPYING for details * * Copyright (c) 2004, Hannu Saransaari and Lauri Hakkarainen - * Copyright (c) 2005-2019 Brenden Matthews, Philip Kovacs, et. al. + * Copyright (c) 2005-2021 Brenden Matthews, Philip Kovacs, et. al. * (see AUTHORS) * All rights reserved. * diff --git a/src/diskio.h b/src/diskio.h index 552d7221..bab7e037 100644 --- a/src/diskio.h +++ b/src/diskio.h @@ -9,7 +9,7 @@ * Please see COPYING for details * * Copyright (c) 2004, Hannu Saransaari and Lauri Hakkarainen - * Copyright (c) 2005-2019 Brenden Matthews, Philip Kovacs, et. al. + * Copyright (c) 2005-2021 Brenden Matthews, Philip Kovacs, et. al. * (see AUTHORS) * All rights reserved. * diff --git a/src/entropy.cc b/src/entropy.cc index 204ddd31..deceebef 100644 --- a/src/entropy.cc +++ b/src/entropy.cc @@ -9,7 +9,7 @@ * Please see COPYING for details * * Copyright (c) 2004, Hannu Saransaari and Lauri Hakkarainen - * Copyright (c) 2005-2019 Brenden Matthews, Philip Kovacs, et. al. + * Copyright (c) 2005-2021 Brenden Matthews, Philip Kovacs, et. al. * (see AUTHORS) * All rights reserved. * diff --git a/src/entropy.h b/src/entropy.h index 81eb7d7f..8ef99b32 100644 --- a/src/entropy.h +++ b/src/entropy.h @@ -9,7 +9,7 @@ * Please see COPYING for details * * Copyright (c) 2004, Hannu Saransaari and Lauri Hakkarainen - * Copyright (c) 2005-2019 Brenden Matthews, Philip Kovacs, et. al. + * Copyright (c) 2005-2021 Brenden Matthews, Philip Kovacs, et. al. * (see AUTHORS) * All rights reserved. * diff --git a/src/exec.cc b/src/exec.cc index c0aa539f..f54e1bbe 100644 --- a/src/exec.cc +++ b/src/exec.cc @@ -9,7 +9,7 @@ * Please see COPYING for details * * Copyright (c) 2004, Hannu Saransaari and Lauri Hakkarainen - * Copyright (c) 2005-2019 Brenden Matthews, Philip Kovacs, et. al. + * Copyright (c) 2005-2021 Brenden Matthews, Philip Kovacs, et. al. * (see AUTHORS) * All rights reserved. * diff --git a/src/exec.h b/src/exec.h index 14e1b886..db1e83cc 100644 --- a/src/exec.h +++ b/src/exec.h @@ -9,7 +9,7 @@ * Please see COPYING for details * * Copyright (c) 2004, Hannu Saransaari and Lauri Hakkarainen - * Copyright (c) 2005-2019 Brenden Matthews, Philip Kovacs, et. al. + * Copyright (c) 2005-2021 Brenden Matthews, Philip Kovacs, et. al. * (see AUTHORS) * All rights reserved. * diff --git a/src/fonts.cc b/src/fonts.cc index cfb01d7d..31c84a64 100644 --- a/src/fonts.cc +++ b/src/fonts.cc @@ -9,7 +9,7 @@ * Please see COPYING for details * * Copyright (c) 2004, Hannu Saransaari and Lauri Hakkarainen - * Copyright (c) 2005-2019 Brenden Matthews, Philip Kovacs, et. al. + * Copyright (c) 2005-2021 Brenden Matthews, Philip Kovacs, et. al. * (see AUTHORS) * All rights reserved. * diff --git a/src/fonts.h b/src/fonts.h index 9ba1e4d6..bcbf4f43 100644 --- a/src/fonts.h +++ b/src/fonts.h @@ -9,7 +9,7 @@ * Please see COPYING for details * * Copyright (c) 2004, Hannu Saransaari and Lauri Hakkarainen - * Copyright (c) 2005-2019 Brenden Matthews, Philip Kovacs, et. al. + * Copyright (c) 2005-2021 Brenden Matthews, Philip Kovacs, et. al. * (see AUTHORS) * All rights reserved. * diff --git a/src/freebsd.cc b/src/freebsd.cc index 3392ce1d..815391ea 100644 --- a/src/freebsd.cc +++ b/src/freebsd.cc @@ -8,7 +8,7 @@ * * Please see COPYING for details * - * Copyright (c) 2005-2019 Brenden Matthews, Philip Kovacs, et. al. + * Copyright (c) 2005-2021 Brenden Matthews, Philip Kovacs, et. al. * (see AUTHORS) * All rights reserved. * diff --git a/src/freebsd.h b/src/freebsd.h index dac1890f..a899b30a 100644 --- a/src/freebsd.h +++ b/src/freebsd.h @@ -9,7 +9,7 @@ * Please see COPYING for details * * Copyright (c) 2004, Hannu Saransaari and Lauri Hakkarainen - * Copyright (c) 2005-2019 Brenden Matthews, Philip Kovacs, et. al. + * Copyright (c) 2005-2021 Brenden Matthews, Philip Kovacs, et. al. * (see AUTHORS) * All rights reserved. * diff --git a/src/fs.cc b/src/fs.cc index 886360ef..a9f7ae4a 100644 --- a/src/fs.cc +++ b/src/fs.cc @@ -9,7 +9,7 @@ * Please see COPYING for details * * Copyright (c) 2004, Hannu Saransaari and Lauri Hakkarainen - * Copyright (c) 2005-2019 Brenden Matthews, Philip Kovacs, et. al. + * Copyright (c) 2005-2021 Brenden Matthews, Philip Kovacs, et. al. * (see AUTHORS) * All rights reserved. * diff --git a/src/fs.h b/src/fs.h index 2f3086ba..a6a0adb3 100644 --- a/src/fs.h +++ b/src/fs.h @@ -9,7 +9,7 @@ * Please see COPYING for details * * Copyright (c) 2004, Hannu Saransaari and Lauri Hakkarainen - * Copyright (c) 2005-2019 Brenden Matthews, Philip Kovacs, et. al. + * Copyright (c) 2005-2021 Brenden Matthews, Philip Kovacs, et. al. * (see AUTHORS) * All rights reserved. * diff --git a/src/haiku.cc b/src/haiku.cc index 202bd0a9..815dfb42 100644 --- a/src/haiku.cc +++ b/src/haiku.cc @@ -9,7 +9,7 @@ * Please see COPYING for details * * Copyright (c) 2004, Hannu Saransaari and Lauri Hakkarainen - * Copyright (c) 2005-2019 Brenden Matthews, Philip Kovacs, et. al. + * Copyright (c) 2005-2021 Brenden Matthews, Philip Kovacs, et. al. * (see AUTHORS) * All rights reserved. * diff --git a/src/hddtemp.cc b/src/hddtemp.cc index c65a6429..122399f3 100644 --- a/src/hddtemp.cc +++ b/src/hddtemp.cc @@ -9,7 +9,7 @@ * Please see COPYING for details * * Copyright (c) 2004, Hannu Saransaari and Lauri Hakkarainen - * Copyright (c) 2005-2019 Brenden Matthews, Philip Kovacs, et. al. + * Copyright (c) 2005-2021 Brenden Matthews, Philip Kovacs, et. al. * (see AUTHORS) * All rights reserved. * diff --git a/src/hddtemp.h b/src/hddtemp.h index 390e65c8..e4879fcb 100644 --- a/src/hddtemp.h +++ b/src/hddtemp.h @@ -5,7 +5,7 @@ * Please see COPYING for details * * Copyright (c) 2007 Toni Spets - * Copyright (c) 2005-2019 Brenden Matthews, Philip Kovacs, et. al. + * Copyright (c) 2005-2021 Brenden Matthews, Philip Kovacs, et. al. * (see AUTHORS) * All rights reserved. * diff --git a/src/hsv_gradient.cc b/src/hsv_gradient.cc index 5f104767..68d62377 100644 --- a/src/hsv_gradient.cc +++ b/src/hsv_gradient.cc @@ -9,7 +9,7 @@ * Please see COPYING for details * * Copyright (c) 2004, Hannu Saransaari and Lauri Hakkarainen - * Copyright (c) 2005-2019 Brenden Matthews, Philip Kovacs, et. al. + * Copyright (c) 2005-2021 Brenden Matthews, Philip Kovacs, et. al. * (see AUTHORS) * All rights reserved. * diff --git a/src/hsv_gradient.h b/src/hsv_gradient.h index 32a13953..7024ef7b 100644 --- a/src/hsv_gradient.h +++ b/src/hsv_gradient.h @@ -9,7 +9,7 @@ * Please see COPYING for details * * Copyright (c) 2004, Hannu Saransaari and Lauri Hakkarainen - * Copyright (c) 2005-2019 Brenden Matthews, Philip Kovacs, et. al. + * Copyright (c) 2005-2021 Brenden Matthews, Philip Kovacs, et. al. * (see AUTHORS) * All rights reserved. * diff --git a/src/i18n.h b/src/i18n.h index cb66f3fb..4b77ddd7 100644 --- a/src/i18n.h +++ b/src/i18n.h @@ -4,7 +4,7 @@ * * Please see COPYING for details * - * Copyright (c) 2005-2019 Brenden Matthews, Philip Kovacs, et. al. + * Copyright (c) 2005-2021 Brenden Matthews, Philip Kovacs, et. al. * (see AUTHORS) * All rights reserved. * diff --git a/src/i8k.cc b/src/i8k.cc index d4ca6c24..8eb07231 100644 --- a/src/i8k.cc +++ b/src/i8k.cc @@ -10,7 +10,7 @@ * * Copyright (c) 2004, Hannu Saransaari and Lauri Hakkarainen * Copyright (c) 2007 Toni Spets - * Copyright (c) 2005-2019 Brenden Matthews, Philip Kovacs, et. al. + * Copyright (c) 2005-2021 Brenden Matthews, Philip Kovacs, et. al. * (see AUTHORS) * All rights reserved. * diff --git a/src/i8k.h b/src/i8k.h index eee92d7c..e3cef05e 100644 --- a/src/i8k.h +++ b/src/i8k.h @@ -10,7 +10,7 @@ * * Copyright (c) 2004, Hannu Saransaari and Lauri Hakkarainen * Copyright (c) 2007 Toni Spets - * Copyright (c) 2005-2019 Brenden Matthews, Philip Kovacs, et. al. + * Copyright (c) 2005-2021 Brenden Matthews, Philip Kovacs, et. al. * (see AUTHORS) * All rights reserved. * diff --git a/src/ibm.cc b/src/ibm.cc index 13f0ca4e..c360179a 100644 --- a/src/ibm.cc +++ b/src/ibm.cc @@ -10,7 +10,7 @@ * * Copyright (c) 2004, Hannu Saransaari and Lauri Hakkarainen * Copyright (c) 2007 Toni Spets - * Copyright (c) 2005-2019 Brenden Matthews, Philip Kovacs, et. al. + * Copyright (c) 2005-2021 Brenden Matthews, Philip Kovacs, et. al. * (see AUTHORS) * All rights reserved. * diff --git a/src/ibm.h b/src/ibm.h index b6945fea..7bdb5f73 100644 --- a/src/ibm.h +++ b/src/ibm.h @@ -4,7 +4,7 @@ * * Please see COPYING for details * - * Copyright (c) 2005-2019 Brenden Matthews, Philip Kovacs, et. al. + * Copyright (c) 2005-2021 Brenden Matthews, Philip Kovacs, et. al. * (see AUTHORS) * All rights reserved. * diff --git a/src/ical.cc b/src/ical.cc index 0f8d77da..59ed0776 100644 --- a/src/ical.cc +++ b/src/ical.cc @@ -4,7 +4,7 @@ * * Please see COPYING for details * - * Copyright (c) 2005-2019 Brenden Matthews, Philip Kovacs, et. al. + * Copyright (c) 2005-2021 Brenden Matthews, Philip Kovacs, et. al. * (see AUTHORS) * All rights reserved. * diff --git a/src/ical.h b/src/ical.h index dae4cfd1..00e08def 100644 --- a/src/ical.h +++ b/src/ical.h @@ -4,7 +4,7 @@ * * Please see COPYING for details * - * Copyright (c) 2005-2019 Brenden Matthews, Philip Kovacs, et. al. + * Copyright (c) 2005-2021 Brenden Matthews, Philip Kovacs, et. al. * (see AUTHORS) * All rights reserved. * diff --git a/src/iconv_tools.cc b/src/iconv_tools.cc index cb6505e0..bbce149d 100644 --- a/src/iconv_tools.cc +++ b/src/iconv_tools.cc @@ -9,7 +9,7 @@ * Please see COPYING for details * * Copyright (c) 2004, Hannu Saransaari and Lauri Hakkarainen - * Copyright (c) 2005-2019 Brenden Matthews, Philip Kovacs, et. al. + * Copyright (c) 2005-2021 Brenden Matthews, Philip Kovacs, et. al. * (see AUTHORS) * All rights reserved. * diff --git a/src/iconv_tools.h b/src/iconv_tools.h index c4fe60f2..347b005a 100644 --- a/src/iconv_tools.h +++ b/src/iconv_tools.h @@ -9,7 +9,7 @@ * Please see COPYING for details * * Copyright (c) 2004, Hannu Saransaari and Lauri Hakkarainen - * Copyright (c) 2005-2019 Brenden Matthews, Philip Kovacs, et. al. + * Copyright (c) 2005-2021 Brenden Matthews, Philip Kovacs, et. al. * (see AUTHORS) * All rights reserved. * diff --git a/src/imlib2.cc b/src/imlib2.cc index 33b7daa1..57060341 100644 --- a/src/imlib2.cc +++ b/src/imlib2.cc @@ -4,7 +4,7 @@ * * Please see COPYING for details * - * Copyright (c) 2005-2019 Brenden Matthews, et. al. + * Copyright (c) 2005-2021 Brenden Matthews, et. al. * All rights reserved. * * This program is free software: you can redistribute it and/or modify diff --git a/src/imlib2.h b/src/imlib2.h index 076ac205..213ab500 100644 --- a/src/imlib2.h +++ b/src/imlib2.h @@ -4,7 +4,7 @@ * * Please see COPYING for details * - * Copyright (c) 2005-2019 Brenden Matthews, et. al. + * Copyright (c) 2005-2021 Brenden Matthews, et. al. * All rights reserved. * * This program is free software: you can redistribute it and/or modify diff --git a/src/irc.cc b/src/irc.cc index 37822df2..c1b931d7 100644 --- a/src/irc.cc +++ b/src/irc.cc @@ -4,7 +4,7 @@ * * Please see COPYING for details * - * Copyright (c) 2005-2019 Brenden Matthews, Philip Kovacs, et. al. + * Copyright (c) 2005-2021 Brenden Matthews, Philip Kovacs, et. al. * (see AUTHORS) * All rights reserved. * diff --git a/src/irc.h b/src/irc.h index 9d2342b8..ba9e5329 100644 --- a/src/irc.h +++ b/src/irc.h @@ -4,7 +4,7 @@ * * Please see COPYING for details * - * Copyright (c) 2005-2019 Brenden Matthews, Philip Kovacs, et. al. + * Copyright (c) 2005-2021 Brenden Matthews, Philip Kovacs, et. al. * (see AUTHORS) * All rights reserved. * diff --git a/src/journal.cc b/src/journal.cc index e9a3758e..5addd314 100644 --- a/src/journal.cc +++ b/src/journal.cc @@ -9,7 +9,7 @@ * Please see COPYING for details * * Copyright (c) 2004, Hannu Saransaari and Lauri Hakkarainen - * Copyright (c) 2005-2019 Brenden Matthews, Philip Kovacs, et. al. + * Copyright (c) 2005-2021 Brenden Matthews, Philip Kovacs, et. al. * (see AUTHORS) * All rights reserved. * diff --git a/src/journal.h b/src/journal.h index ad3ae369..aed24b21 100644 --- a/src/journal.h +++ b/src/journal.h @@ -9,7 +9,7 @@ * Please see COPYING for details * * Copyright (c) 2004, Hannu Saransaari and Lauri Hakkarainen - * Copyright (c) 2005-2019 Brenden Matthews, Philip Kovacs, et. al. + * Copyright (c) 2005-2021 Brenden Matthews, Philip Kovacs, et. al. * (see AUTHORS) * All rights reserved. * diff --git a/src/linux.cc b/src/linux.cc index c4c6e00e..9ef233ba 100644 --- a/src/linux.cc +++ b/src/linux.cc @@ -6,7 +6,7 @@ * * Copyright (c) 2004, Hannu Saransaari and Lauri Hakkarainen * Copyright (c) 2007 Toni Spets - * Copyright (c) 2005-2019 Brenden Matthews, Philip Kovacs, et. al. + * Copyright (c) 2005-2021 Brenden Matthews, Philip Kovacs, et. al. * (see AUTHORS) * All rights reserved. * diff --git a/src/linux.h b/src/linux.h index c93f671a..5afc8837 100644 --- a/src/linux.h +++ b/src/linux.h @@ -4,7 +4,7 @@ * * Please see COPYING for details * - * Copyright (c) 2005-2019 Brenden Matthews, Philip Kovacs, et. al. + * Copyright (c) 2005-2021 Brenden Matthews, Philip Kovacs, et. al. * (see AUTHORS) * All rights reserved. * diff --git a/src/llua.cc b/src/llua.cc index 18eb9c12..79b4e558 100644 --- a/src/llua.cc +++ b/src/llua.cc @@ -3,7 +3,7 @@ * Conky, a system monitor, based on torsmo * * Copyright (c) 2009 Toni Spets - * Copyright (c) 2005-2019 Brenden Matthews, Philip Kovacs, et. al. + * Copyright (c) 2005-2021 Brenden Matthews, Philip Kovacs, et. al. * (see AUTHORS) * All rights reserved. * diff --git a/src/llua.h b/src/llua.h index b6bcaa7a..6f9caab4 100644 --- a/src/llua.h +++ b/src/llua.h @@ -3,7 +3,7 @@ * Conky, a system monitor, based on torsmo * * Copyright (c) 2009 Toni Spets - * Copyright (c) 2005-2019 Brenden Matthews, Philip Kovacs, et. al. + * Copyright (c) 2005-2021 Brenden Matthews, Philip Kovacs, et. al. * (see AUTHORS) * All rights reserved. * diff --git a/src/logging.h b/src/logging.h index 92dd5c07..a6fa7118 100644 --- a/src/logging.h +++ b/src/logging.h @@ -9,7 +9,7 @@ * Please see COPYING for details * * Copyright (c) 2004, Hannu Saransaari and Lauri Hakkarainen - * Copyright (c) 2005-2019 Brenden Matthews, Philip Kovacs, et. al. + * Copyright (c) 2005-2021 Brenden Matthews, Philip Kovacs, et. al. * (see AUTHORS) * All rights reserved. * diff --git a/src/mail.cc b/src/mail.cc index e74ba487..216c63f6 100644 --- a/src/mail.cc +++ b/src/mail.cc @@ -9,7 +9,7 @@ * Please see COPYING for details * * Copyright (c) 2004, Hannu Saransaari and Lauri Hakkarainen - * Copyright (c) 2005-2019 Brenden Matthews, Philip Kovacs, et. al. + * Copyright (c) 2005-2021 Brenden Matthews, Philip Kovacs, et. al. * (see AUTHORS) * All rights reserved. * diff --git a/src/mail.h b/src/mail.h index 7bea7682..4bb2552a 100644 --- a/src/mail.h +++ b/src/mail.h @@ -4,7 +4,7 @@ * * Please see COPYING for details * - * Copyright (c) 2005-2019 Brenden Matthews, Philip Kovacs, et. al. + * Copyright (c) 2005-2021 Brenden Matthews, Philip Kovacs, et. al. * (see AUTHORS) * All rights reserved. * diff --git a/src/main.cc b/src/main.cc index 2258110e..cba50987 100644 --- a/src/main.cc +++ b/src/main.cc @@ -8,7 +8,7 @@ * * Please see COPYING for details * - * Copyright (c) 2005-2019 Brenden Matthews, Philip Kovacs, et. al. + * Copyright (c) 2005-2021 Brenden Matthews, Philip Kovacs, et. al. * (see AUTHORS) * All rights reserved. * diff --git a/src/main.h b/src/main.h index 9ab175a5..9aacec09 100644 --- a/src/main.h +++ b/src/main.h @@ -8,7 +8,7 @@ * * Please see COPYING for details * - * Copyright (c) 2005-2019 Brenden Matthews, Philip Kovacs, et. al. + * Copyright (c) 2005-2021 Brenden Matthews, Philip Kovacs, et. al. * (see AUTHORS) * All rights reserved. * diff --git a/src/mboxscan.cc b/src/mboxscan.cc index baf8eeda..57dbe2cc 100644 --- a/src/mboxscan.cc +++ b/src/mboxscan.cc @@ -9,7 +9,7 @@ * Please see COPYING for details * * Copyright (c) 2006 Marco Candrian - * Copyright (c) 2005-2019 Brenden Matthews, Philip Kovacs, et. al. + * Copyright (c) 2005-2021 Brenden Matthews, Philip Kovacs, et. al. * (see AUTHORS) * All rights reserved. * diff --git a/src/mboxscan.h b/src/mboxscan.h index 43c3830c..80924ce6 100644 --- a/src/mboxscan.h +++ b/src/mboxscan.h @@ -9,7 +9,7 @@ * Please see COPYING for details * * Copyright (c) 2006 Marco Candrian - * Copyright (c) 2005-2019 Brenden Matthews, Philip Kovacs, et. al. + * Copyright (c) 2005-2021 Brenden Matthews, Philip Kovacs, et. al. * (see AUTHORS) * All rights reserved. * diff --git a/src/mixer.cc b/src/mixer.cc index 19605ec8..443a8c0d 100644 --- a/src/mixer.cc +++ b/src/mixer.cc @@ -9,7 +9,7 @@ * Please see COPYING for details * * Copyright (c) 2004, Hannu Saransaari and Lauri Hakkarainen - * Copyright (c) 2005-2019 Brenden Matthews, Philip Kovacs, et. al. + * Copyright (c) 2005-2021 Brenden Matthews, Philip Kovacs, et. al. * (see AUTHORS) * All rights reserved. * diff --git a/src/mixer.h b/src/mixer.h index f4585ffb..98462fbe 100644 --- a/src/mixer.h +++ b/src/mixer.h @@ -10,7 +10,7 @@ * * Copyright (c) 2004, Hannu Saransaari and Lauri Hakkarainen * Copyright (c) 2007 Toni Spets - * Copyright (c) 2005-2019 Brenden Matthews, Philip Kovacs, et. al. + * Copyright (c) 2005-2021 Brenden Matthews, Philip Kovacs, et. al. * (see AUTHORS) * All rights reserved. * diff --git a/src/mpd.cc b/src/mpd.cc index 007aeff8..4d28826b 100644 --- a/src/mpd.cc +++ b/src/mpd.cc @@ -8,7 +8,7 @@ * * Please see COPYING for details * - * Copyright (c) 2005-2019 Brenden Matthews, Philip Kovacs, et. al. + * Copyright (c) 2005-2021 Brenden Matthews, Philip Kovacs, et. al. * (see AUTHORS) * All rights reserved. * diff --git a/src/mpd.h b/src/mpd.h index e711d4a8..5b2a4b30 100644 --- a/src/mpd.h +++ b/src/mpd.h @@ -4,7 +4,7 @@ * * Please see COPYING for details * - * Copyright (c) 2005-2019 Brenden Matthews, Philip Kovacs, et. al. + * Copyright (c) 2005-2021 Brenden Matthews, Philip Kovacs, et. al. * (see AUTHORS) * All rights reserved. * diff --git a/src/mysql.cc b/src/mysql.cc index 9e3562e2..daa3214f 100644 --- a/src/mysql.cc +++ b/src/mysql.cc @@ -8,7 +8,7 @@ * * Please see COPYING for details * - * Copyright (c) 2005-2019 Brenden Matthews, Philip Kovacs, et. al. + * Copyright (c) 2005-2021 Brenden Matthews, Philip Kovacs, et. al. * (see AUTHORS) * All rights reserved. * diff --git a/src/mysql.h b/src/mysql.h index 28835919..29d2c5c3 100644 --- a/src/mysql.h +++ b/src/mysql.h @@ -4,7 +4,7 @@ * * Please see COPYING for details * - * Copyright (c) 2005-2019 Brenden Matthews, Philip Kovacs, et. al. + * Copyright (c) 2005-2021 Brenden Matthews, Philip Kovacs, et. al. * (see AUTHORS) * All rights reserved. * diff --git a/src/nc.cc b/src/nc.cc index 96318fde..0f10fa07 100644 --- a/src/nc.cc +++ b/src/nc.cc @@ -9,7 +9,7 @@ * Please see COPYING for details * * Copyright (c) 2004, Hannu Saransaari and Lauri Hakkarainen - * Copyright (c) 2005-2019 Brenden Matthews, Philip Kovacs, et. al. + * Copyright (c) 2005-2021 Brenden Matthews, Philip Kovacs, et. al. * (see AUTHORS) * All rights reserved. * diff --git a/src/nc.h b/src/nc.h index 0b5936fe..9b75c81a 100644 --- a/src/nc.h +++ b/src/nc.h @@ -9,7 +9,7 @@ * Please see COPYING for details * * Copyright (c) 2004, Hannu Saransaari and Lauri Hakkarainen - * Copyright (c) 2005-2019 Brenden Matthews, Philip Kovacs, et. al. + * Copyright (c) 2005-2021 Brenden Matthews, Philip Kovacs, et. al. * (see AUTHORS) * All rights reserved. * diff --git a/src/net_stat.cc b/src/net_stat.cc index 0aaebade..9673ac7b 100644 --- a/src/net_stat.cc +++ b/src/net_stat.cc @@ -9,7 +9,7 @@ * Please see COPYING for details * * Copyright (c) 2004, Hannu Saransaari and Lauri Hakkarainen - * Copyright (c) 2005-2019 Brenden Matthews, Philip Kovacs, et. al. + * Copyright (c) 2005-2021 Brenden Matthews, Philip Kovacs, et. al. * (see AUTHORS) * All rights reserved. * diff --git a/src/net_stat.h b/src/net_stat.h index 3a7698e5..c6580081 100644 --- a/src/net_stat.h +++ b/src/net_stat.h @@ -9,7 +9,7 @@ * Please see COPYING for details * * Copyright (c) 2004, Hannu Saransaari and Lauri Hakkarainen - * Copyright (c) 2005-2019 Brenden Matthews, Philip Kovacs, et. al. + * Copyright (c) 2005-2021 Brenden Matthews, Philip Kovacs, et. al. * (see AUTHORS) * All rights reserved. * diff --git a/src/netbsd.cc b/src/netbsd.cc index 41a18bf6..28028224 100644 --- a/src/netbsd.cc +++ b/src/netbsd.cc @@ -9,7 +9,7 @@ * Please see COPYING for details * * Copyright (c) 2004, Hannu Saransaari and Lauri Hakkarainen - * Copyright (c) 2005-2019 Brenden Matthews, Philip Kovacs, et. al. + * Copyright (c) 2005-2021 Brenden Matthews, Philip Kovacs, et. al. * (see AUTHORS) * All rights reserved. * diff --git a/src/nvidia.cc b/src/nvidia.cc index 95fe9757..faa8628e 100644 --- a/src/nvidia.cc +++ b/src/nvidia.cc @@ -9,7 +9,7 @@ * Please see COPYING for details * * Copyright (c) 2008 Markus Meissner - * Copyright (c) 2005-2019 Brenden Matthews, Philip Kovacs, et. al. + * Copyright (c) 2005-2021 Brenden Matthews, Philip Kovacs, et. al. * (see AUTHORS) * All rights reserved. * diff --git a/src/nvidia.h b/src/nvidia.h index d9f29b49..523568ae 100644 --- a/src/nvidia.h +++ b/src/nvidia.h @@ -9,7 +9,7 @@ * Please see COPYING for details * * Copyright (c) 2008 Markus Meissner - * Copyright (c) 2005-2019 Brenden Matthews, Philip Kovacs, et. al. + * Copyright (c) 2005-2021 Brenden Matthews, Philip Kovacs, et. al. * (see AUTHORS) * All rights reserved. * diff --git a/src/openbsd.cc b/src/openbsd.cc index d9ba9bd6..9554ee38 100644 --- a/src/openbsd.cc +++ b/src/openbsd.cc @@ -9,7 +9,7 @@ * Please see COPYING for details * * Copyright (c) 2007 Toni Spets - * Copyright (c) 2005-2019 Brenden Matthews, Philip Kovacs, et. al. + * Copyright (c) 2005-2021 Brenden Matthews, Philip Kovacs, et. al. * (see AUTHORS) * All rights reserved. * diff --git a/src/proc.cc b/src/proc.cc index 569192b7..ecea6945 100644 --- a/src/proc.cc +++ b/src/proc.cc @@ -9,7 +9,7 @@ * Please see COPYING for details * * Copyright (c) 2004, Hannu Saransaari and Lauri Hakkarainen - * Copyright (c) 2005-2019 Brenden Matthews, Philip Kovacs, et. al. + * Copyright (c) 2005-2021 Brenden Matthews, Philip Kovacs, et. al. * (see AUTHORS) * All rights reserved. * diff --git a/src/proc.h b/src/proc.h index f019d5f8..d7d43de9 100644 --- a/src/proc.h +++ b/src/proc.h @@ -9,7 +9,7 @@ * Please see COPYING for details * * Copyright (c) 2004, Hannu Saransaari and Lauri Hakkarainen - * Copyright (c) 2005-2019 Brenden Matthews, Philip Kovacs, et. al. + * Copyright (c) 2005-2021 Brenden Matthews, Philip Kovacs, et. al. * (see AUTHORS) * All rights reserved. * diff --git a/src/pulseaudio.cc b/src/pulseaudio.cc index acf45719..825e45e5 100644 --- a/src/pulseaudio.cc +++ b/src/pulseaudio.cc @@ -9,7 +9,7 @@ * Please see COPYING for details * * Copyright (c) 2004, Hannu Saransaari and Lauri Hakkarainen - * Copyright (c) 2005-2019 Brenden Matthews, Philip Kovacs, et. al. + * Copyright (c) 2005-2021 Brenden Matthews, Philip Kovacs, et. al. * (see AUTHORS) * All rights reserved. * diff --git a/src/pulseaudio.h b/src/pulseaudio.h index ad128bdc..d01f56da 100644 --- a/src/pulseaudio.h +++ b/src/pulseaudio.h @@ -9,7 +9,7 @@ * Please see COPYING for details * * Copyright (c) 2004, Hannu Saransaari and Lauri Hakkarainen - * Copyright (c) 2005-2019 Brenden Matthews, Philip Kovacs, et. al. + * Copyright (c) 2005-2021 Brenden Matthews, Philip Kovacs, et. al. * (see AUTHORS) * All rights reserved. * diff --git a/src/read_tcpip.cc b/src/read_tcpip.cc index e0d5065d..ca123bc7 100644 --- a/src/read_tcpip.cc +++ b/src/read_tcpip.cc @@ -9,7 +9,7 @@ * Please see COPYING for details * * Copyright (c) 2004, Hannu Saransaari and Lauri Hakkarainen - * Copyright (c) 2005-2019 Brenden Matthews, Philip Kovacs, et. al. + * Copyright (c) 2005-2021 Brenden Matthews, Philip Kovacs, et. al. * (see AUTHORS) * All rights reserved. * diff --git a/src/read_tcpip.h b/src/read_tcpip.h index b4a17536..912efe0f 100644 --- a/src/read_tcpip.h +++ b/src/read_tcpip.h @@ -9,7 +9,7 @@ * Please see COPYING for details * * Copyright (c) 2004, Hannu Saransaari and Lauri Hakkarainen - * Copyright (c) 2005-2019 Brenden Matthews, Philip Kovacs, et. al. + * Copyright (c) 2005-2021 Brenden Matthews, Philip Kovacs, et. al. * (see AUTHORS) * All rights reserved. * diff --git a/src/rss.cc b/src/rss.cc index b15ac93f..bb00c646 100644 --- a/src/rss.cc +++ b/src/rss.cc @@ -5,7 +5,7 @@ * Please see COPYING for details * * Copyright (c) 2007 Toni Spets - * Copyright (c) 2005-2019 Brenden Matthews, Philip Kovacs, et. al. + * Copyright (c) 2005-2021 Brenden Matthews, Philip Kovacs, et. al. * (see AUTHORS) * All rights reserved. * diff --git a/src/rss.h b/src/rss.h index c18a9469..538f7959 100644 --- a/src/rss.h +++ b/src/rss.h @@ -4,7 +4,7 @@ * * Please see COPYING for details * - * Copyright (c) 2005-2019 Brenden Matthews, Philip Kovacs, et. al. + * Copyright (c) 2005-2021 Brenden Matthews, Philip Kovacs, et. al. * (see AUTHORS) * All rights reserved. * diff --git a/src/scroll.cc b/src/scroll.cc index 25b9875b..d30514ca 100644 --- a/src/scroll.cc +++ b/src/scroll.cc @@ -9,7 +9,7 @@ * Please see COPYING for details * * Copyright (c) 2004, Hannu Saransaari and Lauri Hakkarainen - * Copyright (c) 2005-2019 Brenden Matthews, Philip Kovacs, et. al. + * Copyright (c) 2005-2021 Brenden Matthews, Philip Kovacs, et. al. * (see AUTHORS) * All rights reserved. * diff --git a/src/scroll.h b/src/scroll.h index 888ca5e8..c7d9e836 100644 --- a/src/scroll.h +++ b/src/scroll.h @@ -9,7 +9,7 @@ * Please see COPYING for details * * Copyright (c) 2004, Hannu Saransaari and Lauri Hakkarainen - * Copyright (c) 2005-2019 Brenden Matthews, Philip Kovacs, et. al. + * Copyright (c) 2005-2021 Brenden Matthews, Philip Kovacs, et. al. * (see AUTHORS) * All rights reserved. * diff --git a/src/solaris.cc b/src/solaris.cc index d2ba0f9f..a227af1f 100644 --- a/src/solaris.cc +++ b/src/solaris.cc @@ -8,7 +8,7 @@ * * Please see COPYING for details * - * Copyright (c) 2005-2019 Brenden Matthews, Philip Kovacs, et. al. + * Copyright (c) 2005-2021 Brenden Matthews, Philip Kovacs, et. al. * (see AUTHORS) * All rights reserved. * diff --git a/src/sony.cc b/src/sony.cc index 7da18968..3e4ee435 100644 --- a/src/sony.cc +++ b/src/sony.cc @@ -4,7 +4,7 @@ * * Please see COPYING for details * - * Copyright (c) 2005-2019 Brenden Matthews, Philip Kovacs, et. al. + * Copyright (c) 2005-2021 Brenden Matthews, Philip Kovacs, et. al. * Copyright (c) 2009 Yeon-Hyeong Yang * (see AUTHORS) * All rights reserved. diff --git a/src/sony.h b/src/sony.h index cd5831b1..ae614c2d 100644 --- a/src/sony.h +++ b/src/sony.h @@ -4,7 +4,7 @@ * * Please see COPYING for details * - * Copyright (c) 2005-2019 Brenden Matthews, Philip Kovacs, et. al. + * Copyright (c) 2005-2021 Brenden Matthews, Philip Kovacs, et. al. * Copyright (c) 2009 Yeon-Hyeong Yang * (see AUTHORS) * All rights reserved. diff --git a/src/specials.cc b/src/specials.cc index a9f0aeed..ff44085b 100644 --- a/src/specials.cc +++ b/src/specials.cc @@ -9,7 +9,7 @@ * Please see COPYING for details * * Copyright (c) 2004, Hannu Saransaari and Lauri Hakkarainen - * Copyright (c) 2005-2019 Brenden Matthews, Philip Kovacs, et. al. + * Copyright (c) 2005-2021 Brenden Matthews, Philip Kovacs, et. al. * (see AUTHORS) * All rights reserved. * diff --git a/src/specials.h b/src/specials.h index b7eec086..05519ce1 100644 --- a/src/specials.h +++ b/src/specials.h @@ -9,7 +9,7 @@ * Please see COPYING for details * * Copyright (c) 2004, Hannu Saransaari and Lauri Hakkarainen - * Copyright (c) 2005-2019 Brenden Matthews, Philip Kovacs, et. al. + * Copyright (c) 2005-2021 Brenden Matthews, Philip Kovacs, et. al. * (see AUTHORS) * All rights reserved. * diff --git a/src/tailhead.cc b/src/tailhead.cc index cc0e8888..a0dccf88 100644 --- a/src/tailhead.cc +++ b/src/tailhead.cc @@ -9,7 +9,7 @@ * Please see COPYING for details * * Copyright (c) 2004, Hannu Saransaari and Lauri Hakkarainen - * Copyright (c) 2005-2019 Brenden Matthews, Philip Kovacs, et. al. + * Copyright (c) 2005-2021 Brenden Matthews, Philip Kovacs, et. al. * (see AUTHORS) * All rights reserved. * diff --git a/src/tailhead.h b/src/tailhead.h index 5fa64e70..c7f1ab90 100644 --- a/src/tailhead.h +++ b/src/tailhead.h @@ -9,7 +9,7 @@ * Please see COPYING for details * * Copyright (c) 2004, Hannu Saransaari and Lauri Hakkarainen - * Copyright (c) 2005-2019 Brenden Matthews, Philip Kovacs, et. al. + * Copyright (c) 2005-2021 Brenden Matthews, Philip Kovacs, et. al. * (see AUTHORS) * All rights reserved. * diff --git a/src/template.cc b/src/template.cc index 133979e7..770bf9f0 100644 --- a/src/template.cc +++ b/src/template.cc @@ -9,7 +9,7 @@ * Please see COPYING for details * * Copyright (c) 2004, Hannu Saransaari and Lauri Hakkarainen - * Copyright (c) 2005-2019 Brenden Matthews, Philip Kovacs, et. al. + * Copyright (c) 2005-2021 Brenden Matthews, Philip Kovacs, et. al. * (see AUTHORS) * All rights reserved. * diff --git a/src/template.h b/src/template.h index 8db13409..53a93c0b 100644 --- a/src/template.h +++ b/src/template.h @@ -9,7 +9,7 @@ * Please see COPYING for details * * Copyright (c) 2004, Hannu Saransaari and Lauri Hakkarainen - * Copyright (c) 2005-2019 Brenden Matthews, Philip Kovacs, et. al. + * Copyright (c) 2005-2021 Brenden Matthews, Philip Kovacs, et. al. * (see AUTHORS) * All rights reserved. * diff --git a/src/text_object.cc b/src/text_object.cc index f2eca103..54e16b2e 100644 --- a/src/text_object.cc +++ b/src/text_object.cc @@ -8,7 +8,7 @@ * * Please see COPYING for details * - * Copyright (c) 2005-2019 Brenden Matthews, Philip Kovacs, et. al. + * Copyright (c) 2005-2021 Brenden Matthews, Philip Kovacs, et. al. * (see AUTHORS) * All rights reserved. * diff --git a/src/text_object.h b/src/text_object.h index 2fd74f24..72cc1c2d 100644 --- a/src/text_object.h +++ b/src/text_object.h @@ -9,7 +9,7 @@ * Please see COPYING for details * * Copyright (c) 2004, Hannu Saransaari and Lauri Hakkarainen - * Copyright (c) 2005-2019 Brenden Matthews, Philip Kovacs, et. al. + * Copyright (c) 2005-2021 Brenden Matthews, Philip Kovacs, et. al. * (see AUTHORS) * All rights reserved. * diff --git a/src/timeinfo.cc b/src/timeinfo.cc index cbf07e17..ed9983ea 100644 --- a/src/timeinfo.cc +++ b/src/timeinfo.cc @@ -9,7 +9,7 @@ * Please see COPYING for details * * Copyright (c) 2004, Hannu Saransaari and Lauri Hakkarainen - * Copyright (c) 2005-2019 Brenden Matthews, Philip Kovacs, et. al. + * Copyright (c) 2005-2021 Brenden Matthews, Philip Kovacs, et. al. * (see AUTHORS) * All rights reserved. * diff --git a/src/timeinfo.h b/src/timeinfo.h index 1b3c0181..e969332d 100644 --- a/src/timeinfo.h +++ b/src/timeinfo.h @@ -9,7 +9,7 @@ * Please see COPYING for details * * Copyright (c) 2004, Hannu Saransaari and Lauri Hakkarainen - * Copyright (c) 2005-2019 Brenden Matthews, Philip Kovacs, et. al. + * Copyright (c) 2005-2021 Brenden Matthews, Philip Kovacs, et. al. * (see AUTHORS) * All rights reserved. * diff --git a/src/top.cc b/src/top.cc index e219a7bf..f0268966 100644 --- a/src/top.cc +++ b/src/top.cc @@ -10,7 +10,7 @@ * * Copyright (c) 2005 Adi Zaimi, Dan Piponi , * Dave Clark - * Copyright (c) 2005-2019 Brenden Matthews, Philip Kovacs, et. al. + * Copyright (c) 2005-2021 Brenden Matthews, Philip Kovacs, et. al. * (see AUTHORS) * All rights reserved. * diff --git a/src/top.h b/src/top.h index 87e229db..f278aeed 100644 --- a/src/top.h +++ b/src/top.h @@ -10,7 +10,7 @@ * * Copyright (c) 2005 Adi Zaimi, Dan Piponi , * Dave Clark - * Copyright (c) 2005-2019 Brenden Matthews, Philip Kovacs, et. al. + * Copyright (c) 2005-2021 Brenden Matthews, Philip Kovacs, et. al. * (see AUTHORS) * All rights reserved. * diff --git a/src/user.cc b/src/user.cc index 6b24b838..cecd14da 100644 --- a/src/user.cc +++ b/src/user.cc @@ -9,7 +9,7 @@ * Please see COPYING for details * * Copyright (c) 2004, Hannu Saransaari and Lauri Hakkarainen - * Copyright (c) 2005-2019 Brenden Matthews, Philip Kovacs, et. al. + * Copyright (c) 2005-2021 Brenden Matthews, Philip Kovacs, et. al. * (see AUTHORS) * All rights reserved. * diff --git a/src/user.h b/src/user.h index 73c63120..dec37c96 100644 --- a/src/user.h +++ b/src/user.h @@ -9,7 +9,7 @@ * Please see COPYING for details * * Copyright (c) 2004, Hannu Saransaari and Lauri Hakkarainen - * Copyright (c) 2005-2019 Brenden Matthews, Philip Kovacs, et. al. + * Copyright (c) 2005-2021 Brenden Matthews, Philip Kovacs, et. al. * (see AUTHORS) * All rights reserved. * diff --git a/src/users.cc b/src/users.cc index c73a71c8..f434e041 100644 --- a/src/users.cc +++ b/src/users.cc @@ -9,7 +9,7 @@ * Please see COPYING for details * * Copyright (c) 2004, Hannu Saransaari and Lauri Hakkarainen - * Copyright (c) 2005-2019 Brenden Matthews, Philip Kovacs, et. al. + * Copyright (c) 2005-2021 Brenden Matthews, Philip Kovacs, et. al. * (see AUTHORS) * All rights reserved. * diff --git a/src/users.h b/src/users.h index 961ef445..8a29e0bb 100644 --- a/src/users.h +++ b/src/users.h @@ -9,7 +9,7 @@ * Please see COPYING for details * * Copyright (c) 2004, Hannu Saransaari and Lauri Hakkarainen - * Copyright (c) 2005-2019 Brenden Matthews, Philip Kovacs, et. al. + * Copyright (c) 2005-2021 Brenden Matthews, Philip Kovacs, et. al. * (see AUTHORS) * All rights reserved. * diff --git a/src/weather.cc b/src/weather.cc index 01f41057..2f2b7e82 100644 --- a/src/weather.cc +++ b/src/weather.cc @@ -4,7 +4,7 @@ * * Please see COPYING for details * - * Copyright (c) 2005-2019 Brenden Matthews, Philip Kovacs, et. al. + * Copyright (c) 2005-2021 Brenden Matthews, Philip Kovacs, et. al. * (see AUTHORS) * All rights reserved. * diff --git a/src/weather.h b/src/weather.h index e33f3455..13b913aa 100644 --- a/src/weather.h +++ b/src/weather.h @@ -9,7 +9,7 @@ * Please see COPYING for details * * Copyright (c) 2004, Hannu Saransaari and Lauri Hakkarainen - * Copyright (c) 2005-2019 Brenden Matthews, Philip Kovacs, et. al. + * Copyright (c) 2005-2021 Brenden Matthews, Philip Kovacs, et. al. * (see AUTHORS) * All rights reserved. * diff --git a/src/x11.cc b/src/x11.cc index a01f9135..217137d1 100644 --- a/src/x11.cc +++ b/src/x11.cc @@ -9,7 +9,7 @@ * Please see COPYING for details * * Copyright (c) 2004, Hannu Saransaari and Lauri Hakkarainen - * Copyright (c) 2005-2019 Brenden Matthews, Philip Kovacs, et. al. + * Copyright (c) 2005-2021 Brenden Matthews, Philip Kovacs, et. al. * (see AUTHORS) * All rights reserved. * diff --git a/src/x11.h b/src/x11.h index 3135006c..598c89bd 100644 --- a/src/x11.h +++ b/src/x11.h @@ -4,7 +4,7 @@ * * Please see COPYING for details * - * Copyright (c) 2005-2019 Brenden Matthews, Philip Kovacs, et. al. + * Copyright (c) 2005-2021 Brenden Matthews, Philip Kovacs, et. al. * (see AUTHORS) * All rights reserved. * diff --git a/src/xmms2.cc b/src/xmms2.cc index 4e8d3b2e..eac53b65 100644 --- a/src/xmms2.cc +++ b/src/xmms2.cc @@ -8,7 +8,7 @@ * * Please see COPYING for details * - * Copyright (c) 2005-2019 Brenden Matthews, Philip Kovacs, et. al. + * Copyright (c) 2005-2021 Brenden Matthews, Philip Kovacs, et. al. * (see AUTHORS) * All rights reserved. * diff --git a/src/xmms2.h b/src/xmms2.h index 245f748f..18609ada 100644 --- a/src/xmms2.h +++ b/src/xmms2.h @@ -8,7 +8,7 @@ * * Please see COPYING for details * - * Copyright (c) 2005-2019 Brenden Matthews, Philip Kovacs, et. al. + * Copyright (c) 2005-2021 Brenden Matthews, Philip Kovacs, et. al. * (see AUTHORS) * All rights reserved. * diff --git a/tests/test-common.cc b/tests/test-common.cc index 13bac524..e044dadc 100644 --- a/tests/test-common.cc +++ b/tests/test-common.cc @@ -8,7 +8,7 @@ * * Please see COPYING for details * - * Copyright (c) 2005-2019 Brenden Matthews, Philip Kovacs, et. al. + * Copyright (c) 2005-2021 Brenden Matthews, Philip Kovacs, et. al. * (see AUTHORS) * All rights reserved. * diff --git a/tests/test-conky.cc b/tests/test-conky.cc index fdaf98d0..d4d632e5 100644 --- a/tests/test-conky.cc +++ b/tests/test-conky.cc @@ -8,7 +8,7 @@ * * Please see COPYING for details * - * Copyright (c) 2005-2019 Brenden Matthews, Philip Kovacs, et. al. + * Copyright (c) 2005-2021 Brenden Matthews, Philip Kovacs, et. al. * (see AUTHORS) * All rights reserved. * diff --git a/tests/test-core.cc b/tests/test-core.cc index ff628172..c7f80b3f 100644 --- a/tests/test-core.cc +++ b/tests/test-core.cc @@ -8,7 +8,7 @@ * * Please see COPYING for details * - * Copyright (c) 2005-2019 Brenden Matthews, Philip Kovacs, et. al. + * Copyright (c) 2005-2021 Brenden Matthews, Philip Kovacs, et. al. * (see AUTHORS) * All rights reserved. * diff --git a/tests/test-darwin.cc b/tests/test-darwin.cc index 83118e45..51a44e74 100644 --- a/tests/test-darwin.cc +++ b/tests/test-darwin.cc @@ -8,7 +8,7 @@ * * Please see COPYING for details * - * Copyright (c) 2005-2019 Brenden Matthews, Philip Kovacs, et. al. + * Copyright (c) 2005-2021 Brenden Matthews, Philip Kovacs, et. al. * (see AUTHORS) * All rights reserved. * diff --git a/tests/test-diskio.cc b/tests/test-diskio.cc index d0c24eae..eb380fb5 100644 --- a/tests/test-diskio.cc +++ b/tests/test-diskio.cc @@ -8,7 +8,7 @@ * * Please see COPYING for details * - * Copyright (c) 2005-2019 Brenden Matthews, Philip Kovacs, et. al. + * Copyright (c) 2005-2021 Brenden Matthews, Philip Kovacs, et. al. * (see AUTHORS) * All rights reserved. * diff --git a/tests/test-fs.cc b/tests/test-fs.cc index b66594f1..bcd039a7 100644 --- a/tests/test-fs.cc +++ b/tests/test-fs.cc @@ -8,7 +8,7 @@ * * Please see COPYING for details * - * Copyright (c) 2005-2019 Brenden Matthews, Philip Kovacs, et. al. + * Copyright (c) 2005-2021 Brenden Matthews, Philip Kovacs, et. al. * (see AUTHORS) * All rights reserved. * diff --git a/tests/test-hsv.cc b/tests/test-hsv.cc index 439a522e..b46052a9 100644 --- a/tests/test-hsv.cc +++ b/tests/test-hsv.cc @@ -8,7 +8,7 @@ * * Please see COPYING for details * - * Copyright (c) 2005-2019 Brenden Matthews, Philip Kovacs, et. al. + * Copyright (c) 2005-2021 Brenden Matthews, Philip Kovacs, et. al. * (see AUTHORS) * All rights reserved. * diff --git a/tests/test-linux.cc b/tests/test-linux.cc index 4ee707f0..c637c06f 100644 --- a/tests/test-linux.cc +++ b/tests/test-linux.cc @@ -8,7 +8,7 @@ * * Please see COPYING for details * - * Copyright (c) 2005-2019 Brenden Matthews, Philip Kovacs, et. al. + * Copyright (c) 2005-2021 Brenden Matthews, Philip Kovacs, et. al. * (see AUTHORS) * All rights reserved. *