diff options
Diffstat (limited to 'scripts/template_verifier.py')
-rwxr-xr-x | scripts/template_verifier.py | 12 |
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 |