From 452856acc68811b93a1a5350b7c010ae79fceaf5 Mon Sep 17 00:00:00 2001 From: Alex Dehnert Date: Sat, 30 Nov 2013 02:00:27 -0500 Subject: [PATCH] Update COPYING file and move into mit auth plugin --- django/{ => mit}/COPYING | 7 ++++++- 1 file changed, 6 insertions(+), 1 deletion(-) rename django/{ => mit}/COPYING (85%) diff --git a/django/COPYING b/django/mit/COPYING similarity index 85% rename from django/COPYING rename to django/mit/COPYING index 682a399..19a57fd 100644 --- a/django/COPYING +++ b/django/mit/COPYING @@ -1,4 +1,9 @@ -Copyright (C) 2010--2011 by Alex Dehnert +Copyright (C) 2010--2013 by Alex Dehnert and others + +Code in this directory is copyright by the authors, and available under the +terms of the MIT license. + +MIT license: Permission is hereby granted, free of charge, to any person obtaining a copy of this software and associated documentation files (the "Software"), to deal -- 2.45.0