From 7aaec9c5124913f1c5fafebdd286089a5b76f18d Mon Sep 17 00:00:00 2001 From: NotAKidoS <37721153+NotAKidOnSteam@users.noreply.github.com> Date: Wed, 14 Sep 2022 08:34:44 -0500 Subject: [PATCH] Add Popcron.Gizmos license. Made sure to add the MIT license to their folder. --- .../{Gizmo => Popcron.Gizmos}/Constants.cs | 0 CVRGizmos/{Gizmo => Popcron.Gizmos}/Drawer.cs | 0 .../Drawers/CubeDrawer.cs | 0 .../Drawers/LineDrawer.cs | 0 .../Drawers/PolygonDrawer.cs | 0 .../Drawers/SquareDrawer.cs | 0 .../{Gizmo => Popcron.Gizmos}/Element.cs | 0 CVRGizmos/{Gizmo => Popcron.Gizmos}/Gizmos.cs | 0 .../GizmosInstance.cs | 0 CVRGizmos/Popcron.Gizmos/LICENSE.md | 21 +++++++++++++++++++ 10 files changed, 21 insertions(+) rename CVRGizmos/{Gizmo => Popcron.Gizmos}/Constants.cs (100%) rename CVRGizmos/{Gizmo => Popcron.Gizmos}/Drawer.cs (100%) rename CVRGizmos/{Gizmo => Popcron.Gizmos}/Drawers/CubeDrawer.cs (100%) rename CVRGizmos/{Gizmo => Popcron.Gizmos}/Drawers/LineDrawer.cs (100%) rename CVRGizmos/{Gizmo => Popcron.Gizmos}/Drawers/PolygonDrawer.cs (100%) rename CVRGizmos/{Gizmo => Popcron.Gizmos}/Drawers/SquareDrawer.cs (100%) rename CVRGizmos/{Gizmo => Popcron.Gizmos}/Element.cs (100%) rename CVRGizmos/{Gizmo => Popcron.Gizmos}/Gizmos.cs (100%) rename CVRGizmos/{Gizmo => Popcron.Gizmos}/GizmosInstance.cs (100%) create mode 100644 CVRGizmos/Popcron.Gizmos/LICENSE.md diff --git a/CVRGizmos/Gizmo/Constants.cs b/CVRGizmos/Popcron.Gizmos/Constants.cs similarity index 100% rename from CVRGizmos/Gizmo/Constants.cs rename to CVRGizmos/Popcron.Gizmos/Constants.cs diff --git a/CVRGizmos/Gizmo/Drawer.cs b/CVRGizmos/Popcron.Gizmos/Drawer.cs similarity index 100% rename from CVRGizmos/Gizmo/Drawer.cs rename to CVRGizmos/Popcron.Gizmos/Drawer.cs diff --git a/CVRGizmos/Gizmo/Drawers/CubeDrawer.cs b/CVRGizmos/Popcron.Gizmos/Drawers/CubeDrawer.cs similarity index 100% rename from CVRGizmos/Gizmo/Drawers/CubeDrawer.cs rename to CVRGizmos/Popcron.Gizmos/Drawers/CubeDrawer.cs diff --git a/CVRGizmos/Gizmo/Drawers/LineDrawer.cs b/CVRGizmos/Popcron.Gizmos/Drawers/LineDrawer.cs similarity index 100% rename from CVRGizmos/Gizmo/Drawers/LineDrawer.cs rename to CVRGizmos/Popcron.Gizmos/Drawers/LineDrawer.cs diff --git a/CVRGizmos/Gizmo/Drawers/PolygonDrawer.cs b/CVRGizmos/Popcron.Gizmos/Drawers/PolygonDrawer.cs similarity index 100% rename from CVRGizmos/Gizmo/Drawers/PolygonDrawer.cs rename to CVRGizmos/Popcron.Gizmos/Drawers/PolygonDrawer.cs diff --git a/CVRGizmos/Gizmo/Drawers/SquareDrawer.cs b/CVRGizmos/Popcron.Gizmos/Drawers/SquareDrawer.cs similarity index 100% rename from CVRGizmos/Gizmo/Drawers/SquareDrawer.cs rename to CVRGizmos/Popcron.Gizmos/Drawers/SquareDrawer.cs diff --git a/CVRGizmos/Gizmo/Element.cs b/CVRGizmos/Popcron.Gizmos/Element.cs similarity index 100% rename from CVRGizmos/Gizmo/Element.cs rename to CVRGizmos/Popcron.Gizmos/Element.cs diff --git a/CVRGizmos/Gizmo/Gizmos.cs b/CVRGizmos/Popcron.Gizmos/Gizmos.cs similarity index 100% rename from CVRGizmos/Gizmo/Gizmos.cs rename to CVRGizmos/Popcron.Gizmos/Gizmos.cs diff --git a/CVRGizmos/Gizmo/GizmosInstance.cs b/CVRGizmos/Popcron.Gizmos/GizmosInstance.cs similarity index 100% rename from CVRGizmos/Gizmo/GizmosInstance.cs rename to CVRGizmos/Popcron.Gizmos/GizmosInstance.cs diff --git a/CVRGizmos/Popcron.Gizmos/LICENSE.md b/CVRGizmos/Popcron.Gizmos/LICENSE.md new file mode 100644 index 0000000..e895714 --- /dev/null +++ b/CVRGizmos/Popcron.Gizmos/LICENSE.md @@ -0,0 +1,21 @@ +MIT License + +Copyright (c) 2019 Phillip DaSilva-Damaskin + +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. \ No newline at end of file