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
:copyright: 2007 by Armin Ronacher.
:copyright: 2007 by Armin Ronacher, Christopher Grebs.
:license: BSD
"""
import os

View File

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

View File

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

View File

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

View File

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