Skip to content

Commit 5752303

Browse files
committed
Add license to README.md
1 parent af2bf91 commit 5752303

File tree

1 file changed

+21
-0
lines changed

1 file changed

+21
-0
lines changed

README.md

Lines changed: 21 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -46,3 +46,24 @@ source .venv/bin/activate # On Windows: .venv\Scripts\activate
4646

4747
- Run the application - `make run`
4848

49+
## License
50+
51+
The OpenRemote Machine Learning Forecast Service is distributed under [AGPL-3.0-or-later](LICENSE.txt).
52+
53+
```
54+
Copyright 2025, OpenRemote Inc.
55+
56+
This program is free software: you can redistribute it and/or modify
57+
it under the terms of the GNU Affero General Public License as
58+
published by the Free Software Foundation, either version 3 of the
59+
License, or (at your option) any later version.
60+
61+
This program is distributed in the hope that it will be useful,
62+
but WITHOUT ANY WARRANTY; without even the implied warranty of
63+
MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
64+
GNU Affero General Public License for more details.
65+
66+
You should have received a copy of the GNU Affero General Public License
67+
along with this program. If not, see <https://www.gnu.org/licenses/>.
68+
```
69+

0 commit comments

Comments
 (0)