Skip to content

Commit 38e6b57

Browse files
committed
add mmbasic license
1 parent f304bca commit 38e6b57

1 file changed

Lines changed: 23 additions & 0 deletions

File tree

Code/PicoMite/README.md

Lines changed: 23 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -13,3 +13,26 @@ cmake ..
1313
make
1414
```
1515
Copy `build/PicoMite.uf2` into picocalc like every pico device
16+
17+
18+
# MMBasic License
19+
20+
```
21+
<COPYRIGHT HOLDERS> Geoff Graham, Peter Mather
22+
Copyright (c) 2021, <COPYRIGHT HOLDERS> All rights reserved.
23+
Redistribution and use in source and binary forms, with or without modification, are permitted provided that the following conditions are met:
24+
1. Redistributions of source code must retain the above copyright notice, this list of conditions and the following disclaimer.
25+
2. Redistributions in binary form must reproduce the above copyright notice, this list of conditions and the following disclaimer
26+
in the documentation and/or other materials provided with the distribution.
27+
3. The name MMBasic be used when referring to the interpreter in any documentation and promotional material and the original copyright message be displayed
28+
on the console at startup (additional copyright messages may be added).
29+
4. All advertising materials mentioning features or use of this software must display the following acknowledgement: This product includes software developed
30+
by the <copyright holder>.
31+
5. Neither the name of the <copyright holder> nor the names of its contributors may be used to endorse or promote products derived from this software
32+
without specific prior written permission.
33+
THIS SOFTWARE IS PROVIDED BY <COPYRIGHT HOLDERS> AS IS AND ANY EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT LIMITED TO, THE IMPLIED WARRANTIES
34+
OF MERCHANTABILITY AND FITNESS FOR A PARTICULAR PURPOSE ARE DISCLAIMED. IN NO EVENT SHALL <COPYRIGHT HOLDERS> BE LIABLE FOR ANY DIRECT,
35+
INDIRECT, INCIDENTAL, SPECIAL, EXEMPLARY, OR CONSEQUENTIAL DAMAGES (INCLUDING, BUT NOT LIMITED TO, PROCUREMENT OF SUBSTITUTE GOODS OR SERVICES;
36+
LOSS OF USE, DATA, OR PROFITS; OR BUSINESS INTERRUPTION) HOWEVER CAUSED AND ON ANY THEORY OF LIABILITY, WHETHER IN CONTRACT, STRICT LIABILITY,
37+
OR TORT (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE.
38+
```

0 commit comments

Comments
 (0)