From 50ec8799334ea0abde80fe3df5a15c19d43bc329 Mon Sep 17 00:00:00 2001 From: Brooks J Rady Date: Tue, 9 Feb 2021 18:01:50 +0000 Subject: [PATCH] Rough outline of the final structure --- .../CODE_OF_CONDUCT.md => CODE_OF_CONDUCT.md | 0 zellij/CONTRIBUTING.md => CONTRIBUTING.md | 0 zellij/GOVERNANCE.md => GOVERNANCE.md | 0 LICENSE.md | 21 ++++++++++++++++++ .../status-bar/.cargo}/config.toml | 0 default-tiles/status-bar/LICENSE.md | 1 + default-tiles/strider/.cargo/config.toml | 2 ++ default-tiles/strider/LICENSE.md | 1 + zellij-tile/LICENSE.md | 22 +------------------ zellij/LICENSE.md | 22 +------------------ zellij/rustfmt.toml | 0 11 files changed, 27 insertions(+), 42 deletions(-) rename zellij/CODE_OF_CONDUCT.md => CODE_OF_CONDUCT.md (100%) rename zellij/CONTRIBUTING.md => CONTRIBUTING.md (100%) rename zellij/GOVERNANCE.md => GOVERNANCE.md (100%) create mode 100644 LICENSE.md rename {.cargo => default-tiles/status-bar/.cargo}/config.toml (100%) create mode 120000 default-tiles/status-bar/LICENSE.md create mode 100644 default-tiles/strider/.cargo/config.toml create mode 120000 default-tiles/strider/LICENSE.md mode change 100644 => 120000 zellij-tile/LICENSE.md mode change 100644 => 120000 zellij/LICENSE.md delete mode 100644 zellij/rustfmt.toml diff --git a/zellij/CODE_OF_CONDUCT.md b/CODE_OF_CONDUCT.md similarity index 100% rename from zellij/CODE_OF_CONDUCT.md rename to CODE_OF_CONDUCT.md diff --git a/zellij/CONTRIBUTING.md b/CONTRIBUTING.md similarity index 100% rename from zellij/CONTRIBUTING.md rename to CONTRIBUTING.md diff --git a/zellij/GOVERNANCE.md b/GOVERNANCE.md similarity index 100% rename from zellij/GOVERNANCE.md rename to GOVERNANCE.md diff --git a/LICENSE.md b/LICENSE.md new file mode 100644 index 000000000..0b264c31d --- /dev/null +++ b/LICENSE.md @@ -0,0 +1,21 @@ +MIT License + +Copyright (c) 2020 Mosaic contributors + +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/.cargo/config.toml b/default-tiles/status-bar/.cargo/config.toml similarity index 100% rename from .cargo/config.toml rename to default-tiles/status-bar/.cargo/config.toml diff --git a/default-tiles/status-bar/LICENSE.md b/default-tiles/status-bar/LICENSE.md new file mode 120000 index 000000000..f0608a63a --- /dev/null +++ b/default-tiles/status-bar/LICENSE.md @@ -0,0 +1 @@ +../../LICENSE.md \ No newline at end of file diff --git a/default-tiles/strider/.cargo/config.toml b/default-tiles/strider/.cargo/config.toml new file mode 100644 index 000000000..bc255e30b --- /dev/null +++ b/default-tiles/strider/.cargo/config.toml @@ -0,0 +1,2 @@ +[build] +target = "wasm32-wasi" \ No newline at end of file diff --git a/default-tiles/strider/LICENSE.md b/default-tiles/strider/LICENSE.md new file mode 120000 index 000000000..f0608a63a --- /dev/null +++ b/default-tiles/strider/LICENSE.md @@ -0,0 +1 @@ +../../LICENSE.md \ No newline at end of file diff --git a/zellij-tile/LICENSE.md b/zellij-tile/LICENSE.md deleted file mode 100644 index 0b264c31d..000000000 --- a/zellij-tile/LICENSE.md +++ /dev/null @@ -1,21 +0,0 @@ -MIT License - -Copyright (c) 2020 Mosaic contributors - -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/zellij-tile/LICENSE.md b/zellij-tile/LICENSE.md new file mode 120000 index 000000000..7eabdb1c2 --- /dev/null +++ b/zellij-tile/LICENSE.md @@ -0,0 +1 @@ +../LICENSE.md \ No newline at end of file diff --git a/zellij/LICENSE.md b/zellij/LICENSE.md deleted file mode 100644 index 0b264c31d..000000000 --- a/zellij/LICENSE.md +++ /dev/null @@ -1,21 +0,0 @@ -MIT License - -Copyright (c) 2020 Mosaic contributors - -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/zellij/LICENSE.md b/zellij/LICENSE.md new file mode 120000 index 000000000..7eabdb1c2 --- /dev/null +++ b/zellij/LICENSE.md @@ -0,0 +1 @@ +../LICENSE.md \ No newline at end of file diff --git a/zellij/rustfmt.toml b/zellij/rustfmt.toml deleted file mode 100644 index e69de29bb..000000000