mirror of
https://github.com/mirror/wget.git
synced 2025-04-14 21:40:42 +08:00
Update copyright statements
This commit is contained in:
parent
9e7c1554bd
commit
8b975e83d3
Makefile.amNEWSREADME.checkoutbootstrapbootstrap.conf
build-aux
configure.acdoc
fuzz
fuzzer.hglob_crash.cmain.crun-afl.shrun-clang.shwget_cookie_fuzzer.cwget_css_fuzzer.cwget_ftpls_fuzzer.cwget_html_fuzzer.cwget_netrc_fuzzer.cwget_options_fuzzer.cwget_robots_fuzzer.cwget_url_fuzzer.c
m4
po
src
Makefile.amconnect.cconnect.hconvert.cconvert.hcookies.ccookies.hcss-tokens.hcss-url.ccss-url.hcss.lexits.cexits.hftp-basic.cftp-ls.cftp-opie.cftp.cftp.hgnutls.chash.chash.hhost.chost.hhsts.chsts.hhtml-parse.chtml-parse.hhtml-url.chtml-url.hhttp-ntlm.chttp-ntlm.hhttp.chttp.hinit.cinit.hiri.ciri.hlog.clog.hmain.cmetalink.cmetalink.hmswindows.cmswindows.hnetrc.cnetrc.hopenssl.coptions.hprogress.cprogress.hptimer.cptimer.hrecur.crecur.hres.cres.hretr.cretr.hspider.cspider.hssl.hsysdep.hurl.curl.hutils.cutils.hversion.hwarc.cwget.hxattr.c
@ -1,6 +1,5 @@
|
||||
# Makefile for `Wget' utility
|
||||
# Copyright (C) 1995-1997, 2006-2018 Free Software Foundation,
|
||||
# Inc.
|
||||
# Copyright (C) 1995-1997, 2006-2019 Free Software Foundation, Inc.
|
||||
|
||||
# This program is free software; you can redistribute it and/or modify
|
||||
# it under the terms of the GNU General Public License as published by
|
||||
|
2
NEWS
2
NEWS
@ -1,6 +1,6 @@
|
||||
GNU Wget NEWS -- history of user-visible changes.
|
||||
|
||||
Copyright (C) 1997-2018 Free Software Foundation, Inc.
|
||||
Copyright (C) 1997-2019 Free Software Foundation, Inc.
|
||||
See the end for copying conditions.
|
||||
|
||||
Please send GNU Wget bug reports to <bug-wget@gnu.org>.
|
||||
|
@ -161,8 +161,8 @@ Testing and development
|
||||
that bug, which might be tedious. Tests should only be run through GDB for that purpose.
|
||||
|
||||
|
||||
Copyright (C) 2008, 2010, 2014-2015, 2018 Free Software Foundation,
|
||||
Inc.
|
||||
Copyright (C) 2008, 2010, 2014-2015, 2018-2019 Free Software
|
||||
Foundation, Inc.
|
||||
License GPLv3+: GNU GPL version 3 or later
|
||||
<https://www.gnu.org/licenses/gpl.html>.
|
||||
This is free software: you are free to change and redistribute it.
|
||||
|
@ -4,7 +4,7 @@ scriptversion=2018-10-13.05; # UTC
|
||||
|
||||
# Bootstrap this package from checked-out sources.
|
||||
|
||||
# Copyright (C) 2003-2018 Free Software Foundation, Inc.
|
||||
# Copyright (C) 2003-2019 Free Software Foundation, Inc.
|
||||
|
||||
# This program is free software: you can redistribute it and/or modify
|
||||
# it under the terms of the GNU General Public License as published by
|
||||
|
@ -1,5 +1,5 @@
|
||||
# bootstrap.conf - Bootstrap configuration.
|
||||
# Copyright (C) 2007-2012, 2018 Free Software Foundation, Inc.
|
||||
# Copyright (C) 2007-2012, 2018-2019 Free Software Foundation, Inc.
|
||||
#
|
||||
# This file is part of GNU Wget.
|
||||
#
|
||||
|
@ -2,7 +2,7 @@
|
||||
|
||||
# Generate build_info.c.
|
||||
|
||||
# Copyright (C) 2009-2011, 2018 Free Software Foundation, Inc.
|
||||
# Copyright (C) 2009-2011, 2018-2019 Free Software Foundation, Inc.
|
||||
|
||||
# This program is free software; you can redistribute it and/or modify
|
||||
# it under the terms of the GNU General Public License as published by
|
||||
|
@ -1,5 +1,5 @@
|
||||
dnl Template file for GNU Autoconf
|
||||
dnl Copyright (C) 1995-1997, 2001, 2007-2014, 2018 Free Software
|
||||
dnl Copyright (C) 1995-1997, 2001, 2007-2014, 2018-2019 Free Software
|
||||
dnl Foundation, Inc.
|
||||
|
||||
dnl This program is free software; you can redistribute it and/or modify
|
||||
|
@ -1,5 +1,5 @@
|
||||
# Makefile for `wget' utility
|
||||
# Copyright (C) 1995-1997, 2007-2011, 2015, 2018 Free Software
|
||||
# Copyright (C) 1995-1997, 2007-2011, 2015, 2018-2019 Free Software
|
||||
# Foundation, Inc.
|
||||
|
||||
# This program is free software; you can redistribute it and/or modify
|
||||
|
@ -5,8 +5,8 @@
|
||||
@c hence no sectioning command or @node.
|
||||
|
||||
@display
|
||||
Copyright @copyright{} 2000-2002, 2007-2008, 2015, 2018 Free Software
|
||||
Foundation, Inc.
|
||||
Copyright @copyright{} 2000-2002, 2007-2008, 2015, 2018-2019 Free
|
||||
Software Foundation, Inc.
|
||||
@uref{http://fsf.org/}
|
||||
|
||||
Everyone is permitted to copy and distribute verbatim copies
|
||||
|
@ -1,6 +1,6 @@
|
||||
#! /usr/bin/env perl
|
||||
|
||||
# Copyright (C) 1999-2001, 2003, 2007, 2009-2011, 2015, 2018 Free
|
||||
# Copyright (C) 1999-2001, 2003, 2007, 2009-2011, 2015, 2018-2019 Free
|
||||
# Software Foundation, Inc.
|
||||
|
||||
# This file is part of GCC.
|
||||
|
@ -31,8 +31,8 @@ This file documents the GNU Wget utility for downloading network
|
||||
data.
|
||||
|
||||
@c man begin COPYRIGHT
|
||||
Copyright @copyright{} 1996-2011, 2015, 2018 Free Software Foundation,
|
||||
Inc.
|
||||
Copyright @copyright{} 1996-2011, 2015, 2018-2019 Free Software
|
||||
Foundation, Inc.
|
||||
|
||||
@iftex
|
||||
Permission is granted to make and distribute verbatim copies of
|
||||
|
@ -1,5 +1,5 @@
|
||||
/*
|
||||
* Copyright(c) 2017-2018 Free Software Foundation, Inc.
|
||||
* Copyright (c) 2017-2019 Free Software Foundation, Inc.
|
||||
*
|
||||
* This file is part of GNU Wget.
|
||||
*
|
||||
|
@ -1,4 +1,22 @@
|
||||
/*
|
||||
* Copyright (c) 2017-2019 Free Software Foundation, Inc.
|
||||
*
|
||||
* This file is part of GNU Wget.
|
||||
*
|
||||
* GNU Wget is free software; you can redistribute it and/or modify
|
||||
* it under the terms of the GNU General Public License as published by
|
||||
* the Free Software Foundation; either version 3 of the License, or
|
||||
* (at your option) any later version.
|
||||
*
|
||||
* GNU Wget is distributed in the hope that it will be useful,
|
||||
* but WITHOUT ANY WARRANTY; without even the implied warranty of
|
||||
* MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
|
||||
* GNU General Public License for more details.
|
||||
*
|
||||
* You should have received a copy of the GNU General Public License
|
||||
* along with Wget. If not, see <https://www.gnu.org/licenses/>.
|
||||
|
||||
|
||||
* Created 19.10.2017 by Tim Rühsen
|
||||
*
|
||||
* Call glob() using data from fuzzer crash file
|
||||
|
@ -1,5 +1,5 @@
|
||||
/*
|
||||
* Copyright(c) 2017-2018 Free Software Foundation, Inc.
|
||||
* Copyright (c) 2017-2019 Free Software Foundation, Inc.
|
||||
*
|
||||
* This file is part of GNU Wget.
|
||||
*
|
||||
|
@ -1,6 +1,6 @@
|
||||
#!/bin/sh -eu
|
||||
|
||||
# Copyright(c) 2017 Free Software Foundation, Inc.
|
||||
# Copyright (c) 2017, 2019 Free Software Foundation, Inc.
|
||||
#
|
||||
# This file is part of GNU Wget.
|
||||
#
|
||||
|
@ -1,6 +1,6 @@
|
||||
#!/bin/bash -e
|
||||
#
|
||||
# Copyright(c) 2017 Free Software Foundation, Inc.
|
||||
# Copyright (c) 2017, 2019 Free Software Foundation, Inc.
|
||||
#
|
||||
# This file is part of GNU Wget.
|
||||
#
|
||||
|
@ -1,5 +1,5 @@
|
||||
/*
|
||||
* Copyright(c) 2017-2018 Free Software Foundation, Inc.
|
||||
* Copyright (c) 2017-2019 Free Software Foundation, Inc.
|
||||
*
|
||||
* This file is part of GNU Wget.
|
||||
*
|
||||
|
@ -1,5 +1,5 @@
|
||||
/*
|
||||
* Copyright(c) 2017-2018 Free Software Foundation, Inc.
|
||||
* Copyright (c) 2017-2019 Free Software Foundation, Inc.
|
||||
*
|
||||
* This file is part of GNU Wget.
|
||||
*
|
||||
|
@ -1,5 +1,5 @@
|
||||
/*
|
||||
* Copyright(c) 2017-2018 Free Software Foundation, Inc.
|
||||
* Copyright (c) 2017-2019 Free Software Foundation, Inc.
|
||||
*
|
||||
* This file is part of GNU Wget.
|
||||
*
|
||||
|
@ -1,5 +1,5 @@
|
||||
/*
|
||||
* Copyright(c) 2017-2018 Free Software Foundation, Inc.
|
||||
* Copyright (c) 2017-2019 Free Software Foundation, Inc.
|
||||
*
|
||||
* This file is part of GNU Wget.
|
||||
*
|
||||
|
@ -1,5 +1,5 @@
|
||||
/*
|
||||
* Copyright(c) 2017-2018 Free Software Foundation, Inc.
|
||||
* Copyright (c) 2017-2019 Free Software Foundation, Inc.
|
||||
*
|
||||
* This file is part of GNU Wget.
|
||||
*
|
||||
|
@ -1,5 +1,5 @@
|
||||
/*
|
||||
* Copyright(c) 2017-2018 Free Software Foundation, Inc.
|
||||
* Copyright (c) 2017-2019 Free Software Foundation, Inc.
|
||||
*
|
||||
* This file is part of GNU Wget.
|
||||
*
|
||||
|
@ -1,5 +1,5 @@
|
||||
/*
|
||||
* Copyright(c) 2017-2018 Free Software Foundation, Inc.
|
||||
* Copyright (c) 2017-2019 Free Software Foundation, Inc.
|
||||
*
|
||||
* This file is part of GNU Wget.
|
||||
*
|
||||
|
@ -1,5 +1,5 @@
|
||||
/*
|
||||
* Copyright(c) 2017-2018 Free Software Foundation, Inc.
|
||||
* Copyright (c) 2017-2019 Free Software Foundation, Inc.
|
||||
*
|
||||
* This file is part of GNU Wget.
|
||||
*
|
||||
|
@ -1,6 +1,6 @@
|
||||
# exitfail.m4 serial 6
|
||||
dnl Copyright (C) 2002-2003, 2005-2006, 2010-2011, 2018 Free Software
|
||||
dnl Foundation, Inc.
|
||||
dnl Copyright (C) 2002-2003, 2005-2006, 2010-2011, 2018-2019 Free
|
||||
dnl Software Foundation, Inc.
|
||||
dnl This file is free software; the Free Software Foundation
|
||||
dnl gives unlimited permission to copy and/or distribute it,
|
||||
dnl with or without modifications, as long as this notice is preserved.
|
||||
|
@ -1,6 +1,6 @@
|
||||
# getpagesize.m4 serial 7
|
||||
dnl Copyright (C) 2002, 2004-2005, 2007, 2010-2011, 2018 Free Software
|
||||
dnl Foundation, Inc.
|
||||
dnl Copyright (C) 2002, 2004-2005, 2007, 2010-2011, 2018-2019 Free
|
||||
dnl Software Foundation, Inc.
|
||||
dnl This file is free software; the Free Software Foundation
|
||||
dnl gives unlimited permission to copy and/or distribute it,
|
||||
dnl with or without modifications, as long as this notice is preserved.
|
||||
|
@ -1,6 +1,6 @@
|
||||
dnl A placeholder for ISO C99 <wchar.h>, for platforms that have issues.
|
||||
|
||||
dnl Copyright (C) 2007-2011, 2018 Free Software Foundation, Inc.
|
||||
dnl Copyright (C) 2007-2011, 2018-2019 Free Software Foundation, Inc.
|
||||
dnl This file is free software; the Free Software Foundation
|
||||
dnl gives unlimited permission to copy and/or distribute it,
|
||||
dnl with or without modifications, as long as this notice is preserved.
|
||||
|
@ -2,8 +2,8 @@
|
||||
|
||||
dnl A placeholder for ISO C99 <wctype.h>, for platforms that lack it.
|
||||
|
||||
dnl Copyright (C) 2006-2008, 2010-2011, 2018 Free Software Foundation,
|
||||
dnl Inc.
|
||||
dnl Copyright (C) 2006-2008, 2010-2011, 2018-2019 Free Software
|
||||
dnl Foundation, Inc.
|
||||
dnl This file is free software; the Free Software Foundation
|
||||
dnl gives unlimited permission to copy and/or distribute it,
|
||||
dnl with or without modifications, as long as this notice is preserved.
|
||||
|
@ -1,5 +1,5 @@
|
||||
dnl Wget-specific Autoconf macros.
|
||||
dnl Copyright (C) 1995-2011, 2018 Free Software Foundation, Inc.
|
||||
dnl Copyright (C) 1995-2011, 2018-2019 Free Software Foundation, Inc.
|
||||
|
||||
dnl This program is free software; you can redistribute it and/or modify
|
||||
dnl it under the terms of the GNU General Public License as published by
|
||||
|
@ -1,5 +1,5 @@
|
||||
# List of files which containing translatable strings.
|
||||
# Copyright (C) 1995-2011, 2018 Free Software Foundation, Inc.
|
||||
# Copyright (C) 1995-2011, 2018-2019 Free Software Foundation, Inc.
|
||||
|
||||
# Package source files
|
||||
lib/error.c
|
||||
|
@ -1,5 +1,6 @@
|
||||
# Makefile for `wget' utility
|
||||
# Copyright (C) 1995-2011, 2015, 2018 Free Software Foundation, Inc.
|
||||
# Copyright (C) 1995-2011, 2015, 2018-2019 Free Software Foundation,
|
||||
# Inc.
|
||||
|
||||
# This program is free software; you can redistribute it and/or modify
|
||||
# it under the terms of the GNU General Public License as published by
|
||||
|
@ -1,5 +1,6 @@
|
||||
/* Establishing and handling network connections.
|
||||
Copyright (C) 1995-2011, 2015, 2018 Free Software Foundation, Inc.
|
||||
Copyright (C) 1995-2011, 2015, 2018-2019 Free Software Foundation,
|
||||
Inc.
|
||||
|
||||
This file is part of GNU Wget.
|
||||
|
||||
|
@ -1,5 +1,6 @@
|
||||
/* Declarations for connect.
|
||||
Copyright (C) 1996-2011, 2015, 2018 Free Software Foundation, Inc.
|
||||
Copyright (C) 1996-2011, 2015, 2018-2019 Free Software Foundation,
|
||||
Inc.
|
||||
|
||||
This file is part of GNU Wget.
|
||||
|
||||
|
@ -1,6 +1,6 @@
|
||||
/* Conversion of links to local files.
|
||||
Copyright (C) 2003-2011, 2014-2015, 2018 Free Software Foundation,
|
||||
Inc.
|
||||
Copyright (C) 2003-2011, 2014-2015, 2018-2019 Free Software
|
||||
Foundation, Inc.
|
||||
|
||||
This file is part of GNU Wget.
|
||||
|
||||
|
@ -1,5 +1,5 @@
|
||||
/* Declarations for convert.c
|
||||
Copyright (C) 2003-2006, 2009-2011, 2015, 2018 Free Software
|
||||
Copyright (C) 2003-2006, 2009-2011, 2015, 2018-2019 Free Software
|
||||
Foundation, Inc.
|
||||
|
||||
This file is part of GNU Wget.
|
||||
|
@ -1,5 +1,6 @@
|
||||
/* Support for cookies.
|
||||
Copyright (C) 2001-2011, 2015, 2018 Free Software Foundation, Inc.
|
||||
Copyright (C) 2001-2011, 2015, 2018-2019 Free Software Foundation,
|
||||
Inc.
|
||||
|
||||
This file is part of GNU Wget.
|
||||
|
||||
|
@ -1,5 +1,6 @@
|
||||
/* Support for cookies.
|
||||
Copyright (C) 2001-2011, 2015, 2018 Free Software Foundation, Inc.
|
||||
Copyright (C) 2001-2011, 2015, 2018-2019 Free Software Foundation,
|
||||
Inc.
|
||||
|
||||
This file is part of GNU Wget.
|
||||
|
||||
|
@ -1,6 +1,6 @@
|
||||
/* Declarations for css.lex
|
||||
Copyright (C) 2006, 2009-2011, 2015, 2018 Free Software Foundation,
|
||||
Inc.
|
||||
Copyright (C) 2006, 2009-2011, 2015, 2018-2019 Free Software
|
||||
Foundation, Inc.
|
||||
|
||||
This file is part of GNU Wget.
|
||||
|
||||
|
@ -1,5 +1,5 @@
|
||||
/* Collect URLs from CSS source.
|
||||
Copyright (C) 1998, 2000-2003, 2009-2011, 2014-2015, 2018 Free
|
||||
Copyright (C) 1998, 2000-2003, 2009-2011, 2014-2015, 2018-2019 Free
|
||||
Software Foundation, Inc.
|
||||
|
||||
This file is part of GNU Wget.
|
||||
|
@ -1,6 +1,6 @@
|
||||
/* Declarations for css-url.c.
|
||||
Copyright (C) 2006, 2009-2011, 2015, 2018 Free Software Foundation,
|
||||
Inc.
|
||||
Copyright (C) 2006, 2009-2011, 2015, 2018-2019 Free Software
|
||||
Foundation, Inc.
|
||||
|
||||
This file is part of GNU Wget.
|
||||
|
||||
|
@ -12,8 +12,8 @@
|
||||
%{
|
||||
/* Lex source for CSS tokenizing.
|
||||
Taken from http://www.w3.org/TR/CSS21/grammar.html#q2
|
||||
Copyright (C) 2006, 2009-2011, 2015, 2018 Free Software Foundation,
|
||||
Inc.
|
||||
Copyright (C) 2006, 2009-2011, 2015, 2018-2019 Free Software
|
||||
Foundation, Inc.
|
||||
|
||||
This file is part of GNU Wget.
|
||||
|
||||
|
@ -1,5 +1,6 @@
|
||||
/* Exit status handling.
|
||||
Copyright (C) 2009-2012, 2015, 2018 Free Software Foundation, Inc.
|
||||
Copyright (C) 2009-2012, 2015, 2018-2019 Free Software Foundation,
|
||||
Inc.
|
||||
|
||||
This file is part of GNU Wget.
|
||||
|
||||
|
@ -1,5 +1,6 @@
|
||||
/* Exit status related declarations.
|
||||
Copyright (C) 2009-2012, 2015, 2018 Free Software Foundation, Inc.
|
||||
Copyright (C) 2009-2012, 2015, 2018-2019 Free Software Foundation,
|
||||
Inc.
|
||||
|
||||
This file is part of GNU Wget.
|
||||
|
||||
|
@ -1,6 +1,6 @@
|
||||
/* Basic FTP routines.
|
||||
Copyright (C) 1996-2011, 2014-2015, 2018 Free Software Foundation,
|
||||
Inc.
|
||||
Copyright (C) 1996-2011, 2014-2015, 2018-2019 Free Software
|
||||
Foundation, Inc.
|
||||
|
||||
This file is part of GNU Wget.
|
||||
|
||||
|
@ -1,5 +1,6 @@
|
||||
/* Parsing FTP `ls' output.
|
||||
Copyright (C) 1996-2011, 2015, 2018 Free Software Foundation, Inc.
|
||||
Copyright (C) 1996-2011, 2015, 2018-2019 Free Software Foundation,
|
||||
Inc.
|
||||
|
||||
This file is part of GNU Wget.
|
||||
|
||||
|
@ -1,5 +1,6 @@
|
||||
/* Opie (s/key) support for FTP.
|
||||
Copyright (C) 1998-2011, 2015, 2018 Free Software Foundation, Inc.
|
||||
Copyright (C) 1998-2011, 2015, 2018-2019 Free Software Foundation,
|
||||
Inc.
|
||||
|
||||
This file is part of GNU Wget.
|
||||
|
||||
|
@ -1,6 +1,6 @@
|
||||
/* File Transfer Protocol support.
|
||||
Copyright (C) 1996-2011, 2014-2015, 2018 Free Software Foundation,
|
||||
Inc.
|
||||
Copyright (C) 1996-2011, 2014-2015, 2018-2019 Free Software
|
||||
Foundation, Inc.
|
||||
|
||||
This file is part of GNU Wget.
|
||||
|
||||
|
@ -1,5 +1,6 @@
|
||||
/* Declarations for FTP support.
|
||||
Copyright (C) 1996-2011, 2015, 2018 Free Software Foundation, Inc.
|
||||
Copyright (C) 1996-2011, 2015, 2018-2019 Free Software Foundation,
|
||||
Inc.
|
||||
|
||||
This file is part of GNU Wget.
|
||||
|
||||
|
@ -1,5 +1,6 @@
|
||||
/* SSL support via GnuTLS library.
|
||||
Copyright (C) 2005-2012, 2015, 2018 Free Software Foundation, Inc.
|
||||
Copyright (C) 2005-2012, 2015, 2018-2019 Free Software Foundation,
|
||||
Inc.
|
||||
|
||||
This file is part of GNU Wget.
|
||||
|
||||
|
@ -1,5 +1,6 @@
|
||||
/* Hash tables.
|
||||
Copyright (C) 2000-2011, 2015, 2018 Free Software Foundation, Inc.
|
||||
Copyright (C) 2000-2011, 2015, 2018-2019 Free Software Foundation,
|
||||
Inc.
|
||||
|
||||
This file is part of GNU Wget.
|
||||
|
||||
|
@ -1,6 +1,6 @@
|
||||
/* Hash table declarations.
|
||||
Copyright (C) 2000, 2007-2011, 2015, 2018 Free Software Foundation,
|
||||
Inc.
|
||||
Copyright (C) 2000, 2007-2011, 2015, 2018-2019 Free Software
|
||||
Foundation, Inc.
|
||||
|
||||
This file is part of GNU Wget.
|
||||
|
||||
|
@ -1,5 +1,6 @@
|
||||
/* Host name resolution and matching.
|
||||
Copyright (C) 1996-2012, 2015, 2018 Free Software Foundation, Inc.
|
||||
Copyright (C) 1996-2012, 2015, 2018-2019 Free Software Foundation,
|
||||
Inc.
|
||||
|
||||
This file is part of GNU Wget.
|
||||
|
||||
|
@ -1,5 +1,6 @@
|
||||
/* Declarations for host.c
|
||||
Copyright (C) 1996-2012, 2015, 2018 Free Software Foundation, Inc.
|
||||
Copyright (C) 1996-2012, 2015, 2018-2019 Free Software Foundation,
|
||||
Inc.
|
||||
|
||||
This file is part of GNU Wget.
|
||||
|
||||
|
@ -1,5 +1,6 @@
|
||||
/* HTTP Strict Transport Security (HSTS) support.
|
||||
Copyright (C) 1996-2012, 2015, 2018 Free Software Foundation, Inc.
|
||||
Copyright (C) 1996-2012, 2015, 2018-2019 Free Software Foundation,
|
||||
Inc.
|
||||
|
||||
This file is part of GNU Wget.
|
||||
|
||||
|
@ -1,5 +1,6 @@
|
||||
/* Declarations for hsts.c
|
||||
Copyright (C) 1996-2012, 2015, 2018 Free Software Foundation, Inc.
|
||||
Copyright (C) 1996-2012, 2015, 2018-2019 Free Software Foundation,
|
||||
Inc.
|
||||
|
||||
This file is part of GNU Wget.
|
||||
|
||||
|
@ -1,5 +1,6 @@
|
||||
/* HTML parser for Wget.
|
||||
Copyright (C) 1998-2011, 2015, 2018 Free Software Foundation, Inc.
|
||||
Copyright (C) 1998-2011, 2015, 2018-2019 Free Software Foundation,
|
||||
Inc.
|
||||
|
||||
This file is part of GNU Wget.
|
||||
|
||||
|
@ -1,5 +1,6 @@
|
||||
/* Declarations for html-parse.c.
|
||||
Copyright (C) 1998-2011, 2015, 2018 Free Software Foundation, Inc.
|
||||
Copyright (C) 1998-2011, 2015, 2018-2019 Free Software Foundation,
|
||||
Inc.
|
||||
|
||||
This file is part of GNU Wget.
|
||||
|
||||
|
@ -1,5 +1,6 @@
|
||||
/* Collect URLs from HTML source.
|
||||
Copyright (C) 1998-2012, 2015, 2018 Free Software Foundation, Inc.
|
||||
Copyright (C) 1998-2012, 2015, 2018-2019 Free Software Foundation,
|
||||
Inc.
|
||||
|
||||
This file is part of GNU Wget.
|
||||
|
||||
|
@ -1,5 +1,5 @@
|
||||
/* Declarations for html-url.c.
|
||||
Copyright (C) 1995-1997, 2009-2011, 2015, 2018 Free Software
|
||||
Copyright (C) 1995-1997, 2009-2011, 2015, 2018-2019 Free Software
|
||||
Foundation, Inc.
|
||||
|
||||
This file is part of GNU Wget.
|
||||
|
@ -1,5 +1,6 @@
|
||||
/* NTLM code.
|
||||
Copyright (C) 2005-2011, 2015, 2018 Free Software Foundation, Inc.
|
||||
Copyright (C) 2005-2011, 2015, 2018-2019 Free Software Foundation,
|
||||
Inc.
|
||||
Contributed by Daniel Stenberg.
|
||||
|
||||
This file is part of GNU Wget.
|
||||
|
@ -1,8 +1,8 @@
|
||||
#ifndef __HTTP_NTLM_H
|
||||
#define __HTTP_NTLM_H
|
||||
/* Declarations for http_ntlm.c
|
||||
Copyright (C) 1995-1997, 2000, 2007-2011, 2015, 2018 Free Software
|
||||
Foundation, Inc.
|
||||
Copyright (C) 1995-1997, 2000, 2007-2011, 2015, 2018-2019 Free
|
||||
Software Foundation, Inc.
|
||||
Contributed by Daniel Stenberg.
|
||||
|
||||
This file is part of GNU Wget.
|
||||
|
@ -1,6 +1,6 @@
|
||||
/* HTTP support.
|
||||
Copyright (C) 1996-2012, 2014-2015, 2018 Free Software Foundation,
|
||||
Inc.
|
||||
Copyright (C) 1996-2012, 2014-2015, 2018-2019 Free Software
|
||||
Foundation, Inc.
|
||||
|
||||
This file is part of GNU Wget.
|
||||
|
||||
|
@ -1,5 +1,6 @@
|
||||
/* Declarations for HTTP.
|
||||
Copyright (C) 2005-2011, 2015, 2018 Free Software Foundation, Inc.
|
||||
Copyright (C) 2005-2011, 2015, 2018-2019 Free Software Foundation,
|
||||
Inc.
|
||||
|
||||
This file is part of GNU Wget.
|
||||
|
||||
|
@ -1,6 +1,6 @@
|
||||
/* Reading/parsing the initialization file.
|
||||
Copyright (C) 1996-2012, 2014-2015, 2018 Free Software Foundation,
|
||||
Inc.
|
||||
Copyright (C) 1996-2012, 2014-2015, 2018-2019 Free Software
|
||||
Foundation, Inc.
|
||||
|
||||
This file is part of GNU Wget.
|
||||
|
||||
|
@ -1,5 +1,6 @@
|
||||
/* Declarations for init.c.
|
||||
Copyright (C) 1996-2011, 2015, 2018 Free Software Foundation, Inc.
|
||||
Copyright (C) 1996-2011, 2015, 2018-2019 Free Software Foundation,
|
||||
Inc.
|
||||
|
||||
This file is part of GNU Wget.
|
||||
|
||||
|
@ -1,5 +1,6 @@
|
||||
/* IRI related functions.
|
||||
Copyright (C) 2008-2011, 2015, 2018 Free Software Foundation, Inc.
|
||||
Copyright (C) 2008-2011, 2015, 2018-2019 Free Software Foundation,
|
||||
Inc.
|
||||
|
||||
This file is part of GNU Wget.
|
||||
|
||||
|
@ -1,5 +1,6 @@
|
||||
/* Internationalization related declarations.
|
||||
Copyright (C) 2008-2011, 2015, 2018 Free Software Foundation, Inc.
|
||||
Copyright (C) 2008-2011, 2015, 2018-2019 Free Software Foundation,
|
||||
Inc.
|
||||
|
||||
This file is part of GNU Wget.
|
||||
|
||||
|
@ -1,5 +1,6 @@
|
||||
/* Messages logging.
|
||||
Copyright (C) 1998-2011, 2015, 2018 Free Software Foundation, Inc.
|
||||
Copyright (C) 1998-2011, 2015, 2018-2019 Free Software Foundation,
|
||||
Inc.
|
||||
|
||||
This file is part of GNU Wget.
|
||||
|
||||
|
@ -1,5 +1,6 @@
|
||||
/* Declarations for log.c.
|
||||
Copyright (C) 1998-2011, 2015, 2018 Free Software Foundation, Inc.
|
||||
Copyright (C) 1998-2011, 2015, 2018-2019 Free Software Foundation,
|
||||
Inc.
|
||||
|
||||
This file is part of GNU Wget.
|
||||
|
||||
|
@ -1,5 +1,5 @@
|
||||
/* Command line parsing.
|
||||
Copyright (C) 1996-2015, 2018 Free Software Foundation, Inc.
|
||||
Copyright (C) 1996-2015, 2018-2019 Free Software Foundation, Inc.
|
||||
|
||||
This file is part of GNU Wget.
|
||||
|
||||
|
@ -1,5 +1,5 @@
|
||||
/* Metalink module.
|
||||
Copyright (C) 2015, 2018 Free Software Foundation, Inc.
|
||||
Copyright (C) 2015, 2018-2019 Free Software Foundation, Inc.
|
||||
|
||||
This file is part of GNU Wget.
|
||||
|
||||
|
@ -1,5 +1,5 @@
|
||||
/* Declarations for metalink.c.
|
||||
Copyright (C) 2015, 2018 Free Software Foundation, Inc.
|
||||
Copyright (C) 2015, 2018-2019 Free Software Foundation, Inc.
|
||||
|
||||
This file is part of GNU Wget.
|
||||
|
||||
|
@ -1,6 +1,6 @@
|
||||
/* mswindows.c -- Windows-specific support
|
||||
Copyright (C) 1996-2011, 2014-2015, 2018 Free Software Foundation,
|
||||
Inc.
|
||||
Copyright (C) 1996-2011, 2014-2015, 2018-2019 Free Software
|
||||
Foundation, Inc.
|
||||
|
||||
This file is part of GNU Wget.
|
||||
|
||||
|
@ -1,5 +1,6 @@
|
||||
/* Declarations for windows
|
||||
Copyright (C) 1996-2011, 2015, 2018 Free Software Foundation, Inc.
|
||||
Copyright (C) 1996-2011, 2015, 2018-2019 Free Software Foundation,
|
||||
Inc.
|
||||
|
||||
This file is part of GNU Wget.
|
||||
|
||||
|
@ -1,6 +1,6 @@
|
||||
/* Read and parse the .netrc file to get hosts, accounts, and passwords.
|
||||
Copyright (C) 1996, 2007-2011, 2015, 2018 Free Software Foundation,
|
||||
Inc.
|
||||
Copyright (C) 1996, 2007-2011, 2015, 2018-2019 Free Software
|
||||
Foundation, Inc.
|
||||
|
||||
This file is part of GNU Wget.
|
||||
|
||||
|
@ -1,6 +1,6 @@
|
||||
/* Declarations for netrc.c
|
||||
Copyright (C) 1996, 1996-1997, 2007-2011, 2015, 2018 Free Software
|
||||
Foundation, Inc.
|
||||
Copyright (C) 1996, 1996-1997, 2007-2011, 2015, 2018-2019 Free
|
||||
Software Foundation, Inc.
|
||||
|
||||
This file is part of GNU Wget.
|
||||
|
||||
|
@ -1,5 +1,6 @@
|
||||
/* SSL support via OpenSSL library.
|
||||
Copyright (C) 2000-2012, 2015, 2018 Free Software Foundation, Inc.
|
||||
Copyright (C) 2000-2012, 2015, 2018-2019 Free Software Foundation,
|
||||
Inc.
|
||||
Originally contributed by Christian Fraenkel.
|
||||
|
||||
This file is part of GNU Wget.
|
||||
|
@ -1,5 +1,6 @@
|
||||
/* struct options.
|
||||
Copyright (C) 1996-2011, 2015, 2018 Free Software Foundation, Inc.
|
||||
Copyright (C) 1996-2011, 2015, 2018-2019 Free Software Foundation,
|
||||
Inc.
|
||||
|
||||
This file is part of GNU Wget.
|
||||
|
||||
|
@ -1,5 +1,6 @@
|
||||
/* Download progress.
|
||||
Copyright (C) 2001-2011, 2015, 2018 Free Software Foundation, Inc.
|
||||
Copyright (C) 2001-2011, 2015, 2018-2019 Free Software Foundation,
|
||||
Inc.
|
||||
|
||||
This file is part of GNU Wget.
|
||||
|
||||
|
@ -1,5 +1,6 @@
|
||||
/* Download progress.
|
||||
Copyright (C) 2001-2011, 2015, 2018 Free Software Foundation, Inc.
|
||||
Copyright (C) 2001-2011, 2015, 2018-2019 Free Software Foundation,
|
||||
Inc.
|
||||
|
||||
This file is part of GNU Wget.
|
||||
|
||||
|
@ -1,5 +1,6 @@
|
||||
/* Portable timers.
|
||||
Copyright (C) 2005-2011, 2015, 2018 Free Software Foundation, Inc.
|
||||
Copyright (C) 2005-2011, 2015, 2018-2019 Free Software Foundation,
|
||||
Inc.
|
||||
|
||||
This file is part of GNU Wget.
|
||||
|
||||
|
@ -1,5 +1,6 @@
|
||||
/* Declarations for ptimer.c.
|
||||
Copyright (C) 2005-2011, 2015, 2018 Free Software Foundation, Inc.
|
||||
Copyright (C) 2005-2011, 2015, 2018-2019 Free Software Foundation,
|
||||
Inc.
|
||||
|
||||
This file is part of GNU Wget.
|
||||
|
||||
|
@ -1,5 +1,6 @@
|
||||
/* Handling of recursive HTTP retrieving.
|
||||
Copyright (C) 1996-2012, 2015, 2018 Free Software Foundation, Inc.
|
||||
Copyright (C) 1996-2012, 2015, 2018-2019 Free Software Foundation,
|
||||
Inc.
|
||||
|
||||
This file is part of GNU Wget.
|
||||
|
||||
|
@ -1,5 +1,6 @@
|
||||
/* Declarations for recur.c.
|
||||
Copyright (C) 1996-2011, 2015, 2018 Free Software Foundation, Inc.
|
||||
Copyright (C) 1996-2011, 2015, 2018-2019 Free Software Foundation,
|
||||
Inc.
|
||||
|
||||
This file is part of GNU Wget.
|
||||
|
||||
|
@ -1,6 +1,6 @@
|
||||
/* Support for Robot Exclusion Standard (RES).
|
||||
Copyright (C) 2001, 2006-2011, 2015, 2018 Free Software Foundation,
|
||||
Inc.
|
||||
Copyright (C) 2001, 2006-2011, 2015, 2018-2019 Free Software
|
||||
Foundation, Inc.
|
||||
|
||||
This file is part of Wget.
|
||||
|
||||
|
@ -1,6 +1,6 @@
|
||||
/* Declarations for res.c.
|
||||
Copyright (C) 2001, 2007-2011, 2015, 2018 Free Software Foundation,
|
||||
Inc.
|
||||
Copyright (C) 2001, 2007-2011, 2015, 2018-2019 Free Software
|
||||
Foundation, Inc.
|
||||
|
||||
This file is part of Wget.
|
||||
|
||||
|
@ -1,6 +1,6 @@
|
||||
/* File retrieval.
|
||||
Copyright (C) 1996-2011, 2014-2015, 2018 Free Software Foundation,
|
||||
Inc.
|
||||
Copyright (C) 1996-2011, 2014-2015, 2018-2019 Free Software
|
||||
Foundation, Inc.
|
||||
|
||||
This file is part of GNU Wget.
|
||||
|
||||
|
@ -1,5 +1,6 @@
|
||||
/* Declarations for retr.c.
|
||||
Copyright (C) 1996-2011, 2015, 2018 Free Software Foundation, Inc.
|
||||
Copyright (C) 1996-2011, 2015, 2018-2019 Free Software Foundation,
|
||||
Inc.
|
||||
|
||||
This file is part of GNU Wget.
|
||||
|
||||
|
@ -1,6 +1,5 @@
|
||||
/* Keep track of visited URLs in spider mode.
|
||||
Copyright (C) 2006, 2007, 2008, 2009, 2010, 2011, 2015 Free Software
|
||||
Foundation, Inc.
|
||||
Copyright (C) 2006-2011, 2015, 2019 Free Software Foundation, Inc.
|
||||
|
||||
This file is part of GNU Wget.
|
||||
|
||||
|
@ -1,6 +1,5 @@
|
||||
/* Declarations for spider.c
|
||||
Copyright (C) 2006, 2007, 2008, 2009, 2010, 2011, 2015 Free Software
|
||||
Foundation, Inc.
|
||||
Copyright (C) 2006-2011, 2015, 2019 Free Software Foundation, Inc.
|
||||
|
||||
This file is part of GNU Wget.
|
||||
|
||||
|
@ -1,5 +1,6 @@
|
||||
/* SSL support.
|
||||
Copyright (C) 2000-2012, 2015, 2018 Free Software Foundation, Inc.
|
||||
Copyright (C) 2000-2012, 2015, 2018-2019 Free Software Foundation,
|
||||
Inc.
|
||||
Originally contributed by Christian Fraenkel.
|
||||
|
||||
This file is part of GNU Wget.
|
||||
|
@ -1,5 +1,6 @@
|
||||
/* Dirty system-dependent hacks.
|
||||
Copyright (C) 1996-2011, 2015, 2018 Free Software Foundation, Inc.
|
||||
Copyright (C) 1996-2011, 2015, 2018-2019 Free Software Foundation,
|
||||
Inc.
|
||||
|
||||
This file is part of GNU Wget.
|
||||
|
||||
|
@ -1,5 +1,6 @@
|
||||
/* URL handling.
|
||||
Copyright (C) 1996-2011, 2015, 2018 Free Software Foundation, Inc.
|
||||
Copyright (C) 1996-2011, 2015, 2018-2019 Free Software Foundation,
|
||||
Inc.
|
||||
|
||||
This file is part of GNU Wget.
|
||||
|
||||
|
@ -1,5 +1,6 @@
|
||||
/* Declarations for url.c.
|
||||
Copyright (C) 1996-2011, 2015, 2018 Free Software Foundation, Inc.
|
||||
Copyright (C) 1996-2011, 2015, 2018-2019 Free Software Foundation,
|
||||
Inc.
|
||||
|
||||
This file is part of GNU Wget.
|
||||
|
||||
|
@ -1,5 +1,6 @@
|
||||
/* Various utility functions.
|
||||
Copyright (C) 1996-2011, 2015, 2018 Free Software Foundation, Inc.
|
||||
Copyright (C) 1996-2011, 2015, 2018-2019 Free Software Foundation,
|
||||
Inc.
|
||||
|
||||
This file is part of GNU Wget.
|
||||
|
||||
|
@ -1,5 +1,6 @@
|
||||
/* Declarations for utils.c.
|
||||
Copyright (C) 1996-2011, 2015, 2018 Free Software Foundation, Inc.
|
||||
Copyright (C) 1996-2011, 2015, 2018-2019 Free Software Foundation,
|
||||
Inc.
|
||||
|
||||
This file is part of GNU Wget.
|
||||
|
||||
|
@ -1,5 +1,5 @@
|
||||
/* Extern declarations for printing version information
|
||||
Copyright (C) 2013, 2015, 2018 Free Software Foundation, Inc.
|
||||
Copyright (C) 2013, 2015, 2018-2019 Free Software Foundation, Inc.
|
||||
|
||||
This file is part of GNU Wget.
|
||||
|
||||
|
@ -1,5 +1,6 @@
|
||||
/* Utility functions for writing WARC files.
|
||||
Copyright (C) 2011-2012, 2015, 2018 Free Software Foundation, Inc.
|
||||
Copyright (C) 2011-2012, 2015, 2018-2019 Free Software Foundation,
|
||||
Inc.
|
||||
|
||||
This file is part of GNU Wget.
|
||||
|
||||
|
@ -1,5 +1,6 @@
|
||||
/* Miscellaneous declarations.
|
||||
Copyright (C) 1996-2011, 2015, 2018 Free Software Foundation, Inc.
|
||||
Copyright (C) 1996-2011, 2015, 2018-2019 Free Software Foundation,
|
||||
Inc.
|
||||
|
||||
This file is part of GNU Wget.
|
||||
|
||||
|
@ -1,6 +1,6 @@
|
||||
/* xattr.h -- POSIX Extended Attribute support.
|
||||
|
||||
Copyright (C) 2016, 2018 Free Software Foundation, Inc.
|
||||
Copyright (C) 2016, 2018-2019 Free Software Foundation, Inc.
|
||||
|
||||
This program is free software; you can redistribute it and/or modify
|
||||
it under the terms of the GNU General Public License as published by
|
||||
|
Some files were not shown because too many files have changed in this diff Show More
Loading…
Reference in New Issue
Block a user