#------------------------------------------------------------
# Copyright (C) 2006 RoyaltyShare, Inc.   All Rights Reserved
# $Id$
#------------------------------------------------------------
package RPS::License::LicenseType;
use strict;

use constant kPublishingLicense     => 1;
use constant kControlledComposition => 2;
use constant kUnknownPublisher      => 3;
use constant kPublicDomain          => 4;
use constant kRingtone              => 5;

1;
