aboutsummaryrefslogtreecommitdiffstatshomepage
path: root/linden/scripts/template_verifier.py
diff options
context:
space:
mode:
Diffstat (limited to '')
-rwxr-xr-xlinden/scripts/template_verifier.py55
1 files changed, 30 insertions, 25 deletions
diff --git a/linden/scripts/template_verifier.py b/linden/scripts/template_verifier.py
index 68d82ca..ac814ae 100755
--- a/linden/scripts/template_verifier.py
+++ b/linden/scripts/template_verifier.py
@@ -1,29 +1,34 @@
1#!/usr/bin/python 1#!/usr/bin/python
2# @file template_verifier.py 2"""\
3# @brief Message template compatibility verifier. 3@file template_verifier.py
4# 4@brief Message template compatibility verifier.
5# Copyright (c) 2007-2007, Linden Research, Inc. 5
6# 6$LicenseInfo:firstyear=2007&license=viewergpl$
7# Second Life Viewer Source Code 7
8# The source code in this file ("Source Code") is provided by Linden Lab 8Copyright (c) 2007, Linden Research, Inc.
9# to you under the terms of the GNU General Public License, version 2.0 9
10# ("GPL"), unless you have obtained a separate licensing agreement 10Second Life Viewer Source Code
11# ("Other License"), formally executed by you and Linden Lab. Terms of 11The source code in this file ("Source Code") is provided by Linden Lab
12# the GPL can be found in doc/GPL-license.txt in this distribution, or 12to you under the terms of the GNU General Public License, version 2.0
13# online at http://secondlife.com/developers/opensource/gplv2 13("GPL"), unless you have obtained a separate licensing agreement
14# 14("Other License"), formally executed by you and Linden Lab. Terms of
15# There are special exceptions to the terms and conditions of the GPL as 15the GPL can be found in doc/GPL-license.txt in this distribution, or
16# it is applied to this Source Code. View the full text of the exception 16online at http://secondlife.com/developers/opensource/gplv2
17# in the file doc/FLOSS-exception.txt in this software distribution, or 17
18# online at http://secondlife.com/developers/opensource/flossexception 18There are special exceptions to the terms and conditions of the GPL as
19# 19it is applied to this Source Code. View the full text of the exception
20# By copying, modifying or distributing this software, you acknowledge 20in the file doc/FLOSS-exception.txt in this software distribution, or
21# that you have read and understood your obligations described above, 21online at http://secondlife.com/developers/opensource/flossexception
22# and agree to abide by those obligations. 22
23# 23By copying, modifying or distributing this software, you acknowledge
24# ALL LINDEN LAB SOURCE CODE IS PROVIDED "AS IS." LINDEN LAB MAKES NO 24that you have read and understood your obligations described above,
25# WARRANTIES, EXPRESS, IMPLIED OR OTHERWISE, REGARDING ITS ACCURACY, 25and agree to abide by those obligations.
26# COMPLETENESS OR PERFORMANCE. 26
27ALL LINDEN LAB SOURCE CODE IS PROVIDED "AS IS." LINDEN LAB MAKES NO
28WARRANTIES, EXPRESS, IMPLIED OR OTHERWISE, REGARDING ITS ACCURACY,
29COMPLETENESS OR PERFORMANCE.
30$/LicenseInfo$
31"""
27 32
28"""template_verifier is a script which will compare the 33"""template_verifier is a script which will compare the
29current repository message template with the "master" message template, accessible 34current repository message template with the "master" message template, accessible