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

use constant kFull		=> 1;
use constant kMinimum	=> 2;
use constant kPenny		=> 3;


1;
