From c49b8dba8a89dbf485eceb1048f5eba5c84554fd Mon Sep 17 00:00:00 2001 From: Olivier Goffart Date: Mon, 31 May 2021 18:50:32 +0200 Subject: [PATCH] Missing License header --- sixtyfps_runtime/interpreter/tests.rs | 10 ++++++++++ 1 file changed, 10 insertions(+) diff --git a/sixtyfps_runtime/interpreter/tests.rs b/sixtyfps_runtime/interpreter/tests.rs index 97b89196f..b954ce021 100644 --- a/sixtyfps_runtime/interpreter/tests.rs +++ b/sixtyfps_runtime/interpreter/tests.rs @@ -1,3 +1,13 @@ +/* LICENSE BEGIN + This file is part of the SixtyFPS Project -- https://sixtyfps.io + Copyright (c) 2020 Olivier Goffart + Copyright (c) 2020 Simon Hausmann + + 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 */ + #[test] fn reuse_window() { use crate::{ComponentCompiler, SharedString, Value};