Update license information

Use the reuse tool to get a better grip on licenses used in sixtyfps.
Fix a couple of licenses along the way.

* Uses creative commons for our own logo (commercial use!)
* Fixes some license information found in README files and documents
  them with proper .license files.
* Document Apache/MIT for helper_crates/const-field-offset which matches
  what its documentaion site says it uses.
* Add a list of licenses that apply to crates we publish and the tooling
  we have.

This patch only adds static information and does not contain any tooling
support.
This commit is contained in:
Tobias Hunger 2022-01-20 10:01:05 +01:00 committed by Tobias Hunger
parent 113bdb8730
commit 0063476aff
66 changed files with 1082 additions and 290 deletions

View file

@ -1,3 +1,6 @@
// Copyright © SixtyFPS GmbH <info@sixtyfps.io>
// SPDX-License-Identifier: MIT OR Apache-2.0
/*!
This crate expose the [`FieldOffsets`] derive macro and the types it uses.