aboutsummaryrefslogtreecommitdiffstats
path: root/testhal/STM32/STM32F4xx/FSMC_NAND
diff options
context:
space:
mode:
authorbarthess <barthess@yandex.ru>2015-05-02 23:00:00 +0300
committerbarthess <barthess@yandex.ru>2015-05-02 23:00:00 +0300
commitdd7d31d083981094e68d68d3c3696530a5eb5885 (patch)
tree45294129f5b850524847fe145d4a759e056916cc /testhal/STM32/STM32F4xx/FSMC_NAND
parentc44092eb0f32b0e1903c99e3f734f3134f01b52c (diff)
downloadChibiOS-Contrib-dd7d31d083981094e68d68d3c3696530a5eb5885.tar.gz
ChibiOS-Contrib-dd7d31d083981094e68d68d3c3696530a5eb5885.tar.bz2
ChibiOS-Contrib-dd7d31d083981094e68d68d3c3696530a5eb5885.zip
Fixed copyright notes
Diffstat (limited to 'testhal/STM32/STM32F4xx/FSMC_NAND')
-rw-r--r--testhal/STM32/STM32F4xx/FSMC_NAND/dma_storm.h16
1 files changed, 16 insertions, 0 deletions
diff --git a/testhal/STM32/STM32F4xx/FSMC_NAND/dma_storm.h b/testhal/STM32/STM32F4xx/FSMC_NAND/dma_storm.h
index 0be66ba..79dc76d 100644
--- a/testhal/STM32/STM32F4xx/FSMC_NAND/dma_storm.h
+++ b/testhal/STM32/STM32F4xx/FSMC_NAND/dma_storm.h
@@ -1,3 +1,19 @@
+/*
+ ChibiOS/RT - Copyright (C) 2014 Uladzimir Pylinsky aka barthess
+
+ 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.
+*/
+
#ifndef DMA_STORM_H_
#define DMA_STORM_H_