Skip to content

Commit cecb213

Browse files
committed
Update README
1 parent 45a96de commit cecb213

File tree

1 file changed

+7
-3
lines changed

1 file changed

+7
-3
lines changed

README.md

Lines changed: 7 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -32,6 +32,12 @@ Due to its open-source nature, modular design and usage of the Rust programming
3232
language, OpenEMC is easy to extend and adapt to a wide variety of boards
3333
and applications.
3434

35+
## Commercial Licensing and Support
36+
37+
While OpenEMC is open-source, we offer commercial licenses, professional support, and custom development services for businesses that require a robust, production-ready solution without the obligations of the GPLv3 license. A commercial license allows you to keep your hardware-specific modifications private.
38+
39+
**[Learn more about our commercial offerings and contact us for a quote.](mailto:openemc@surban.net)**
40+
3541
## Evaluation and development
3642

3743
The easiest method to evaluate and hack on OpenEMC is to get an STM32F103
@@ -130,6 +136,7 @@ Corresponding to these operations the board-specific functions `Board::io_read`,
130136
An example is provided in the board file `stm_nucleo_f103rb.rs` together with the host-side code
131137
in `board-io-test`.
132138

139+
133140
## License
134141

135142
The OpenEMC firmware is released under the [GNU GPL version 3],
@@ -140,8 +147,5 @@ The OpenEMC drivers are released under the [GNU GPL version 2] or later,
140147
following the standard license of the Linux kernel.
141148
This also requires you to publish all changes you make to the OpenEMC drivers.
142149

143-
Commercial licensing options without these restrictions are available.
144-
[Please contact us for licensing details.](mailto:surban@surban.net).
145-
146150
[GNU GPL version 2]: https://www.gnu.org/licenses/old-licenses/gpl-2.0.txt
147151
[GNU GPL version 3]: https://www.gnu.org/licenses/gpl-3.0.txt

0 commit comments

Comments
 (0)