license.html (2981B)
1 <html> 2 <head> 3 <meta name="viewport" content="width=device-width, initial-scale=1.0" /> 4 <meta http-equiv="Content-Type" content="text/html; charset=UTF-8" /> 5 <meta http-equiv="Content-Language" content="en" /> 6 <title>skalibs: license</title> 7 <meta name="Description" content="skalibs: license" /> 8 <meta name="Keywords" content="skalibs license isc free documentation" /> 9 <!-- <link rel="stylesheet" type="text/css" href="//skarnet.org/default.css" /> --> 10 </head> 11 <body> 12 13 <p> 14 <a href="index.html">skalibs</a><br /> 15 <a href="//skarnet.org/software/">Software</a><br /> 16 <a href="//skarnet.org/">skarnet.org</a> 17 </p> 18 19 <h1> skalibs license </h1> 20 21 <h2> Source code </h2> 22 23 <p> 24 The skalibs source code from skalibs is released under the 25 <a href="https://en.wikipedia.org/wiki/ISC_license">ISC license</a>, 26 the text of which can be found in the COPYING file enclosed in the 27 package. 28 </p> 29 30 <p> 31 The license has been chosen for its simplicity - it's short 32 and to the point - and above all its permissivity. There is nothing 33 legitimate you should not be able to do with the skalibs code. If 34 the license somehow stands in the way, please let me know. 35 </p> 36 37 <h2> Documentation </h2> 38 39 <p> 40 However, the skalibs <em>documentation</em>, which you are currently 41 reading, and which is available in the <tt>doc/</tt> subdirectory of 42 the official skalibs tarball, is <strong>not</strong> provided under 43 the same license. 44 </p> 45 46 <p> 47 The license for the skalibs documentation is more restrictive than 48 the license for the source code. Namely: 49 </p> 50 51 <ul> 52 <li> The exact same disclaimer applies. </li> 53 <li> You have the right to download, use and modify the documentation. </li> 54 <li> You have the right to distribute <em>unmodified</em> copies of the documentation. </li> 55 <li> You have the right to distribute <em>modified</em> copies of the documentation, 56 provided that: 57 <ul> 58 <li> The contents and links (not necessarily the appearance) of this file, 59 <a href="license.html">license.html</a>, are <em>left unmodified</em>; </li> 60 <li> On your documentation's <a href="index.html">main page</a>, 61 you explicitly state that the documentation has been modified, and you 62 set up a 63 <a href="//skarnet.org/software/skalibs/">link to the original 64 skalibs site</a>, explicitly stating that the original software and 65 documentation can be found there; </li> 66 <li> The parts of the documentation that you have modified are 67 <em>unarguably and undeniably distinguishable</em> from the unmodified parts. 68 You can, for instance, use a different text color, different background 69 color, or different text font. </li> 70 </ul> 71 </li> 72 </ul> 73 74 <p> 75 <em>I am aware that the previous restrictions sound completely 76 ridiculous while the official skalibs documentation is incomplete. 77 As of 2.14.2.0, I'm not going to enforce those restrictions, but if you're 78 going to provide documentation for skalibs, don't keep it to yourself, 79 please send it to me instead. :-) </em> 80 </p> 81 82 </body> 83 </html>