Moved LocoNet trademark notice to README.

Removed copyright notice, does not apply as it is my own implementation.
Dieser Commit ist enthalten in:
Reinder Feenstra 2025-09-03 23:26:39 +02:00
Ursprung 8ce3e728cc
Commit d008df636c
2 geänderte Dateien mit 14 neuen und 6 gelöschten Zeilen

Datei anzeigen

@ -30,6 +30,20 @@ The project goal is to develop open source software that can control everything
See [BUILDING.md](BUILDING.md).
## Legal Notes
This project includes an independent implementation of the LocoNet® protocol,
based on reverse engineering and publicly observable behavior.
It does not use or include Digitraxs confidential documentation.
If you have signed an NDA with Digitrax regarding LocoNet, **you cannot
contribute to the LocoNet-related parts of this project**, as that would risk
contaminating the open source implementation with NDA-covered information.
## Trademarks
LocoNet® is a registered trademark of Digitrax, Inc.
This project is not affiliated with, endorsed by, or connected to Digitrax.
## Contributors

Datei anzeigen

@ -20,12 +20,6 @@
* Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301, USA.
*/
/**
* Portions Copyright (C) Digitrax Inc.
*
* LocoNet is a registered trademark of DigiTrax, Inc.
*/
#ifndef TRAINTASTIC_SERVER_HARDWARE_PROTOCOL_LOCONET_MESSAGES_HPP
#define TRAINTASTIC_SERVER_HARDWARE_PROTOCOL_LOCONET_MESSAGES_HPP