Changeset 7680
- Timestamp:
- 06/17/08 09:53:24 (3 months ago)
- Files:
-
- django/trunk/LICENSE (modified) (1 diff)
- django/trunk/setup.py (modified) (1 diff)
Legend:
- Unmodified
- Added
- Removed
- Modified
- Copied
- Moved
django/trunk/LICENSE
r7294 r7680 1 Copyright (c) 2005, the Lawrence Journal-World1 Copyright (c) Django Software Foundation. 2 2 All rights reserved. 3 3 django/trunk/setup.py
r7139 r7680 52 52 version = version, 53 53 url = 'http://www.djangoproject.com/', 54 author = ' Lawrence Journal-World',55 author_email = ' holovaty@gmail.com',54 author = 'Django Software Foundation', 55 author_email = 'foundation@djangoproject.com', 56 56 description = 'A high-level Python Web framework that encourages rapid development and clean, pragmatic design.', 57 57 packages = packages,
