copyright information added

This commit is contained in:
entequak
2007-12-13 21:04:10 +01:00
parent 3399c3b322
commit d774400e7b
5 changed files with 5 additions and 5 deletions

View File

@@ -5,7 +5,7 @@
the WSGI application the WSGI application
:copyright: 2007 by Armin Ronacher. :copyright: 2007 by Armin Ronacher, Christopher Grebs.
:license: BSD :license: BSD
""" """
import os import os

View File

@@ -5,7 +5,7 @@
The paste controller The paste controller
:copyright: 2007 by Armin Ronacher. :copyright: 2007 by Armin Ronacher, Christopher Grebs.
:license: BSD :license: BSD
""" """
from lodgeit.utils import redirect, PageNotFound, Response, \ from lodgeit.utils import redirect, PageNotFound, Response, \

View File

@@ -5,7 +5,7 @@
The XMLRPC controller The XMLRPC controller
:copyright: 2007 by Armin Ronacher, Georg Brandl. :copyright: 2007 by Armin Ronacher, Georg Brandl, Christopher Grebs.
:license: BSD :license: BSD
""" """
from lodgeit.utils import ctx, render_template from lodgeit.utils import ctx, render_template

View File

@@ -5,7 +5,7 @@
Database fun :) Database fun :)
:copyright: 2007 by Armin Ronacher. :copyright: 2007 by Armin Ronacher, Christopher Grebs.
:license: BSD :license: BSD
""" """
import time import time

View File

@@ -5,7 +5,7 @@
Fight stupid spammers. Fight stupid spammers.
:copyright: 2007 by Armin Ronacher. :copyright: 2007 by Armin Ronacher, Christopher Grebs.
:license: BSD :license: BSD
""" """
import re import re