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