Thanks to visit codestin.com
Credit goes to github.com

Skip to content

Commit 045efa9

Browse files
committed
Removed the copyright notice from all files
1 parent 4b452e9 commit 045efa9

100 files changed

Lines changed: 1 addition & 892 deletions

File tree

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

LICENSE.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
The MIT License (MIT)
22

3-
Copyright (c) 2015-2016 Javier Eguiluz
3+
Copyright (c) 2015-2018 EasyCorp
44

55
Permission is hereby granted, free of charge, to any person obtaining a copy
66
of this software and associated documentation files (the "Software"), to deal

src/Cache/CacheManager.php

Lines changed: 0 additions & 9 deletions
Original file line numberDiff line numberDiff line change
@@ -1,14 +1,5 @@
11
<?php
22

3-
/*
4-
* This file is part of the EasyAdminBundle.
5-
*
6-
* (c) Javier Eguiluz <[email protected]>
7-
*
8-
* For the full copyright and license information, please view the LICENSE
9-
* file that was distributed with this source code.
10-
*/
11-
123
namespace EasyCorp\Bundle\EasyAdminBundle\Cache;
134

145
use Doctrine\Common\Cache\FilesystemCache;

src/Cache/ConfigWarmer.php

Lines changed: 0 additions & 9 deletions
Original file line numberDiff line numberDiff line change
@@ -1,14 +1,5 @@
11
<?php
22

3-
/*
4-
* This file is part of the EasyAdminBundle.
5-
*
6-
* (c) Javier Eguiluz <[email protected]>
7-
*
8-
* For the full copyright and license information, please view the LICENSE
9-
* file that was distributed with this source code.
10-
*/
11-
123
namespace EasyCorp\Bundle\EasyAdminBundle\Cache;
134

145
use EasyCorp\Bundle\EasyAdminBundle\Configuration\ConfigManager;

src/Configuration/ActionConfigPass.php

Lines changed: 0 additions & 9 deletions
Original file line numberDiff line numberDiff line change
@@ -1,14 +1,5 @@
11
<?php
22

3-
/*
4-
* This file is part of the EasyAdminBundle.
5-
*
6-
* (c) Javier Eguiluz <[email protected]>
7-
*
8-
* For the full copyright and license information, please view the LICENSE
9-
* file that was distributed with this source code.
10-
*/
11-
123
namespace EasyCorp\Bundle\EasyAdminBundle\Configuration;
134

145
/**

src/Configuration/ConfigManager.php

Lines changed: 0 additions & 9 deletions
Original file line numberDiff line numberDiff line change
@@ -1,14 +1,5 @@
11
<?php
22

3-
/*
4-
* This file is part of the EasyAdminBundle.
5-
*
6-
* (c) Javier Eguiluz <[email protected]>
7-
*
8-
* For the full copyright and license information, please view the LICENSE
9-
* file that was distributed with this source code.
10-
*/
11-
123
namespace EasyCorp\Bundle\EasyAdminBundle\Configuration;
134

145
use EasyCorp\Bundle\EasyAdminBundle\Cache\CacheManager;

src/Configuration/ConfigPassInterface.php

Lines changed: 0 additions & 9 deletions
Original file line numberDiff line numberDiff line change
@@ -1,14 +1,5 @@
11
<?php
22

3-
/*
4-
* This file is part of the EasyAdminBundle.
5-
*
6-
* (c) Javier Eguiluz <[email protected]>
7-
*
8-
* For the full copyright and license information, please view the LICENSE
9-
* file that was distributed with this source code.
10-
*/
11-
123
namespace EasyCorp\Bundle\EasyAdminBundle\Configuration;
134

145
/**

src/Configuration/DefaultConfigPass.php

Lines changed: 0 additions & 9 deletions
Original file line numberDiff line numberDiff line change
@@ -1,14 +1,5 @@
11
<?php
22

3-
/*
4-
* This file is part of the EasyAdminBundle.
5-
*
6-
* (c) Javier Eguiluz <[email protected]>
7-
*
8-
* For the full copyright and license information, please view the LICENSE
9-
* file that was distributed with this source code.
10-
*/
11-
123
namespace EasyCorp\Bundle\EasyAdminBundle\Configuration;
134

145
/**

src/Configuration/DesignConfigPass.php

Lines changed: 0 additions & 9 deletions
Original file line numberDiff line numberDiff line change
@@ -1,14 +1,5 @@
11
<?php
22

3-
/*
4-
* This file is part of the EasyAdminBundle.
5-
*
6-
* (c) Javier Eguiluz <[email protected]>
7-
*
8-
* For the full copyright and license information, please view the LICENSE
9-
* file that was distributed with this source code.
10-
*/
11-
123
namespace EasyCorp\Bundle\EasyAdminBundle\Configuration;
134

145
use Symfony\Component\DependencyInjection\ContainerInterface;

src/Configuration/MenuConfigPass.php

Lines changed: 0 additions & 9 deletions
Original file line numberDiff line numberDiff line change
@@ -1,14 +1,5 @@
11
<?php
22

3-
/*
4-
* This file is part of the EasyAdminBundle.
5-
*
6-
* (c) Javier Eguiluz <[email protected]>
7-
*
8-
* For the full copyright and license information, please view the LICENSE
9-
* file that was distributed with this source code.
10-
*/
11-
123
namespace EasyCorp\Bundle\EasyAdminBundle\Configuration;
134

145
/**

src/Configuration/MetadataConfigPass.php

Lines changed: 0 additions & 9 deletions
Original file line numberDiff line numberDiff line change
@@ -1,14 +1,5 @@
11
<?php
22

3-
/*
4-
* This file is part of the EasyAdminBundle.
5-
*
6-
* (c) Javier Eguiluz <[email protected]>
7-
*
8-
* For the full copyright and license information, please view the LICENSE
9-
* file that was distributed with this source code.
10-
*/
11-
123
namespace EasyCorp\Bundle\EasyAdminBundle\Configuration;
134

145
use Doctrine\Common\Persistence\ManagerRegistry;

0 commit comments

Comments
 (0)