From 6e5a88098db420eeb60136d1821b77fe1f5a67af Mon Sep 17 00:00:00 2001 From: Thomas Bernard Date: Fri, 6 Jul 2018 14:16:49 +0200 Subject: [PATCH] fix file headers (=>2018) Signed-off-by: Thomas Bernard --- miniupnpd/getifaddr.h | 8 ++++---- miniupnpd/netfilter/iptcrdr.c | 7 ++++--- miniupnpd/netfilter/iptcrdr.h | 7 ++++--- miniupnpd/options.c | 5 +++-- miniupnpd/options.h | 8 ++++---- miniupnpd/pf/obsdrdr.c | 2 +- miniupnpd/pf/obsdrdr.h | 7 ++++--- miniupnpd/testupnpdescgen.c | 5 +++-- miniupnpd/upnpglobalvars.c | 5 ++--- miniupnpd/upnpglobalvars.h | 2 +- miniupnpd/upnpredirect.c | 3 +-- 11 files changed, 31 insertions(+), 28 deletions(-) diff --git a/miniupnpd/getifaddr.h b/miniupnpd/getifaddr.h index d1cf742..7f58b65 100644 --- a/miniupnpd/getifaddr.h +++ b/miniupnpd/getifaddr.h @@ -1,7 +1,8 @@ -/* $Id: getifaddr.h,v 1.8 2013/03/23 10:46:54 nanard Exp $ */ -/* MiniUPnP project +/* $Id: getifaddr.h,v 1.11 2018/07/06 11:47:29 nanard Exp $ */ +/* vim: tabstop=4 shiftwidth=4 noexpandtab + * MiniUPnP project * http://miniupnp.free.fr/ or http://miniupnp.tuxfamily.org/ - * (c) 2006-2013 Thomas Bernard + * (c) 2006-2018 Thomas Bernard * This software is subject to the conditions detailed * in the LICENCE file provided within the distribution */ @@ -33,4 +34,3 @@ int addr_is_reserved(struct in_addr * addr); #endif - diff --git a/miniupnpd/netfilter/iptcrdr.c b/miniupnpd/netfilter/iptcrdr.c index d800f94..c520f04 100644 --- a/miniupnpd/netfilter/iptcrdr.c +++ b/miniupnpd/netfilter/iptcrdr.c @@ -1,7 +1,8 @@ -/* $Id: iptcrdr.c,v 1.59 2016/03/08 09:23:52 nanard Exp $ */ -/* MiniUPnP project +/* $Id: iptcrdr.c,v 1.60 2018/07/06 12:00:09 nanard Exp $ */ +/* vim: tabstop=4 shiftwidth=4 noexpandtab + * MiniUPnP project * http://miniupnp.free.fr/ or http://miniupnp.tuxfamily.org/ - * (c) 2006-2016 Thomas Bernard + * (c) 2006-2018 Thomas Bernard * This software is subject to the conditions detailed * in the LICENCE file provided within the distribution */ #include diff --git a/miniupnpd/netfilter/iptcrdr.h b/miniupnpd/netfilter/iptcrdr.h index a7310e4..ce3776a 100644 --- a/miniupnpd/netfilter/iptcrdr.h +++ b/miniupnpd/netfilter/iptcrdr.h @@ -1,7 +1,8 @@ -/* $Id: iptcrdr.h,v 1.18 2012/03/05 20:36:20 nanard Exp $ */ -/* MiniUPnP project +/* $Id: iptcrdr.h,v 1.22 2018/07/06 12:00:10 nanard Exp $ */ +/* vim: tabstop=4 shiftwidth=4 noexpandtab + * MiniUPnP project * http://miniupnp.free.fr/ or http://miniupnp.tuxfamily.org/ - * (c) 2006-2011 Thomas Bernard + * (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/options.c b/miniupnpd/options.c index 8520a7b..47c53b1 100644 --- a/miniupnpd/options.c +++ b/miniupnpd/options.c @@ -1,5 +1,6 @@ -/* $Id: options.c,v 1.28 2013/12/13 14:07:08 nanard Exp $ */ -/* MiniUPnP project +/* $Id: options.c,v 1.36 2018/07/06 12:05:48 nanard Exp $ */ +/* vim: tabstop=4 shiftwidth=4 noexpandtab + * MiniUPnP project * http://miniupnp.free.fr/ or http://miniupnp.tuxfamily.org/ * author: Ryan Wagoner * (c) 2006-2018 Thomas Bernard diff --git a/miniupnpd/options.h b/miniupnpd/options.h index ffc9729..a149756 100644 --- a/miniupnpd/options.h +++ b/miniupnpd/options.h @@ -1,8 +1,9 @@ -/* $Id: options.h,v 1.21 2012/06/29 19:26:09 nanard Exp $ */ -/* MiniUPnP project +/* $Id: options.h,v 1.29 2018/07/06 12:05:48 nanard Exp $ */ +/* vim: tabstop=4 shiftwidth=4 noexpandtab + * MiniUPnP project * http://miniupnp.free.fr/ or http://miniupnp.tuxfamily.org/ * author: Ryan Wagoner - * (c) 2006-2014 Thomas Bernard + * (c) 2006-2018 Thomas Bernard * This software is subject to the conditions detailed * in the LICENCE file provided within the distribution */ @@ -98,4 +99,3 @@ extern unsigned int num_options; #endif /* DISABLE_CONFIG_FILE */ #endif /* OPTIONS_H_INCLUDED */ - diff --git a/miniupnpd/pf/obsdrdr.c b/miniupnpd/pf/obsdrdr.c index 72d4070..438155f 100644 --- a/miniupnpd/pf/obsdrdr.c +++ b/miniupnpd/pf/obsdrdr.c @@ -1,4 +1,4 @@ -/* $Id: obsdrdr.c,v 1.88 2018/04/12 09:27:53 nanard Exp $ */ +/* $Id: obsdrdr.c,v 1.90 2018/07/06 12:00:10 nanard Exp $ */ /* vim: tabstop=4 shiftwidth=4 noexpandtab * MiniUPnP project * http://miniupnp.free.fr/ or http://miniupnp.tuxfamily.org/ diff --git a/miniupnpd/pf/obsdrdr.h b/miniupnpd/pf/obsdrdr.h index 7a70263..bb792d8 100644 --- a/miniupnpd/pf/obsdrdr.h +++ b/miniupnpd/pf/obsdrdr.h @@ -1,7 +1,8 @@ -/* $Id: obsdrdr.h,v 1.23 2014/03/06 12:24:33 nanard Exp $ */ -/* MiniUPnP project +/* $Id: obsdrdr.h,v 1.24 2018/07/06 12:00:10 nanard Exp $ */ +/* vim: tabstop=4 shiftwidth=4 noexpandtab + * MiniUPnP project * http://miniupnp.free.fr/ or http://miniupnp.tuxfamily.org/ - * (c) 2006-2014 Thomas Bernard + * (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/testupnpdescgen.c b/miniupnpd/testupnpdescgen.c index bb2ae0c..238a272 100644 --- a/miniupnpd/testupnpdescgen.c +++ b/miniupnpd/testupnpdescgen.c @@ -1,5 +1,6 @@ -/* $Id: testupnpdescgen.c,v 1.34 2017/05/27 07:47:57 nanard Exp $ */ -/* MiniUPnP project +/* $Id: testupnpdescgen.c,v 1.36 2018/07/06 12:05:48 nanard Exp $ */ +/* vim: tabstop=4 shiftwidth=4 noexpandtab + * MiniUPnP project * http://miniupnp.free.fr/ or http://miniupnp.tuxfamily.org/ * (c) 2006-2018 Thomas Bernard * This software is subject to the conditions detailed diff --git a/miniupnpd/upnpglobalvars.c b/miniupnpd/upnpglobalvars.c index 16598fe..b222c01 100644 --- a/miniupnpd/upnpglobalvars.c +++ b/miniupnpd/upnpglobalvars.c @@ -1,8 +1,8 @@ -/* $Id: upnpglobalvars.c,v 1.41 2017/05/27 07:47:57 nanard Exp $ */ +/* $Id: upnpglobalvars.c,v 1.43 2018/07/06 12:05:48 nanard Exp $ */ /* vim: tabstop=4 shiftwidth=4 noexpandtab * MiniUPnP project * http://miniupnp.free.fr/ or http://miniupnp.tuxfamily.org/ - * (c) 2006-2017 Thomas Bernard + * (c) 2006-2018 Thomas Bernard * This software is subject to the conditions detailed * in the LICENCE file provided within the distribution */ @@ -175,4 +175,3 @@ unsigned int upnp_configid = 1337; /* CONFIGID.UPNP.ORG */ #ifdef RANDOMIZE_URLS char random_url[RANDOM_URL_MAX_LEN] = "random"; #endif /* RANDOMIZE_URLS */ - diff --git a/miniupnpd/upnpglobalvars.h b/miniupnpd/upnpglobalvars.h index 3950a43..a042388 100644 --- a/miniupnpd/upnpglobalvars.h +++ b/miniupnpd/upnpglobalvars.h @@ -1,4 +1,4 @@ -/* $Id: upnpglobalvars.h,v 1.45 2018/01/16 00:50:49 nanard Exp $ */ +/* $Id: upnpglobalvars.h,v 1.47 2018/07/06 12:05:48 nanard Exp $ */ /* vim: tabstop=4 shiftwidth=4 noexpandtab * MiniUPnP project * http://miniupnp.free.fr/ or https://miniupnp.tuxfamily.org/ diff --git a/miniupnpd/upnpredirect.c b/miniupnpd/upnpredirect.c index fd33a7c..7c179b6 100644 --- a/miniupnpd/upnpredirect.c +++ b/miniupnpd/upnpredirect.c @@ -1,4 +1,4 @@ -/* $Id: upnpredirect.c,v 1.93 2018/03/12 22:41:53 nanard Exp $ */ +/* $Id: upnpredirect.c,v 1.95 2018/07/06 12:05:48 nanard Exp $ */ /* vim: tabstop=4 shiftwidth=4 noexpandtab * MiniUPnP project * http://miniupnp.free.fr/ or https://miniupnp.tuxfamily.org/ @@ -781,4 +781,3 @@ write_ruleset_details(int s) } } #endif -