# $SnapHashLicense:
#
# SnapLogic - Open source data services
#
# Copyright (C) 2008, SnapLogic, Inc. All rights reserved.
#
# See http://www.snaplogic.org for more information about
# the SnapLogic project.
#
# This program is free software, distributed under the terms of
# the GNU General Public License Version 2. See the LEGAL file
# at the top of the source tree.
#
# "SnapLogic" is a trademark of SnapLogic, Inc.
#
#
# $
# $Id: product_prefix.py 2402 2008-04-10 00:38:52Z jbrendel $
"""
A common prefix that is used in the generation of human
readable web pages.
"""
SNAPLOGIC_PRODUCT = "SnapLogic Data Server"
|