sourcefiles: Fix relative path in file header

This commit is contained in:
Gustavo Henrique Nihei
2021-03-08 18:39:04 -03:00
committed by Xiang Xiao
parent 13535d8725
commit 330eff36d7
1507 changed files with 1505 additions and 1508 deletions
@@ -1,5 +1,5 @@
/****************************************************************************
* boards/arm/stm32/common/include/stm32_qencoder.h
* boards/arm/stm32/common/include/board_qencoder.h
*
* Licensed to the Apache Software Foundation (ASF) under one or more
* contributor license agreements. See the NOTICE file distributed with
@@ -1,5 +1,5 @@
/****************************************************************************
* boards/arm/stm32/common/src/stm32_bmp180.h
* boards/arm/stm32/common/include/stm32_bmp180.h
*
* Licensed to the Apache Software Foundation (ASF) under one or more
* contributor license agreements. See the NOTICE file distributed with
@@ -1,5 +1,5 @@
/****************************************************************************
* boards/arm/stm32/common/include/stm32_max6675.c
* boards/arm/stm32/common/include/stm32_max6675.h
*
* Licensed to the Apache Software Foundation (ASF) under one or more
* contributor license agreements. See the NOTICE file distributed with
+1 -1
View File
@@ -1,5 +1,5 @@
/****************************************************************************
* boards/arm/stm32/common/src/stm32_bh1750fvi.c
* boards/arm/stm32/common/src/stm32_bh1750.c
*
* Copyright (C) 2016 Alan Carvalho de Assis. All rights reserved.
* Author: Alan Carvalho de Assis <acassis@gmail.com>
+1 -1
View File
@@ -1,5 +1,5 @@
/****************************************************************************
* boards/arm/stm32/olimex-stm32-p407/src/stm32_dhtxx.c
* boards/arm/stm32/common/src/stm32_dhtxx.c
*
* Copyright (C) 2014 Abdelatif GUETTOUCHE. All rights reserved.
* Author: Abdelatif GUETTOUCHE <abdelatif.guettouche@gmail.com>