This repository was archived by the owner on Aug 8, 2023. It is now read-only.
Commit b35deb8 1 parent 4d6c5b2 commit b35deb8 Copy full SHA for b35deb8
File tree 8 files changed +8
-8
lines changed
android/MapboxGLAndroidSDK
8 files changed +8
-8
lines changed Original file line number Diff line number Diff line change 1
- mapbox-gl-native copyright (c) 2014-2016 Mapbox.
1
+ mapbox-gl-native copyright (c) 2014-2017 Mapbox.
2
2
3
3
Redistribution and use in source and binary forms, with or without
4
4
modification, are permitted provided that the following conditions are
Original file line number Diff line number Diff line change @@ -10,7 +10,7 @@ android.libraryVariants.all { variant ->
10
10
options. windowTitle(" Mapbox Android SDK $VERSION_NAME Reference" )
11
11
options. docTitle(" Mapbox Android SDK $VERSION_NAME " )
12
12
options. header(" Mapbox Android SDK $VERSION_NAME Reference" )
13
- options. bottom(" © 2015–2016 Mapbox. All rights reserved." )
13
+ options. bottom(" © 2015–2017 Mapbox. All rights reserved." )
14
14
options. links(" http://docs.oracle.com/javase/7/docs/api/" )
15
15
options. linksOffline(" http://d.android.com/reference/" , " $System . env . ANDROID_HOME /docs/reference" )
16
16
options. overview(" src/main/java/overview.html" )
Original file line number Diff line number Diff line change 25
25
<key >LSRequiresIPhoneOS </key >
26
26
<true />
27
27
<key >NSHumanReadableCopyright </key >
28
- <string >© 2014–2016 Mapbox </string >
28
+ <string >© 2014–2017 Mapbox </string >
29
29
<key >NSLocationAlwaysUsageDescription </key >
30
30
<string >The map will ALWAYS display the user’s location. </string >
31
31
<key >NSLocationWhenInUseUsageDescription </key >
Original file line number Diff line number Diff line change 25
25
<key >LSRequiresIPhoneOS </key >
26
26
<true />
27
27
<key >NSHumanReadableCopyright </key >
28
- <string >© 2015–2016 Mapbox </string >
28
+ <string >© 2015–2017 Mapbox </string >
29
29
<key >UIApplicationExitsOnSuspend </key >
30
30
<true />
31
31
<key >UILaunchStoryboardName </key >
Original file line number Diff line number Diff line change @@ -3,7 +3,7 @@ author: Mapbox
3
3
author_url : https://www.mapbox.com/
4
4
github_url : https://github.com/mapbox/mapbox-gl-native
5
5
dash_url : https://www.mapbox.com/ios-sdk/docsets/Mapbox.xml
6
- copyright : ' © 2014–2016 [Mapbox](https://www.mapbox.com/). See [license](https://github.com/mapbox/mapbox-gl-native/blob/master/LICENSE.md) for more details.'
6
+ copyright : ' © 2014–2017 [Mapbox](https://www.mapbox.com/). See [license](https://github.com/mapbox/mapbox-gl-native/blob/master/LICENSE.md) for more details.'
7
7
8
8
head : |
9
9
<link rel='shortcut icon' href='https://www.mapbox.com/img/favicon.ico' type='image/x-icon' />
Original file line number Diff line number Diff line change 12
12
<rect key =" frame" x =" 0.0" y =" 0.0" width =" 480" height =" 480" />
13
13
<autoresizingMask key =" autoresizingMask" widthSizable =" YES" heightSizable =" YES" />
14
14
<subviews >
15
- <label opaque =" NO" clipsSubviews =" YES" userInteractionEnabled =" NO" contentMode =" left" horizontalHuggingPriority =" 251" verticalHuggingPriority =" 251" text =" © 2015–2016 Mapbox. All rights reserved." textAlignment =" center" lineBreakMode =" tailTruncation" baselineAdjustment =" alignBaselines" minimumFontSize =" 9" translatesAutoresizingMaskIntoConstraints =" NO" id =" 8ie-xW-0ye" >
15
+ <label opaque =" NO" clipsSubviews =" YES" userInteractionEnabled =" NO" contentMode =" left" horizontalHuggingPriority =" 251" verticalHuggingPriority =" 251" text =" © 2015–2017 Mapbox. All rights reserved." textAlignment =" center" lineBreakMode =" tailTruncation" baselineAdjustment =" alignBaselines" minimumFontSize =" 9" translatesAutoresizingMaskIntoConstraints =" NO" id =" 8ie-xW-0ye" >
16
16
<rect key =" frame" x =" 20" y =" 439" width =" 441" height =" 21" />
17
17
<fontDescription key =" fontDescription" type =" system" pointSize =" 17" />
18
18
<color key =" textColor" white =" 1" alpha =" 1" colorSpace =" calibratedWhite" />
Original file line number Diff line number Diff line change @@ -2,7 +2,7 @@ module: Mapbox
2
2
author : Mapbox
3
3
author_url : https://www.mapbox.com/
4
4
github_url : https://github.com/mapbox/mapbox-gl-native
5
- copyright : ' © 2014–2016 [Mapbox](https://www.mapbox.com/). See [license](https://github.com/mapbox/mapbox-gl-native/blob/master/LICENSE.md) for more details.'
5
+ copyright : ' © 2014–2017 [Mapbox](https://www.mapbox.com/). See [license](https://github.com/mapbox/mapbox-gl-native/blob/master/LICENSE.md) for more details.'
6
6
7
7
head : |
8
8
<link rel='shortcut icon' href='https://www.mapbox.com/img/favicon.ico' type='image/x-icon' />
Original file line number Diff line number Diff line change 25
25
<key >LSRequiresIPhoneOS </key >
26
26
<true />
27
27
<key >NSHumanReadableCopyright </key >
28
- <string >© 2014–2016 Mapbox </string >
28
+ <string >© 2014–2017 Mapbox </string >
29
29
<key >NSLocationAlwaysUsageDescription </key >
30
30
<string >The map will ALWAYS display the user's location. </string >
31
31
<key >NSLocationWhenInUseUsageDescription </key >
You can’t perform that action at this time.
0 commit comments