From: <pdo...@us...> - 2023-01-03 01:28:11
|
Revision: 14983 http://sourceforge.net/p/squirrelmail/code/14983 Author: pdontthink Date: 2023-01-03 01:28:08 +0000 (Tue, 03 Jan 2023) Log Message: ----------- Happy New Year Modified Paths: -------------- trunk/imap_proxy/README trunk/imap_proxy/copyright trunk/imap_proxy/include/common.h trunk/imap_proxy/include/imapproxy.h trunk/imap_proxy/scripts/imapproxy-bsd.init trunk/imap_proxy/scripts/imapproxy-linux.init trunk/imap_proxy/scripts/pimpdaddy trunk/imap_proxy/scripts/rc.pimpdaddy trunk/imap_proxy/src/becomenonroot.c trunk/imap_proxy/src/config.c trunk/imap_proxy/src/hash.c trunk/imap_proxy/src/icc.c trunk/imap_proxy/src/imapcommon.c trunk/imap_proxy/src/logging.c trunk/imap_proxy/src/main.c trunk/imap_proxy/src/pimpstat.c trunk/imap_proxy/src/request.c trunk/imap_proxy/src/select.c trunk/imap_proxy/src/threads.c Modified: trunk/imap_proxy/README =================================================================== --- trunk/imap_proxy/README 2023-01-03 01:27:42 UTC (rev 14982) +++ trunk/imap_proxy/README 2023-01-03 01:28:08 UTC (rev 14983) @@ -1,4 +1,4 @@ - Copyright (c) 2010-2022 The SquirrelMail Project Team + Copyright (c) 2010-2023 The SquirrelMail Project Team Copyright (c) 2002-2010 Dave McMurtrie Modified: trunk/imap_proxy/copyright =================================================================== --- trunk/imap_proxy/copyright 2023-01-03 01:27:42 UTC (rev 14982) +++ trunk/imap_proxy/copyright 2023-01-03 01:28:08 UTC (rev 14983) @@ -1,4 +1,4 @@ - Copyright (c) 2010-2022 The SquirrelMail Project Team + Copyright (c) 2010-2023 The SquirrelMail Project Team Copyright (c) 2002-2010 Dave McMurtrie Modified: trunk/imap_proxy/include/common.h =================================================================== --- trunk/imap_proxy/include/common.h 2023-01-03 01:27:42 UTC (rev 14982) +++ trunk/imap_proxy/include/common.h 2023-01-03 01:28:08 UTC (rev 14983) @@ -1,6 +1,6 @@ /* ** -** Copyright (c) 2010-2022 The SquirrelMail Project Team +** Copyright (c) 2010-2023 The SquirrelMail Project Team ** Copyright (c) 2002-2010 Dave McMurtrie ** ** Licensed under the GNU GPL. For full terms see the file COPYING. Modified: trunk/imap_proxy/include/imapproxy.h =================================================================== --- trunk/imap_proxy/include/imapproxy.h 2023-01-03 01:27:42 UTC (rev 14982) +++ trunk/imap_proxy/include/imapproxy.h 2023-01-03 01:28:08 UTC (rev 14983) @@ -1,6 +1,6 @@ /* ** -** Copyright (c) 2010-2022 The SquirrelMail Project Team +** Copyright (c) 2010-2023 The SquirrelMail Project Team ** Copyright (c) 2002-2010 Dave McMurtrie ** ** Licensed under the GNU GPL. For full terms see the file COPYING. Modified: trunk/imap_proxy/scripts/imapproxy-bsd.init =================================================================== --- trunk/imap_proxy/scripts/imapproxy-bsd.init 2023-01-03 01:27:42 UTC (rev 14982) +++ trunk/imap_proxy/scripts/imapproxy-bsd.init 2023-01-03 01:28:08 UTC (rev 14983) @@ -1,6 +1,6 @@ #!/bin/sh ## -## Copyright (c) 2010-2022 The SquirrelMail Project Team +## Copyright (c) 2010-2023 The SquirrelMail Project Team ## ## Licensed under the GNU GPL. For full terms see the file COPYING. ## Modified: trunk/imap_proxy/scripts/imapproxy-linux.init =================================================================== --- trunk/imap_proxy/scripts/imapproxy-linux.init 2023-01-03 01:27:42 UTC (rev 14982) +++ trunk/imap_proxy/scripts/imapproxy-linux.init 2023-01-03 01:28:08 UTC (rev 14983) @@ -1,6 +1,6 @@ #!/bin/sh ## -## Copyright (c) 2010-2022 The SquirrelMail Project Team +## Copyright (c) 2010-2023 The SquirrelMail Project Team ## Copyright (c) 2002-2010 Dave McMurtrie ## ## Licensed under the GNU GPL. For full terms see the file COPYING. Modified: trunk/imap_proxy/scripts/pimpdaddy =================================================================== --- trunk/imap_proxy/scripts/pimpdaddy 2023-01-03 01:27:42 UTC (rev 14982) +++ trunk/imap_proxy/scripts/pimpdaddy 2023-01-03 01:28:08 UTC (rev 14983) @@ -1,6 +1,6 @@ #!/usr/bin/perl ## -## Copyright (c) 2010-2022 The SquirrelMail Project Team +## Copyright (c) 2010-2023 The SquirrelMail Project Team ## Copyright (c) 2002-2010 Dave McMurtrie ## ## Licensed under the GNU GPL. For full terms see the file COPYING. Modified: trunk/imap_proxy/scripts/rc.pimpdaddy =================================================================== --- trunk/imap_proxy/scripts/rc.pimpdaddy 2023-01-03 01:27:42 UTC (rev 14982) +++ trunk/imap_proxy/scripts/rc.pimpdaddy 2023-01-03 01:28:08 UTC (rev 14983) @@ -1,6 +1,6 @@ #!/bin/sh ## -## Copyright (c) 2010-2022 The SquirrelMail Project Team +## Copyright (c) 2010-2023 The SquirrelMail Project Team ## Copyright (c) 2002-2010 Dave McMurtrie ## ## Licensed under the GNU GPL. For full terms see the file COPYING. Modified: trunk/imap_proxy/src/becomenonroot.c =================================================================== --- trunk/imap_proxy/src/becomenonroot.c 2023-01-03 01:27:42 UTC (rev 14982) +++ trunk/imap_proxy/src/becomenonroot.c 2023-01-03 01:28:08 UTC (rev 14983) @@ -1,6 +1,6 @@ /* ** -** Copyright (c) 2010-2022 The SquirrelMail Project Team +** Copyright (c) 2010-2023 The SquirrelMail Project Team ** Copyright (c) 2002-2010 Dave McMurtrie ** ** Licensed under the GNU GPL. For full terms see the file COPYING. Modified: trunk/imap_proxy/src/config.c =================================================================== --- trunk/imap_proxy/src/config.c 2023-01-03 01:27:42 UTC (rev 14982) +++ trunk/imap_proxy/src/config.c 2023-01-03 01:28:08 UTC (rev 14983) @@ -1,6 +1,6 @@ /* ** -** Copyright (c) 2010-2022 The SquirrelMail Project Team +** Copyright (c) 2010-2023 The SquirrelMail Project Team ** Copyright (c) 2002-2010 Dave McMurtrie ** ** Licensed under the GNU GPL. For full terms see the file COPYING. Modified: trunk/imap_proxy/src/hash.c =================================================================== --- trunk/imap_proxy/src/hash.c 2023-01-03 01:27:42 UTC (rev 14982) +++ trunk/imap_proxy/src/hash.c 2023-01-03 01:28:08 UTC (rev 14983) @@ -1,6 +1,6 @@ /* ** -** Copyright (c) 2010-2022 The SquirrelMail Project Team +** Copyright (c) 2010-2023 The SquirrelMail Project Team ** Copyright (c) 2002-2010 Dave McMurtrie ** ** Licensed under the GNU GPL. For full terms see the file COPYING. Modified: trunk/imap_proxy/src/icc.c =================================================================== --- trunk/imap_proxy/src/icc.c 2023-01-03 01:27:42 UTC (rev 14982) +++ trunk/imap_proxy/src/icc.c 2023-01-03 01:28:08 UTC (rev 14983) @@ -1,6 +1,6 @@ /* ** -** Copyright (c) 2010-2022 The SquirrelMail Project Team +** Copyright (c) 2010-2023 The SquirrelMail Project Team ** Copyright (c) 2002-2010 Dave McMurtrie ** ** Licensed under the GNU GPL. For full terms see the file COPYING. Modified: trunk/imap_proxy/src/imapcommon.c =================================================================== --- trunk/imap_proxy/src/imapcommon.c 2023-01-03 01:27:42 UTC (rev 14982) +++ trunk/imap_proxy/src/imapcommon.c 2023-01-03 01:28:08 UTC (rev 14983) @@ -1,6 +1,6 @@ /* ** -** Copyright (c) 2010-2022 The SquirrelMail Project Team +** Copyright (c) 2010-2023 The SquirrelMail Project Team ** Copyright (c) 2002-2010 Dave McMurtrie ** ** Licensed under the GNU GPL. For full terms see the file COPYING. Modified: trunk/imap_proxy/src/logging.c =================================================================== --- trunk/imap_proxy/src/logging.c 2023-01-03 01:27:42 UTC (rev 14982) +++ trunk/imap_proxy/src/logging.c 2023-01-03 01:28:08 UTC (rev 14983) @@ -1,6 +1,6 @@ /* ** -** Copyright (c) 2010-2022 The SquirrelMail Project Team +** Copyright (c) 2010-2023 The SquirrelMail Project Team ** Copyright (c) 2002-2010 Dave McMurtrie ** ** Licensed under the GNU GPL. For full terms see the file COPYING. Modified: trunk/imap_proxy/src/main.c =================================================================== --- trunk/imap_proxy/src/main.c 2023-01-03 01:27:42 UTC (rev 14982) +++ trunk/imap_proxy/src/main.c 2023-01-03 01:28:08 UTC (rev 14983) @@ -1,6 +1,6 @@ /* ** -** Copyright (c) 2010-2022 The SquirrelMail Project Team +** Copyright (c) 2010-2023 The SquirrelMail Project Team ** Copyright (c) 2002-2010 Dave McMurtrie ** ** Licensed under the GNU GPL. For full terms see the file COPYING. Modified: trunk/imap_proxy/src/pimpstat.c =================================================================== --- trunk/imap_proxy/src/pimpstat.c 2023-01-03 01:27:42 UTC (rev 14982) +++ trunk/imap_proxy/src/pimpstat.c 2023-01-03 01:28:08 UTC (rev 14983) @@ -1,6 +1,6 @@ /* ** -** Copyright (c) 2010-2022 The SquirrelMail Project Team +** Copyright (c) 2010-2023 The SquirrelMail Project Team ** Copyright (c) 2002-2010 Dave McMurtrie ** ** Licensed under the GNU GPL. For full terms see the file COPYING. Modified: trunk/imap_proxy/src/request.c =================================================================== --- trunk/imap_proxy/src/request.c 2023-01-03 01:27:42 UTC (rev 14982) +++ trunk/imap_proxy/src/request.c 2023-01-03 01:28:08 UTC (rev 14983) @@ -1,6 +1,6 @@ /* ** -** Copyright (c) 2010-2022 The SquirrelMail Project Team +** Copyright (c) 2010-2023 The SquirrelMail Project Team ** Copyright (c) 2002-2010 Dave McMurtrie ** ** Licensed under the GNU GPL. For full terms see the file COPYING. Modified: trunk/imap_proxy/src/select.c =================================================================== --- trunk/imap_proxy/src/select.c 2023-01-03 01:27:42 UTC (rev 14982) +++ trunk/imap_proxy/src/select.c 2023-01-03 01:28:08 UTC (rev 14983) @@ -1,6 +1,6 @@ /* ** -** Copyright (c) 2010-2022 The SquirrelMail Project Team +** Copyright (c) 2010-2023 The SquirrelMail Project Team ** Copyright (c) 2002-2010 Dave McMurtrie ** ** Licensed under the GNU GPL. For full terms see the file COPYING. Modified: trunk/imap_proxy/src/threads.c =================================================================== --- trunk/imap_proxy/src/threads.c 2023-01-03 01:27:42 UTC (rev 14982) +++ trunk/imap_proxy/src/threads.c 2023-01-03 01:28:08 UTC (rev 14983) @@ -1,6 +1,6 @@ /* ** -** Copyright (c) 2010-2022 The SquirrelMail Project Team +** Copyright (c) 2010-2023 The SquirrelMail Project Team ** Copyright (c) 2002-2010 Dave McMurtrie ** ** Licensed under the GNU GPL. For full terms see the file COPYING. This was sent by the SourceForge.net collaborative development platform, the world's largest Open Source development site. |