From c2a6b718e7fd8fc9d161ddfe95523e3dde602637 Mon Sep 17 00:00:00 2001 From: Matt Knight Date: Tue, 7 Jun 2022 01:20:38 -0700 Subject: [PATCH] add license remove microzig submodule remove submodule --- .gitmodules | 3 --- LICENSE | 11 +++++++++++ microzig | 1 - 3 files changed, 11 insertions(+), 4 deletions(-) delete mode 100644 .gitmodules create mode 100644 LICENSE delete mode 160000 microzig diff --git a/.gitmodules b/.gitmodules deleted file mode 100644 index fdd0dab..0000000 --- a/.gitmodules +++ /dev/null @@ -1,3 +0,0 @@ -[submodule "microzig"] - path = microzig - url = git@github.com:ZigEmbeddedGroup/microzig.git diff --git a/LICENSE b/LICENSE new file mode 100644 index 0000000..8df59b2 --- /dev/null +++ b/LICENSE @@ -0,0 +1,11 @@ +Copyright (c) 2022 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/microzig b/microzig deleted file mode 160000 index ac19b7d..0000000 --- a/microzig +++ /dev/null @@ -1 +0,0 @@ -Subproject commit ac19b7de8eb1551e603b3ce23a4aab69c71d1216