Add copyright and custom build notice to all source and doc files

https://claude.ai/code/session_01BT9uLi8S6BAVgpvU9ekgeS
This commit is contained in:
Claude 2026-05-27 03:50:24 +00:00
parent 0a5adb24fd
commit 65bd989597
No known key found for this signature in database
5 changed files with 28 additions and 0 deletions

View file

@ -1,6 +1,11 @@
# =============================================================================
# Reimbursement Form — Configuration
# =============================================================================
#
# Copyright 2026 Kristian Benestad. Licensed under the Apache License, Version 2.0. See LICENSE for more information.
#
# This is a custom build of kbenestad/reimburse for Boat People SOS and People Serving People Foundation.
#
# Organization
organization: "Center for Asylum Protection"

View file

@ -1,3 +1,8 @@
<!--
Copyright 2026 Kristian Benestad. Licensed under the Apache License, Version 2.0. See LICENSE for more information.
This is a custom build of kbenestad/reimburse for Boat People SOS and People Serving People Foundation.
-->
<!DOCTYPE html>
<html lang="en">
<head>

View file

@ -4,6 +4,12 @@ This guide is for the person responsible for deploying and configuring the reimb
---
> Copyright 2026 Kristian Benestad. Licensed under the Apache License, Version 2.0. See LICENSE for more information.
>
> This is a custom build of kbenestad/reimburse for Boat People SOS and People Serving People Foundation.
---
## Architecture
The application is a static web app — a single HTML file that loads a YAML configuration file at runtime. There is no server-side logic, no database, and no build step.

View file

@ -4,6 +4,12 @@ This guide is for developers who want to fork, extend, or modify the reimburseme
---
> Copyright 2026 Kristian Benestad. Licensed under the Apache License, Version 2.0. See LICENSE for more information.
>
> This is a custom build of kbenestad/reimburse for Boat People SOS and People Serving People Foundation.
---
## Repository layout
```

View file

@ -4,6 +4,12 @@ This guide is for staff submitting expense reimbursement claims.
---
> Copyright 2026 Kristian Benestad. Licensed under the Apache License, Version 2.0. See LICENSE for more information.
>
> This is a custom build of kbenestad/reimburse for Boat People SOS and People Serving People Foundation.
---
## Overview
The reimbursement form runs in your browser. You fill in your expenses, attach receipts, and click one button to download a PDF. No account, login, or internet upload is needed — the PDF is generated entirely on your device.