Skip to content

Commit

Permalink
Relicense source-map-mappings to BSD.
Browse files Browse the repository at this point in the history
Following agreement from Nick on mozilla#465, align source-map-mappings with source-map license.
  • Loading branch information
ochameau committed Oct 19, 2022
1 parent 1a17d84 commit 2963e57
Show file tree
Hide file tree
Showing 5 changed files with 3 additions and 239 deletions.
2 changes: 1 addition & 1 deletion wasm-mappings/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@ keywords = [
"map",
"vlq",
]
license = "Apache-2.0/MIT"
license = "BSD-3-Clause"
name = "source-map-mappings"
readme = "./README.md"
repository = "https://github.com/mozilla/source-map"
Expand Down
201 changes: 0 additions & 201 deletions wasm-mappings/LICENSE-APACHE

This file was deleted.

25 changes: 0 additions & 25 deletions wasm-mappings/LICENSE-MIT

This file was deleted.

2 changes: 1 addition & 1 deletion wasm-mappings/source-map-mappings-wasm-api/Cargo.toml
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
[package]
authors = ["Nick Fitzgerald <[email protected]>", "Tom Tromey <[email protected]>"]
description = "Exported WebAssembly API for the `source-map-mappings` crate."
license = "Apache-2.0/MIT"
license = "BSD-3-Clause"
name = "source-map-mappings-wasm-api"
readme = "../README.md"
repository = "https://github.com/mozilla/source-map"
Expand Down
12 changes: 1 addition & 11 deletions wasm-mappings/src/lib.rs
Original file line number Diff line number Diff line change
Expand Up @@ -22,24 +22,14 @@ source maps library.
## License
Licensed under either of
* [Apache License, Version 2.0](http://www.apache.org/licenses/LICENSE-2.0)
* [MIT license](http://opensource.org/licenses/MIT)
at your option.
Licensed under [BSD-3-Clause](http://opensource.org/licenses/BSD-3-Clause).
## Contributing
See
[CONTRIBUTING.md](https://github.com/fitzgen/source-map-mappings/blob/master/CONTRIBUTING.md)
for hacking.
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.
*/

#![deny(missing_debug_implementations)]
Expand Down

0 comments on commit 2963e57

Please sign in to comment.