Files
pilotclient/resources/share/legal/cla.html
2017-05-05 22:40:20 +01:00

16 lines
557 B
HTML

<!DOCTYPE html>
<html>
<head>
<meta charset="UTF-8">
<link rel="stylesheet" type="text/css" href="style.css">
<title>swift CLA</title>
</head>
<body>
<h1>swift CLA</h1>
<ul>
<li>Read on <a href="https://en.wikipedia.org/wiki/Contributor_License_Agreement" target="_blank">Wikipedia</a> what a CLA is and why it is needed.
<li>You need to register with our <a href="https://dev.swift-project.org/" target="_blank">development site</a>
<li>Then you need to sign the CLA <a href="https://dev.swift-project.org/L1" target="_blank">here</a>
</ul>
</body>
</html>