24 lines
No EOL
1.3 KiB
HTML
24 lines
No EOL
1.3 KiB
HTML
<!DOCTYPE html>
|
|
<html lang="en">
|
|
<head>
|
|
<meta charset="UTF-8">
|
|
<meta name="viewport" content="width=device-width, initial-scale=1.0">
|
|
<link rel="stylesheet" href="style.css">
|
|
<title>The Cooperative Software License</title>
|
|
</head>
|
|
<body>
|
|
<h1>The Cooperative Software License</h1>
|
|
<article>
|
|
<p>
|
|
The Cooperative Software License (CSL) is a copy-far-left (as opposed to copyleft) license that aims to rectify some of the issues that arise when using a copyleft license such as the GPL, namely, that your work can still be used in some extent by commercial entities and other for-profit ventures. It is based on the <a href="https://wiki.p2pfoundation.net/Peer_Production_License">Peer Production License</a>, and is adapted to be more applicable to software.
|
|
</p>
|
|
<p>
|
|
I am not the author of the CSL. The CSL was created by <a href="https://raddle.me/f/freeAsInFreedom/23971/cooperative-software-license-perma-link-and-updated-version">raddle.me user <strong>jadedctrl</strong></a>. The official source for the CSL can be found <a href="https://coinsh.red/c/">here</a>, this site simply exists to mirror its content.
|
|
</p>
|
|
<p>
|
|
<a href="formatted">View a formatted copy of the CSL</a><br />
|
|
<a href="plain">View the original plaintext version of the CSL (mirrored)</a>
|
|
</p>
|
|
</article>
|
|
</body>
|
|
</html> |