mirror of
https://github.com/moparisthebest/wget
synced 2024-07-03 16:38:41 -04:00
Merge SFLC licensing changes for OpenSSL with tip.
This commit is contained in:
commit
462e643a7e
@ -1,3 +1,9 @@
|
|||||||
|
2007-11-28 Micah Cowan <micah@cowan.name>
|
||||||
|
|
||||||
|
* Makefile.am, README, autogen.sh, configure.bat, configure.in,
|
||||||
|
m4/wget.m4, util/Makefile.am, util/dist-wget: Updated license
|
||||||
|
exception for OpenSSL, per the SFLC.
|
||||||
|
|
||||||
2007-10-23 Micah Cowan <micah@schmendrick>
|
2007-10-23 Micah Cowan <micah@schmendrick>
|
||||||
|
|
||||||
* lib/stdbool.in.h, lib/stdint.in.h: gnulib-tool --update.
|
* lib/stdbool.in.h, lib/stdint.in.h: gnulib-tool --update.
|
||||||
|
19
Makefile.am
19
Makefile.am
@ -15,15 +15,16 @@
|
|||||||
# You should have received a copy of the GNU General Public License
|
# You should have received a copy of the GNU General Public License
|
||||||
# along with this program. If not, see <http://www.gnu.org/licenses/>.
|
# along with this program. If not, see <http://www.gnu.org/licenses/>.
|
||||||
|
|
||||||
# In addition, as a special exception, the Free Software Foundation
|
# Additional permission under GNU GPL version 3 section 7
|
||||||
# gives permission to link the code of its release of Wget with the
|
|
||||||
# OpenSSL project's "OpenSSL" library (or with modified versions of it
|
# If you modify this program, or any covered work, by linking or
|
||||||
# that use the same license as the "OpenSSL" library), and distribute
|
# combining it with the OpenSSL project's OpenSSL library (or a
|
||||||
# the linked executables. You must obey the GNU General Public License
|
# modified version of that library), containing parts covered by the
|
||||||
# in all respects for all of the code used other than "OpenSSL". If you
|
# terms of the OpenSSL or SSLeay licenses, the Free Software Foundation
|
||||||
# modify this file, you may extend this exception to your version of the
|
# grants you additional permission to convey the resulting work.
|
||||||
# file, but you are not obligated to do so. If you do not wish to do
|
# Corresponding Source for a non-source form of such a combination
|
||||||
# so, delete this exception statement from your version.
|
# shall include the source code for the parts of OpenSSL used as well
|
||||||
|
# as that of the covered work.
|
||||||
|
|
||||||
#
|
#
|
||||||
# Version: @VERSION@
|
# Version: @VERSION@
|
||||||
|
19
README
19
README
@ -80,12 +80,13 @@ along with this program; if not, write to the Free Software
|
|||||||
Foundation, Inc., 51 Franklin St, Fifth Floor, Boston, MA 02110-1301
|
Foundation, Inc., 51 Franklin St, Fifth Floor, Boston, MA 02110-1301
|
||||||
USA.
|
USA.
|
||||||
|
|
||||||
In addition, as a special exception, the Free Software Foundation
|
Additional permission under GNU GPL version 3 section 7
|
||||||
gives permission to link the code of its release of Wget with the
|
|
||||||
OpenSSL project's "OpenSSL" library (or with modified versions of it
|
If you modify this program, or any covered work, by linking or
|
||||||
that use the same license as the "OpenSSL" library), and distribute
|
combining it with the OpenSSL project's OpenSSL library (or a
|
||||||
the linked executables. You must obey the GNU General Public License
|
modified version of that library), containing parts covered by the
|
||||||
in all respects for all of the code used other than "OpenSSL". If you
|
terms of the OpenSSL or SSLeay licenses, the Free Software Foundation
|
||||||
modify this file, you may extend this exception to your version of the
|
grants you additional permission to convey the resulting work.
|
||||||
file, but you are not obligated to do so. If you do not wish to do
|
Corresponding Source for a non-source form of such a combination
|
||||||
so, delete this exception statement from your version.
|
shall include the source code for the parts of OpenSSL used as well
|
||||||
|
as that of the covered work.
|
||||||
|
19
configure.ac
19
configure.ac
@ -14,15 +14,16 @@ dnl GNU General Public License for more details.
|
|||||||
dnl You should have received a copy of the GNU General Public License
|
dnl You should have received a copy of the GNU General Public License
|
||||||
dnl along with this program. If not, see <http://www.gnu.org/licenses/>.
|
dnl along with this program. If not, see <http://www.gnu.org/licenses/>.
|
||||||
|
|
||||||
dnl In addition, as a special exception, the Free Software Foundation
|
dnl Additional permission under GNU GPL version 3 section 7
|
||||||
dnl gives permission to link the code of its release of Wget with the
|
|
||||||
dnl OpenSSL project's "OpenSSL" library (or with modified versions of it
|
dnl If you modify this program, or any covered work, by linking or
|
||||||
dnl that use the same license as the "OpenSSL" library), and distribute
|
dnl combining it with the OpenSSL project's OpenSSL library (or a
|
||||||
dnl the linked executables. You must obey the GNU General Public License
|
dnl modified version of that library), containing parts covered by the
|
||||||
dnl in all respects for all of the code used other than "OpenSSL". If you
|
dnl terms of the OpenSSL or SSLeay licenses, the Free Software Foundation
|
||||||
dnl modify this file, you may extend this exception to your version of the
|
dnl grants you additional permission to convey the resulting work.
|
||||||
dnl file, but you are not obligated to do so. If you do not wish to do
|
dnl Corresponding Source for a non-source form of such a combination
|
||||||
dnl so, delete this exception statement from your version.
|
dnl shall include the source code for the parts of OpenSSL used as well
|
||||||
|
dnl as that of the covered work.
|
||||||
|
|
||||||
dnl
|
dnl
|
||||||
dnl Process this file with autoconf to produce a configure script.
|
dnl Process this file with autoconf to produce a configure script.
|
||||||
|
@ -15,15 +15,16 @@ rem GNU General Public License for more details.
|
|||||||
rem You should have received a copy of the GNU General Public License
|
rem You should have received a copy of the GNU General Public License
|
||||||
rem along with this program. If not, see <http://www.gnu.org/licenses/>.
|
rem along with this program. If not, see <http://www.gnu.org/licenses/>.
|
||||||
|
|
||||||
rem In addition, as a special exception, the Free Software Foundation
|
rem Additional permission under GNU GPL version 3 section 7
|
||||||
rem gives permission to link the code of its release of Wget with the
|
|
||||||
rem OpenSSL project's "OpenSSL" library (or with modified versions of it
|
rem If you modify this program, or any covered work, by linking or
|
||||||
rem that use the same license as the "OpenSSL" library), and distribute
|
rem combining it with the OpenSSL project's OpenSSL library (or a
|
||||||
rem the linked executables. You must obey the GNU General Public License
|
rem modified version of that library), containing parts covered by the
|
||||||
rem in all respects for all of the code used other than "OpenSSL". If you
|
rem terms of the OpenSSL or SSLeay licenses, the Free Software Foundation
|
||||||
rem modify this file, you may extend this exception to your version of the
|
rem grants you additional permission to convey the resulting work.
|
||||||
rem file, but you are not obligated to do so. If you do not wish to do
|
rem Corresponding Source for a non-source form of such a combination
|
||||||
rem so, delete this exception statement from your version.
|
rem shall include the source code for the parts of OpenSSL used as well
|
||||||
|
rem as that of the covered work.
|
||||||
|
|
||||||
if .%1 == .--borland goto :borland
|
if .%1 == .--borland goto :borland
|
||||||
if .%1 == .--mingw goto :mingw
|
if .%1 == .--mingw goto :mingw
|
||||||
|
19
m4/wget.m4
19
m4/wget.m4
@ -15,15 +15,16 @@ dnl GNU General Public License for more details.
|
|||||||
dnl You should have received a copy of the GNU General Public License
|
dnl You should have received a copy of the GNU General Public License
|
||||||
dnl along with this program. If not, see <http://www.gnu.org/licenses/>.
|
dnl along with this program. If not, see <http://www.gnu.org/licenses/>.
|
||||||
|
|
||||||
dnl In addition, as a special exception, the Free Software Foundation
|
dnl Additional permission under GNU GPL version 3 section 7
|
||||||
dnl gives permission to link the code of its release of Wget with the
|
|
||||||
dnl OpenSSL project's "OpenSSL" library (or with modified versions of it
|
dnl If you modify this program, or any covered work, by linking or
|
||||||
dnl that use the same license as the "OpenSSL" library), and distribute
|
dnl combining it with the OpenSSL project's OpenSSL library (or a
|
||||||
dnl the linked executables. You must obey the GNU General Public License
|
dnl modified version of that library), containing parts covered by the
|
||||||
dnl in all respects for all of the code used other than "OpenSSL". If you
|
dnl terms of the OpenSSL or SSLeay licenses, the Free Software Foundation
|
||||||
dnl modify this file, you may extend this exception to your version of the
|
dnl grants you additional permission to convey the resulting work.
|
||||||
dnl file, but you are not obligated to do so. If you do not wish to do
|
dnl Corresponding Source for a non-source form of such a combination
|
||||||
dnl so, delete this exception statement from your version.
|
dnl shall include the source code for the parts of OpenSSL used as well
|
||||||
|
dnl as that of the covered work.
|
||||||
|
|
||||||
dnl
|
dnl
|
||||||
dnl Check for `struct utimbuf'.
|
dnl Check for `struct utimbuf'.
|
||||||
|
@ -1,3 +1,7 @@
|
|||||||
|
2007-11-28 Micah Cowan <micah@cowan.name>
|
||||||
|
|
||||||
|
* config.h: Updated license exception for OpenSSL, per the SFLC.
|
||||||
|
|
||||||
2007-10-15 Gisle Vanem <gvanem@broadpark.no>
|
2007-10-15 Gisle Vanem <gvanem@broadpark.no>
|
||||||
|
|
||||||
* config.h: Added some HAVE_* for djgpp 2.04 and Watcom 1.7+.
|
* config.h: Added some HAVE_* for djgpp 2.04 and Watcom 1.7+.
|
||||||
|
@ -16,15 +16,16 @@
|
|||||||
You should have received a copy of the GNU General Public License
|
You should have received a copy of the GNU General Public License
|
||||||
along with Wget. If not, see <http://www.gnu.org/licenses/>.
|
along with Wget. If not, see <http://www.gnu.org/licenses/>.
|
||||||
|
|
||||||
In addition, as a special exception, the Free Software Foundation
|
Additional permission under GNU GPL version 3 section 7
|
||||||
gives permission to link the code of its release of Wget with the
|
|
||||||
OpenSSL project's "OpenSSL" library (or with modified versions of it
|
If you modify this program, or any covered work, by linking or
|
||||||
that use the same license as the "OpenSSL" library), and distribute
|
combining it with the OpenSSL project's OpenSSL library (or a
|
||||||
the linked executables. You must obey the GNU General Public License
|
modified version of that library), containing parts covered by the
|
||||||
in all respects for all of the code used other than "OpenSSL". If you
|
terms of the OpenSSL or SSLeay licenses, the Free Software Foundation
|
||||||
modify this file, you may extend this exception to your version of the
|
grants you additional permission to convey the resulting work.
|
||||||
file, but you are not obligated to do so. If you do not wish to do
|
Corresponding Source for a non-source form of such a combination
|
||||||
so, delete this exception statement from your version. */
|
shall include the source code for the parts of OpenSSL used as well
|
||||||
|
as that of the covered work. */
|
||||||
|
|
||||||
|
|
||||||
#ifndef CONFIG_DOS_H
|
#ifndef CONFIG_DOS_H
|
||||||
|
@ -1,3 +1,18 @@
|
|||||||
|
2007-11-28 Micah Cowan <micah@cowan.name>
|
||||||
|
|
||||||
|
* Makefile.am, cmpt.c, connect.c, connect.h, convert.c,
|
||||||
|
convert.h, cookies.c, cookies.h, ftp-basic.c, ftp-ls.c,
|
||||||
|
ftp-opie.c, ftp.c, ftp.h, gen-md5.c, gen-md5.h, gnutls.c,
|
||||||
|
hash.c, hash.h, host.c, host.h, html-parse.c, html-parse.h,
|
||||||
|
html-url.c, http-ntlm.c, http-ntlm.h, http.c, http.h, init.c,
|
||||||
|
init.h, log.c, log.h, main.c, mswindows.c, mswindows.h,
|
||||||
|
netrc.c, netrc.h, openssl.c, options.h, progress.c, progress.h,
|
||||||
|
ptimer.c, ptimer.h, recur.c, recur.h, res.c, res.h, retr.c,
|
||||||
|
retr.h, safe-ctype.c, safe-ctype.h, spider.c, spider.h, ssl.h,
|
||||||
|
sysdep.h, test.c, test.h, url.c, url.h, utils.c, utils.h,
|
||||||
|
wget.h, xmalloc.c, xmalloc.h: Updated license exception for
|
||||||
|
OpenSSL, per the SFLC.
|
||||||
|
|
||||||
2007-10-30 Micah Cowan <micah@cowan.name>
|
2007-10-30 Micah Cowan <micah@cowan.name>
|
||||||
|
|
||||||
* main.c (main): Declare argv parameter as char **argv, rather
|
* main.c (main): Declare argv parameter as char **argv, rather
|
||||||
|
@ -15,15 +15,16 @@
|
|||||||
# You should have received a copy of the GNU General Public License
|
# You should have received a copy of the GNU General Public License
|
||||||
# along with Wget. If not, see <http://www.gnu.org/licenses/>.
|
# along with Wget. If not, see <http://www.gnu.org/licenses/>.
|
||||||
|
|
||||||
# In addition, as a special exception, the Free Software Foundation
|
# Additional permission under GNU GPL version 3 section 7
|
||||||
# gives permission to link the code of its release of Wget with the
|
|
||||||
# OpenSSL project's "OpenSSL" library (or with modified versions of it
|
# If you modify this program, or any covered work, by linking or
|
||||||
# that use the same license as the "OpenSSL" library), and distribute
|
# combining it with the OpenSSL project's OpenSSL library (or a
|
||||||
# the linked executables. You must obey the GNU General Public License
|
# modified version of that library), containing parts covered by the
|
||||||
# in all respects for all of the code used other than "OpenSSL". If you
|
# terms of the OpenSSL or SSLeay licenses, the Free Software Foundation
|
||||||
# modify this file, you may extend this exception to your version of the
|
# grants you additional permission to convey the resulting work.
|
||||||
# file, but you are not obligated to do so. If you do not wish to do
|
# Corresponding Source for a non-source form of such a combination
|
||||||
# so, delete this exception statement from your version.
|
# shall include the source code for the parts of OpenSSL used as well
|
||||||
|
# as that of the covered work.
|
||||||
|
|
||||||
#
|
#
|
||||||
# Version: @VERSION@
|
# Version: @VERSION@
|
||||||
|
19
src/cmpt.c
19
src/cmpt.c
@ -17,15 +17,16 @@ GNU General Public License for more details.
|
|||||||
You should have received a copy of the GNU General Public License
|
You should have received a copy of the GNU General Public License
|
||||||
along with Wget. If not, see <http://www.gnu.org/licenses/>.
|
along with Wget. If not, see <http://www.gnu.org/licenses/>.
|
||||||
|
|
||||||
In addition, as a special exception, the Free Software Foundation
|
Additional permission under GNU GPL version 3 section 7
|
||||||
gives permission to link the code of its release of Wget with the
|
|
||||||
OpenSSL project's "OpenSSL" library (or with modified versions of it
|
If you modify this program, or any covered work, by linking or
|
||||||
that use the same license as the "OpenSSL" library), and distribute
|
combining it with the OpenSSL project's OpenSSL library (or a
|
||||||
the linked executables. You must obey the GNU General Public License
|
modified version of that library), containing parts covered by the
|
||||||
in all respects for all of the code used other than "OpenSSL". If you
|
terms of the OpenSSL or SSLeay licenses, the Free Software Foundation
|
||||||
modify this file, you may extend this exception to your version of the
|
grants you additional permission to convey the resulting work.
|
||||||
file, but you are not obligated to do so. If you do not wish to do
|
Corresponding Source for a non-source form of such a combination
|
||||||
so, delete this exception statement from your version. */
|
shall include the source code for the parts of OpenSSL used as well
|
||||||
|
as that of the covered work. */
|
||||||
|
|
||||||
#include "wget.h"
|
#include "wget.h"
|
||||||
|
|
||||||
|
@ -17,15 +17,16 @@ GNU General Public License for more details.
|
|||||||
You should have received a copy of the GNU General Public License
|
You should have received a copy of the GNU General Public License
|
||||||
along with Wget. If not, see <http://www.gnu.org/licenses/>.
|
along with Wget. If not, see <http://www.gnu.org/licenses/>.
|
||||||
|
|
||||||
In addition, as a special exception, the Free Software Foundation
|
Additional permission under GNU GPL version 3 section 7
|
||||||
gives permission to link the code of its release of Wget with the
|
|
||||||
OpenSSL project's "OpenSSL" library (or with modified versions of it
|
If you modify this program, or any covered work, by linking or
|
||||||
that use the same license as the "OpenSSL" library), and distribute
|
combining it with the OpenSSL project's OpenSSL library (or a
|
||||||
the linked executables. You must obey the GNU General Public License
|
modified version of that library), containing parts covered by the
|
||||||
in all respects for all of the code used other than "OpenSSL". If you
|
terms of the OpenSSL or SSLeay licenses, the Free Software Foundation
|
||||||
modify this file, you may extend this exception to your version of the
|
grants you additional permission to convey the resulting work.
|
||||||
file, but you are not obligated to do so. If you do not wish to do
|
Corresponding Source for a non-source form of such a combination
|
||||||
so, delete this exception statement from your version. */
|
shall include the source code for the parts of OpenSSL used as well
|
||||||
|
as that of the covered work. */
|
||||||
|
|
||||||
#include "wget.h"
|
#include "wget.h"
|
||||||
|
|
||||||
|
@ -17,15 +17,16 @@ GNU General Public License for more details.
|
|||||||
You should have received a copy of the GNU General Public License
|
You should have received a copy of the GNU General Public License
|
||||||
along with Wget. If not, see <http://www.gnu.org/licenses/>.
|
along with Wget. If not, see <http://www.gnu.org/licenses/>.
|
||||||
|
|
||||||
In addition, as a special exception, the Free Software Foundation
|
Additional permission under GNU GPL version 3 section 7
|
||||||
gives permission to link the code of its release of Wget with the
|
|
||||||
OpenSSL project's "OpenSSL" library (or with modified versions of it
|
If you modify this program, or any covered work, by linking or
|
||||||
that use the same license as the "OpenSSL" library), and distribute
|
combining it with the OpenSSL project's OpenSSL library (or a
|
||||||
the linked executables. You must obey the GNU General Public License
|
modified version of that library), containing parts covered by the
|
||||||
in all respects for all of the code used other than "OpenSSL". If you
|
terms of the OpenSSL or SSLeay licenses, the Free Software Foundation
|
||||||
modify this file, you may extend this exception to your version of the
|
grants you additional permission to convey the resulting work.
|
||||||
file, but you are not obligated to do so. If you do not wish to do
|
Corresponding Source for a non-source form of such a combination
|
||||||
so, delete this exception statement from your version. */
|
shall include the source code for the parts of OpenSSL used as well
|
||||||
|
as that of the covered work. */
|
||||||
|
|
||||||
#ifndef CONNECT_H
|
#ifndef CONNECT_H
|
||||||
#define CONNECT_H
|
#define CONNECT_H
|
||||||
|
@ -16,15 +16,16 @@ GNU General Public License for more details.
|
|||||||
You should have received a copy of the GNU General Public License
|
You should have received a copy of the GNU General Public License
|
||||||
along with Wget. If not, see <http://www.gnu.org/licenses/>.
|
along with Wget. If not, see <http://www.gnu.org/licenses/>.
|
||||||
|
|
||||||
In addition, as a special exception, the Free Software Foundation
|
Additional permission under GNU GPL version 3 section 7
|
||||||
gives permission to link the code of its release of Wget with the
|
|
||||||
OpenSSL project's "OpenSSL" library (or with modified versions of it
|
If you modify this program, or any covered work, by linking or
|
||||||
that use the same license as the "OpenSSL" library), and distribute
|
combining it with the OpenSSL project's OpenSSL library (or a
|
||||||
the linked executables. You must obey the GNU General Public License
|
modified version of that library), containing parts covered by the
|
||||||
in all respects for all of the code used other than "OpenSSL". If you
|
terms of the OpenSSL or SSLeay licenses, the Free Software Foundation
|
||||||
modify this file, you may extend this exception to your version of the
|
grants you additional permission to convey the resulting work.
|
||||||
file, but you are not obligated to do so. If you do not wish to do
|
Corresponding Source for a non-source form of such a combination
|
||||||
so, delete this exception statement from your version. */
|
shall include the source code for the parts of OpenSSL used as well
|
||||||
|
as that of the covered work. */
|
||||||
|
|
||||||
#include "wget.h"
|
#include "wget.h"
|
||||||
|
|
||||||
|
@ -16,15 +16,16 @@ GNU General Public License for more details.
|
|||||||
You should have received a copy of the GNU General Public License
|
You should have received a copy of the GNU General Public License
|
||||||
along with Wget. If not, see <http://www.gnu.org/licenses/>.
|
along with Wget. If not, see <http://www.gnu.org/licenses/>.
|
||||||
|
|
||||||
In addition, as a special exception, the Free Software Foundation
|
Additional permission under GNU GPL version 3 section 7
|
||||||
gives permission to link the code of its release of Wget with the
|
|
||||||
OpenSSL project's "OpenSSL" library (or with modified versions of it
|
If you modify this program, or any covered work, by linking or
|
||||||
that use the same license as the "OpenSSL" library), and distribute
|
combining it with the OpenSSL project's OpenSSL library (or a
|
||||||
the linked executables. You must obey the GNU General Public License
|
modified version of that library), containing parts covered by the
|
||||||
in all respects for all of the code used other than "OpenSSL". If you
|
terms of the OpenSSL or SSLeay licenses, the Free Software Foundation
|
||||||
modify this file, you may extend this exception to your version of the
|
grants you additional permission to convey the resulting work.
|
||||||
file, but you are not obligated to do so. If you do not wish to do
|
Corresponding Source for a non-source form of such a combination
|
||||||
so, delete this exception statement from your version. */
|
shall include the source code for the parts of OpenSSL used as well
|
||||||
|
as that of the covered work. */
|
||||||
|
|
||||||
#ifndef CONVERT_H
|
#ifndef CONVERT_H
|
||||||
#define CONVERT_H
|
#define CONVERT_H
|
||||||
|
@ -17,15 +17,16 @@ General Public License for more details.
|
|||||||
You should have received a copy of the GNU General Public License
|
You should have received a copy of the GNU General Public License
|
||||||
along with Wget. If not, see <http://www.gnu.org/licenses/>.
|
along with Wget. If not, see <http://www.gnu.org/licenses/>.
|
||||||
|
|
||||||
In addition, as a special exception, the Free Software Foundation
|
Additional permission under GNU GPL version 3 section 7
|
||||||
gives permission to link the code of its release of Wget with the
|
|
||||||
OpenSSL project's "OpenSSL" library (or with modified versions of it
|
If you modify this program, or any covered work, by linking or
|
||||||
that use the same license as the "OpenSSL" library), and distribute
|
combining it with the OpenSSL project's OpenSSL library (or a
|
||||||
the linked executables. You must obey the GNU General Public License
|
modified version of that library), containing parts covered by the
|
||||||
in all respects for all of the code used other than "OpenSSL". If you
|
terms of the OpenSSL or SSLeay licenses, the Free Software Foundation
|
||||||
modify this file, you may extend this exception to your version of the
|
grants you additional permission to convey the resulting work.
|
||||||
file, but you are not obligated to do so. If you do not wish to do
|
Corresponding Source for a non-source form of such a combination
|
||||||
so, delete this exception statement from your version. */
|
shall include the source code for the parts of OpenSSL used as well
|
||||||
|
as that of the covered work. */
|
||||||
|
|
||||||
/* Written by Hrvoje Niksic. Parts are loosely inspired by the
|
/* Written by Hrvoje Niksic. Parts are loosely inspired by the
|
||||||
cookie patch submitted by Tomasz Wegrzanowski.
|
cookie patch submitted by Tomasz Wegrzanowski.
|
||||||
|
@ -17,15 +17,16 @@ General Public License for more details.
|
|||||||
You should have received a copy of the GNU General Public License
|
You should have received a copy of the GNU General Public License
|
||||||
along with Wget. If not, see <http://www.gnu.org/licenses/>.
|
along with Wget. If not, see <http://www.gnu.org/licenses/>.
|
||||||
|
|
||||||
In addition, as a special exception, the Free Software Foundation
|
Additional permission under GNU GPL version 3 section 7
|
||||||
gives permission to link the code of its release of Wget with the
|
|
||||||
OpenSSL project's "OpenSSL" library (or with modified versions of it
|
If you modify this program, or any covered work, by linking or
|
||||||
that use the same license as the "OpenSSL" library), and distribute
|
combining it with the OpenSSL project's OpenSSL library (or a
|
||||||
the linked executables. You must obey the GNU General Public License
|
modified version of that library), containing parts covered by the
|
||||||
in all respects for all of the code used other than "OpenSSL". If you
|
terms of the OpenSSL or SSLeay licenses, the Free Software Foundation
|
||||||
modify this file, you may extend this exception to your version of the
|
grants you additional permission to convey the resulting work.
|
||||||
file, but you are not obligated to do so. If you do not wish to do
|
Corresponding Source for a non-source form of such a combination
|
||||||
so, delete this exception statement from your version. */
|
shall include the source code for the parts of OpenSSL used as well
|
||||||
|
as that of the covered work. */
|
||||||
|
|
||||||
#ifndef COOKIES_H
|
#ifndef COOKIES_H
|
||||||
#define COOKIES_H
|
#define COOKIES_H
|
||||||
|
@ -17,15 +17,16 @@ GNU General Public License for more details.
|
|||||||
You should have received a copy of the GNU General Public License
|
You should have received a copy of the GNU General Public License
|
||||||
along with Wget. If not, see <http://www.gnu.org/licenses/>.
|
along with Wget. If not, see <http://www.gnu.org/licenses/>.
|
||||||
|
|
||||||
In addition, as a special exception, the Free Software Foundation
|
Additional permission under GNU GPL version 3 section 7
|
||||||
gives permission to link the code of its release of Wget with the
|
|
||||||
OpenSSL project's "OpenSSL" library (or with modified versions of it
|
If you modify this program, or any covered work, by linking or
|
||||||
that use the same license as the "OpenSSL" library), and distribute
|
combining it with the OpenSSL project's OpenSSL library (or a
|
||||||
the linked executables. You must obey the GNU General Public License
|
modified version of that library), containing parts covered by the
|
||||||
in all respects for all of the code used other than "OpenSSL". If you
|
terms of the OpenSSL or SSLeay licenses, the Free Software Foundation
|
||||||
modify this file, you may extend this exception to your version of the
|
grants you additional permission to convey the resulting work.
|
||||||
file, but you are not obligated to do so. If you do not wish to do
|
Corresponding Source for a non-source form of such a combination
|
||||||
so, delete this exception statement from your version. */
|
shall include the source code for the parts of OpenSSL used as well
|
||||||
|
as that of the covered work. */
|
||||||
|
|
||||||
#include "wget.h"
|
#include "wget.h"
|
||||||
|
|
||||||
|
19
src/ftp-ls.c
19
src/ftp-ls.c
@ -17,15 +17,16 @@ GNU General Public License for more details.
|
|||||||
You should have received a copy of the GNU General Public License
|
You should have received a copy of the GNU General Public License
|
||||||
along with Wget. If not, see <http://www.gnu.org/licenses/>.
|
along with Wget. If not, see <http://www.gnu.org/licenses/>.
|
||||||
|
|
||||||
In addition, as a special exception, the Free Software Foundation
|
Additional permission under GNU GPL version 3 section 7
|
||||||
gives permission to link the code of its release of Wget with the
|
|
||||||
OpenSSL project's "OpenSSL" library (or with modified versions of it
|
If you modify this program, or any covered work, by linking or
|
||||||
that use the same license as the "OpenSSL" library), and distribute
|
combining it with the OpenSSL project's OpenSSL library (or a
|
||||||
the linked executables. You must obey the GNU General Public License
|
modified version of that library), containing parts covered by the
|
||||||
in all respects for all of the code used other than "OpenSSL". If you
|
terms of the OpenSSL or SSLeay licenses, the Free Software Foundation
|
||||||
modify this file, you may extend this exception to your version of the
|
grants you additional permission to convey the resulting work.
|
||||||
file, but you are not obligated to do so. If you do not wish to do
|
Corresponding Source for a non-source form of such a combination
|
||||||
so, delete this exception statement from your version. */
|
shall include the source code for the parts of OpenSSL used as well
|
||||||
|
as that of the covered work. */
|
||||||
|
|
||||||
#include "wget.h"
|
#include "wget.h"
|
||||||
|
|
||||||
|
@ -17,15 +17,16 @@ GNU General Public License for more details.
|
|||||||
You should have received a copy of the GNU General Public License
|
You should have received a copy of the GNU General Public License
|
||||||
along with Wget. If not, see <http://www.gnu.org/licenses/>.
|
along with Wget. If not, see <http://www.gnu.org/licenses/>.
|
||||||
|
|
||||||
In addition, as a special exception, the Free Software Foundation
|
Additional permission under GNU GPL version 3 section 7
|
||||||
gives permission to link the code of its release of Wget with the
|
|
||||||
OpenSSL project's "OpenSSL" library (or with modified versions of it
|
If you modify this program, or any covered work, by linking or
|
||||||
that use the same license as the "OpenSSL" library), and distribute
|
combining it with the OpenSSL project's OpenSSL library (or a
|
||||||
the linked executables. You must obey the GNU General Public License
|
modified version of that library), containing parts covered by the
|
||||||
in all respects for all of the code used other than "OpenSSL". If you
|
terms of the OpenSSL or SSLeay licenses, the Free Software Foundation
|
||||||
modify this file, you may extend this exception to your version of the
|
grants you additional permission to convey the resulting work.
|
||||||
file, but you are not obligated to do so. If you do not wish to do
|
Corresponding Source for a non-source form of such a combination
|
||||||
so, delete this exception statement from your version. */
|
shall include the source code for the parts of OpenSSL used as well
|
||||||
|
as that of the covered work. */
|
||||||
|
|
||||||
#include "wget.h"
|
#include "wget.h"
|
||||||
|
|
||||||
|
19
src/ftp.c
19
src/ftp.c
@ -17,15 +17,16 @@ GNU General Public License for more details.
|
|||||||
You should have received a copy of the GNU General Public License
|
You should have received a copy of the GNU General Public License
|
||||||
along with Wget. If not, see <http://www.gnu.org/licenses/>.
|
along with Wget. If not, see <http://www.gnu.org/licenses/>.
|
||||||
|
|
||||||
In addition, as a special exception, the Free Software Foundation
|
Additional permission under GNU GPL version 3 section 7
|
||||||
gives permission to link the code of its release of Wget with the
|
|
||||||
OpenSSL project's "OpenSSL" library (or with modified versions of it
|
If you modify this program, or any covered work, by linking or
|
||||||
that use the same license as the "OpenSSL" library), and distribute
|
combining it with the OpenSSL project's OpenSSL library (or a
|
||||||
the linked executables. You must obey the GNU General Public License
|
modified version of that library), containing parts covered by the
|
||||||
in all respects for all of the code used other than "OpenSSL". If you
|
terms of the OpenSSL or SSLeay licenses, the Free Software Foundation
|
||||||
modify this file, you may extend this exception to your version of the
|
grants you additional permission to convey the resulting work.
|
||||||
file, but you are not obligated to do so. If you do not wish to do
|
Corresponding Source for a non-source form of such a combination
|
||||||
so, delete this exception statement from your version. */
|
shall include the source code for the parts of OpenSSL used as well
|
||||||
|
as that of the covered work. */
|
||||||
|
|
||||||
#include "wget.h"
|
#include "wget.h"
|
||||||
|
|
||||||
|
19
src/ftp.h
19
src/ftp.h
@ -17,15 +17,16 @@ GNU General Public License for more details.
|
|||||||
You should have received a copy of the GNU General Public License
|
You should have received a copy of the GNU General Public License
|
||||||
along with Wget. If not, see <http://www.gnu.org/licenses/>.
|
along with Wget. If not, see <http://www.gnu.org/licenses/>.
|
||||||
|
|
||||||
In addition, as a special exception, the Free Software Foundation
|
Additional permission under GNU GPL version 3 section 7
|
||||||
gives permission to link the code of its release of Wget with the
|
|
||||||
OpenSSL project's "OpenSSL" library (or with modified versions of it
|
If you modify this program, or any covered work, by linking or
|
||||||
that use the same license as the "OpenSSL" library), and distribute
|
combining it with the OpenSSL project's OpenSSL library (or a
|
||||||
the linked executables. You must obey the GNU General Public License
|
modified version of that library), containing parts covered by the
|
||||||
in all respects for all of the code used other than "OpenSSL". If you
|
terms of the OpenSSL or SSLeay licenses, the Free Software Foundation
|
||||||
modify this file, you may extend this exception to your version of the
|
grants you additional permission to convey the resulting work.
|
||||||
file, but you are not obligated to do so. If you do not wish to do
|
Corresponding Source for a non-source form of such a combination
|
||||||
so, delete this exception statement from your version. */
|
shall include the source code for the parts of OpenSSL used as well
|
||||||
|
as that of the covered work. */
|
||||||
|
|
||||||
#ifndef FTP_H
|
#ifndef FTP_H
|
||||||
#define FTP_H
|
#define FTP_H
|
||||||
|
@ -17,15 +17,16 @@ GNU General Public License for more details.
|
|||||||
You should have received a copy of the GNU General Public License
|
You should have received a copy of the GNU General Public License
|
||||||
along with Wget. If not, see <http://www.gnu.org/licenses/>.
|
along with Wget. If not, see <http://www.gnu.org/licenses/>.
|
||||||
|
|
||||||
In addition, as a special exception, the Free Software Foundation
|
Additional permission under GNU GPL version 3 section 7
|
||||||
gives permission to link the code of its release of Wget with the
|
|
||||||
OpenSSL project's "OpenSSL" library (or with modified versions of it
|
If you modify this program, or any covered work, by linking or
|
||||||
that use the same license as the "OpenSSL" library), and distribute
|
combining it with the OpenSSL project's OpenSSL library (or a
|
||||||
the linked executables. You must obey the GNU General Public License
|
modified version of that library), containing parts covered by the
|
||||||
in all respects for all of the code used other than "OpenSSL". If you
|
terms of the OpenSSL or SSLeay licenses, the Free Software Foundation
|
||||||
modify this file, you may extend this exception to your version of the
|
grants you additional permission to convey the resulting work.
|
||||||
file, but you are not obligated to do so. If you do not wish to do
|
Corresponding Source for a non-source form of such a combination
|
||||||
so, delete this exception statement from your version. */
|
shall include the source code for the parts of OpenSSL used as well
|
||||||
|
as that of the covered work. */
|
||||||
|
|
||||||
#include "wget.h"
|
#include "wget.h"
|
||||||
|
|
||||||
|
@ -17,15 +17,16 @@ GNU General Public License for more details.
|
|||||||
You should have received a copy of the GNU General Public License
|
You should have received a copy of the GNU General Public License
|
||||||
along with Wget. If not, see <http://www.gnu.org/licenses/>.
|
along with Wget. If not, see <http://www.gnu.org/licenses/>.
|
||||||
|
|
||||||
In addition, as a special exception, the Free Software Foundation
|
Additional permission under GNU GPL version 3 section 7
|
||||||
gives permission to link the code of its release of Wget with the
|
|
||||||
OpenSSL project's "OpenSSL" library (or with modified versions of it
|
If you modify this program, or any covered work, by linking or
|
||||||
that use the same license as the "OpenSSL" library), and distribute
|
combining it with the OpenSSL project's OpenSSL library (or a
|
||||||
the linked executables. You must obey the GNU General Public License
|
modified version of that library), containing parts covered by the
|
||||||
in all respects for all of the code used other than "OpenSSL". If you
|
terms of the OpenSSL or SSLeay licenses, the Free Software Foundation
|
||||||
modify this file, you may extend this exception to your version of the
|
grants you additional permission to convey the resulting work.
|
||||||
file, but you are not obligated to do so. If you do not wish to do
|
Corresponding Source for a non-source form of such a combination
|
||||||
so, delete this exception statement from your version. */
|
shall include the source code for the parts of OpenSSL used as well
|
||||||
|
as that of the covered work. */
|
||||||
|
|
||||||
#ifndef GEN_MD5_H
|
#ifndef GEN_MD5_H
|
||||||
#define GEN_MD5_H
|
#define GEN_MD5_H
|
||||||
|
19
src/gnutls.c
19
src/gnutls.c
@ -16,15 +16,16 @@ GNU General Public License for more details.
|
|||||||
You should have received a copy of the GNU General Public License
|
You should have received a copy of the GNU General Public License
|
||||||
along with Wget. If not, see <http://www.gnu.org/licenses/>.
|
along with Wget. If not, see <http://www.gnu.org/licenses/>.
|
||||||
|
|
||||||
In addition, as a special exception, the Free Software Foundation
|
Additional permission under GNU GPL version 3 section 7
|
||||||
gives permission to link the code of its release of Wget with the
|
|
||||||
OpenSSL project's "OpenSSL" library (or with modified versions of it
|
If you modify this program, or any covered work, by linking or
|
||||||
that use the same license as the "OpenSSL" library), and distribute
|
combining it with the OpenSSL project's OpenSSL library (or a
|
||||||
the linked executables. You must obey the GNU General Public License
|
modified version of that library), containing parts covered by the
|
||||||
in all respects for all of the code used other than "OpenSSL". If you
|
terms of the OpenSSL or SSLeay licenses, the Free Software Foundation
|
||||||
modify this file, you may extend this exception to your version of the
|
grants you additional permission to convey the resulting work.
|
||||||
file, but you are not obligated to do so. If you do not wish to do
|
Corresponding Source for a non-source form of such a combination
|
||||||
so, delete this exception statement from your version. */
|
shall include the source code for the parts of OpenSSL used as well
|
||||||
|
as that of the covered work. */
|
||||||
|
|
||||||
#include "wget.h"
|
#include "wget.h"
|
||||||
|
|
||||||
|
19
src/hash.c
19
src/hash.c
@ -17,15 +17,16 @@ GNU General Public License for more details.
|
|||||||
You should have received a copy of the GNU General Public License
|
You should have received a copy of the GNU General Public License
|
||||||
along with Wget. If not, see <http://www.gnu.org/licenses/>.
|
along with Wget. If not, see <http://www.gnu.org/licenses/>.
|
||||||
|
|
||||||
In addition, as a special exception, the Free Software Foundation
|
Additional permission under GNU GPL version 3 section 7
|
||||||
gives permission to link the code of its release of Wget with the
|
|
||||||
OpenSSL project's "OpenSSL" library (or with modified versions of it
|
If you modify this program, or any covered work, by linking or
|
||||||
that use the same license as the "OpenSSL" library), and distribute
|
combining it with the OpenSSL project's OpenSSL library (or a
|
||||||
the linked executables. You must obey the GNU General Public License
|
modified version of that library), containing parts covered by the
|
||||||
in all respects for all of the code used other than "OpenSSL". If you
|
terms of the OpenSSL or SSLeay licenses, the Free Software Foundation
|
||||||
modify this file, you may extend this exception to your version of the
|
grants you additional permission to convey the resulting work.
|
||||||
file, but you are not obligated to do so. If you do not wish to do
|
Corresponding Source for a non-source form of such a combination
|
||||||
so, delete this exception statement from your version. */
|
shall include the source code for the parts of OpenSSL used as well
|
||||||
|
as that of the covered work. */
|
||||||
|
|
||||||
/* With -DSTANDALONE, this file can be compiled outside Wget source
|
/* With -DSTANDALONE, this file can be compiled outside Wget source
|
||||||
tree. To test, also use -DTEST. */
|
tree. To test, also use -DTEST. */
|
||||||
|
19
src/hash.h
19
src/hash.h
@ -16,15 +16,16 @@ GNU General Public License for more details.
|
|||||||
You should have received a copy of the GNU General Public License
|
You should have received a copy of the GNU General Public License
|
||||||
along with Wget. If not, see <http://www.gnu.org/licenses/>.
|
along with Wget. If not, see <http://www.gnu.org/licenses/>.
|
||||||
|
|
||||||
In addition, as a special exception, the Free Software Foundation
|
Additional permission under GNU GPL version 3 section 7
|
||||||
gives permission to link the code of its release of Wget with the
|
|
||||||
OpenSSL project's "OpenSSL" library (or with modified versions of it
|
If you modify this program, or any covered work, by linking or
|
||||||
that use the same license as the "OpenSSL" library), and distribute
|
combining it with the OpenSSL project's OpenSSL library (or a
|
||||||
the linked executables. You must obey the GNU General Public License
|
modified version of that library), containing parts covered by the
|
||||||
in all respects for all of the code used other than "OpenSSL". If you
|
terms of the OpenSSL or SSLeay licenses, the Free Software Foundation
|
||||||
modify this file, you may extend this exception to your version of the
|
grants you additional permission to convey the resulting work.
|
||||||
file, but you are not obligated to do so. If you do not wish to do
|
Corresponding Source for a non-source form of such a combination
|
||||||
so, delete this exception statement from your version. */
|
shall include the source code for the parts of OpenSSL used as well
|
||||||
|
as that of the covered work. */
|
||||||
|
|
||||||
#ifndef HASH_H
|
#ifndef HASH_H
|
||||||
#define HASH_H
|
#define HASH_H
|
||||||
|
19
src/host.c
19
src/host.c
@ -17,15 +17,16 @@ GNU General Public License for more details.
|
|||||||
You should have received a copy of the GNU General Public License
|
You should have received a copy of the GNU General Public License
|
||||||
along with Wget. If not, see <http://www.gnu.org/licenses/>.
|
along with Wget. If not, see <http://www.gnu.org/licenses/>.
|
||||||
|
|
||||||
In addition, as a special exception, the Free Software Foundation
|
Additional permission under GNU GPL version 3 section 7
|
||||||
gives permission to link the code of its release of Wget with the
|
|
||||||
OpenSSL project's "OpenSSL" library (or with modified versions of it
|
If you modify this program, or any covered work, by linking or
|
||||||
that use the same license as the "OpenSSL" library), and distribute
|
combining it with the OpenSSL project's OpenSSL library (or a
|
||||||
the linked executables. You must obey the GNU General Public License
|
modified version of that library), containing parts covered by the
|
||||||
in all respects for all of the code used other than "OpenSSL". If you
|
terms of the OpenSSL or SSLeay licenses, the Free Software Foundation
|
||||||
modify this file, you may extend this exception to your version of the
|
grants you additional permission to convey the resulting work.
|
||||||
file, but you are not obligated to do so. If you do not wish to do
|
Corresponding Source for a non-source form of such a combination
|
||||||
so, delete this exception statement from your version. */
|
shall include the source code for the parts of OpenSSL used as well
|
||||||
|
as that of the covered work. */
|
||||||
|
|
||||||
#include "wget.h"
|
#include "wget.h"
|
||||||
|
|
||||||
|
19
src/host.h
19
src/host.h
@ -17,15 +17,16 @@ GNU General Public License for more details.
|
|||||||
You should have received a copy of the GNU General Public License
|
You should have received a copy of the GNU General Public License
|
||||||
along with Wget. If not, see <http://www.gnu.org/licenses/>.
|
along with Wget. If not, see <http://www.gnu.org/licenses/>.
|
||||||
|
|
||||||
In addition, as a special exception, the Free Software Foundation
|
Additional permission under GNU GPL version 3 section 7
|
||||||
gives permission to link the code of its release of Wget with the
|
|
||||||
OpenSSL project's "OpenSSL" library (or with modified versions of it
|
If you modify this program, or any covered work, by linking or
|
||||||
that use the same license as the "OpenSSL" library), and distribute
|
combining it with the OpenSSL project's OpenSSL library (or a
|
||||||
the linked executables. You must obey the GNU General Public License
|
modified version of that library), containing parts covered by the
|
||||||
in all respects for all of the code used other than "OpenSSL". If you
|
terms of the OpenSSL or SSLeay licenses, the Free Software Foundation
|
||||||
modify this file, you may extend this exception to your version of the
|
grants you additional permission to convey the resulting work.
|
||||||
file, but you are not obligated to do so. If you do not wish to do
|
Corresponding Source for a non-source form of such a combination
|
||||||
so, delete this exception statement from your version. */
|
shall include the source code for the parts of OpenSSL used as well
|
||||||
|
as that of the covered work. */
|
||||||
|
|
||||||
#ifndef HOST_H
|
#ifndef HOST_H
|
||||||
#define HOST_H
|
#define HOST_H
|
||||||
|
@ -17,15 +17,16 @@ GNU General Public License for more details.
|
|||||||
You should have received a copy of the GNU General Public License
|
You should have received a copy of the GNU General Public License
|
||||||
along with Wget. If not, see <http://www.gnu.org/licenses/>.
|
along with Wget. If not, see <http://www.gnu.org/licenses/>.
|
||||||
|
|
||||||
In addition, as a special exception, the Free Software Foundation
|
Additional permission under GNU GPL version 3 section 7
|
||||||
gives permission to link the code of its release of Wget with the
|
|
||||||
OpenSSL project's "OpenSSL" library (or with modified versions of it
|
If you modify this program, or any covered work, by linking or
|
||||||
that use the same license as the "OpenSSL" library), and distribute
|
combining it with the OpenSSL project's OpenSSL library (or a
|
||||||
the linked executables. You must obey the GNU General Public License
|
modified version of that library), containing parts covered by the
|
||||||
in all respects for all of the code used other than "OpenSSL". If you
|
terms of the OpenSSL or SSLeay licenses, the Free Software Foundation
|
||||||
modify this file, you may extend this exception to your version of the
|
grants you additional permission to convey the resulting work.
|
||||||
file, but you are not obligated to do so. If you do not wish to do
|
Corresponding Source for a non-source form of such a combination
|
||||||
so, delete this exception statement from your version. */
|
shall include the source code for the parts of OpenSSL used as well
|
||||||
|
as that of the covered work. */
|
||||||
|
|
||||||
/* The only entry point to this module is map_html_tags(), which see. */
|
/* The only entry point to this module is map_html_tags(), which see. */
|
||||||
|
|
||||||
|
@ -17,15 +17,16 @@ GNU General Public License for more details.
|
|||||||
You should have received a copy of the GNU General Public License
|
You should have received a copy of the GNU General Public License
|
||||||
along with Wget. If not, see <http://www.gnu.org/licenses/>.
|
along with Wget. If not, see <http://www.gnu.org/licenses/>.
|
||||||
|
|
||||||
In addition, as a special exception, the Free Software Foundation
|
Additional permission under GNU GPL version 3 section 7
|
||||||
gives permission to link the code of its release of Wget with the
|
|
||||||
OpenSSL project's "OpenSSL" library (or with modified versions of it
|
If you modify this program, or any covered work, by linking or
|
||||||
that use the same license as the "OpenSSL" library), and distribute
|
combining it with the OpenSSL project's OpenSSL library (or a
|
||||||
the linked executables. You must obey the GNU General Public License
|
modified version of that library), containing parts covered by the
|
||||||
in all respects for all of the code used other than "OpenSSL". If you
|
terms of the OpenSSL or SSLeay licenses, the Free Software Foundation
|
||||||
modify this file, you may extend this exception to your version of the
|
grants you additional permission to convey the resulting work.
|
||||||
file, but you are not obligated to do so. If you do not wish to do
|
Corresponding Source for a non-source form of such a combination
|
||||||
so, delete this exception statement from your version. */
|
shall include the source code for the parts of OpenSSL used as well
|
||||||
|
as that of the covered work. */
|
||||||
|
|
||||||
#ifndef HTML_PARSE_H
|
#ifndef HTML_PARSE_H
|
||||||
#define HTML_PARSE_H
|
#define HTML_PARSE_H
|
||||||
|
@ -17,15 +17,16 @@ GNU General Public License for more details.
|
|||||||
You should have received a copy of the GNU General Public License
|
You should have received a copy of the GNU General Public License
|
||||||
along with Wget. If not, see <http://www.gnu.org/licenses/>.
|
along with Wget. If not, see <http://www.gnu.org/licenses/>.
|
||||||
|
|
||||||
In addition, as a special exception, the Free Software Foundation
|
Additional permission under GNU GPL version 3 section 7
|
||||||
gives permission to link the code of its release of Wget with the
|
|
||||||
OpenSSL project's "OpenSSL" library (or with modified versions of it
|
If you modify this program, or any covered work, by linking or
|
||||||
that use the same license as the "OpenSSL" library), and distribute
|
combining it with the OpenSSL project's OpenSSL library (or a
|
||||||
the linked executables. You must obey the GNU General Public License
|
modified version of that library), containing parts covered by the
|
||||||
in all respects for all of the code used other than "OpenSSL". If you
|
terms of the OpenSSL or SSLeay licenses, the Free Software Foundation
|
||||||
modify this file, you may extend this exception to your version of the
|
grants you additional permission to convey the resulting work.
|
||||||
file, but you are not obligated to do so. If you do not wish to do
|
Corresponding Source for a non-source form of such a combination
|
||||||
so, delete this exception statement from your version. */
|
shall include the source code for the parts of OpenSSL used as well
|
||||||
|
as that of the covered work. */
|
||||||
|
|
||||||
#include "wget.h"
|
#include "wget.h"
|
||||||
|
|
||||||
|
@ -17,15 +17,16 @@ GNU General Public License for more details.
|
|||||||
You should have received a copy of the GNU General Public License
|
You should have received a copy of the GNU General Public License
|
||||||
along with Wget. If not, see <http://www.gnu.org/licenses/>.
|
along with Wget. If not, see <http://www.gnu.org/licenses/>.
|
||||||
|
|
||||||
In addition, as a special exception, the Free Software Foundation
|
Additional permission under GNU GPL version 3 section 7
|
||||||
gives permission to link the code of its release of Wget with the
|
|
||||||
OpenSSL project's "OpenSSL" library (or with modified versions of it
|
If you modify this program, or any covered work, by linking or
|
||||||
that use the same license as the "OpenSSL" library), and distribute
|
combining it with the OpenSSL project's OpenSSL library (or a
|
||||||
the linked executables. You must obey the GNU General Public License
|
modified version of that library), containing parts covered by the
|
||||||
in all respects for all of the code used other than "OpenSSL". If you
|
terms of the OpenSSL or SSLeay licenses, the Free Software Foundation
|
||||||
modify this file, you may extend this exception to your version of the
|
grants you additional permission to convey the resulting work.
|
||||||
file, but you are not obligated to do so. If you do not wish to do
|
Corresponding Source for a non-source form of such a combination
|
||||||
so, delete this exception statement from your version. */
|
shall include the source code for the parts of OpenSSL used as well
|
||||||
|
as that of the covered work. */
|
||||||
|
|
||||||
#include "wget.h"
|
#include "wget.h"
|
||||||
|
|
||||||
|
@ -19,15 +19,16 @@ GNU General Public License for more details.
|
|||||||
You should have received a copy of the GNU General Public License
|
You should have received a copy of the GNU General Public License
|
||||||
along with Wget. If not, see <http://www.gnu.org/licenses/>.
|
along with Wget. If not, see <http://www.gnu.org/licenses/>.
|
||||||
|
|
||||||
In addition, as a special exception, the Free Software Foundation
|
Additional permission under GNU GPL version 3 section 7
|
||||||
gives permission to link the code of its release of Wget with the
|
|
||||||
OpenSSL project's "OpenSSL" library (or with modified versions of it
|
If you modify this program, or any covered work, by linking or
|
||||||
that use the same license as the "OpenSSL" library), and distribute
|
combining it with the OpenSSL project's OpenSSL library (or a
|
||||||
the linked executables. You must obey the GNU General Public License
|
modified version of that library), containing parts covered by the
|
||||||
in all respects for all of the code used other than "OpenSSL". If you
|
terms of the OpenSSL or SSLeay licenses, the Free Software Foundation
|
||||||
modify this file, you may extend this exception to your version of the
|
grants you additional permission to convey the resulting work.
|
||||||
file, but you are not obligated to do so. If you do not wish to do
|
Corresponding Source for a non-source form of such a combination
|
||||||
so, delete this exception statement from your version. */
|
shall include the source code for the parts of OpenSSL used as well
|
||||||
|
as that of the covered work. */
|
||||||
|
|
||||||
typedef enum {
|
typedef enum {
|
||||||
NTLMSTATE_NONE,
|
NTLMSTATE_NONE,
|
||||||
|
19
src/http.c
19
src/http.c
@ -17,15 +17,16 @@ GNU General Public License for more details.
|
|||||||
You should have received a copy of the GNU General Public License
|
You should have received a copy of the GNU General Public License
|
||||||
along with Wget. If not, see <http://www.gnu.org/licenses/>.
|
along with Wget. If not, see <http://www.gnu.org/licenses/>.
|
||||||
|
|
||||||
In addition, as a special exception, the Free Software Foundation
|
Additional permission under GNU GPL version 3 section 7
|
||||||
gives permission to link the code of its release of Wget with the
|
|
||||||
OpenSSL project's "OpenSSL" library (or with modified versions of it
|
If you modify this program, or any covered work, by linking or
|
||||||
that use the same license as the "OpenSSL" library), and distribute
|
combining it with the OpenSSL project's OpenSSL library (or a
|
||||||
the linked executables. You must obey the GNU General Public License
|
modified version of that library), containing parts covered by the
|
||||||
in all respects for all of the code used other than "OpenSSL". If you
|
terms of the OpenSSL or SSLeay licenses, the Free Software Foundation
|
||||||
modify this file, you may extend this exception to your version of the
|
grants you additional permission to convey the resulting work.
|
||||||
file, but you are not obligated to do so. If you do not wish to do
|
Corresponding Source for a non-source form of such a combination
|
||||||
so, delete this exception statement from your version. */
|
shall include the source code for the parts of OpenSSL used as well
|
||||||
|
as that of the covered work. */
|
||||||
|
|
||||||
#include "wget.h"
|
#include "wget.h"
|
||||||
|
|
||||||
|
19
src/http.h
19
src/http.h
@ -16,15 +16,16 @@ GNU General Public License for more details.
|
|||||||
You should have received a copy of the GNU General Public License
|
You should have received a copy of the GNU General Public License
|
||||||
along with Wget. If not, see <http://www.gnu.org/licenses/>.
|
along with Wget. If not, see <http://www.gnu.org/licenses/>.
|
||||||
|
|
||||||
In addition, as a special exception, the Free Software Foundation
|
Additional permission under GNU GPL version 3 section 7
|
||||||
gives permission to link the code of its release of Wget with the
|
|
||||||
OpenSSL project's "OpenSSL" library (or with modified versions of it
|
If you modify this program, or any covered work, by linking or
|
||||||
that use the same license as the "OpenSSL" library), and distribute
|
combining it with the OpenSSL project's OpenSSL library (or a
|
||||||
the linked executables. You must obey the GNU General Public License
|
modified version of that library), containing parts covered by the
|
||||||
in all respects for all of the code used other than "OpenSSL". If you
|
terms of the OpenSSL or SSLeay licenses, the Free Software Foundation
|
||||||
modify this file, you may extend this exception to your version of the
|
grants you additional permission to convey the resulting work.
|
||||||
file, but you are not obligated to do so. If you do not wish to do
|
Corresponding Source for a non-source form of such a combination
|
||||||
so, delete this exception statement from your version. */
|
shall include the source code for the parts of OpenSSL used as well
|
||||||
|
as that of the covered work. */
|
||||||
|
|
||||||
#ifndef HTTP_H
|
#ifndef HTTP_H
|
||||||
#define HTTP_H
|
#define HTTP_H
|
||||||
|
19
src/init.c
19
src/init.c
@ -17,15 +17,16 @@ GNU General Public License for more details.
|
|||||||
You should have received a copy of the GNU General Public License
|
You should have received a copy of the GNU General Public License
|
||||||
along with Wget. If not, see <http://www.gnu.org/licenses/>.
|
along with Wget. If not, see <http://www.gnu.org/licenses/>.
|
||||||
|
|
||||||
In addition, as a special exception, the Free Software Foundation
|
Additional permission under GNU GPL version 3 section 7
|
||||||
gives permission to link the code of its release of Wget with the
|
|
||||||
OpenSSL project's "OpenSSL" library (or with modified versions of it
|
If you modify this program, or any covered work, by linking or
|
||||||
that use the same license as the "OpenSSL" library), and distribute
|
combining it with the OpenSSL project's OpenSSL library (or a
|
||||||
the linked executables. You must obey the GNU General Public License
|
modified version of that library), containing parts covered by the
|
||||||
in all respects for all of the code used other than "OpenSSL". If you
|
terms of the OpenSSL or SSLeay licenses, the Free Software Foundation
|
||||||
modify this file, you may extend this exception to your version of the
|
grants you additional permission to convey the resulting work.
|
||||||
file, but you are not obligated to do so. If you do not wish to do
|
Corresponding Source for a non-source form of such a combination
|
||||||
so, delete this exception statement from your version. */
|
shall include the source code for the parts of OpenSSL used as well
|
||||||
|
as that of the covered work. */
|
||||||
|
|
||||||
#include "wget.h"
|
#include "wget.h"
|
||||||
|
|
||||||
|
19
src/init.h
19
src/init.h
@ -17,15 +17,16 @@ GNU General Public License for more details.
|
|||||||
You should have received a copy of the GNU General Public License
|
You should have received a copy of the GNU General Public License
|
||||||
along with Wget. If not, see <http://www.gnu.org/licenses/>.
|
along with Wget. If not, see <http://www.gnu.org/licenses/>.
|
||||||
|
|
||||||
In addition, as a special exception, the Free Software Foundation
|
Additional permission under GNU GPL version 3 section 7
|
||||||
gives permission to link the code of its release of Wget with the
|
|
||||||
OpenSSL project's "OpenSSL" library (or with modified versions of it
|
If you modify this program, or any covered work, by linking or
|
||||||
that use the same license as the "OpenSSL" library), and distribute
|
combining it with the OpenSSL project's OpenSSL library (or a
|
||||||
the linked executables. You must obey the GNU General Public License
|
modified version of that library), containing parts covered by the
|
||||||
in all respects for all of the code used other than "OpenSSL". If you
|
terms of the OpenSSL or SSLeay licenses, the Free Software Foundation
|
||||||
modify this file, you may extend this exception to your version of the
|
grants you additional permission to convey the resulting work.
|
||||||
file, but you are not obligated to do so. If you do not wish to do
|
Corresponding Source for a non-source form of such a combination
|
||||||
so, delete this exception statement from your version. */
|
shall include the source code for the parts of OpenSSL used as well
|
||||||
|
as that of the covered work. */
|
||||||
|
|
||||||
#ifndef INIT_H
|
#ifndef INIT_H
|
||||||
#define INIT_H
|
#define INIT_H
|
||||||
|
19
src/log.c
19
src/log.c
@ -17,15 +17,16 @@ GNU General Public License for more details.
|
|||||||
You should have received a copy of the GNU General Public License
|
You should have received a copy of the GNU General Public License
|
||||||
along with Wget. If not, see <http://www.gnu.org/licenses/>.
|
along with Wget. If not, see <http://www.gnu.org/licenses/>.
|
||||||
|
|
||||||
In addition, as a special exception, the Free Software Foundation
|
Additional permission under GNU GPL version 3 section 7
|
||||||
gives permission to link the code of its release of Wget with the
|
|
||||||
OpenSSL project's "OpenSSL" library (or with modified versions of it
|
If you modify this program, or any covered work, by linking or
|
||||||
that use the same license as the "OpenSSL" library), and distribute
|
combining it with the OpenSSL project's OpenSSL library (or a
|
||||||
the linked executables. You must obey the GNU General Public License
|
modified version of that library), containing parts covered by the
|
||||||
in all respects for all of the code used other than "OpenSSL". If you
|
terms of the OpenSSL or SSLeay licenses, the Free Software Foundation
|
||||||
modify this file, you may extend this exception to your version of the
|
grants you additional permission to convey the resulting work.
|
||||||
file, but you are not obligated to do so. If you do not wish to do
|
Corresponding Source for a non-source form of such a combination
|
||||||
so, delete this exception statement from your version. */
|
shall include the source code for the parts of OpenSSL used as well
|
||||||
|
as that of the covered work. */
|
||||||
|
|
||||||
#include "wget.h"
|
#include "wget.h"
|
||||||
|
|
||||||
|
19
src/log.h
19
src/log.h
@ -17,15 +17,16 @@ GNU General Public License for more details.
|
|||||||
You should have received a copy of the GNU General Public License
|
You should have received a copy of the GNU General Public License
|
||||||
along with Wget. If not, see <http://www.gnu.org/licenses/>.
|
along with Wget. If not, see <http://www.gnu.org/licenses/>.
|
||||||
|
|
||||||
In addition, as a special exception, the Free Software Foundation
|
Additional permission under GNU GPL version 3 section 7
|
||||||
gives permission to link the code of its release of Wget with the
|
|
||||||
OpenSSL project's "OpenSSL" library (or with modified versions of it
|
If you modify this program, or any covered work, by linking or
|
||||||
that use the same license as the "OpenSSL" library), and distribute
|
combining it with the OpenSSL project's OpenSSL library (or a
|
||||||
the linked executables. You must obey the GNU General Public License
|
modified version of that library), containing parts covered by the
|
||||||
in all respects for all of the code used other than "OpenSSL". If you
|
terms of the OpenSSL or SSLeay licenses, the Free Software Foundation
|
||||||
modify this file, you may extend this exception to your version of the
|
grants you additional permission to convey the resulting work.
|
||||||
file, but you are not obligated to do so. If you do not wish to do
|
Corresponding Source for a non-source form of such a combination
|
||||||
so, delete this exception statement from your version. */
|
shall include the source code for the parts of OpenSSL used as well
|
||||||
|
as that of the covered work. */
|
||||||
|
|
||||||
#ifndef LOG_H
|
#ifndef LOG_H
|
||||||
#define LOG_H
|
#define LOG_H
|
||||||
|
19
src/main.c
19
src/main.c
@ -17,15 +17,16 @@ GNU General Public License for more details.
|
|||||||
You should have received a copy of the GNU General Public License
|
You should have received a copy of the GNU General Public License
|
||||||
along with Wget. If not, see <http://www.gnu.org/licenses/>.
|
along with Wget. If not, see <http://www.gnu.org/licenses/>.
|
||||||
|
|
||||||
In addition, as a special exception, the Free Software Foundation
|
Additional permission under GNU GPL version 3 section 7
|
||||||
gives permission to link the code of its release of Wget with the
|
|
||||||
OpenSSL project's "OpenSSL" library (or with modified versions of it
|
If you modify this program, or any covered work, by linking or
|
||||||
that use the same license as the "OpenSSL" library), and distribute
|
combining it with the OpenSSL project's OpenSSL library (or a
|
||||||
the linked executables. You must obey the GNU General Public License
|
modified version of that library), containing parts covered by the
|
||||||
in all respects for all of the code used other than "OpenSSL". If you
|
terms of the OpenSSL or SSLeay licenses, the Free Software Foundation
|
||||||
modify this file, you may extend this exception to your version of the
|
grants you additional permission to convey the resulting work.
|
||||||
file, but you are not obligated to do so. If you do not wish to do
|
Corresponding Source for a non-source form of such a combination
|
||||||
so, delete this exception statement from your version. */
|
shall include the source code for the parts of OpenSSL used as well
|
||||||
|
as that of the covered work. */
|
||||||
|
|
||||||
#include "wget.h"
|
#include "wget.h"
|
||||||
|
|
||||||
|
@ -17,15 +17,16 @@ GNU General Public License for more details.
|
|||||||
You should have received a copy of the GNU General Public License
|
You should have received a copy of the GNU General Public License
|
||||||
along with Wget. If not, see <http://www.gnu.org/licenses/>.
|
along with Wget. If not, see <http://www.gnu.org/licenses/>.
|
||||||
|
|
||||||
In addition, as a special exception, the Free Software Foundation
|
Additional permission under GNU GPL version 3 section 7
|
||||||
gives permission to link the code of its release of Wget with the
|
|
||||||
OpenSSL project's "OpenSSL" library (or with modified versions of it
|
If you modify this program, or any covered work, by linking or
|
||||||
that use the same license as the "OpenSSL" library), and distribute
|
combining it with the OpenSSL project's OpenSSL library (or a
|
||||||
the linked executables. You must obey the GNU General Public License
|
modified version of that library), containing parts covered by the
|
||||||
in all respects for all of the code used other than "OpenSSL". If you
|
terms of the OpenSSL or SSLeay licenses, the Free Software Foundation
|
||||||
modify this file, you may extend this exception to your version of the
|
grants you additional permission to convey the resulting work.
|
||||||
file, but you are not obligated to do so. If you do not wish to do
|
Corresponding Source for a non-source form of such a combination
|
||||||
so, delete this exception statement from your version. */
|
shall include the source code for the parts of OpenSSL used as well
|
||||||
|
as that of the covered work. */
|
||||||
|
|
||||||
#define INHIBIT_WRAP /* avoid wrapping of socket, bind, ... */
|
#define INHIBIT_WRAP /* avoid wrapping of socket, bind, ... */
|
||||||
|
|
||||||
|
@ -17,15 +17,16 @@ GNU General Public License for more details.
|
|||||||
You should have received a copy of the GNU General Public License
|
You should have received a copy of the GNU General Public License
|
||||||
along with Wget. If not, see <http://www.gnu.org/licenses/>.
|
along with Wget. If not, see <http://www.gnu.org/licenses/>.
|
||||||
|
|
||||||
In addition, as a special exception, the Free Software Foundation
|
Additional permission under GNU GPL version 3 section 7
|
||||||
gives permission to link the code of its release of Wget with the
|
|
||||||
OpenSSL project's "OpenSSL" library (or with modified versions of it
|
If you modify this program, or any covered work, by linking or
|
||||||
that use the same license as the "OpenSSL" library), and distribute
|
combining it with the OpenSSL project's OpenSSL library (or a
|
||||||
the linked executables. You must obey the GNU General Public License
|
modified version of that library), containing parts covered by the
|
||||||
in all respects for all of the code used other than "OpenSSL". If you
|
terms of the OpenSSL or SSLeay licenses, the Free Software Foundation
|
||||||
modify this file, you may extend this exception to your version of the
|
grants you additional permission to convey the resulting work.
|
||||||
file, but you are not obligated to do so. If you do not wish to do
|
Corresponding Source for a non-source form of such a combination
|
||||||
so, delete this exception statement from your version. */
|
shall include the source code for the parts of OpenSSL used as well
|
||||||
|
as that of the covered work. */
|
||||||
|
|
||||||
#ifndef MSWINDOWS_H
|
#ifndef MSWINDOWS_H
|
||||||
#define MSWINDOWS_H
|
#define MSWINDOWS_H
|
||||||
|
19
src/netrc.c
19
src/netrc.c
@ -16,15 +16,16 @@ GNU General Public License for more details.
|
|||||||
You should have received a copy of the GNU General Public License
|
You should have received a copy of the GNU General Public License
|
||||||
along with Wget. If not, see <http://www.gnu.org/licenses/>.
|
along with Wget. If not, see <http://www.gnu.org/licenses/>.
|
||||||
|
|
||||||
In addition, as a special exception, the Free Software Foundation
|
Additional permission under GNU GPL version 3 section 7
|
||||||
gives permission to link the code of its release of Wget with the
|
|
||||||
OpenSSL project's "OpenSSL" library (or with modified versions of it
|
If you modify this program, or any covered work, by linking or
|
||||||
that use the same license as the "OpenSSL" library), and distribute
|
combining it with the OpenSSL project's OpenSSL library (or a
|
||||||
the linked executables. You must obey the GNU General Public License
|
modified version of that library), containing parts covered by the
|
||||||
in all respects for all of the code used other than "OpenSSL". If you
|
terms of the OpenSSL or SSLeay licenses, the Free Software Foundation
|
||||||
modify this file, you may extend this exception to your version of the
|
grants you additional permission to convey the resulting work.
|
||||||
file, but you are not obligated to do so. If you do not wish to do
|
Corresponding Source for a non-source form of such a combination
|
||||||
so, delete this exception statement from your version. */
|
shall include the source code for the parts of OpenSSL used as well
|
||||||
|
as that of the covered work. */
|
||||||
|
|
||||||
/* This file used to be kept in synch with the code in Fetchmail, but
|
/* This file used to be kept in synch with the code in Fetchmail, but
|
||||||
the latter has diverged since. */
|
the latter has diverged since. */
|
||||||
|
19
src/netrc.h
19
src/netrc.h
@ -16,15 +16,16 @@ GNU General Public License for more details.
|
|||||||
You should have received a copy of the GNU General Public License
|
You should have received a copy of the GNU General Public License
|
||||||
along with Wget. If not, see <http://www.gnu.org/licenses/>.
|
along with Wget. If not, see <http://www.gnu.org/licenses/>.
|
||||||
|
|
||||||
In addition, as a special exception, the Free Software Foundation
|
Additional permission under GNU GPL version 3 section 7
|
||||||
gives permission to link the code of its release of Wget with the
|
|
||||||
OpenSSL project's "OpenSSL" library (or with modified versions of it
|
If you modify this program, or any covered work, by linking or
|
||||||
that use the same license as the "OpenSSL" library), and distribute
|
combining it with the OpenSSL project's OpenSSL library (or a
|
||||||
the linked executables. You must obey the GNU General Public License
|
modified version of that library), containing parts covered by the
|
||||||
in all respects for all of the code used other than "OpenSSL". If you
|
terms of the OpenSSL or SSLeay licenses, the Free Software Foundation
|
||||||
modify this file, you may extend this exception to your version of the
|
grants you additional permission to convey the resulting work.
|
||||||
file, but you are not obligated to do so. If you do not wish to do
|
Corresponding Source for a non-source form of such a combination
|
||||||
so, delete this exception statement from your version. */
|
shall include the source code for the parts of OpenSSL used as well
|
||||||
|
as that of the covered work. */
|
||||||
|
|
||||||
#ifndef NETRC_H
|
#ifndef NETRC_H
|
||||||
#define NETRC_H
|
#define NETRC_H
|
||||||
|
@ -18,15 +18,16 @@ GNU General Public License for more details.
|
|||||||
You should have received a copy of the GNU General Public License
|
You should have received a copy of the GNU General Public License
|
||||||
along with Wget. If not, see <http://www.gnu.org/licenses/>.
|
along with Wget. If not, see <http://www.gnu.org/licenses/>.
|
||||||
|
|
||||||
In addition, as a special exception, the Free Software Foundation
|
Additional permission under GNU GPL version 3 section 7
|
||||||
gives permission to link the code of its release of Wget with the
|
|
||||||
OpenSSL project's "OpenSSL" library (or with modified versions of it
|
If you modify this program, or any covered work, by linking or
|
||||||
that use the same license as the "OpenSSL" library), and distribute
|
combining it with the OpenSSL project's OpenSSL library (or a
|
||||||
the linked executables. You must obey the GNU General Public License
|
modified version of that library), containing parts covered by the
|
||||||
in all respects for all of the code used other than "OpenSSL". If you
|
terms of the OpenSSL or SSLeay licenses, the Free Software Foundation
|
||||||
modify this file, you may extend this exception to your version of the
|
grants you additional permission to convey the resulting work.
|
||||||
file, but you are not obligated to do so. If you do not wish to do
|
Corresponding Source for a non-source form of such a combination
|
||||||
so, delete this exception statement from your version. */
|
shall include the source code for the parts of OpenSSL used as well
|
||||||
|
as that of the covered work. */
|
||||||
|
|
||||||
#include "wget.h"
|
#include "wget.h"
|
||||||
|
|
||||||
|
@ -17,15 +17,16 @@ GNU General Public License for more details.
|
|||||||
You should have received a copy of the GNU General Public License
|
You should have received a copy of the GNU General Public License
|
||||||
along with Wget. If not, see <http://www.gnu.org/licenses/>.
|
along with Wget. If not, see <http://www.gnu.org/licenses/>.
|
||||||
|
|
||||||
In addition, as a special exception, the Free Software Foundation
|
Additional permission under GNU GPL version 3 section 7
|
||||||
gives permission to link the code of its release of Wget with the
|
|
||||||
OpenSSL project's "OpenSSL" library (or with modified versions of it
|
If you modify this program, or any covered work, by linking or
|
||||||
that use the same license as the "OpenSSL" library), and distribute
|
combining it with the OpenSSL project's OpenSSL library (or a
|
||||||
the linked executables. You must obey the GNU General Public License
|
modified version of that library), containing parts covered by the
|
||||||
in all respects for all of the code used other than "OpenSSL". If you
|
terms of the OpenSSL or SSLeay licenses, the Free Software Foundation
|
||||||
modify this file, you may extend this exception to your version of the
|
grants you additional permission to convey the resulting work.
|
||||||
file, but you are not obligated to do so. If you do not wish to do
|
Corresponding Source for a non-source form of such a combination
|
||||||
so, delete this exception statement from your version. */
|
shall include the source code for the parts of OpenSSL used as well
|
||||||
|
as that of the covered work. */
|
||||||
|
|
||||||
struct options
|
struct options
|
||||||
{
|
{
|
||||||
|
@ -17,15 +17,16 @@ GNU General Public License for more details.
|
|||||||
You should have received a copy of the GNU General Public License
|
You should have received a copy of the GNU General Public License
|
||||||
along with Wget. If not, see <http://www.gnu.org/licenses/>.
|
along with Wget. If not, see <http://www.gnu.org/licenses/>.
|
||||||
|
|
||||||
In addition, as a special exception, the Free Software Foundation
|
Additional permission under GNU GPL version 3 section 7
|
||||||
gives permission to link the code of its release of Wget with the
|
|
||||||
OpenSSL project's "OpenSSL" library (or with modified versions of it
|
If you modify this program, or any covered work, by linking or
|
||||||
that use the same license as the "OpenSSL" library), and distribute
|
combining it with the OpenSSL project's OpenSSL library (or a
|
||||||
the linked executables. You must obey the GNU General Public License
|
modified version of that library), containing parts covered by the
|
||||||
in all respects for all of the code used other than "OpenSSL". If you
|
terms of the OpenSSL or SSLeay licenses, the Free Software Foundation
|
||||||
modify this file, you may extend this exception to your version of the
|
grants you additional permission to convey the resulting work.
|
||||||
file, but you are not obligated to do so. If you do not wish to do
|
Corresponding Source for a non-source form of such a combination
|
||||||
so, delete this exception statement from your version. */
|
shall include the source code for the parts of OpenSSL used as well
|
||||||
|
as that of the covered work. */
|
||||||
|
|
||||||
#include "wget.h"
|
#include "wget.h"
|
||||||
|
|
||||||
|
@ -17,15 +17,16 @@ GNU General Public License for more details.
|
|||||||
You should have received a copy of the GNU General Public License
|
You should have received a copy of the GNU General Public License
|
||||||
along with Wget. If not, see <http://www.gnu.org/licenses/>.
|
along with Wget. If not, see <http://www.gnu.org/licenses/>.
|
||||||
|
|
||||||
In addition, as a special exception, the Free Software Foundation
|
Additional permission under GNU GPL version 3 section 7
|
||||||
gives permission to link the code of its release of Wget with the
|
|
||||||
OpenSSL project's "OpenSSL" library (or with modified versions of it
|
If you modify this program, or any covered work, by linking or
|
||||||
that use the same license as the "OpenSSL" library), and distribute
|
combining it with the OpenSSL project's OpenSSL library (or a
|
||||||
the linked executables. You must obey the GNU General Public License
|
modified version of that library), containing parts covered by the
|
||||||
in all respects for all of the code used other than "OpenSSL". If you
|
terms of the OpenSSL or SSLeay licenses, the Free Software Foundation
|
||||||
modify this file, you may extend this exception to your version of the
|
grants you additional permission to convey the resulting work.
|
||||||
file, but you are not obligated to do so. If you do not wish to do
|
Corresponding Source for a non-source form of such a combination
|
||||||
so, delete this exception statement from your version. */
|
shall include the source code for the parts of OpenSSL used as well
|
||||||
|
as that of the covered work. */
|
||||||
|
|
||||||
#ifndef PROGRESS_H
|
#ifndef PROGRESS_H
|
||||||
#define PROGRESS_H
|
#define PROGRESS_H
|
||||||
|
19
src/ptimer.c
19
src/ptimer.c
@ -16,15 +16,16 @@ GNU General Public License for more details.
|
|||||||
You should have received a copy of the GNU General Public License
|
You should have received a copy of the GNU General Public License
|
||||||
along with Wget. If not, see <http://www.gnu.org/licenses/>.
|
along with Wget. If not, see <http://www.gnu.org/licenses/>.
|
||||||
|
|
||||||
In addition, as a special exception, the Free Software Foundation
|
Additional permission under GNU GPL version 3 section 7
|
||||||
gives permission to link the code of its release of Wget with the
|
|
||||||
OpenSSL project's "OpenSSL" library (or with modified versions of it
|
If you modify this program, or any covered work, by linking or
|
||||||
that use the same license as the "OpenSSL" library), and distribute
|
combining it with the OpenSSL project's OpenSSL library (or a
|
||||||
the linked executables. You must obey the GNU General Public License
|
modified version of that library), containing parts covered by the
|
||||||
in all respects for all of the code used other than "OpenSSL". If you
|
terms of the OpenSSL or SSLeay licenses, the Free Software Foundation
|
||||||
modify this file, you may extend this exception to your version of the
|
grants you additional permission to convey the resulting work.
|
||||||
file, but you are not obligated to do so. If you do not wish to do
|
Corresponding Source for a non-source form of such a combination
|
||||||
so, delete this exception statement from your version. */
|
shall include the source code for the parts of OpenSSL used as well
|
||||||
|
as that of the covered work. */
|
||||||
|
|
||||||
/* This file implements "portable timers" (ptimers), objects that
|
/* This file implements "portable timers" (ptimers), objects that
|
||||||
measure elapsed time using the primitives most appropriate for the
|
measure elapsed time using the primitives most appropriate for the
|
||||||
|
19
src/ptimer.h
19
src/ptimer.h
@ -16,15 +16,16 @@ GNU General Public License for more details.
|
|||||||
You should have received a copy of the GNU General Public License
|
You should have received a copy of the GNU General Public License
|
||||||
along with Wget. If not, see <http://www.gnu.org/licenses/>.
|
along with Wget. If not, see <http://www.gnu.org/licenses/>.
|
||||||
|
|
||||||
In addition, as a special exception, the Free Software Foundation
|
Additional permission under GNU GPL version 3 section 7
|
||||||
gives permission to link the code of its release of Wget with the
|
|
||||||
OpenSSL project's "OpenSSL" library (or with modified versions of it
|
If you modify this program, or any covered work, by linking or
|
||||||
that use the same license as the "OpenSSL" library), and distribute
|
combining it with the OpenSSL project's OpenSSL library (or a
|
||||||
the linked executables. You must obey the GNU General Public License
|
modified version of that library), containing parts covered by the
|
||||||
in all respects for all of the code used other than "OpenSSL". If you
|
terms of the OpenSSL or SSLeay licenses, the Free Software Foundation
|
||||||
modify this file, you may extend this exception to your version of the
|
grants you additional permission to convey the resulting work.
|
||||||
file, but you are not obligated to do so. If you do not wish to do
|
Corresponding Source for a non-source form of such a combination
|
||||||
so, delete this exception statement from your version. */
|
shall include the source code for the parts of OpenSSL used as well
|
||||||
|
as that of the covered work. */
|
||||||
|
|
||||||
#ifndef PTIMER_H
|
#ifndef PTIMER_H
|
||||||
#define PTIMER_H
|
#define PTIMER_H
|
||||||
|
19
src/recur.c
19
src/recur.c
@ -17,15 +17,16 @@ GNU General Public License for more details.
|
|||||||
You should have received a copy of the GNU General Public License
|
You should have received a copy of the GNU General Public License
|
||||||
along with Wget. If not, see <http://www.gnu.org/licenses/>.
|
along with Wget. If not, see <http://www.gnu.org/licenses/>.
|
||||||
|
|
||||||
In addition, as a special exception, the Free Software Foundation
|
Additional permission under GNU GPL version 3 section 7
|
||||||
gives permission to link the code of its release of Wget with the
|
|
||||||
OpenSSL project's "OpenSSL" library (or with modified versions of it
|
If you modify this program, or any covered work, by linking or
|
||||||
that use the same license as the "OpenSSL" library), and distribute
|
combining it with the OpenSSL project's OpenSSL library (or a
|
||||||
the linked executables. You must obey the GNU General Public License
|
modified version of that library), containing parts covered by the
|
||||||
in all respects for all of the code used other than "OpenSSL". If you
|
terms of the OpenSSL or SSLeay licenses, the Free Software Foundation
|
||||||
modify this file, you may extend this exception to your version of the
|
grants you additional permission to convey the resulting work.
|
||||||
file, but you are not obligated to do so. If you do not wish to do
|
Corresponding Source for a non-source form of such a combination
|
||||||
so, delete this exception statement from your version. */
|
shall include the source code for the parts of OpenSSL used as well
|
||||||
|
as that of the covered work. */
|
||||||
|
|
||||||
#include "wget.h"
|
#include "wget.h"
|
||||||
|
|
||||||
|
19
src/recur.h
19
src/recur.h
@ -17,15 +17,16 @@ GNU General Public License for more details.
|
|||||||
You should have received a copy of the GNU General Public License
|
You should have received a copy of the GNU General Public License
|
||||||
along with Wget. If not, see <http://www.gnu.org/licenses/>.
|
along with Wget. If not, see <http://www.gnu.org/licenses/>.
|
||||||
|
|
||||||
In addition, as a special exception, the Free Software Foundation
|
Additional permission under GNU GPL version 3 section 7
|
||||||
gives permission to link the code of its release of Wget with the
|
|
||||||
OpenSSL project's "OpenSSL" library (or with modified versions of it
|
If you modify this program, or any covered work, by linking or
|
||||||
that use the same license as the "OpenSSL" library), and distribute
|
combining it with the OpenSSL project's OpenSSL library (or a
|
||||||
the linked executables. You must obey the GNU General Public License
|
modified version of that library), containing parts covered by the
|
||||||
in all respects for all of the code used other than "OpenSSL". If you
|
terms of the OpenSSL or SSLeay licenses, the Free Software Foundation
|
||||||
modify this file, you may extend this exception to your version of the
|
grants you additional permission to convey the resulting work.
|
||||||
file, but you are not obligated to do so. If you do not wish to do
|
Corresponding Source for a non-source form of such a combination
|
||||||
so, delete this exception statement from your version. */
|
shall include the source code for the parts of OpenSSL used as well
|
||||||
|
as that of the covered work. */
|
||||||
|
|
||||||
#ifndef RECUR_H
|
#ifndef RECUR_H
|
||||||
#define RECUR_H
|
#define RECUR_H
|
||||||
|
19
src/res.c
19
src/res.c
@ -16,15 +16,16 @@ General Public License for more details.
|
|||||||
You should have received a copy of the GNU General Public License
|
You should have received a copy of the GNU General Public License
|
||||||
along with Wget. If not, see <http://www.gnu.org/licenses/>.
|
along with Wget. If not, see <http://www.gnu.org/licenses/>.
|
||||||
|
|
||||||
In addition, as a special exception, the Free Software Foundation
|
Additional permission under GNU GPL version 3 section 7
|
||||||
gives permission to link the code of its release of Wget with the
|
|
||||||
OpenSSL project's "OpenSSL" library (or with modified versions of it
|
If you modify this program, or any covered work, by linking or
|
||||||
that use the same license as the "OpenSSL" library), and distribute
|
combining it with the OpenSSL project's OpenSSL library (or a
|
||||||
the linked executables. You must obey the GNU General Public License
|
modified version of that library), containing parts covered by the
|
||||||
in all respects for all of the code used other than "OpenSSL". If you
|
terms of the OpenSSL or SSLeay licenses, the Free Software Foundation
|
||||||
modify this file, you may extend this exception to your version of the
|
grants you additional permission to convey the resulting work.
|
||||||
file, but you are not obligated to do so. If you do not wish to do
|
Corresponding Source for a non-source form of such a combination
|
||||||
so, delete this exception statement from your version. */
|
shall include the source code for the parts of OpenSSL used as well
|
||||||
|
as that of the covered work. */
|
||||||
|
|
||||||
/* This file implements the Robot Exclusion Standard (RES).
|
/* This file implements the Robot Exclusion Standard (RES).
|
||||||
|
|
||||||
|
19
src/res.h
19
src/res.h
@ -16,15 +16,16 @@ GNU General Public License for more details.
|
|||||||
You should have received a copy of the GNU General Public License
|
You should have received a copy of the GNU General Public License
|
||||||
along with Wget. If not, see <http://www.gnu.org/licenses/>.
|
along with Wget. If not, see <http://www.gnu.org/licenses/>.
|
||||||
|
|
||||||
In addition, as a special exception, the Free Software Foundation
|
Additional permission under GNU GPL version 3 section 7
|
||||||
gives permission to link the code of its release of Wget with the
|
|
||||||
OpenSSL project's "OpenSSL" library (or with modified versions of it
|
If you modify this program, or any covered work, by linking or
|
||||||
that use the same license as the "OpenSSL" library), and distribute
|
combining it with the OpenSSL project's OpenSSL library (or a
|
||||||
the linked executables. You must obey the GNU General Public License
|
modified version of that library), containing parts covered by the
|
||||||
in all respects for all of the code used other than "OpenSSL". If you
|
terms of the OpenSSL or SSLeay licenses, the Free Software Foundation
|
||||||
modify this file, you may extend this exception to your version of the
|
grants you additional permission to convey the resulting work.
|
||||||
file, but you are not obligated to do so. If you do not wish to do
|
Corresponding Source for a non-source form of such a combination
|
||||||
so, delete this exception statement from your version. */
|
shall include the source code for the parts of OpenSSL used as well
|
||||||
|
as that of the covered work. */
|
||||||
|
|
||||||
#ifndef RES_H
|
#ifndef RES_H
|
||||||
#define RES_H
|
#define RES_H
|
||||||
|
19
src/retr.c
19
src/retr.c
@ -17,15 +17,16 @@ GNU General Public License for more details.
|
|||||||
You should have received a copy of the GNU General Public License
|
You should have received a copy of the GNU General Public License
|
||||||
along with Wget. If not, see <http://www.gnu.org/licenses/>.
|
along with Wget. If not, see <http://www.gnu.org/licenses/>.
|
||||||
|
|
||||||
In addition, as a special exception, the Free Software Foundation
|
Additional permission under GNU GPL version 3 section 7
|
||||||
gives permission to link the code of its release of Wget with the
|
|
||||||
OpenSSL project's "OpenSSL" library (or with modified versions of it
|
If you modify this program, or any covered work, by linking or
|
||||||
that use the same license as the "OpenSSL" library), and distribute
|
combining it with the OpenSSL project's OpenSSL library (or a
|
||||||
the linked executables. You must obey the GNU General Public License
|
modified version of that library), containing parts covered by the
|
||||||
in all respects for all of the code used other than "OpenSSL". If you
|
terms of the OpenSSL or SSLeay licenses, the Free Software Foundation
|
||||||
modify this file, you may extend this exception to your version of the
|
grants you additional permission to convey the resulting work.
|
||||||
file, but you are not obligated to do so. If you do not wish to do
|
Corresponding Source for a non-source form of such a combination
|
||||||
so, delete this exception statement from your version. */
|
shall include the source code for the parts of OpenSSL used as well
|
||||||
|
as that of the covered work. */
|
||||||
|
|
||||||
#include "wget.h"
|
#include "wget.h"
|
||||||
|
|
||||||
|
19
src/retr.h
19
src/retr.h
@ -17,15 +17,16 @@ GNU General Public License for more details.
|
|||||||
You should have received a copy of the GNU General Public License
|
You should have received a copy of the GNU General Public License
|
||||||
along with Wget. If not, see <http://www.gnu.org/licenses/>.
|
along with Wget. If not, see <http://www.gnu.org/licenses/>.
|
||||||
|
|
||||||
In addition, as a special exception, the Free Software Foundation
|
Additional permission under GNU GPL version 3 section 7
|
||||||
gives permission to link the code of its release of Wget with the
|
|
||||||
OpenSSL project's "OpenSSL" library (or with modified versions of it
|
If you modify this program, or any covered work, by linking or
|
||||||
that use the same license as the "OpenSSL" library), and distribute
|
combining it with the OpenSSL project's OpenSSL library (or a
|
||||||
the linked executables. You must obey the GNU General Public License
|
modified version of that library), containing parts covered by the
|
||||||
in all respects for all of the code used other than "OpenSSL". If you
|
terms of the OpenSSL or SSLeay licenses, the Free Software Foundation
|
||||||
modify this file, you may extend this exception to your version of the
|
grants you additional permission to convey the resulting work.
|
||||||
file, but you are not obligated to do so. If you do not wish to do
|
Corresponding Source for a non-source form of such a combination
|
||||||
so, delete this exception statement from your version. */
|
shall include the source code for the parts of OpenSSL used as well
|
||||||
|
as that of the covered work. */
|
||||||
|
|
||||||
#ifndef RETR_H
|
#ifndef RETR_H
|
||||||
#define RETR_H
|
#define RETR_H
|
||||||
|
19
src/spider.c
19
src/spider.c
@ -16,15 +16,16 @@ GNU General Public License for more details.
|
|||||||
You should have received a copy of the GNU General Public License
|
You should have received a copy of the GNU General Public License
|
||||||
along with Wget. If not, see <http://www.gnu.org/licenses/>.
|
along with Wget. If not, see <http://www.gnu.org/licenses/>.
|
||||||
|
|
||||||
In addition, as a special exception, the Free Software Foundation
|
Additional permission under GNU GPL version 3 section 7
|
||||||
gives permission to link the code of its release of Wget with the
|
|
||||||
OpenSSL project's "OpenSSL" library (or with modified versions of it
|
If you modify this program, or any covered work, by linking or
|
||||||
that use the same license as the "OpenSSL" library), and distribute
|
combining it with the OpenSSL project's OpenSSL library (or a
|
||||||
the linked executables. You must obey the GNU General Public License
|
modified version of that library), containing parts covered by the
|
||||||
in all respects for all of the code used other than "OpenSSL". If you
|
terms of the OpenSSL or SSLeay licenses, the Free Software Foundation
|
||||||
modify this file, you may extend this exception to your version of the
|
grants you additional permission to convey the resulting work.
|
||||||
file, but you are not obligated to do so. If you do not wish to do
|
Corresponding Source for a non-source form of such a combination
|
||||||
so, delete this exception statement from your version. */
|
shall include the source code for the parts of OpenSSL used as well
|
||||||
|
as that of the covered work. */
|
||||||
|
|
||||||
#include "wget.h"
|
#include "wget.h"
|
||||||
|
|
||||||
|
19
src/spider.h
19
src/spider.h
@ -16,15 +16,16 @@ GNU General Public License for more details.
|
|||||||
You should have received a copy of the GNU General Public License
|
You should have received a copy of the GNU General Public License
|
||||||
along with Wget. If not, see <http://www.gnu.org/licenses/>.
|
along with Wget. If not, see <http://www.gnu.org/licenses/>.
|
||||||
|
|
||||||
In addition, as a special exception, the Free Software Foundation
|
Additional permission under GNU GPL version 3 section 7
|
||||||
gives permission to link the code of its release of Wget with the
|
|
||||||
OpenSSL project's "OpenSSL" library (or with modified versions of it
|
If you modify this program, or any covered work, by linking or
|
||||||
that use the same license as the "OpenSSL" library), and distribute
|
combining it with the OpenSSL project's OpenSSL library (or a
|
||||||
the linked executables. You must obey the GNU General Public License
|
modified version of that library), containing parts covered by the
|
||||||
in all respects for all of the code used other than "OpenSSL". If you
|
terms of the OpenSSL or SSLeay licenses, the Free Software Foundation
|
||||||
modify this file, you may extend this exception to your version of the
|
grants you additional permission to convey the resulting work.
|
||||||
file, but you are not obligated to do so. If you do not wish to do
|
Corresponding Source for a non-source form of such a combination
|
||||||
so, delete this exception statement from your version. */
|
shall include the source code for the parts of OpenSSL used as well
|
||||||
|
as that of the covered work. */
|
||||||
|
|
||||||
#ifndef SPIDER_H
|
#ifndef SPIDER_H
|
||||||
#define SPIDER_H
|
#define SPIDER_H
|
||||||
|
19
src/ssl.h
19
src/ssl.h
@ -18,15 +18,16 @@ GNU General Public License for more details.
|
|||||||
You should have received a copy of the GNU General Public License along
|
You should have received a copy of the GNU General Public License along
|
||||||
with Wget. If not, see <http://www.gnu.org/licenses/>.
|
with Wget. If not, see <http://www.gnu.org/licenses/>.
|
||||||
|
|
||||||
In addition, as a special exception, the Free Software Foundation
|
Additional permission under GNU GPL version 3 section 7
|
||||||
gives permission to link the code of its release of Wget with the
|
|
||||||
OpenSSL project's "OpenSSL" library (or with modified versions of it
|
If you modify this program, or any covered work, by linking or
|
||||||
that use the same license as the "OpenSSL" library), and distribute
|
combining it with the OpenSSL project's OpenSSL library (or a
|
||||||
the linked executables. You must obey the GNU General Public License
|
modified version of that library), containing parts covered by the
|
||||||
in all respects for all of the code used other than "OpenSSL". If you
|
terms of the OpenSSL or SSLeay licenses, the Free Software Foundation
|
||||||
modify this file, you may extend this exception to your version of the
|
grants you additional permission to convey the resulting work.
|
||||||
file, but you are not obligated to do so. If you do not wish to do
|
Corresponding Source for a non-source form of such a combination
|
||||||
so, delete this exception statement from your version. */
|
shall include the source code for the parts of OpenSSL used as well
|
||||||
|
as that of the covered work. */
|
||||||
|
|
||||||
#ifndef GEN_SSLFUNC_H
|
#ifndef GEN_SSLFUNC_H
|
||||||
#define GEN_SSLFUNC_H
|
#define GEN_SSLFUNC_H
|
||||||
|
19
src/sysdep.h
19
src/sysdep.h
@ -17,15 +17,16 @@ GNU General Public License for more details.
|
|||||||
You should have received a copy of the GNU General Public License
|
You should have received a copy of the GNU General Public License
|
||||||
along with Wget. If not, see <http://www.gnu.org/licenses/>.
|
along with Wget. If not, see <http://www.gnu.org/licenses/>.
|
||||||
|
|
||||||
In addition, as a special exception, the Free Software Foundation
|
Additional permission under GNU GPL version 3 section 7
|
||||||
gives permission to link the code of its release of Wget with the
|
|
||||||
OpenSSL project's "OpenSSL" library (or with modified versions of it
|
If you modify this program, or any covered work, by linking or
|
||||||
that use the same license as the "OpenSSL" library), and distribute
|
combining it with the OpenSSL project's OpenSSL library (or a
|
||||||
the linked executables. You must obey the GNU General Public License
|
modified version of that library), containing parts covered by the
|
||||||
in all respects for all of the code used other than "OpenSSL". If you
|
terms of the OpenSSL or SSLeay licenses, the Free Software Foundation
|
||||||
modify this file, you may extend this exception to your version of the
|
grants you additional permission to convey the resulting work.
|
||||||
file, but you are not obligated to do so. If you do not wish to do
|
Corresponding Source for a non-source form of such a combination
|
||||||
so, delete this exception statement from your version. */
|
shall include the source code for the parts of OpenSSL used as well
|
||||||
|
as that of the covered work. */
|
||||||
|
|
||||||
/* This file is included by wget.h. Random .c files need not include
|
/* This file is included by wget.h. Random .c files need not include
|
||||||
it. */
|
it. */
|
||||||
|
19
src/test.c
19
src/test.c
@ -16,15 +16,16 @@ GNU General Public License for more details.
|
|||||||
You should have received a copy of the GNU General Public License
|
You should have received a copy of the GNU General Public License
|
||||||
along with Wget. If not, see <http://www.gnu.org/licenses/>.
|
along with Wget. If not, see <http://www.gnu.org/licenses/>.
|
||||||
|
|
||||||
In addition, as a special exception, the Free Software Foundation
|
Additional permission under GNU GPL version 3 section 7
|
||||||
gives permission to link the code of its release of Wget with the
|
|
||||||
OpenSSL project's "OpenSSL" library (or with modified versions of it
|
If you modify this program, or any covered work, by linking or
|
||||||
that use the same license as the "OpenSSL" library), and distribute
|
combining it with the OpenSSL project's OpenSSL library (or a
|
||||||
the linked executables. You must obey the GNU General Public License
|
modified version of that library), containing parts covered by the
|
||||||
in all respects for all of the code used other than "OpenSSL". If you
|
terms of the OpenSSL or SSLeay licenses, the Free Software Foundation
|
||||||
modify this file, you may extend this exception to your version of the
|
grants you additional permission to convey the resulting work.
|
||||||
file, but you are not obligated to do so. If you do not wish to do
|
Corresponding Source for a non-source form of such a combination
|
||||||
so, delete this exception statement from your version. */
|
shall include the source code for the parts of OpenSSL used as well
|
||||||
|
as that of the covered work. */
|
||||||
|
|
||||||
#include <stdio.h>
|
#include <stdio.h>
|
||||||
|
|
||||||
|
19
src/test.h
19
src/test.h
@ -16,15 +16,16 @@ GNU General Public License for more details.
|
|||||||
You should have received a copy of the GNU General Public License
|
You should have received a copy of the GNU General Public License
|
||||||
along with Wget. If not, see <http://www.gnu.org/licenses/>.
|
along with Wget. If not, see <http://www.gnu.org/licenses/>.
|
||||||
|
|
||||||
In addition, as a special exception, the Free Software Foundation
|
Additional permission under GNU GPL version 3 section 7
|
||||||
gives permission to link the code of its release of Wget with the
|
|
||||||
OpenSSL project's "OpenSSL" library (or with modified versions of it
|
If you modify this program, or any covered work, by linking or
|
||||||
that use the same license as the "OpenSSL" library), and distribute
|
combining it with the OpenSSL project's OpenSSL library (or a
|
||||||
the linked executables. You must obey the GNU General Public License
|
modified version of that library), containing parts covered by the
|
||||||
in all respects for all of the code used other than "OpenSSL". If you
|
terms of the OpenSSL or SSLeay licenses, the Free Software Foundation
|
||||||
modify this file, you may extend this exception to your version of the
|
grants you additional permission to convey the resulting work.
|
||||||
file, but you are not obligated to do so. If you do not wish to do
|
Corresponding Source for a non-source form of such a combination
|
||||||
so, delete this exception statement from your version. */
|
shall include the source code for the parts of OpenSSL used as well
|
||||||
|
as that of the covered work. */
|
||||||
|
|
||||||
#ifndef TEST_H
|
#ifndef TEST_H
|
||||||
#define TEST_H
|
#define TEST_H
|
||||||
|
19
src/url.c
19
src/url.c
@ -17,15 +17,16 @@ GNU General Public License for more details.
|
|||||||
You should have received a copy of the GNU General Public License
|
You should have received a copy of the GNU General Public License
|
||||||
along with Wget. If not, see <http://www.gnu.org/licenses/>.
|
along with Wget. If not, see <http://www.gnu.org/licenses/>.
|
||||||
|
|
||||||
In addition, as a special exception, the Free Software Foundation
|
Additional permission under GNU GPL version 3 section 7
|
||||||
gives permission to link the code of its release of Wget with the
|
|
||||||
OpenSSL project's "OpenSSL" library (or with modified versions of it
|
If you modify this program, or any covered work, by linking or
|
||||||
that use the same license as the "OpenSSL" library), and distribute
|
combining it with the OpenSSL project's OpenSSL library (or a
|
||||||
the linked executables. You must obey the GNU General Public License
|
modified version of that library), containing parts covered by the
|
||||||
in all respects for all of the code used other than "OpenSSL". If you
|
terms of the OpenSSL or SSLeay licenses, the Free Software Foundation
|
||||||
modify this file, you may extend this exception to your version of the
|
grants you additional permission to convey the resulting work.
|
||||||
file, but you are not obligated to do so. If you do not wish to do
|
Corresponding Source for a non-source form of such a combination
|
||||||
so, delete this exception statement from your version. */
|
shall include the source code for the parts of OpenSSL used as well
|
||||||
|
as that of the covered work. */
|
||||||
|
|
||||||
#include "wget.h"
|
#include "wget.h"
|
||||||
|
|
||||||
|
19
src/url.h
19
src/url.h
@ -17,15 +17,16 @@ GNU General Public License for more details.
|
|||||||
You should have received a copy of the GNU General Public License
|
You should have received a copy of the GNU General Public License
|
||||||
along with Wget. If not, see <http://www.gnu.org/licenses/>.
|
along with Wget. If not, see <http://www.gnu.org/licenses/>.
|
||||||
|
|
||||||
In addition, as a special exception, the Free Software Foundation
|
Additional permission under GNU GPL version 3 section 7
|
||||||
gives permission to link the code of its release of Wget with the
|
|
||||||
OpenSSL project's "OpenSSL" library (or with modified versions of it
|
If you modify this program, or any covered work, by linking or
|
||||||
that use the same license as the "OpenSSL" library), and distribute
|
combining it with the OpenSSL project's OpenSSL library (or a
|
||||||
the linked executables. You must obey the GNU General Public License
|
modified version of that library), containing parts covered by the
|
||||||
in all respects for all of the code used other than "OpenSSL". If you
|
terms of the OpenSSL or SSLeay licenses, the Free Software Foundation
|
||||||
modify this file, you may extend this exception to your version of the
|
grants you additional permission to convey the resulting work.
|
||||||
file, but you are not obligated to do so. If you do not wish to do
|
Corresponding Source for a non-source form of such a combination
|
||||||
so, delete this exception statement from your version. */
|
shall include the source code for the parts of OpenSSL used as well
|
||||||
|
as that of the covered work. */
|
||||||
|
|
||||||
#ifndef URL_H
|
#ifndef URL_H
|
||||||
#define URL_H
|
#define URL_H
|
||||||
|
19
src/utils.c
19
src/utils.c
@ -17,15 +17,16 @@ GNU General Public License for more details.
|
|||||||
You should have received a copy of the GNU General Public License
|
You should have received a copy of the GNU General Public License
|
||||||
along with Wget. If not, see <http://www.gnu.org/licenses/>.
|
along with Wget. If not, see <http://www.gnu.org/licenses/>.
|
||||||
|
|
||||||
In addition, as a special exception, the Free Software Foundation
|
Additional permission under GNU GPL version 3 section 7
|
||||||
gives permission to link the code of its release of Wget with the
|
|
||||||
OpenSSL project's "OpenSSL" library (or with modified versions of it
|
If you modify this program, or any covered work, by linking or
|
||||||
that use the same license as the "OpenSSL" library), and distribute
|
combining it with the OpenSSL project's OpenSSL library (or a
|
||||||
the linked executables. You must obey the GNU General Public License
|
modified version of that library), containing parts covered by the
|
||||||
in all respects for all of the code used other than "OpenSSL". If you
|
terms of the OpenSSL or SSLeay licenses, the Free Software Foundation
|
||||||
modify this file, you may extend this exception to your version of the
|
grants you additional permission to convey the resulting work.
|
||||||
file, but you are not obligated to do so. If you do not wish to do
|
Corresponding Source for a non-source form of such a combination
|
||||||
so, delete this exception statement from your version. */
|
shall include the source code for the parts of OpenSSL used as well
|
||||||
|
as that of the covered work. */
|
||||||
|
|
||||||
#include "wget.h"
|
#include "wget.h"
|
||||||
|
|
||||||
|
19
src/utils.h
19
src/utils.h
@ -17,15 +17,16 @@ GNU General Public License for more details.
|
|||||||
You should have received a copy of the GNU General Public License
|
You should have received a copy of the GNU General Public License
|
||||||
along with Wget. If not, see <http://www.gnu.org/licenses/>.
|
along with Wget. If not, see <http://www.gnu.org/licenses/>.
|
||||||
|
|
||||||
In addition, as a special exception, the Free Software Foundation
|
Additional permission under GNU GPL version 3 section 7
|
||||||
gives permission to link the code of its release of Wget with the
|
|
||||||
OpenSSL project's "OpenSSL" library (or with modified versions of it
|
If you modify this program, or any covered work, by linking or
|
||||||
that use the same license as the "OpenSSL" library), and distribute
|
combining it with the OpenSSL project's OpenSSL library (or a
|
||||||
the linked executables. You must obey the GNU General Public License
|
modified version of that library), containing parts covered by the
|
||||||
in all respects for all of the code used other than "OpenSSL". If you
|
terms of the OpenSSL or SSLeay licenses, the Free Software Foundation
|
||||||
modify this file, you may extend this exception to your version of the
|
grants you additional permission to convey the resulting work.
|
||||||
file, but you are not obligated to do so. If you do not wish to do
|
Corresponding Source for a non-source form of such a combination
|
||||||
so, delete this exception statement from your version. */
|
shall include the source code for the parts of OpenSSL used as well
|
||||||
|
as that of the covered work. */
|
||||||
|
|
||||||
#ifndef UTILS_H
|
#ifndef UTILS_H
|
||||||
#define UTILS_H
|
#define UTILS_H
|
||||||
|
19
src/wget.h
19
src/wget.h
@ -17,15 +17,16 @@ GNU General Public License for more details.
|
|||||||
You should have received a copy of the GNU General Public License
|
You should have received a copy of the GNU General Public License
|
||||||
along with Wget. If not, see <http://www.gnu.org/licenses/>.
|
along with Wget. If not, see <http://www.gnu.org/licenses/>.
|
||||||
|
|
||||||
In addition, as a special exception, the Free Software Foundation
|
Additional permission under GNU GPL version 3 section 7
|
||||||
gives permission to link the code of its release of Wget with the
|
|
||||||
OpenSSL project's "OpenSSL" library (or with modified versions of it
|
If you modify this program, or any covered work, by linking or
|
||||||
that use the same license as the "OpenSSL" library), and distribute
|
combining it with the OpenSSL project's OpenSSL library (or a
|
||||||
the linked executables. You must obey the GNU General Public License
|
modified version of that library), containing parts covered by the
|
||||||
in all respects for all of the code used other than "OpenSSL". If you
|
terms of the OpenSSL or SSLeay licenses, the Free Software Foundation
|
||||||
modify this file, you may extend this exception to your version of the
|
grants you additional permission to convey the resulting work.
|
||||||
file, but you are not obligated to do so. If you do not wish to do
|
Corresponding Source for a non-source form of such a combination
|
||||||
so, delete this exception statement from your version. */
|
shall include the source code for the parts of OpenSSL used as well
|
||||||
|
as that of the covered work. */
|
||||||
|
|
||||||
/* This file contains declarations that are universally useful and
|
/* This file contains declarations that are universally useful and
|
||||||
those that don't fit elsewhere. It also includes sysdep.h which
|
those that don't fit elsewhere. It also includes sysdep.h which
|
||||||
|
@ -17,15 +17,16 @@ GNU General Public License for more details.
|
|||||||
You should have received a copy of the GNU General Public License
|
You should have received a copy of the GNU General Public License
|
||||||
along with Wget. If not, see <http://www.gnu.org/licenses/>.
|
along with Wget. If not, see <http://www.gnu.org/licenses/>.
|
||||||
|
|
||||||
In addition, as a special exception, the Free Software Foundation
|
Additional permission under GNU GPL version 3 section 7
|
||||||
gives permission to link the code of its release of Wget with the
|
|
||||||
OpenSSL project's "OpenSSL" library (or with modified versions of it
|
If you modify this program, or any covered work, by linking or
|
||||||
that use the same license as the "OpenSSL" library), and distribute
|
combining it with the OpenSSL project's OpenSSL library (or a
|
||||||
the linked executables. You must obey the GNU General Public License
|
modified version of that library), containing parts covered by the
|
||||||
in all respects for all of the code used other than "OpenSSL". If you
|
terms of the OpenSSL or SSLeay licenses, the Free Software Foundation
|
||||||
modify this file, you may extend this exception to your version of the
|
grants you additional permission to convey the resulting work.
|
||||||
file, but you are not obligated to do so. If you do not wish to do
|
Corresponding Source for a non-source form of such a combination
|
||||||
so, delete this exception statement from your version. */
|
shall include the source code for the parts of OpenSSL used as well
|
||||||
|
as that of the covered work. */
|
||||||
|
|
||||||
#include "wget.h"
|
#include "wget.h"
|
||||||
|
|
||||||
|
@ -17,15 +17,16 @@ GNU General Public License for more details.
|
|||||||
You should have received a copy of the GNU General Public License
|
You should have received a copy of the GNU General Public License
|
||||||
along with Wget. If not, see <http://www.gnu.org/licenses/>.
|
along with Wget. If not, see <http://www.gnu.org/licenses/>.
|
||||||
|
|
||||||
In addition, as a special exception, the Free Software Foundation
|
Additional permission under GNU GPL version 3 section 7
|
||||||
gives permission to link the code of its release of Wget with the
|
|
||||||
OpenSSL project's "OpenSSL" library (or with modified versions of it
|
If you modify this program, or any covered work, by linking or
|
||||||
that use the same license as the "OpenSSL" library), and distribute
|
combining it with the OpenSSL project's OpenSSL library (or a
|
||||||
the linked executables. You must obey the GNU General Public License
|
modified version of that library), containing parts covered by the
|
||||||
in all respects for all of the code used other than "OpenSSL". If you
|
terms of the OpenSSL or SSLeay licenses, the Free Software Foundation
|
||||||
modify this file, you may extend this exception to your version of the
|
grants you additional permission to convey the resulting work.
|
||||||
file, but you are not obligated to do so. If you do not wish to do
|
Corresponding Source for a non-source form of such a combination
|
||||||
so, delete this exception statement from your version. */
|
shall include the source code for the parts of OpenSSL used as well
|
||||||
|
as that of the covered work. */
|
||||||
|
|
||||||
#ifndef XMALLOC_H
|
#ifndef XMALLOC_H
|
||||||
#define XMALLOC_H
|
#define XMALLOC_H
|
||||||
|
@ -1,3 +1,8 @@
|
|||||||
|
2007-11-28 Micah Cowan <micah@cowan.name>
|
||||||
|
|
||||||
|
* Makefile.am: Updated license exception for OpenSSL, per the
|
||||||
|
SFLC.
|
||||||
|
|
||||||
2007-10-18 Micah Cowan <micah@cowan.name>
|
2007-10-18 Micah Cowan <micah@cowan.name>
|
||||||
|
|
||||||
* Makefile.am: Add dependency for unit_tests on libgnu.a.
|
* Makefile.am: Add dependency for unit_tests on libgnu.a.
|
||||||
|
@ -15,15 +15,16 @@
|
|||||||
# You should have received a copy of the GNU General Public License
|
# You should have received a copy of the GNU General Public License
|
||||||
# along with Wget. If not, see <http://www.gnu.org/licenses/>.
|
# along with Wget. If not, see <http://www.gnu.org/licenses/>.
|
||||||
|
|
||||||
# In addition, as a special exception, the Free Software Foundation
|
# Additional permission under GNU GPL version 3 section 7
|
||||||
# gives permission to link the code of its release of Wget with the
|
|
||||||
# OpenSSL project's "OpenSSL" library (or with modified versions of it
|
# If you modify this program, or any covered work, by linking or
|
||||||
# that use the same license as the "OpenSSL" library), and distribute
|
# combining it with the OpenSSL project's OpenSSL library (or a
|
||||||
# the linked executables. You must obey the GNU General Public License
|
# modified version of that library), containing parts covered by the
|
||||||
# in all respects for all of the code used other than "OpenSSL". If you
|
# terms of the OpenSSL or SSLeay licenses, the Free Software Foundation
|
||||||
# modify this file, you may extend this exception to your version of the
|
# grants you additional permission to convey the resulting work.
|
||||||
# file, but you are not obligated to do so. If you do not wish to do
|
# Corresponding Source for a non-source form of such a combination
|
||||||
# so, delete this exception statement from your version.
|
# shall include the source code for the parts of OpenSSL used as well
|
||||||
|
# as that of the covered work.
|
||||||
|
|
||||||
#
|
#
|
||||||
# Version: @VERSION@
|
# Version: @VERSION@
|
||||||
|
@ -14,15 +14,16 @@
|
|||||||
# You should have received a copy of the GNU General Public License
|
# You should have received a copy of the GNU General Public License
|
||||||
# along with this program. If not, see <http://www.gnu.org/licenses/>.
|
# along with this program. If not, see <http://www.gnu.org/licenses/>.
|
||||||
|
|
||||||
# In addition, as a special exception, the Free Software Foundation
|
# Additional permission under GNU GPL version 3 section 7
|
||||||
# gives permission to link the code of its release of Wget with the
|
|
||||||
# OpenSSL project's "OpenSSL" library (or with modified versions of it
|
# If you modify this program, or any covered work, by linking or
|
||||||
# that use the same license as the "OpenSSL" library), and distribute
|
# combining it with the OpenSSL project's OpenSSL library (or a
|
||||||
# the linked executables. You must obey the GNU General Public License
|
# modified version of that library), containing parts covered by the
|
||||||
# in all respects for all of the code used other than "OpenSSL". If you
|
# terms of the OpenSSL or SSLeay licenses, the Free Software Foundation
|
||||||
# modify this file, you may extend this exception to your version of the
|
# grants you additional permission to convey the resulting work.
|
||||||
# file, but you are not obligated to do so. If you do not wish to do
|
# Corresponding Source for a non-source form of such a combination
|
||||||
# so, delete this exception statement from your version.
|
# shall include the source code for the parts of OpenSSL used as well
|
||||||
|
# as that of the covered work.
|
||||||
|
|
||||||
#
|
#
|
||||||
# Version: @VERSION@
|
# Version: @VERSION@
|
||||||
|
@ -15,15 +15,16 @@
|
|||||||
# You should have received a copy of the GNU General Public License
|
# You should have received a copy of the GNU General Public License
|
||||||
# along with this program. If not, see <http://www.gnu.org/licenses/>.
|
# along with this program. If not, see <http://www.gnu.org/licenses/>.
|
||||||
|
|
||||||
# In addition, as a special exception, the Free Software Foundation
|
# Additional permission under GNU GPL version 3 section 7
|
||||||
# gives permission to link the code of its release of Wget with the
|
|
||||||
# OpenSSL project's "OpenSSL" library (or with modified versions of it
|
# If you modify this program, or any covered work, by linking or
|
||||||
# that use the same license as the "OpenSSL" library), and distribute
|
# combining it with the OpenSSL project's OpenSSL library (or a
|
||||||
# the linked executables. You must obey the GNU General Public License
|
# modified version of that library), containing parts covered by the
|
||||||
# in all respects for all of the code used other than "OpenSSL". If you
|
# terms of the OpenSSL or SSLeay licenses, the Free Software Foundation
|
||||||
# modify this file, you may extend this exception to your version of the
|
# grants you additional permission to convey the resulting work.
|
||||||
# file, but you are not obligated to do so. If you do not wish to do
|
# Corresponding Source for a non-source form of such a combination
|
||||||
# so, delete this exception statement from your version.
|
# shall include the source code for the parts of OpenSSL used as well
|
||||||
|
# as that of the covered work.
|
||||||
|
|
||||||
##
|
##
|
||||||
#
|
#
|
||||||
|
@ -1,3 +1,9 @@
|
|||||||
|
2007-11-28 Micah Cowan <micah@cowan.name>
|
||||||
|
|
||||||
|
* Makefile.doc, Makefile.am, Makefile.src, Makefile.top,
|
||||||
|
Makefile.top.bor, Makefile.top.mingw, config-compiler.h: Updated
|
||||||
|
license exception for OpenSSL, per the SFLC.
|
||||||
|
|
||||||
2007-10-15 Gisle Vanem <giva@bgnett.no>
|
2007-10-15 Gisle Vanem <giva@bgnett.no>
|
||||||
|
|
||||||
* config-compiler.h: Adjust for OpenWacom 1.7's _Bool fix.
|
* config-compiler.h: Adjust for OpenWacom 1.7's _Bool fix.
|
||||||
|
@ -14,15 +14,16 @@
|
|||||||
# You should have received a copy of the GNU General Public License
|
# You should have received a copy of the GNU General Public License
|
||||||
# along with this program. If not, see <http://www.gnu.org/licenses/>.
|
# along with this program. If not, see <http://www.gnu.org/licenses/>.
|
||||||
|
|
||||||
# In addition, as a special exception, the Free Software Foundation
|
# Additional permission under GNU GPL version 3 section 7
|
||||||
# gives permission to link the code of its release of Wget with the
|
|
||||||
# OpenSSL project's "OpenSSL" library (or with modified versions of it
|
# If you modify this program, or any covered work, by linking or
|
||||||
# that use the same license as the "OpenSSL" library), and distribute
|
# combining it with the OpenSSL project's OpenSSL library (or a
|
||||||
# the linked executables. You must obey the GNU General Public License
|
# modified version of that library), containing parts covered by the
|
||||||
# in all respects for all of the code used other than "OpenSSL". If you
|
# terms of the OpenSSL or SSLeay licenses, the Free Software Foundation
|
||||||
# modify this file, you may extend this exception to your version of the
|
# grants you additional permission to convey the resulting work.
|
||||||
# file, but you are not obligated to do so. If you do not wish to do
|
# Corresponding Source for a non-source form of such a combination
|
||||||
# so, delete this exception statement from your version.
|
# shall include the source code for the parts of OpenSSL used as well
|
||||||
|
# as that of the covered work.
|
||||||
|
|
||||||
#
|
#
|
||||||
# Version: @VERSION@
|
# Version: @VERSION@
|
||||||
|
@ -14,15 +14,16 @@
|
|||||||
# You should have received a copy of the GNU General Public License
|
# You should have received a copy of the GNU General Public License
|
||||||
# along with this program. If not, see <http://www.gnu.org/licenses/>.
|
# along with this program. If not, see <http://www.gnu.org/licenses/>.
|
||||||
|
|
||||||
# In addition, as a special exception, the Free Software Foundation
|
# Additional permission under GNU GPL version 3 section 7
|
||||||
# gives permission to link the code of its release of Wget with the
|
|
||||||
# OpenSSL project's "OpenSSL" library (or with modified versions of it
|
# If you modify this program, or any covered work, by linking or
|
||||||
# that use the same license as the "OpenSSL" library), and distribute
|
# combining it with the OpenSSL project's OpenSSL library (or a
|
||||||
# the linked executables. You must obey the GNU General Public License
|
# modified version of that library), containing parts covered by the
|
||||||
# in all respects for all of the code used other than "OpenSSL". If you
|
# terms of the OpenSSL or SSLeay licenses, the Free Software Foundation
|
||||||
# modify this file, you may extend this exception to your version of the
|
# grants you additional permission to convey the resulting work.
|
||||||
# file, but you are not obligated to do so. If you do not wish to do
|
# Corresponding Source for a non-source form of such a combination
|
||||||
# so, delete this exception statement from your version.
|
# shall include the source code for the parts of OpenSSL used as well
|
||||||
|
# as that of the covered work.
|
||||||
|
|
||||||
# You probably need makeinfo and perl, see the README in the main
|
# You probably need makeinfo and perl, see the README in the main
|
||||||
# windows directory.
|
# windows directory.
|
||||||
|
@ -15,16 +15,16 @@
|
|||||||
# You should have received a copy of the GNU General Public License
|
# You should have received a copy of the GNU General Public License
|
||||||
# along with this program. If not, see <http://www.gnu.org/licenses/>.
|
# along with this program. If not, see <http://www.gnu.org/licenses/>.
|
||||||
|
|
||||||
# In addition, as a special exception, the Free Software Foundation
|
# Additional permission under GNU GPL version 3 section 7
|
||||||
# gives permission to link the code of its release of Wget with the
|
|
||||||
# OpenSSL project's "OpenSSL" library (or with modified versions of it
|
|
||||||
# that use the same license as the "OpenSSL" library), and distribute
|
|
||||||
# the linked executables. You must obey the GNU General Public License
|
|
||||||
# in all respects for all of the code used other than "OpenSSL". If you
|
|
||||||
# modify this file, you may extend this exception to your version of the
|
|
||||||
# file, but you are not obligated to do so. If you do not wish to do
|
|
||||||
# so, delete this exception statement from your version.
|
|
||||||
|
|
||||||
|
# If you modify this program, or any covered work, by linking or
|
||||||
|
# combining it with the OpenSSL project's OpenSSL library (or a
|
||||||
|
# modified version of that library), containing parts covered by the
|
||||||
|
# terms of the OpenSSL or SSLeay licenses, the Free Software Foundation
|
||||||
|
# grants you additional permission to convey the resulting work.
|
||||||
|
# Corresponding Source for a non-source form of such a combination
|
||||||
|
# shall include the source code for the parts of OpenSSL used as well
|
||||||
|
# as that of the covered work.
|
||||||
|
|
||||||
# SSL (https) support requires the OpenSSL library (see http://www.openssl.org/).
|
# SSL (https) support requires the OpenSSL library (see http://www.openssl.org/).
|
||||||
# If you do not have OpenSSL installed or wish to build Wget without SSL
|
# If you do not have OpenSSL installed or wish to build Wget without SSL
|
||||||
|
@ -14,15 +14,16 @@
|
|||||||
# You should have received a copy of the GNU General Public License
|
# You should have received a copy of the GNU General Public License
|
||||||
# along with this program. If not, see <http://www.gnu.org/licenses/>.
|
# along with this program. If not, see <http://www.gnu.org/licenses/>.
|
||||||
|
|
||||||
# In addition, as a special exception, the Free Software Foundation
|
# Additional permission under GNU GPL version 3 section 7
|
||||||
# gives permission to link the code of its release of Wget with the
|
|
||||||
# OpenSSL project's "OpenSSL" library (or with modified versions of it
|
# If you modify this program, or any covered work, by linking or
|
||||||
# that use the same license as the "OpenSSL" library), and distribute
|
# combining it with the OpenSSL project's OpenSSL library (or a
|
||||||
# the linked executables. You must obey the GNU General Public License
|
# modified version of that library), containing parts covered by the
|
||||||
# in all respects for all of the code used other than "OpenSSL". If you
|
# terms of the OpenSSL or SSLeay licenses, the Free Software Foundation
|
||||||
# modify this file, you may extend this exception to your version of the
|
# grants you additional permission to convey the resulting work.
|
||||||
# file, but you are not obligated to do so. If you do not wish to do
|
# Corresponding Source for a non-source form of such a combination
|
||||||
# so, delete this exception statement from your version.
|
# shall include the source code for the parts of OpenSSL used as well
|
||||||
|
# as that of the covered work.
|
||||||
|
|
||||||
RM = -del
|
RM = -del
|
||||||
CP = copy
|
CP = copy
|
||||||
|
@ -14,15 +14,16 @@
|
|||||||
# You should have received a copy of the GNU General Public License
|
# You should have received a copy of the GNU General Public License
|
||||||
# along with this program. If not, see <http://www.gnu.org/licenses/>.
|
# along with this program. If not, see <http://www.gnu.org/licenses/>.
|
||||||
|
|
||||||
# In addition, as a special exception, the Free Software Foundation
|
# Additional permission under GNU GPL version 3 section 7
|
||||||
# gives permission to link the code of its release of Wget with the
|
|
||||||
# OpenSSL project's "OpenSSL" library (or with modified versions of it
|
# If you modify this program, or any covered work, by linking or
|
||||||
# that use the same license as the "OpenSSL" library), and distribute
|
# combining it with the OpenSSL project's OpenSSL library (or a
|
||||||
# the linked executables. You must obey the GNU General Public License
|
# modified version of that library), containing parts covered by the
|
||||||
# in all respects for all of the code used other than "OpenSSL". If you
|
# terms of the OpenSSL or SSLeay licenses, the Free Software Foundation
|
||||||
# modify this file, you may extend this exception to your version of the
|
# grants you additional permission to convey the resulting work.
|
||||||
# file, but you are not obligated to do so. If you do not wish to do
|
# Corresponding Source for a non-source form of such a combination
|
||||||
# so, delete this exception statement from your version.
|
# shall include the source code for the parts of OpenSSL used as well
|
||||||
|
# as that of the covered work.
|
||||||
|
|
||||||
RM = -del
|
RM = -del
|
||||||
CP = copy
|
CP = copy
|
||||||
|
@ -14,15 +14,16 @@
|
|||||||
# You should have received a copy of the GNU General Public License
|
# You should have received a copy of the GNU General Public License
|
||||||
# along with this program. If not, see <http://www.gnu.org/licenses/>.
|
# along with this program. If not, see <http://www.gnu.org/licenses/>.
|
||||||
|
|
||||||
# In addition, as a special exception, the Free Software Foundation
|
# Additional permission under GNU GPL version 3 section 7
|
||||||
# gives permission to link the code of its release of Wget with the
|
|
||||||
# OpenSSL project's "OpenSSL" library (or with modified versions of it
|
# If you modify this program, or any covered work, by linking or
|
||||||
# that use the same license as the "OpenSSL" library), and distribute
|
# combining it with the OpenSSL project's OpenSSL library (or a
|
||||||
# the linked executables. You must obey the GNU General Public License
|
# modified version of that library), containing parts covered by the
|
||||||
# in all respects for all of the code used other than "OpenSSL". If you
|
# terms of the OpenSSL or SSLeay licenses, the Free Software Foundation
|
||||||
# modify this file, you may extend this exception to your version of the
|
# grants you additional permission to convey the resulting work.
|
||||||
# file, but you are not obligated to do so. If you do not wish to do
|
# Corresponding Source for a non-source form of such a combination
|
||||||
# so, delete this exception statement from your version.
|
# shall include the source code for the parts of OpenSSL used as well
|
||||||
|
# as that of the covered work.
|
||||||
|
|
||||||
# Makefile for building WGET.EXE and WGET.HLP using MinGW GCC/Win32 compiler.
|
# Makefile for building WGET.EXE and WGET.HLP using MinGW GCC/Win32 compiler.
|
||||||
|
|
||||||
|
@ -16,15 +16,16 @@ GNU General Public License for more details.
|
|||||||
You should have received a copy of the GNU General Public License
|
You should have received a copy of the GNU General Public License
|
||||||
along with Wget. If not, see <http://www.gnu.org/licenses/>.
|
along with Wget. If not, see <http://www.gnu.org/licenses/>.
|
||||||
|
|
||||||
In addition, as a special exception, the Free Software Foundation
|
Additional permission under GNU GPL version 3 section 7
|
||||||
gives permission to link the code of its release of Wget with the
|
|
||||||
OpenSSL project's "OpenSSL" library (or with modified versions of it
|
If you modify this program, or any covered work, by linking or
|
||||||
that use the same license as the "OpenSSL" library), and distribute
|
combining it with the OpenSSL project's OpenSSL library (or a
|
||||||
the linked executables. You must obey the GNU General Public License
|
modified version of that library), containing parts covered by the
|
||||||
in all respects for all of the code used other than "OpenSSL". If you
|
terms of the OpenSSL or SSLeay licenses, the Free Software Foundation
|
||||||
modify this file, you may extend this exception to your version of the
|
grants you additional permission to convey the resulting work.
|
||||||
file, but you are not obligated to do so. If you do not wish to do
|
Corresponding Source for a non-source form of such a combination
|
||||||
so, delete this exception statement from your version. */
|
shall include the source code for the parts of OpenSSL used as well
|
||||||
|
as that of the covered work. */
|
||||||
|
|
||||||
|
|
||||||
/* This file contains information about various compilers used to
|
/* This file contains information about various compilers used to
|
||||||
|
Loading…
Reference in New Issue
Block a user