diff options
author | tobrun <tobrun.van.nuland@gmail.com> | 2019-01-02 10:32:45 +0100 |
---|---|---|
committer | Tobrun <tobrun@mapbox.com> | 2019-01-04 08:58:09 +0100 |
commit | 4e86bca5abecdaa6dcdc361421fe73655e7e1b69 (patch) | |
tree | 7ef2c1e244a5970978c65541d01e7fa8bb62680c /platform | |
parent | 2c19356ae6537b42e90db8c77cf317b53f628c4f (diff) | |
download | qtlocation-mapboxgl-4e86bca5abecdaa6dcdc361421fe73655e7e1b69.tar.gz |
[all] - update licenses to 2019
Diffstat (limited to 'platform')
-rw-r--r-- | platform/android/gradle/gradle-javadoc.gradle | 2 | ||||
-rw-r--r-- | platform/ios/app/Info.plist | 2 | ||||
-rw-r--r-- | platform/ios/benchmark/Info.plist | 2 | ||||
-rw-r--r-- | platform/ios/jazzy.yml | 2 | ||||
-rw-r--r-- | platform/macos/jazzy.yml | 2 |
5 files changed, 5 insertions, 5 deletions
diff --git a/platform/android/gradle/gradle-javadoc.gradle b/platform/android/gradle/gradle-javadoc.gradle index 846467b71d..be3be0d0dd 100644 --- a/platform/android/gradle/gradle-javadoc.gradle +++ b/platform/android/gradle/gradle-javadoc.gradle @@ -8,7 +8,7 @@ android.libraryVariants.all { variant -> options.windowTitle("Mapbox Maps SDK for Android $VERSION_NAME Reference") options.docTitle("Mapbox Maps SDK for Android $VERSION_NAME") options.header("Mapbox Maps SDK for Android $VERSION_NAME Reference") - options.bottom("© 2015–2018 Mapbox. All rights reserved.") + options.bottom("© 2015–2019 Mapbox. All rights reserved.") options.links("http://docs.oracle.com/javase/7/docs/api/") options.linksOffline("http://d.android.com/reference/", "$System.env.ANDROID_HOME/docs/reference") options.overview("src/main/java/overview.html") diff --git a/platform/ios/app/Info.plist b/platform/ios/app/Info.plist index ea70ecd629..e2f294a5a5 100644 --- a/platform/ios/app/Info.plist +++ b/platform/ios/app/Info.plist @@ -27,7 +27,7 @@ <key>MGLIdeographicFontFamilyName</key> <string>PingFang TC</string> <key>NSHumanReadableCopyright</key> - <string>© 2014–2018 Mapbox</string> + <string>© 2014–2019 Mapbox</string> <key>NSLocationAlwaysUsageDescription</key> <string>The map will display your location. The map may also use your location when it isn’t visible in order to improve OpenStreetMap and Mapbox products.</string> <key>NSLocationWhenInUseUsageDescription</key> diff --git a/platform/ios/benchmark/Info.plist b/platform/ios/benchmark/Info.plist index b35cb572ab..fc89fdaf08 100644 --- a/platform/ios/benchmark/Info.plist +++ b/platform/ios/benchmark/Info.plist @@ -25,7 +25,7 @@ <key>LSRequiresIPhoneOS</key> <true/> <key>NSHumanReadableCopyright</key> - <string>© 2015–2018 Mapbox</string> + <string>© 2015–2019 Mapbox</string> <key>UIApplicationExitsOnSuspend</key> <true/> <key>UILaunchStoryboardName</key> diff --git a/platform/ios/jazzy.yml b/platform/ios/jazzy.yml index 3757509430..184d7cbd76 100644 --- a/platform/ios/jazzy.yml +++ b/platform/ios/jazzy.yml @@ -3,7 +3,7 @@ author: Mapbox author_url: https://www.mapbox.com/ github_url: https://github.com/mapbox/mapbox-gl-native dash_url: https://www.mapbox.com/ios-sdk/docsets/Mapbox.xml -copyright: '© 2014–2018 [Mapbox](https://www.mapbox.com/). See [license](https://github.com/mapbox/mapbox-gl-native/blob/master/LICENSE.md) for more details.' +copyright: '© 2014–2019 [Mapbox](https://www.mapbox.com/). See [license](https://github.com/mapbox/mapbox-gl-native/blob/master/LICENSE.md) for more details.' head: | <link rel='shortcut icon' href='https://www.mapbox.com/img/favicon.ico' type='image/x-icon' /> diff --git a/platform/macos/jazzy.yml b/platform/macos/jazzy.yml index b5ff4714ae..381e6f8b33 100644 --- a/platform/macos/jazzy.yml +++ b/platform/macos/jazzy.yml @@ -3,7 +3,7 @@ author: Mapbox author_url: https://www.mapbox.com/ github_url: https://github.com/mapbox/mapbox-gl-native dash_url: https://mapbox.github.io/mapbox-gl-native/macos/docsets/Mapbox.xml -copyright: '© 2014–2018 [Mapbox](https://www.mapbox.com/). See [license](https://github.com/mapbox/mapbox-gl-native/blob/master/LICENSE.md) for more details.' +copyright: '© 2014–2019 [Mapbox](https://www.mapbox.com/). See [license](https://github.com/mapbox/mapbox-gl-native/blob/master/LICENSE.md) for more details.' head: | <link rel='shortcut icon' href='https://www.mapbox.com/img/favicon.ico' type='image/x-icon' /> |