yumemi-inc / flutter-mobile-project-template

MIT License
37 stars 7 forks source link

[Improve]: flutter-mobile-project-templateのライセンスをライセンス一覧で確認できるようにする #320

Open fummicc1 opened 3 months ago

fummicc1 commented 3 months ago

これに関する既存の Issue はありますか?

背景

利用側は必ずライセンスの明記を行う認識でして、ライブラリ側で利用側を考慮した設計にしても良いかと感じたためリクエストしました。

提案の詳細

下記に相当するコードを記述し、ライセンスページでflutter-mobile-project-templateのライセンスが明記されている。


    LicenseRegistry.addLicense(() async* {
      yield const LicenseEntryWithLineBreaks(
        <String>['YumemiMobileTemplate'],
        '''
MIT License

Copyright (c) 2023 YUMEMI 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.
''',
      );
    });

代替案

ライセンスの記載は利用側にとって必須ですが、ライブラリ側の中で実装しなければいけないかは確認が必要だと考えています。

環境

- Commit Hash: 6a3ff4e624cb9afd6cbfff1067c2e575442b79c6
- App Version: 1.0.0
- Platform: None