X-Git-Url: https://code.citadel.org/?a=blobdiff_plain;f=citadel%2Futils%2Fctdlload.c;h=c0cf91a8ccb912717beee3e27a91e6af7bd521aa;hb=3b0bdda2d88af85e3fb7e44b1441247d3bc7eb69;hp=159e9ab95733ed2c6bc190abd9d8391d1998af55;hpb=1a0c41a04e82938da86868ebe03883a323d8e4e0;p=citadel.git diff --git a/citadel/utils/ctdlload.c b/citadel/utils/ctdlload.c index 159e9ab95..c0cf91a8c 100644 --- a/citadel/utils/ctdlload.c +++ b/citadel/utils/ctdlload.c @@ -1,6 +1,6 @@ // Load (restore) the Citadel database from a flat file created by ctdldump // -// Copyright (c) 2023 by Art Cancro citadel.org +// Copyright (c) 2024 by Art Cancro citadel.org // // This program is open source software. Use, duplication, or disclosure // is subject to the terms of the GNU General Public License, version 3. @@ -728,7 +728,7 @@ int main(int argc, char **argv) { // display the greeting fprintf(stderr, "\033[44m\033[33m\033[1m \033[K\033[0m\n" "\033[44m\033[33m\033[1m DB Load utility for Citadel \033[K\033[0m\n" - "\033[44m\033[33m\033[1m Copyright (c) 2023 by citadel.org et al. \033[K\033[0m\n" + "\033[44m\033[33m\033[1m Copyright (c) 2023-2024 by citadel.org et al. \033[K\033[0m\n" "\033[44m\033[33m\033[1m This program is open source software. Use, duplication, or disclosure \033[K\033[0m\n" "\033[44m\033[33m\033[1m is subject to the terms of the GNU General Public license v3. \033[K\033[0m\n" "\033[44m\033[33m\033[1m \033[K\033[0m\n");