Skip to content
This repository was archived by the owner on Aug 8, 2023. It is now read-only.

Commit b35deb8

Browse files
committed
Happy new year! 🎉
1 parent 4d6c5b2 commit b35deb8

File tree

8 files changed

+8
-8
lines changed

8 files changed

+8
-8
lines changed

LICENSE.md

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
mapbox-gl-native copyright (c) 2014-2016 Mapbox.
1+
mapbox-gl-native copyright (c) 2014-2017 Mapbox.
22

33
Redistribution and use in source and binary forms, with or without
44
modification, are permitted provided that the following conditions are

platform/android/MapboxGLAndroidSDK/gradle-javadoc.gradle

+1-1
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,7 @@ android.libraryVariants.all { variant ->
1010
options.windowTitle("Mapbox Android SDK $VERSION_NAME Reference")
1111
options.docTitle("Mapbox Android SDK $VERSION_NAME")
1212
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.")
1414
options.links("http://docs.oracle.com/javase/7/docs/api/")
1515
options.linksOffline("http://d.android.com/reference/", "$System.env.ANDROID_HOME/docs/reference")
1616
options.overview("src/main/java/overview.html")

platform/ios/app/Info.plist

+1-1
Original file line numberDiff line numberDiff line change
@@ -25,7 +25,7 @@
2525
<key>LSRequiresIPhoneOS</key>
2626
<true/>
2727
<key>NSHumanReadableCopyright</key>
28-
<string>© 2014–2016 Mapbox</string>
28+
<string>© 2014–2017 Mapbox</string>
2929
<key>NSLocationAlwaysUsageDescription</key>
3030
<string>The map will ALWAYS display the user’s location.</string>
3131
<key>NSLocationWhenInUseUsageDescription</key>

platform/ios/benchmark/Info.plist

+1-1
Original file line numberDiff line numberDiff line change
@@ -25,7 +25,7 @@
2525
<key>LSRequiresIPhoneOS</key>
2626
<true/>
2727
<key>NSHumanReadableCopyright</key>
28-
<string>© 2015–2016 Mapbox</string>
28+
<string>© 2015–2017 Mapbox</string>
2929
<key>UIApplicationExitsOnSuspend</key>
3030
<true/>
3131
<key>UILaunchStoryboardName</key>

platform/ios/jazzy.yml

+1-1
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@ author: Mapbox
33
author_url: https://www.mapbox.com/
44
github_url: https://github.com/mapbox/mapbox-gl-native
55
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.'
77

88
head: |
99
<link rel='shortcut icon' href='https://www.mapbox.com/img/favicon.ico' type='image/x-icon' />

platform/ios/uitest/LaunchScreen.xib

+1-1
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,7 @@
1212
<rect key="frame" x="0.0" y="0.0" width="480" height="480"/>
1313
<autoresizingMask key="autoresizingMask" widthSizable="YES" heightSizable="YES"/>
1414
<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">
1616
<rect key="frame" x="20" y="439" width="441" height="21"/>
1717
<fontDescription key="fontDescription" type="system" pointSize="17"/>
1818
<color key="textColor" white="1" alpha="1" colorSpace="calibratedWhite"/>

platform/macos/jazzy.yml

+1-1
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@ module: Mapbox
22
author: Mapbox
33
author_url: https://www.mapbox.com/
44
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.'
66

77
head: |
88
<link rel='shortcut icon' href='https://www.mapbox.com/img/favicon.ico' type='image/x-icon' />

test/src/app-info.plist

+1-1
Original file line numberDiff line numberDiff line change
@@ -25,7 +25,7 @@
2525
<key>LSRequiresIPhoneOS</key>
2626
<true/>
2727
<key>NSHumanReadableCopyright</key>
28-
<string>© 2014–2016 Mapbox</string>
28+
<string>© 2014–2017 Mapbox</string>
2929
<key>NSLocationAlwaysUsageDescription</key>
3030
<string>The map will ALWAYS display the user's location.</string>
3131
<key>NSLocationWhenInUseUsageDescription</key>

0 commit comments

Comments
 (0)