-
Notifications
You must be signed in to change notification settings - Fork 79
Propeller Object License (MIT)
All source code in the libraries (a.k.a. Propeller Object Exchange) section of the Parallax Propeller Repository is provided under the MIT License. Submission of objects to, and downloading of objects from, this Object Exchange repository constitutes your understanding of the MIT License and acceptance of its terms of use. The license template is presented below and should be included in all newly submitted and revised objects.
Whoever uses this code may use it free of charge in any manner they choose, both for commercial and non-commercial uses, so long as the copyright of the code is maintained. The copyright holder assumes no liability for any use of the code.
The following may be copied/pasted into source. Variations for formatting/spacing purposes are acceptable as long as terms of use wording remains the same.
Remember to replace "<items>" with appropriate info.
{{
Copyright (c) <year> <copyright_holders>
See end of file for terms of use.
}}
We recommend placing the copyright statement near the top of source code. The nearby "See end of file..." statement reduces top-of-code clutter and allows the placement of terms of use at the end of the file.
{{
+─────────────────────────────────────────────────────────────────────────────────────────+
│ TERMS OF USE: MIT License │
+─────────────────────────────────────────────────────────────────────────────────────────+
│Permission is hereby granted, free of charge, to any person obtaining a copy of this │
│software and associated documentation files (the "Software"), to deal in the Software │
│without restriction, including without limitation the rights to use, copy, modify, merge,│
│publish, distribute, sublicense, and/or sell copies of the Software, and to permit │
│persons to whom the Software is furnished to do so, subject to the following conditions: │
│ │
│The above copyright notice and this permission notice shall be included in all copies or │
│substantial portions of the Software. │
│ │
│THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESSED OR IMPLIED, │
│INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY, FITNESS FOR A PARTICULAR │
│PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE AUTHORS OR COPYRIGHT HOLDERS BE LIABLE│
│FOR ANY CLAIM, DAMAGES OR OTHER LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR │
│OTHERWISE, ARISING FROM, OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER │
│DEALINGS IN THE SOFTWARE. │
+─────────────────────────────────────────────────────────────────────────────────────────+
}}
We recommend placing the terms of use statement at the very end of source code.