From 13f5afe6203f9a2d78c32ba1a29c893e347e9399 Mon Sep 17 00:00:00 2001 From: Matt Knight Date: Thu, 25 Apr 2024 18:25:23 -0700 Subject: [PATCH] update license files --- bsp/espressif/esp/LICENSE | 32 +++++++++++++--------------- bsp/espressif/esp/build.zig.zon | 4 ++++ bsp/gigadevice/gd32/LICENSE | 10 ++++----- bsp/gigadevice/gd32/build.zig.zon | 4 ++++ bsp/microchip/atsam/LICENSE | 10 ++++----- bsp/microchip/atsam/build.zig.zon | 3 +++ bsp/microchip/avr/LICENSE | 10 ++++----- bsp/microchip/avr/build.zig.zon | 3 +++ bsp/nordic/nrf5x/LICENSE | 19 +++++++++++++++++ bsp/nordic/nrf5x/build.zig.zon | 4 ++++ bsp/nxp/lpc/LICENSE | 10 ++++----- bsp/nxp/lpc/build.zig.zon | 4 ++++ bsp/raspberrypi/rp2040/build.zig.zon | 1 + bsp/stmicro/stm32/LICENSE | 32 +++++++++++++--------------- bsp/stmicro/stm32/build.zig.zon | 4 ++++ build/LICENSE | 32 +++++++++++++--------------- build/definitions/LICENSE | 32 +++++++++++++--------------- core/LICENSE | 18 +++++++++++----- examples/LICENSE | 21 ------------------ examples/README.md | 3 --- examples/espressif/esp/LICENSE | 19 +++++++++++++++++ examples/gigadevice/gd32/LICENSE | 19 +++++++++++++++++ examples/microchip/atsam/LICENSE | 19 +++++++++++++++++ examples/microchip/avr/LICENSE | 19 +++++++++++++++++ examples/nordic/nrf5x/LICENSE | 19 +++++++++++++++++ examples/nxp/lpc/LICENSE | 19 +++++++++++++++++ examples/raspberrypi/rp2040/LICENSE | 19 +++++++++++++++++ examples/stmicro/stm32/LICENSE | 19 +++++++++++++++++ tools/regz/LICENSE | 32 +++++++++++++--------------- tools/uf2/LICENSE | 19 +++++++++++++++++ 30 files changed, 325 insertions(+), 134 deletions(-) create mode 100644 bsp/nordic/nrf5x/LICENSE delete mode 100644 examples/LICENSE delete mode 100644 examples/README.md create mode 100644 examples/espressif/esp/LICENSE create mode 100644 examples/gigadevice/gd32/LICENSE create mode 100644 examples/microchip/atsam/LICENSE create mode 100644 examples/microchip/avr/LICENSE create mode 100644 examples/nordic/nrf5x/LICENSE create mode 100644 examples/nxp/lpc/LICENSE create mode 100644 examples/raspberrypi/rp2040/LICENSE create mode 100644 examples/stmicro/stm32/LICENSE create mode 100644 tools/uf2/LICENSE diff --git a/bsp/espressif/esp/LICENSE b/bsp/espressif/esp/LICENSE index 4818f98dd..33640972a 100644 --- a/bsp/espressif/esp/LICENSE +++ b/bsp/espressif/esp/LICENSE @@ -1,21 +1,19 @@ -MIT License +Copyright (c) Zig Embedded Group contributors -Copyright (c) 2022 Zig Embedded Group +This software is provided 'as-is', without any express or implied warranty. In +no event will the authors be held liable for any damages arising from the use +of this software. -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: +Permission is granted to anyone to use this software for any purpose, including +commercial applications, and to alter it and redistribute it freely, subject to +the following restrictions: -The above copyright notice and this permission notice shall be included in all -copies or substantial portions of the Software. +1. The origin of this software must not be misrepresented; you must not claim + that you wrote the original software. If you use this software in a product, + an acknowledgment in the product documentation would be appreciated but is + not required. -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. +2. Altered source versions must be plainly marked as such, and must not be + misrepresented as being the original software. + +3. This notice may not be removed or altered from any source distribution. diff --git a/bsp/espressif/esp/build.zig.zon b/bsp/espressif/esp/build.zig.zon index 0616e8678..cc9415b50 100644 --- a/bsp/espressif/esp/build.zig.zon +++ b/bsp/espressif/esp/build.zig.zon @@ -5,7 +5,11 @@ .@"microzig/build" = .{ .path = "../../../build" }, }, .paths = .{ + "LICENSE", + "README.md", "build.zig", "build.zig.zon", + "src", + "docs", }, } diff --git a/bsp/gigadevice/gd32/LICENSE b/bsp/gigadevice/gd32/LICENSE index bcb425d88..33640972a 100644 --- a/bsp/gigadevice/gd32/LICENSE +++ b/bsp/gigadevice/gd32/LICENSE @@ -1,4 +1,4 @@ -Copyright (c) 2022 Zig Embedded Group Contributors +Copyright (c) Zig Embedded Group contributors This software is provided 'as-is', without any express or implied warranty. In no event will the authors be held liable for any damages arising from the use @@ -9,11 +9,11 @@ commercial applications, and to alter it and redistribute it freely, subject to the following restrictions: 1. The origin of this software must not be misrepresented; you must not claim -that you wrote the original software. If you use this software in a product, an -acknowledgment in the product documentation would be appreciated but is not -required. + that you wrote the original software. If you use this software in a product, + an acknowledgment in the product documentation would be appreciated but is + not required. 2. Altered source versions must be plainly marked as such, and must not be -misrepresented as being the original software. + misrepresented as being the original software. 3. This notice may not be removed or altered from any source distribution. diff --git a/bsp/gigadevice/gd32/build.zig.zon b/bsp/gigadevice/gd32/build.zig.zon index 78c8b94d3..d72d88e5b 100644 --- a/bsp/gigadevice/gd32/build.zig.zon +++ b/bsp/gigadevice/gd32/build.zig.zon @@ -5,7 +5,11 @@ .@"microzig/build" = .{ .path = "../../../build" }, }, .paths = .{ + "LICENSE", + "README.md", "build.zig", "build.zig.zon", + "src", + "test", }, } diff --git a/bsp/microchip/atsam/LICENSE b/bsp/microchip/atsam/LICENSE index bcb425d88..33640972a 100644 --- a/bsp/microchip/atsam/LICENSE +++ b/bsp/microchip/atsam/LICENSE @@ -1,4 +1,4 @@ -Copyright (c) 2022 Zig Embedded Group Contributors +Copyright (c) Zig Embedded Group contributors This software is provided 'as-is', without any express or implied warranty. In no event will the authors be held liable for any damages arising from the use @@ -9,11 +9,11 @@ commercial applications, and to alter it and redistribute it freely, subject to the following restrictions: 1. The origin of this software must not be misrepresented; you must not claim -that you wrote the original software. If you use this software in a product, an -acknowledgment in the product documentation would be appreciated but is not -required. + that you wrote the original software. If you use this software in a product, + an acknowledgment in the product documentation would be appreciated but is + not required. 2. Altered source versions must be plainly marked as such, and must not be -misrepresented as being the original software. + misrepresented as being the original software. 3. This notice may not be removed or altered from any source distribution. diff --git a/bsp/microchip/atsam/build.zig.zon b/bsp/microchip/atsam/build.zig.zon index ff82b9ba0..f69289117 100644 --- a/bsp/microchip/atsam/build.zig.zon +++ b/bsp/microchip/atsam/build.zig.zon @@ -5,7 +5,10 @@ .@"microzig/build" = .{ .path = "../../../build" }, }, .paths = .{ + "LICENSE", + "README.md", "build.zig", "build.zig.zon", + "src", }, } diff --git a/bsp/microchip/avr/LICENSE b/bsp/microchip/avr/LICENSE index bcb425d88..33640972a 100644 --- a/bsp/microchip/avr/LICENSE +++ b/bsp/microchip/avr/LICENSE @@ -1,4 +1,4 @@ -Copyright (c) 2022 Zig Embedded Group Contributors +Copyright (c) Zig Embedded Group contributors This software is provided 'as-is', without any express or implied warranty. In no event will the authors be held liable for any damages arising from the use @@ -9,11 +9,11 @@ commercial applications, and to alter it and redistribute it freely, subject to the following restrictions: 1. The origin of this software must not be misrepresented; you must not claim -that you wrote the original software. If you use this software in a product, an -acknowledgment in the product documentation would be appreciated but is not -required. + that you wrote the original software. If you use this software in a product, + an acknowledgment in the product documentation would be appreciated but is + not required. 2. Altered source versions must be plainly marked as such, and must not be -misrepresented as being the original software. + misrepresented as being the original software. 3. This notice may not be removed or altered from any source distribution. diff --git a/bsp/microchip/avr/build.zig.zon b/bsp/microchip/avr/build.zig.zon index e8ed026a5..27717ed0b 100644 --- a/bsp/microchip/avr/build.zig.zon +++ b/bsp/microchip/avr/build.zig.zon @@ -5,7 +5,10 @@ .@"microzig/build" = .{ .path = "../../../build" }, }, .paths = .{ + "LICENSE", + "README.md", "build.zig", "build.zig.zon", + "src", }, } diff --git a/bsp/nordic/nrf5x/LICENSE b/bsp/nordic/nrf5x/LICENSE new file mode 100644 index 000000000..33640972a --- /dev/null +++ b/bsp/nordic/nrf5x/LICENSE @@ -0,0 +1,19 @@ +Copyright (c) Zig Embedded Group contributors + +This software is provided 'as-is', without any express or implied warranty. In +no event will the authors be held liable for any damages arising from the use +of this software. + +Permission is granted to anyone to use this software for any purpose, including +commercial applications, and to alter it and redistribute it freely, subject to +the following restrictions: + +1. The origin of this software must not be misrepresented; you must not claim + that you wrote the original software. If you use this software in a product, + an acknowledgment in the product documentation would be appreciated but is + not required. + +2. Altered source versions must be plainly marked as such, and must not be + misrepresented as being the original software. + +3. This notice may not be removed or altered from any source distribution. diff --git a/bsp/nordic/nrf5x/build.zig.zon b/bsp/nordic/nrf5x/build.zig.zon index 8cbd9ef5c..5d9e3186e 100644 --- a/bsp/nordic/nrf5x/build.zig.zon +++ b/bsp/nordic/nrf5x/build.zig.zon @@ -5,8 +5,12 @@ .@"microzig/build" = .{ .path = "../../../build" }, }, .paths = .{ + "LICENSE", + "README.md", "build.zig", "build.zig.zon", + "src", + "test", }, } diff --git a/bsp/nxp/lpc/LICENSE b/bsp/nxp/lpc/LICENSE index bcb425d88..33640972a 100644 --- a/bsp/nxp/lpc/LICENSE +++ b/bsp/nxp/lpc/LICENSE @@ -1,4 +1,4 @@ -Copyright (c) 2022 Zig Embedded Group Contributors +Copyright (c) Zig Embedded Group contributors This software is provided 'as-is', without any express or implied warranty. In no event will the authors be held liable for any damages arising from the use @@ -9,11 +9,11 @@ commercial applications, and to alter it and redistribute it freely, subject to the following restrictions: 1. The origin of this software must not be misrepresented; you must not claim -that you wrote the original software. If you use this software in a product, an -acknowledgment in the product documentation would be appreciated but is not -required. + that you wrote the original software. If you use this software in a product, + an acknowledgment in the product documentation would be appreciated but is + not required. 2. Altered source versions must be plainly marked as such, and must not be -misrepresented as being the original software. + misrepresented as being the original software. 3. This notice may not be removed or altered from any source distribution. diff --git a/bsp/nxp/lpc/build.zig.zon b/bsp/nxp/lpc/build.zig.zon index e32c046fc..ac098f1e3 100644 --- a/bsp/nxp/lpc/build.zig.zon +++ b/bsp/nxp/lpc/build.zig.zon @@ -5,7 +5,11 @@ .@"microzig/build" = .{ .path = "../../../build" }, }, .paths = .{ + "LICENSE", + "README.md", "build.zig", "build.zig.zon", + "src", + "test", }, } diff --git a/bsp/raspberrypi/rp2040/build.zig.zon b/bsp/raspberrypi/rp2040/build.zig.zon index 8bcb7dc52..f9eea532b 100644 --- a/bsp/raspberrypi/rp2040/build.zig.zon +++ b/bsp/raspberrypi/rp2040/build.zig.zon @@ -12,5 +12,6 @@ "build.zig.zon", "build.zig", "src", + "tools", }, } diff --git a/bsp/stmicro/stm32/LICENSE b/bsp/stmicro/stm32/LICENSE index 4818f98dd..33640972a 100644 --- a/bsp/stmicro/stm32/LICENSE +++ b/bsp/stmicro/stm32/LICENSE @@ -1,21 +1,19 @@ -MIT License +Copyright (c) Zig Embedded Group contributors -Copyright (c) 2022 Zig Embedded Group +This software is provided 'as-is', without any express or implied warranty. In +no event will the authors be held liable for any damages arising from the use +of this software. -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: +Permission is granted to anyone to use this software for any purpose, including +commercial applications, and to alter it and redistribute it freely, subject to +the following restrictions: -The above copyright notice and this permission notice shall be included in all -copies or substantial portions of the Software. +1. The origin of this software must not be misrepresented; you must not claim + that you wrote the original software. If you use this software in a product, + an acknowledgment in the product documentation would be appreciated but is + not required. -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. +2. Altered source versions must be plainly marked as such, and must not be + misrepresented as being the original software. + +3. This notice may not be removed or altered from any source distribution. diff --git a/bsp/stmicro/stm32/build.zig.zon b/bsp/stmicro/stm32/build.zig.zon index 480a7ebe1..2b8bae8fc 100644 --- a/bsp/stmicro/stm32/build.zig.zon +++ b/bsp/stmicro/stm32/build.zig.zon @@ -5,7 +5,11 @@ .@"microzig/build" = .{ .path = "../../../build" }, }, .paths = .{ + "LICENSE", + "README.md", "build.zig", "build.zig.zon", + "src", + "test", }, } diff --git a/build/LICENSE b/build/LICENSE index 4818f98dd..33640972a 100644 --- a/build/LICENSE +++ b/build/LICENSE @@ -1,21 +1,19 @@ -MIT License +Copyright (c) Zig Embedded Group contributors -Copyright (c) 2022 Zig Embedded Group +This software is provided 'as-is', without any express or implied warranty. In +no event will the authors be held liable for any damages arising from the use +of this software. -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: +Permission is granted to anyone to use this software for any purpose, including +commercial applications, and to alter it and redistribute it freely, subject to +the following restrictions: -The above copyright notice and this permission notice shall be included in all -copies or substantial portions of the Software. +1. The origin of this software must not be misrepresented; you must not claim + that you wrote the original software. If you use this software in a product, + an acknowledgment in the product documentation would be appreciated but is + not required. -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. +2. Altered source versions must be plainly marked as such, and must not be + misrepresented as being the original software. + +3. This notice may not be removed or altered from any source distribution. diff --git a/build/definitions/LICENSE b/build/definitions/LICENSE index 4818f98dd..33640972a 100644 --- a/build/definitions/LICENSE +++ b/build/definitions/LICENSE @@ -1,21 +1,19 @@ -MIT License +Copyright (c) Zig Embedded Group contributors -Copyright (c) 2022 Zig Embedded Group +This software is provided 'as-is', without any express or implied warranty. In +no event will the authors be held liable for any damages arising from the use +of this software. -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: +Permission is granted to anyone to use this software for any purpose, including +commercial applications, and to alter it and redistribute it freely, subject to +the following restrictions: -The above copyright notice and this permission notice shall be included in all -copies or substantial portions of the Software. +1. The origin of this software must not be misrepresented; you must not claim + that you wrote the original software. If you use this software in a product, + an acknowledgment in the product documentation would be appreciated but is + not required. -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. +2. Altered source versions must be plainly marked as such, and must not be + misrepresented as being the original software. + +3. This notice may not be removed or altered from any source distribution. diff --git a/core/LICENSE b/core/LICENSE index 2a301424d..33640972a 100644 --- a/core/LICENSE +++ b/core/LICENSE @@ -1,11 +1,19 @@ -Copyright (c) 2022 Matthew Knight, Felix Queißner and Maciej Kuliński +Copyright (c) Zig Embedded Group contributors -This software is provided 'as-is', without any express or implied warranty. In no event will the authors be held liable for any damages arising from the use of this software. +This software is provided 'as-is', without any express or implied warranty. In +no event will the authors be held liable for any damages arising from the use +of this software. -Permission is granted to anyone to use this software for any purpose, including commercial applications, and to alter it and redistribute it freely, subject to the following restrictions: +Permission is granted to anyone to use this software for any purpose, including +commercial applications, and to alter it and redistribute it freely, subject to +the following restrictions: -1. The origin of this software must not be misrepresented; you must not claim that you wrote the original software. If you use this software in a product, an acknowledgment in the product documentation would be appreciated but is not required. +1. The origin of this software must not be misrepresented; you must not claim + that you wrote the original software. If you use this software in a product, + an acknowledgment in the product documentation would be appreciated but is + not required. -2. Altered source versions must be plainly marked as such, and must not be misrepresented as being the original software. +2. Altered source versions must be plainly marked as such, and must not be + misrepresented as being the original software. 3. This notice may not be removed or altered from any source distribution. diff --git a/examples/LICENSE b/examples/LICENSE deleted file mode 100644 index 4818f98dd..000000000 --- a/examples/LICENSE +++ /dev/null @@ -1,21 +0,0 @@ -MIT License - -Copyright (c) 2022 Zig Embedded Group - -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. diff --git a/examples/README.md b/examples/README.md deleted file mode 100644 index dda56835b..000000000 --- a/examples/README.md +++ /dev/null @@ -1,3 +0,0 @@ -# microzig-examples - -Examples for embedded zig! diff --git a/examples/espressif/esp/LICENSE b/examples/espressif/esp/LICENSE new file mode 100644 index 000000000..33640972a --- /dev/null +++ b/examples/espressif/esp/LICENSE @@ -0,0 +1,19 @@ +Copyright (c) Zig Embedded Group contributors + +This software is provided 'as-is', without any express or implied warranty. In +no event will the authors be held liable for any damages arising from the use +of this software. + +Permission is granted to anyone to use this software for any purpose, including +commercial applications, and to alter it and redistribute it freely, subject to +the following restrictions: + +1. The origin of this software must not be misrepresented; you must not claim + that you wrote the original software. If you use this software in a product, + an acknowledgment in the product documentation would be appreciated but is + not required. + +2. Altered source versions must be plainly marked as such, and must not be + misrepresented as being the original software. + +3. This notice may not be removed or altered from any source distribution. diff --git a/examples/gigadevice/gd32/LICENSE b/examples/gigadevice/gd32/LICENSE new file mode 100644 index 000000000..33640972a --- /dev/null +++ b/examples/gigadevice/gd32/LICENSE @@ -0,0 +1,19 @@ +Copyright (c) Zig Embedded Group contributors + +This software is provided 'as-is', without any express or implied warranty. In +no event will the authors be held liable for any damages arising from the use +of this software. + +Permission is granted to anyone to use this software for any purpose, including +commercial applications, and to alter it and redistribute it freely, subject to +the following restrictions: + +1. The origin of this software must not be misrepresented; you must not claim + that you wrote the original software. If you use this software in a product, + an acknowledgment in the product documentation would be appreciated but is + not required. + +2. Altered source versions must be plainly marked as such, and must not be + misrepresented as being the original software. + +3. This notice may not be removed or altered from any source distribution. diff --git a/examples/microchip/atsam/LICENSE b/examples/microchip/atsam/LICENSE new file mode 100644 index 000000000..33640972a --- /dev/null +++ b/examples/microchip/atsam/LICENSE @@ -0,0 +1,19 @@ +Copyright (c) Zig Embedded Group contributors + +This software is provided 'as-is', without any express or implied warranty. In +no event will the authors be held liable for any damages arising from the use +of this software. + +Permission is granted to anyone to use this software for any purpose, including +commercial applications, and to alter it and redistribute it freely, subject to +the following restrictions: + +1. The origin of this software must not be misrepresented; you must not claim + that you wrote the original software. If you use this software in a product, + an acknowledgment in the product documentation would be appreciated but is + not required. + +2. Altered source versions must be plainly marked as such, and must not be + misrepresented as being the original software. + +3. This notice may not be removed or altered from any source distribution. diff --git a/examples/microchip/avr/LICENSE b/examples/microchip/avr/LICENSE new file mode 100644 index 000000000..33640972a --- /dev/null +++ b/examples/microchip/avr/LICENSE @@ -0,0 +1,19 @@ +Copyright (c) Zig Embedded Group contributors + +This software is provided 'as-is', without any express or implied warranty. In +no event will the authors be held liable for any damages arising from the use +of this software. + +Permission is granted to anyone to use this software for any purpose, including +commercial applications, and to alter it and redistribute it freely, subject to +the following restrictions: + +1. The origin of this software must not be misrepresented; you must not claim + that you wrote the original software. If you use this software in a product, + an acknowledgment in the product documentation would be appreciated but is + not required. + +2. Altered source versions must be plainly marked as such, and must not be + misrepresented as being the original software. + +3. This notice may not be removed or altered from any source distribution. diff --git a/examples/nordic/nrf5x/LICENSE b/examples/nordic/nrf5x/LICENSE new file mode 100644 index 000000000..33640972a --- /dev/null +++ b/examples/nordic/nrf5x/LICENSE @@ -0,0 +1,19 @@ +Copyright (c) Zig Embedded Group contributors + +This software is provided 'as-is', without any express or implied warranty. In +no event will the authors be held liable for any damages arising from the use +of this software. + +Permission is granted to anyone to use this software for any purpose, including +commercial applications, and to alter it and redistribute it freely, subject to +the following restrictions: + +1. The origin of this software must not be misrepresented; you must not claim + that you wrote the original software. If you use this software in a product, + an acknowledgment in the product documentation would be appreciated but is + not required. + +2. Altered source versions must be plainly marked as such, and must not be + misrepresented as being the original software. + +3. This notice may not be removed or altered from any source distribution. diff --git a/examples/nxp/lpc/LICENSE b/examples/nxp/lpc/LICENSE new file mode 100644 index 000000000..33640972a --- /dev/null +++ b/examples/nxp/lpc/LICENSE @@ -0,0 +1,19 @@ +Copyright (c) Zig Embedded Group contributors + +This software is provided 'as-is', without any express or implied warranty. In +no event will the authors be held liable for any damages arising from the use +of this software. + +Permission is granted to anyone to use this software for any purpose, including +commercial applications, and to alter it and redistribute it freely, subject to +the following restrictions: + +1. The origin of this software must not be misrepresented; you must not claim + that you wrote the original software. If you use this software in a product, + an acknowledgment in the product documentation would be appreciated but is + not required. + +2. Altered source versions must be plainly marked as such, and must not be + misrepresented as being the original software. + +3. This notice may not be removed or altered from any source distribution. diff --git a/examples/raspberrypi/rp2040/LICENSE b/examples/raspberrypi/rp2040/LICENSE new file mode 100644 index 000000000..33640972a --- /dev/null +++ b/examples/raspberrypi/rp2040/LICENSE @@ -0,0 +1,19 @@ +Copyright (c) Zig Embedded Group contributors + +This software is provided 'as-is', without any express or implied warranty. In +no event will the authors be held liable for any damages arising from the use +of this software. + +Permission is granted to anyone to use this software for any purpose, including +commercial applications, and to alter it and redistribute it freely, subject to +the following restrictions: + +1. The origin of this software must not be misrepresented; you must not claim + that you wrote the original software. If you use this software in a product, + an acknowledgment in the product documentation would be appreciated but is + not required. + +2. Altered source versions must be plainly marked as such, and must not be + misrepresented as being the original software. + +3. This notice may not be removed or altered from any source distribution. diff --git a/examples/stmicro/stm32/LICENSE b/examples/stmicro/stm32/LICENSE new file mode 100644 index 000000000..33640972a --- /dev/null +++ b/examples/stmicro/stm32/LICENSE @@ -0,0 +1,19 @@ +Copyright (c) Zig Embedded Group contributors + +This software is provided 'as-is', without any express or implied warranty. In +no event will the authors be held liable for any damages arising from the use +of this software. + +Permission is granted to anyone to use this software for any purpose, including +commercial applications, and to alter it and redistribute it freely, subject to +the following restrictions: + +1. The origin of this software must not be misrepresented; you must not claim + that you wrote the original software. If you use this software in a product, + an acknowledgment in the product documentation would be appreciated but is + not required. + +2. Altered source versions must be plainly marked as such, and must not be + misrepresented as being the original software. + +3. This notice may not be removed or altered from any source distribution. diff --git a/tools/regz/LICENSE b/tools/regz/LICENSE index 4818f98dd..33640972a 100644 --- a/tools/regz/LICENSE +++ b/tools/regz/LICENSE @@ -1,21 +1,19 @@ -MIT License +Copyright (c) Zig Embedded Group contributors -Copyright (c) 2022 Zig Embedded Group +This software is provided 'as-is', without any express or implied warranty. In +no event will the authors be held liable for any damages arising from the use +of this software. -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: +Permission is granted to anyone to use this software for any purpose, including +commercial applications, and to alter it and redistribute it freely, subject to +the following restrictions: -The above copyright notice and this permission notice shall be included in all -copies or substantial portions of the Software. +1. The origin of this software must not be misrepresented; you must not claim + that you wrote the original software. If you use this software in a product, + an acknowledgment in the product documentation would be appreciated but is + not required. -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. +2. Altered source versions must be plainly marked as such, and must not be + misrepresented as being the original software. + +3. This notice may not be removed or altered from any source distribution. diff --git a/tools/uf2/LICENSE b/tools/uf2/LICENSE new file mode 100644 index 000000000..33640972a --- /dev/null +++ b/tools/uf2/LICENSE @@ -0,0 +1,19 @@ +Copyright (c) Zig Embedded Group contributors + +This software is provided 'as-is', without any express or implied warranty. In +no event will the authors be held liable for any damages arising from the use +of this software. + +Permission is granted to anyone to use this software for any purpose, including +commercial applications, and to alter it and redistribute it freely, subject to +the following restrictions: + +1. The origin of this software must not be misrepresented; you must not claim + that you wrote the original software. If you use this software in a product, + an acknowledgment in the product documentation would be appreciated but is + not required. + +2. Altered source versions must be plainly marked as such, and must not be + misrepresented as being the original software. + +3. This notice may not be removed or altered from any source distribution.