From a1535b048824a4dd9d39ec8af60e0547a19e884e Mon Sep 17 00:00:00 2001 From: Thomas Bernard Date: Fri, 21 Oct 2022 21:36:05 +0200 Subject: [PATCH] 2022 --- miniupnpd/options.c | 4 ++-- miniupnpd/upnppermissions.h | 4 ++-- miniupnpd/upnpredirect.c | 4 ++-- 3 files changed, 6 insertions(+), 6 deletions(-) diff --git a/miniupnpd/options.c b/miniupnpd/options.c index e3971f1..e63f5b6 100644 --- a/miniupnpd/options.c +++ b/miniupnpd/options.c @@ -1,9 +1,9 @@ -/* $Id: options.c,v 1.40 2021/08/21 08:22:46 nanard Exp $ */ +/* $Id: options.c,v 1.43 2022/10/21 19:45:26 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-2022 Thomas Bernard * This software is subject to the conditions detailed * in the LICENCE file provided within the distribution */ diff --git a/miniupnpd/upnppermissions.h b/miniupnpd/upnppermissions.h index c3cf07c..265f5c2 100644 --- a/miniupnpd/upnppermissions.h +++ b/miniupnpd/upnppermissions.h @@ -1,7 +1,7 @@ -/* $Id: upnppermissions.h,v 1.12 2020/10/30 21:37:35 nanard Exp $ */ +/* $Id: upnppermissions.h,v 1.13 2022/10/21 19:44:23 nanard Exp $ */ /* MiniUPnP project * http://miniupnp.free.fr/ or https://miniupnp.tuxfamily.org/ - * (c) 2006-2020 Thomas Bernard + * (c) 2006-2022 Thomas Bernard * This software is subject to the conditions detailed * in the LICENCE file provided within the distribution */ diff --git a/miniupnpd/upnpredirect.c b/miniupnpd/upnpredirect.c index c281b4b..272a981 100644 --- a/miniupnpd/upnpredirect.c +++ b/miniupnpd/upnpredirect.c @@ -1,8 +1,8 @@ -/* $Id: upnpredirect.c,v 1.97 2020/06/06 17:55:24 nanard Exp $ */ +/* $Id: upnpredirect.c,v 1.99 2022/10/21 19:44:59 nanard Exp $ */ /* vim: tabstop=4 shiftwidth=4 noexpandtab * MiniUPnP project * http://miniupnp.free.fr/ or https://miniupnp.tuxfamily.org/ - * (c) 2006-2020 Thomas Bernard + * (c) 2006-2022 Thomas Bernard * This software is subject to the conditions detailed * in the LICENCE file provided within the distribution */