summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorBen Bridle <ben@derelict.engineering>2025-04-18 09:31:57 +1200
committerBen Bridle <ben@derelict.engineering>2025-04-18 09:31:57 +1200
commite6961f8f122908518bb55de6f3943ceb80305785 (patch)
treea575440f30b30443aa05f161b9777f7071a047c9
parent14ee374b3e568b50c3297277a055cdb366641b88 (diff)
downloadtorque-asm-e6961f8f122908518bb55de6f3943ceb80305785.zip
Add license information
Released the project under the MIT license.
-rw-r--r--Cargo.toml1
-rw-r--r--LICENSE.md9
2 files changed, 10 insertions, 0 deletions
diff --git a/Cargo.toml b/Cargo.toml
index 251ff3d..6fb7308 100644
--- a/Cargo.toml
+++ b/Cargo.toml
@@ -2,6 +2,7 @@
name = "torque-asm"
version = "2.2.0"
edition = "2021"
+license = "MIT"
[dependencies]
assembler = { git = "git://benbridle.com/assembler", tag = "v2.2.2" }
diff --git a/LICENSE.md b/LICENSE.md
new file mode 100644
index 0000000..21ed643
--- /dev/null
+++ b/LICENSE.md
@@ -0,0 +1,9 @@
+MIT License
+
+Copyright (c) Ben Bridle
+
+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.
+
+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.