Change Licence

This commit is contained in:
LollipopKit
2021-10-29 13:33:40 +08:00
parent c81ee5c5aa
commit 434ef77c03
3 changed files with 7 additions and 7 deletions

View File

@@ -90,8 +90,8 @@ class _MyHomePageState extends State<MyHomePage>
applicationIcon: _buildIcon(),
aboutBoxChildren: const [
UrlText(
text: '''\nMade with ❤️ by https://github.com/LollipopKit .
\nAll rights reserved.''', replace: 'LollipopKit'),
text: '\nMade with ❤️ by https://github.com/LollipopKit', replace: 'LollipopKit'),
UrlText(text: '\nThanks https://github.com/RainSunMe for participating in the test.\n\nAll rights reserved.', replace: 'RainSunMe',),
],
),
],