2021 and https
This commit is contained in:
parent
1b109f1892
commit
861f95c634
|
@ -1,4 +1,4 @@
|
|||
Copyright (c) 2007-2020, Thomas BERNARD
|
||||
Copyright (c) 2007-2021, Thomas BERNARD
|
||||
All rights reserved.
|
||||
|
||||
Redistribution and use in source and binary forms, with or without
|
||||
|
|
|
@ -1,7 +1,7 @@
|
|||
# $Id: Makefile,v 1.30 2018/02/23 13:59:44 nanard Exp $
|
||||
# $Id: Makefile,v 1.31 2021/11/04 22:58:22 nanard Exp $
|
||||
# MiniUPnP project
|
||||
# author: Thomas Bernard
|
||||
# website: http://miniupnp.free.fr/ or http://miniupnp.tuxfamily.org/
|
||||
# website: http://miniupnp.free.fr/ or https://miniupnp.tuxfamily.org/
|
||||
# for use with GNU Make (gmake)
|
||||
# install with :
|
||||
# $ DESTDIR=/tmp/dummylocation make install
|
||||
|
|
|
@ -1,7 +1,7 @@
|
|||
/* $Id: asyncsendto.c,v 1.11 2019/09/24 11:46:01 nanard Exp $ */
|
||||
/* $Id: asyncsendto.c,v 1.12 2020/11/11 12:13:26 nanard Exp $ */
|
||||
/* MiniUPnP project
|
||||
* http://miniupnp.free.fr/ or http://miniupnp.tuxfamily.org/
|
||||
* (c) 2006-2019 Thomas Bernard
|
||||
* (c) 2006-2020 Thomas Bernard
|
||||
* This software is subject to the conditions detailed
|
||||
* in the LICENCE file provided within the distribution */
|
||||
|
||||
|
|
|
@ -1,7 +1,7 @@
|
|||
/* $Id: minissdpd.c,v 1.58 2020/06/06 20:20:47 nanard Exp $ */
|
||||
/* vim: tabstop=4 shiftwidth=4 noexpandtab
|
||||
* MiniUPnP project
|
||||
* (c) 2007-2020 Thomas Bernard
|
||||
* (c) 2007-2021 Thomas Bernard
|
||||
* website : 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 */
|
||||
|
|
|
@ -1,7 +1,7 @@
|
|||
/* $Id: upnputils.h,v 1.2 2014/11/28 16:20:07 nanard Exp $ */
|
||||
/* $Id: upnputils.h,v 1.5 2021/11/04 22:57:20 nanard Exp $ */
|
||||
/* MiniUPnP project
|
||||
* http://miniupnp.free.fr/ or http://miniupnp.tuxfamily.org/
|
||||
* (c) 2011-2019 Thomas Bernard
|
||||
* http://miniupnp.free.fr/ or https://miniupnp.tuxfamily.org/
|
||||
* (c) 2011-2021 Thomas Bernard
|
||||
* This software is subject to the conditions detailed
|
||||
* in the LICENCE file provided within the distribution */
|
||||
|
||||
|
|
Loading…
Reference in New Issue