Update the copyright notice for 2009.
authorSverre Rabbelier <srabbelier@gmail.com>
Fri, 13 Feb 2009 22:36:45 +0000
changeset 1307 091a21cf3627
parent 1306 dffefa486493
child 1308 35b75ffcbb37
Update the copyright notice for 2009. Patch by: Sverre Rabbelier
app/soc/__init__.py
app/soc/cache/base.py
app/soc/cache/rights.py
app/soc/cache/sidebar.py
app/soc/content/css/soc-090120.css
app/soc/content/js/blog-081117.js
app/soc/logic/accounts.py
app/soc/logic/allocations.py
app/soc/logic/cleaning.py
app/soc/logic/dicts.py
app/soc/logic/helper/notifications.py
app/soc/logic/helper/request.py
app/soc/logic/helper/timeline.py
app/soc/logic/lists.py
app/soc/logic/mail_dispatcher.py
app/soc/logic/models/base.py
app/soc/logic/models/club.py
app/soc/logic/models/club_admin.py
app/soc/logic/models/club_app.py
app/soc/logic/models/club_member.py
app/soc/logic/models/document.py
app/soc/logic/models/group.py
app/soc/logic/models/group_app.py
app/soc/logic/models/host.py
app/soc/logic/models/linkable.py
app/soc/logic/models/mentor.py
app/soc/logic/models/notification.py
app/soc/logic/models/org_admin.py
app/soc/logic/models/org_app.py
app/soc/logic/models/organization.py
app/soc/logic/models/presence.py
app/soc/logic/models/presence_with_tos.py
app/soc/logic/models/program.py
app/soc/logic/models/request.py
app/soc/logic/models/role.py
app/soc/logic/models/site.py
app/soc/logic/models/sponsor.py
app/soc/logic/models/timeline.py
app/soc/logic/models/user.py
app/soc/logic/models/work.py
app/soc/logic/rights.py
app/soc/logic/system.py
app/soc/logic/validate.py
app/soc/models/__init__.py
app/soc/models/answer.py
app/soc/models/base.py
app/soc/models/club.py
app/soc/models/club_admin.py
app/soc/models/club_app.py
app/soc/models/club_member.py
app/soc/models/contributor.py
app/soc/models/countries.py
app/soc/models/document.py
app/soc/models/documentation.py
app/soc/models/group.py
app/soc/models/group_app.py
app/soc/models/host.py
app/soc/models/linkable.py
app/soc/models/mentor.py
app/soc/models/notification.py
app/soc/models/org_admin.py
app/soc/models/org_app.py
app/soc/models/organization.py
app/soc/models/presence.py
app/soc/models/presence_with_tos.py
app/soc/models/program.py
app/soc/models/proposal.py
app/soc/models/question.py
app/soc/models/quiz.py
app/soc/models/request.py
app/soc/models/response.py
app/soc/models/review.py
app/soc/models/reviewer.py
app/soc/models/role.py
app/soc/models/school.py
app/soc/models/site.py
app/soc/models/sponsor.py
app/soc/models/student.py
app/soc/models/task.py
app/soc/models/timeline.py
app/soc/models/user.py
app/soc/models/work.py
app/soc/release.py
app/soc/views/helper/access.py
app/soc/views/helper/decorators.py
app/soc/views/helper/dynaform.py
app/soc/views/helper/forms.py
app/soc/views/helper/lists.py
app/soc/views/helper/params.py
app/soc/views/helper/redirects.py
app/soc/views/helper/requests.py
app/soc/views/helper/responses.py
app/soc/views/helper/templates.py
app/soc/views/helper/templatetags/__init__.py
app/soc/views/helper/templatetags/forms_helpers.py
app/soc/views/helper/widgets.py
app/soc/views/models/base.py
app/soc/views/models/club.py
app/soc/views/models/club_admin.py
app/soc/views/models/club_app.py
app/soc/views/models/club_member.py
app/soc/views/models/document.py
app/soc/views/models/group.py
app/soc/views/models/group_app.py
app/soc/views/models/host.py
app/soc/views/models/mentor.py
app/soc/views/models/notification.py
app/soc/views/models/org_admin.py
app/soc/views/models/org_app.py
app/soc/views/models/organization.py
app/soc/views/models/presence.py
app/soc/views/models/presence_with_tos.py
app/soc/views/models/program.py
app/soc/views/models/request.py
app/soc/views/models/role.py
app/soc/views/models/site.py
app/soc/views/models/sponsor.py
app/soc/views/models/timeline.py
app/soc/views/models/user.py
app/soc/views/models/user_self.py
app/soc/views/out_of_band.py
app/soc/views/sitemap/build.py
app/soc/views/sitemap/sidebar.py
app/soc/views/sitemap/sitemap.py
--- a/app/soc/__init__.py	Fri Feb 13 21:54:35 2009 +0000
+++ b/app/soc/__init__.py	Fri Feb 13 22:36:45 2009 +0000
@@ -1,5 +1,5 @@
 #
-# Copyright 2008 the Melange authors.
+# Copyright 2009 the Melange authors.
 #
 # Licensed under the Apache License, Version 2.0 (the "License");
 # you may not use this file except in compliance with the License.
--- a/app/soc/cache/base.py	Fri Feb 13 21:54:35 2009 +0000
+++ b/app/soc/cache/base.py	Fri Feb 13 22:36:45 2009 +0000
@@ -1,6 +1,6 @@
 #!/usr/bin/python2.5
 #
-# Copyright 2008 the Melange authors.
+# Copyright 2009 the Melange authors.
 #
 # Licensed under the Apache License, Version 2.0 (the "License");
 # you may not use this file except in compliance with the License.
--- a/app/soc/cache/rights.py	Fri Feb 13 21:54:35 2009 +0000
+++ b/app/soc/cache/rights.py	Fri Feb 13 22:36:45 2009 +0000
@@ -1,6 +1,6 @@
 #!/usr/bin/python2.5
 #
-# Copyright 2008 the Melange authors.
+# Copyright 2009 the Melange authors.
 #
 # Licensed under the Apache License, Version 2.0 (the "License");
 # you may not use this file except in compliance with the License.
--- a/app/soc/cache/sidebar.py	Fri Feb 13 21:54:35 2009 +0000
+++ b/app/soc/cache/sidebar.py	Fri Feb 13 22:36:45 2009 +0000
@@ -1,6 +1,6 @@
 #!/usr/bin/python2.5
 #
-# Copyright 2008 the Melange authors.
+# Copyright 2009 the Melange authors.
 #
 # Licensed under the Apache License, Version 2.0 (the "License");
 # you may not use this file except in compliance with the License.
--- a/app/soc/content/css/soc-090120.css	Fri Feb 13 21:54:35 2009 +0000
+++ b/app/soc/content/css/soc-090120.css	Fri Feb 13 22:36:45 2009 +0000
@@ -1,5 +1,5 @@
 /*
-Copyright 2008 the Melange authors.
+Copyright 2009 the Melange authors.
 
 Licensed under the Apache License, Version 2.0 (the "License");
 you may not use this file except in compliance with the License.
--- a/app/soc/content/js/blog-081117.js	Fri Feb 13 21:54:35 2009 +0000
+++ b/app/soc/content/js/blog-081117.js	Fri Feb 13 22:36:45 2009 +0000
@@ -1,4 +1,4 @@
-/* Copyright 2008 the Melange authors.
+/* Copyright 2009 the Melange authors.
  *
  * Licensed under the Apache License, Version 2.0 (the "License");
  * you may not use this file except in compliance with the License.
--- a/app/soc/logic/accounts.py	Fri Feb 13 21:54:35 2009 +0000
+++ b/app/soc/logic/accounts.py	Fri Feb 13 22:36:45 2009 +0000
@@ -1,6 +1,6 @@
 #!/usr/bin/python2.5
 #
-# Copyright 2008 the Melange authors.
+# Copyright 2009 the Melange authors.
 #
 # Licensed under the Apache License, Version 2.0 (the "License");
 # you may not use this file except in compliance with the License.
--- a/app/soc/logic/allocations.py	Fri Feb 13 21:54:35 2009 +0000
+++ b/app/soc/logic/allocations.py	Fri Feb 13 22:36:45 2009 +0000
@@ -1,6 +1,6 @@
 #!/usr/bin/python2.5
 #
-# Copyright 2008 the Melange authors.
+# Copyright 2009 the Melange authors.
 #
 # Licensed under the Apache License, Version 2.0 (the "License");
 # you may not use this file except in compliance with the License.
--- a/app/soc/logic/cleaning.py	Fri Feb 13 21:54:35 2009 +0000
+++ b/app/soc/logic/cleaning.py	Fri Feb 13 22:36:45 2009 +0000
@@ -1,6 +1,6 @@
 #!/usr/bin/python2.5
 #
-# Copyright 2008 the Melange authors.
+# Copyright 2009 the Melange authors.
 #
 # Licensed under the Apache License, Version 2.0 (the "License");
 # you may not use this file except in compliance with the License.
--- a/app/soc/logic/dicts.py	Fri Feb 13 21:54:35 2009 +0000
+++ b/app/soc/logic/dicts.py	Fri Feb 13 22:36:45 2009 +0000
@@ -1,6 +1,6 @@
 #!/usr/bin/python2.5
 #
-# Copyright 2008 the Melange authors.
+# Copyright 2009 the Melange authors.
 #
 # Licensed under the Apache License, Version 2.0 (the "License");
 # you may not use this file except in compliance with the License.
--- a/app/soc/logic/helper/notifications.py	Fri Feb 13 21:54:35 2009 +0000
+++ b/app/soc/logic/helper/notifications.py	Fri Feb 13 22:36:45 2009 +0000
@@ -1,6 +1,6 @@
 #!/usr/bin/python2.5
 #
-# Copyright 2008 the Melange authors.
+# Copyright 2009 the Melange authors.
 #
 # Licensed under the Apache License, Version 2.0 (the "License");
 # you may not use this file except in compliance with the License.
--- a/app/soc/logic/helper/request.py	Fri Feb 13 21:54:35 2009 +0000
+++ b/app/soc/logic/helper/request.py	Fri Feb 13 22:36:45 2009 +0000
@@ -1,6 +1,6 @@
 #!/usr/bin/python2.5
 #
-# Copyright 2008 the Melange authors.
+# Copyright 2009 the Melange authors.
 #
 # Licensed under the Apache License, Version 2.0 (the "License");
 # you may not use this file except in compliance with the License.
--- a/app/soc/logic/helper/timeline.py	Fri Feb 13 21:54:35 2009 +0000
+++ b/app/soc/logic/helper/timeline.py	Fri Feb 13 22:36:45 2009 +0000
@@ -1,6 +1,6 @@
 #!/usr/bin/python2.5
 #
-# Copyright 2008 the Melange authors.
+# Copyright 2009 the Melange authors.
 #
 # Licensed under the Apache License, Version 2.0 (the "License");
 # you may not use this file except in compliance with the License.
--- a/app/soc/logic/lists.py	Fri Feb 13 21:54:35 2009 +0000
+++ b/app/soc/logic/lists.py	Fri Feb 13 22:36:45 2009 +0000
@@ -1,6 +1,6 @@
 #!/usr/bin/python2.5
 #
-# Copyright 2008 the Melange authors.
+# Copyright 2009 the Melange authors.
 #
 # Licensed under the Apache License, Version 2.0 (the "License");
 # you may not use this file except in compliance with the License.
--- a/app/soc/logic/mail_dispatcher.py	Fri Feb 13 21:54:35 2009 +0000
+++ b/app/soc/logic/mail_dispatcher.py	Fri Feb 13 22:36:45 2009 +0000
@@ -1,6 +1,6 @@
 #!/usr/bin/python2.5
 #
-# Copyright 2008 the Melange authors.
+# Copyright 2009 the Melange authors.
 #
 # Licensed under the Apache License, Version 2.0 (the "License");
 # you may not use this file except in compliance with the License.
--- a/app/soc/logic/models/base.py	Fri Feb 13 21:54:35 2009 +0000
+++ b/app/soc/logic/models/base.py	Fri Feb 13 22:36:45 2009 +0000
@@ -1,6 +1,6 @@
 #!/usr/bin/python2.5
 #
-# Copyright 2008 the Melange authors.
+# Copyright 2009 the Melange authors.
 #
 # Licensed under the Apache License, Version 2.0 (the "License");
 # you may not use this file except in compliance with the License.
--- a/app/soc/logic/models/club.py	Fri Feb 13 21:54:35 2009 +0000
+++ b/app/soc/logic/models/club.py	Fri Feb 13 22:36:45 2009 +0000
@@ -1,6 +1,6 @@
 #!/usr/bin/python2.5
 #
-# Copyright 2008 the Melange authors.
+# Copyright 2009 the Melange authors.
 #
 # Licensed under the Apache License, Version 2.0 (the "License");
 # you may not use this file except in compliance with the License.
--- a/app/soc/logic/models/club_admin.py	Fri Feb 13 21:54:35 2009 +0000
+++ b/app/soc/logic/models/club_admin.py	Fri Feb 13 22:36:45 2009 +0000
@@ -1,6 +1,6 @@
 #!/usr/bin/python2.5
 #
-# Copyright 2008 the Melange authors.
+# Copyright 2009 the Melange authors.
 #
 # Licensed under the Apache License, Version 2.0 (the "License");
 # you may not use this file except in compliance with the License.
--- a/app/soc/logic/models/club_app.py	Fri Feb 13 21:54:35 2009 +0000
+++ b/app/soc/logic/models/club_app.py	Fri Feb 13 22:36:45 2009 +0000
@@ -1,6 +1,6 @@
 #!/usr/bin/python2.5
 #
-# Copyright 2008 the Melange authors.
+# Copyright 2009 the Melange authors.
 #
 # Licensed under the Apache License, Version 2.0 (the "License");
 # you may not use this file except in compliance with the License.
--- a/app/soc/logic/models/club_member.py	Fri Feb 13 21:54:35 2009 +0000
+++ b/app/soc/logic/models/club_member.py	Fri Feb 13 22:36:45 2009 +0000
@@ -1,6 +1,6 @@
 #!/usr/bin/python2.5
 #
-# Copyright 2008 the Melange authors.
+# Copyright 2009 the Melange authors.
 #
 # Licensed under the Apache License, Version 2.0 (the "License");
 # you may not use this file except in compliance with the License.
--- a/app/soc/logic/models/document.py	Fri Feb 13 21:54:35 2009 +0000
+++ b/app/soc/logic/models/document.py	Fri Feb 13 22:36:45 2009 +0000
@@ -1,6 +1,6 @@
 #!/usr/bin/python2.5
 #
-# Copyright 2008 the Melange authors.
+# Copyright 2009 the Melange authors.
 #
 # Licensed under the Apache License, Version 2.0 (the "License");
 # you may not use this file except in compliance with the License.
--- a/app/soc/logic/models/group.py	Fri Feb 13 21:54:35 2009 +0000
+++ b/app/soc/logic/models/group.py	Fri Feb 13 22:36:45 2009 +0000
@@ -1,6 +1,6 @@
 #!/usr/bin/python2.5
 #
-# Copyright 2008 the Melange authors.
+# Copyright 2009 the Melange authors.
 #
 # Licensed under the Apache License, Version 2.0 (the "License");
 # you may not use this file except in compliance with the License.
--- a/app/soc/logic/models/group_app.py	Fri Feb 13 21:54:35 2009 +0000
+++ b/app/soc/logic/models/group_app.py	Fri Feb 13 22:36:45 2009 +0000
@@ -1,6 +1,6 @@
 #!/usr/bin/python2.5
 #
-# Copyright 2008 the Melange authors.
+# Copyright 2009 the Melange authors.
 #
 # Licensed under the Apache License, Version 2.0 (the "License");
 # you may not use this file except in compliance with the License.
--- a/app/soc/logic/models/host.py	Fri Feb 13 21:54:35 2009 +0000
+++ b/app/soc/logic/models/host.py	Fri Feb 13 22:36:45 2009 +0000
@@ -1,6 +1,6 @@
 #!/usr/bin/python2.5
 #
-# Copyright 2008 the Melange authors.
+# Copyright 2009 the Melange authors.
 #
 # Licensed under the Apache License, Version 2.0 (the "License");
 # you may not use this file except in compliance with the License.
--- a/app/soc/logic/models/linkable.py	Fri Feb 13 21:54:35 2009 +0000
+++ b/app/soc/logic/models/linkable.py	Fri Feb 13 22:36:45 2009 +0000
@@ -1,6 +1,6 @@
 #!/usr/bin/python2.5
 #
-# Copyright 2008 the Melange authors.
+# Copyright 2009 the Melange authors.
 #
 # Licensed under the Apache License, Version 2.0 (the "License");
 # you may not use this file except in compliance with the License.
--- a/app/soc/logic/models/mentor.py	Fri Feb 13 21:54:35 2009 +0000
+++ b/app/soc/logic/models/mentor.py	Fri Feb 13 22:36:45 2009 +0000
@@ -1,6 +1,6 @@
 #!/usr/bin/python2.5
 #
-# Copyright 2008 the Melange authors.
+# Copyright 2009 the Melange authors.
 #
 # Licensed under the Apache License, Version 2.0 (the "License");
 # you may not use this file except in compliance with the License.
--- a/app/soc/logic/models/notification.py	Fri Feb 13 21:54:35 2009 +0000
+++ b/app/soc/logic/models/notification.py	Fri Feb 13 22:36:45 2009 +0000
@@ -1,6 +1,6 @@
 #!/usr/bin/python2.5
 #
-# Copyright 2008 the Melange authors.
+# Copyright 2009 the Melange authors.
 #
 # Licensed under the Apache License, Version 2.0 (the "License");
 # you may not use this file except in compliance with the License.
--- a/app/soc/logic/models/org_admin.py	Fri Feb 13 21:54:35 2009 +0000
+++ b/app/soc/logic/models/org_admin.py	Fri Feb 13 22:36:45 2009 +0000
@@ -1,6 +1,6 @@
 #!/usr/bin/python2.5
 #
-# Copyright 2008 the Melange authors.
+# Copyright 2009 the Melange authors.
 #
 # Licensed under the Apache License, Version 2.0 (the "License");
 # you may not use this file except in compliance with the License.
--- a/app/soc/logic/models/org_app.py	Fri Feb 13 21:54:35 2009 +0000
+++ b/app/soc/logic/models/org_app.py	Fri Feb 13 22:36:45 2009 +0000
@@ -1,6 +1,6 @@
 #!/usr/bin/python2.5
 #
-# Copyright 2008 the Melange authors.
+# Copyright 2009 the Melange authors.
 #
 # Licensed under the Apache License, Version 2.0 (the "License");
 # you may not use this file except in compliance with the License.
--- a/app/soc/logic/models/organization.py	Fri Feb 13 21:54:35 2009 +0000
+++ b/app/soc/logic/models/organization.py	Fri Feb 13 22:36:45 2009 +0000
@@ -1,6 +1,6 @@
 #!/usr/bin/python2.5
 #
-# Copyright 2008 the Melange authors.
+# Copyright 2009 the Melange authors.
 #
 # Licensed under the Apache License, Version 2.0 (the "License");
 # you may not use this file except in compliance with the License.
--- a/app/soc/logic/models/presence.py	Fri Feb 13 21:54:35 2009 +0000
+++ b/app/soc/logic/models/presence.py	Fri Feb 13 22:36:45 2009 +0000
@@ -1,6 +1,6 @@
 #!/usr/bin/python2.5
 #
-# Copyright 2008 the Melange authors.
+# Copyright 2009 the Melange authors.
 #
 # Licensed under the Apache License, Version 2.0 (the "License");
 # you may not use this file except in compliance with the License.
--- a/app/soc/logic/models/presence_with_tos.py	Fri Feb 13 21:54:35 2009 +0000
+++ b/app/soc/logic/models/presence_with_tos.py	Fri Feb 13 22:36:45 2009 +0000
@@ -1,6 +1,6 @@
 #!/usr/bin/python2.5
 #
-# Copyright 2008 the Melange authors.
+# Copyright 2009 the Melange authors.
 #
 # Licensed under the Apache License, Version 2.0 (the "License");
 # you may not use this file except in compliance with the License.
--- a/app/soc/logic/models/program.py	Fri Feb 13 21:54:35 2009 +0000
+++ b/app/soc/logic/models/program.py	Fri Feb 13 22:36:45 2009 +0000
@@ -1,6 +1,6 @@
 #!/usr/bin/python2.5
 #
-# Copyright 2008 the Melange authors.
+# Copyright 2009 the Melange authors.
 #
 # Licensed under the Apache License, Version 2.0 (the "License");
 # you may not use this file except in compliance with the License.
--- a/app/soc/logic/models/request.py	Fri Feb 13 21:54:35 2009 +0000
+++ b/app/soc/logic/models/request.py	Fri Feb 13 22:36:45 2009 +0000
@@ -1,6 +1,6 @@
 #!/usr/bin/python2.5
 #
-# Copyright 2008 the Melange authors.
+# Copyright 2009 the Melange authors.
 #
 # Licensed under the Apache License, Version 2.0 (the "License");
 # you may not use this file except in compliance with the License.
--- a/app/soc/logic/models/role.py	Fri Feb 13 21:54:35 2009 +0000
+++ b/app/soc/logic/models/role.py	Fri Feb 13 22:36:45 2009 +0000
@@ -1,6 +1,6 @@
 #!/usr/bin/python2.5
 #
-# Copyright 2008 the Melange authors.
+# Copyright 2009 the Melange authors.
 #
 # Licensed under the Apache License, Version 2.0 (the "License");
 # you may not use this file except in compliance with the License.
--- a/app/soc/logic/models/site.py	Fri Feb 13 21:54:35 2009 +0000
+++ b/app/soc/logic/models/site.py	Fri Feb 13 22:36:45 2009 +0000
@@ -1,6 +1,6 @@
 #!/usr/bin/python2.5
 #
-# Copyright 2008 the Melange authors.
+# Copyright 2009 the Melange authors.
 #
 # Licensed under the Apache License, Version 2.0 (the "License");
 # you may not use this file except in compliance with the License.
--- a/app/soc/logic/models/sponsor.py	Fri Feb 13 21:54:35 2009 +0000
+++ b/app/soc/logic/models/sponsor.py	Fri Feb 13 22:36:45 2009 +0000
@@ -1,6 +1,6 @@
 #!/usr/bin/python2.5
 #
-# Copyright 2008 the Melange authors.
+# Copyright 2009 the Melange authors.
 #
 # Licensed under the Apache License, Version 2.0 (the "License");
 # you may not use this file except in compliance with the License.
--- a/app/soc/logic/models/timeline.py	Fri Feb 13 21:54:35 2009 +0000
+++ b/app/soc/logic/models/timeline.py	Fri Feb 13 22:36:45 2009 +0000
@@ -1,6 +1,6 @@
 #!/usr/bin/python2.5
 #
-# Copyright 2008 the Melange authors.
+# Copyright 2009 the Melange authors.
 #
 # Licensed under the Apache License, Version 2.0 (the "License");
 # you may not use this file except in compliance with the License.
--- a/app/soc/logic/models/user.py	Fri Feb 13 21:54:35 2009 +0000
+++ b/app/soc/logic/models/user.py	Fri Feb 13 22:36:45 2009 +0000
@@ -1,6 +1,6 @@
 #!/usr/bin/python2.5
 #
-# Copyright 2008 the Melange authors.
+# Copyright 2009 the Melange authors.
 #
 # Licensed under the Apache License, Version 2.0 (the "License");
 # you may not use this file except in compliance with the License.
--- a/app/soc/logic/models/work.py	Fri Feb 13 21:54:35 2009 +0000
+++ b/app/soc/logic/models/work.py	Fri Feb 13 22:36:45 2009 +0000
@@ -1,6 +1,6 @@
 #!/usr/bin/python2.5
 #
-# Copyright 2008 the Melange authors.
+# Copyright 2009 the Melange authors.
 #
 # Licensed under the Apache License, Version 2.0 (the "License");
 # you may not use this file except in compliance with the License.
--- a/app/soc/logic/rights.py	Fri Feb 13 21:54:35 2009 +0000
+++ b/app/soc/logic/rights.py	Fri Feb 13 22:36:45 2009 +0000
@@ -1,6 +1,6 @@
 #!/usr/bin/python2.5
 #
-# Copyright 2008 the Melange authors.
+# Copyright 2009 the Melange authors.
 #
 # Licensed under the Apache License, Version 2.0 (the "License");
 # you may not use this file except in compliance with the License.
--- a/app/soc/logic/system.py	Fri Feb 13 21:54:35 2009 +0000
+++ b/app/soc/logic/system.py	Fri Feb 13 22:36:45 2009 +0000
@@ -1,6 +1,6 @@
 #!/usr/bin/python2.5
 #
-# Copyright 2008 the Melange authors.
+# Copyright 2009 the Melange authors.
 #
 # Licensed under the Apache License, Version 2.0 (the "License");
 # you may not use this file except in compliance with the License.
--- a/app/soc/logic/validate.py	Fri Feb 13 21:54:35 2009 +0000
+++ b/app/soc/logic/validate.py	Fri Feb 13 22:36:45 2009 +0000
@@ -1,6 +1,6 @@
 #!/usr/bin/python2.5
 #
-# Copyright 2008 the Melange authors.
+# Copyright 2009 the Melange authors.
 #
 # Licensed under the Apache License, Version 2.0 (the "License");
 # you may not use this file except in compliance with the License.
--- a/app/soc/models/__init__.py	Fri Feb 13 21:54:35 2009 +0000
+++ b/app/soc/models/__init__.py	Fri Feb 13 22:36:45 2009 +0000
@@ -1,5 +1,5 @@
 #
-# Copyright 2008 the Melange authors.
+# Copyright 2009 the Melange authors.
 #
 # Licensed under the Apache License, Version 2.0 (the "License");
 # you may not use this file except in compliance with the License.
--- a/app/soc/models/answer.py	Fri Feb 13 21:54:35 2009 +0000
+++ b/app/soc/models/answer.py	Fri Feb 13 22:36:45 2009 +0000
@@ -1,6 +1,6 @@
 #!/usr/bin/python2.5
 #
-# Copyright 2008 the Melange authors.
+# Copyright 2009 the Melange authors.
 #
 # Licensed under the Apache License, Version 2.0 (the "License");
 # you may not use this file except in compliance with the License.
--- a/app/soc/models/base.py	Fri Feb 13 21:54:35 2009 +0000
+++ b/app/soc/models/base.py	Fri Feb 13 22:36:45 2009 +0000
@@ -1,6 +1,6 @@
 #!/usr/bin/python2.5
 #
-# Copyright 2008 the Melange authors.
+# Copyright 2009 the Melange authors.
 #
 # Licensed under the Apache License, Version 2.0 (the "License");
 # you may not use this file except in compliance with the License.
--- a/app/soc/models/club.py	Fri Feb 13 21:54:35 2009 +0000
+++ b/app/soc/models/club.py	Fri Feb 13 22:36:45 2009 +0000
@@ -1,6 +1,6 @@
 #!/usr/bin/python2.5
 #
-# Copyright 2008 the Melange authors.
+# Copyright 2009 the Melange authors.
 #
 # Licensed under the Apache License, Version 2.0 (the "License");
 # you may not use this file except in compliance with the License.
--- a/app/soc/models/club_admin.py	Fri Feb 13 21:54:35 2009 +0000
+++ b/app/soc/models/club_admin.py	Fri Feb 13 22:36:45 2009 +0000
@@ -1,6 +1,6 @@
 #!/usr/bin/python2.5
 #
-# Copyright 2008 the Melange authors.
+# Copyright 2009 the Melange authors.
 #
 # Licensed under the Apache License, Version 2.0 (the "License");
 # you may not use this file except in compliance with the License.
--- a/app/soc/models/club_app.py	Fri Feb 13 21:54:35 2009 +0000
+++ b/app/soc/models/club_app.py	Fri Feb 13 22:36:45 2009 +0000
@@ -1,6 +1,6 @@
 #!/usr/bin/python2.5
 #
-# Copyright 2008 the Melange authors.
+# Copyright 2009 the Melange authors.
 #
 # Licensed under the Apache License, Version 2.0 (the "License");
 # you may not use this file except in compliance with the License.
--- a/app/soc/models/club_member.py	Fri Feb 13 21:54:35 2009 +0000
+++ b/app/soc/models/club_member.py	Fri Feb 13 22:36:45 2009 +0000
@@ -1,6 +1,6 @@
 #!/usr/bin/python2.5
 #
-# Copyright 2008 the Melange authors.
+# Copyright 2009 the Melange authors.
 #
 # Licensed under the Apache License, Version 2.0 (the "License");
 # you may not use this file except in compliance with the License.
--- a/app/soc/models/contributor.py	Fri Feb 13 21:54:35 2009 +0000
+++ b/app/soc/models/contributor.py	Fri Feb 13 22:36:45 2009 +0000
@@ -1,6 +1,6 @@
 #!/usr/bin/python2.5
 #
-# Copyright 2008 the Melange authors.
+# Copyright 2009 the Melange authors.
 #
 # Licensed under the Apache License, Version 2.0 (the "License");
 # you may not use this file except in compliance with the License.
--- a/app/soc/models/countries.py	Fri Feb 13 21:54:35 2009 +0000
+++ b/app/soc/models/countries.py	Fri Feb 13 22:36:45 2009 +0000
@@ -1,6 +1,6 @@
 #!/usr/bin/python2.5
 #
-# Copyright 2008 the Melange authors.
+# Copyright 2009 the Melange authors.
 #
 # Licensed under the Apache License, Version 2.0 (the "License");
 # you may not use this file except in compliance with the License.
--- a/app/soc/models/document.py	Fri Feb 13 21:54:35 2009 +0000
+++ b/app/soc/models/document.py	Fri Feb 13 22:36:45 2009 +0000
@@ -1,6 +1,6 @@
 #!/usr/bin/python2.5
 #
-# Copyright 2008 the Melange authors.
+# Copyright 2009 the Melange authors.
 #
 # Licensed under the Apache License, Version 2.0 (the "License");
 # you may not use this file except in compliance with the License.
--- a/app/soc/models/documentation.py	Fri Feb 13 21:54:35 2009 +0000
+++ b/app/soc/models/documentation.py	Fri Feb 13 22:36:45 2009 +0000
@@ -1,6 +1,6 @@
 #!/usr/bin/python2.5
 #
-# Copyright 2008 the Melange authors.
+# Copyright 2009 the Melange authors.
 #
 # Licensed under the Apache License, Version 2.0 (the "License");
 # you may not use this file except in compliance with the License.
--- a/app/soc/models/group.py	Fri Feb 13 21:54:35 2009 +0000
+++ b/app/soc/models/group.py	Fri Feb 13 22:36:45 2009 +0000
@@ -1,6 +1,6 @@
 #!/usr/bin/python2.5
 #
-# Copyright 2008 the Melange authors.
+# Copyright 2009 the Melange authors.
 #
 # Licensed under the Apache License, Version 2.0 (the "License");
 # you may not use this file except in compliance with the License.
--- a/app/soc/models/group_app.py	Fri Feb 13 21:54:35 2009 +0000
+++ b/app/soc/models/group_app.py	Fri Feb 13 22:36:45 2009 +0000
@@ -1,6 +1,6 @@
 #!/usr/bin/python2.5
 #
-# Copyright 2008 the Melange authors.
+# Copyright 2009 the Melange authors.
 #
 # Licensed under the Apache License, Version 2.0 (the "License");
 # you may not use this file except in compliance with the License.
--- a/app/soc/models/host.py	Fri Feb 13 21:54:35 2009 +0000
+++ b/app/soc/models/host.py	Fri Feb 13 22:36:45 2009 +0000
@@ -1,6 +1,6 @@
 #!/usr/bin/python2.5
 #
-# Copyright 2008 the Melange authors.
+# Copyright 2009 the Melange authors.
 #
 # Licensed under the Apache License, Version 2.0 (the "License");
 # you may not use this file except in compliance with the License.
--- a/app/soc/models/linkable.py	Fri Feb 13 21:54:35 2009 +0000
+++ b/app/soc/models/linkable.py	Fri Feb 13 22:36:45 2009 +0000
@@ -1,6 +1,6 @@
 #!/usr/bin/python2.5
 #
-# Copyright 2008 the Melange authors.
+# Copyright 2009 the Melange authors.
 #
 # Licensed under the Apache License, Version 2.0 (the "License");
 # you may not use this file except in compliance with the License.
--- a/app/soc/models/mentor.py	Fri Feb 13 21:54:35 2009 +0000
+++ b/app/soc/models/mentor.py	Fri Feb 13 22:36:45 2009 +0000
@@ -1,6 +1,6 @@
 #!/usr/bin/python2.5
 #
-# Copyright 2008 the Melange authors.
+# Copyright 2009 the Melange authors.
 #
 # Licensed under the Apache License, Version 2.0 (the "License");
 # you may not use this file except in compliance with the License.
--- a/app/soc/models/notification.py	Fri Feb 13 21:54:35 2009 +0000
+++ b/app/soc/models/notification.py	Fri Feb 13 22:36:45 2009 +0000
@@ -1,6 +1,6 @@
 #!/usr/bin/python2.5
 #
-# Copyright 2008 the Melange authors.
+# Copyright 2009 the Melange authors.
 #
 # Licensed under the Apache License, Version 2.0 (the "License");
 # you may not use this file except in compliance with the License.
--- a/app/soc/models/org_admin.py	Fri Feb 13 21:54:35 2009 +0000
+++ b/app/soc/models/org_admin.py	Fri Feb 13 22:36:45 2009 +0000
@@ -1,6 +1,6 @@
 #!/usr/bin/python2.5
 #
-# Copyright 2008 the Melange authors.
+# Copyright 2009 the Melange authors.
 #
 # Licensed under the Apache License, Version 2.0 (the "License");
 # you may not use this file except in compliance with the License.
--- a/app/soc/models/org_app.py	Fri Feb 13 21:54:35 2009 +0000
+++ b/app/soc/models/org_app.py	Fri Feb 13 22:36:45 2009 +0000
@@ -1,6 +1,6 @@
 #!/usr/bin/python2.5
 #
-# Copyright 2008 the Melange authors.
+# Copyright 2009 the Melange authors.
 #
 # Licensed under the Apache License, Version 2.0 (the "License");
 # you may not use this file except in compliance with the License.
--- a/app/soc/models/organization.py	Fri Feb 13 21:54:35 2009 +0000
+++ b/app/soc/models/organization.py	Fri Feb 13 22:36:45 2009 +0000
@@ -1,6 +1,6 @@
 #!/usr/bin/python2.5
 #
-# Copyright 2008 the Melange authors.
+# Copyright 2009 the Melange authors.
 #
 # Licensed under the Apache License, Version 2.0 (the "License");
 # you may not use this file except in compliance with the License.
--- a/app/soc/models/presence.py	Fri Feb 13 21:54:35 2009 +0000
+++ b/app/soc/models/presence.py	Fri Feb 13 22:36:45 2009 +0000
@@ -1,6 +1,6 @@
 #!/usr/bin/python2.5
 #
-# Copyright 2008 the Melange authors.
+# Copyright 2009 the Melange authors.
 #
 # Licensed under the Apache License, Version 2.0 (the "License");
 # you may not use this file except in compliance with the License.
--- a/app/soc/models/presence_with_tos.py	Fri Feb 13 21:54:35 2009 +0000
+++ b/app/soc/models/presence_with_tos.py	Fri Feb 13 22:36:45 2009 +0000
@@ -1,6 +1,6 @@
 #!/usr/bin/python2.5
 #
-# Copyright 2008 the Melange authors.
+# Copyright 2009 the Melange authors.
 #
 # Licensed under the Apache License, Version 2.0 (the "License");
 # you may not use this file except in compliance with the License.
--- a/app/soc/models/program.py	Fri Feb 13 21:54:35 2009 +0000
+++ b/app/soc/models/program.py	Fri Feb 13 22:36:45 2009 +0000
@@ -1,6 +1,6 @@
 #!/usr/bin/python2.5
 #
-# Copyright 2008 the Melange authors.
+# Copyright 2009 the Melange authors.
 #
 # Licensed under the Apache License, Version 2.0 (the "License");
 # you may not use this file except in compliance with the License.
--- a/app/soc/models/proposal.py	Fri Feb 13 21:54:35 2009 +0000
+++ b/app/soc/models/proposal.py	Fri Feb 13 22:36:45 2009 +0000
@@ -1,6 +1,6 @@
 #!/usr/bin/python2.5
 #
-# Copyright 2008 the Melange authors.
+# Copyright 2009 the Melange authors.
 #
 # Licensed under the Apache License, Version 2.0 (the "License");
 # you may not use this file except in compliance with the License.
--- a/app/soc/models/question.py	Fri Feb 13 21:54:35 2009 +0000
+++ b/app/soc/models/question.py	Fri Feb 13 22:36:45 2009 +0000
@@ -1,6 +1,6 @@
 #!/usr/bin/python2.5
 #
-# Copyright 2008 the Melange authors.
+# Copyright 2009 the Melange authors.
 #
 # Licensed under the Apache License, Version 2.0 (the "License");
 # you may not use this file except in compliance with the License.
--- a/app/soc/models/quiz.py	Fri Feb 13 21:54:35 2009 +0000
+++ b/app/soc/models/quiz.py	Fri Feb 13 22:36:45 2009 +0000
@@ -1,6 +1,6 @@
 #!/usr/bin/python2.5
 #
-# Copyright 2008 the Melange authors.
+# Copyright 2009 the Melange authors.
 #
 # Licensed under the Apache License, Version 2.0 (the "License");
 # you may not use this file except in compliance with the License.
--- a/app/soc/models/request.py	Fri Feb 13 21:54:35 2009 +0000
+++ b/app/soc/models/request.py	Fri Feb 13 22:36:45 2009 +0000
@@ -1,6 +1,6 @@
 #!/usr/bin/python2.5
 #
-# Copyright 2008 the Melange authors.
+# Copyright 2009 the Melange authors.
 #
 # Licensed under the Apache License, Version 2.0 (the "License");
 # you may not use this file except in compliance with the License.
--- a/app/soc/models/response.py	Fri Feb 13 21:54:35 2009 +0000
+++ b/app/soc/models/response.py	Fri Feb 13 22:36:45 2009 +0000
@@ -1,6 +1,6 @@
 #!/usr/bin/python2.5
 #
-# Copyright 2008 the Melange authors.
+# Copyright 2009 the Melange authors.
 #
 # Licensed under the Apache License, Version 2.0 (the "License");
 # you may not use this file except in compliance with the License.
--- a/app/soc/models/review.py	Fri Feb 13 21:54:35 2009 +0000
+++ b/app/soc/models/review.py	Fri Feb 13 22:36:45 2009 +0000
@@ -1,6 +1,6 @@
 #!/usr/bin/python2.5
 #
-# Copyright 2008 the Melange authors.
+# Copyright 2009 the Melange authors.
 #
 # Licensed under the Apache License, Version 2.0 (the "License");
 # you may not use this file except in compliance with the License.
--- a/app/soc/models/reviewer.py	Fri Feb 13 21:54:35 2009 +0000
+++ b/app/soc/models/reviewer.py	Fri Feb 13 22:36:45 2009 +0000
@@ -1,6 +1,6 @@
 #!/usr/bin/python2.5
 #
-# Copyright 2008 the Melange authors.
+# Copyright 2009 the Melange authors.
 #
 # Licensed under the Apache License, Version 2.0 (the "License");
 # you may not use this file except in compliance with the License.
--- a/app/soc/models/role.py	Fri Feb 13 21:54:35 2009 +0000
+++ b/app/soc/models/role.py	Fri Feb 13 22:36:45 2009 +0000
@@ -1,6 +1,6 @@
 #!/usr/bin/python2.5
 #
-# Copyright 2008 the Melange authors.
+# Copyright 2009 the Melange authors.
 #
 # Licensed under the Apache License, Version 2.0 (the "License");
 # you may not use this file except in compliance with the License.
--- a/app/soc/models/school.py	Fri Feb 13 21:54:35 2009 +0000
+++ b/app/soc/models/school.py	Fri Feb 13 22:36:45 2009 +0000
@@ -1,6 +1,6 @@
 #!/usr/bin/python2.5
 #
-# Copyright 2008 the Melange authors.
+# Copyright 2009 the Melange authors.
 #
 # Licensed under the Apache License, Version 2.0 (the "License");
 # you may not use this file except in compliance with the License.
--- a/app/soc/models/site.py	Fri Feb 13 21:54:35 2009 +0000
+++ b/app/soc/models/site.py	Fri Feb 13 22:36:45 2009 +0000
@@ -1,6 +1,6 @@
 #!/usr/bin/python2.5
 #
-# Copyright 2008 the Melange authors.
+# Copyright 2009 the Melange authors.
 #
 # Licensed under the Apache License, Version 2.0 (the "License");
 # you may not use this file except in compliance with the License.
--- a/app/soc/models/sponsor.py	Fri Feb 13 21:54:35 2009 +0000
+++ b/app/soc/models/sponsor.py	Fri Feb 13 22:36:45 2009 +0000
@@ -1,6 +1,6 @@
 #!/usr/bin/python2.5
 #
-# Copyright 2008 the Melange authors.
+# Copyright 2009 the Melange authors.
 #
 # Licensed under the Apache License, Version 2.0 (the "License");
 # you may not use this file except in compliance with the License.
--- a/app/soc/models/student.py	Fri Feb 13 21:54:35 2009 +0000
+++ b/app/soc/models/student.py	Fri Feb 13 22:36:45 2009 +0000
@@ -1,6 +1,6 @@
 #!/usr/bin/python2.5
 #
-# Copyright 2008 the Melange authors.
+# Copyright 2009 the Melange authors.
 #
 # Licensed under the Apache License, Version 2.0 (the "License");
 # you may not use this file except in compliance with the License.
--- a/app/soc/models/task.py	Fri Feb 13 21:54:35 2009 +0000
+++ b/app/soc/models/task.py	Fri Feb 13 22:36:45 2009 +0000
@@ -1,6 +1,6 @@
 #!/usr/bin/python2.5
 #
-# Copyright 2008 the Melange authors.
+# Copyright 2009 the Melange authors.
 #
 # Licensed under the Apache License, Version 2.0 (the "License");
 # you may not use this file except in compliance with the License.
--- a/app/soc/models/timeline.py	Fri Feb 13 21:54:35 2009 +0000
+++ b/app/soc/models/timeline.py	Fri Feb 13 22:36:45 2009 +0000
@@ -1,6 +1,6 @@
 #!/usr/bin/python2.5
 #
-# Copyright 2008 the Melange authors.
+# Copyright 2009 the Melange authors.
 #
 # Licensed under the Apache License, Version 2.0 (the "License");
 # you may not use this file except in compliance with the License.
--- a/app/soc/models/user.py	Fri Feb 13 21:54:35 2009 +0000
+++ b/app/soc/models/user.py	Fri Feb 13 22:36:45 2009 +0000
@@ -1,6 +1,6 @@
 #!/usr/bin/python2.5
 #
-# Copyright 2008 the Melange authors.
+# Copyright 2009 the Melange authors.
 #
 # Licensed under the Apache License, Version 2.0 (the "License");
 # you may not use this file except in compliance with the License.
--- a/app/soc/models/work.py	Fri Feb 13 21:54:35 2009 +0000
+++ b/app/soc/models/work.py	Fri Feb 13 22:36:45 2009 +0000
@@ -1,6 +1,6 @@
 #!/usr/bin/python2.5
 #
-# Copyright 2008 the Melange authors.
+# Copyright 2009 the Melange authors.
 #
 # Licensed under the Apache License, Version 2.0 (the "License");
 # you may not use this file except in compliance with the License.
--- a/app/soc/release.py	Fri Feb 13 21:54:35 2009 +0000
+++ b/app/soc/release.py	Fri Feb 13 22:36:45 2009 +0000
@@ -1,4 +1,4 @@
-# Copyright 2008 the Melange authors.
+# Copyright 2009 the Melange authors.
 #
 # Licensed under the Apache License, Version 2.0 (the "License");
 # you may not use this file except in compliance with the License.
--- a/app/soc/views/helper/access.py	Fri Feb 13 21:54:35 2009 +0000
+++ b/app/soc/views/helper/access.py	Fri Feb 13 22:36:45 2009 +0000
@@ -1,6 +1,6 @@
 #!/usr/bin/python2.5
 #
-# Copyright 2008 the Melange authors.
+# Copyright 2009 the Melange authors.
 #
 # Licensed under the Apache License, Version 2.0 (the "License");
 # you may not use this file except in compliance with the License.
--- a/app/soc/views/helper/decorators.py	Fri Feb 13 21:54:35 2009 +0000
+++ b/app/soc/views/helper/decorators.py	Fri Feb 13 22:36:45 2009 +0000
@@ -1,6 +1,6 @@
 #!/usr/bin/python2.5
 #
-# Copyright 2008 the Melange authors.
+# Copyright 2009 the Melange authors.
 #
 # Licensed under the Apache License, Version 2.0 (the "License");
 # you may not use this file except in compliance with the License.
--- a/app/soc/views/helper/dynaform.py	Fri Feb 13 21:54:35 2009 +0000
+++ b/app/soc/views/helper/dynaform.py	Fri Feb 13 22:36:45 2009 +0000
@@ -1,6 +1,6 @@
 #!/usr/bin/python2.5
 #
-# Copyright 2008 the Melange authors.
+# Copyright 2009 the Melange authors.
 #
 # Licensed under the Apache License, Version 2.0 (the "License");
 # you may not use this file except in compliance with the License.
--- a/app/soc/views/helper/forms.py	Fri Feb 13 21:54:35 2009 +0000
+++ b/app/soc/views/helper/forms.py	Fri Feb 13 22:36:45 2009 +0000
@@ -1,6 +1,6 @@
 #!/usr/bin/python2.5
 #
-# Copyright 2008 the Melange authors.
+# Copyright 2009 the Melange authors.
 #
 # Licensed under the Apache License, Version 2.0 (the "License");
 # you may not use this file except in compliance with the License.
--- a/app/soc/views/helper/lists.py	Fri Feb 13 21:54:35 2009 +0000
+++ b/app/soc/views/helper/lists.py	Fri Feb 13 22:36:45 2009 +0000
@@ -1,6 +1,6 @@
 #!/usr/bin/python2.5
 #
-# Copyright 2008 the Melange authors.
+# Copyright 2009 the Melange authors.
 #
 # Licensed under the Apache License, Version 2.0 (the "License");
 # you may not use this file except in compliance with the License.
--- a/app/soc/views/helper/params.py	Fri Feb 13 21:54:35 2009 +0000
+++ b/app/soc/views/helper/params.py	Fri Feb 13 22:36:45 2009 +0000
@@ -1,6 +1,6 @@
 #!/usr/bin/python2.5
 #
-# Copyright 2008 the Melange authors.
+# Copyright 2009 the Melange authors.
 #
 # Licensed under the Apache License, Version 2.0 (the "License");
 # you may not use this file except in compliance with the License.
--- a/app/soc/views/helper/redirects.py	Fri Feb 13 21:54:35 2009 +0000
+++ b/app/soc/views/helper/redirects.py	Fri Feb 13 22:36:45 2009 +0000
@@ -1,6 +1,6 @@
 #!/usr/bin/python2.5
 #
-# Copyright 2008 the Melange authors.
+# Copyright 2009 the Melange authors.
 #
 # Licensed under the Apache License, Version 2.0 (the "License");
 # you may not use this file except in compliance with the License.
--- a/app/soc/views/helper/requests.py	Fri Feb 13 21:54:35 2009 +0000
+++ b/app/soc/views/helper/requests.py	Fri Feb 13 22:36:45 2009 +0000
@@ -1,6 +1,6 @@
 #!/usr/bin/python2.5
 #
-# Copyright 2008 the Melange authors.
+# Copyright 2009 the Melange authors.
 #
 # Licensed under the Apache License, Version 2.0 (the "License");
 # you may not use this file except in compliance with the License.
--- a/app/soc/views/helper/responses.py	Fri Feb 13 21:54:35 2009 +0000
+++ b/app/soc/views/helper/responses.py	Fri Feb 13 22:36:45 2009 +0000
@@ -1,6 +1,6 @@
 #!/usr/bin/python2.5
 #
-# Copyright 2008 the Melange authors.
+# Copyright 2009 the Melange authors.
 #
 # Licensed under the Apache License, Version 2.0 (the "License");
 # you may not use this file except in compliance with the License.
--- a/app/soc/views/helper/templates.py	Fri Feb 13 21:54:35 2009 +0000
+++ b/app/soc/views/helper/templates.py	Fri Feb 13 22:36:45 2009 +0000
@@ -1,6 +1,6 @@
 #!/usr/bin/python2.5
 #
-# Copyright 2008 the Melange authors.
+# Copyright 2009 the Melange authors.
 #
 # Licensed under the Apache License, Version 2.0 (the "License");
 # you may not use this file except in compliance with the License.
--- a/app/soc/views/helper/templatetags/__init__.py	Fri Feb 13 21:54:35 2009 +0000
+++ b/app/soc/views/helper/templatetags/__init__.py	Fri Feb 13 22:36:45 2009 +0000
@@ -1,5 +1,5 @@
 #
-# Copyright 2008 the Melange authors.
+# Copyright 2009 the Melange authors.
 #
 # Licensed under the Apache License, Version 2.0 (the "License");
 # you may not use this file except in compliance with the License.
--- a/app/soc/views/helper/templatetags/forms_helpers.py	Fri Feb 13 21:54:35 2009 +0000
+++ b/app/soc/views/helper/templatetags/forms_helpers.py	Fri Feb 13 22:36:45 2009 +0000
@@ -1,6 +1,6 @@
 #!/usr/bin/python2.5
 #
-# Copyright 2008 the Melange authors.
+# Copyright 2009 the Melange authors.
 #
 # Licensed under the Apache License, Version 2.0 (the "License");
 # you may not use this file except in compliance with the License.
--- a/app/soc/views/helper/widgets.py	Fri Feb 13 21:54:35 2009 +0000
+++ b/app/soc/views/helper/widgets.py	Fri Feb 13 22:36:45 2009 +0000
@@ -1,6 +1,6 @@
 #!/usr/bin/python2.5
 #
-# Copyright 2008 the Melange authors.
+# Copyright 2009 the Melange authors.
 #
 # Licensed under the Apache License, Version 2.0 (the "License");
 # you may not use this file except in compliance with the License.
--- a/app/soc/views/models/base.py	Fri Feb 13 21:54:35 2009 +0000
+++ b/app/soc/views/models/base.py	Fri Feb 13 22:36:45 2009 +0000
@@ -1,6 +1,6 @@
 #!/usr/bin/python2.5
 #
-# Copyright 2008 the Melange authors.
+# Copyright 2009 the Melange authors.
 #
 # Licensed under the Apache License, Version 2.0 (the "License");
 # you may not use this file except in compliance with the License.
--- a/app/soc/views/models/club.py	Fri Feb 13 21:54:35 2009 +0000
+++ b/app/soc/views/models/club.py	Fri Feb 13 22:36:45 2009 +0000
@@ -1,6 +1,6 @@
 #!/usr/bin/python2.5
 #
-# Copyright 2008 the Melange authors.
+# Copyright 2009 the Melange authors.
 #
 # Licensed under the Apache License, Version 2.0 (the "License");
 # you may not use this file except in compliance with the License.
--- a/app/soc/views/models/club_admin.py	Fri Feb 13 21:54:35 2009 +0000
+++ b/app/soc/views/models/club_admin.py	Fri Feb 13 22:36:45 2009 +0000
@@ -1,6 +1,6 @@
 #!/usr/bin/python2.5
 #
-# Copyright 2008 the Melange authors.
+# Copyright 2009 the Melange authors.
 #
 # Licensed under the Apache License, Version 2.0 (the "License");
 # you may not use this file except in compliance with the License.
--- a/app/soc/views/models/club_app.py	Fri Feb 13 21:54:35 2009 +0000
+++ b/app/soc/views/models/club_app.py	Fri Feb 13 22:36:45 2009 +0000
@@ -1,6 +1,6 @@
 #!/usr/bin/python2.5
 #
-# Copyright 2008 the Melange authors.
+# Copyright 2009 the Melange authors.
 #
 # Licensed under the Apache License, Version 2.0 (the "License");
 # you may not use this file except in compliance with the License.
--- a/app/soc/views/models/club_member.py	Fri Feb 13 21:54:35 2009 +0000
+++ b/app/soc/views/models/club_member.py	Fri Feb 13 22:36:45 2009 +0000
@@ -1,6 +1,6 @@
 #!/usr/bin/python2.5
 #
-# Copyright 2008 the Melange authors.
+# Copyright 2009 the Melange authors.
 #
 # Licensed under the Apache License, Version 2.0 (the "License");
 # you may not use this file except in compliance with the License.
--- a/app/soc/views/models/document.py	Fri Feb 13 21:54:35 2009 +0000
+++ b/app/soc/views/models/document.py	Fri Feb 13 22:36:45 2009 +0000
@@ -1,6 +1,6 @@
 #!/usr/bin/python2.5
 #
-# Copyright 2008 the Melange authors.
+# Copyright 2009 the Melange authors.
 #
 # Licensed under the Apache License, Version 2.0 (the "License");
 # you may not use this file except in compliance with the License.
--- a/app/soc/views/models/group.py	Fri Feb 13 21:54:35 2009 +0000
+++ b/app/soc/views/models/group.py	Fri Feb 13 22:36:45 2009 +0000
@@ -1,6 +1,6 @@
 #!/usr/bin/python2.5
 #
-# Copyright 2008 the Melange authors.
+# Copyright 2009 the Melange authors.
 #
 # Licensed under the Apache License, Version 2.0 (the "License");
 # you may not use this file except in compliance with the License.
--- a/app/soc/views/models/group_app.py	Fri Feb 13 21:54:35 2009 +0000
+++ b/app/soc/views/models/group_app.py	Fri Feb 13 22:36:45 2009 +0000
@@ -1,6 +1,6 @@
 #!/usr/bin/python2.5
 #
-# Copyright 2008 the Melange authors.
+# Copyright 2009 the Melange authors.
 #
 # Licensed under the Apache License, Version 2.0 (the "License");
 # you may not use this file except in compliance with the License.
--- a/app/soc/views/models/host.py	Fri Feb 13 21:54:35 2009 +0000
+++ b/app/soc/views/models/host.py	Fri Feb 13 22:36:45 2009 +0000
@@ -1,6 +1,6 @@
 #!/usr/bin/python2.5
 #
-# Copyright 2008 the Melange authors.
+# Copyright 2009 the Melange authors.
 #
 # Licensed under the Apache License, Version 2.0 (the "License");
 # you may not use this file except in compliance with the License.
--- a/app/soc/views/models/mentor.py	Fri Feb 13 21:54:35 2009 +0000
+++ b/app/soc/views/models/mentor.py	Fri Feb 13 22:36:45 2009 +0000
@@ -1,6 +1,6 @@
 #!/usr/bin/python2.5
 #
-# Copyright 2008 the Melange authors.
+# Copyright 2009 the Melange authors.
 #
 # Licensed under the Apache License, Version 2.0 (the "License");
 # you may not use this file except in compliance with the License.
--- a/app/soc/views/models/notification.py	Fri Feb 13 21:54:35 2009 +0000
+++ b/app/soc/views/models/notification.py	Fri Feb 13 22:36:45 2009 +0000
@@ -1,6 +1,6 @@
 #!/usr/bin/python2.5
 #
-# Copyright 2008 the Melange authors.
+# Copyright 2009 the Melange authors.
 #
 # Licensed under the Apache License, Version 2.0 (the "License");
 # you may not use this file except in compliance with the License.
--- a/app/soc/views/models/org_admin.py	Fri Feb 13 21:54:35 2009 +0000
+++ b/app/soc/views/models/org_admin.py	Fri Feb 13 22:36:45 2009 +0000
@@ -1,6 +1,6 @@
 #!/usr/bin/python2.5
 #
-# Copyright 2008 the Melange authors.
+# Copyright 2009 the Melange authors.
 #
 # Licensed under the Apache License, Version 2.0 (the "License");
 # you may not use this file except in compliance with the License.
--- a/app/soc/views/models/org_app.py	Fri Feb 13 21:54:35 2009 +0000
+++ b/app/soc/views/models/org_app.py	Fri Feb 13 22:36:45 2009 +0000
@@ -1,6 +1,6 @@
 #!/usr/bin/python2.5
 #
-# Copyright 2008 the Melange authors.
+# Copyright 2009 the Melange authors.
 #
 # Licensed under the Apache License, Version 2.0 (the "License");
 # you may not use this file except in compliance with the License.
--- a/app/soc/views/models/organization.py	Fri Feb 13 21:54:35 2009 +0000
+++ b/app/soc/views/models/organization.py	Fri Feb 13 22:36:45 2009 +0000
@@ -1,6 +1,6 @@
 #!/usr/bin/python2.5
 #
-# Copyright 2008 the Melange authors.
+# Copyright 2009 the Melange authors.
 #
 # Licensed under the Apache License, Version 2.0 (the "License");
 # you may not use this file except in compliance with the License.
--- a/app/soc/views/models/presence.py	Fri Feb 13 21:54:35 2009 +0000
+++ b/app/soc/views/models/presence.py	Fri Feb 13 22:36:45 2009 +0000
@@ -1,6 +1,6 @@
 #!/usr/bin/python2.5
 #
-# Copyright 2008 the Melange authors.
+# Copyright 2009 the Melange authors.
 #
 # Licensed under the Apache License, Version 2.0 (the "License");
 # you may not use this file except in compliance with the License.
--- a/app/soc/views/models/presence_with_tos.py	Fri Feb 13 21:54:35 2009 +0000
+++ b/app/soc/views/models/presence_with_tos.py	Fri Feb 13 22:36:45 2009 +0000
@@ -1,6 +1,6 @@
 #!/usr/bin/python2.5
 #
-# Copyright 2008 the Melange authors.
+# Copyright 2009 the Melange authors.
 #
 # Licensed under the Apache License, Version 2.0 (the "License");
 # you may not use this file except in compliance with the License.
--- a/app/soc/views/models/program.py	Fri Feb 13 21:54:35 2009 +0000
+++ b/app/soc/views/models/program.py	Fri Feb 13 22:36:45 2009 +0000
@@ -1,6 +1,6 @@
 #!/usr/bin/python2.5
 #
-# Copyright 2008 the Melange authors.
+# Copyright 2009 the Melange authors.
 #
 # Licensed under the Apache License, Version 2.0 (the "License");
 # you may not use this file except in compliance with the License.
--- a/app/soc/views/models/request.py	Fri Feb 13 21:54:35 2009 +0000
+++ b/app/soc/views/models/request.py	Fri Feb 13 22:36:45 2009 +0000
@@ -1,6 +1,6 @@
 #!/usr/bin/python2.5
 #
-# Copyright 2008 the Melange authors.
+# Copyright 2009 the Melange authors.
 #
 # Licensed under the Apache License, Version 2.0 (the "License");
 # you may not use this file except in compliance with the License.
--- a/app/soc/views/models/role.py	Fri Feb 13 21:54:35 2009 +0000
+++ b/app/soc/views/models/role.py	Fri Feb 13 22:36:45 2009 +0000
@@ -1,6 +1,6 @@
 #!/usr/bin/python2.5
 #
-# Copyright 2008 the Melange authors.
+# Copyright 2009 the Melange authors.
 #
 # Licensed under the Apache License, Version 2.0 (the "License");
 # you may not use this file except in compliance with the License.
--- a/app/soc/views/models/site.py	Fri Feb 13 21:54:35 2009 +0000
+++ b/app/soc/views/models/site.py	Fri Feb 13 22:36:45 2009 +0000
@@ -1,6 +1,6 @@
 #!/usr/bin/python2.5
 #
-# Copyright 2008 the Melange authors.
+# Copyright 2009 the Melange authors.
 #
 # Licensed under the Apache License, Version 2.0 (the "License");
 # you may not use this file except in compliance with the License.
--- a/app/soc/views/models/sponsor.py	Fri Feb 13 21:54:35 2009 +0000
+++ b/app/soc/views/models/sponsor.py	Fri Feb 13 22:36:45 2009 +0000
@@ -1,6 +1,6 @@
 #!/usr/bin/python2.5
 #
-# Copyright 2008 the Melange authors.
+# Copyright 2009 the Melange authors.
 #
 # Licensed under the Apache License, Version 2.0 (the "License");
 # you may not use this file except in compliance with the License.
--- a/app/soc/views/models/timeline.py	Fri Feb 13 21:54:35 2009 +0000
+++ b/app/soc/views/models/timeline.py	Fri Feb 13 22:36:45 2009 +0000
@@ -1,6 +1,6 @@
 #!/usr/bin/python2.5
 #
-# Copyright 2008 the Melange authors.
+# Copyright 2009 the Melange authors.
 #
 # Licensed under the Apache License, Version 2.0 (the "License");
 # you may not use this file except in compliance with the License.
--- a/app/soc/views/models/user.py	Fri Feb 13 21:54:35 2009 +0000
+++ b/app/soc/views/models/user.py	Fri Feb 13 22:36:45 2009 +0000
@@ -1,6 +1,6 @@
 #!/usr/bin/python2.5
 #
-# Copyright 2008 the Melange authors.
+# Copyright 2009 the Melange authors.
 #
 # Licensed under the Apache License, Version 2.0 (the "License");
 # you may not use this file except in compliance with the License.
--- a/app/soc/views/models/user_self.py	Fri Feb 13 21:54:35 2009 +0000
+++ b/app/soc/views/models/user_self.py	Fri Feb 13 22:36:45 2009 +0000
@@ -1,6 +1,6 @@
 #!/usr/bin/python2.5
 #
-# Copyright 2008 the Melange authors.
+# Copyright 2009 the Melange authors.
 #
 # Licensed under the Apache License, Version 2.0 (the "License");
 # you may not use this file except in compliance with the License.
--- a/app/soc/views/out_of_band.py	Fri Feb 13 21:54:35 2009 +0000
+++ b/app/soc/views/out_of_band.py	Fri Feb 13 22:36:45 2009 +0000
@@ -1,6 +1,6 @@
 #!/usr/bin/python2.5
 #
-# Copyright 2008 the Melange authors.
+# Copyright 2009 the Melange authors.
 #
 # Licensed under the Apache License, Version 2.0 (the "License");
 # you may not use this file except in compliance with the License.
--- a/app/soc/views/sitemap/build.py	Fri Feb 13 21:54:35 2009 +0000
+++ b/app/soc/views/sitemap/build.py	Fri Feb 13 22:36:45 2009 +0000
@@ -1,6 +1,6 @@
 #!/usr/bin/python2.5
 #
-# Copyright 2008 the Melange authors.
+# Copyright 2009 the Melange authors.
 #
 # Licensed under the Apache License, Version 2.0 (the "License");
 # you may not use this file except in compliance with the License.
--- a/app/soc/views/sitemap/sidebar.py	Fri Feb 13 21:54:35 2009 +0000
+++ b/app/soc/views/sitemap/sidebar.py	Fri Feb 13 22:36:45 2009 +0000
@@ -1,6 +1,6 @@
 #!/usr/bin/python2.5
 #
-# Copyright 2008 the Melange authors.
+# Copyright 2009 the Melange authors.
 #
 # Licensed under the Apache License, Version 2.0 (the "License");
 # you may not use this file except in compliance with the License.
--- a/app/soc/views/sitemap/sitemap.py	Fri Feb 13 21:54:35 2009 +0000
+++ b/app/soc/views/sitemap/sitemap.py	Fri Feb 13 22:36:45 2009 +0000
@@ -1,6 +1,6 @@
 #!/usr/bin/python2.5
 #
-# Copyright 2008 the Melange authors.
+# Copyright 2009 the Melange authors.
 #
 # Licensed under the Apache License, Version 2.0 (the "License");
 # you may not use this file except in compliance with the License.