fixed bug #2892444 - missing license file (jnetlib.h), it's all zlib
git-svn-id: https://svn.code.sf.net/p/nsis/code/NSIS/trunk@6003 212acab6-be3b-0410-9dea-997c60f758d6
This commit is contained in:
parent
45da025cd8
commit
9fd7d4ef36
18 changed files with 18 additions and 18 deletions
|
@ -3,7 +3,7 @@
|
|||
** Copyright (C) 2000-2001 Nullsoft, Inc.
|
||||
** Author: Justin Frankel
|
||||
** File: asyncdns.cpp - JNL portable asynchronous DNS implementation
|
||||
** License: see jnetlib.h
|
||||
** License: zlib
|
||||
*/
|
||||
|
||||
|
||||
|
|
|
@ -3,7 +3,7 @@
|
|||
** Copyright (C) 2000-2001 Nullsoft, Inc.
|
||||
** Author: Justin Frankel
|
||||
** File: asyncdns.h - JNL portable asynchronous DNS interface
|
||||
** License: see jnetlib.h
|
||||
** License: zlib
|
||||
**
|
||||
** Usage:
|
||||
** 1. Create JNL_AsyncDNS object, optionally with the number of cache entries.
|
||||
|
|
|
@ -3,7 +3,7 @@
|
|||
** Copyright (C) 2000-2001 Nullsoft, Inc.
|
||||
** Author: Justin Frankel
|
||||
** File: connection.cpp - JNL TCP connection implementation
|
||||
** License: see jnetlib.h
|
||||
** License: zlib
|
||||
*/
|
||||
|
||||
#include "netinc.h"
|
||||
|
|
|
@ -3,7 +3,7 @@
|
|||
** Copyright (C) 2000-2001 Nullsoft, Inc.
|
||||
** Author: Justin Frankel
|
||||
** File: connection.h - JNL TCP connection interface
|
||||
** License: see jnetlib.h
|
||||
** License: zlib
|
||||
**
|
||||
** Usage:
|
||||
** 1. Create a JNL_Connection object, optionally specifying a JNL_AsyncDNS
|
||||
|
|
|
@ -3,7 +3,7 @@
|
|||
** Copyright (C) 2000-2001 Nullsoft, Inc.
|
||||
** Author: Justin Frankel
|
||||
** File: httpget.cpp - JNL HTTP GET implementation
|
||||
** License: see jnetlib.h
|
||||
** License: zlib
|
||||
*/
|
||||
|
||||
#include "netinc.h"
|
||||
|
|
|
@ -3,7 +3,7 @@
|
|||
** Copyright (C) 2000-2001 Nullsoft, Inc.
|
||||
** Author: Justin Frankel
|
||||
** File: httpget.h - JNL interface for doing HTTP GETs.
|
||||
** License: see jnetlib.h
|
||||
** License: zlib
|
||||
**
|
||||
** Usage:
|
||||
** 1. Create a JNL_HTTPGet object, optionally specifying a JNL_AsyncDNS
|
||||
|
|
|
@ -3,7 +3,7 @@
|
|||
** Copyright (C) 2000-2001 Nullsoft, Inc.
|
||||
** Author: Justin Frankel
|
||||
** File: netinc.h - network includes and portability defines (used internally)
|
||||
** License: see jnetlib.h
|
||||
** License: zlib
|
||||
*/
|
||||
|
||||
#ifndef _NETINC_H_
|
||||
|
|
|
@ -3,7 +3,7 @@
|
|||
** Copyright (C) 2000-2001 Nullsoft, Inc.
|
||||
** Author: Justin Frankel
|
||||
** File: util.cpp - JNL implementation of basic network utilities
|
||||
** License: see jnetlib.h
|
||||
** License: zlib
|
||||
*/
|
||||
|
||||
#include "netinc.h"
|
||||
|
|
|
@ -3,7 +3,7 @@
|
|||
** Copyright (C) 2000-2001 Nullsoft, Inc.
|
||||
** Author: Justin Frankel
|
||||
** File: util.h - JNL interface for basic network utilities
|
||||
** License: see jnetlib.h
|
||||
** License: zlib
|
||||
**
|
||||
** routines you may be interested in:
|
||||
** JNL::open_socketlib();
|
||||
|
|
|
@ -3,7 +3,7 @@
|
|||
** Copyright (C) 2000-2001 Nullsoft, Inc.
|
||||
** Author: Justin Frankel
|
||||
** File: asyncdns.cpp - JNL portable asynchronous DNS implementation
|
||||
** License: see jnetlib.h
|
||||
** License: see License.txt
|
||||
*/
|
||||
|
||||
|
||||
|
|
|
@ -3,7 +3,7 @@
|
|||
** Copyright (C) 2000-2001 Nullsoft, Inc.
|
||||
** Author: Justin Frankel
|
||||
** File: asyncdns.h - JNL portable asynchronous DNS interface
|
||||
** License: see jnetlib.h
|
||||
** License: see License.txt
|
||||
**
|
||||
** Usage:
|
||||
** 1. Create JNL_AsyncDNS object, optionally with the number of cache entries.
|
||||
|
|
|
@ -3,7 +3,7 @@
|
|||
** Copyright (C) 2000-2001 Nullsoft, Inc.
|
||||
** Author: Justin Frankel
|
||||
** File: connection.cpp - JNL TCP connection implementation
|
||||
** License: see jnetlib.h
|
||||
** License: see License.txt
|
||||
*/
|
||||
|
||||
#include "netinc.h"
|
||||
|
|
|
@ -3,7 +3,7 @@
|
|||
** Copyright (C) 2000-2001 Nullsoft, Inc.
|
||||
** Author: Justin Frankel
|
||||
** File: connection.h - JNL TCP connection interface
|
||||
** License: see jnetlib.h
|
||||
** License: see License.txt
|
||||
**
|
||||
** Usage:
|
||||
** 1. Create a JNL_Connection object, optionally specifying a JNL_AsyncDNS
|
||||
|
|
|
@ -3,7 +3,7 @@
|
|||
** Copyright (C) 2000-2001 Nullsoft, Inc.
|
||||
** Author: Justin Frankel
|
||||
** File: httpget.cpp - JNL HTTP GET implementation
|
||||
** License: see jnetlib.h
|
||||
** License: see License.txt
|
||||
*/
|
||||
|
||||
#include "netinc.h"
|
||||
|
|
|
@ -3,7 +3,7 @@
|
|||
** Copyright (C) 2000-2001 Nullsoft, Inc.
|
||||
** Author: Justin Frankel
|
||||
** File: httpget.h - JNL interface for doing HTTP GETs.
|
||||
** License: see jnetlib.h
|
||||
** License: see License.txt
|
||||
**
|
||||
** Usage:
|
||||
** 1. Create a JNL_HTTPGet object, optionally specifying a JNL_AsyncDNS
|
||||
|
|
|
@ -3,7 +3,7 @@
|
|||
** Copyright (C) 2000-2001 Nullsoft, Inc.
|
||||
** Author: Justin Frankel
|
||||
** File: netinc.h - network includes and portability defines (used internally)
|
||||
** License: see jnetlib.h
|
||||
** License: see License.txt
|
||||
*/
|
||||
|
||||
#ifndef _NETINC_H_
|
||||
|
|
|
@ -3,7 +3,7 @@
|
|||
** Copyright (C) 2000-2001 Nullsoft, Inc.
|
||||
** Author: Justin Frankel
|
||||
** File: util.cpp - JNL implementation of basic network utilities
|
||||
** License: see jnetlib.h
|
||||
** License: see License.txt
|
||||
*/
|
||||
|
||||
#include "netinc.h"
|
||||
|
|
|
@ -3,7 +3,7 @@
|
|||
** Copyright (C) 2000-2001 Nullsoft, Inc.
|
||||
** Author: Justin Frankel
|
||||
** File: util.h - JNL interface for basic network utilities
|
||||
** License: see jnetlib.h
|
||||
** License: see License.txt
|
||||
**
|
||||
** routines you may be interested in:
|
||||
** JNL::open_socketlib();
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue