Seems some of the files in dolphin have conflicting license headers that don't agree with the terms of the CC-BY License.
File:
subscription.php
Header:
/**
 * Copyright (c) BoonEx Pty Limited - http://www.boonex.com/
 * CC-BY License - http://creativecommons.org/licenses/by/3.0/
 */
/***************************************************************************
 *
 *   This is a free software; you can modify it under the terms of BoonEx
 *   Product License Agreement published on BoonEx site at http://www.boonex.com/downloads/license.pdf
 *   You may not however distribute it for free or/and a fee.
 *   This notice may not be removed from the source code. You may not also remove any other visible
 *   reference and links to BoonEx Group as provided in source code.
 *
 ***************************************************************************/
Files:
administration\js\email_templates.js
administration\js\lang_file.js
administration\js\memb_levels.js
administration\js\privacy.js
inc\js\functions.js
inc\js\classes\BxDolFiles.js
inc\js\classes\BxDolNotifications.js
inc\js\classes\BxDolSubscription.js
Header:
/***************************************************************************
 *                            Dolphin Web Community Software
 *                              -------------------
 *     begin                : Mon Mar 23 2006
 *     copyright            : (C) 2007 BoonEx Group
 *     website              : http://www.boonex.com
 *
 *
 *
 ****************************************************************************/
/***************************************************************************
 *
 *   This is a free software; you can modify it under the terms of BoonEx
 *   Product License Agreement published on BoonEx site at http://www.boonex.com/downloads/license.pdf
 *   You may not however distribute it for free or/and a fee.
 *   This notice may not be removed from the source code. You may not also remove any other visible
 *   reference and links to BoonEx Group as provided in source code.
 *
 ***************************************************************************/
These are the only ones i have found so far.
Are these files CC-BY or not? Headers seem to indicate they are not.
