Fix version.
authorBernardo Innocenti <bernie@codewiz.org>
Sun, 23 Sep 2007 07:24:45 +0000 (09:24 +0200)
committerBernardo Innocenti <bernie@codewiz.org>
Sun, 23 Sep 2007 07:24:45 +0000 (09:24 +0200)
geekigeeki.py

index e6cfeca70ef5501177e27af3711418b1636cb81c..a0345ee950f0c0fc750e874717dc9d5e34ddbad6 100755 (executable)
@@ -1,10 +1,8 @@
 #! /usr/bin/env python
-"""Quick-quick implementation of WikiWikiWeb in Python
-"""
 #
-# Copyright (C) 1999, 2000 Martin Pool <mbp@humbug.org.au>
-# This version includes additional changes by Gerardo Poggiali (2002)
-# This version includes additional changes by Bernardo Innocenti (2007)
+# Copyright 1999, 2000 Martin Pool <mbp@humbug.org.au>
+# Copyright 2002 Gerardo Poggiali
+# Copyright 2007 Bernardo Innocenti
 #
 # This program is free software: you can redistribute it and/or modify
 # it under the terms of the GNU General Public License as published by
@@ -19,7 +17,7 @@
 # You should have received a copy of the GNU General Public License
 # along with this program.  If not, see <http://www.gnu.org/licenses/>.
 
-__version__ = '$Id$'[3:-2]
+__version__ = '$Id$'[4:-2]
 
 import cgi, sys, string, os, re, errno, time, stat
 from os import path, environ