Fix all reuse license problems!!

Fixes #435
This commit is contained in:
Vishesh Handa
2021-09-17 10:26:07 +02:00
parent e1ec1c1b1e
commit 1902955951
25 changed files with 133 additions and 21 deletions

View File

@ -27,4 +27,3 @@ jobs:
fetch-depth: 0
- name: REUSE Compliance Check
uses: fsfe/reuse-action@v1
continue-on-error: true

View File

@ -16,3 +16,7 @@ License: CC0-1.0
Files: *.png *.svg *.md
Copyright: Vishesh Handa <me@vhanda.in>
License: CC-BY-4.0
Files: *.storyboard
Copyright: Vishesh Handa <me@vhanda.in>
License: Apache-2.0

43
LICENSES/OFL-1.1.txt Normal file
View File

@ -0,0 +1,43 @@
SIL OPEN FONT LICENSE
Version 1.1 - 26 February 2007
PREAMBLE
The goals of the Open Font License (OFL) are to stimulate worldwide development of collaborative font projects, to support the font creation efforts of academic and linguistic communities, and to provide a free and open framework in which fonts may be shared and improved in partnership with others.
The OFL allows the licensed fonts to be used, studied, modified and redistributed freely as long as they are not sold by themselves. The fonts, including any derivative works, can be bundled, embedded, redistributed and/or sold with any software provided that any reserved names are not used by derivative works. The fonts and derivatives, however, cannot be released under any other type of license. The requirement for fonts to remain under this license does not apply to any document created using the fonts or their derivatives.
DEFINITIONS
"Font Software" refers to the set of files released by the Copyright Holder(s) under this license and clearly marked as such. This may include source files, build scripts and documentation.
"Reserved Font Name" refers to any names specified as such after the copyright statement(s).
"Original Version" refers to the collection of Font Software components as distributed by the Copyright Holder(s).
"Modified Version" refers to any derivative made by adding to, deleting, or substituting — in part or in whole — any of the components of the Original Version, by changing formats or by porting the Font Software to a new environment.
"Author" refers to any designer, engineer, programmer, technical writer or other person who contributed to the Font Software.
PERMISSION & CONDITIONS
Permission is hereby granted, free of charge, to any person obtaining a copy of the Font Software, to use, study, copy, merge, embed, modify, redistribute, and sell modified and unmodified copies of the Font Software, subject to the following conditions:
1) Neither the Font Software nor any of its individual components, in Original or Modified Versions, may be sold by itself.
2) Original or Modified Versions of the Font Software may be bundled, redistributed and/or sold with any software, provided that each copy contains the above copyright notice and this license. These can be included either as stand-alone text files, human-readable headers or in the appropriate machine-readable metadata fields within text or binary files as long as those fields can be easily viewed by the user.
3) No Modified Version of the Font Software may use the Reserved Font Name(s) unless explicit written permission is granted by the corresponding Copyright Holder. This restriction only applies to the primary font name as presented to the users.
4) The name(s) of the Copyright Holder(s) or the Author(s) of the Font Software shall not be used to promote, endorse or advertise any Modified Version, except to acknowledge the contribution(s) of the Copyright Holder(s) and the Author(s) or with their explicit written permission.
5) The Font Software, modified or unmodified, in part or in whole, must be distributed entirely under this license, and must not be distributed under any other license. The requirement for fonts to remain under this license does not apply to any document created using the Font Software.
TERMINATION
This license becomes null and void if any of the above conditions are not met.
DISCLAIMER
THE FONT SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO ANY WARRANTIES OF MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT OF COPYRIGHT, PATENT, TRADEMARK, OR OTHER RIGHT. IN NO EVENT SHALL THE COPYRIGHT HOLDER BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER LIABILITY, INCLUDING ANY GENERAL, SPECIAL, INDIRECT, INCIDENTAL, OR CONSEQUENTIAL DAMAGES, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, OUT OF THE USE OR INABILITY TO USE THE FONT SOFTWARE OR FROM OTHER DEALINGS IN THE FONT SOFTWARE.

View File

@ -1,3 +1,7 @@
# SPDX-FileCopyrightText: 2019-2021 Vishesh Handa <me@vhanda.in>
#
# SPDX-License-Identifier: AGPL-3.0-or-later
source "https://rubygems.org"
gem "fastlane"

View File

@ -1,3 +1,7 @@
// SPDX-FileCopyrightText: 2019-2021 Vishesh Handa <me@vhanda.in>
//
// SPDX-License-Identifier: Apache-2.0
def localProperties = new Properties()
def localPropertiesFile = rootProject.file('local.properties')
if (localPropertiesFile.exists()) {

View File

@ -1,17 +1,7 @@
<!--
Copyright 2020-2021 Vishesh Handa <me@vhanda.in>
SPDX-FileCopyrightText: 2019-2021 Vishesh Handa <me@vhanda.in>
Licensed under the Apache License, Version 2.0 (the "License");
you may not use this file except in compliance with the License.
You may obtain a copy of the License at
http://www.apache.org/licenses/LICENSE-2.0
Unless required by applicable law or agreed to in writing, software
distributed under the License is distributed on an "AS IS" BASIS,
WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
See the License for the specific language governing permissions and
limitations under the License.
SPDX-License-Identifier: Apache-2.0
-->
<manifest xmlns:android="http://schemas.android.com/apk/res/android"

View File

@ -1,3 +1,7 @@
// SPDX-FileCopyrightText: 2019-2021 Vishesh Handa <me@vhanda.in>
//
// SPDX-License-Identifier: Apache-2.0
buildscript {
repositories {
google()

View File

@ -1,2 +1,6 @@
# SPDX-FileCopyrightText: 2019-2021 Vishesh Handa <me@vhanda.in>
#
# SPDX-License-Identifier: AGPL-3.0-or-later
json_key_file("./secrets/google-play-api-key.json")
package_name("io.gitjournal.gitjournal")

View File

@ -1,3 +1,7 @@
# SPDX-FileCopyrightText: 2019-2021 Vishesh Handa <me@vhanda.in>
#
# SPDX-License-Identifier: AGPL-3.0-or-later
default_platform(:android)
platform :android do

View File

@ -1,3 +1,7 @@
## SPDX-FileCopyrightText: 2019-2021 Vishesh Handa <me@vhanda.in>
##
## SPDX-License-Identifier: Apache-2.0
android.enableJetifier=true
android.useAndroidX=true
org.gradle.jvmargs=-Xmx1536M

4
android/gradlew vendored
View File

@ -1,5 +1,9 @@
#!/usr/bin/env bash
# SPDX-FileCopyrightText: 2019-2021 Vishesh Handa <me@vhanda.in>
#
# SPDX-License-Identifier: Apache-2.0
##############################################################################
##
## Gradle start up script for UN*X

4
android/gradlew.bat vendored
View File

@ -1,3 +1,7 @@
REM SPDX-FileCopyrightText: 2019-2021 Vishesh Handa <me@vhanda.in>
REM
REM SPDX-License-Identifier: Apache-2.0
@if "%DEBUG%" == "" @echo off
@rem ##########################################################################
@rem

View File

@ -1,3 +1,7 @@
// SPDX-FileCopyrightText: 2019-2021 Vishesh Handa <me@vhanda.in>
//
// SPDX-License-Identifier: Apache-2.0
include ':app'
def flutterProjectRoot = rootProject.projectDir.parentFile.toPath()

View File

@ -1,3 +1,7 @@
# SPDX-FileCopyrightText: 2020-2021 Vishesh Handa <me@vhanda.in>
#
# SPDX-License-Identifier: CC-BY-4.0
- version: "1.80"
date: 2021-09-15
improvements:

View File

@ -1,5 +1,9 @@
#!/usr/bin/env sh
# SPDX-FileCopyrightText: 2021 Vishesh Handa <me@vhanda.in>
#
# SPDX-License-Identifier: CC0-1.0
##############################################################################
##
## Flutter start up script for UN*X

View File

@ -0,0 +1,3 @@
SPDX-FileCopyrightText: 2010 Łukasz Dziedzic
SPDX-License-Identifier: OFL-1.1

View File

@ -0,0 +1,3 @@
SPDX-FileCopyrightText: 2021 Christian Robertson
SPDX-License-Identifier: Apache-2.0

View File

@ -1,3 +1,7 @@
# SPDX-FileCopyrightText: 2019-2021 Vishesh Handa <me@vhanda.in>
#
# SPDX-License-Identifier: AGPL-3.0-or-later
source "https://rubygems.org"
gem "fastlane"

View File

@ -1,3 +1,7 @@
# SPDX-FileCopyrightText: 2019-2021 Vishesh Handa <me@vhanda.in>
#
# SPDX-License-Identifier: AGPL-3.0-or-later
# Uncomment this line to define a global platform for your project
platform :ios, '10.0'
@ -90,4 +94,3 @@ post_install do |installer|
end
end
end

View File

@ -1,10 +1,8 @@
//
// ShareViewController.swift
// ShareExtension
//
// Created by Vishesh Handa on 2020-10-20.
// Copyright © 2020 Vishesh Handa. All rights reserved.
//
/*
* SPDX-FileCopyrightText: 2019-2021 Vishesh Handa <me@vhanda.in>
*
* SPDX-License-Identifier: AGPL-3.0-or-later
*/
import UIKit
import Social

View File

@ -1,3 +1,7 @@
# SPDX-FileCopyrightText: 2019-2021 Vishesh Handa <me@vhanda.in>
#
# SPDX-License-Identifier: AGPL-3.0-or-later
app_identifier("io.gitjournal.gitjournal") # The bundle identifier of your app
apple_id("ios.ci@gitjournal.io") # Your Apple email address

View File

@ -1,3 +1,7 @@
# SPDX-FileCopyrightText: 2019-2021 Vishesh Handa <me@vhanda.in>
#
# SPDX-License-Identifier: AGPL-3.0-or-later
default_platform(:ios)
platform :ios do

View File

@ -1,3 +1,7 @@
# SPDX-FileCopyrightText: 2019-2021 Vishesh Handa <me@vhanda.in>
#
# SPDX-License-Identifier: AGPL-3.0-or-later
platform :osx, '10.14'
# CocoaPods analytics sends network stats synchronously affecting flutter build latency.

View File

@ -1,3 +1,9 @@
<!--
SPDX-FileCopyrightText: 2021 Vishesh Handa <me@vhanda.in>
SPDX-License-Identifier: AGPL-3.0-or-later
-->
<!DOCTYPE html>
<html>
<head>

View File

@ -0,0 +1,3 @@
SPDX-FileCopyrightText: 2021 Vishesh Handa <me@vhanda.in>
SPDX-License-Identifier: CC0-1.0