Skip to content

Commit e6c47fe

Browse files
Update year (#370)
1 parent 96a1c0b commit e6c47fe

File tree

2 files changed

+3
-2
lines changed

2 files changed

+3
-2
lines changed

LICENSE.txt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
Copyright (C) 2008 Stefan van der Walt <[email protected]>, Pauli Virtanen <[email protected]>
1+
Copyright (C) 2008-2022 Stefan van der Walt <[email protected]>, Pauli Virtanen <[email protected]>
22

33
Redistribution and use in source and binary forms, with or without
44
modification, are permitted provided that the following conditions are

doc/conf.py

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -12,6 +12,7 @@
1212
# All configuration values have a default; values that are commented out
1313
# serve to show the default.
1414

15+
from datetime import date
1516
import sys
1617
import os
1718
import re
@@ -68,7 +69,7 @@
6869

6970
# General information about the project.
7071
project = u'numpydoc'
71-
copyright = u'2019, numpydoc maintainers'
72+
copyright = f'2019-{date.today().year}, numpydoc maintainers'
7273

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

0 commit comments

Comments
 (0)