From 828eec5e0dc609688da0f47c32f08072a7c3c851 Mon Sep 17 00:00:00 2001 From: Mark Qvist Date: Wed, 16 Apr 2025 01:30:11 +0200 Subject: [PATCH] Cleanup --- Contributing.md | 2 +- Examples/ExampleInterface.py | 2 -- 2 files changed, 1 insertion(+), 3 deletions(-) diff --git a/Contributing.md b/Contributing.md index fe818d8..9e81708 100644 --- a/Contributing.md +++ b/Contributing.md @@ -40,4 +40,4 @@ Pull requests have a high chance of being accepted if they are: Even new ideas and proposals that have not been approved by a maintainer, or fall outside the established roadmap, are *occasionally* accepted - if they possess the remaining of the above qualities. If not, they will be closed and removed without comments or explanation. -By contributing code to this project, you agree that copyright for the code is transferred to the Reticulum maintainers and that the code is irrevocably placed under the [MIT license](./LICENSE). +By contributing code to this project, you agree that copyright for the code is transferred to the Reticulum maintainers and that the code is irrevocably placed under the [Reticulum License](./LICENSE). diff --git a/Examples/ExampleInterface.py b/Examples/ExampleInterface.py index 6786e7c..2ddfa1e 100644 --- a/Examples/ExampleInterface.py +++ b/Examples/ExampleInterface.py @@ -1,5 +1,3 @@ -# MIT License - Copyright (c) 2024 Mark Qvist / unsigned.io - # This example illustrates creating a custom interface # definition, that can be loaded and used by Reticulum at # runtime. Any number of custom interfaces can be created