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

Commit

Permalink
Update license year
Browse files Browse the repository at this point in the history
  • Loading branch information
jpadilla committed Mar 22, 2017
1 parent 3b1b15a commit f37f722
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion LICENSE
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
The MIT License (MIT)

Copyright (c) 2014-2016 Blimp LLC
Copyright (c) 2014-2017 Blimp LLC

Permission is hereby granted, free of charge, to any person obtaining a copy
of this software and associated documentation files (the "Software"), to deal
Expand Down
2 changes: 1 addition & 1 deletion rest_framework_jwt/__init__.py
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@
__version__ = '1.9.0'
__author__ = 'José Padilla'
__license__ = 'MIT'
__copyright__ = 'Copyright 2014-2016 Blimp LLC'
__copyright__ = 'Copyright 2014-2017 Blimp LLC'

# Version synonym
VERSION = __version__

0 comments on commit f37f722

Please sign in to comment.