Skip to content

Commit b28e239

Browse files
author
Neil Jones
committed
SQUASH: boards/pic32-clicker: Address review comments.
1 parent 0bf2bba commit b28e239

4 files changed

Lines changed: 9 additions & 4 deletions

File tree

boards/pic32-clicker/clicker.c

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,10 +1,11 @@
11
/*
2-
* Copyright 2016, Imagination Technologies Limited and/or its
2+
* Copyright(C) 2016,2017, Imagination Technologies Limited and/or its
33
* affiliated group companies.
44
*
55
* This file is subject to the terms and conditions of the GNU Lesser
66
* General Public License v2.1. See the file LICENSE in the top level
77
* directory for more details.
8+
*
89
*/
910
#include <stdio.h>
1011
#include <stdint.h>

boards/pic32-clicker/include/board.h

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,10 +1,11 @@
11
/*
2-
* Copyright 2016, Imagination Technologies Limited and/or its
2+
* Copyright(C) 2016,2017, Imagination Technologies Limited and/or its
33
* affiliated group companies.
44
*
55
* This file is subject to the terms and conditions of the GNU Lesser
66
* General Public License v2.1. See the file LICENSE in the top level
77
* directory for more details.
8+
*
89
*/
910

1011
/**

boards/pic32-clicker/include/periph_conf.h

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,10 +1,11 @@
11
/*
2-
* Copyright 2016, Imagination Technologies Limited and/or its
2+
* Copyright(C) 2016,2017, Imagination Technologies Limited and/or its
33
* affiliated group companies.
44
*
55
* This file is subject to the terms and conditions of the GNU Lesser
66
* General Public License v2.1. See the file LICENSE in the top level
77
* directory for more details.
8+
*
89
*/
910

1011
/**

boards/pic32-clicker/pic32_config_settings.c

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,9 +1,11 @@
11
/*
2-
* Copyright 2016, Imagination Technologies Limited and/or its
2+
* Copyright(C) 2016,2017, Imagination Technologies Limited and/or its
33
* affiliated group companies.
4+
*
45
* This file is subject to the terms and conditions of the GNU Lesser
56
* General Public License v2.1. See the file LICENSE in the top level
67
* directory for more details.
8+
*
79
*/
810

911
#include <stdint.h>

0 commit comments

Comments
 (0)