From f063c4d19339144df89d6bc060ee2017b0572c5c Mon Sep 17 00:00:00 2001 From: Giovanni Di Sirio Date: Sat, 20 Jan 2018 11:44:14 +0000 Subject: Mass update of the Apache 2.0 license statement. git-svn-id: svn://svn.code.sf.net/p/chibios/svn/trunk@11361 35acf78f-673a-0410-8e92-d51de3d6d3f4 --- test/rt/testbuild/chconf.h | 8 ++++---- test/rt/testbuild/halconf.h | 2 +- test/rt/testbuild/main.c | 2 +- 3 files changed, 6 insertions(+), 6 deletions(-) (limited to 'test/rt/testbuild') diff --git a/test/rt/testbuild/chconf.h b/test/rt/testbuild/chconf.h index eb755b07a..a42a10bc7 100644 --- a/test/rt/testbuild/chconf.h +++ b/test/rt/testbuild/chconf.h @@ -1,5 +1,5 @@ /* - ChibiOS - Copyright (C) 2006..2016 Giovanni Di Sirio + ChibiOS - 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. @@ -550,7 +550,7 @@ * @brief System structure extension. * @details User fields added to the end of the @p ch_system_t structure. */ -#define CH_CFG_SYSTEM_EXTRA_FIELDS \r +#define CH_CFG_SYSTEM_EXTRA_FIELDS \r /* Add threads custom fields here.*/ /** @@ -558,8 +558,8 @@ * @details User initialization code added to the @p chSysInit() function * just before interrupts are enabled globally. */ -#define CH_CFG_SYSTEM_INIT_HOOK(tp) { \r - /* Add threads initialization code here.*/ \r +#define CH_CFG_SYSTEM_INIT_HOOK(tp) { \r + /* Add threads initialization code here.*/ \r } /** diff --git a/test/rt/testbuild/halconf.h b/test/rt/testbuild/halconf.h index 7b2502aa2..81f534ece 100644 --- a/test/rt/testbuild/halconf.h +++ b/test/rt/testbuild/halconf.h @@ -1,5 +1,5 @@ /* - ChibiOS - Copyright (C) 2006..2016 Giovanni Di Sirio + ChibiOS - 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. diff --git a/test/rt/testbuild/main.c b/test/rt/testbuild/main.c index 7ac37c74a..3ef1d4b78 100644 --- a/test/rt/testbuild/main.c +++ b/test/rt/testbuild/main.c @@ -1,5 +1,5 @@ /* - ChibiOS - Copyright (C) 2006..2016 Giovanni Di Sirio + ChibiOS - 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. -- cgit v1.2.3