Skip to content

Commit

Permalink
Remove MIT license (#41)
Browse files Browse the repository at this point in the history
  • Loading branch information
tyranron authored Dec 26, 2024
1 parent 7945701 commit db425a7
Show file tree
Hide file tree
Showing 12 changed files with 23 additions and 33 deletions.
14 changes: 14 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -6,6 +6,20 @@ All user visible changes to `tigerbeetle-unofficial`, `tigerbeetle-unofficial-co



## [master] · unreleased
[master]: /../../tree/master

[Diff](/../../compare/v0.6.1%2B0.16.19...master) | [Milestone](/../../milestone/4)

### BC Breaks

- Removed MIT license. ([#41])

[#41]: /../../pull/41




## [0.6.1+0.16.19] · 2024-12-25
[0.6.1+0.16.19]: /../../tree/v0.6.1%2B0.16.19

Expand Down
2 changes: 1 addition & 1 deletion Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -30,4 +30,4 @@ version = "0.6.1+0.16.19"
authors = ["Daria Sukhonina <[email protected]>"]
rust-version = "1.78"
repository = "https://github.com/tigerbeetle-rust/tigerbeetle-unofficial"
license = "MIT OR Apache-2.0"
license = "Apache-2.0"
File renamed without changes.
21 changes: 0 additions & 21 deletions LICENSE.MIT

This file was deleted.

11 changes: 5 additions & 6 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -35,14 +35,13 @@ The repository hosts the following libraries:

## License

This project is licensed under either of
[TigerBeetle] is licensed under [Apache License, Version 2.0](https://github.com/tigerbeetle/tigerbeetle/blob/0.16.19/LICENSE).

* Apache License, Version 2.0, ([LICENSE.APACHE](LICENSE.APACHE) or
https://www.apache.org/licenses/LICENSE-2.0)
* MIT license ([LICENSE.MIT](LICENSE.MIT) or
https://opensource.org/licenses/MIT)
`tigerbeetle-unofficial` crates are licensed under the [Apache License, Version 2.0](https://github.com/tigerbeetle-rust/tigerbeetle-unofficial/blob/master/LICENSE) (the "License"); you may not use these files except in compliance with the License. You may obtain a copy of the License at

at your option.
https://www.apache.org/licenses/LICENSE-2.0

Unless required by applicable law or agreed to in writing, software distributed under the License is distributed on an "AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. See the License for the specific language governing permissions and limitations under the License.



Expand Down
1 change: 1 addition & 0 deletions core/LICENSE
1 change: 0 additions & 1 deletion core/LICENSE.APACHE

This file was deleted.

1 change: 0 additions & 1 deletion core/LICENSE.MIT

This file was deleted.

2 changes: 1 addition & 1 deletion src/id.rs
Original file line number Diff line number Diff line change
Expand Up @@ -114,7 +114,7 @@ mod id_spec {
}

// Port of upstream test:
// https://github.com/tigerbeetle/tigerbeetle/blob/0.16.17/src/clients/go/pkg/types/main_test.go#L75-L115
// https://github.com/tigerbeetle/tigerbeetle/blob/0.16.19/src/clients/go/pkg/types/main_test.go#L75-L115
#[test]
fn monotonic_fuzz() {
fn verifier() {
Expand Down
1 change: 1 addition & 0 deletions sys/LICENSE
1 change: 0 additions & 1 deletion sys/LICENSE.APACHE

This file was deleted.

1 change: 0 additions & 1 deletion sys/LICENSE.MIT

This file was deleted.

0 comments on commit db425a7

Please sign in to comment.