public
Description: A high-level Python Web framework that encourages rapid development and clean, pragmatic design.
Homepage: http://www.djangoproject.com/
Clone URL: git://github.com/brosner/django.git
Updated LICENSE. Announcement forthcomming...


git-svn-id: http://code.djangoproject.com/svn/django/trunk@7680 
bcc190cf-cafb-0310-a4f2-bffc1f526a37
jacob (author)
Tue Jun 17 07:53:24 -0700 2008
commit  a99b0699d5fe9509c486d4050d57c847fbcdb706
tree    cd4711d3ab782a798ac379cfd358c21a6f81a567
parent  a40278175ccefd4431d71543342d3d2bf7c9c79f
...
1
 
2
3
4
...
 
1
2
3
4
0
@@ -1,4 +1,4 @@
0
-Copyright (c) 2005, the Lawrence Journal-World
0
+Copyright (c) Django Software Foundation.
0
 All rights reserved.
0
 
0
 Redistribution and use in source and binary forms, with or without modification,
...
51
52
53
54
55
 
 
56
57
58
...
51
52
53
 
 
54
55
56
57
58
0
@@ -51,8 +51,8 @@ setup(
0
     name = "Django",
0
     version = version,
0
     url = 'http://www.djangoproject.com/',
0
- author = 'Lawrence Journal-World',
0
- author_email = 'holovaty@gmail.com',
0
+ author = 'Django Software Foundation',
0
+ author_email = 'foundation@djangoproject.com',
0
     description = 'A high-level Python Web framework that encourages rapid development and clean, pragmatic design.',
0
     packages = packages,
0
     data_files = data_files,

Comments

    No one has commented yet.