8000 Update license year · slykar/django-rest-framework-jwt@f37f722 · GitHub
[go: up one dir, main page]

Skip to content

Commit f37f722

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

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)
0