~ubuntu-branches/ubuntu/lucid/wget/lucid-security

« back to all changes in this revision

Viewing changes to windows/Makefile.top.mingw

  • Committer: Bazaar Package Importer
  • Author(s): Michael Vogt
  • Date: 2008-05-27 11:49:54 UTC
  • mfrom: (1.1.3 upstream)
  • Revision ID: james.westby@ubuntu.com-20080527114954-ame070pjhqtofeaf
Tags: 1.11.2-1ubuntu1
* Merge from debian unstable, remaining changes:
  - Add wget-udeb to ship wget.gnu as alternative to busybox wget
    implementation.

Show diffs side-by-side

added added

removed removed

Lines of Context:
1
1
# Makefile for `Wget' utility
2
 
# Copyright (C) 1995, 1996, 1997 Free Software Foundation, Inc.
 
2
# Copyright (C) 1995, 1996, 1997, 2007, 2008 Free Software Foundation, Inc.
3
3
 
4
4
# This program is free software; you can redistribute it and/or modify
5
5
# it under the terms of the GNU General Public License as published by
6
 
# the Free Software Foundation; either version 2 of the License, or
 
6
# the Free Software Foundation; either version 3 of the License, or
7
7
# (at your option) any later version.
8
8
 
9
9
# This program is distributed in the hope that it will be useful,
12
12
# GNU General Public License for more details.
13
13
 
14
14
# You should have received a copy of the GNU General Public License
15
 
# along with this program; if not, write to the Free Software
16
 
# Foundation, Inc., 675 Mass Ave, Cambridge, MA 02139, USA.
17
 
 
18
 
# In addition, as a special exception, the Free Software Foundation
19
 
# gives permission to link the code of its release of Wget with the
20
 
# OpenSSL project's "OpenSSL" library (or with modified versions of it
21
 
# that use the same license as the "OpenSSL" library), and distribute
22
 
# the linked executables.  You must obey the GNU General Public License
23
 
# in all respects for all of the code used other than "OpenSSL".  If you
24
 
# modify this file, you may extend this exception to your version of the
25
 
# file, but you are not obligated to do so.  If you do not wish to do
26
 
# so, delete this exception statement from your version.
 
15
# along with this program.  If not, see <http://www.gnu.org/licenses/>.
 
16
 
 
17
# Additional permission under GNU GPL version 3 section 7
 
18
 
 
19
# If you modify this program, or any covered work, by linking or
 
20
# combining it with the OpenSSL project's OpenSSL library (or a
 
21
# modified version of that library), containing parts covered by the
 
22
# terms of the OpenSSL or SSLeay licenses, the Free Software Foundation
 
23
# grants you additional permission to convey the resulting work.
 
24
# Corresponding Source for a non-source form of such a combination
 
25
# shall include the source code for the parts of OpenSSL used as well
 
26
# as that of the covered work.
27
27
 
28
28
# Makefile for building WGET.EXE and WGET.HLP using MinGW GCC/Win32 compiler.
29
29