From fa1aeb7e9a376489ba47b04d3aadeb273c7b6b9f Mon Sep 17 00:00:00 2001 From: gdisirio Date: Sun, 11 Jan 2015 13:56:55 +0000 Subject: git-svn-id: svn://svn.code.sf.net/p/chibios/svn/trunk@7622 35acf78f-673a-0410-8e92-d51de3d6d3f4 --- testhal/STM32/STM32F30x/ADC/chconf.h | 2 +- testhal/STM32/STM32F30x/ADC/halconf.h | 2 +- testhal/STM32/STM32F30x/ADC/main.c | 2 +- testhal/STM32/STM32F30x/ADC/mcuconf.h | 2 +- testhal/STM32/STM32F30x/ADC_DUAL/chconf.h | 2 +- testhal/STM32/STM32F30x/ADC_DUAL/halconf.h | 2 +- testhal/STM32/STM32F30x/ADC_DUAL/main.c | 2 +- testhal/STM32/STM32F30x/ADC_DUAL/mcuconf.h | 2 +- testhal/STM32/STM32F30x/CAN/chconf.h | 2 +- testhal/STM32/STM32F30x/CAN/halconf.h | 2 +- testhal/STM32/STM32F30x/CAN/main.c | 2 +- testhal/STM32/STM32F30x/CAN/mcuconf.h | 2 +- testhal/STM32/STM32F30x/EXT/chconf.h | 2 +- testhal/STM32/STM32F30x/EXT/halconf.h | 2 +- testhal/STM32/STM32F30x/EXT/main.c | 2 +- testhal/STM32/STM32F30x/EXT/mcuconf.h | 2 +- testhal/STM32/STM32F30x/IRQ_STORM/chconf.h | 2 +- testhal/STM32/STM32F30x/IRQ_STORM/halconf.h | 2 +- testhal/STM32/STM32F30x/IRQ_STORM/main.c | 2 +- testhal/STM32/STM32F30x/IRQ_STORM/mcuconf.h | 2 +- testhal/STM32/STM32F30x/PWM-ICU/chconf.h | 2 +- testhal/STM32/STM32F30x/PWM-ICU/halconf.h | 2 +- testhal/STM32/STM32F30x/PWM-ICU/main.c | 2 +- testhal/STM32/STM32F30x/PWM-ICU/mcuconf.h | 2 +- testhal/STM32/STM32F30x/SPI/chconf.h | 2 +- testhal/STM32/STM32F30x/SPI/halconf.h | 2 +- testhal/STM32/STM32F30x/SPI/main.c | 2 +- testhal/STM32/STM32F30x/SPI/mcuconf.h | 2 +- testhal/STM32/STM32F30x/UART/chconf.h | 2 +- testhal/STM32/STM32F30x/UART/halconf.h | 2 +- testhal/STM32/STM32F30x/UART/main.c | 2 +- testhal/STM32/STM32F30x/UART/mcuconf.h | 2 +- testhal/STM32/STM32F30x/USB_CDC/chconf.h | 2 +- testhal/STM32/STM32F30x/USB_CDC/halconf.h | 2 +- testhal/STM32/STM32F30x/USB_CDC/main.c | 2 +- testhal/STM32/STM32F30x/USB_CDC/mcuconf.h | 2 +- 36 files changed, 36 insertions(+), 36 deletions(-) (limited to 'testhal/STM32/STM32F30x') diff --git a/testhal/STM32/STM32F30x/ADC/chconf.h b/testhal/STM32/STM32F30x/ADC/chconf.h index b6ca0aa69..fa2a5c859 100644 --- a/testhal/STM32/STM32F30x/ADC/chconf.h +++ b/testhal/STM32/STM32F30x/ADC/chconf.h @@ -1,5 +1,5 @@ /* - ChibiOS/RT - Copyright (C) 2006-2013 Giovanni Di Sirio + ChibiOS - Copyright (C) 2006..2015 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/testhal/STM32/STM32F30x/ADC/halconf.h b/testhal/STM32/STM32F30x/ADC/halconf.h index 7370ba335..3c05d2f46 100644 --- a/testhal/STM32/STM32F30x/ADC/halconf.h +++ b/testhal/STM32/STM32F30x/ADC/halconf.h @@ -1,5 +1,5 @@ /* - ChibiOS/RT - Copyright (C) 2006-2013 Giovanni Di Sirio + ChibiOS - Copyright (C) 2006..2015 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/testhal/STM32/STM32F30x/ADC/main.c b/testhal/STM32/STM32F30x/ADC/main.c index 6795a5e2f..046757687 100644 --- a/testhal/STM32/STM32F30x/ADC/main.c +++ b/testhal/STM32/STM32F30x/ADC/main.c @@ -1,5 +1,5 @@ /* - ChibiOS/RT - Copyright (C) 2006-2013 Giovanni Di Sirio + ChibiOS - Copyright (C) 2006..2015 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/testhal/STM32/STM32F30x/ADC/mcuconf.h b/testhal/STM32/STM32F30x/ADC/mcuconf.h index 663294258..64717b9e6 100644 --- a/testhal/STM32/STM32F30x/ADC/mcuconf.h +++ b/testhal/STM32/STM32F30x/ADC/mcuconf.h @@ -1,5 +1,5 @@ /* - ChibiOS/RT - Copyright (C) 2006-2013 Giovanni Di Sirio + ChibiOS - Copyright (C) 2006..2015 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/testhal/STM32/STM32F30x/ADC_DUAL/chconf.h b/testhal/STM32/STM32F30x/ADC_DUAL/chconf.h index b6ca0aa69..fa2a5c859 100644 --- a/testhal/STM32/STM32F30x/ADC_DUAL/chconf.h +++ b/testhal/STM32/STM32F30x/ADC_DUAL/chconf.h @@ -1,5 +1,5 @@ /* - ChibiOS/RT - Copyright (C) 2006-2013 Giovanni Di Sirio + ChibiOS - Copyright (C) 2006..2015 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/testhal/STM32/STM32F30x/ADC_DUAL/halconf.h b/testhal/STM32/STM32F30x/ADC_DUAL/halconf.h index 7370ba335..3c05d2f46 100644 --- a/testhal/STM32/STM32F30x/ADC_DUAL/halconf.h +++ b/testhal/STM32/STM32F30x/ADC_DUAL/halconf.h @@ -1,5 +1,5 @@ /* - ChibiOS/RT - Copyright (C) 2006-2013 Giovanni Di Sirio + ChibiOS - Copyright (C) 2006..2015 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/testhal/STM32/STM32F30x/ADC_DUAL/main.c b/testhal/STM32/STM32F30x/ADC_DUAL/main.c index 9dfcb73d0..98fc6dd72 100644 --- a/testhal/STM32/STM32F30x/ADC_DUAL/main.c +++ b/testhal/STM32/STM32F30x/ADC_DUAL/main.c @@ -1,5 +1,5 @@ /* - ChibiOS/RT - Copyright (C) 2006-2013 Giovanni Di Sirio + ChibiOS - Copyright (C) 2006..2015 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/testhal/STM32/STM32F30x/ADC_DUAL/mcuconf.h b/testhal/STM32/STM32F30x/ADC_DUAL/mcuconf.h index 4256fca85..e5fa3b529 100644 --- a/testhal/STM32/STM32F30x/ADC_DUAL/mcuconf.h +++ b/testhal/STM32/STM32F30x/ADC_DUAL/mcuconf.h @@ -1,5 +1,5 @@ /* - ChibiOS/RT - Copyright (C) 2006-2013 Giovanni Di Sirio + ChibiOS - Copyright (C) 2006..2015 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/testhal/STM32/STM32F30x/CAN/chconf.h b/testhal/STM32/STM32F30x/CAN/chconf.h index b6ca0aa69..fa2a5c859 100644 --- a/testhal/STM32/STM32F30x/CAN/chconf.h +++ b/testhal/STM32/STM32F30x/CAN/chconf.h @@ -1,5 +1,5 @@ /* - ChibiOS/RT - Copyright (C) 2006-2013 Giovanni Di Sirio + ChibiOS - Copyright (C) 2006..2015 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/testhal/STM32/STM32F30x/CAN/halconf.h b/testhal/STM32/STM32F30x/CAN/halconf.h index b8358c1f8..999ae7818 100644 --- a/testhal/STM32/STM32F30x/CAN/halconf.h +++ b/testhal/STM32/STM32F30x/CAN/halconf.h @@ -1,5 +1,5 @@ /* - ChibiOS/RT - Copyright (C) 2006-2013 Giovanni Di Sirio + ChibiOS - Copyright (C) 2006..2015 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/testhal/STM32/STM32F30x/CAN/main.c b/testhal/STM32/STM32F30x/CAN/main.c index 27ba16bf7..a1f281cf9 100644 --- a/testhal/STM32/STM32F30x/CAN/main.c +++ b/testhal/STM32/STM32F30x/CAN/main.c @@ -1,5 +1,5 @@ /* - ChibiOS/RT - Copyright (C) 2006-2013 Giovanni Di Sirio + ChibiOS - Copyright (C) 2006..2015 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/testhal/STM32/STM32F30x/CAN/mcuconf.h b/testhal/STM32/STM32F30x/CAN/mcuconf.h index f5175fe03..ab2b58a9f 100644 --- a/testhal/STM32/STM32F30x/CAN/mcuconf.h +++ b/testhal/STM32/STM32F30x/CAN/mcuconf.h @@ -1,5 +1,5 @@ /* - ChibiOS/RT - Copyright (C) 2006-2013 Giovanni Di Sirio + ChibiOS - Copyright (C) 2006..2015 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/testhal/STM32/STM32F30x/EXT/chconf.h b/testhal/STM32/STM32F30x/EXT/chconf.h index b6ca0aa69..fa2a5c859 100644 --- a/testhal/STM32/STM32F30x/EXT/chconf.h +++ b/testhal/STM32/STM32F30x/EXT/chconf.h @@ -1,5 +1,5 @@ /* - ChibiOS/RT - Copyright (C) 2006-2013 Giovanni Di Sirio + ChibiOS - Copyright (C) 2006..2015 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/testhal/STM32/STM32F30x/EXT/halconf.h b/testhal/STM32/STM32F30x/EXT/halconf.h index 3cc9534e2..db6de0346 100644 --- a/testhal/STM32/STM32F30x/EXT/halconf.h +++ b/testhal/STM32/STM32F30x/EXT/halconf.h @@ -1,5 +1,5 @@ /* - ChibiOS/RT - Copyright (C) 2006-2013 Giovanni Di Sirio + ChibiOS - Copyright (C) 2006..2015 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/testhal/STM32/STM32F30x/EXT/main.c b/testhal/STM32/STM32F30x/EXT/main.c index bd8b4359c..a8800a141 100644 --- a/testhal/STM32/STM32F30x/EXT/main.c +++ b/testhal/STM32/STM32F30x/EXT/main.c @@ -1,5 +1,5 @@ /* - ChibiOS/RT - Copyright (C) 2006-2013 Giovanni Di Sirio + ChibiOS - Copyright (C) 2006..2015 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/testhal/STM32/STM32F30x/EXT/mcuconf.h b/testhal/STM32/STM32F30x/EXT/mcuconf.h index 01e6670a9..744d26e2f 100644 --- a/testhal/STM32/STM32F30x/EXT/mcuconf.h +++ b/testhal/STM32/STM32F30x/EXT/mcuconf.h @@ -1,5 +1,5 @@ /* - ChibiOS/RT - Copyright (C) 2006-2013 Giovanni Di Sirio + ChibiOS - Copyright (C) 2006..2015 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/testhal/STM32/STM32F30x/IRQ_STORM/chconf.h b/testhal/STM32/STM32F30x/IRQ_STORM/chconf.h index 7ff9a1440..b3e435c57 100644 --- a/testhal/STM32/STM32F30x/IRQ_STORM/chconf.h +++ b/testhal/STM32/STM32F30x/IRQ_STORM/chconf.h @@ -1,5 +1,5 @@ /* - ChibiOS/RT - Copyright (C) 2006-2013 Giovanni Di Sirio + ChibiOS - Copyright (C) 2006..2015 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/testhal/STM32/STM32F30x/IRQ_STORM/halconf.h b/testhal/STM32/STM32F30x/IRQ_STORM/halconf.h index 1c16666a4..fbec9bbd9 100644 --- a/testhal/STM32/STM32F30x/IRQ_STORM/halconf.h +++ b/testhal/STM32/STM32F30x/IRQ_STORM/halconf.h @@ -1,5 +1,5 @@ /* - ChibiOS/RT - Copyright (C) 2006-2013 Giovanni Di Sirio + ChibiOS - Copyright (C) 2006..2015 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/testhal/STM32/STM32F30x/IRQ_STORM/main.c b/testhal/STM32/STM32F30x/IRQ_STORM/main.c index 89d688016..2472d0a75 100644 --- a/testhal/STM32/STM32F30x/IRQ_STORM/main.c +++ b/testhal/STM32/STM32F30x/IRQ_STORM/main.c @@ -1,5 +1,5 @@ /* - ChibiOS/RT - Copyright (C) 2006-2013 Giovanni Di Sirio + ChibiOS - Copyright (C) 2006..2015 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/testhal/STM32/STM32F30x/IRQ_STORM/mcuconf.h b/testhal/STM32/STM32F30x/IRQ_STORM/mcuconf.h index 3aa32b115..40be09bf0 100644 --- a/testhal/STM32/STM32F30x/IRQ_STORM/mcuconf.h +++ b/testhal/STM32/STM32F30x/IRQ_STORM/mcuconf.h @@ -1,5 +1,5 @@ /* - ChibiOS/RT - Copyright (C) 2006-2013 Giovanni Di Sirio + ChibiOS - Copyright (C) 2006..2015 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/testhal/STM32/STM32F30x/PWM-ICU/chconf.h b/testhal/STM32/STM32F30x/PWM-ICU/chconf.h index b6ca0aa69..fa2a5c859 100644 --- a/testhal/STM32/STM32F30x/PWM-ICU/chconf.h +++ b/testhal/STM32/STM32F30x/PWM-ICU/chconf.h @@ -1,5 +1,5 @@ /* - ChibiOS/RT - Copyright (C) 2006-2013 Giovanni Di Sirio + ChibiOS - Copyright (C) 2006..2015 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/testhal/STM32/STM32F30x/PWM-ICU/halconf.h b/testhal/STM32/STM32F30x/PWM-ICU/halconf.h index 23855dcd7..57d20a287 100644 --- a/testhal/STM32/STM32F30x/PWM-ICU/halconf.h +++ b/testhal/STM32/STM32F30x/PWM-ICU/halconf.h @@ -1,5 +1,5 @@ /* - ChibiOS/RT - Copyright (C) 2006-2013 Giovanni Di Sirio + ChibiOS - Copyright (C) 2006..2015 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/testhal/STM32/STM32F30x/PWM-ICU/main.c b/testhal/STM32/STM32F30x/PWM-ICU/main.c index ef67fdcf1..d1bc47e5f 100644 --- a/testhal/STM32/STM32F30x/PWM-ICU/main.c +++ b/testhal/STM32/STM32F30x/PWM-ICU/main.c @@ -1,5 +1,5 @@ /* - ChibiOS/RT - Copyright (C) 2006-2013 Giovanni Di Sirio + ChibiOS - Copyright (C) 2006..2015 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/testhal/STM32/STM32F30x/PWM-ICU/mcuconf.h b/testhal/STM32/STM32F30x/PWM-ICU/mcuconf.h index 626449cd5..bbe727561 100644 --- a/testhal/STM32/STM32F30x/PWM-ICU/mcuconf.h +++ b/testhal/STM32/STM32F30x/PWM-ICU/mcuconf.h @@ -1,5 +1,5 @@ /* - ChibiOS/RT - Copyright (C) 2006-2013 Giovanni Di Sirio + ChibiOS - Copyright (C) 2006..2015 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/testhal/STM32/STM32F30x/SPI/chconf.h b/testhal/STM32/STM32F30x/SPI/chconf.h index b6ca0aa69..fa2a5c859 100644 --- a/testhal/STM32/STM32F30x/SPI/chconf.h +++ b/testhal/STM32/STM32F30x/SPI/chconf.h @@ -1,5 +1,5 @@ /* - ChibiOS/RT - Copyright (C) 2006-2013 Giovanni Di Sirio + ChibiOS - Copyright (C) 2006..2015 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/testhal/STM32/STM32F30x/SPI/halconf.h b/testhal/STM32/STM32F30x/SPI/halconf.h index 61422a17d..bd08ac480 100644 --- a/testhal/STM32/STM32F30x/SPI/halconf.h +++ b/testhal/STM32/STM32F30x/SPI/halconf.h @@ -1,5 +1,5 @@ /* - ChibiOS/RT - Copyright (C) 2006-2013 Giovanni Di Sirio + ChibiOS - Copyright (C) 2006..2015 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/testhal/STM32/STM32F30x/SPI/main.c b/testhal/STM32/STM32F30x/SPI/main.c index 84c870354..b7e6398b2 100644 --- a/testhal/STM32/STM32F30x/SPI/main.c +++ b/testhal/STM32/STM32F30x/SPI/main.c @@ -1,5 +1,5 @@ /* - ChibiOS/RT - Copyright (C) 2006-2013 Giovanni Di Sirio + ChibiOS - Copyright (C) 2006..2015 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/testhal/STM32/STM32F30x/SPI/mcuconf.h b/testhal/STM32/STM32F30x/SPI/mcuconf.h index 281dd7706..9b05ab0ce 100644 --- a/testhal/STM32/STM32F30x/SPI/mcuconf.h +++ b/testhal/STM32/STM32F30x/SPI/mcuconf.h @@ -1,5 +1,5 @@ /* - ChibiOS/RT - Copyright (C) 2006-2013 Giovanni Di Sirio + ChibiOS - Copyright (C) 2006..2015 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/testhal/STM32/STM32F30x/UART/chconf.h b/testhal/STM32/STM32F30x/UART/chconf.h index b6ca0aa69..fa2a5c859 100644 --- a/testhal/STM32/STM32F30x/UART/chconf.h +++ b/testhal/STM32/STM32F30x/UART/chconf.h @@ -1,5 +1,5 @@ /* - ChibiOS/RT - Copyright (C) 2006-2013 Giovanni Di Sirio + ChibiOS - Copyright (C) 2006..2015 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/testhal/STM32/STM32F30x/UART/halconf.h b/testhal/STM32/STM32F30x/UART/halconf.h index 7835ee459..ac9f406cd 100644 --- a/testhal/STM32/STM32F30x/UART/halconf.h +++ b/testhal/STM32/STM32F30x/UART/halconf.h @@ -1,5 +1,5 @@ /* - ChibiOS/RT - Copyright (C) 2006-2013 Giovanni Di Sirio + ChibiOS - Copyright (C) 2006..2015 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/testhal/STM32/STM32F30x/UART/main.c b/testhal/STM32/STM32F30x/UART/main.c index 170f14f20..68a9e31c6 100644 --- a/testhal/STM32/STM32F30x/UART/main.c +++ b/testhal/STM32/STM32F30x/UART/main.c @@ -1,5 +1,5 @@ /* - ChibiOS/RT - Copyright (C) 2006-2013 Giovanni Di Sirio + ChibiOS - Copyright (C) 2006..2015 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/testhal/STM32/STM32F30x/UART/mcuconf.h b/testhal/STM32/STM32F30x/UART/mcuconf.h index 650d45ce4..61099b044 100644 --- a/testhal/STM32/STM32F30x/UART/mcuconf.h +++ b/testhal/STM32/STM32F30x/UART/mcuconf.h @@ -1,5 +1,5 @@ /* - ChibiOS/RT - Copyright (C) 2006-2013 Giovanni Di Sirio + ChibiOS - Copyright (C) 2006..2015 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/testhal/STM32/STM32F30x/USB_CDC/chconf.h b/testhal/STM32/STM32F30x/USB_CDC/chconf.h index b6ca0aa69..fa2a5c859 100644 --- a/testhal/STM32/STM32F30x/USB_CDC/chconf.h +++ b/testhal/STM32/STM32F30x/USB_CDC/chconf.h @@ -1,5 +1,5 @@ /* - ChibiOS/RT - Copyright (C) 2006-2013 Giovanni Di Sirio + ChibiOS - Copyright (C) 2006..2015 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/testhal/STM32/STM32F30x/USB_CDC/halconf.h b/testhal/STM32/STM32F30x/USB_CDC/halconf.h index ad1976274..468973ae1 100644 --- a/testhal/STM32/STM32F30x/USB_CDC/halconf.h +++ b/testhal/STM32/STM32F30x/USB_CDC/halconf.h @@ -1,5 +1,5 @@ /* - ChibiOS/RT - Copyright (C) 2006-2013 Giovanni Di Sirio + ChibiOS - Copyright (C) 2006..2015 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/testhal/STM32/STM32F30x/USB_CDC/main.c b/testhal/STM32/STM32F30x/USB_CDC/main.c index dc29d6855..834a9c2c6 100644 --- a/testhal/STM32/STM32F30x/USB_CDC/main.c +++ b/testhal/STM32/STM32F30x/USB_CDC/main.c @@ -1,5 +1,5 @@ /* - ChibiOS/RT - Copyright (C) 2006-2013 Giovanni Di Sirio + ChibiOS - Copyright (C) 2006..2015 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/testhal/STM32/STM32F30x/USB_CDC/mcuconf.h b/testhal/STM32/STM32F30x/USB_CDC/mcuconf.h index 08038a3fe..4f179a9f7 100644 --- a/testhal/STM32/STM32F30x/USB_CDC/mcuconf.h +++ b/testhal/STM32/STM32F30x/USB_CDC/mcuconf.h @@ -1,5 +1,5 @@ /* - ChibiOS/RT - Copyright (C) 2006-2013 Giovanni Di Sirio + ChibiOS - Copyright (C) 2006..2015 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