aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorTom Christie2014-12-28 18:48:42 +0000
committerTom Christie2014-12-28 18:48:42 +0000
commit5d8c45681a945b955d9336b0fd1e4ebccf0df895 (patch)
tree58da229a0f36457082a9789ac98c0fbdaeb21dde
parentd8e66970a11ec2d4b66f0cf56950f2cc83e83224 (diff)
downloaddjango-rest-framework-5d8c45681a945b955d9336b0fd1e4ebccf0df895.tar.bz2
Update copryright for 2015. Closes #2247.
-rw-r--r--README.md2
-rw-r--r--docs/index.md2
-rw-r--r--rest_framework/__init__.py2
3 files changed, 3 insertions, 3 deletions
diff --git a/README.md b/README.md
index df0a4086..8fc11c30 100644
--- a/README.md
+++ b/README.md
@@ -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__