Add asset licensing notices (#11397)
Co-authored-by: Claude Fable 5 <noreply@anthropic.com> Co-authored-by: surfdude29 <149612116+surfdude29@users.noreply.github.com>
This commit is contained in:
@@ -0,0 +1,62 @@
|
||||
# Third-party notices
|
||||
|
||||
This file collects the attribution and license notices that third-party components in this
|
||||
repository require us to carry. It is separate from [`ASSETS.md`](./ASSETS.md), which describes
|
||||
which assets our [MIT license](./LICENSE) does and does not cover.
|
||||
|
||||
If you distribute this software or a fork of it, these notices need to travel with it.
|
||||
|
||||
---
|
||||
|
||||
## Material Icons
|
||||
|
||||
**Path:** `bskyweb/static/media/MaterialIcons.*.ttf`
|
||||
**License:** Apache License, Version 2.0 — full text at [`licenses/APACHE-2.0.txt`](./licenses/APACHE-2.0.txt)
|
||||
|
||||
```
|
||||
Copyright 2018 Google, Inc. All Rights Reserved.
|
||||
```
|
||||
|
||||
Licensed under the Apache License, Version 2.0 (the "License"); you may not use this file except
|
||||
in compliance with the License. You may obtain a copy of the License at
|
||||
|
||||
http://www.apache.org/licenses/LICENSE-2.0
|
||||
|
||||
Unless required by applicable law or agreed to in writing, software distributed under the License
|
||||
is distributed on an "AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express
|
||||
or implied. See the License for the specific language governing permissions and limitations under
|
||||
the License.
|
||||
|
||||
*This font is emitted into the web build by `@expo/vector-icons`, which the Expo toolchain pulls
|
||||
in transitively. It is a distributed artifact rather than a source asset, which is why the notice
|
||||
lives here rather than beside the file.*
|
||||
|
||||
## Inter
|
||||
|
||||
**Paths:** `assets/fonts/inter/`, `bskyogcard/src/assets/fonts/`, and compiled copies under
|
||||
`bskyweb/static/media/`
|
||||
**License:** SIL Open Font License, Version 1.1 — full text at
|
||||
[`assets/fonts/inter/OFL.txt`](./assets/fonts/inter/OFL.txt)
|
||||
|
||||
```
|
||||
Copyright (c) 2016 The Inter Project Authors (https://github.com/rsms/inter)
|
||||
```
|
||||
|
||||
Inter is licensed under the SIL Open Font License, Version 1.1. The license includes a Reserved
|
||||
Font Name provision: a modified or subsetted version of the font may not be distributed under the
|
||||
name "Inter."
|
||||
|
||||
## country-flag-icons
|
||||
|
||||
**Path:** `assets/icons/flags/`
|
||||
**License:** MIT — see [`assets/icons/flags/README.md`](./assets/icons/flags/README.md)
|
||||
|
||||
```
|
||||
Copyright (c) 2020 @catamphetamine <purecatamphetamine@gmail.com>
|
||||
```
|
||||
|
||||
---
|
||||
|
||||
For the licensing position of assets that are **not** covered by our MIT license — commissioned
|
||||
artwork, the licensed icon system, Bluesky trademarks, and third-party marks — see
|
||||
[`ASSETS.md`](./ASSETS.md).
|
||||
Reference in New Issue
Block a user