Skip to content

Commit 24f9801

Browse files
committed
Make copyright year perpetual
1 parent 8bd8fe4 commit 24f9801

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
MIT License
22

3-
Copyright (c) 2013-2018 tmuxp contributors
3+
Copyright (c) 2013- tmuxp contributors
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

tmuxp/__about__.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7,4 +7,4 @@
77
__github__ = 'https://github.com/tmux-python/tmuxp'
88
__pypi__ = 'https://pypi.org/project/tmuxp/'
99
__license__ = 'MIT'
10-
__copyright__ = 'Copyright 2013-2018 Tony Narlock'
10+
__copyright__ = 'Copyright 2013- Tony Narlock'

0 commit comments

Comments
 (0)