Skip to content

Commit

Permalink
Update copyright.
Browse files Browse the repository at this point in the history
  • Loading branch information
riga committed Jan 8, 2021
1 parent 5e5ef45 commit 459b879
Show file tree
Hide file tree
Showing 3 changed files with 4 additions and 2 deletions.
2 changes: 1 addition & 1 deletion LICENSE
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
Copyright (c) 2014-2020, Marcel Rieger
Copyright (c) 2014-2021, Marcel Rieger
All rights reserved.

Redistribution and use in source and binary forms, with or without
Expand Down
3 changes: 2 additions & 1 deletion pymitter.py
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,8 @@


__author__ = "Marcel Rieger"
__copyright__ = "Copyright 2014-2020, Marcel Rieger"
__author_email__ = "github.riga@icloud.com"
__copyright__ = "Copyright 2014-2021, Marcel Rieger"
__credits__ = ["Marcel Rieger"]
__contact__ = "https://github.com/riga/pymitter"
__license__ = "BSD-3-Clause"
Expand Down
1 change: 1 addition & 0 deletions setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -35,6 +35,7 @@
name=pymitter.__name__,
version=pymitter.__version__,
author=pymitter.__author__,
author_email=pymitter.__author_email__,
description=pymitter.__doc__.strip().split("\n")[0].strip(),
license=pymitter.__license__,
url=pymitter.__contact__,
Expand Down

0 comments on commit 459b879

Please sign in to comment.