Merge SFLC licensing changes for OpenSSL with tip.

This commit is contained in:
Micah Cowan 2007-12-07 17:37:07 -08:00
commit 462e643a7e
82 changed files with 805 additions and 693 deletions

View File

@ -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.

View File

@ -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
View File

@ -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.

View File

@ -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.

View File

@ -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

View File

@ -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'.

View File

@ -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+.

View File

@ -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

View File

@ -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

View File

@ -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@

View File

@ -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"

View File

@ -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"

View File

@ -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

View File

@ -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"

View File

@ -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

View File

@ -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.

View File

@ -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

View File

@ -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"

View File

@ -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"

View File

@ -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"

View File

@ -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"

View File

@ -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

View File

@ -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"

View File

@ -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

View File

@ -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"

View File

@ -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. */

View File

@ -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

View File

@ -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"

View File

@ -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

View File

@ -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. */

View File

@ -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

View File

@ -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"

View File

@ -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"

View File

@ -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,

View File

@ -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"

View File

@ -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

View File

@ -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"

View File

@ -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

View File

@ -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"

View File

@ -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

View File

@ -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"

View File

@ -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, ... */

View File

@ -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

View File

@ -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. */

View File

@ -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

View File

@ -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"

View File

@ -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
{ {

View File

@ -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"

View File

@ -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

View File

@ -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

View File

@ -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

View File

@ -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"

View File

@ -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

View File

@ -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).

View File

@ -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

View File

@ -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"

View File

@ -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

View File

@ -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"

View File

@ -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

View File

@ -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

View File

@ -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. */

View File

@ -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>

View File

@ -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

View File

@ -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"

View File

@ -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

View File

@ -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"

View File

@ -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

View File

@ -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

View File

@ -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"

View File

@ -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

View File

@ -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.

View File

@ -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@

View File

@ -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@

View File

@ -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.
## ##
# #

View File

@ -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.

View File

@ -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@

View File

@ -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.

View File

@ -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

View File

@ -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

View File

@ -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

View File

@ -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.

View File

@ -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