summaryrefslogtreecommitdiff
path: root/scripts/template_verifier.py
diff options
context:
space:
mode:
authorAaron Brashears <aaronb@lindenlab.com>2007-10-02 23:42:54 +0000
committerAaron Brashears <aaronb@lindenlab.com>2007-10-02 23:42:54 +0000
commit7ba0214179b234872f85156890dab99cfc3742a7 (patch)
treeb9735d8b694a007438f01cdceef8d33e16ea12a4 /scripts/template_verifier.py
parent75b1cc886ded370f79b85152af2a462b37aed903 (diff)
export source now detects the prefix rather than assigning it based on filename. fixed up some comments to match our coding standard. added ability to set default license on export which will be useful for the next source drop. SL-56607
Diffstat (limited to 'scripts/template_verifier.py')
-rwxr-xr-xscripts/template_verifier.py12
1 files changed, 7 insertions, 5 deletions
diff --git a/scripts/template_verifier.py b/scripts/template_verifier.py
index 769e864420..708c007796 100755
--- a/scripts/template_verifier.py
+++ b/scripts/template_verifier.py
@@ -1,9 +1,11 @@
#!/usr/bin/python
-# @file template_verifier.py
-# @brief Message template compatibility verifier.
-#
-# Copyright (c) 2007-$CurrentYear$, Linden Research, Inc.
-# $License$
+"""\
+@file template_verifier.py
+@brief Message template compatibility verifier.
+
+Copyright (c) 2007-$CurrentYear$, Linden Research, Inc.
+$License$
+"""
"""template_verifier is a script which will compare the
current repository message template with the "master" message template, accessible