Skip to content

Commit f1c2a9c

Browse files
committed
Copyright year update
1 parent 1ce4da9 commit f1c2a9c

File tree

3 files changed

+3
-3
lines changed

3 files changed

+3
-3
lines changed

LICENSE

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
Copyright (c) 2014-2019 Matthias Geier
1+
Copyright (c) 2014-2020 Matthias Geier
22

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

doc/conf.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -69,7 +69,7 @@
6969
# General information about the project.
7070
authors = 'Matthias Geier'
7171
project = 'JACK Audio Connection Kit (JACK) Client for Python'
72-
copyright = '2019, ' + authors
72+
copyright = '2020, ' + authors
7373

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

src/jack.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
# Copyright (c) 2014-2019 Matthias Geier
1+
# Copyright (c) 2014-2020 Matthias Geier
22
#
33
# Permission is hereby granted, free of charge, to any person obtaining a copy
44
# of this software and associated documentation files (the "Software"), to deal

0 commit comments

Comments
 (0)