License update to 2.55
This commit is contained in:
parent
1c97dac863
commit
bd5dd23527
27
LICENSE
27
LICENSE
|
@ -1,30 +1,29 @@
|
||||||
phpCSV Guestbook
|
sshch
|
||||||
|
|
||||||
phpCSV Guestbook is released under the DWTW license.
|
sshch is released under the DWTW license
|
||||||
|
|
||||||
This program is free software; you can redistribute it and/or modify it under the terms of the Do What Thou Wilt License.
|
This program is free software; you can redistribute it and/or modify it under the terms of the Do What Thou Wilt License.
|
||||||
|
|
||||||
DO WHAT THAU WILT
|
Boundless Public License
|
||||||
|
DO WHAT THOU WILT
|
||||||
TO PUBLIC LICENSE
|
TO PUBLIC LICENSE
|
||||||
|
|
||||||
Version 2.5
|
Version 2.55
|
||||||
|
|
||||||
Everyone is permitted to copy and distribute verbatim or modified copies of this license document, and changing it is allowed as long as the name is changed.
|
Everyone is permitted to copy and distribute verbatim or modified copies of this license document, and changing it in full or in part is allowed without any restrictions.
|
||||||
|
|
||||||
TERMS AND CONDITIONS FOR COPYING, DISTRIBUTION AND MODIFICATION
|
TERMS AND CONDITIONS FOR COPYING, DISTRIBUTION AND MODIFICATION
|
||||||
|
|
||||||
0. Do what thou wilt shall be the whole of the Law.
|
0. Do what thou wilt shall be the whole of the Law.
|
||||||
|
|
||||||
Anyone is allowed to copy and distribute the copies of this license agreement in whole or in part, as well as modify it without any other limitations.
|
DWTWL – a license with a single requirement: DO WHAT THOU WILT
|
||||||
|
|
||||||
DWTW – a license with a single requirement: DO WHAT THOU WILT
|
The license provides more freedom than any other one (such as GPL or BSD) and does not require saving the license text on copying.
|
||||||
|
|
||||||
The license provides more freedom than any other one (such as GPL or BSD) and does not require saving the license text on copying.
|
DWTWL – an accomplished and eligible license for free text, code and any other symbols (including the software, documentation and artwork).
|
||||||
|
|
||||||
DWTW – an accomplished and eligible license for free text (including the software, documentation and artwork).
|
The license does not contain a "no warranty" clause. DWTWL can be used in countries that do not legally acknowledge the transition to public domain.
|
||||||
|
|
||||||
The license does not contain "no warranty" clause. DWTW can be used in countries that do not legally acknowledge the transition to public domain.
|
Summary:
|
||||||
|
|
||||||
Summary:
|
An author-creator gives their source code to the world for free, without becoming distracted by worldly thinking regarding how and why the others will use it.
|
||||||
|
|
||||||
An author-creator gives his or her source code to the world for free, without becoming distracted by worldly thinking regarding how and why the others will use it.
|
|
||||||
|
|
|
@ -1,7 +1,7 @@
|
||||||
/**
|
/**
|
||||||
* anthrstlsht.css (another style sheet) v0.81-phpcsvguestbook
|
* anthrstlsht.css (another style sheet) v0.81-phpcsvguestbook
|
||||||
* https://github.com/zlaxy/anthrstlsht
|
* https://github.com/zlaxy/anthrstlsht
|
||||||
* DWTWL 2.5 license: https://soundragon.su/license/license.html
|
* DWTWL 2.55 license: https://soundragon.su/license/license.html
|
||||||
* fonts connection: http://font.ubuntu.com/web/ , for example:
|
* fonts connection: http://font.ubuntu.com/web/ , for example:
|
||||||
* <link rel="stylesheet" type="text/css" href="http://fonts.googleapis.com/css?family=Ubuntu:regular&subset=Latin,Cyrillic">
|
* <link rel="stylesheet" type="text/css" href="http://fonts.googleapis.com/css?family=Ubuntu:regular&subset=Latin,Cyrillic">
|
||||||
*/
|
*/
|
||||||
|
|
|
@ -3,7 +3,7 @@
|
||||||
* Main program file of PHPCSV Guestbook
|
* Main program file of PHPCSV Guestbook
|
||||||
* See settings.php for configuration.
|
* See settings.php for configuration.
|
||||||
* Edit page.php for change appearance.
|
* Edit page.php for change appearance.
|
||||||
* See license.txt for licensing information.
|
* See LICENSE for licensing information.
|
||||||
*/
|
*/
|
||||||
session_start();
|
session_start();
|
||||||
include "settings.php";
|
include "settings.php";
|
||||||
|
|
Loading…
Reference in New Issue