-
-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathLICENSE
More file actions
50 lines (39 loc) · 2.53 KB
/
Copy pathLICENSE
File metadata and controls
50 lines (39 loc) · 2.53 KB
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
RP2040Sharp is licensed under the Business Source License 1.1 (BUSL-1.1).
The full license text and parameters are in LICENSE-BUSL.txt. In summary: the
entire project is initially BUSL-1.1 and automatically converts to the MIT
License (the Change License) on the Change Date. Non-commercial, personal,
hobby, educational, academic, evaluation and open-source use is free of charge;
Commercial Use requires a separate commercial license (see LICENSE-BUSL.txt).
RP2040Sharp is © 2024-2026 Iván Montiel Cardona.
Parts of the emulator core reached this project under the MIT License, which is
what permits relicensing them here (that license grants the right to
sublicense). Those parts are:
* Portions derived from rp2040js (https://github.com/wokwi/rp2040js) by
Uri Shaked.
* Contributions by Sergio Domínguez Rojas, made while RP2040Sharp was itself
MIT-licensed and who remains the copyright holder of that work.
As the MIT License requires, the copyright and permission notice covering both
is retained below and must accompany every copy.
RP2040Sharp also embeds the RP2040 bootrom (© Raspberry Pi Trading Ltd,
3-clause BSD). See NOTICE.txt for the full third-party attribution that must
accompany every redistribution.
===============================================================================
MIT License (retained attribution for the portions named above; it does not make
those portions available to you under the MIT License before the Change Date)
Copyright (c) 2021 Uri Shaked
Copyright (c) 2025-2026 Sergio Domínguez Rojas
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, EXPRESS 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.