all: update copyright year

This commit is contained in:
Laurens Valk
2021-01-18 14:34:28 +01:00
parent 087dab5ed1
commit db4cbe66c1
4 changed files with 4 additions and 4 deletions
+1 -1
View File
@@ -1,6 +1,6 @@
MIT License
Copyright (c) 2018-2020 The Pybricks Authors
Copyright (c) 2018-2021 The Pybricks Authors
Permission is hereby granted, free of charge, to any person obtaining a copy
of this software and associated documentation files (the "Software"), to deal
+1 -1
View File
@@ -7,7 +7,7 @@ import os
# General information about the project.
project = 'pybricks'
copyright = '2018-2020 The Pybricks Authors'
copyright = '2018-2021 The Pybricks Authors'
author = ''
_TITLE = 'Pybricks Modules and Examples'
+1 -1
View File
@@ -7,7 +7,7 @@ import os
# General information about the project.
project = 'pybricks'
copyright = '2018-2020 The Pybricks Authors'
copyright = '2018-2021 The Pybricks Authors'
author = ''
_TITLE = 'Pybricks Modules and Examples'
+1 -1
View File
@@ -1,5 +1,5 @@
# SPDX-License-Identifier: MIT
# Copyright (c) 2018-2020 The Pybricks Authors
# Copyright (c) 2018-2021 The Pybricks Authors
"""Generic cross-platform module for typical devices like lights, displays,
speakers, and batteries."""