diff --git a/miniupnpd/commonrdr.h b/miniupnpd/commonrdr.h index 272091e..3944e7d 100644 --- a/miniupnpd/commonrdr.h +++ b/miniupnpd/commonrdr.h @@ -1,6 +1,6 @@ -/* $Id: commonrdr.h,v 1.15 2021/12/01 22:50:09 nanard Exp $ */ +/* $Id: commonrdr.h,v 1.16 2024/03/11 23:28:19 nanard Exp $ */ /* MiniUPnP project - * (c) 2006-2021 Thomas Bernard + * (c) 2006-2024 Thomas Bernard * http://miniupnp.free.fr/ or https://miniupnp.tuxfamily.org/ * This software is subject to the conditions detailed * in the LICENCE file provided within the distribution */ diff --git a/miniupnpd/netfilter_nft/nftnlrdr.c b/miniupnpd/netfilter_nft/nftnlrdr.c index 1922f2c..262f211 100644 --- a/miniupnpd/netfilter_nft/nftnlrdr.c +++ b/miniupnpd/netfilter_nft/nftnlrdr.c @@ -1,11 +1,11 @@ -/* $Id: nftnlrdr.c,v 1.14 2023/06/26 23:54:55 nanard Exp $ +/* $Id: nftnlrdr.c,v 1.15 2024/03/11 23:28:21 nanard Exp $ * vim: tabstop=4 shiftwidth=4 noexpandtab * MiniUPnP project * http://miniupnp.free.fr/ or https://miniupnp.tuxfamily.org/ * (c) 2015 Tomofumi Hayashi * (c) 2019 Sven Auhagen * (c) 2019 Paul Chambers - * (c) 2020-2022 Thomas Bernard + * (c) 2020-2024 Thomas Bernard * * This software is subject to the conditions detailed * in the LICENCE file provided within the distribution. diff --git a/miniupnpd/netfilter_nft/nftnlrdr_misc.c b/miniupnpd/netfilter_nft/nftnlrdr_misc.c index cac805c..faf8d3b 100644 --- a/miniupnpd/netfilter_nft/nftnlrdr_misc.c +++ b/miniupnpd/netfilter_nft/nftnlrdr_misc.c @@ -1,10 +1,10 @@ -/* $Id: nftnlrdr_misc.c,v 1.14 2021/08/21 08:24:38 nanard Exp $ */ +/* $Id: nftnlrdr_misc.c,v 1.19 2024/03/11 23:28:21 nanard Exp $ */ /* vim: tabstop=4 shiftwidth=4 noexpandtab * MiniUPnP project * http://miniupnp.free.fr/ or https://miniupnp.tuxfamily.org/ * (c) 2015 Tomofumi Hayashi * (c) 2019 Paul Chambers - * (c) 2019-2023 Thomas Bernard + * (c) 2019-2024 Thomas Bernard * * This software is subject to the conditions detailed * in the LICENCE file provided within the distribution. diff --git a/miniupnpd/netfilter_nft/nftnlrdr_misc.h b/miniupnpd/netfilter_nft/nftnlrdr_misc.h index 2e24b3c..e6ea950 100644 --- a/miniupnpd/netfilter_nft/nftnlrdr_misc.h +++ b/miniupnpd/netfilter_nft/nftnlrdr_misc.h @@ -1,9 +1,9 @@ -/* - * MiniUPnP project - * http://miniupnp.free.fr/ or http://miniupnp.tuxfamily.org/ +/* $Id: nftnlrdr_misc.h,v 1.11 2024/03/11 23:35:07 nanard Exp $ */ +/* MiniUPnP project + * http://miniupnp.free.fr/ or https://miniupnp.tuxfamily.org/ * (c) 2015 Tomofumi Hayashi * (c) 2019 Paul Chambers - * (c) 2020 Thomas Bernard + * (c) 2020-2024 Thomas Bernard * * This software is subject to the conditions detailed * in the LICENCE file provided within the distribution. diff --git a/miniupnpd/netfilter_nft/nftpinhole.c b/miniupnpd/netfilter_nft/nftpinhole.c index 5db2749..74d1515 100644 --- a/miniupnpd/netfilter_nft/nftpinhole.c +++ b/miniupnpd/netfilter_nft/nftpinhole.c @@ -1,7 +1,7 @@ -/* $Id: nftpinhole.c,v 1.7 2020/11/11 12:08:43 nanard Exp $ */ +/* $Id: nftpinhole.c,v 1.8 2024/03/11 23:28:22 nanard Exp $ */ /* MiniUPnP project - * http://miniupnp.free.fr/ or http://miniupnp.tuxfamily.org/ - * (c) 2012-2020 Thomas Bernard + * http://miniupnp.free.fr/ or https://miniupnp.tuxfamily.org/ + * (c) 2012-2024 Thomas Bernard * This software is subject to the conditions detailed * in the LICENCE file provided within the distribution */ diff --git a/miniupnpd/options.c b/miniupnpd/options.c index c32e85a..ce56bc5 100644 --- a/miniupnpd/options.c +++ b/miniupnpd/options.c @@ -1,9 +1,9 @@ -/* $Id: options.c,v 1.44 2023/05/27 09:27:20 nanard Exp $ */ +/* $Id: options.c,v 1.45 2024/03/11 23:17:56 nanard Exp $ */ /* vim: tabstop=4 shiftwidth=4 noexpandtab * MiniUPnP project * http://miniupnp.free.fr/ or https://miniupnp.tuxfamily.org/ * author: Ryan Wagoner - * (c) 2006-2023 Thomas Bernard + * (c) 2006-2024 Thomas Bernard * This software is subject to the conditions detailed * in the LICENCE file provided within the distribution */ diff --git a/miniupnpd/options.h b/miniupnpd/options.h index 184f815..b91de9b 100644 --- a/miniupnpd/options.h +++ b/miniupnpd/options.h @@ -1,9 +1,9 @@ -/* $Id: options.h,v 1.32 2020/04/09 18:40:42 nanard Exp $ */ +/* $Id: options.h,v 1.35 2024/03/11 23:17:56 nanard Exp $ */ /* vim: tabstop=4 shiftwidth=4 noexpandtab * MiniUPnP project * http://miniupnp.free.fr/ or https://miniupnp.tuxfamily.org/ * author: Ryan Wagoner - * (c) 2006-2021 Thomas Bernard + * (c) 2006-2024 Thomas Bernard * This software is subject to the conditions detailed * in the LICENCE file provided within the distribution */ diff --git a/miniupnpd/upnpdescgen.c b/miniupnpd/upnpdescgen.c index cc02a71..5f93bba 100644 --- a/miniupnpd/upnpdescgen.c +++ b/miniupnpd/upnpdescgen.c @@ -1,8 +1,8 @@ -/* $Id: upnpdescgen.c,v 1.91 2022/10/16 05:49:41 nanard Exp $ */ +/* $Id: upnpdescgen.c,v 1.92 2024/03/02 10:45:27 nanard Exp $ */ /* vim: tabstop=4 shiftwidth=4 noexpandtab * MiniUPnP project * http://miniupnp.free.fr/ or https://miniupnp.tuxfamily.org/ - * (c) 2006-2021 Thomas Bernard + * (c) 2006-2024 Thomas Bernard * This software is subject to the conditions detailed * in the LICENCE file provided within the distribution */