Skip to content

Commit 2a8ec87

Browse files
committed
Correct licensing information
1 parent 4c2be28 commit 2a8ec87

File tree

2 files changed

+39
-21
lines changed

2 files changed

+39
-21
lines changed

wd_core.au3

Lines changed: 20 additions & 11 deletions
Original file line numberDiff line numberDiff line change
@@ -41,20 +41,29 @@
4141

4242
#Region Copyright
4343
#cs
44-
* WD_Core.au3
44+
* WD_Core.au3
4545
*
46-
* This program is free software; you can redistribute it and/or
47-
* modify it under the terms of the GNU General Public License
48-
* as published by the Free Software Foundation; either version 2
49-
* of the License, or any later version.
46+
* MIT License
5047
*
51-
* This program is distributed in the hope that it will be useful,
52-
* but WITHOUT ANY WARRANTY; without even the implied warranty of
53-
* MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
54-
* GNU General Public License for more details.
48+
* Copyright (c) 2018 Dan Pollak
5549
*
56-
* You should have received a copy of the GNU General Public License
57-
* along with this program; if not, see <https://www.gnu.org/licenses/>.
50+
* Permission is hereby granted, free of charge, to any person obtaining a copy
51+
* of this software and associated documentation files (the "Software"), to deal
52+
* in the Software without restriction, including without limitation the rights
53+
* to use, copy, modify, merge, publish, distribute, sublicense, and/or sell
54+
* copies of the Software, and to permit persons to whom the Software is
55+
* furnished to do so, subject to the following conditions:
56+
*
57+
* The above copyright notice and this permission notice shall be included in all
58+
* copies or substantial portions of the Software.
59+
*
60+
* THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR
61+
* IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,
62+
* FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE
63+
* AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER
64+
* LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM,
65+
* OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE
66+
* SOFTWARE.
5867
#ce
5968
#EndRegion Copyright
6069

wd_helper.au3

Lines changed: 19 additions & 10 deletions
Original file line numberDiff line numberDiff line change
@@ -5,18 +5,27 @@
55
#cs
66
* WD_Helper.au3
77
*
8-
* This program is free software; you can redistribute it and/or
9-
* modify it under the terms of the GNU General Public License
10-
* as published by the Free Software Foundation; either version 2
11-
* of the License, or any later version.
8+
* MIT License
129
*
13-
* This program is distributed in the hope that it will be useful,
14-
* but WITHOUT ANY WARRANTY; without even the implied warranty of
15-
* MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
16-
* GNU General Public License for more details.
10+
* Copyright (c) 2018 Dan Pollak
1711
*
18-
* You should have received a copy of the GNU General Public License
19-
* along with this program; if not, see <https://www.gnu.org/licenses/>.
12+
* Permission is hereby granted, free of charge, to any person obtaining a copy
13+
* of this software and associated documentation files (the "Software"), to deal
14+
* in the Software without restriction, including without limitation the rights
15+
* to use, copy, modify, merge, publish, distribute, sublicense, and/or sell
16+
* copies of the Software, and to permit persons to whom the Software is
17+
* furnished to do so, subject to the following conditions:
18+
*
19+
* The above copyright notice and this permission notice shall be included in all
20+
* copies or substantial portions of the Software.
21+
*
22+
* THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR
23+
* IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,
24+
* FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE
25+
* AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER
26+
* LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM,
27+
* OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE
28+
* SOFTWARE.
2029
#ce
2130
#EndRegion Copyright
2231

0 commit comments

Comments
 (0)