Skip to content

Commit be153ac

Browse files
committed
Fix file missed in last commit.
1 parent 1543e95 commit be153ac

File tree

1 file changed

+25
-9
lines changed

1 file changed

+25
-9
lines changed

mingw-build.sh

Lines changed: 25 additions & 9 deletions
Original file line numberDiff line numberDiff line change
@@ -1,20 +1,36 @@
11
#!/bin/bash
22
#
33
# mingw-build.sh
4-
# (C) 2016, all rights reserved,
4+
# (C) 2018, all rights reserved,
55
#
6-
# This program is free software: you can redistribute it and/or modify
7-
# it under the terms of the GNU Lesser General Public License as published by
8-
# the Free Software Foundation, either version 3 of the License, or
9-
# (at your option) any later version.
6+
# This file is part of WinDivert.
107
#
11-
# This program is distributed in the hope that it will be useful,
12-
# but WITHOUT ANY WARRANTY; without even the implied warranty of
13-
# MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
14-
# GNU Lesser General Public License for more details.
8+
# WinDivert is free software: you can redistribute it and/or modify it under
9+
# the terms of the GNU Lesser General Public License as published by the
10+
# Free Software Foundation, either version 3 of the License, or (at your
11+
# option) any later version.
12+
#
13+
# This program is distributed in the hope that it will be useful, but
14+
# WITHOUT ANY WARRANTY; without even the implied warranty of MERCHANTABILITY
15+
# or FITNESS FOR A PARTICULAR PURPOSE. See the GNU Lesser General Public
16+
# License for more details.
1517
#
1618
# You should have received a copy of the GNU Lesser General Public License
1719
# along with this program. If not, see <http://www.gnu.org/licenses/>.
20+
#
21+
# WinDivert is free software; you can redistribute it and/or modify it under
22+
# the terms of the GNU General Public License as published by the Free
23+
# Software Foundation; either version 2 of the License, or (at your option)
24+
# any later version.
25+
#
26+
# This program is distributed in the hope that it will be useful, but
27+
# WITHOUT ANY WARRANTY; without even the implied warranty of MERCHANTABILITY
28+
# or FITNESS FOR A PARTICULAR PURPOSE. See the GNU General Public License
29+
# for more details.
30+
#
31+
# You should have received a copy of the GNU General Public License along
32+
# with this program; if not, write to the Free Software Foundation, Inc., 51
33+
# Franklin Street, Fifth Floor, Boston, MA 02110-1301, USA.
1834

1935
# Script for MinGW/Linux cross compilation.
2036
# NOTE: run wddk-build.bat before this script.

0 commit comments

Comments
 (0)