Update copyright for 2021

This commit is contained in:
Daniel Lange 2021-01-22 20:06:51 +01:00
parent d269d7247f
commit 6f6e0ec571
1 changed files with 1 additions and 1 deletions

View File

@ -378,7 +378,7 @@ if test ! -z "$missing_headers"; then
AC_MSG_ERROR([missing headers: $missing_headers])
fi
AC_DEFINE_UNQUOTED(COPYRIGHT, "(C) 2004-2019 Hisham Muhammad. (C) 2020 htop dev team.", [Copyright message.])
AC_DEFINE_UNQUOTED(COPYRIGHT, "(C) 2004-2019 Hisham Muhammad. (C) 2020-2021 htop dev team.", [Copyright message.])
# We're done, let's go!
# ----------------------------------------------------------------------