Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
5 changes: 1 addition & 4 deletions LICENSE
Original file line number Diff line number Diff line change
@@ -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.

Expand Down
2 changes: 2 additions & 0 deletions reserved-names/monodex-core/.gitignore
Original file line number Diff line number Diff line change
@@ -0,0 +1,2 @@
Cargo.lock
target/
14 changes: 14 additions & 0 deletions reserved-names/monodex-core/Cargo.toml
Original file line number Diff line number Diff line change
@@ -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]
24 changes: 24 additions & 0 deletions reserved-names/monodex-core/LICENSE
Original file line number Diff line number Diff line change
@@ -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.
3 changes: 3 additions & 0 deletions reserved-names/monodex-core/README.md
Original file line number Diff line number Diff line change
@@ -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.
1 change: 1 addition & 0 deletions reserved-names/monodex-core/src/lib.rs
Original file line number Diff line number Diff line change
@@ -0,0 +1 @@
// Reserved-name placeholder. See README.md.
2 changes: 2 additions & 0 deletions reserved-names/monodex-protocol/.gitignore
Original file line number Diff line number Diff line change
@@ -0,0 +1,2 @@
Cargo.lock
target/
14 changes: 14 additions & 0 deletions reserved-names/monodex-protocol/Cargo.toml
Original file line number Diff line number Diff line change
@@ -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]
24 changes: 24 additions & 0 deletions reserved-names/monodex-protocol/LICENSE
Original file line number Diff line number Diff line change
@@ -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.
3 changes: 3 additions & 0 deletions reserved-names/monodex-protocol/README.md
Original file line number Diff line number Diff line change
@@ -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.
1 change: 1 addition & 0 deletions reserved-names/monodex-protocol/src/lib.rs
Original file line number Diff line number Diff line change
@@ -0,0 +1 @@
// Reserved-name placeholder. See README.md.
2 changes: 2 additions & 0 deletions reserved-names/monodex-sdk/.gitignore
Original file line number Diff line number Diff line change
@@ -0,0 +1,2 @@
Cargo.lock
target/
14 changes: 14 additions & 0 deletions reserved-names/monodex-sdk/Cargo.toml
Original file line number Diff line number Diff line change
@@ -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]
24 changes: 24 additions & 0 deletions reserved-names/monodex-sdk/LICENSE
Original file line number Diff line number Diff line change
@@ -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.
3 changes: 3 additions & 0 deletions reserved-names/monodex-sdk/README.md
Original file line number Diff line number Diff line change
@@ -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.
1 change: 1 addition & 0 deletions reserved-names/monodex-sdk/src/lib.rs
Original file line number Diff line number Diff line change
@@ -0,0 +1 @@
// Reserved-name placeholder. See README.md.
Loading