From 718deea11e67b7cfdd7486d7eacd1149fd9b647c Mon Sep 17 00:00:00 2001 From: Thomas Bernard Date: Tue, 16 Jan 2018 02:06:46 +0100 Subject: [PATCH] Update file headers. 2017 => 2018 etc. --- miniupnpc/minisoap.c | 9 +++++---- miniupnpc/miniupnpc.c | 4 ++-- miniupnpc/miniupnpc.h | 5 +++-- miniupnpc/pymoduletest.py | 2 +- miniupnpc/testminiwget.c | 5 +++-- miniupnpc/testminiwget.sh | 5 +++-- miniupnpd/genconfig.sh | 8 ++++---- miniupnpd/minissdp.c | 6 +++--- miniupnpd/testasyncsendto.c | 9 +++++---- miniupnpd/upnpglobalvars.h | 6 +++--- miniupnpd/upnphttp.c | 4 ++-- miniupnpd/upnpredirect.c | 6 +++--- miniupnpd/upnpredirect.h | 9 +++++---- miniupnpd/upnpsoap.c | 9 +++++---- 14 files changed, 47 insertions(+), 40 deletions(-) diff --git a/miniupnpc/minisoap.c b/miniupnpc/minisoap.c index 9788589..5474029 100644 --- a/miniupnpc/minisoap.c +++ b/miniupnpc/minisoap.c @@ -1,7 +1,8 @@ -/* $Id: minisoap.c,v 1.23 2014/11/04 22:31:55 nanard Exp $ */ -/* Project : miniupnp +/* $Id: minisoap.c,v 1.25 2017/04/21 10:03:24 nanard Exp $ */ +/* vim: tabstop=4 shiftwidth=4 noexpandtab + * Project : miniupnp * Author : Thomas Bernard - * Copyright (c) 2005-2015 Thomas Bernard + * Copyright (c) 2005-2018 Thomas Bernard * This software is subject to the conditions detailed in the * LICENCE file provided in this distribution. * @@ -55,7 +56,7 @@ httpWrite(int fd, const char * body, int bodysize, PRINT_SOCKET_ERROR("send"); } /* disable send on the socket */ - /* draytek routers don't seems to like that... */ + /* draytek routers don't seem to like that... */ #if 0 #ifdef _WIN32 if(shutdown(fd, SD_SEND)<0) { diff --git a/miniupnpc/miniupnpc.c b/miniupnpc/miniupnpc.c index 6a005cd..b3e0cee 100644 --- a/miniupnpc/miniupnpc.c +++ b/miniupnpc/miniupnpc.c @@ -1,9 +1,9 @@ -/* $Id: miniupnpc.c,v 1.148 2016/01/24 17:24:36 nanard Exp $ */ +/* $Id: miniupnpc.c,v 1.149 2016/02/09 09:50:46 nanard Exp $ */ /* vim: tabstop=4 shiftwidth=4 noexpandtab * Project : miniupnp * Web : http://miniupnp.free.fr/ * Author : Thomas BERNARD - * copyright (c) 2005-2016 Thomas Bernard + * copyright (c) 2005-2018 Thomas Bernard * This software is subjet to the conditions detailed in the * provided LICENSE file. */ #include diff --git a/miniupnpc/miniupnpc.h b/miniupnpc/miniupnpc.h index 0a55610..ec3df4d 100644 --- a/miniupnpc/miniupnpc.h +++ b/miniupnpc/miniupnpc.h @@ -1,8 +1,9 @@ /* $Id: miniupnpc.h,v 1.50 2016/04/19 21:06:21 nanard Exp $ */ -/* Project: miniupnp +/* vim: tabstop=4 shiftwidth=4 noexpandtab + * Project: miniupnp * http://miniupnp.free.fr/ * Author: Thomas Bernard - * Copyright (c) 2005-2016 Thomas Bernard + * Copyright (c) 2005-2018 Thomas Bernard * This software is subjects to the conditions detailed * in the LICENCE file provided within this distribution */ #ifndef MINIUPNPC_H_INCLUDED diff --git a/miniupnpc/pymoduletest.py b/miniupnpc/pymoduletest.py index 79cc005..9de14a6 100755 --- a/miniupnpc/pymoduletest.py +++ b/miniupnpc/pymoduletest.py @@ -3,7 +3,7 @@ # MiniUPnP project # Author : Thomas Bernard # This Sample code is public domain. -# website : http://miniupnp.tuxfamily.org/ +# website : https://miniupnp.tuxfamily.org/ # import the python miniupnpc module import miniupnpc diff --git a/miniupnpc/testminiwget.c b/miniupnpc/testminiwget.c index 09422ad..fba39d5 100644 --- a/miniupnpc/testminiwget.c +++ b/miniupnpc/testminiwget.c @@ -1,7 +1,8 @@ /* $Id: testminiwget.c,v 1.6 2017/11/02 16:52:37 nanard Exp $ */ -/* Project : miniupnp +/* vim: tabstop=4 shiftwidth=4 noexpandtab + * Project : miniupnp * Author : Thomas Bernard - * Copyright (c) 2005-2017 Thomas Bernard + * Copyright (c) 2005-2018 Thomas Bernard * This software is subject to the conditions detailed in the * LICENCE file provided in this distribution. * */ diff --git a/miniupnpc/testminiwget.sh b/miniupnpc/testminiwget.sh index 80973c4..32154e0 100755 --- a/miniupnpc/testminiwget.sh +++ b/miniupnpc/testminiwget.sh @@ -1,7 +1,8 @@ #!/bin/sh -# $Id: testminiwget.sh,v 1.14 2017/11/02 16:52:37 nanard Exp $ +# $Id: testminiwget.sh,v 1.15 2017/11/02 17:36:26 nanard Exp $ +# vim: tabstop=4 shiftwidth=4 noexpandtab # project miniupnp : http://miniupnp.free.fr/ -# (c) 2011-2017 Thomas Bernard +# (c) 2011-2018 Thomas Bernard # # test program for miniwget.c # is usually invoked by "make check" diff --git a/miniupnpd/genconfig.sh b/miniupnpd/genconfig.sh index ebc597b..65f731b 100755 --- a/miniupnpd/genconfig.sh +++ b/miniupnpd/genconfig.sh @@ -1,10 +1,10 @@ #! /bin/sh -# $Id: genconfig.sh,v 1.94 2017/05/27 07:49:52 nanard Exp $ +# $Id: genconfig.sh,v 1.95 2018/01/16 00:50:46 nanard Exp $ # vim: tabstop=4 shiftwidth=4 noexpandtab # # miniupnp daemon -# http://miniupnp.free.fr or http://miniupnp.tuxfamily.org/ -# (c) 2006-2017 Thomas Bernard +# http://miniupnp.free.fr or https://miniupnp.tuxfamily.org/ +# (c) 2006-2018 Thomas Bernard # This software is subject to the conditions detailed in the # LICENCE file provided within the distribution @@ -102,7 +102,7 @@ ${RM} ${CONFIGFILE} echo "/* MiniUPnP Project" >> ${CONFIGFILE} echo " * http://miniupnp.free.fr/ or https://miniupnp.tuxfamily.org/" >> ${CONFIGFILE} -echo " * (c) 2006-2017 Thomas Bernard" >> ${CONFIGFILE} +echo " * (c) 2006-2018 Thomas Bernard" >> ${CONFIGFILE} echo " * generated by $0 on `date`" >> ${CONFIGFILE} echo " * `uname -a`" >> ${CONFIGFILE} if [ -z "$*" ] ; then diff --git a/miniupnpd/minissdp.c b/miniupnpd/minissdp.c index f979bf4..85286a1 100644 --- a/miniupnpd/minissdp.c +++ b/miniupnpd/minissdp.c @@ -1,8 +1,8 @@ -/* $Id: minissdp.c,v 1.88 2017/05/27 07:47:55 nanard Exp $ */ +/* $Id: minissdp.c,v 1.90 2018/01/16 00:50:47 nanard Exp $ */ /* vim: tabstop=4 shiftwidth=4 noexpandtab * MiniUPnP project - * http://miniupnp.free.fr/ or http://miniupnp.tuxfamily.org/ - * (c) 2006-2017 Thomas Bernard + * http://miniupnp.free.fr/ or https://miniupnp.tuxfamily.org/ + * (c) 2006-2018 Thomas Bernard * This software is subject to the conditions detailed * in the LICENCE file provided within the distribution */ diff --git a/miniupnpd/testasyncsendto.c b/miniupnpd/testasyncsendto.c index 32aa5c6..51a58e2 100644 --- a/miniupnpd/testasyncsendto.c +++ b/miniupnpd/testasyncsendto.c @@ -1,7 +1,8 @@ -/* $Id: testasyncsendto.c,v 1.2 2014/02/25 11:00:14 nanard Exp $ */ -/* MiniUPnP project - * http://miniupnp.free.fr/ or http://miniupnp.tuxfamily.org/ - * (c) 2006-2014 Thomas Bernard +/* $Id: testasyncsendto.c,v 1.4 2018/01/16 00:50:49 nanard Exp $ */ +/* vim: tabstop=4 shiftwidth=4 noexpandtab + * MiniUPnP project + * http://miniupnp.free.fr/ or https://miniupnp.tuxfamily.org/ + * (c) 2006-2018 Thomas Bernard * This software is subject to the conditions detailed * in the LICENCE file provided within the distribution */ diff --git a/miniupnpd/upnpglobalvars.h b/miniupnpd/upnpglobalvars.h index f7cdfba..5e68932 100644 --- a/miniupnpd/upnpglobalvars.h +++ b/miniupnpd/upnpglobalvars.h @@ -1,8 +1,8 @@ -/* $Id: upnpglobalvars.h,v 1.43 2017/05/27 07:47:57 nanard Exp $ */ +/* $Id: upnpglobalvars.h,v 1.45 2018/01/16 00:50:49 nanard Exp $ */ /* vim: tabstop=4 shiftwidth=4 noexpandtab * MiniUPnP project - * http://miniupnp.free.fr/ or http://miniupnp.tuxfamily.org/ - * (c) 2006-2017 Thomas Bernard + * http://miniupnp.free.fr/ or https://miniupnp.tuxfamily.org/ + * (c) 2006-2018 Thomas Bernard * This software is subject to the conditions detailed * in the LICENCE file provided within the distribution */ diff --git a/miniupnpd/upnphttp.c b/miniupnpd/upnphttp.c index b33d8e5..b12d180 100644 --- a/miniupnpd/upnphttp.c +++ b/miniupnpd/upnphttp.c @@ -1,9 +1,9 @@ -/* $Id: upnphttp.c,v 1.106 2017/05/27 07:47:57 nanard Exp $ */ +/* $Id: upnphttp.c,v 1.107 2018/01/16 00:50:49 nanard Exp $ */ /* vim: tabstop=4 shiftwidth=4 noexpandtab * Project : miniupnp * Website : http://miniupnp.free.fr/ or http://miniupnp.tuxfamily.org/ * Author : Thomas Bernard - * Copyright (c) 2005-2017 Thomas Bernard + * Copyright (c) 2005-2018 Thomas Bernard * This software is subject to the conditions detailed in the * LICENCE file included in this distribution. * */ diff --git a/miniupnpd/upnpredirect.c b/miniupnpd/upnpredirect.c index a5401ad..a45f98a 100644 --- a/miniupnpd/upnpredirect.c +++ b/miniupnpd/upnpredirect.c @@ -1,8 +1,8 @@ -/* $Id: upnpredirect.c,v 1.90 2016/02/12 12:59:41 nanard Exp $ */ +/* $Id: upnpredirect.c,v 1.92 2018/01/16 00:50:49 nanard Exp $ */ /* vim: tabstop=4 shiftwidth=4 noexpandtab * MiniUPnP project - * http://miniupnp.free.fr/ or http://miniupnp.tuxfamily.org/ - * (c) 2006-2016 Thomas Bernard + * http://miniupnp.free.fr/ or https://miniupnp.tuxfamily.org/ + * (c) 2006-2018 Thomas Bernard * This software is subject to the conditions detailed * in the LICENCE file provided within the distribution */ diff --git a/miniupnpd/upnpredirect.h b/miniupnpd/upnpredirect.h index c264724..32d095c 100644 --- a/miniupnpd/upnpredirect.h +++ b/miniupnpd/upnpredirect.h @@ -1,7 +1,8 @@ -/* $Id: upnpredirect.h,v 1.34 2012/05/01 20:08:23 nanard Exp $ */ -/* MiniUPnP project - * http://miniupnp.free.fr/ or http://miniupnp.tuxfamily.org/ - * (c) 2006-2012 Thomas Bernard +/* $Id: upnpredirect.h,v 1.36 2018/01/16 00:50:49 nanard Exp $ */ +/* vim: tabstop=4 shiftwidth=4 noexpandtab + * MiniUPnP project + * http://miniupnp.free.fr/ or https://miniupnp.tuxfamily.org/ + * (c) 2006-2018 Thomas Bernard * This software is subject to the conditions detailed * in the LICENCE file provided within the distribution */ diff --git a/miniupnpd/upnpsoap.c b/miniupnpd/upnpsoap.c index 532ce89..0ace576 100644 --- a/miniupnpd/upnpsoap.c +++ b/miniupnpd/upnpsoap.c @@ -1,7 +1,8 @@ -/* $Id: upnpsoap.c,v 1.144 2016/02/12 12:35:03 nanard Exp $ */ -/* MiniUPnP project - * http://miniupnp.free.fr/ or http://miniupnp.tuxfamily.org/ - * (c) 2006-2017 Thomas Bernard +/* $Id: upnpsoap.c,v 1.149 2018/01/16 00:50:49 nanard Exp $ */ +/* vim: tabstop=4 shiftwidth=4 noexpandtab + * MiniUPnP project + * http://miniupnp.free.fr/ or https://miniupnp.tuxfamily.org/ + * (c) 2006-2018 Thomas Bernard * This software is subject to the conditions detailed * in the LICENCE file provided within the distribution */