Skip to content

Commit

Permalink
LICENSE
Browse files Browse the repository at this point in the history
  • Loading branch information
nokonoko1203 committed Nov 25, 2024
1 parent f573ee1 commit f27ebdb
Show file tree
Hide file tree
Showing 2 changed files with 37 additions and 0 deletions.
10 changes: 10 additions & 0 deletions LICENSE
Original file line number Diff line number Diff line change
@@ -0,0 +1,10 @@
MIT License

Copyright (c) 2024 MLIT Japan.
Copyright (c) 2024 MIERUNE Inc.

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, subject to the following conditions:

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.
27 changes: 27 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -58,3 +58,30 @@ For example, the following data is valid.
- [ ] Generate gzip compressed tiles
- [ ] Assign attributes using EXT_mesh_features
- [ ] Compress using meshopt

## License

[MIT License](./LICENSE)

## Authors

Satoru Nishio (@nokonoko1203) - Original Author
And all contributors

## Use of Third-Party Source Code

This project incorporates and modifies source code from the following third-party projects:

- [PLATEAU GIS Converter](https://github.com/MIERUNE/plateau-gis-converter)
- Repository: [PLATEAU GIS Converter](https://github.com/MIERUNE/plateau-gis-converter)
- Original License: [MIT License](https://github.com/MIERUNE/plateau-gis-converter/blob/main/LICENSE)

### Modifications Made

We have made the following modifications to the source code from [PLATEAU GIS Converter](https://github.com/MIERUNE/plateau-gis-converter):

- [nusamai-projection](https://github.com/MIERUNE/plateau-gis-converter/tree/main/nusamai-projection) is imported as [projection-transform](./projection-transform/).
- [nusamai-gltf](https://github.com/MIERUNE/plateau-gis-converter/tree/main/nusamai-gltf) is included as [cesiumtiles-gltf](./cesiumtiles-gltf/).
- [nusamai/src/transformer/transform/projection.rs](https://github.com/MIERUNE/plateau-gis-converter/blob/main/nusamai/src/transformer/transform/projection.rs) is included in part of [pcd-transformer](pcd-transformer/src/transform/projection.rs)

The modified code retains its original copyright and is used in accordance with the MIT License. For details, see the LICENSE file.

0 comments on commit f27ebdb

Please sign in to comment.