8000 Merge pull request #171 from pycom/copyright-header-fixes · pycom/pycom-micropython-sigfox@74e7bd1 · GitHub
[go: up one dir, main page]

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

Commit 74e7bd1

Browse files
authored
Merge pull request #171 from pycom/copyright-header-fixes
added copyright messages to pygate
2 parents 8b00592 + 6129101 commit 74e7bd1

38 files changed

+306
-0
lines changed

drivers/sx1308/sx1308-config.h

Lines changed: 8 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,12 @@
11

2+
/*
3+
* Copyright (c) 2020, Pycom Limited.
4+
*
5+
* This software is licensed under the GNU GPL version 3 or any
6+
* later version, with permitted additional terms. For more information
7+
* see the Pycom Licence v1.0 document supplied with this file, or
8+
* available at https://www.pycom.io/opensource/licensing
9+
*/
210
#ifndef _SX1308_CONFIG_H
311
#define _SX1308_CONFIG_H
412

drivers/sx1308/sx1308-spi.c

Lines changed: 8 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,11 @@
1+
/*
2+
* Copyright (c) 2020, Pycom Limited.
3+
*
4+
* This software is licensed under the GNU GPL version 3 or any
5+
* later version, with permitted additional terms. For more information
6+
* see the Pycom Licence v1.0 document supplied with this file, or
7+
* available at https://www.pycom.io/opensource/licensing
8+
*/
19
/*
210
* This file is derived from the MicroPython project, http://micropython.org/
311
*

drivers/sx1308/sx1308-spi.h

Lines changed: 8 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,11 @@
1+
/*
2+
* Copyright (c) 2020, Pycom Limited.
3+
*
4+
* This software is licensed under the GNU GPL version 3 or any
5+
* later version, with permitted additional terms. For more information
6+
* see the Pycom Licence v1.0 document supplied with this file, or
7+
* available at https://www.pycom.io/opensource/licensing
8+
*/
19
/*
210
* This file is derived from the MicroPython project, http://micropython.org/
311
*

drivers/sx1308/sx1308.c

Lines changed: 8 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,11 @@
1+
/*
2+
* Copyright (c) 2020, Pycom Limited.
3+
*
4+
* This software is licensed under the GNU GPL version 3 or any
5+
* later version, with permitted additional terms. For more information
6+
* see the Pycom Licence v1.0 document supplied with this file, or
7+
* available at https://www.pycom.io/opensource/licensing
8+
*/
19
/*
210
/ _____) _ | |
311
( (____ _____ ____ _| |_ _____ ____| |__

drivers/sx1308/sx1308.h

Lines changed: 8 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,11 @@
1+
/*
2+
* Copyright (c) 2020, Pycom Limited.
3+
*
4+
* This software is licensed under the GNU GPL version 3 or any
5+
* later version, with permitted additional terms. For more information
6+
* see the Pycom Licence v1.0 document supplied with this file, or
7+
* available at https://www.pycom.io/opensource/licensing
8+
*/
19
/*
210
* This file is derived from the MicroPython project, http://micropython.org/
311
*

esp32/pygate/concentrator/cmd_manager.c

Lines changed: 9 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,12 @@
1+
/*
2+
* Copyright (c) 2020, Pycom Limited.
3+
*
4+
* This software is licensed under the GNU GPL version 3 or any
5+
* later version, with permitted additional terms. For more information
6+
* see the Pycom Licence v1.0 document supplied with this file, or
7+
* available at https://www.pycom.io/opensource/licensing
8+
*/
9+
110
/*
211
/ _____) _ | |
312
( (____ _____ ____ _| |_ _____ ____| |__

esp32/pygate/concentrator/cmd_manager.h

Lines changed: 8 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,11 @@
1+
/*
2+
* Copyright (c) 2020, Pycom Limited.
3+
*
4+
* This software is licensed under the GNU GPL version 3 or any
5+
* later version, with permitted additional terms. For more information
6+
* see the Pycom Licence v1.0 document supplied with this file, or
7+
* available at https://www.pycom.io/opensource/licensing
8+
*/
19
/*
210
/ _____) _ | |
311
( (____ _____ ____ _| |_ _____ ____| |__

esp32/pygate/concentrator/loragw_hal_esp.c

Lines changed: 8 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,11 @@
1+
/*
2+
* Copyright (c) 2020, Pycom Limited.
3+
*
4+
* This software is licensed under the GNU GPL version 3 or any
5+
* later version, with permitted additional terms. For more information
6+
* see the Pycom Licence v1.0 document supplied with this file, or
7+
* available at https://www.pycom.io/opensource/licensing
8+
*/
19
/*
210
/ _____) _ | |
311
( (____ _____ ____ _| |_ _____ ____| |__

esp32/pygate/concentrator/loragw_hal_esp.h

Lines changed: 8 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,11 @@
1+
/*
2+
* Copyright (c) 2020, Pycom Limited.
3+
*
4+
* This software is licensed under the GNU GPL version 3 or any
5+
* later version, with permitted additional terms. For more information
6+
* see the Pycom Licence v1.0 document supplied with this file, or
7+
* available at https://www.pycom.io/opensource/licensing
8+
*/
19
/*
210
/ _____) _ | |
311
( (____ _____ ____ _| |_ _____ ____| |__

esp32/pygate/concentrator/loragw_radio_esp.h

Lines changed: 8 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,11 @@
1+
/*
2+
* Copyright (c) 2020, Pycom Limited.
3+
*
4+
* This software is licensed under the GNU GPL version 3 or any
5+
* later version, with permitted additional terms. For more information
6+
* see the Pycom Licence v1.0 document supplied with this file, or
7+
* available at https://www.pycom.io/opensource/licensing
8+
*/
19
/*
210
/ _____) _ | |
311
( (____ _____ ____ _| |_ _____ ____| |__

0 commit comments

Comments
 (0)
0