tree-wide: add python file copyright headers

And update a couple.

Signed-off-by: Martí Bolívar <marti.bolivar@nordicsemi.no>
This commit is contained in:
Martí Bolívar 2020-01-14 16:55:21 -08:00 committed by Carles Cufí
parent 237d4551c8
commit e8fafed5cd
5 changed files with 8 additions and 1 deletions

View File

@ -1,3 +1,5 @@
# Copyright (c) 2019, Nordic Semiconductor ASA
#
# Don't put anything else in here!
#
# This is the Python 3 version of option 3 in:

View File

@ -1,4 +1,4 @@
# Copyright (c) 2019, Nordic Semiconductor ASA
# Copyright (c) 2019, 2020 Nordic Semiconductor ASA
#
# SPDX-License-Identifier: Apache-2.0

View File

@ -1,3 +1,5 @@
# Copyright (c) 2020, Nordic Semiconductor ASA
import itertools
import os

View File

@ -1,4 +1,5 @@
# Copyright 2018 Foundries.io Ltd
# Copyright (c) 2020, Nordic Semiconductor ASA
#
# SPDX-License-Identifier: Apache-2.0

View File

@ -1,3 +1,5 @@
# Copyright (c) 2020, Nordic Semiconductor ASA
import collections
import os
import re