diff options
Diffstat (limited to 'indra/lib')
-rw-r--r-- | indra/lib/python/indra/__init__.py | 12 |
1 files changed, 5 insertions, 7 deletions
diff --git a/indra/lib/python/indra/__init__.py b/indra/lib/python/indra/__init__.py index bbfdbaf98d..7db53666e8 100644 --- a/indra/lib/python/indra/__init__.py +++ b/indra/lib/python/indra/__init__.py @@ -1,7 +1,5 @@ -"""\ -@file __init__.py -@brief Initialization file for the indra module. - -Copyright (c) 2006-2007, Linden Research, Inc. -$License$ -""" +# @file __init__.py +# @brief Initialization file for the indra module. +# +# Copyright (c) 2006-$CurrentYear$, Linden Research, Inc. +# $License$ |