Skip to content

Commit

Permalink
Make license notices consistent across all files
Browse files Browse the repository at this point in the history
  • Loading branch information
elivz committed Jan 12, 2012
1 parent 3da65da commit 7062321
Show file tree
Hide file tree
Showing 4 changed files with 25 additions and 8 deletions.
26 changes: 22 additions & 4 deletions vz_buyers/ft.vz_buyers.php
Original file line number Diff line number Diff line change
@@ -1,13 +1,31 @@
<?php if ( ! defined('BASEPATH')) exit('No direct script access allowed');

/**
* VZ Buyers Class
* ExpressionEngine - by EllisLab
*
* @author Eli Van Zoeren <eli@elivz.com>
* @copyright Copyright (c) 2012 Eli Van Zoeren
* @license http://creativecommons.org/licenses/by-sa/3.0/ Attribution-Share Alike 3.0 Unported
* @package ExpressionEngine
* @author ExpressionEngine Dev Team
* @copyright Copyright (c) 2003 - 2011, EllisLab, Inc.
* @license http://expressionengine.com/user_guide/license.html
* @link http://expressionengine.com
* @since Version 2.0
* @filesource
*/

// ------------------------------------------------------------------------

/**
* VZ Buyers Fieldtype
*
* @package ExpressionEngine
* @subpackage Addons
* @category Module
* @author Eli Van Zoeren
* @link http://elivz.com
* @license http://creativecommons.org/licenses/by-sa/3.0/ Attribution-Share Alike 3.0 Unported
*/


class Vz_buyers_ft extends EE_Fieldtype {

public $info = array(
Expand Down
5 changes: 1 addition & 4 deletions vz_buyers/mcp.vz_buyers.php
Original file line number Diff line number Diff line change
Expand Up @@ -22,14 +22,11 @@
* @category Module
* @author Eli Van Zoeren
* @link http://elivz.com
* @license http://creativecommons.org/licenses/by-sa/3.0/ Attribution-Share Alike 3.0 Unported
*/

class Vz_buyers_mcp {

public $return_data;

private $_base_url;

/**
* Constructor
*/
Expand Down
1 change: 1 addition & 0 deletions vz_buyers/mod.vz_buyers.php
Original file line number Diff line number Diff line change
Expand Up @@ -22,6 +22,7 @@
* @category Module
* @author Eli Van Zoeren
* @link http://elivz.com
* @license http://creativecommons.org/licenses/by-sa/3.0/ Attribution-Share Alike 3.0 Unported
*/

class Vz_buyers {
Expand Down
1 change: 1 addition & 0 deletions vz_buyers/upd.vz_buyers.php
Original file line number Diff line number Diff line change
Expand Up @@ -22,6 +22,7 @@
* @category Module
* @author Eli Van Zoeren
* @link http://elivz.com
* @license http://creativecommons.org/licenses/by-sa/3.0/ Attribution-Share Alike 3.0 Unported
*/

class Vz_buyers_upd {
Expand Down

0 comments on commit 7062321

Please sign in to comment.