Tobias Hunger
0139eea4f9
xtask: Fix up license headers
...
* Keep project related .md files triple licensed as the rest of the
crate
* Make vtable MIT OR Apache 2.0 (as suggested by @ogoffart)
2023-08-17 08:55:28 +02:00
Simon Hausmann
96d7bb132c
reuse: remove glob for markdown files
...
Instead, place the copyright and license right into the source.
To satisfy reuse, this also removes the unnecessary MIT.txt
symlinks.
2023-08-17 08:55:28 +02:00
Tobias Hunger
8d8597f320
Update logo and colors used in memory example
...
Use a custom logo version there over the `real` one to keep the example
self-contained in its directory.
2022-02-04 14:28:10 +01:00
Tobias Hunger
0063476aff
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.
2022-01-20 14:45:02 +01:00
Tobias Hunger
0fc176a408
Document some licenses in a REUSE compliant way
2022-01-19 11:25:21 +01:00
Tobias Hunger
aea4ecca99
Apply pre-commit hooks to all files
2021-08-17 22:38:16 +02:00
Olivier Goffart
060dd655a5
Memory game: add the logo on the hidden tile
2020-12-08 20:21:56 +01:00
Olivier Goffart
0a1c9aa206
Fix the aspect ratio of images by keeping them square
2020-12-08 16:40:17 +01:00
Olivier Goffart
132ed8155d
Respect the aspect ratio in the memory game
2020-12-08 16:37:20 +01:00
Simon Hausmann
f77bdffc38
Prospective fix for aspect ratio preservation for the icons
2020-12-08 14:25:53 +01:00
Simon Hausmann
39b8691819
Switch to generating the SVG icons using rsvg-convert
...
The npm package is not maintained anymore and does not support newer
font-awesome versions with additional icons.
2020-12-08 12:03:51 +01:00
Simon Hausmann
574d17e698
Initial version of a small memory game
...
This is intended to form the basis for a tutorial.
2020-12-08 09:58:53 +01:00