summaryrefslogtreecommitdiff
path: root/scripts/maintainer-checkpatch.bash
AgeCommit message (Collapse)Author
2017-01-19license: Replace Apache boilerplate with SPDX tagDavid B. Kinder
Replace the existing Apache 2.0 boilerplate header with an SPDX tag throughout the zephyr code tree. This patch was generated via a script run over the master branch. Also updated doc/porting/application.rst that had a dependency on line numbers in a literal include. Manually updated subsys/logging/sys_log.c that had a malformed header in the original file. Also cleanup several cases that already had a SPDX tag and we either got a duplicate or missed updating. Jira: ZEP-1457 Change-Id: I6131a1d4ee0e58f5b938300c2d2fc77d2e69572c Signed-off-by: David B. Kinder <david.b.kinder@intel.com> Signed-off-by: Kumar Gala <kumar.gala@linaro.org>
2016-02-05Change BSD-3 licenses to Apache 2Javier B Perez Hernandez
Change all the Intel and Wind River code license from BSD-3 to Apache 2. Change-Id: Id8be2c1c161a06ea8a0b9f38e17660e11dbb384b Signed-off-by: Javier B Perez Hernandez <javier.b.perez.hernandez@linux.intel.com> Signed-off-by: Anas Nashif <anas.nashif@intel.com> Signed-off-by: Allan Stephens <allan.stephens@windriver.com> Signed-off-by: Benjamin Walsh <benjamin.walsh@windriver.com>
2016-02-05maintainer-checkpatch.bash: ignore gerrit IDPeter Mitsis
Updates maintain-checkpatch.bash to ignore the gerrit ID in the commit log. This helps reduce the noise/false positives when using the tool. Change-Id: I2d6f3c501abd1ffd541fb8d0fdf7cbc7f37830b6 Signed-off-by: Peter Mitsis <peter.mitsis@windriver.com>
2016-02-05Rename TIMO -> ZEPHYRAnas Nashif
Change-Id: Id44a129e275fb0cfe1fce6ec2a03c2d86ffe3995 Signed-off-by: Anas Nashif <anas.nashif@intel.com>
2016-02-05Update checkpatch scripts to use TIMO_BASEPeter Mitsis
The use of VXMICRO_BASE has been supplanted by TIMO_BASE. Change-Id: I905232a8d87145afb2f8df30b5f9056ec72ce045 Signed-off-by: Peter Mitsis <peter.mitsis@windriver.com>
2015-04-10First commitInaky Perez-Gonzalez
Signed-off-by: <inaky.perez-gonzalez@intel.com>