@@ -415,3 +415,30 @@ This usually means that com.google.gms:google-services was not applied to your g
415415```
416416
417417The 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+
0 commit comments