diff --git a/LICENSE b/LICENSE index 340d63d..5cb8096 100644 --- a/LICENSE +++ b/LICENSE @@ -1,7 +1,4 @@ -This is a monorepo, with each published package containing its own license. The -license for each package can be found in the package's folder. - -The projects in this monorepo are licensed under the MIT license. +monodex Copyright (c) Microsoft Corporation. All rights reserved. diff --git a/reserved-names/monodex-core/.gitignore b/reserved-names/monodex-core/.gitignore new file mode 100644 index 0000000..1e7caa9 --- /dev/null +++ b/reserved-names/monodex-core/.gitignore @@ -0,0 +1,2 @@ +Cargo.lock +target/ diff --git a/reserved-names/monodex-core/Cargo.toml b/reserved-names/monodex-core/Cargo.toml new file mode 100644 index 0000000..ebba25e --- /dev/null +++ b/reserved-names/monodex-core/Cargo.toml @@ -0,0 +1,14 @@ +[package] +name = "monodex-core" +version = "0.0.1" +edition = "2024" +description = "Reserved-name placeholder for the Monodex project." +license = "MIT" +repository = "https://github.com/microsoft/monodex" +readme = "README.md" +include = ["src/**/*", "README.md", "LICENSE"] + +[lib] +path = "src/lib.rs" + +[workspace] diff --git a/reserved-names/monodex-core/LICENSE b/reserved-names/monodex-core/LICENSE new file mode 100644 index 0000000..9159cb7 --- /dev/null +++ b/reserved-names/monodex-core/LICENSE @@ -0,0 +1,24 @@ +monodex-core + +Copyright (c) Microsoft Corporation. All rights reserved. + +MIT License + +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/reserved-names/monodex-core/README.md b/reserved-names/monodex-core/README.md new file mode 100644 index 0000000..c59d65d --- /dev/null +++ b/reserved-names/monodex-core/README.md @@ -0,0 +1,3 @@ +# monodex-core + +This crate name is reserved for future use by the Monodex project. It is not currently a functional crate. See https://github.com/microsoft/monodex for the active project. diff --git a/reserved-names/monodex-core/src/lib.rs b/reserved-names/monodex-core/src/lib.rs new file mode 100644 index 0000000..97b7541 --- /dev/null +++ b/reserved-names/monodex-core/src/lib.rs @@ -0,0 +1 @@ +// Reserved-name placeholder. See README.md. diff --git a/reserved-names/monodex-protocol/.gitignore b/reserved-names/monodex-protocol/.gitignore new file mode 100644 index 0000000..1e7caa9 --- /dev/null +++ b/reserved-names/monodex-protocol/.gitignore @@ -0,0 +1,2 @@ +Cargo.lock +target/ diff --git a/reserved-names/monodex-protocol/Cargo.toml b/reserved-names/monodex-protocol/Cargo.toml new file mode 100644 index 0000000..bcb7f6d --- /dev/null +++ b/reserved-names/monodex-protocol/Cargo.toml @@ -0,0 +1,14 @@ +[package] +name = "monodex-protocol" +version = "0.0.1" +edition = "2024" +description = "Reserved-name placeholder for the Monodex project." +license = "MIT" +repository = "https://github.com/microsoft/monodex" +readme = "README.md" +include = ["src/**/*", "README.md", "LICENSE"] + +[lib] +path = "src/lib.rs" + +[workspace] diff --git a/reserved-names/monodex-protocol/LICENSE b/reserved-names/monodex-protocol/LICENSE new file mode 100644 index 0000000..250e2b2 --- /dev/null +++ b/reserved-names/monodex-protocol/LICENSE @@ -0,0 +1,24 @@ +monodex-protocol + +Copyright (c) Microsoft Corporation. All rights reserved. + +MIT License + +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/reserved-names/monodex-protocol/README.md b/reserved-names/monodex-protocol/README.md new file mode 100644 index 0000000..a0fdf5f --- /dev/null +++ b/reserved-names/monodex-protocol/README.md @@ -0,0 +1,3 @@ +# monodex-protocol + +This crate name is reserved for future use by the Monodex project. It is not currently a functional crate. See https://github.com/microsoft/monodex for the active project. diff --git a/reserved-names/monodex-protocol/src/lib.rs b/reserved-names/monodex-protocol/src/lib.rs new file mode 100644 index 0000000..97b7541 --- /dev/null +++ b/reserved-names/monodex-protocol/src/lib.rs @@ -0,0 +1 @@ +// Reserved-name placeholder. See README.md. diff --git a/reserved-names/monodex-sdk/.gitignore b/reserved-names/monodex-sdk/.gitignore new file mode 100644 index 0000000..1e7caa9 --- /dev/null +++ b/reserved-names/monodex-sdk/.gitignore @@ -0,0 +1,2 @@ +Cargo.lock +target/ diff --git a/reserved-names/monodex-sdk/Cargo.toml b/reserved-names/monodex-sdk/Cargo.toml new file mode 100644 index 0000000..4d40456 --- /dev/null +++ b/reserved-names/monodex-sdk/Cargo.toml @@ -0,0 +1,14 @@ +[package] +name = "monodex-sdk" +version = "0.0.1" +edition = "2024" +description = "Reserved-name placeholder for the Monodex project." +license = "MIT" +repository = "https://github.com/microsoft/monodex" +readme = "README.md" +include = ["src/**/*", "README.md", "LICENSE"] + +[lib] +path = "src/lib.rs" + +[workspace] diff --git a/reserved-names/monodex-sdk/LICENSE b/reserved-names/monodex-sdk/LICENSE new file mode 100644 index 0000000..a418132 --- /dev/null +++ b/reserved-names/monodex-sdk/LICENSE @@ -0,0 +1,24 @@ +monodex-sdk + +Copyright (c) Microsoft Corporation. All rights reserved. + +MIT License + +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/reserved-names/monodex-sdk/README.md b/reserved-names/monodex-sdk/README.md new file mode 100644 index 0000000..9aa80f1 --- /dev/null +++ b/reserved-names/monodex-sdk/README.md @@ -0,0 +1,3 @@ +# monodex-sdk + +This crate name is reserved for future use by the Monodex project. It is not currently a functional crate. See https://github.com/microsoft/monodex for the active project. diff --git a/reserved-names/monodex-sdk/src/lib.rs b/reserved-names/monodex-sdk/src/lib.rs new file mode 100644 index 0000000..97b7541 --- /dev/null +++ b/reserved-names/monodex-sdk/src/lib.rs @@ -0,0 +1 @@ +// Reserved-name placeholder. See README.md.