Skip to content

Commit 4bca3ec

Browse files
Updates to use AGPL-3.0 license in the app
Signed-off-by: Cole Gentry <peapod2007@gmail.com>
1 parent 4aba1f3 commit 4bca3ec

9 files changed

Lines changed: 670 additions & 9 deletions

File tree

CONTRIBUTING.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -485,7 +485,7 @@ Contributors are recognized in:
485485

486486
## License
487487

488-
By contributing to UltraLog, you agree that your contributions will be licensed under the MIT License.
488+
By contributing to UltraLog, you agree that your contributions will be licensed under the GNU Affero General Public License v3.0 (AGPL-3.0).
489489

490490
---
491491

Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@ version = "1.4.0"
44
edition = "2021"
55
description = "A high-performance ECU log viewer written in Rust"
66
authors = ["Cole Gentry"]
7-
license = "MIT"
7+
license = "AGPL-3.0"
88
repository = "https://github.com/SomethingNew71/UltraLog"
99
readme = "README.md"
1010
keywords = ["ecu", "datalog", "haltech", "automotive", "tuning"]

LICENSE.md

Lines changed: 661 additions & 0 deletions
Large diffs are not rendered by default.

README.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@
55
A high-performance, cross-platform ECU log viewer written in Rust.
66

77
![CI](https://github.com/SomethingNew71/UltraLog/actions/workflows/ci.yml/badge.svg)
8-
![License](https://img.shields.io/badge/license-MIT-blue.svg)
8+
![License](https://img.shields.io/badge/license-AGPL--3.0-blue.svg)
99
![Version](https://img.shields.io/badge/version-1.4.0-green.svg)
1010

1111
---
@@ -488,7 +488,7 @@ UltraLog/
488488

489489
## License
490490

491-
MIT License - see [LICENSE](LICENSE) for details.
491+
This project is licensed under the GNU Affero General Public License v3.0 (AGPL-3.0) - see the [LICENSE](LICENSE.md) file for details.
492492

493493
---
494494

SECURITY.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -212,4 +212,4 @@ For security concerns, contact the maintainer:
212212

213213
## License
214214

215-
This security policy is part of the UltraLog project and is covered under the MIT License.
215+
This security policy is part of the UltraLog project and is covered under the GNU Affero General Public License v3.0 (AGPL-3.0).

docs/index.html

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -890,7 +890,7 @@ <h2>Supported ECUs</h2>
890890
Discussions</a>
891891
</div>
892892
<p class="copyright">
893-
MIT License &copy; 2024 Cole Gentry
893+
AGPL-3.0 License &copy; 2024 Cole Gentry
894894
</p>
895895
</footer>
896896
</div>

exampleLogs/rusefi/Log1.mlg

1.79 MB
Binary file not shown.

wiki/FAQ.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,7 @@ UltraLog is a high-performance, cross-platform desktop application for viewing a
1212

1313
### Is UltraLog free?
1414

15-
Yes, UltraLog is free and open source under the MIT license. You can use it for personal or commercial purposes.
15+
Yes, UltraLog is free and open source under the AGPL-3.0 license. You can use it for personal or commercial purposes, with the requirement that modifications must be shared under the same license.
1616

1717
### What platforms does UltraLog support?
1818

@@ -212,7 +212,7 @@ UltraLog is written in Rust using the egui/eframe GUI framework.
212212

213213
### Is UltraLog open source?
214214

215-
Yes, UltraLog is open source under the MIT license. The source code is available at [GitHub](https://github.com/SomethingNew71/UltraLog).
215+
Yes, UltraLog is open source under the AGPL-3.0 license. The source code is available at [GitHub](https://github.com/SomethingNew71/UltraLog).
216216

217217
### Can I contribute to UltraLog?
218218

wiki/Home.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -54,7 +54,7 @@ UltraLog is a high-performance, cross-platform desktop application for viewing a
5454
## Version Information
5555

5656
- **Current Version:** 1.4.0
57-
- **License:** MIT
57+
- **License:** AGPL-3.0
5858
- **Author:** Cole Gentry
5959

6060
## Related Projects

0 commit comments

Comments
 (0)