8000 LICENSE,docs: Update copyright year range to include 2021. · micropython/micropython@ef9fde7 · GitHub
[go: up one dir, main page]

Skip to content

Commit ef9fde7

Browse files
committed
LICENSE,docs: Update copyright year range to include 2021.
Signed-off-by: Damien George <damien@micropython.org>
1 parent 407df82 commit ef9fde7

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

LICENSE

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
The MIT License (MIT)
22

3-
Copyright (c) 2013-2020 Damien P. George
3+
Copyright (c) 2013-2021 Damien P. George
44

55
Permission is hereby granted, free of charge, to any person obtaining a copy
66
of this software and associated documentation files (the "Software"), to deal

docs/conf.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -66,7 +66,7 @@
6666

6767
# General information about the project.
6868
project = 'MicroPython'
69-
copyright = '2014-2020, Damien P. George, Paul Sokolovsky, and contributors'
69+
copyright = '2014-2021, Damien P. George, Paul Sokolovsky, and contributors'
7070

7171
# The version info for the project you're documenting, acts as replacement for
7272
# |version| and |release|, also used in various other places throughout the

0 commit comments

Comments
 (0)
0