Skip to content

Commit 09bfe71

Browse files
committed
fix license in GUI (same as project license)
1 parent e7e15d6 commit 09bfe71

File tree

1 file changed

+7
-12
lines changed

1 file changed

+7
-12
lines changed

wonambi/bin/scroll_data.py

+7-12
Original file line numberDiff line numberDiff line change
@@ -220,20 +220,15 @@ def about(self):
220220
'<a href="http://www.gpiantoni.com">Gio Piantoni</a>, '
221221
"Jordan O'Byrne"
222222
'</p><p>'
223-
'This program is free software: you can redistribute it '
224-
'and/or modify it under the terms of the GNU General Public '
225-
'License as published by the Free Software Foundation, either '
226-
'version 3 of the License, or (at your option) any later version.'
223+
'Redistribution and use in source and binary forms, with or without modification, are permitted provided that the following conditions are met:'
227224
'</p><p>'
228-
'This program is distributed in the hope that it will be useful, '
229-
'but WITHOUT ANY WARRANTY; without even the implied warranty of '
230-
'MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the '
231-
'GNU General Public License for more details.'
225+
'1. Redistributions of source code must retain the above copyright notice, this list of conditions and the following disclaimer.'
232226
'</p><p>'
233-
'You should have received a copy of the GNU General Public '
234-
'License along with this program. If not, see '
235-
'<a href="http://www.gnu.org/licenses/">'
236-
'http://www.gnu.org/licenses/</a>.'
227+
'2. Redistributions in binary form must reproduce the above copyright notice, this list of conditions and the following disclaimer in the documentation and/or other materials provided with the distribution.'
228+
'</p><p>'
229+
'3. Neither the name of the copyright holder nor the names of its contributors may be used to endorse or promote products derived from this software without specific prior written permission.'
230+
'</p><p>'
231+
'THIS SOFTWARE IS PROVIDED BY THE COPYRIGHT HOLDERS AND CONTRIBUTORS "AS IS" AND ANY EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT LIMITED TO, THE IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS FOR A PARTICULAR PURPOSE ARE DISCLAIMED. IN NO EVENT SHALL THE COPYRIGHT HOLDER OR CONTRIBUTORS BE LIABLE FOR ANY DIRECT, INDIRECT, INCIDENTAL, SPECIAL, EXEMPLARY, OR CONSEQUENTIAL DAMAGES (INCLUDING, BUT NOT LIMITED TO, PROCUREMENT OF SUBSTITUTE GOODS OR SERVICES; LOSS OF USE, DATA, OR PROFITS; OR BUSINESS INTERRUPTION) HOWEVER CAUSED AND ON ANY THEORY OF LIABILITY, WHETHER IN CONTRACT, STRICT LIABILITY, OR TORT (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE.'
237232
'</p><p>'
238233
'Other licenses available, contact the author'
239234
'</p>')

0 commit comments

Comments
 (0)