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 -1
View File
@@ -1,5 +1,5 @@
/****************************************************************************
* boards/arm/sam34/arduino-due/src/up_mmcsd.c
* boards/arm/sam34/arduino-due/src/sam_mmcsd.c
*
* Copyright (C) 2010, 2013 Gregory Nutt. All rights reserved.
* Author: Gregory Nutt <gnutt@nuttx.org>
@@ -1,5 +1,5 @@
/****************************************************************************
* boards/arm/sam34/arduino-due/src/up_touchscreen.c
* boards/arm/sam34/arduino-due/src/sam_touchscreen.c
*
* Copyright (C) 2011-2013 Gregory Nutt. All rights reserved.
* Author: Gregory Nutt <gnutt@nuttx.org>
+1 -1
View File
@@ -1,5 +1,5 @@
/****************************************************************************
* boards/arm/sam34/sam3u-ek/src/up_leds.c
* boards/arm/sam34/sam3u-ek/src/sam_buttons.c
*
* Copyright (C) 2010, 2014-2015, 2017 Gregory Nutt. All rights reserved.
* Author: Gregory Nutt <gnutt@nuttx.org>
+1 -1
View File
@@ -1,5 +1,5 @@
/****************************************************************************
* boards/arm/sam34/sam4e-ek/src/sam_ili9335.c
* boards/arm/sam34/sam4e-ek/src/sam_ili9325.c
*
* Copyright (C) 2014 Gregory Nutt. All rights reserved.
* Author: Gregory Nutt <gnutt@nuttx.org>
@@ -1,5 +1,5 @@
/****************************************************************************
* boards/arm/sam34/sam4l-xlplained/src/sam_slcd.c
* boards/arm/sam34/sam4l-xplained/src/sam_slcd.c
*
* Copyright (C) 2013 Gregory Nutt. All rights reserved.
* Authors: Gregory Nutt <gnutt@nuttx.org>
@@ -1,5 +1,5 @@
/****************************************************************************
* boards/arm/sam34/sam4s-xplained-pro/src/sam_nandflash.c
* boards/arm/sam34/sam4s-xplained-pro/src/sam_nandflash.c
*
* 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/sam34/sam4s-xplained-pro/src/up_wdt.c
* boards/arm/sam34/sam4s-xplained-pro/src/sam_wdt.c
*
* Copyright (C) 2014, 2016-2018 Gregory Nutt. All rights reserved.
* Authors: Gregory Nutt <gnutt@nuttx.org>