Fix license header check

This commit is contained in:
Simon Hausmann 2021-06-16 08:51:24 +02:00
parent 9da1bc7eb6
commit ea9548c207
5 changed files with 34 additions and 3 deletions

View file

@ -1,3 +1,13 @@
/* LICENSE BEGIN
This file is part of the SixtyFPS Project -- https://sixtyfps.io
Copyright (c) 2020 Olivier Goffart <olivier.goffart@sixtyfps.io>
Copyright (c) 2020 Simon Hausmann <simon.hausmann@sixtyfps.io>
SPDX-License-Identifier: GPL-3.0-only
This file is also available under commercial licensing terms.
Please contact info@sixtyfps.io for more information.
LICENSE END */
// ANCHOR: tiles
fn main() {
use sixtyfps::Model;
@ -21,4 +31,5 @@ fn main() {
sixtyfps::ModelHandle::new(tiles_model.clone()));
main_window.run();
}
}
// ANCHOR_END: tiles