From 04df7022634cb9729cb0e9e86f6da244f24dd0b5 Mon Sep 17 00:00:00 2001
From: Jacob Kaplan-Moss <jacob@jacobian.org>
Date: Tue, 17 Jun 2008 14:53:24 +0000
Subject: [PATCH] Updated LICENSE. Announcement forthcomming...

git-svn-id: http://code.djangoproject.com/svn/django/trunk@7680 bcc190cf-cafb-0310-a4f2-bffc1f526a37
---
 LICENSE  | 2 +-
 setup.py | 4 ++--
 2 files changed, 3 insertions(+), 3 deletions(-)

diff --git a/LICENSE b/LICENSE
index ba3e68a060..b0716a3908 100644
--- a/LICENSE
+++ b/LICENSE
@@ -1,4 +1,4 @@
-Copyright (c) 2005, the Lawrence Journal-World
+Copyright (c) Django Software Foundation.
 All rights reserved.
 
 Redistribution and use in source and binary forms, with or without modification,
diff --git a/setup.py b/setup.py
index 3cbfc55460..081cdb4c4b 100644
--- a/setup.py
+++ b/setup.py
@@ -51,8 +51,8 @@ setup(
     name = "Django",
     version = version,
     url = 'http://www.djangoproject.com/',
-    author = 'Lawrence Journal-World',
-    author_email = 'holovaty@gmail.com',
+    author = 'Django Software Foundation',
+    author_email = 'foundation@djangoproject.com',
     description = 'A high-level Python Web framework that encourages rapid development and clean, pragmatic design.',
     packages = packages,
     data_files = data_files,