fontist 1.13.0 → 1.14.0
Sign up to get free protection for your applications and to get access to all the features.
- checksums.yaml +4 -4
- data/.github/workflows/metanorma.yml +3 -1
- data/README.adoc +230 -141
- data/lib/fontist/cli/class_options.rb +14 -0
- data/lib/fontist/cli.rb +33 -19
- data/lib/fontist/errors.rb +22 -0
- data/lib/fontist/font.rb +42 -7
- data/lib/fontist/fontconfig.rb +87 -0
- data/lib/fontist/fontconfig_cli.rb +29 -0
- data/lib/fontist/formula.rb +9 -2
- data/lib/fontist/helpers.rb +21 -0
- data/lib/fontist/import/create_formula.rb +22 -2
- data/lib/fontist/import/files/collection_file.rb +7 -3
- data/lib/fontist/import/formula_builder.rb +23 -7
- data/lib/fontist/import/google/skiplist.yml +1 -0
- data/lib/fontist/import/helpers/system_helper.rb +1 -9
- data/lib/fontist/import/macos/macos_license.txt +596 -0
- data/lib/fontist/import/macos.rb +25 -109
- data/lib/fontist/import/recursive_extraction.rb +11 -1
- data/lib/fontist/import/text_helper.rb +1 -1
- data/lib/fontist/import_cli.rb +20 -10
- data/lib/fontist/repo_cli.rb +6 -0
- data/lib/fontist/utils/downloader.rb +5 -8
- data/lib/fontist/utils/system.rb +8 -0
- data/lib/fontist/utils/ui.rb +33 -4
- data/lib/fontist/utils.rb +0 -3
- data/lib/fontist/version.rb +1 -1
- data/lib/fontist.rb +2 -6
- metadata +6 -6
- data/lib/fontist/google_cli.rb +0 -29
- data/lib/fontist/utils/dsl/collection_font.rb +0 -36
- data/lib/fontist/utils/dsl/font.rb +0 -38
- data/lib/fontist/utils/dsl.rb +0 -85
@@ -0,0 +1,596 @@
|
|
1
|
+
For use on Apple-branded Systems
|
2
|
+
|
3
|
+
PLEASE READ THIS SOFTWARE LICENSE AGREEMENT (“LICENSE”) CAREFULLY BEFORE USING
|
4
|
+
THE APPLE SOFTWARE. BY USING THE APPLE SOFTWARE, YOU ARE AGREEING TO BE BOUND
|
5
|
+
BY THE TERMS OF THIS LICENSE. IF YOU DO NOT AGREE TO THE TERMS OF THIS LICENSE,
|
6
|
+
DO NOT INSTALL AND/OR USE THE APPLE SOFTWARE AND, IF PRESENTED WITH THE OPTION
|
7
|
+
TO “AGREE” OR “DISAGREE” TO THE TERMS, CLICK “DISAGREE”. IF YOU ACQUIRED THE
|
8
|
+
APPLE SOFTWARE AS PART OF AN APPLE HARDWARE PURCHASE AND IF YOU DO NOT AGREE
|
9
|
+
TO THE TERMS OF THIS LICENSE, YOU MAY RETURN THE ENTIRE APPLE HARDWARE/
|
10
|
+
SOFTWARE PACKAGE WITHIN THE RETURN PERIOD TO THE APPLE STORE OR AUTHORIZED
|
11
|
+
DISTRIBUTOR WHERE YOU OBTAINED IT FOR A REFUND, SUBJECT TO APPLE’S RETURN
|
12
|
+
POLICY FOUND AT https://www.apple.com/legal/sales-support/. YOU MUST RETURN THE
|
13
|
+
ENTIRE HARDWARE/SOFTWARE PACKAGE IN ORDER TO OBTAIN A REFUND.
|
14
|
+
|
15
|
+
IMPORTANT NOTE: To the extent that this software may be used to reproduce, modify, publish or
|
16
|
+
distribute materials, it is licensed to you only for reproduction, modification, publication and
|
17
|
+
distribution of non-copyrighted materials, materials in which you own the copyright, or materials
|
18
|
+
you are authorized or legally permitted to reproduce, modify, publish or distribute. If you are
|
19
|
+
uncertain about your right to copy, modify, publish or distribute any material, you should contact
|
20
|
+
your legal advisor.
|
21
|
+
|
22
|
+
1. General.
|
23
|
+
A. The Apple software (including Boot ROM code), any third party software, documentation, interfaces,
|
24
|
+
content, fonts and any data accompanying this License whether preinstalled on Apple-branded
|
25
|
+
hardware, on internal storage, on removable media, on disk, in read only memory, on any other media or
|
26
|
+
in any other form (collectively the “Apple Software”) are licensed, not sold, to you by Apple Inc. (“Apple”)
|
27
|
+
for use only under the terms of this License. Apple and/or Apple’s licensors retain ownership of the
|
28
|
+
Apple Software itself and reserve all rights not expressly granted to you. You agree that the terms of this
|
29
|
+
License will apply to any Apple-branded application software product that may be preinstalled on your
|
30
|
+
Apple-branded hardware, unless such product is accompanied by a separate license, in which case you
|
31
|
+
agree that the terms of that license will govern your use of that product.
|
32
|
+
B. Apple, at its discretion, may make available future upgrades or updates to the Apple Software for your
|
33
|
+
Apple-branded computer. Upgrades and updates, if any, may not necessarily include all existing
|
34
|
+
software features or new features that Apple releases for newer or other models of Apple-branded
|
35
|
+
computers. The terms of this License will govern any software upgrades or updates provided by Apple
|
36
|
+
that replace and/or supplement the original Apple Software product, unless such upgrade or update is
|
37
|
+
accompanied by a separate license in which case the terms of that license will govern.
|
38
|
+
C. Title and intellectual property rights in and to any content displayed by or accessed through the Apple
|
39
|
+
Software belongs to the respective content owner. Such content may be protected by copyright or other
|
40
|
+
intellectual property laws and treaties, and may be subject to terms of use of the third party providing
|
41
|
+
such content. Except as otherwise provided herein, this License does not grant you any rights to use
|
42
|
+
such content nor does it guarantee that such content will continue to be available to you.
|
43
|
+
2. Permitted License Uses and Restrictions.
|
44
|
+
A. Preinstalled and Single-Copy Apple Software License. Subject to the terms and conditions of this
|
45
|
+
License, unless you obtained the Apple Software from the Mac App Store, through an automatic
|
46
|
+
download or under a volume license, maintenance or other written agreement from Apple, you are
|
47
|
+
granted a limited, non-exclusive license to install, use and run one (1) copy of the Apple Software on a
|
48
|
+
single Apple-branded computer at any one time. For example, these single-copy license terms apply to
|
49
|
+
you if you obtained the Apple Software preinstalled on Apple-branded hardware.
|
50
|
+
B. Mac App Store License. If you obtained a license for the Apple Software from the Mac App Store or
|
51
|
+
through an automatic download, then subject to the terms and conditions of this License and as
|
52
|
+
permitted by the Services and Content Usage Rules set forth in the Apple Media Services Terms and
|
53
|
+
Conditions (https://www.apple.com/legal/internet-services/itunes/) (“Usage Rules”), you are granted a
|
54
|
+
limited, non-transferable, non-exclusive license:
|
55
|
+
(i) to download, install, use and run for personal, non-commercial use, one (1) copy of the Apple
|
56
|
+
Software directly on each Apple-branded computer running macOS Catalina, macOS Mojave,
|
57
|
+
macOS High Sierra, macOS Sierra, OS X El Capitan, OS X Yosemite, OS X Mavericks, OS X
|
58
|
+
Mountain Lion or OS X Lion (“Mac Computer”) that you own or control;
|
59
|
+
(ii) If you are a commercial enterprise or educational institution, to download, install, use and run
|
60
|
+
one (1) copy of the Apple Software for use either: (a) by a single individual on each of the Mac
|
61
|
+
Computer(s) that you own or control, or (b) by multiple individuals on a single shared Mac
|
62
|
+
Computer that you own or control. For example, a single employee may use the Apple Software
|
63
|
+
on both the employee’s desktop Mac Computer and laptop Mac Computer, or multiple students
|
64
|
+
may serially use the Apple Software on a single Mac Computer located at a resource center or
|
65
|
+
library; and
|
66
|
+
(iii) to install, use and run up to two (2) additional copies or instances of the Apple Software
|
67
|
+
within virtual operating system environments on each Mac Computer you own or control that is
|
68
|
+
already running the Apple Software, for purposes of: (a) software development; (b) testing during
|
69
|
+
software development; (c) using macOS Server; or (d) personal, non-commercial use.
|
70
|
+
Except as expressly permitted in Section 3, the grant set forth in Section 2B(iii) above does not permit
|
71
|
+
you to use the virtualized copies or instances of the Apple Software in connection with service bureau,
|
72
|
+
time-sharing, terminal sharing or other similar types of services. Except as expressly permitted in this
|
73
|
+
Section 2B, you may not use the Apple Software to run any Apple operating system software, including
|
74
|
+
iOS, iPadOS, watchOS or tvOS, in virtual operating system environments on Mac Computer(s).
|
75
|
+
C. Volume or Maintenance License. If you obtained the Apple Software under a volume or maintenance
|
76
|
+
license program with Apple, the terms of your volume or maintenance license will determine the number
|
77
|
+
of copies of the Apple Software you are permitted to download, install, use and run on Apple-branded
|
78
|
+
computers you own or control. Except as agreed to in writing by Apple, all other terms and conditions of
|
79
|
+
this License shall apply to your use of the Apple Software obtained under a volume or maintenance
|
80
|
+
license.
|
81
|
+
D. System Requirements; Apple ID. Please note that the Apple Software is supported on only Applebranded hardware that meets specified system requirements as indicated by Apple. In addition, use of
|
82
|
+
and access to certain features of the Apple Software and certain Services (as defined in Section 6) may
|
83
|
+
require you to apply for a unique user name and password combination, known as an Apple ID.
|
84
|
+
E. Fonts. Subject to the terms and conditions of this License, you may use the fonts included with the
|
85
|
+
Apple Software to display and print content while running the Apple Software; however, you may only
|
86
|
+
embed fonts in content if that is permitted by the embedding restrictions accompanying the font in
|
87
|
+
question. These embedding restrictions can be found in the Font Book/Preview/Show Font Info panel.
|
88
|
+
F. Voices. Subject to the terms and conditions of this License, you may use the system voices included
|
89
|
+
in the Apple Software (“System Voices”) (i) while running the Apple Software and (ii) to create your own
|
90
|
+
original content and projects for your personal, non-commercial use. No other use of the System Voices
|
91
|
+
is permitted by this License, including but not limited to the use, reproduction, display, performance,
|
92
|
+
recording, publishing or redistribution of any of the System Voices in a profit, non-profit, public sharing
|
93
|
+
or commercial context.
|
94
|
+
G. Photos App Features and Support. The Photos application of the Apple Software (“Photos App”) may
|
95
|
+
not support some video and photo formats. Use of some features of the Photos App will depend on the
|
96
|
+
features of your camera. Synchronizing photos with the Photos App and any Apple or third party
|
97
|
+
services may result in loss of data. The slideshow graphics, music and themes included with the Photos
|
98
|
+
App are only for personal, non-commercial use in slideshows you create using the Photos App. You may
|
99
|
+
not use, extract or distribute, commercially or otherwise, on a standalone basis, any photographs,
|
100
|
+
images, graphics, artwork, audio, video or similar assets (“Digital Materials”) contained within, or
|
101
|
+
provided as a part of, the Photos App, or otherwise use the Digital Materials outside the context of its
|
102
|
+
intended use as part of the Photos App.
|
103
|
+
H. Content Caching Features.
|
104
|
+
1. To the extent that Apple and/or its affiliates make particular software and/or content available for
|
105
|
+
caching (e.g., applicable content from the Mac App Store) (“Apple Eligible Content”), certain features of
|
106
|
+
the Apple Software (the “Content Caching Features”) may automatically download and locally cache
|
107
|
+
such Apple Eligible Content on your Apple-branded computer that is running the Apple Software (for
|
108
|
+
purposes of this Section, such Apple-branded computer is referred to as the “Caching Enabled Mac”).
|
109
|
+
By using the Content Caching Features of the Apple Software, you agree that Apple may
|
110
|
+
download and cache such Apple Eligible Content on your Caching Enabled Mac. You can turn off
|
111
|
+
the Content Caching Features of the Apple Software at any time by going to Sharing under System
|
112
|
+
Preferences on your Caching Enabled Mac.
|
113
|
+
2. The Content Caching Features of the Apple Software are for use only on a Caching Enabled Mac you
|
114
|
+
own or control and solely for purposes of expediting the delivery of such Apple Eligible Content to
|
115
|
+
authorized end users within your home, company or organization. You understand that such users may
|
116
|
+
need to separately authenticate with Apple prior to receiving the Apple Eligible Content and that the
|
117
|
+
expedited delivery of Apple Eligible Content through the use of your Caching Enabled Mac will not
|
118
|
+
modify the terms under which you or your end users receive such Apple Eligible Content.
|
119
|
+
3. You acknowledge and agree that all use of the Apple Eligible Content is subject to the applicable
|
120
|
+
license terms that govern the type of Apple Eligible Content being cached. These terms may include,
|
121
|
+
but are not limited to, the Apple Media Services Terms and Conditions, the iCloud Terms and Conditions,
|
122
|
+
the iTunes U Instructor Agreement, the iTunes U Software License Agreement, and/or the applicable
|
123
|
+
licensing terms that accompanied the software being downloaded, unless the download was
|
124
|
+
accompanied by its own separate license agreement in which case the latter would apply. A list of Apple
|
125
|
+
Software License Agreements (SLAs) may be found here: https://www.apple.com/legal/sla/. You
|
126
|
+
acknowledge and agree that the use of the Content Caching Features and storage of Apple Eligible
|
127
|
+
Content on your Caching Enabled Mac does not transfer to you any rights beyond those granted to you
|
128
|
+
in the applicable license terms for the Apple Eligible Content and shall not constitute a grant, waiver, or
|
129
|
+
other limitation of any rights of Apple or any other copyright owners in any Apple Eligible Content.
|
130
|
+
4. You are not authorized to deploy your Caching Enabled Mac with the Content Caching Features
|
131
|
+
enabled on a network you do not own or control (or which you are not legally authorized to use for such
|
132
|
+
purposes), or to permit access to such Apple Eligible Content from end users outside of your home,
|
133
|
+
company or organization. You agree to only use the Content Caching Features for your own personal,
|
134
|
+
non-commercial use or for internal use within your company or organization, and only as expressly
|
135
|
+
permitted herein. You may not provide a service to third parties that integrates with or leverages
|
136
|
+
services or information provided by the Content Caching Features or uses the Content Caching Features
|
137
|
+
in any way.
|
138
|
+
5. By enabling the Content Caching Features of the Apple Software, you agree that Apple may store,
|
139
|
+
monitor, and secure the Apple Eligible Content on your Caching Enabled Mac, and may collect and use
|
140
|
+
technical information about your Caching Enabled Mac and related networks, including but not limited
|
141
|
+
to, hardware identifiers and IP addresses, for such purposes. You agree not to disable, disrupt, hack,
|
142
|
+
circumvent, or otherwise interfere with Apple’s verification, storage or authentication mechanisms, digital
|
143
|
+
signing, digital rights management, or other security mechanisms implemented in or by the Apple
|
144
|
+
Software, services, the Apple Eligible Content, or other Apple software or technology, or to enable others
|
145
|
+
to do so.
|
146
|
+
6. Apple reserves the right to stop making Apple Eligible Content available for caching on your Caching
|
147
|
+
Enabled Mac (e.g., some content that you may have previously cached may not be available for
|
148
|
+
subsequent caching) and to remove any cached Apple Eligible Content from your Caching Enabled
|
149
|
+
Macs at any time in its sole discretion, and Apple shall have no liability to you in such event. You
|
150
|
+
understand that such caching of Apple Eligible Content may not be available in all countries or regions.
|
151
|
+
You may remove the cached Apple Eligible Content and disable the Content Caching Features at any
|
152
|
+
time.
|
153
|
+
I. Remote Desktop Connections. Subject to the terms and conditions of this License, when remotely
|
154
|
+
connecting from another computer or electronic device (each a “Device”) to an Apple-branded computer
|
155
|
+
that is running the Apple Software (for purposes of this Section, such Apple-branded computer is
|
156
|
+
referred to as the “Home Mac”), whether through the Screen Sharing feature or through any other
|
157
|
+
means:
|
158
|
+
(i) only one (1) Device may remotely connect at any one time, whether directly or indirectly, to
|
159
|
+
control the graphical desktop session of the Apple Software that is running and being displayed
|
160
|
+
on the Home Mac; and
|
161
|
+
(ii) a reasonable number of Devices may remotely connect at the same time for the sole purpose
|
162
|
+
of simultaneously observing the same graphical desktop session of the Apple Software that is
|
163
|
+
running and being displayed on the Home Mac, as long as they do not control the Apple
|
164
|
+
Software in any way; but
|
165
|
+
(iii) only one (1) Apple-branded Device may remotely connect at any one time, whether directly or
|
166
|
+
indirectly, to control a separate graphical desktop session of the Apple Software that is different
|
167
|
+
from the one running and being displayed on the Home Mac, and such connection may only be
|
168
|
+
made through the Screen Sharing feature of the Apple Software.
|
169
|
+
Except as expressly permitted in this Section 2I or Section 3, or except as otherwise licensed by Apple,
|
170
|
+
you agree not to use the Apple Software, or any of its functionality, in connection with service bureau,
|
171
|
+
time-sharing, terminal sharing or other similar types of services, whether such services are being
|
172
|
+
provided within your own organization or to third parties.
|
173
|
+
J. Other Use Restrictions. The grants set forth in this License do not permit you to, and you agree not to,
|
174
|
+
install, use or run the Apple Software on any non-Apple-branded computer, or to enable others to do so.
|
175
|
+
You agree not to remove, obscure, or alter any proprietary notices (including trademark and copyright
|
176
|
+
notices) that may be affixed to or contained within the Apple Software. Except as otherwise permitted by
|
177
|
+
the terms of this License or otherwise licensed by Apple: (i) only one user may use the Apple Software at
|
178
|
+
a time, and (ii) you may not make the Apple Software available over a network where it could be run or
|
179
|
+
used by multiple computers at the same time. Except as expressly permitted in Section 3, you may not
|
180
|
+
rent, lease, lend, sell, redistribute or sublicense the Apple Software.
|
181
|
+
K. Backup Copy. You may make one copy of the Apple Software (excluding the Boot ROM code and
|
182
|
+
other Apple firmware that is embedded or otherwise contained in Apple-branded hardware) in machinereadable form for backup purposes only; provided that the backup copy must include all copyright or
|
183
|
+
other proprietary notices contained on the original. Apple Boot ROM code and firmware is provided only
|
184
|
+
for use on Apple-branded hardware and you may not copy, modify or redistribute the Apple Boot ROM
|
185
|
+
code or firmware, or any portions thereof.
|
186
|
+
L. Migration of Existing Software. If you use Setup/Migration Assistant to transfer software from one
|
187
|
+
Apple-branded computer to another Apple-branded computer, please remember that continued use of
|
188
|
+
the original copy of the software may be prohibited once a copy has been transferred to another
|
189
|
+
computer, unless you already have a licensed copy of such software on both computers. You should
|
190
|
+
check the relevant software license agreements for applicable terms and conditions. Third party software
|
191
|
+
and services may not be compatible with this Apple Software and installation of this Apple Software may
|
192
|
+
affect the availability and usability of such third party software or services.
|
193
|
+
M. Open Source. Certain components of the Apple Software, and third party open source programs
|
194
|
+
included with the Apple Software, have been or may be made available by Apple on its Open Source
|
195
|
+
web site (https://www.opensource.apple.com/) (collectively the “Open-Sourced Components”). You may
|
196
|
+
modify or replace only these Open-Sourced Components; provided that: (i) the resultant modified Apple
|
197
|
+
Software is used, in place of the unmodified Apple Software, on Apple-branded computers you own or
|
198
|
+
control, as long as each such Apple computer has a properly licensed copy of the Apple Software on it;
|
199
|
+
and (ii) you otherwise comply with the terms of this License and any applicable licensing terms
|
200
|
+
governing use of the Open-Sourced Components. Apple is not obligated to provide any updates,
|
201
|
+
maintenance, warranty, technical or other support, or services for the resultant modified Apple Software.
|
202
|
+
You expressly acknowledge that if failure or damage to Apple hardware results from modification of the
|
203
|
+
Open-Sourced Components of the Apple Software, such failure or damage is excluded from the terms of
|
204
|
+
the Apple hardware warranty.
|
205
|
+
N. No Reverse Engineering. You may not, and you agree not to or enable others to, copy (except as
|
206
|
+
expressly permitted by this License or by the Usage Rules if they are applicable to you), decompile,
|
207
|
+
reverse engineer, disassemble, attempt to derive the source code of, decrypt, modify, or create
|
208
|
+
derivative works of the Apple Software or any services provided by the Apple Software or any part
|
209
|
+
thereof (except as and only to the extent any foregoing restriction is prohibited by applicable law or by
|
210
|
+
licensing terms governing use of Open-Sourced Components that may be included with the Apple
|
211
|
+
Software).
|
212
|
+
O. Compliance with Laws. You agree to use the Apple Software and the Services (as defined in Section 6
|
213
|
+
below) in compliance with all applicable laws, including local laws of the country or region in which you
|
214
|
+
reside or in which you download or use the Apple Software and Services. Features of the Apple Software
|
215
|
+
and the Services may not be available in all languages or regions and some features may vary by region.
|
216
|
+
An Internet connection is required for some features of the Apple Software and Services.
|
217
|
+
P. Third Party Software. Apple has provided as part of the Apple Software package, and may provide as
|
218
|
+
an upgrade, update or supplement to the Apple Software, access to certain third party software or
|
219
|
+
services as a convenience. To the extent that the Apple Software contains or provides access to any
|
220
|
+
third party software or services, Apple has no express or implied obligation to provide any technical or
|
221
|
+
other support for such software or services. Please contact the appropriate software vendor,
|
222
|
+
manufacturer or service provider directly for technical support and customer service related to its
|
223
|
+
software, service and/or products.
|
224
|
+
Q. Automatic Updates. The Apple Software will periodically check with Apple for updates to the Apple
|
225
|
+
Software. If an update is available, the update may automatically download and install onto your
|
226
|
+
computer and, if applicable, your peripheral devices. By using the Apple Software, you agree that
|
227
|
+
Apple may download and install automatic updates onto your computer and your peripheral
|
228
|
+
devices. You can turn off automatic updates altogether at any time by changing the automatic updates
|
229
|
+
settings found within System Preferences.
|
230
|
+
R. System Characters. Subject to the terms and conditions of this License, you may use the Memoji
|
231
|
+
characters included in or created with the Apple Software (“System Characters”): (i) while running the
|
232
|
+
Apple Software; and (ii) to create your own original content and projects for your personal, noncommercial use. No other use of the System Characters is permitted by this License, including but not
|
233
|
+
limited to the use, reproduction, display, performance, recording, publishing or redistribution of any of
|
234
|
+
the System Characters in a profit, non-profit, public sharing or commercial context.
|
235
|
+
3. Leasing for Permitted Developer Services.
|
236
|
+
A. Leasing. You may lease or sublease a validly licensed version of the Apple Software in its entirety to
|
237
|
+
an individual or organization (each, a “Lessee”) provided that all of the following conditions are met:
|
238
|
+
(i) the leased Apple Software must be used for the sole purpose of providing Permitted
|
239
|
+
Developer Services and each Lessee must review and agree to be bound by the terms of this
|
240
|
+
License;
|
241
|
+
(ii) each lease period must be for a minimum period of twenty-four (24) consecutive hours;
|
242
|
+
(iii) during the lease period, the End User Lessee must have sole and exclusive use and control
|
243
|
+
of the Apple Software and the Apple-branded hardware on which it is installed, except that you,
|
244
|
+
as the party leasing the Apple Software (“Lessor”), may provide administrative support for the
|
245
|
+
Apple Software; and
|
246
|
+
(iv) prior to using the Apple Software, the End User Lessee must review and agree to be bound
|
247
|
+
by the terms applicable to any software preinstalled on the Apple Software, including, but not
|
248
|
+
limited to Apple’s Xcode developer software and any other Apple or third-party software.
|
249
|
+
For purposes of this Section 3: (A) End User Lessee means a Lessee who is the end user ultimately
|
250
|
+
using the leased Apple Software solely for Permitted Developer Services; and (B) Permitted Developer
|
251
|
+
Services means continuous integration services, including but not limited to software development,
|
252
|
+
building software from source, automated testing during software development, and running necessary
|
253
|
+
developer tools to support such activities. Each Lessor must provide Apple with advance notice prior to
|
254
|
+
leasing or subleasing the Apple Software pursuant to this Section 3 by contacting Apple Developer
|
255
|
+
Relations (https://developer.apple.com/contact/macos-license/).
|
256
|
+
B. Subleasing. A Lessee may further sublease the Apple Software pursuant to this Section 3 provided
|
257
|
+
that such Lessee complies with all of the terms of this Section 3. A Lessee subleasing the Apple
|
258
|
+
Software (who shall also be considered a Lessor under this Section 3) must fully relinquish exclusive use
|
259
|
+
and control of the Apple Software and the Apple-branded hardware on which it is installed to its Lessee
|
260
|
+
during the lease period.
|
261
|
+
C. Enforcement. As a Lessor, you shall be responsible for: (i) ensuring that each Lessee complies with
|
262
|
+
the requirements of this Section 3; (ii) ensuring each Lessee agrees to all applicable license terms; and
|
263
|
+
(iii) assisting Apple in enforcing compliance therewith. If a Lessee breaches this License or other
|
264
|
+
applicable Apple license terms, their rights to use the Apple Software shall automatically terminate and
|
265
|
+
you agree to immediately terminate such Lessee’s use of the Apple Software upon your discovery of
|
266
|
+
such breach or upon written notice from Apple of such breach.
|
267
|
+
D. Virtualization. For each copy of the Apple Software subject to a lease under this Section 3, either a
|
268
|
+
Lessor or a Lessee (but not both) may install, use and run additional copies or instances of the Apple
|
269
|
+
Software within virtual operating system environments in accordance with Section 2B(iii), provided that a
|
270
|
+
Lessor may only virtualize a single instance or copy of the Apple Software as a provisioning tool for the
|
271
|
+
purpose of providing a Lessee with access to and use of the Apple Software pursuant to this Section 3.
|
272
|
+
E. System Configuration. If you are a Lessee, you acknowledge that the Apple Software may have been
|
273
|
+
previously configured by the Lessor who is leasing the Apple Software to you, including the selection of
|
274
|
+
settings for Analytics, Location Services, and other security, privacy and data collection-related features.
|
275
|
+
You acknowledge and agree that Apple is not responsible for the configuration of the Apple Software by
|
276
|
+
the Lessor.
|
277
|
+
4. Transfer.
|
278
|
+
A. If you obtained the Apple Software preinstalled on Apple-branded hardware or if you obtained your
|
279
|
+
license to the Apple Software from the Mac App Store or through a software update, you may make a
|
280
|
+
one-time permanent transfer of all of your license rights to the Apple Software (in its original form as
|
281
|
+
provided by Apple) to another party, provided that: (i) the Apple Software is transferred together with
|
282
|
+
your Apple-branded hardware; (ii) the transfer must include all of the Apple Software, including all its
|
283
|
+
component parts and this License; (iii) you do not retain any copies of the Apple Software, full or partial,
|
284
|
+
including copies stored on a computer or other storage device; and (iv) the party receiving the Apple
|
285
|
+
Software reads and agrees to accept the terms and conditions of this License. For purposes of this
|
286
|
+
License, if Apple provides an update (e.g., version 10.14 to 10.14.1) to the Apple Software, the update is
|
287
|
+
considered part of the Apple Software and may not be transferred separately from the pre-update
|
288
|
+
version of the Apple Software.
|
289
|
+
B. You may not transfer any Apple Software that has been modified or replaced under Section 2M
|
290
|
+
above. All components of the Apple Software are provided as part of a bundle and may not be separated
|
291
|
+
from the bundle and distributed as standalone applications. Note that the Apple Software provided with
|
292
|
+
a particular Apple-branded hardware product might not run on other models of Apple-branded
|
293
|
+
hardware.
|
294
|
+
C. Any copy of the Apple Software that may be provided by Apple for promotional, evaluation,
|
295
|
+
diagnostic or restorative purposes may be used only for such purposes and may not be resold or
|
296
|
+
transferred.
|
297
|
+
5. Consent to Use of Data. When you use the various communication features of the Apple
|
298
|
+
Software, such as iMessage and FaceTime, with your computer, the Apple ID information you provide,
|
299
|
+
your email address(es), certain unique identifiers for your computer and your iPhone’s telephone number
|
300
|
+
are sent to Apple in order to allow others to reach you. When you use iMessage, Apple may hold your
|
301
|
+
messages in encrypted form for a limited period of time in order to ensure their delivery. You may turn off
|
302
|
+
FaceTime or iMessage by going to the FaceTime or Messages preferences on your Mac. Certain
|
303
|
+
features like Analytics, Location Services, Siri, Dictation and Spotlight may require information from your
|
304
|
+
computer to provide their respective functions. When you turn on or use these features, details will be
|
305
|
+
provided regarding what information is sent to Apple and how the information may be used. You can
|
306
|
+
learn more by visiting https://www.apple.com/privacy/. At all times your information will be treated in
|
307
|
+
accordance with Apple’s Privacy Policy, which can be viewed at: https://www.apple.com/legal/privacy/.
|
308
|
+
6. Services and Third Party Materials.
|
309
|
+
A. General. The Apple Software may enable access to Apple’s iTunes Store, Mac App Store, Apple
|
310
|
+
Books, Game Center, iCloud, Maps and other Apple and third party services and web sites (collectively
|
311
|
+
and individually, “Services”). Use of these Services requires Internet access and use of certain Services
|
312
|
+
may require an Apple ID, may require you to accept additional terms and may be subject to additional
|
313
|
+
fees. By using this software in connection with an Apple ID, or other Apple Services, you agree to the
|
314
|
+
applicable terms of service for that Service, such as the latest Apple Media Services Terms and
|
315
|
+
Conditions for the country or region in which you access such Services, which you may access and
|
316
|
+
review at https://www.apple.com/legal/internet-services/itunes/.
|
317
|
+
B. If you sign up for iCloud, certain iCloud features like “iCloud Drive”, “My Photo Stream”, “Shared
|
318
|
+
Albums” and “Find My” may be accessed directly from the Apple Software. You acknowledge and agree
|
319
|
+
that your use of iCloud and these features is subject to the latest terms and conditions of the iCloud
|
320
|
+
service, which you may access and review at: https://www.apple.com/legal/internet-services/icloud/.
|
321
|
+
C. News App Content. Your use of content accessed through the News application is limited solely to
|
322
|
+
personal, noncommercial use, does not transfer any ownership interest to you in the content, and
|
323
|
+
specifically excludes, without limitation, any commercial or promotional use rights in such content.
|
324
|
+
Furthermore, you are prohibited from republishing, retransmitting and reproducing any images accessed
|
325
|
+
through News as a stand-alone file.
|
326
|
+
D. Maps. The maps service and features of the Apple Software (“Maps”), including map data coverage,
|
327
|
+
may vary by region. When you turn on or use Maps, details will be provided regarding what information
|
328
|
+
is sent to Apple and how the information may be used.
|
329
|
+
E. You understand that by using any of the Services, you may encounter content that may be deemed
|
330
|
+
offensive, indecent, or objectionable, which content may or may not be identified as having explicit
|
331
|
+
language, and that the results of any search or entering of a particular URL may automatically and
|
332
|
+
unintentionally generate links or references to objectionable material. Nevertheless, you agree to use the
|
333
|
+
Services at your sole risk and that Apple, its affiliates, agents, principals, or licensors shall have no
|
334
|
+
liability to you for content that may be found to be offensive, indecent, or objectionable.
|
335
|
+
F. Certain Services may display, include or make available content, data, information, applications or
|
336
|
+
materials from third parties (“Third Party Materials”) or provide links to certain third party web sites. By
|
337
|
+
using the Services, you acknowledge and agree that Apple is not responsible for examining or evaluating
|
338
|
+
the content, accuracy, completeness, timeliness, validity, copyright compliance, legality, decency, quality
|
339
|
+
or any other aspect of such Third Party Materials or web sites. Apple, its officers, affiliates and
|
340
|
+
subsidiaries do not warrant or endorse and do not assume and will not have any liability or responsibility
|
341
|
+
to you or any other person for any third-party Services, Third Party Materials or web sites, or for any
|
342
|
+
other materials, products, or services of third parties. Third Party Materials and links to other web sites
|
343
|
+
are provided solely as a convenience to you.
|
344
|
+
G. Neither Apple nor any of its content providers guarantees the availability, accuracy, completeness,
|
345
|
+
reliability, or timeliness of stock information, location data or any other data displayed by any Services.
|
346
|
+
Financial information displayed by any Services is for general informational purposes only and should
|
347
|
+
not be relied upon as investment advice. Before executing any securities transaction based upon
|
348
|
+
information obtained through the Services, you should consult with a financial or securities professional
|
349
|
+
who is legally qualified to give financial or securities advice in your country or region. Location data
|
350
|
+
provided by any Services, including the Apple Maps service, is provided for basic navigational and/or
|
351
|
+
planning purposes only and is not intended to be relied upon in situations where precise location
|
352
|
+
information is needed or where erroneous, inaccurate, time-delayed or incomplete location data may
|
353
|
+
lead to death, personal injury, property or environmental damage. You agree that the results you receive
|
354
|
+
from the Maps service may vary from actual road or terrain conditions due to factors that can affect the
|
355
|
+
accuracy of the Maps data, such as, but not limited to, weather, road and traffic conditions, and
|
356
|
+
geopolitical events. For your safety, always pay attention to posted road signs and current road
|
357
|
+
conditions. Follow safe driving practices and traffic regulations, and note that cycling and walking
|
358
|
+
directions may not include designated pathways.
|
359
|
+
H. To the extent that you upload any content through the use of the Services, you represent that you
|
360
|
+
own all rights in, or have authorization or are otherwise legally permitted to upload, such content and
|
361
|
+
that such content does not violate any terms of service applicable to the Services. You agree that the
|
362
|
+
Services contain proprietary content, information and material that is owned by Apple, the site owner or
|
363
|
+
their licensors, and is protected by applicable intellectual property and other laws, including but not
|
364
|
+
limited to copyright. You agree that you will not use such proprietary content, information or materials
|
365
|
+
other than for permitted use of the Services or in any manner that is inconsistent with the terms of this
|
366
|
+
License or that infringes any intellectual property rights of a third party or Apple. No portion of the
|
367
|
+
Services may be reproduced in any form or by any means. You agree not to modify, rent, lease, loan,
|
368
|
+
sell, distribute, or create derivative works based on the Services, in any manner, and you shall not exploit
|
369
|
+
the Services in any unauthorized way whatsoever, including but not limited to, using the Services to
|
370
|
+
transmit any computer viruses, worms, trojan horses or other malware, or by trespass or burdening
|
371
|
+
network capacity. You further agree not to use the Services in any manner to harass, abuse, stalk,
|
372
|
+
threaten, defame or otherwise infringe or violate the rights of any other party, and that Apple is not in any
|
373
|
+
way responsible for any such use by you, nor for any harassing, threatening, defamatory, offensive,
|
374
|
+
infringing or illegal messages or transmissions that you may receive as a result of using any of the
|
375
|
+
Services.
|
376
|
+
I. In addition, such Services and Third Party Materials may not be available in all languages or in all
|
377
|
+
countries or regions. Apple makes no representation that such Services and Third Party Materials are
|
378
|
+
appropriate or available for use in any particular location. To the extent you choose to use or access
|
379
|
+
such Services or Third Party Materials, you do so at your own initiative and are responsible for
|
380
|
+
compliance with any applicable laws, including but not limited to applicable local laws and privacy and
|
381
|
+
data collection laws. Apple and its licensors reserve the right to change, suspend, remove, or disable
|
382
|
+
access to any Services at any time without notice. In no event will Apple be liable for the removal of or
|
383
|
+
disabling of access to any such Services. Apple may also impose limits on the use of or access to
|
384
|
+
certain Services, in any case and without notice or liability.
|
385
|
+
7. Termination. This License is effective until terminated. Your rights under this License will terminate
|
386
|
+
automatically or otherwise cease to be effective without notice from Apple if you fail to comply with any
|
387
|
+
term(s) of this License. Upon the termination of this License, you shall cease all use of the Apple
|
388
|
+
Software and destroy all copies, full or partial, of the Apple Software. Sections 5, 6, 7, 8, 9, 10, 12, 13
|
389
|
+
and 14 of this License shall survive any such termination.
|
390
|
+
8. Disclaimer of Warranties.
|
391
|
+
A. If you are a customer who is a consumer (someone who uses the Apple Software outside of your
|
392
|
+
trade, business or profession), you may have legal rights in your country of residence which would
|
393
|
+
prohibit the following limitations from applying to you, and where prohibited they will not apply to you. To
|
394
|
+
find out more about rights, you should contact a local consumer advice organization.
|
395
|
+
B. YOU EXPRESSLY ACKNOWLEDGE AND AGREE THAT, TO THE EXTENT PERMITTED BY
|
396
|
+
APPLICABLE LAW, USE OF THE APPLE SOFTWARE AND ANY SERVICES PERFORMED BY OR
|
397
|
+
ACCESSED THROUGH THE APPLE SOFTWARE IS AT YOUR SOLE RISK AND THAT THE ENTIRE RISK
|
398
|
+
AS TO SATISFACTORY QUALITY, PERFORMANCE, ACCURACY AND EFFORT IS WITH YOU.
|
399
|
+
C. TO THE MAXIMUM EXTENT PERMITTED BY APPLICABLE LAW, THE APPLE SOFTWARE AND
|
400
|
+
SERVICES ARE PROVIDED “AS IS” AND “AS AVAILABLE”, WITH ALL FAULTS AND WITHOUT
|
401
|
+
WARRANTY OF ANY KIND, AND APPLE AND APPLE’S LICENSORS (COLLECTIVELY REFERRED TO
|
402
|
+
AS “APPLE” FOR THE PURPOSES OF SECTIONS 8 AND 9) HEREBY DISCLAIM ALL WARRANTIES
|
403
|
+
AND CONDITIONS WITH RESPECT TO THE APPLE SOFTWARE AND SERVICES, EITHER EXPRESS,
|
404
|
+
IMPLIED OR STATUTORY, INCLUDING, BUT NOT LIMITED TO, THE IMPLIED WARRANTIES AND/OR
|
405
|
+
CONDITIONS OF MERCHANTABILITY, SATISFACTORY QUALITY, FITNESS FOR A PARTICULAR
|
406
|
+
PURPOSE, ACCURACY, QUIET ENJOYMENT, AND NON-INFRINGEMENT OF THIRD PARTY RIGHTS.
|
407
|
+
D. APPLE DOES NOT WARRANT AGAINST INTERFERENCE WITH YOUR ENJOYMENT OF THE APPLE
|
408
|
+
SOFTWARE AND SERVICES, THAT THE FUNCTIONS CONTAINED IN, OR SERVICES PERFORMED OR
|
409
|
+
PROVIDED BY, THE APPLE SOFTWARE WILL MEET YOUR REQUIREMENTS, THAT THE OPERATION
|
410
|
+
OF THE APPLE SOFTWARE AND SERVICES WILL BE UNINTERRUPTED OR ERROR-FREE, THAT ANY
|
411
|
+
SERVICES WILL CONTINUE TO BE MADE AVAILABLE, THAT DEFECTS IN THE APPLE SOFTWARE OR
|
412
|
+
SERVICES WILL BE CORRECTED, OR THAT THE APPLE SOFTWARE OR SERVICES WILL BE
|
413
|
+
COMPATIBLE OR WORK WITH ANY THIRD PARTY SOFTWARE, APPLICATIONS OR THIRD PARTY
|
414
|
+
SERVICES. INSTALLATION OF THIS APPLE SOFTWARE MAY AFFECT THE AVAILABILITY AND
|
415
|
+
USABILITY OF THIRD PARTY SOFTWARE, APPLICATIONS OR THIRD PARTY SERVICES, AS WELL AS
|
416
|
+
APPLE PRODUCTS AND SERVICES.
|
417
|
+
E. YOU FURTHER ACKNOWLEDGE THAT THE APPLE SOFTWARE AND SERVICES ARE NOT
|
418
|
+
INTENDED OR SUITABLE FOR USE IN SITUATIONS OR ENVIRONMENTS WHERE THE FAILURE OR
|
419
|
+
TIME DELAYS OF, OR ERRORS OR INACCURACIES IN THE CONTENT, DATA OR INFORMATION
|
420
|
+
PROVIDED BY THE APPLE SOFTWARE OR SERVICES COULD LEAD TO DEATH, PERSONAL INJURY,
|
421
|
+
OR SEVERE PHYSICAL OR ENVIRONMENTAL DAMAGE, INCLUDING WITHOUT LIMITATION THE
|
422
|
+
OPERATION OF NUCLEAR FACILITIES, AIRCRAFT NAVIGATION OR COMMUNICATION SYSTEMS, AIR
|
423
|
+
TRAFFIC CONTROL, LIFE SUPPORT OR WEAPONS SYSTEMS.
|
424
|
+
F. NO ORAL OR WRITTEN INFORMATION OR ADVICE GIVEN BY APPLE OR AN APPLE AUTHORIZED
|
425
|
+
REPRESENTATIVE SHALL CREATE A WARRANTY. SHOULD THE APPLE SOFTWARE OR SERVICES
|
426
|
+
PROVE DEFECTIVE, YOU ASSUME THE ENTIRE COST OF ALL NECESSARY SERVICING, REPAIR OR
|
427
|
+
CORRECTION. SOME JURISDICTIONS DO NOT ALLOW THE EXCLUSION OF IMPLIED WARRANTIES
|
428
|
+
OR LIMITATIONS ON APPLICABLE STATUTORY RIGHTS OF A CONSUMER, SO THE ABOVE
|
429
|
+
EXCLUSION AND LIMITATIONS MAY NOT APPLY TO YOU.
|
430
|
+
9. Limitation of Liability. TO THE EXTENT NOT PROHIBITED BY APPLICABLE LAW, IN NO EVENT
|
431
|
+
SHALL APPLE, ITS AFFILIATES, AGENTS OR PRINCIPALS BE LIABLE FOR PERSONAL INJURY, OR
|
432
|
+
ANY INCIDENTAL, SPECIAL, INDIRECT OR CONSEQUENTIAL DAMAGES WHATSOEVER, INCLUDING,
|
433
|
+
WITHOUT LIMITATION, DAMAGES FOR LOSS OF PROFITS, CORRUPTION OR LOSS OF DATA,
|
434
|
+
FAILURE TO TRANSMIT OR RECEIVE ANY DATA OR INFORMATION (INCLUDING WITHOUT
|
435
|
+
LIMITATION COURSE INSTRUCTIONS, ASSIGNMENTS AND MATERIALS), BUSINESS INTERRUPTION
|
436
|
+
OR ANY OTHER COMMERCIAL DAMAGES OR LOSSES, ARISING OUT OF OR RELATED TO YOUR
|
437
|
+
USE OR INABILITY TO USE THE APPLE SOFTWARE OR SERVICES OR ANY THIRD PARTY
|
438
|
+
SOFTWARE, APPLICATIONS OR SERVICES IN CONJUNCTION WITH THE APPLE SOFTWARE OR
|
439
|
+
SERVICES, HOWEVER CAUSED, REGARDLESS OF THE THEORY OF LIABILITY (CONTRACT, TORT OR
|
440
|
+
OTHERWISE) AND EVEN IF APPLE HAS BEEN ADVISED OF THE POSSIBILITY OF SUCH DAMAGES.
|
441
|
+
SOME JURISDICTIONS DO NOT ALLOW THE EXCLUSION OR LIMITATION OF LIABILITY FOR
|
442
|
+
PERSONAL INJURY, OR OF INCIDENTAL OR CONSEQUENTIAL DAMAGES, SO THIS LIMITATION MAY
|
443
|
+
NOT APPLY TO YOU. In no event shall Apple’s total liability to you for all damages (other than as may be
|
444
|
+
required by applicable law in cases involving personal injury) exceed the amount of two hundred and fifty
|
445
|
+
dollars (U.S.$250.00). The foregoing limitations will apply even if the above stated remedy fails of its
|
446
|
+
essential purpose.
|
447
|
+
10. Digital Certificates. The Apple Software contains functionality that allows it to accept digital
|
448
|
+
certificates either issued from Apple or from third parties. YOU ARE SOLELY RESPONSIBLE FOR
|
449
|
+
DECIDING WHETHER OR NOT TO RELY ON A CERTIFICATE WHETHER ISSUED BY APPLE OR A
|
450
|
+
THIRD PARTY. YOUR USE OF DIGITAL CERTIFICATES IS AT YOUR SOLE RISK. TO THE MAXIMUM
|
451
|
+
EXTENT PERMITTED BY APPLICABLE LAW, APPLE MAKES NO WARRANTIES OR
|
452
|
+
REPRESENTATIONS, EXPRESS OR IMPLIED, AS TO MERCHANTABILITY OR FITNESS FOR ANY
|
453
|
+
PARTICULAR PURPOSE, ACCURACY, SECURITY, OR NON-INFRINGEMENT OF THIRD PARTY RIGHTS
|
454
|
+
WITH RESPECT TO DIGITAL CERTIFICATES. You agree that (a) you will not falsify or misuse any
|
455
|
+
certificate; (b) you will use digital certificates for legal purposes only and in accordance with any
|
456
|
+
applicable Certificate Policy, Certificate Practice Statement or other Certificate Authority business
|
457
|
+
practice disclosures; (c) you are solely responsible for preventing any unauthorized user from making use
|
458
|
+
of your digital certificates; (d) you are solely responsible for preventing any unauthorized user from
|
459
|
+
making use of the private key associated with your digital certificate; and (e) you will revoke any of your
|
460
|
+
certificates that you have reason to believe have been compromised. Apple’s Certificate Policy and
|
461
|
+
Certificate Practice Statements may be found at: https://www.apple.com/certificateauthority.
|
462
|
+
11. Export Control. You may not use or otherwise export or reexport the Apple Software except as
|
463
|
+
authorized by United States law and the laws of the jurisdiction(s) in which the Apple Software was
|
464
|
+
obtained. In particular, but without limitation, the Apple Software may not be exported or re-exported (a)
|
465
|
+
into any U.S. embargoed countries or (b) to anyone on the U.S. Treasury Department’s list of Specially
|
466
|
+
Designated Nationals or the U.S. Department of Commerce Denied Person’s List or Entity List or any
|
467
|
+
other restricted party lists. By using the Apple Software, you represent and warrant that you are not
|
468
|
+
located in any such country or on any such list. You also agree that you will not use the Apple Software
|
469
|
+
for any purposes prohibited by United States law, including, without limitation, the development, design,
|
470
|
+
manufacture or production of missiles, nuclear, chemical or biological weapons.
|
471
|
+
12. Government End Users. The Apple Software and related documentation are “Commercial Items”,
|
472
|
+
as that term is defined at 48 C.F.R. §2.101, consisting of “Commercial Computer Software” and
|
473
|
+
“Commercial Computer Software Documentation”, as such terms are used in 48 C.F.R. §12.212 or 48
|
474
|
+
C.F.R. §227.7202, as applicable. Consistent with 48 C.F.R. §12.212 or 48 C.F.R. §227.7202-1 through
|
475
|
+
227.7202-4, as applicable, the Commercial Computer Software and Commercial Computer Software
|
476
|
+
Documentation are being licensed to U.S. Government end users (a) only as Commercial Items and (b)
|
477
|
+
with only those rights as are granted to all other end users pursuant to the terms and conditions herein.
|
478
|
+
Unpublished-rights reserved under the copyright laws of the United States.
|
479
|
+
13. Controlling Law and Severability. This License will be governed by and construed in accordance
|
480
|
+
with the laws of the State of California, excluding its conflict of law principles. This License shall not be
|
481
|
+
governed by the United Nations Convention on Contracts for the International Sale of Goods, the
|
482
|
+
application of which is expressly excluded. If you are a consumer based in the United Kingdom, this
|
483
|
+
License will be governed by the laws of the jurisdiction of your residence. If for any reason a court of
|
484
|
+
competent jurisdiction finds any provision, or portion thereof, to be unenforceable, the remainder of this
|
485
|
+
License shall continue in full force and effect.
|
486
|
+
14. Complete Agreement; Governing Language. This License constitutes the entire agreement
|
487
|
+
between you and Apple relating to the Apple Software and supersedes all prior or contemporaneous
|
488
|
+
understandings regarding such subject matter. No amendment to or modification of this License will be
|
489
|
+
binding unless in writing and signed by Apple. Any translation of this License is done for local
|
490
|
+
requirements and in the event of a dispute between the English and any non-English versions, the
|
491
|
+
English version of this License shall govern, to the extent not prohibited by local law in your jurisdiction.
|
492
|
+
15. Third Party Acknowledgements.
|
493
|
+
A. Portions of the Apple Software may utilize or include third party software and other copyrighted
|
494
|
+
material. Acknowledgements, licensing terms and disclaimers for such material are contained in the
|
495
|
+
electronic documentation for the Apple Software, and your use of such material is governed by their
|
496
|
+
respective terms. Use of the Google Safe Browsing Service is subject to the Google Terms of Service
|
497
|
+
(https://www.google.com/intl/en/policies/terms/) and to Google’s Privacy Policy (https://
|
498
|
+
www.google.com/intl/en/policies/privacy/).
|
499
|
+
B. Certain software libraries and other third party software included with the Apple Software are free
|
500
|
+
software and licensed under the terms of the GNU General Public License (GPL) or the GNU Library/
|
501
|
+
Lesser General Public License (LGPL), as the case may be. You may obtain a complete machinereadable copy of the source code for such free software under the terms of the GPL or LGPL, as the
|
502
|
+
case may be, without charge except for the cost of media, shipping, and handling, upon written request
|
503
|
+
to Apple at opensource@apple.com. The GPL/LGPL software is distributed in the hope that it will be
|
504
|
+
useful, but WITHOUT ANY WARRANTY, without even the implied warranty of MERCHANTABILITY or
|
505
|
+
FITNESS FOR A PARTICULAR PURPOSE. A copy of the GPL and LGPL is included with the Apple
|
506
|
+
Software.
|
507
|
+
C. Use of MPEG-4. This product is licensed under the MPEG-4 Systems Patent Portfolio License for
|
508
|
+
encoding in compliance with the MPEG-4 Systems Standard, except that an additional license and
|
509
|
+
payment of royalties are necessary for encoding in connection with (i) data stored or replicated in
|
510
|
+
physical media which is paid for on a title by title basis and/or (ii) data which is paid for on a title by title
|
511
|
+
basis and is transmitted to an end user for permanent storage and/or use. Such additional license may
|
512
|
+
be obtained from MPEG LA, LLC. See https://www.mpegla.com for additional details.
|
513
|
+
This product is licensed under the MPEG-4 Visual Patent Portfolio License for the personal and noncommercial use of a consumer for (i) encoding video in compliance with the MPEG-4 Visual Standard
|
514
|
+
(“MPEG-4 Video”) and/or (ii) decoding MPEG-4 video that was encoded by a consumer engaged in a
|
515
|
+
personal and non-commercial activity and/or was obtained from a video provider licensed by MPEG LA
|
516
|
+
to provide MPEG-4 video. No license is granted or shall be implied for any other use. Additional
|
517
|
+
information including that relating to promotional, internal and commercial uses and licensing may be
|
518
|
+
obtained from MPEG LA, LLC. See https://www.mpegla.com.
|
519
|
+
D. H.264/AVC Notice. To the extent that the Apple Software contains AVC encoding and/or decoding
|
520
|
+
functionality, commercial use of H.264/AVC requires additional licensing and the following provision
|
521
|
+
applies: THE AVC FUNCTIONALITY IN THIS PRODUCT IS LICENSED HEREIN ONLY FOR THE
|
522
|
+
PERSONAL AND NON-COMMERCIAL USE OF A CONSUMER TO (i) ENCODE VIDEO IN COMPLIANCE
|
523
|
+
WITH THE AVC STANDARD (“AVC VIDEO”) AND/OR (ii) DECODE AVC VIDEO THAT WAS ENCODED BY
|
524
|
+
A CONSUMER ENGAGED IN A PERSONAL AND NON-COMMERCIAL ACTIVITY AND/OR AVC VIDEO
|
525
|
+
THAT WAS OBTAINED FROM A VIDEO PROVIDER LICENSED TO PROVIDE AVC VIDEO. INFORMATION
|
526
|
+
REGARDING OTHER USES AND LICENSES MAY BE OBTAINED FROM MPEG LA L.L.C. SEE HTTPS://
|
527
|
+
WWW.MPEGLA.COM.
|
528
|
+
E. AMR Notice. The Adaptive Multi-Rate (“AMR”) encoding and decoding functionality in this product is
|
529
|
+
not licensed to perform cellular voice calls, or for use in any telephony products built on the QuickTime
|
530
|
+
architecture for the Windows platform. The AMR encoding and decoding functionality in this product is
|
531
|
+
also not licensed for use in a cellular communications infrastructure including: base stations, base
|
532
|
+
station controllers/radio network controllers, switching centers, and gateways to and from the public
|
533
|
+
switched network.
|
534
|
+
F. FAA Notice. Aircraft Situation Display and National Airspace System Status Information data
|
535
|
+
(collectively “Flight Data”) displayed through the Apple Software is generated by the Federal Aviation
|
536
|
+
Administration. You agree not to redistribute Flight Data without the prior written consent of the FAA. The
|
537
|
+
FAA and Apple disclaim all warranties, expressed or implied (including the implied warranties of
|
538
|
+
merchantability and fitness for a particular purpose), regarding the use and accuracy of the Flight Data.
|
539
|
+
You agree that the FAA and Apple shall not be liable, either collectively or individually, for any loss,
|
540
|
+
damage, claim, liability, expense, or penalty, or for any indirect, special, secondary, incidental, or
|
541
|
+
consequential damages deriving from the use of the Flight Data. The Apple Software is not sponsored or
|
542
|
+
endorsed by the FAA. The FAA is not responsible for technical or system problems, and you should not
|
543
|
+
contact the FAA regarding such problems or regarding operational traffic flow issues.
|
544
|
+
G. Use of Adobe Color Profiles. You may use the Adobe Color Profile software included with the Apple
|
545
|
+
Software pursuant to this License, but Adobe is under no obligation to provide any support for the Color
|
546
|
+
Profiles hereunder, including upgrades or future versions of the Profiles or other items. In addition to the
|
547
|
+
provisions of Sections 8 and 9 above, IN NO EVENT WILL ADOBE BE LIABLE TO YOU FOR ANY
|
548
|
+
DAMAGES, CLAIMS OR COSTS WHATSOEVER. The Adobe Color Profile software distributed with the
|
549
|
+
Apple Software is also available for download from Adobe at https://www.adobe.com.
|
550
|
+
H. Gracenote® End User License Agreement. This application or device contains software from
|
551
|
+
Gracenote, Inc. of Emeryville, California (“Gracenote”). The software from Gracenote (the “Gracenote
|
552
|
+
Software”) enables this application to perform disc and/or file identification and obtain music-related
|
553
|
+
information, including name, artist, track, and title information (“Gracenote Data”) from online servers or
|
554
|
+
embedded databases (collectively, “Gracenote Servers”) and to perform other functions. You may use
|
555
|
+
Gracenote Data only by means of the intended End-User functions of this application or device.
|
556
|
+
You agree that you will use Gracenote Data, the Gracenote Software, and Gracenote Servers for your
|
557
|
+
own personal non-commercial use only. You agree not to assign, copy, transfer or transmit the
|
558
|
+
Gracenote Software or any Gracenote Data to any third party. YOU AGREE NOT TO USE OR EXPLOIT
|
559
|
+
GRACENOTE DATA, THE GRACENOTE SOFTWARE, OR GRACENOTE SERVERS, EXCEPT AS
|
560
|
+
EXPRESSLY PERMITTED HEREIN.
|
561
|
+
You agree that your non-exclusive license to use the Gracenote Data, the Gracenote Software, and
|
562
|
+
Gracenote Servers will terminate if you violate these restrictions. If your license terminates, you agree to
|
563
|
+
cease any and all use of the Gracenote Data, the Gracenote Software, and Gracenote Servers.
|
564
|
+
Gracenote reserves all rights in Gracenote Data, the Gracenote Software, and the Gracenote Servers,
|
565
|
+
including all ownership rights. Under no circumstances will Gracenote become liable for any payment to
|
566
|
+
you for any information that you provide. You agree that Gracenote, Inc. may enforce its rights under
|
567
|
+
this Agreement against you directly in its own name.
|
568
|
+
The Gracenote service uses a unique identifier to track queries for statistical purposes. The purpose of a
|
569
|
+
randomly assigned numeric identifier is to allow the Gracenote service to count queries without knowing
|
570
|
+
anything about who you are. For more information, see the web page for the Gracenote Privacy Policy
|
571
|
+
for the Gracenote service.
|
572
|
+
The Gracenote Software and each item of Gracenote Data are licensed to you “AS IS.” Gracenote makes
|
573
|
+
no representations or warranties, express or implied, regarding the accuracy of any Gracenote Data from
|
574
|
+
in the Gracenote Servers. Gracenote reserves the right to delete data from the Gracenote Servers or to
|
575
|
+
change data categories for any cause that Gracenote deems sufficient. No warranty is made that the
|
576
|
+
Gracenote Software or Gracenote Servers are error-free or that functioning of Gracenote Software or
|
577
|
+
Gracenote Servers will be uninterrupted. Gracenote is not obligated to provide you with new enhanced
|
578
|
+
or additional data types or categories that Gracenote may provide in the future and is free to discontinue
|
579
|
+
its services at any time. GRACENOTE DISCLAIMS ALL WARRANTIES EXPRESS OR IMPLIED,
|
580
|
+
INCLUDING, BUT NOT LIMITED TO, IMPLIED WARRANTIES OF MERCHANTABILITY, FITNESS FOR A
|
581
|
+
PARTICULAR PURPOSE, TITLE, AND NON-INFRINGEMENT. GRACENOTE DOES NOT WARRANT THE
|
582
|
+
RESULTS THAT WILL BE OBTAINED BY YOUR USE OF THE GRACENOTE SOFTWARE OR ANY
|
583
|
+
GRACENOTE SERVER. IN NO CASE WILL GRACENOTE BE LIABLE FOR ANY CONSEQUENTIAL OR
|
584
|
+
INCIDENTAL DAMAGES OR FOR ANY LOST PROFITS OR LOST REVENUES.
|
585
|
+
16. Yahoo Search Service Restrictions. The Yahoo Search Service available through Safari is licensed
|
586
|
+
for use only in the following countries and regions: Argentina, Aruba, Australia, Austria, Barbados,
|
587
|
+
Belgium, Bermuda, Brazil, Bulgaria, Canada, Cayman Islands, Chile, China mainland, Hong Kong,
|
588
|
+
Taiwan, Colombia, Cyprus, Czech Republic, Denmark, Dominican Republic, Ecuador, El Salvador,
|
589
|
+
Finland, France, Germany, Greece, Grenada, Guatemala, Hungary, Iceland, India, Indonesia, Ireland,
|
590
|
+
Italy, Jamaica, Japan, Latvia, Lithuania, Luxembourg, Malaysia, Malta, Mexico, Netherlands, New
|
591
|
+
Zealand, Nicaragua, Norway, Panama, Peru, Philippines, Poland, Portugal, Puerto Rico, Romania,
|
592
|
+
Singapore, Slovakia, Slovenia, South Korea, Spain, St. Lucia, St. Vincent, Sweden, Switzerland,
|
593
|
+
Thailand, The Bahamas, Trinidad and Tobago, Turkey, UK, Uruguay, US and Venezuela.
|
594
|
+
|
595
|
+
EA1705
|
596
|
+
7/27/2020
|