diff options
| -rw-r--r-- | README.md | 2 | ||||
| -rw-r--r-- | docs/index.md | 2 | ||||
| -rw-r--r-- | rest_framework/__init__.py | 2 | 
3 files changed, 3 insertions, 3 deletions
| @@ -156,7 +156,7 @@ Send a description of the issue via email to [rest-framework-security@googlegrou  # License -Copyright (c) 2011-2014, Tom Christie +Copyright (c) 2011-2015, Tom Christie  All rights reserved.  Redistribution and use in source and binary forms, with or without  diff --git a/docs/index.md b/docs/index.md index 8a96fc9f..55129df1 100644 --- a/docs/index.md +++ b/docs/index.md @@ -235,7 +235,7 @@ Send a description of the issue via email to [rest-framework-security@googlegrou  ## License -Copyright (c) 2011-2014, Tom Christie +Copyright (c) 2011-2015, Tom Christie  All rights reserved.  Redistribution and use in source and binary forms, with or without diff --git a/rest_framework/__init__.py b/rest_framework/__init__.py index 6808b74b..dec89b3e 100644 --- a/rest_framework/__init__.py +++ b/rest_framework/__init__.py @@ -11,7 +11,7 @@ __title__ = 'Django REST framework'  __version__ = '3.0.2'  __author__ = 'Tom Christie'  __license__ = 'BSD 2-Clause' -__copyright__ = 'Copyright 2011-2014 Tom Christie' +__copyright__ = 'Copyright 2011-2015 Tom Christie'  # Version synonym  VERSION = __version__ | 
