[#2] Added Licensing.
I decided on the Apache-2.0 license and have stamped all the files to now point to that license.
This commit is contained in:
13
Cargo.toml
13
Cargo.toml
@ -1,13 +1,14 @@
|
||||
[package]
|
||||
name = "sigils"
|
||||
version = "0.1.0"
|
||||
authors = ["Jason Travis Smith <Myrddin@CyberMages.tech>"]
|
||||
description = "A mathematics library."
|
||||
license = ""
|
||||
repository = "https://workshop.cybermages.tech/CyberMages/sigils.git"
|
||||
documentation = ""
|
||||
keywords = ["sigils", "math"]
|
||||
edition = "2021"
|
||||
description = "A mathematics library."
|
||||
keywords = ["sigils", "math"]
|
||||
repository = "https://workshop.cybermages.tech/CyberMages/sigils.git"
|
||||
authors = ["Jason Travis Smith <Myrddin@CyberMages.tech>"]
|
||||
documentation = ""
|
||||
readme = "README.md"
|
||||
license = "Apache-2.0"
|
||||
|
||||
|
||||
|
||||
|
Reference in New Issue
Block a user