Skip to content

Commit

Permalink
Remove licence info blocks in php files
Browse files Browse the repository at this point in the history
Since not all files have this notice and we use MIT I don't think it is relevant to keep them hanging around
  • Loading branch information
carakas committed Oct 4, 2017
1 parent 5acd08b commit 5fc3d14
Show file tree
Hide file tree
Showing 341 changed files with 0 additions and 2,385 deletions.
7 changes: 0 additions & 7 deletions app/AppKernel.php
Original file line number Diff line number Diff line change
Expand Up @@ -2,13 +2,6 @@

namespace ForkCMS\App;

/*
* This file is part of Fork CMS.
*
* For the full copyright and license information, please view the license
* file that was distributed with this source code.
*/

use Symfony\Component\Config\Loader\LoaderInterface;
use Symfony\Component\Filesystem\Filesystem;

Expand Down
7 changes: 0 additions & 7 deletions app/ApplicationInterface.php
Original file line number Diff line number Diff line change
Expand Up @@ -2,13 +2,6 @@

namespace ForkCMS\App;

/*
* This file is part of Fork CMS.
*
* For the full copyright and license information, please view the license
* file that was distributed with this source code.
*/

use Symfony\Component\HttpFoundation\Response;

/**
Expand Down
7 changes: 0 additions & 7 deletions app/BaseModel.php
Original file line number Diff line number Diff line change
Expand Up @@ -2,13 +2,6 @@

namespace ForkCMS\App;

/*
* This file is part of Fork CMS.
*
* For the full copyright and license information, please view the license
* file that was distributed with this source code.
*/

use Symfony\Component\DependencyInjection\ContainerInterface;

/**
Expand Down
7 changes: 0 additions & 7 deletions app/ForkController.php
Original file line number Diff line number Diff line change
Expand Up @@ -2,13 +2,6 @@

namespace ForkCMS\App;

/*
* This file is part of Fork CMS.
*
* For the full copyright and license information, please view the license
* file that was distributed with this source code.
*/

use Backend\Core\Engine\Ajax as BackendAjax;
use Backend\Core\Engine\Backend;
use Frontend\Core\Engine\Ajax as FrontendAjax;
Expand Down
7 changes: 0 additions & 7 deletions app/Kernel.php
Original file line number Diff line number Diff line change
Expand Up @@ -2,13 +2,6 @@

namespace ForkCMS\App;

/*
* This file is part of Fork CMS.
*
* For the full copyright and license information, please view the license
* file that was distributed with this source code.
*/

use PDOException;
use Spoon;
use SpoonDatabaseException;
Expand Down
7 changes: 0 additions & 7 deletions app/KernelLoader.php
Original file line number Diff line number Diff line change
Expand Up @@ -2,13 +2,6 @@

namespace ForkCMS\App;

/*
* This file is part of Fork CMS.
*
* For the full copyright and license information, please view the license
* file that was distributed with this source code.
*/

use Symfony\Component\DependencyInjection\ContainerInterface;
use Symfony\Component\HttpKernel\KernelInterface;
use Backend\Core\Engine\Model as BackendModel;
Expand Down
7 changes: 0 additions & 7 deletions index.php
Original file line number Diff line number Diff line change
@@ -1,12 +1,5 @@
<?php

/*
* This file is part of Fork CMS.
*
* For the full copyright and license information, please view the license
* file that was distributed with this source code.
*/

// CLI/Nginx/Cron: We need to set the "current working directory" to this folder
chdir(__DIR__);

Expand Down
7 changes: 0 additions & 7 deletions src/Backend/Core/Ajax/GenerateUrl.php
Original file line number Diff line number Diff line change
Expand Up @@ -2,13 +2,6 @@

namespace Backend\Core\Ajax;

/*
* This file is part of Fork CMS.
*
* For the full copyright and license information, please view the license
* file that was distributed with this source code.
*/

use Backend\Core\Engine\Base\AjaxAction as BackendBaseAJAXAction;
use Symfony\Component\HttpFoundation\Response;

Expand Down
7 changes: 0 additions & 7 deletions src/Backend/Core/Ajax/Templates.php
Original file line number Diff line number Diff line change
Expand Up @@ -2,13 +2,6 @@

namespace Backend\Core\Ajax;

/*
* This file is part of Fork CMS.
*
* For the full copyright and license information, please view the license
* file that was distributed with this source code.
*/

use Symfony\Component\Filesystem\Filesystem;
use Backend\Core\Engine\Base\AjaxAction;
use Symfony\Component\HttpFoundation\Response;
Expand Down
7 changes: 0 additions & 7 deletions src/Backend/Core/Config.php
Original file line number Diff line number Diff line change
Expand Up @@ -2,13 +2,6 @@

namespace Backend\Core;

/*
* This file is part of Fork CMS.
*
* For the full copyright and license information, please view the license
* file that was distributed with this source code.
*/

use Backend\Core\Engine\Base\Config as BackendBaseConfig;

/**
Expand Down
7 changes: 0 additions & 7 deletions src/Backend/Core/Engine/Action.php
Original file line number Diff line number Diff line change
Expand Up @@ -2,13 +2,6 @@

namespace Backend\Core\Engine;

/*
* This file is part of Fork CMS.
*
* For the full copyright and license information, please view the license
* file that was distributed with this source code.
*/

use Backend\Core\Engine\Base\Config;
use ForkCMS\App\KernelLoader;
use Symfony\Component\HttpFoundation\Response;
Expand Down
7 changes: 0 additions & 7 deletions src/Backend/Core/Engine/Ajax.php
Original file line number Diff line number Diff line change
Expand Up @@ -2,13 +2,6 @@

namespace Backend\Core\Engine;

/*
* This file is part of Fork CMS.
*
* For the full copyright and license information, please view the license
* file that was distributed with this source code.
*/

use ForkCMS\App\ApplicationInterface;
use ForkCMS\App\KernelLoader;
use Symfony\Component\HttpFoundation\Response;
Expand Down
7 changes: 0 additions & 7 deletions src/Backend/Core/Engine/AjaxAction.php
Original file line number Diff line number Diff line change
Expand Up @@ -2,13 +2,6 @@

namespace Backend\Core\Engine;

/*
* This file is part of Fork CMS.
*
* For the full copyright and license information, please view the license
* file that was distributed with this source code.
*/

use Backend\Core\Engine\Base\Config;
use Backend\Core\Engine\Base\AjaxAction as BaseAjaxAction;
use ForkCMS\App\KernelLoader;
Expand Down
7 changes: 0 additions & 7 deletions src/Backend/Core/Engine/Authentication.php
Original file line number Diff line number Diff line change
Expand Up @@ -2,13 +2,6 @@

namespace Backend\Core\Engine;

/*
* This file is part of Fork CMS.
*
* For the full copyright and license information, please view the license
* file that was distributed with this source code.
*/

use Backend\Core\Engine\Model as BackendModel;
use Backend\Modules\Users\Engine\Model as BackendUsersModel;

Expand Down
7 changes: 0 additions & 7 deletions src/Backend/Core/Engine/Backend.php
Original file line number Diff line number Diff line change
Expand Up @@ -2,13 +2,6 @@

namespace Backend\Core\Engine;

/*
* This file is part of Fork CMS.
*
* For the full copyright and license information, please view the license
* file that was distributed with this source code.
*/

use ForkCMS\App\ApplicationInterface;
use ForkCMS\App\KernelLoader;
use Symfony\Component\HttpFoundation\Response;
Expand Down
7 changes: 0 additions & 7 deletions src/Backend/Core/Engine/Base/Action.php
Original file line number Diff line number Diff line change
Expand Up @@ -2,13 +2,6 @@

namespace Backend\Core\Engine\Base;

/*
* This file is part of Fork CMS.
*
* For the full copyright and license information, please view the license
* file that was distributed with this source code.
*/

use Backend\Core\Engine\TwigTemplate;
use Common\Exception\RedirectException;
use ForkCMS\App\KernelLoader;
Expand Down
7 changes: 0 additions & 7 deletions src/Backend/Core/Engine/Base/ActionAdd.php
Original file line number Diff line number Diff line change
Expand Up @@ -2,13 +2,6 @@

namespace Backend\Core\Engine\Base;

/*
* This file is part of Fork CMS.
*
* For the full copyright and license information, please view the license
* file that was distributed with this source code.
*/

use Backend\Core\Engine\Form;
use Backend\Core\Engine\Meta;

Expand Down
7 changes: 0 additions & 7 deletions src/Backend/Core/Engine/Base/ActionDelete.php
Original file line number Diff line number Diff line change
Expand Up @@ -2,13 +2,6 @@

namespace Backend\Core\Engine\Base;

/*
* This file is part of Fork CMS.
*
* For the full copyright and license information, please view the license
* file that was distributed with this source code.
*/

/**
* This class implements a lot of functionality that can be extended by the real action.
* In this case this is the base class for the delete action
Expand Down
7 changes: 0 additions & 7 deletions src/Backend/Core/Engine/Base/ActionEdit.php
Original file line number Diff line number Diff line change
Expand Up @@ -2,13 +2,6 @@

namespace Backend\Core\Engine\Base;

/*
* This file is part of Fork CMS.
*
* For the full copyright and license information, please view the license
* file that was distributed with this source code.
*/

use Backend\Core\Engine\DataGridDatabase;
use Backend\Core\Engine\Form;
use Backend\Core\Engine\Meta;
Expand Down
7 changes: 0 additions & 7 deletions src/Backend/Core/Engine/Base/ActionIndex.php
Original file line number Diff line number Diff line change
Expand Up @@ -2,13 +2,6 @@

namespace Backend\Core\Engine\Base;

/*
* This file is part of Fork CMS.
*
* For the full copyright and license information, please view the license
* file that was distributed with this source code.
*/

use Backend\Core\Engine\DataGridDatabase;

/**
Expand Down
7 changes: 0 additions & 7 deletions src/Backend/Core/Engine/Base/AjaxAction.php
Original file line number Diff line number Diff line change
Expand Up @@ -2,13 +2,6 @@

namespace Backend\Core\Engine\Base;

/*
* This file is part of Fork CMS.
*
* For the full copyright and license information, please view the license
* file that was distributed with this source code.
*/

use Backend\Core\Engine\Model;
use ForkCMS\App\KernelLoader;
use Symfony\Component\HttpFoundation\Request;
Expand Down
7 changes: 0 additions & 7 deletions src/Backend/Core/Engine/Base/Config.php
Original file line number Diff line number Diff line change
Expand Up @@ -2,13 +2,6 @@

namespace Backend\Core\Engine\Base;

/*
* This file is part of Fork CMS.
*
* For the full copyright and license information, please view the license
* file that was distributed with this source code.
*/

use Backend\Core\Engine\Exception as BackendException;
use Backend\Core\Engine\Model as BackendModel;
use ForkCMS\App\KernelLoader;
Expand Down
7 changes: 0 additions & 7 deletions src/Backend/Core/Engine/Base/Widget.php
Original file line number Diff line number Diff line change
Expand Up @@ -2,13 +2,6 @@

namespace Backend\Core\Engine\Base;

/*
* This file is part of Fork CMS.
*
* For the full copyright and license information, please view the license
* file that was distributed with this source code.
*/

use Backend\Core\Engine\Model;
use Common\Exception\RedirectException;
use ForkCMS\App\KernelLoader;
Expand Down
7 changes: 0 additions & 7 deletions src/Backend/Core/Engine/Csv.php
Original file line number Diff line number Diff line change
Expand Up @@ -2,13 +2,6 @@

namespace Backend\Core\Engine;

/*
* This file is part of Fork CMS.
*
* For the full copyright and license information, please view the license
* file that was distributed with this source code.
*/

use Backend\Core\Engine\Model as BackendModel;
use Common\Exception\RedirectException;
use Symfony\Component\HttpFoundation\Response;
Expand Down
7 changes: 0 additions & 7 deletions src/Backend/Core/Engine/DataGrid.php
Original file line number Diff line number Diff line change
Expand Up @@ -2,13 +2,6 @@

namespace Backend\Core\Engine;

/*
* This file is part of Fork CMS.
*
* For the full copyright and license information, please view the license
* file that was distributed with this source code.
*/

use Backend\Core\Engine\Model as BackendModel;
use Backend\Core\Language\Language as BackendLanguage;
use SpoonDatagridSource;
Expand Down
7 changes: 0 additions & 7 deletions src/Backend/Core/Engine/DataGridArray.php
Original file line number Diff line number Diff line change
Expand Up @@ -2,13 +2,6 @@

namespace Backend\Core\Engine;

/*
* This file is part of Fork CMS.
*
* For the full copyright and license information, please view the license
* file that was distributed with this source code.
*/

use SpoonDatagridSourceArray;

/**
Expand Down
7 changes: 0 additions & 7 deletions src/Backend/Core/Engine/DataGridDatabase.php
Original file line number Diff line number Diff line change
Expand Up @@ -2,13 +2,6 @@

namespace Backend\Core\Engine;

/*
* This file is part of Fork CMS.
*
* For the full copyright and license information, please view the license
* file that was distributed with this source code.
*/

use Backend\Core\Engine\Model as BackendModel;

/**
Expand Down
7 changes: 0 additions & 7 deletions src/Backend/Core/Engine/DataGridFunctions.php
Original file line number Diff line number Diff line change
Expand Up @@ -2,13 +2,6 @@

namespace Backend\Core\Engine;

/*
* This file is part of Fork CMS.
*
* For the full copyright and license information, please view the license
* file that was distributed with this source code.
*/

use Backend\Core\Engine\Model as BackendModel;
use Backend\Core\Language\Language as BackendLanguage;
use SpoonDate;
Expand Down
Loading

0 comments on commit 5fc3d14

Please sign in to comment.