OpenWeatherMap requires (mandatory) API key
[AndroidWeatherInformation] / LICENSE.md
1 # Legal information
2
3 ## Weather Information
4
5 **Weather Information** is licensed under the Apache License, Version 2.0.  The full text
6 of the license can be found in:
7
8  - LICENSE
9
10 This license applies to the whole project with the exception of third party libraries
11 and files, which may be licensed under different licenses, as noted below.
12
13
14 ## [XAML Icon Studio](http://www.xaml-icon-studio.com)
15
16 The logo, action bar and notification icon used by this application were provided by
17 [http://www.xaml-icon-studio.com](http://www.xaml-icon-studio.com). The file was originally
18 taken from this url: [http://www.iconarchive.com/show/agriculture-icons-by-xaml-icon-studio/Sunflower-icon.html](http://www.iconarchive.com/show/agriculture-icons-by-xaml-icon-studio/Sunflower-icon.html).
19 Copyright holder [http://www.xaml-icon-studio.com](http://www.xaml-icon-studio.com). It is free for non-commercial
20 use but you may not use this file without the explicit consent from the copyright holder.
21
22 Copyright applies to the following files in any path of this project:
23
24  * ic_launcher.png
25  * logo.png
26
27
28 ## [Jackson](http://wiki.fasterxml.com/JacksonHome)
29
30 Weather Information uses **jackson-core-2.3.3.jar** library, which is licensed under the
31 Apache License, Version 2.0. The license is located in the following path:
32
33  - app/src/main/assets/jackson-license.txt
34
35
36 ## [timber](https://github.com/JakeWharton/timber)
37
38 Weather Information makes use of **timber-2.5.0.jar** library, which is licensed under the
39 Apache License, Version 2.0. The license is located in the following path:
40
41  - app/src/main/assets/timber-license.txt
42
43
44 ## [GNOME Project](http://www.gnome.org)
45
46 Weather Information makes use of [gnome-icon-theme-symbolic](https://github.com/GNOME/gnome-icon-theme-symbolic) that
47 was licensed under the Creative Commons Attribution-Share Alike 3.0 United States License. This license
48 can be found in the following path:
49
50  - app/src/main/assets/gnome-icon-license.txt
51
52 It applies to the following files in any path of this project:
53
54  * weather_clear_night.png
55  * weather_clear.png
56  * weather_few_clouds_night.png
57  * weather_few_clouds.png
58  * weather_fog.png
59  * weather_overcast.png
60  * weather_severe_alert.png
61  * weather_showers.png
62  * weather_showers_scattered.png
63  * weather_snow.png
64  * weather_storm.png
65
66
67 ## Java code from [Apache HttpClient 3.X](http://hc.apache.org/httpclient-3.x/)
68
69 This application is using code from **Apache HttpClient 3.X**. We include the license in:
70
71  - app/src/main/assets/apache-http-client-license.txt
72
73 It applies to the following files:
74
75  * Consts.java
76  * ContentType.java
77
78
79 ## Files from The Android Open Source Project
80
81 This application makes use of **appwidget_dark_bg.9.png** file, which comes from
82 The Android Open Source Project. The license can be found in this path:
83
84  - app/src/main/assets/google-widget-dark-license.txt
85
86
87 ## [Google Play Services](https://developer.android.com/google/play-services/index.html)
88
89 Weather Information uses the Google Play Services API and libraries.
90
91 ## [OpenWeatherMap](http://openweathermap.org/)
92
93 Weather Information could not work without OpenWeatherMap. It is licensed under the Creative Commons
94 Attribution-Share Alike 2.0 Generic License. This license can be found at this url: [http://creativecommons.org/licenses/by-sa/2.0/](http://creativecommons.org/licenses/by-sa/2.0/)