Skip to content

Commit 4492984

Browse files
committed
Update copyright and license headers
1 parent 672bbb7 commit 4492984

File tree

39 files changed

+84
-148
lines changed

39 files changed

+84
-148
lines changed

LICENSE.LGPL

Lines changed: 20 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,23 @@
1+
This software is licensed under the LGPL3, included below.
2+
3+
As a special exception to the GNU Lesser General Public License version 3
4+
("LGPL3"), the copyright holders of this Library give you permission to
5+
convey to a third party a Combined Work that links statically or dynamically
6+
to this Library without providing any Minimal Corresponding Source or
7+
Minimal Application Code as set out in 4d or providing the installation
8+
information set out in section 4e, provided that you comply with the other
9+
provisions of LGPL3 and provided that you meet, for the Application the
10+
terms and conditions of the license(s) which apply to the Application.
11+
12+
Except as stated in this special exception, the provisions of LGPL3 will
13+
continue to comply in full to this Library. If you modify this Library, you
14+
may apply this exception to your version of this Library, but you are not
15+
obliged to do so. If you do not wish to do so, delete this exception
16+
statement from your version. This exception does not (and cannot) modify any
17+
license terms which apply to the Application, with which you must still
18+
comply.
19+
20+
121
GNU LESSER GENERAL PUBLIC LICENSE
222
Version 3, 29 June 2007
323

Package.swift

Lines changed: 1 addition & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -1,8 +1,5 @@
11
// swift-tools-version: 5.9
2-
// This is free software: you can redistribute and/or modify it
3-
// under the terms of the GNU Lesser General Public License 3.0
4-
// as published by the Free Software Foundation https://fsf.org
5-
2+
// SPDX-License-Identifier: LGPL-3.0-only WITH LGPL-3.0-linking-exception
63
import PackageDescription
74
import Foundation
85

README.md

Lines changed: 27 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -415,3 +415,30 @@ This usually means that com.google.gms:google-services was not applied to your g
415415
```
416416

417417
The app's `com.google.gms:google-services` plugin must be applied to the `build.gradle.kts` file for the app's target.
418+
419+
## License
420+
421+
This software is licensed under the
422+
[GNU Lesser General Public License v3.0](https://spdx.org/licenses/LGPL-3.0-only.html),
423+
with the following
424+
[linking exception](https://spdx.org/licenses/LGPL-3.0-linking-exception.html)
425+
to clarify that distribution to restricted envrionments (e.g., app stores)
426+
is permitted:
427+
428+
> This software is licensed under the LGPL3, included below.
429+
> As a special exception to the GNU Lesser General Public License version 3
430+
> ("LGPL3"), the copyright holders of this Library give you permission to
431+
> convey to a third party a Combined Work that links statically or dynamically
432+
> to this Library without providing any Minimal Corresponding Source or
433+
> Minimal Application Code as set out in 4d or providing the installation
434+
> information set out in section 4e, provided that you comply with the other
435+
> provisions of LGPL3 and provided that you meet, for the Application the
436+
> terms and conditions of the license(s) which apply to the Application.
437+
> Except as stated in this special exception, the provisions of LGPL3 will
438+
> continue to comply in full to this Library. If you modify this Library, you
439+
> may apply this exception to your version of this Library, but you are not
440+
> obliged to do so. If you do not wish to do so, delete this exception
441+
> statement from your version. This exception does not (and cannot) modify any
442+
> license terms which apply to the Application, with which you must still
443+
> comply.
444+

Sources/SkipFirebaseAnalytics/SkipFirebaseAnalytics.swift

Lines changed: 1 addition & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,4 @@
1-
// This is free software: you can redistribute and/or modify it
2-
// under the terms of the GNU Lesser General Public License 3.0
3-
// as published by the Free Software Foundation https://fsf.org
4-
1+
// SPDX-License-Identifier: LGPL-3.0-only WITH LGPL-3.0-linking-exception
52
#if !SKIP_BRIDGE
63
#if SKIP
74
import SkipFirebaseCore

Sources/SkipFirebaseAppCheck/SkipFirebaseAppCheck.swift

Lines changed: 1 addition & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,4 @@
1-
// This is free software: you can redistribute and/or modify it
2-
// under the terms of the GNU Lesser General Public License 3.0
3-
// as published by the Free Software Foundation https://fsf.org
4-
1+
// SPDX-License-Identifier: LGPL-3.0-only WITH LGPL-3.0-linking-exception
52
#if !SKIP_BRIDGE
63
#if SKIP
74
import SkipFirebaseCore

Sources/SkipFirebaseAuth/SkipFirebaseAuth.swift

Lines changed: 1 addition & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,4 @@
1-
// This is free software: you can redistribute and/or modify it
2-
// under the terms of the GNU Lesser General Public License 3.0
3-
// as published by the Free Software Foundation https://fsf.org
4-
1+
// SPDX-License-Identifier: LGPL-3.0-only WITH LGPL-3.0-linking-exception
52
#if !SKIP_BRIDGE
63
#if SKIP
74
import SkipFoundation

Sources/SkipFirebaseCore/SkipFirebaseCore.swift

Lines changed: 1 addition & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,4 @@
1-
// This is free software: you can redistribute and/or modify it
2-
// under the terms of the GNU Lesser General Public License 3.0
3-
// as published by the Free Software Foundation https://fsf.org
4-
1+
// SPDX-License-Identifier: LGPL-3.0-only WITH LGPL-3.0-linking-exception
52
#if !SKIP_BRIDGE
63
#if SKIP
74
import Foundation

Sources/SkipFirebaseCrashlytics/SkipFirebaseCrashlytics.swift

Lines changed: 1 addition & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,4 @@
1-
// This is free software: you can redistribute and/or modify it
2-
// under the terms of the GNU Lesser General Public License 3.0
3-
// as published by the Free Software Foundation https://fsf.org
4-
1+
// SPDX-License-Identifier: LGPL-3.0-only WITH LGPL-3.0-linking-exception
52
#if !SKIP_BRIDGE
63
#if SKIP
74
import SkipFirebaseCore

Sources/SkipFirebaseDatabase/SkipFirebaseDatabase.swift

Lines changed: 1 addition & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,4 @@
1-
// This is free software: you can redistribute and/or modify it
2-
// under the terms of the GNU Lesser General Public License 3.0
3-
// as published by the Free Software Foundation https://fsf.org
4-
1+
// SPDX-License-Identifier: LGPL-3.0-only WITH LGPL-3.0-linking-exception
52
#if !SKIP_BRIDGE
63
#if SKIP
74
import SkipFirebaseCore

Sources/SkipFirebaseFirestore/SkipFirebaseFirestore.swift

Lines changed: 1 addition & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,4 @@
1-
// This is free software: you can redistribute and/or modify it
2-
// under the terms of the GNU Lesser General Public License 3.0
3-
// as published by the Free Software Foundation https://fsf.org
4-
1+
// SPDX-License-Identifier: LGPL-3.0-only WITH LGPL-3.0-linking-exception
52
#if !SKIP_BRIDGE
63
#if SKIP
74
import Foundation

0 commit comments

Comments
 (0)