1
0
mirror of https://github.com/hauke68/Magallanes.git synced 2025-08-26 21:30:18 +02:00

Add license information.

This commit is contained in:
Andrés Montañez 2013-11-05 14:12:09 -02:00
parent fe60dfbdd4
commit c32bb708cf
41 changed files with 368 additions and 9 deletions

View File

@ -1,4 +1,13 @@
<?php <?php
/*
* This file is part of the Magallanes package.
*
* (c) Andrés Montañez <andres@andresmontanez.com>
*
* For the full copyright and license information, please view the LICENSE
* file that was distributed with this source code.
*/
class Mage_Autoload class Mage_Autoload
{ {
public static function autoload($className) public static function autoload($className)

View File

@ -1,4 +1,13 @@
<?php <?php
/*
* This file is part of the Magallanes package.
*
* (c) Andrés Montañez <andres@andresmontanez.com>
*
* For the full copyright and license information, please view the LICENSE
* file that was distributed with this source code.
*/
class Mage_Command_BuiltIn_Add class Mage_Command_BuiltIn_Add
extends Mage_Command_CommandAbstract extends Mage_Command_CommandAbstract
{ {

View File

@ -1,4 +1,13 @@
<?php <?php
/*
* This file is part of the Magallanes package.
*
* (c) Andrés Montañez <andres@andresmontanez.com>
*
* For the full copyright and license information, please view the LICENSE
* file that was distributed with this source code.
*/
/** /**
* Class Mage_Command_BuiltIn_Compile * Class Mage_Command_BuiltIn_Compile
* *

View File

@ -1,4 +1,13 @@
<?php <?php
/*
* This file is part of the Magallanes package.
*
* (c) Andrés Montañez <andres@andresmontanez.com>
*
* For the full copyright and license information, please view the LICENSE
* file that was distributed with this source code.
*/
class Mage_Command_BuiltIn_Deploy class Mage_Command_BuiltIn_Deploy
extends Mage_Command_CommandAbstract extends Mage_Command_CommandAbstract
implements Mage_Command_RequiresEnvironment implements Mage_Command_RequiresEnvironment

View File

@ -1,4 +1,13 @@
<?php <?php
/*
* This file is part of the Magallanes package.
*
* (c) Andrés Montañez <andres@andresmontanez.com>
*
* For the full copyright and license information, please view the LICENSE
* file that was distributed with this source code.
*/
class Mage_Command_BuiltIn_Init class Mage_Command_BuiltIn_Init
extends Mage_Command_CommandAbstract extends Mage_Command_CommandAbstract
{ {

View File

@ -1,4 +1,13 @@
<?php <?php
/*
* This file is part of the Magallanes package.
*
* (c) Andrés Montañez <andres@andresmontanez.com>
*
* For the full copyright and license information, please view the LICENSE
* file that was distributed with this source code.
*/
class Mage_Command_BuiltIn_Install class Mage_Command_BuiltIn_Install
extends Mage_Command_CommandAbstract extends Mage_Command_CommandAbstract
{ {

View File

@ -1,4 +1,13 @@
<?php <?php
/*
* This file is part of the Magallanes package.
*
* (c) Andrés Montañez <andres@andresmontanez.com>
*
* For the full copyright and license information, please view the LICENSE
* file that was distributed with this source code.
*/
class Mage_Command_BuiltIn_List class Mage_Command_BuiltIn_List
extends Mage_Command_CommandAbstract extends Mage_Command_CommandAbstract
{ {

View File

@ -1,4 +1,13 @@
<?php <?php
/*
* This file is part of the Magallanes package.
*
* (c) Andrés Montañez <andres@andresmontanez.com>
*
* For the full copyright and license information, please view the LICENSE
* file that was distributed with this source code.
*/
class Mage_Command_BuiltIn_Lock class Mage_Command_BuiltIn_Lock
extends Mage_Command_CommandAbstract extends Mage_Command_CommandAbstract
implements Mage_Command_RequiresEnvironment implements Mage_Command_RequiresEnvironment

View File

@ -1,4 +1,13 @@
<?php <?php
/*
* This file is part of the Magallanes package.
*
* (c) Andrés Montañez <andres@andresmontanez.com>
*
* For the full copyright and license information, please view the LICENSE
* file that was distributed with this source code.
*/
class Mage_Command_BuiltIn_Releases class Mage_Command_BuiltIn_Releases
extends Mage_Command_CommandAbstract extends Mage_Command_CommandAbstract
implements Mage_Command_RequiresEnvironment implements Mage_Command_RequiresEnvironment

View File

@ -1,4 +1,13 @@
<?php <?php
/*
* This file is part of the Magallanes package.
*
* (c) Andrés Montañez <andres@andresmontanez.com>
*
* For the full copyright and license information, please view the LICENSE
* file that was distributed with this source code.
*/
class Mage_Command_BuiltIn_Unlock class Mage_Command_BuiltIn_Unlock
extends Mage_Command_CommandAbstract extends Mage_Command_CommandAbstract
implements Mage_Command_RequiresEnvironment implements Mage_Command_RequiresEnvironment

View File

@ -1,4 +1,13 @@
<?php <?php
/*
* This file is part of the Magallanes package.
*
* (c) Andrés Montañez <andres@andresmontanez.com>
*
* For the full copyright and license information, please view the LICENSE
* file that was distributed with this source code.
*/
class Mage_Command_BuiltIn_Update class Mage_Command_BuiltIn_Update
extends Mage_Command_CommandAbstract extends Mage_Command_CommandAbstract
{ {

View File

@ -1,4 +1,13 @@
<?php <?php
/*
* This file is part of the Magallanes package.
*
* (c) Andrés Montañez <andres@andresmontanez.com>
*
* For the full copyright and license information, please view the LICENSE
* file that was distributed with this source code.
*/
class Mage_Command_BuiltIn_Upgrade class Mage_Command_BuiltIn_Upgrade
extends Mage_Command_CommandAbstract extends Mage_Command_CommandAbstract
{ {

View File

@ -1,4 +1,13 @@
<?php <?php
/*
* This file is part of the Magallanes package.
*
* (c) Andrés Montañez <andres@andresmontanez.com>
*
* For the full copyright and license information, please view the LICENSE
* file that was distributed with this source code.
*/
class Mage_Command_BuiltIn_Version class Mage_Command_BuiltIn_Version
extends Mage_Command_CommandAbstract extends Mage_Command_CommandAbstract
{ {

View File

@ -1,4 +1,13 @@
<?php <?php
/*
* This file is part of the Magallanes package.
*
* (c) Andrés Montañez <andres@andresmontanez.com>
*
* For the full copyright and license information, please view the LICENSE
* file that was distributed with this source code.
*/
abstract class Mage_Command_CommandAbstract abstract class Mage_Command_CommandAbstract
{ {
protected $_config = null; protected $_config = null;

View File

@ -1,4 +1,13 @@
<?php <?php
/*
* This file is part of the Magallanes package.
*
* (c) Andrés Montañez <andres@andresmontanez.com>
*
* For the full copyright and license information, please view the LICENSE
* file that was distributed with this source code.
*/
class Mage_Command_Factory class Mage_Command_Factory
{ {
/** /**

View File

@ -1,4 +1,13 @@
<?php <?php
/*
* This file is part of the Magallanes package.
*
* (c) Andrés Montañez <andres@andresmontanez.com>
*
* For the full copyright and license information, please view the LICENSE
* file that was distributed with this source code.
*/
interface Mage_Command_RequiresEnvironment interface Mage_Command_RequiresEnvironment
{ {
} }

View File

@ -1,4 +1,12 @@
<?php <?php
/*
* This file is part of the Magallanes package.
*
* (c) Andrés Montañez <andres@andresmontanez.com>
*
* For the full copyright and license information, please view the LICENSE
* file that was distributed with this source code.
*/
/** /**
* Class Mage_Compiler * Class Mage_Compiler

View File

@ -1,4 +1,13 @@
<?php <?php
/*
* This file is part of the Magallanes package.
*
* (c) Andrés Montañez <andres@andresmontanez.com>
*
* For the full copyright and license information, please view the LICENSE
* file that was distributed with this source code.
*/
class Mage_Config class Mage_Config
{ {
private $_arguments = array(); private $_arguments = array();

View File

@ -1,4 +1,13 @@
<?php <?php
/*
* This file is part of the Magallanes package.
*
* (c) Andrés Montañez <andres@andresmontanez.com>
*
* For the full copyright and license information, please view the LICENSE
* file that was distributed with this source code.
*/
class Mage_Console class Mage_Console
{ {
private static $_log = null; private static $_log = null;

View File

@ -1,4 +1,13 @@
<?php <?php
/*
* This file is part of the Magallanes package.
*
* (c) Andrés Montañez <andres@andresmontanez.com>
*
* For the full copyright and license information, please view the LICENSE
* file that was distributed with this source code.
*/
class Mage_Console_Colors class Mage_Console_Colors
{ {
private static $foreground_colors = array( private static $foreground_colors = array(

View File

@ -1,4 +1,13 @@
<?php <?php
/*
* This file is part of the Magallanes package.
*
* (c) Andrés Montañez <andres@andresmontanez.com>
*
* For the full copyright and license information, please view the LICENSE
* file that was distributed with this source code.
*/
class Mage_Task_BuiltIn_Deployment_Release class Mage_Task_BuiltIn_Deployment_Release
extends Mage_Task_TaskAbstract extends Mage_Task_TaskAbstract
implements Mage_Task_Releases_BuiltIn, Mage_Task_Releases_SkipOnOverride implements Mage_Task_Releases_BuiltIn, Mage_Task_Releases_SkipOnOverride

View File

@ -1,4 +1,13 @@
<?php <?php
/*
* This file is part of the Magallanes package.
*
* (c) Andrés Montañez <andres@andresmontanez.com>
*
* For the full copyright and license information, please view the LICENSE
* file that was distributed with this source code.
*/
class Mage_Task_BuiltIn_Deployment_Rsync class Mage_Task_BuiltIn_Deployment_Rsync
extends Mage_Task_TaskAbstract extends Mage_Task_TaskAbstract
implements Mage_Task_Releases_BuiltIn implements Mage_Task_Releases_BuiltIn

View File

@ -1,4 +1,13 @@
<?php <?php
/*
* This file is part of the Magallanes package.
*
* (c) Andrés Montañez <andres@andresmontanez.com>
*
* For the full copyright and license information, please view the LICENSE
* file that was distributed with this source code.
*/
class Mage_Task_BuiltIn_Releases_List class Mage_Task_BuiltIn_Releases_List
extends Mage_Task_TaskAbstract extends Mage_Task_TaskAbstract
implements Mage_Task_Releases_BuiltIn implements Mage_Task_Releases_BuiltIn

View File

@ -1,4 +1,13 @@
<?php <?php
/*
* This file is part of the Magallanes package.
*
* (c) Andrés Montañez <andres@andresmontanez.com>
*
* For the full copyright and license information, please view the LICENSE
* file that was distributed with this source code.
*/
class Mage_Task_BuiltIn_Releases_Rollback class Mage_Task_BuiltIn_Releases_Rollback
extends Mage_Task_TaskAbstract extends Mage_Task_TaskAbstract
implements Mage_Task_Releases_BuiltIn implements Mage_Task_Releases_BuiltIn

View File

@ -1,4 +1,13 @@
<?php <?php
/*
* This file is part of the Magallanes package.
*
* (c) Andrés Montañez <andres@andresmontanez.com>
*
* For the full copyright and license information, please view the LICENSE
* file that was distributed with this source code.
*/
class Mage_Task_BuiltIn_Scm_ChangeBranch class Mage_Task_BuiltIn_Scm_ChangeBranch
extends Mage_Task_TaskAbstract extends Mage_Task_TaskAbstract
{ {

View File

@ -1,4 +1,13 @@
<?php <?php
/*
* This file is part of the Magallanes package.
*
* (c) Andrés Montañez <andres@andresmontanez.com>
*
* For the full copyright and license information, please view the LICENSE
* file that was distributed with this source code.
*/
class Mage_Task_BuiltIn_Scm_Clone class Mage_Task_BuiltIn_Scm_Clone
extends Mage_Task_TaskAbstract extends Mage_Task_TaskAbstract
{ {

View File

@ -1,4 +1,13 @@
<?php <?php
/*
* This file is part of the Magallanes package.
*
* (c) Andrés Montañez <andres@andresmontanez.com>
*
* For the full copyright and license information, please view the LICENSE
* file that was distributed with this source code.
*/
class Mage_Task_BuiltIn_Scm_RemoveClone class Mage_Task_BuiltIn_Scm_RemoveClone
extends Mage_Task_TaskAbstract extends Mage_Task_TaskAbstract
{ {

View File

@ -1,4 +1,13 @@
<?php <?php
/*
* This file is part of the Magallanes package.
*
* (c) Andrés Montañez <andres@andresmontanez.com>
*
* For the full copyright and license information, please view the LICENSE
* file that was distributed with this source code.
*/
class Mage_Task_BuiltIn_Scm_Update class Mage_Task_BuiltIn_Scm_Update
extends Mage_Task_TaskAbstract extends Mage_Task_TaskAbstract
{ {

View File

@ -1,4 +1,13 @@
<?php <?php
/*
* This file is part of the Magallanes package.
*
* (c) Andrés Montañez <andres@andresmontanez.com>
*
* For the full copyright and license information, please view the LICENSE
* file that was distributed with this source code.
*/
class Mage_Task_BuiltIn_Symfony2_AsseticDump class Mage_Task_BuiltIn_Symfony2_AsseticDump
extends Mage_Task_TaskAbstract extends Mage_Task_TaskAbstract
{ {

View File

@ -1,4 +1,13 @@
<?php <?php
/*
* This file is part of the Magallanes package.
*
* (c) Andrés Montañez <andres@andresmontanez.com>
*
* For the full copyright and license information, please view the LICENSE
* file that was distributed with this source code.
*/
class Mage_Task_BuiltIn_Symfony2_AssetsInstall class Mage_Task_BuiltIn_Symfony2_AssetsInstall
extends Mage_Task_TaskAbstract extends Mage_Task_TaskAbstract
{ {

View File

@ -1,4 +1,13 @@
<?php <?php
/*
* This file is part of the Magallanes package.
*
* (c) Andrés Montañez <andres@andresmontanez.com>
*
* For the full copyright and license information, please view the LICENSE
* file that was distributed with this source code.
*/
class Mage_Task_BuiltIn_Symfony2_CacheClear class Mage_Task_BuiltIn_Symfony2_CacheClear
extends Mage_Task_TaskAbstract extends Mage_Task_TaskAbstract
{ {

View File

@ -1,4 +1,13 @@
<?php <?php
/*
* This file is part of the Magallanes package.
*
* (c) Andrés Montañez <andres@andresmontanez.com>
*
* For the full copyright and license information, please view the LICENSE
* file that was distributed with this source code.
*/
class Mage_Task_BuiltIn_Symfony2_CacheWarmup class Mage_Task_BuiltIn_Symfony2_CacheWarmup
extends Mage_Task_TaskAbstract extends Mage_Task_TaskAbstract
{ {

View File

@ -1,4 +1,13 @@
<?php <?php
/*
* This file is part of the Magallanes package.
*
* (c) Andrés Montañez <andres@andresmontanez.com>
*
* For the full copyright and license information, please view the LICENSE
* file that was distributed with this source code.
*/
class Mage_Task_ErrorWithMessageException class Mage_Task_ErrorWithMessageException
extends Exception extends Exception
{ {

View File

@ -1,4 +1,13 @@
<?php <?php
/*
* This file is part of the Magallanes package.
*
* (c) Andrés Montañez <andres@andresmontanez.com>
*
* For the full copyright and license information, please view the LICENSE
* file that was distributed with this source code.
*/
class Mage_Task_Factory class Mage_Task_Factory
{ {
/** /**

View File

@ -1,4 +1,13 @@
<?php <?php
/*
* This file is part of the Magallanes package.
*
* (c) Andrés Montañez <andres@andresmontanez.com>
*
* For the full copyright and license information, please view the LICENSE
* file that was distributed with this source code.
*/
interface Mage_Task_Releases_BuiltIn interface Mage_Task_Releases_BuiltIn
{ {
} }

View File

@ -1,4 +1,13 @@
<?php <?php
/*
* This file is part of the Magallanes package.
*
* (c) Andrés Montañez <andres@andresmontanez.com>
*
* For the full copyright and license information, please view the LICENSE
* file that was distributed with this source code.
*/
interface Mage_Task_Releases_RollbackAware interface Mage_Task_Releases_RollbackAware
{ {
} }

View File

@ -1,4 +1,13 @@
<?php <?php
/*
* This file is part of the Magallanes package.
*
* (c) Andrés Montañez <andres@andresmontanez.com>
*
* For the full copyright and license information, please view the LICENSE
* file that was distributed with this source code.
*/
interface Mage_Task_Releases_SkipOnOverride interface Mage_Task_Releases_SkipOnOverride
{ {
} }

View File

@ -1,4 +1,13 @@
<?php <?php
/*
* This file is part of the Magallanes package.
*
* (c) Andrés Montañez <andres@andresmontanez.com>
*
* For the full copyright and license information, please view the LICENSE
* file that was distributed with this source code.
*/
class Mage_Task_SkipException class Mage_Task_SkipException
extends Exception extends Exception
{ {

View File

@ -1,4 +1,13 @@
<?php <?php
/*
* This file is part of the Magallanes package.
*
* (c) Andrés Montañez <andres@andresmontanez.com>
*
* For the full copyright and license information, please view the LICENSE
* file that was distributed with this source code.
*/
abstract class Mage_Task_TaskAbstract abstract class Mage_Task_TaskAbstract
{ {
protected $_config = null; protected $_config = null;

View File

@ -1,5 +1,14 @@
#!/usr/bin/env php #!/usr/bin/env php
<?php <?php
/*
* This file is part of the Magallanes package.
*
* (c) Andrés Montañez <andres@andresmontanez.com>
*
* For the full copyright and license information, please view the LICENSE
* file that was distributed with this source code.
*/
date_default_timezone_set('UTC'); date_default_timezone_set('UTC');
$baseDir = dirname(dirname(__FILE__)); $baseDir = dirname(dirname(__FILE__));