From 7ba0214179b234872f85156890dab99cfc3742a7 Mon Sep 17 00:00:00 2001 From: Aaron Brashears Date: Tue, 2 Oct 2007 23:42:54 +0000 Subject: 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 --- scripts/template_verifier.py | 12 +++++++----- 1 file changed, 7 insertions(+), 5 deletions(-) (limited to 'scripts/template_verifier.py') 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 -- cgit v1.2.3