From 3bb2244a3be7211e3bba6314b4f6dae0c1785d07 Mon Sep 17 00:00:00 2001 From: Giovanni Di Sirio Date: Fri, 25 Jan 2019 09:26:18 +0000 Subject: Added license text. git-svn-id: svn://svn.code.sf.net/p/chibios/svn/trunk@12580 110e8d01-0319-4d1e-a829-52ad28d1bb01 --- tools/ftl/processors/unittest/test/test_root.c.ftl | 15 +++++++++++++++ tools/ftl/processors/unittest/test/test_root.h.ftl | 15 +++++++++++++++ tools/ftl/processors/unittest/test/test_sequence.c.ftl | 15 +++++++++++++++ tools/ftl/processors/unittest/test/test_sequence.h.ftl | 15 +++++++++++++++ 4 files changed, 60 insertions(+) (limited to 'tools') diff --git a/tools/ftl/processors/unittest/test/test_root.c.ftl b/tools/ftl/processors/unittest/test/test_root.c.ftl index 47a84cff0..9b82be5b9 100755 --- a/tools/ftl/processors/unittest/test/test_root.c.ftl +++ b/tools/ftl/processors/unittest/test/test_root.c.ftl @@ -1,4 +1,19 @@ [#ftl] +[#-- + ChibiOS/RT - Copyright (C) 2006..2018 Giovanni Di Sirio + + 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. + --] [#import "/@ftllibs/libutils.ftl" as utils /] [#list xml.*.application.instances.instance as inst] [#if inst.@id?string == "org.chibios.spc5.components.portable.chibios_unitary_tests_engine"] diff --git a/tools/ftl/processors/unittest/test/test_root.h.ftl b/tools/ftl/processors/unittest/test/test_root.h.ftl index 9bd01b646..036bb2b02 100755 --- a/tools/ftl/processors/unittest/test/test_root.h.ftl +++ b/tools/ftl/processors/unittest/test/test_root.h.ftl @@ -1,4 +1,19 @@ [#ftl] +[#-- + ChibiOS/RT - Copyright (C) 2006..2018 Giovanni Di Sirio + + 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. + --] [#import "/@ftllibs/libutils.ftl" as utils /] [#list xml.*.application.instances.instance as inst] [#if inst.@id?string == "org.chibios.spc5.components.portable.chibios_unitary_tests_engine"] diff --git a/tools/ftl/processors/unittest/test/test_sequence.c.ftl b/tools/ftl/processors/unittest/test/test_sequence.c.ftl index 474eb1718..b6217a55d 100755 --- a/tools/ftl/processors/unittest/test/test_sequence.c.ftl +++ b/tools/ftl/processors/unittest/test/test_sequence.c.ftl @@ -1,4 +1,19 @@ [#ftl] +[#-- + ChibiOS/RT - Copyright (C) 2006..2018 Giovanni Di Sirio + + 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. + --] [#import "/@ftllibs/libutils.ftl" as utils /] [@pp.dropOutputFile /] [#list xml.*.application.instances.instance as inst] diff --git a/tools/ftl/processors/unittest/test/test_sequence.h.ftl b/tools/ftl/processors/unittest/test/test_sequence.h.ftl index a80dbbe6d..65397d84e 100755 --- a/tools/ftl/processors/unittest/test/test_sequence.h.ftl +++ b/tools/ftl/processors/unittest/test/test_sequence.h.ftl @@ -1,4 +1,19 @@ [#ftl] +[#-- + ChibiOS/RT - Copyright (C) 2006..2018 Giovanni Di Sirio + + 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. + --] [#import "/@ftllibs/libutils.ftl" as utils /] [@pp.dropOutputFile /] [#list xml.*.application.instances.instance as inst] -- cgit v1.2.3