📄 License

This commit is contained in:
2024-02-08 20:40:45 +08:00
parent 29f92f64c1
commit 30a237741a
2 changed files with 662 additions and 1 deletions

View File

@ -33,7 +33,7 @@ class AboutScreen extends StatelessWidget {
}
},
),
Text('Open sourced under GOLv1', style: Theme.of(context).textTheme.bodyMedium),
Text('Open sourced under AGPLv3', style: Theme.of(context).textTheme.bodyMedium),
const SizedBox(height: 10),
MaterialButton(
onPressed: () async {