sacmehta / ESPNet

ESPNet: Efficient Spatial Pyramid of Dilated Convolutions for Semantic Segmentation
https://sacmehta.github.io/ESPNet/
MIT License
541 stars 112 forks source link

License? #19

Closed csachs closed 5 years ago

csachs commented 5 years ago

The repository states the MIT license as project license, however many files in the train/ folder contain __license__ = "GPL". Which license applies? Thanks!

sacmehta commented 5 years ago

We recently changed the license from GPL to MIT, but forgot to update it in the source code. We will do it soon.

For this project, MIT license applies.

sacmehta commented 5 years ago

Code has been updated to reflect the same.