Skip to content

Commit

Permalink
Default to MIT license encompassing the whole project
Browse files Browse the repository at this point in the history
  • Loading branch information
evinism committed Jan 14, 2022
1 parent 4f043ef commit 9039d29
Show file tree
Hide file tree
Showing 4 changed files with 2 additions and 241 deletions.
4 changes: 2 additions & 2 deletions rust/Cargo.toml
Original file line number Diff line number Diff line change
@@ -1,9 +1,9 @@
[package]
name = "mistql"
version = "0.1.0"
version = "0.0.0"
edition = "2021"
authors = ["Zac Stringham", "Adam Trilling", "Evin Sellin"]
license = "MIT OR Apache-2.0"
license = "MIT"

[dependencies]
serde = { version = "1.0", features = ["derive"] }
Expand Down
201 changes: 0 additions & 201 deletions rust/LICENSE-APACHE

This file was deleted.

21 changes: 0 additions & 21 deletions rust/LICENSE-MIT

This file was deleted.

17 changes: 0 additions & 17 deletions rust/README.md
Original file line number Diff line number Diff line change
@@ -1,20 +1,3 @@
# MistQL: Query language for JSON-like structures

This repo is an early WIP for a Rust implementation of [MistQL](https://www.mistql.com).

## License

Licensed under either of

* Apache License, Version 2.0
([LICENSE-APACHE](LICENSE-APACHE) or http://www.apache.org/licenses/LICENSE-2.0)
* MIT license
([LICENSE-MIT](LICENSE-MIT) or http://opensource.org/licenses/MIT)

at your option.

## Contribution

Unless you explicitly state otherwise, any contribution intentionally submitted
for inclusion in the work by you, as defined in the Apache-2.0 license, shall be
dual licensed as above, without any additional terms or conditions.

0 comments on commit 9039d29

Please sign in to comment.