diff --git a/app/config.yml b/app/config.yml index abd3e28..6921e0b 100644 --- a/app/config.yml +++ b/app/config.yml @@ -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" diff --git a/app/index.html b/app/index.html index ec1b13e..b578f04 100644 --- a/app/index.html +++ b/app/index.html @@ -1,3 +1,8 @@ + diff --git a/docs/admin-guide.md b/docs/admin-guide.md index 175f356..2347d6e 100644 --- a/docs/admin-guide.md +++ b/docs/admin-guide.md @@ -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. diff --git a/docs/developer-guide.md b/docs/developer-guide.md index 173131e..984fc26 100644 --- a/docs/developer-guide.md +++ b/docs/developer-guide.md @@ -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 ``` diff --git a/docs/user-guide.md b/docs/user-guide.md index 10f11f5..7b37bc7 100644 --- a/docs/user-guide.md +++ b/docs/user-guide.md @@ -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.