Make licence instructions easier to understand

This commit is contained in:
Julien Papasian 2024-03-05 21:04:08 +01:00
parent 22bcadd2c4
commit 1eb83717e3
6 changed files with 30 additions and 36 deletions

View file

@ -1,28 +0,0 @@
## Logo
Logo was designed by [Anthony Dégrange](https://anthony-degrange-design.fr/).
## Allowed usages of Breezy Weather identity
To present Breezy Weather app, you can do the following *without* receiving specific permission from Breezy Weather organization or Anthony Dégrange:
- Use Breezy Weather wordmarks in text to truthfully refer to and/or link to unmodified Breezy Weather programs, products, services and technologies.
- Use Breezy Weather logos in visuals to truthfully refer to and/or to link to the applicable programs, products, services and technologies hosted on GitHub or IzzyOnDroid.
- Use Breezy Weather wordmarks to explain that your software is based on Breezy Weathers open source code, or is compatible with Breezy Weathers software, in accordance with the Open Source Project Guidelines below.
## Open source guidelines
If you choose to build on or modify Breezy Weathers open source code for your own project:
- You must choose branding, logos, and trademarks that denotes your own unique identity so as to clearly signal to users that there is no affiliation with or endorsement by Breezy Weather.
- You must NOT use any part of Breezy Weather identity to incorrectly suggest or give the impression your software is actually published by, affiliated with, or endorsed by Breezy Weather.
- You may:
- State in words (not using logos or images) that your product “works with” or “is compatible” with certain Breezy Weather software products, if that is true.
- State in words (not using logos or images) that your project is based on Breezy Weather open source technology, if that is true, as long as you also include a statement that your project is not officially associated with Breezy Weather or its products.
For instance, you may state that your project:
“is proudly built from Breezy Weathers open source Android app”
“adapted from Breezy Weathers open source Android app”
as long as you also include the statement equally prominently:
“[Brand Name] and [Product Name] are not officially associated with Breezy Weather or its products.”

View file

@ -4,6 +4,6 @@ Optionally, it can access your approximate or precise location to find weather d
The icon packs feature (which allows you to customize weather icons) requires to list packages installed on your device. It will ignore all packages that dont match one of these packs: Breezy Weather icon pack, Geometric Weather icon pack, Chronus icon pack. No data is collected, it is only processed at the moment it is needed.
Breezy Weather relies on third-party APIs to get various data such as your current location (if you decide to not use native GPS), location search or weather, please review their privacy policy (from v4.5.0, in Settings > Info icon > Privacy policy) and only use the ones you agree with.
Breezy Weather relies on third-party APIs to get various data such as your current location (if you decide to not use native GPS), location search or weather, please review their privacy policy (from Settings > Info icon > Privacy policy) and only use the ones you agree with.
This privacy policy may be updated any time, for example to clarify a use case or in case a feature gets added. In that case, it will be mentioned in the changelog. Starting from v4.5.0, you can always access the latest version of the privacy policy from Settings > Info icon > Privacy policy.
This privacy policy may be updated any time, for example to clarify a use case or in case a feature gets added. In that case, it will be mentioned in the changelog. You can always access the latest version of the privacy policy from Settings > Info icon > Privacy policy.

View file

@ -176,16 +176,23 @@ These are time-consuming features and help is always appreciated. A fresh look t
| [#147](https://github.com/breezy-weather/breezy-weather/issues/147) | Black theme | Not being worked on | We already have a dark mode |
# Build variant
# Build flavors
A variant called `gplay` is available and may be distributed on Google Play Store in the future.
A flavor called `gplay` is available and may be distributed on Google Play Store in the future.
It enables Instant App and bundles Google Network Location Provider (proprietary).
# License
* [GNU Lesser General Public License v3.0](/LICENSE)
* [Additional license terms](/LICENSE_ADDITIONAL)
* [Guidelines regarding Breezy Weather identity and forks](/IDENTITY.md)
* [Built on Geometric Weather Android app (GNU Lesser General Public License v3.0)](https://github.com/WangDaYeeeeee/GeometricWeather). Breezy Weather is not officially associated with Geometric Weather or its products.
* Logo is not free to re-use
Forks are allowed so long as they abide by the projects LICENSE.
When creating a fork, remember to:
- To avoid confusion with Breezy Weather app:
- Change the app name
- Change the app icon
- To avoid installation conflicts:
- Change the `applicationId` in [`build.gradle.kts`](https://github.com/breezy-weather/breezy-weather/blob/main/app/build.gradle.kts#L19)

View file

@ -18,7 +18,7 @@ android {
defaultConfig {
applicationId = "org.breezyweather"
versionCode = 50004
versionName = "5.0.4-alpha"
versionName = "5.0.4-beta"
multiDexEnabled = true
ndk {

View file

@ -0,0 +1,15 @@
{
"uniqueId": "wangdaye.com.geometricweather:9ccc1580e169aaba39b63b1d93795ac6c587885c",
"developers": [
{
"name": "WangDaYeeeeee"
}
],
"artifactVersion": "",
"description": "A Material Design weather application Breezy Weather was forked from",
"name": "Geometric Weather App",
"website": "https://github.com/WangDaYeeeeee/GeometricWeather",
"licenses": [
"LGPL-3.0-only"
]
}