# Project License Overview – Daily Wellness Empowerment Program (DWEP)

Unless otherwise noted, all source code, configuration files, images, and other original materials in this project are **licensed under the Mozilla Public License, v. 2.0**. You may find a copy of the MPL in the source code: `./MPL.txt`

This default license applies to all such original materials authored by Tord Dellsén.  
© 2025 Tord Dellsén. All rights reserved under the terms of the MPL v2.0.

This includes (but is not limited to) files such as:
- JavaScript source files
- HTML and CSS files. (An important exception is the `./course-contents.html` file, see below for more information. Also please note that the `./index.html` includes embedded third party svg icons)
- Shell scripts
- Project icons created by the author (importantly most icons are created by third parties and licensed differently)

**Exceptions to this default license — such as third-party libraries, fonts, and wellness content — are noted below and in the source code where used, or in the case of the files in the `icons/` directory, noted in the `icons/LICENSE.txt` file.**

Many (but not all) files governed by this license includes an MPL license header at the top. (For practical reasons the MPL license header has not been - or can not be - included for files such as `./package.json`, `./dwep-app.webmanifest`, and other configuration files).

Below are the exceptions to the default license:


## 1. Wellness Course Content (Promise’s Material)

The file `./course-contents.html` contains original wellness instructional content authored by Promise from mentalhealthrevolution.org.

© 2025 Promise from mentalhealthrevolution.org. All rights reserved.

This content is **proprietary and not open source**. Reuse, modification, or redistribution is not permitted without explicit permission from the author.


## 2. Third-Party embedded SVG Icons

This project includes third-party SVG icons under separate licenses. All of those icons are embedded in the `./index.html` file, and they are individually marked with attribution comments where used.

The icons are under various licenses including Lucide’s ISC license and other licenses (such as Iconfinder Basic License or Creative Commons). Each icon is embedded directly in `./index.html` with its license and creator attribution included in comments.


## 3. SVG Icon files

There are mulitple icons in the `icons/` directory. Please see the file `icons/LICENSE.txt` for the licenses for the different files


## 4. Fonts

This project uses the **Gauntlet** font for the “Daily Wellness Empowerment Program” logo:

> For the 'Daily Wellness Empowerment Program' logo we use the Gauntlet font (donationware)  
© Dimitri Castrique — www.thebend.be

This font is used with explicit permission from the creator solely for this project. Inclusion in this project does not grant any rights for reuse or redistribution.

(Other than the Gauntlet font, we simply use standard/included/system fonts)


## 5. Included Library Code

This project includes the [`idb`](https://github.com/jakearchibald/idb) library, which is copied directly into the codebase.

• License: ISC  
• Author: Jake Archibald  
• See: `./idb/LICENSE` (included in the source)


***


## General notes

Attribution is also provided in-app via a GUI panel accessible to users. This attribution is for visibility and transparency and complements the required license notices in the codebase.

Contributions to this project are assumed to be licensed under the MPL v2.0 unless otherwise agreed in writing.

***

Last updated: 2025-09-04
