diff options
| author | Tom Christie | 2013-01-03 21:43:54 +0000 | 
|---|---|---|
| committer | Tom Christie | 2013-01-03 21:46:39 +0000 | 
| commit | 05c72a5d303490270c9d56b81964ee59fc1ab253 (patch) | |
| tree | a964bf310fefbce4ef0c6091021a898817cd042a /README.md | |
| parent | 610508a5bce756c7a035039dcc1d9f7aef96bbfb (diff) | |
| download | django-rest-framework-05c72a5d303490270c9d56b81964ee59fc1ab253.tar.bz2 | |
Fix copyright notice and travis badge
Diffstat (limited to 'README.md')
| -rw-r--r-- | README.md | 4 | 
1 files changed, 2 insertions, 2 deletions
| @@ -235,7 +235,7 @@ This change will not affect user code, so long as it's following the recommended  # License -Copyright (c) 2011, Tom Christie +Copyright (c) 2011-2013, Tom Christie  All rights reserved.  Redistribution and use in source and binary forms, with or without  @@ -258,7 +258,7 @@ CAUSED AND ON ANY THEORY OF LIABILITY, WHETHER IN CONTRACT, STRICT LIABILITY,  OR TORT (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY OUT OF THE USE   OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE. -[build-status-image]: https://secure.travis-ci.org/tomchristie/django-rest-framework.png?branch=restframework2 +[build-status-image]: https://secure.travis-ci.org/tomchristie/django-rest-framework.png?branch=master  [travis]: http://travis-ci.org/tomchristie/django-rest-framework?branch=master  [twitter]: https://twitter.com/_tomchristie  [group]: https://groups.google.com/forum/?fromgroups#!forum/django-rest-framework | 
