src/mercurialserver/ruleset.py
changeset 242 03d8f07230b3
parent 237 d30f3f312ece
child 297 9875791ab421
--- a/src/mercurialserver/ruleset.py	Sat Dec 19 10:46:42 2009 +0000
+++ b/src/mercurialserver/ruleset.py	Sat Dec 19 10:47:13 2009 +0000
@@ -1,9 +1,7 @@
-# Copyright 2008-2009 LShift Ltd
-# Author(s):
-# Paul Crowley <paul@lshift.net>
-#
-# This software may be used and distributed according to the terms
-# of the GNU General Public License, incorporated herein by reference.
+"""
+Glob-based, order-based rules matcher that can answer "maybe"
+where the inputs make clear that something is unknown.
+"""
 
 import sys
 import re