Commit 04df7022 authored by Jacob Kaplan-Moss's avatar Jacob Kaplan-Moss
Browse files

Updated LICENSE. Announcement forthcomming...


git-svn-id: http://code.djangoproject.com/svn/django/trunk@7680 bcc190cf-cafb-0310-a4f2-bffc1f526a37
parent e829e9ff
Loading
Loading
Loading
Loading
+1 −1
Original line number Diff line number Diff line
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,
+2 −2
Original line number Diff line number Diff line
@@ -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,