|
1 | 1 | #!/bin/bash
|
2 | 2 | #
|
3 | 3 | # mingw-build.sh
|
4 |
| -# (C) 2016, all rights reserved, |
| 4 | +# (C) 2018, all rights reserved, |
5 | 5 | #
|
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. |
10 | 7 | #
|
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. |
15 | 17 | #
|
16 | 18 | # You should have received a copy of the GNU Lesser General Public License
|
17 | 19 | # 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. |
18 | 34 |
|
19 | 35 | # Script for MinGW/Linux cross compilation.
|
20 | 36 | # NOTE: run wddk-build.bat before this script.
|
|
0 commit comments