blob: 3357702a36ac2e8a3b43c7fe0ce7989165abc6ad (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
|
<!DOCTYPE html>
<html>
<head>
<meta charset="utf-8">
<title>Good Choices License</title>
<style>
body{max-width:78ch;padding:2ch;margin:auto;font:24px serif;}
h1{font-size:2em;}
</style>
</head>
<body>
<h1>Good Choices License</h1>
<p>Everyone is permitted to do whatever they like with this software
without limitation. This software comes without any warranty
whatsoever, but with two pieces of advice:</p>
<ul>
<li>Be kind to yourself.</li>
<li>Make good choices.</li>
</ul>
</body>
</html>
|