Skip to content
This repository was archived by the owner on Sep 16, 2024. It is now read-only.

Commit 466e52e

Browse files
committed
Update Copyright header
1 parent 7d80661 commit 466e52e

File tree

225 files changed

+228
-228
lines changed

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

225 files changed

+228
-228
lines changed

drivers/sx127x/sx1272/sx1272.c

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
/*
22
* This file is derived from the MicroPython project, http://micropython.org/
33
*
4-
* Copyright (c) 2020, Pycom Limited and its licensors.
4+
* Copyright (c) 2021, Pycom Limited and its licensors.
55
*
66
* This software is licensed under the GNU GPL version 3 or any later version,
77
* with permitted additional terms. For more information see the Pycom Licence

drivers/sx127x/sx1276/sx1276.c

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
/*
22
* This file is derived from the MicroPython project, http://micropython.org/
33
*
4-
* Copyright (c) 2020, Pycom Limited and its licensors.
4+
* Copyright (c) 2021, Pycom Limited and its licensors.
55
*
66
* This software is licensed under the GNU GPL version 3 or any later version,
77
* with permitted additional terms. For more information see the Pycom Licence

drivers/sx1308/sx1308-config.h

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11

22
/*
3-
* Copyright (c) 2020, Pycom Limited.
3+
* Copyright (c) 2021, Pycom Limited.
44
*
55
* This software is licensed under the GNU GPL version 3 or any
66
* later version, with permitted additional terms. For more information

drivers/sx1308/sx1308-spi.c

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
/*
2-
* Copyright (c) 2020, Pycom Limited.
2+
* Copyright (c) 2021, Pycom Limited.
33
*
44
* This software is licensed under the GNU GPL version 3 or any
55
* later version, with permitted additional terms. For more information
@@ -9,7 +9,7 @@
99
/*
1010
* This file is derived from the MicroPython project, http://micropython.org/
1111
*
12-
* Copyright (c) 2018, Pycom Limited and its licensors.
12+
* Copyright (c) 2021, Pycom Limited and its licensors.
1313
*
1414
* This software is licensed under the GNU GPL version 3 or any later version,
1515
* with permitted additional terms. For more information see the Pycom Licence

drivers/sx1308/sx1308-spi.h

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
/*
2-
* Copyright (c) 2020, Pycom Limited.
2+
* Copyright (c) 2021, Pycom Limited.
33
*
44
* This software is licensed under the GNU GPL version 3 or any
55
* later version, with permitted additional terms. For more information
@@ -9,7 +9,7 @@
99
/*
1010
* This file is derived from the MicroPython project, http://micropython.org/
1111
*
12-
* Copyright (c) 2018, Pycom Limited and its licensors.
12+
* Copyright (c) 2021, Pycom Limited and its licensors.
1313
*
1414
* This software is licensed under the GNU GPL version 3 or any later version,
1515
* with permitted additional terms. For more information see the Pycom Licence

drivers/sx1308/sx1308.c

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
/*
2-
* Copyright (c) 2020, Pycom Limited.
2+
* Copyright (c) 2021, Pycom Limited.
33
*
44
* This software is licensed under the GNU GPL version 3 or any
55
* later version, with permitted additional terms. For more information

drivers/sx1308/sx1308.h

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
/*
2-
* Copyright (c) 2020, Pycom Limited.
2+
* Copyright (c) 2021, Pycom Limited.
33
*
44
* This software is licensed under the GNU GPL version 3 or any
55
* later version, with permitted additional terms. For more information
@@ -9,7 +9,7 @@
99
/*
1010
* This file is derived from the MicroPython project, http://micropython.org/
1111
*
12-
* Copyright (c) 2018, Pycom Limited and its licensors.
12+
* Copyright (c) 2021, Pycom Limited and its licensors.
1313
*
1414
* This software is licensed under the GNU GPL version 3 or any later version,
1515
* with permitted additional terms. For more information see the Pycom Licence

esp32/Makefile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
#
2-
# Copyright © 2020, Pycom Limited.
2+
# Copyright © 2021, Pycom Limited.
33
#
44
# This software is licensed under the GNU GPL version 3 or any
55
# later version, with permitted additional terms. For more information

esp32/app_sys_evt.h

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
/*
2-
* Copyright (c) 2019, Pycom Limited.
2+
* Copyright (c) 2021, Pycom Limited.
33
*
44
* This software is licensed under the GNU GPL version 3 or any
55
* later version, with permitted additional terms. For more information

esp32/application.mk

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
#
2-
# Copyright (c) 2020, Pycom Limited.
2+
# Copyright (c) 2021, Pycom Limited.
33
#
44
# This software is licensed under the GNU GPL version 3 or any
55
# later version, with permitted additional terms. For more information

0 commit comments

Comments
 (0)