Skip to content

Instantly share code, notes, and snippets.

@GoodnightSam
Created January 27, 2026 01:58
Show Gist options
  • Select an option

  • Save GoodnightSam/156d5b559d6672f30a2df97f60d5ae58 to your computer and use it in GitHub Desktop.

Select an option

Save GoodnightSam/156d5b559d6672f30a2df97f60d5ae58 to your computer and use it in GitHub Desktop.
Rockwood EULA
<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="UTF-8">
<meta name="viewport" content="width=device-width, initial-scale=1.0">
<title>End User License Agreement - Rockwood Accounting</title>
<style>
body { font-family: Arial, sans-serif; max-width: 800px; margin: 40px auto; padding: 20px; line-height: 1.6; }
h1 { color: #333; }
h2 { color: #555; margin-top: 30px; }
</style>
</head>
<body>
<h1>End User License Agreement - Rockwood Accounting Automation</h1>
<p><strong>Last Updated:</strong> January 26, 2026</p>
<h2>Agreement</h2>
<p>This application is a private integration developed for and used exclusively by Rockwood Property Management.</p>
<h2>License</h2>
<p>This software is for internal use only and is not licensed for distribution.</p>
<h2>Disclaimer</h2>
<p>This application is provided "as is" for internal accounting purposes.</p>
<h2>Contact</h2>
<p>For questions, contact the application owner directly.</p>
</body>
</html>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment