# HG changeset patch # User Matti Hamalainen # Date 1525707415 -10800 # Node ID 20ce1339f36b3dc70f366260f33e20f5e9a76c56 # Parent 07d837442c5523bdc8a28406099fd1891e73ef1b Remove text format copyright / license information in favour of the "HTML" formatted one. diff -r 07d837442c55 -r 20ce1339f36b COPYING --- a/COPYING Wed Apr 11 12:42:11 2018 +0300 +++ /dev/null Thu Jan 01 00:00:00 1970 +0000 @@ -1,43 +0,0 @@ -Syntilista - debt list/management database program -================================================== -Programmed and designed by Matti 'ccr' Hämäläinen -(C) Copyright 2017-2018 Tecnic Software productions (TNSP) - - -Redistribution and use in source and binary forms, with or without -modification, are permitted provided that the following conditions -are met: - - 1. Redistributions of source code must retain the above copyright - notice, this list of conditions and the following disclaimer. - - 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. - - 3. The name of the author may not be used to endorse or promote - products derived from this software without specific prior written - permission. - -THIS SOFTWARE IS PROVIDED BY THE AUTHOR "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 AUTHOR 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. - - -Qt 5 framework -============== -This software ("Syntilista") uses the cross-platform Qt 5 application -framework, licensed under GNU Lesser General Public License version 3 -(LGPL v3). Please refer to Qt and GNU websites for more information. - -https://www.qt.io/ -https://www.gnu.org/licenses/lgpl-3.0.en.html diff -r 07d837442c55 -r 20ce1339f36b COPYING.html --- a/COPYING.html Wed Apr 11 12:42:11 2018 +0300 +++ b/COPYING.html Mon May 07 18:36:55 2018 +0300 @@ -1,15 +1,9 @@ -

Qt 5 framework

+

Syntilista license

-This software ("Syntilista") uses the cross-platform Qt 5 application -framework, licensed under GNU Lesser General Public License version 3 -(LGPL v3). Please refer to Qt and GNU websites for more information. -

-

-https://www.qt.io/ -https://www.gnu.org/licenses/lgpl-3.0.en.html +Programmed and designed by Matti 'ccr' Hämäläinen <ccr@tnsp.org>
+(C) Copyright 2017-2018 Tecnic Software productions (TNSP)

-

Syntilista license

Redistribution and use in source and binary forms, with or without modification, are permitted provided that the following conditions are met: @@ -42,3 +36,15 @@ IN ANY WAY OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE.

+ +

Qt 5 framework

+

+This software ("Syntilista") uses the cross-platform Qt 5 application +framework, licensed under GNU Lesser General Public License version 3 +(LGPL v3). Please refer to Qt and GNU websites for more information. +

+

+https://www.qt.io/ +https://www.gnu.org/licenses/lgpl-3.0.en.html +

+ diff -r 07d837442c55 -r 20ce1339f36b build-win32.sh --- a/build-win32.sh Wed Apr 11 12:42:11 2018 +0300 +++ b/build-win32.sh Mon May 07 18:36:55 2018 +0300 @@ -51,7 +51,7 @@ done cp -f "$BUILDPATH/Syntilista.exe" "$TARGET" - unix2dos -n "COPYING" "$TMPFILE" && cp -f "$TMPFILE" "$TARGET/COPYING.txt" + unix2dos -n "COPYING.html" "$TMPFILE" && cp -f "$TMPFILE" "$TARGET/COPYING.txt" rm -f "$TMPFILE" return 0 }