Files
op-pedal/vite/public/licenses/t3k_license.html
T
Robin E.R. Davies aec88fa9f1 Checkpoint
2026-02-05 11:51:43 -05:00

28 lines
836 B
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="css/roboto.css">
<title>T3k License</title>
<style>
body {
font-family: Roboto,Arial, sans-serif;
margin: 32px;
line-height: 1.6;
}
h6 {
font-size: 1.2em;
margin-bottom: 10px;
}
p {
font-size: 1em;
max-width: 600px;
}
</style>
</head>
<body>
<h6>T3K License</h6>
<p>Users may download and use the data file in software and publish the resulting outputs without royalties or restrictions. However, they may not upload, republish, or distribute the data file without the author's permission.</p>
</body>
</html>