Skip to content
This repository was archived by the owner on May 26, 2020. It is now read-only.

Commit f37f722

Browse files
committed
Update license year
1 parent 3b1b15a commit f37f722

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) 2014-2016 Blimp LLC
3+
Copyright (c) 2014-2017 Blimp LLC
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

rest_framework_jwt/__init__.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@
44
__version__ = '1.9.0'
55
__author__ = 'José Padilla'
66
__license__ = 'MIT'
7-
__copyright__ = 'Copyright 2014-2016 Blimp LLC'
7+
__copyright__ = 'Copyright 2014-2017 Blimp LLC'
88

99
# Version synonym
1010
VERSION = __version__

0 commit comments

Comments
 (0)