From a80f5163c4259696278a149b6ac5246d52a19350 Mon Sep 17 00:00:00 2001 From: tobrun Date: Wed, 2 Jan 2019 10:32:45 +0100 Subject: [all] - update licenses to 2019 --- LICENSE.md | 2 +- platform/android/gradle/gradle-javadoc.gradle | 2 +- platform/ios/app/Info.plist | 2 +- platform/ios/benchmark/Info.plist | 2 +- platform/ios/jazzy.yml | 2 +- platform/macos/jazzy.yml | 2 +- test/src/app-info.plist | 2 +- 7 files changed, 7 insertions(+), 7 deletions(-) diff --git a/LICENSE.md b/LICENSE.md index ccdedde311..f4abdd104f 100644 --- a/LICENSE.md +++ b/LICENSE.md @@ -1,4 +1,4 @@ -mapbox-gl-native copyright (c) 2014-2018 Mapbox. +mapbox-gl-native copyright (c) 2014-2019 Mapbox. Redistribution and use in source and binary forms, with or without modification, are permitted provided that the following conditions are 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 @@ MGLIdeographicFontFamilyName PingFang TC NSHumanReadableCopyright - © 2014–2018 Mapbox + © 2014–2019 Mapbox NSLocationAlwaysUsageDescription 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. NSLocationWhenInUseUsageDescription 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 @@ LSRequiresIPhoneOS NSHumanReadableCopyright - © 2015–2018 Mapbox + © 2015–2019 Mapbox UIApplicationExitsOnSuspend UILaunchStoryboardName 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: | 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: | diff --git a/test/src/app-info.plist b/test/src/app-info.plist index 6ee059b3b4..a2cbe4600c 100644 --- a/test/src/app-info.plist +++ b/test/src/app-info.plist @@ -25,7 +25,7 @@ LSRequiresIPhoneOS NSHumanReadableCopyright - © 2014–2018 Mapbox + © 2014–2019 Mapbox NSLocationAlwaysUsageDescription The map will ALWAYS display the user's location. NSLocationWhenInUseUsageDescription -- cgit v1.2.1