Skip to content
Snippets Groups Projects
Commit 7ba02141 authored by Aaron Brashears's avatar Aaron Brashears
Browse files

export source now detects the prefix rather than assigning it based on...

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
parent 75b1cc88
No related branches found
No related tags found
No related merge requests found
#!/usr/bin/python #!/usr/bin/python
# @file test_llmanifest.py """
# @author Ryan Williams @file test_llmanifest.py
# @brief Test cases for LLManifest library. @author Ryan Williams
# @brief Test cases for LLManifest library.
# Copyright (c) 2006-$CurrentYear$, Linden Research, Inc.
# $License$ Copyright (c) 2006-$CurrentYear$, Linden Research, Inc.
$License$
"""
from indra.util import llmanifest from indra.util import llmanifest
import os.path import os.path
......
#!/usr/bin/python #!/usr/bin/python
# @file setup-path.py """\
# @brief Get the python library directory in the path, so we don't have @file setup-path.py
# to screw with PYTHONPATH or symbolic links. @brief Get the python library directory in the path, so we don't have
# to screw with PYTHONPATH or symbolic links.
# Copyright (c) 2007-$CurrentYear$, Linden Research, Inc.
# $License$ Copyright (c) 2007-$CurrentYear$, Linden Research, Inc.
$License$
"""
import sys import sys
from os.path import realpath, dirname, join from os.path import realpath, dirname, join
......
#!/usr/bin/python #!/usr/bin/python
# @file template_verifier.py """\
# @brief Message template compatibility verifier. @file template_verifier.py
# @brief Message template compatibility verifier.
# Copyright (c) 2007-$CurrentYear$, Linden Research, Inc.
# $License$ Copyright (c) 2007-$CurrentYear$, Linden Research, Inc.
$License$
"""
"""template_verifier is a script which will compare the """template_verifier is a script which will compare the
current repository message template with the "master" message template, accessible current repository message template with the "master" message template, accessible
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment