mirror of
https://github.com/GitJournal/GitJournal.git
synced 2025-05-19 21:56:37 +08:00
Fix reuse licensing issue
This commit is contained in:
@ -10,7 +10,7 @@ Files: macos/Runner/* macos/Runner.xcodeproj/* macos/Runner.xcworkspace/* macos/
|
||||
android/app/src/dev/res/values/*
|
||||
scripts/secrets/* test/apis/data/*
|
||||
*.lock *.iml *.jks *.metadata *.plist *.entitlements
|
||||
*.yaml *.desktop
|
||||
*.yaml *.desktop *.gitignore
|
||||
Copyright: Vishesh Handa <me@vhanda.in>
|
||||
License: CC0-1.0
|
||||
|
||||
|
@ -1,3 +1,9 @@
|
||||
/*
|
||||
* SPDX-FileCopyrightText: 2022 Vishesh Handa <me@vhanda.in>
|
||||
*
|
||||
* SPDX-License-Identifier: Apache-2.0
|
||||
*/
|
||||
|
||||
library git_setup;
|
||||
|
||||
/// A Calculator.
|
||||
|
Reference in New Issue
Block a user