PageRenderTime 64ms CodeModel.GetById 26ms RepoModel.GetById 0ms app.codeStats 0ms

/indra/lib/python/indra/__init__.py

https://bitbucket.org/lindenlab/viewer-beta/
Python | 25 lines | 0 code | 0 blank | 25 comment | 0 complexity | 37de8dffdc2c4086e27697951f2d3896 MD5 | raw file
Possible License(s): LGPL-2.1
  1. """\
  2. @file __init__.py
  3. @brief Initialization file for the indra module.
  4. $LicenseInfo:firstyear=2006&license=viewerlgpl$
  5. Second Life Viewer Source Code
  6. Copyright (C) 2006-2010, Linden Research, Inc.
  7. This library is free software; you can redistribute it and/or
  8. modify it under the terms of the GNU Lesser General Public
  9. License as published by the Free Software Foundation;
  10. version 2.1 of the License only.
  11. This library is distributed in the hope that it will be useful,
  12. but WITHOUT ANY WARRANTY; without even the implied warranty of
  13. MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU
  14. Lesser General Public License for more details.
  15. You should have received a copy of the GNU Lesser General Public
  16. License along with this library; if not, write to the Free Software
  17. Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301 USA
  18. Linden Research, Inc., 945 Battery Street, San Francisco, CA 94111 USA
  19. $/LicenseInfo$
  20. """