Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Uniformize files copyright #133

Merged
merged 1 commit into from Sep 29, 2016
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Jump to
Jump to file
Failed to load files.
Diff view
Diff view
5 changes: 3 additions & 2 deletions Command/DumpSitemapsCommand.php
@@ -1,8 +1,9 @@
<?php

/*
/**
* This file is part of the PrestaSitemapBundle package.
* (c) David Epely <depely@prestaconcept.net>
*
* (c) PrestaConcept <www.prestaconcept.net>
*
* For the full copyright and license information, please view the LICENSE
* file that was distributed with this source code.
Expand Down
7 changes: 4 additions & 3 deletions Controller/SitemapController.php
@@ -1,8 +1,9 @@
<?php

/*
* This file is part of the prestaSitemapPlugin package.
* (c) David Epely <depely@prestaconcept.net>
/**
* This file is part of the PrestaSitemapBundle package.
*
* (c) PrestaConcept <www.prestaconcept.net>
*
* For the full copyright and license information, please view the LICENSE
* file that was distributed with this source code.
Expand Down
7 changes: 4 additions & 3 deletions DependencyInjection/Compiler/AddSitemapListenersPass.php
@@ -1,8 +1,9 @@
<?php

/*
* This file is part of the prestaSitemapPlugin package.
* (c) David Epely <depely@prestaconcept.net>
/**
* This file is part of the PrestaSitemapBundle package.
*
* (c) PrestaConcept <www.prestaconcept.net>
*
* For the full copyright and license information, please view the LICENSE
* file that was distributed with this source code.
Expand Down
7 changes: 4 additions & 3 deletions DependencyInjection/Configuration.php
@@ -1,8 +1,9 @@
<?php

/*
* This file is part of the prestaSitemapPlugin package.
* (c) David Epely <depely@prestaconcept.net>
/**
* This file is part of the PrestaSitemapBundle package.
*
* (c) PrestaConcept <www.prestaconcept.net>
*
* For the full copyright and license information, please view the LICENSE
* file that was distributed with this source code.
Expand Down
7 changes: 4 additions & 3 deletions DependencyInjection/PrestaSitemapExtension.php
@@ -1,8 +1,9 @@
<?php

/*
* This file is part of the prestaSitemapPlugin package.
* (c) David Epely <depely@prestaconcept.net>
/**
* This file is part of the PrestaSitemapBundle package.
*
* (c) PrestaConcept <www.prestaconcept.net>
*
* For the full copyright and license information, please view the LICENSE
* file that was distributed with this source code.
Expand Down
7 changes: 4 additions & 3 deletions Event/SitemapPopulateEvent.php
@@ -1,8 +1,9 @@
<?php

/*
* This file is part of the prestaSitemapPlugin package.
* (c) David Epely <depely@prestaconcept.net>
/**
* This file is part of the PrestaSitemapBundle package.
*
* (c) PrestaConcept <www.prestaconcept.net>
*
* For the full copyright and license information, please view the LICENSE
* file that was distributed with this source code.
Expand Down
2 changes: 1 addition & 1 deletion EventListener/RouteAnnotationEventListener.php
@@ -1,7 +1,7 @@
<?php

/**
* This file is part of the PrestaSitemapBundle
* This file is part of the PrestaSitemapBundle package.
*
* (c) PrestaConcept <www.prestaconcept.net>
*
Expand Down
2 changes: 1 addition & 1 deletion Exception/Exception.php
@@ -1,7 +1,7 @@
<?php

/**
* This file is part of the PrestaSitemapBundle
* This file is part of the PrestaSitemapBundle package.
*
* (c) PrestaConcept <www.prestaconcept.net>
*
Expand Down
2 changes: 1 addition & 1 deletion Exception/GoogleImageException.php
@@ -1,7 +1,7 @@
<?php

/**
* This file is part of the PrestaSitemapBundle
* This file is part of the PrestaSitemapBundle package.
*
* (c) PrestaConcept <www.prestaconcept.net>
*
Expand Down
2 changes: 1 addition & 1 deletion Exception/GoogleNewsUrlException.php
@@ -1,7 +1,7 @@
<?php

/**
* This file is part of the PrestaSitemapBundle
* This file is part of the PrestaSitemapBundle package.
*
* (c) PrestaConcept <www.prestaconcept.net>
*
Expand Down
4 changes: 3 additions & 1 deletion Exception/GoogleVideoUrlException.php
@@ -1,12 +1,14 @@
<?php

/**
* This file is part of the PrestaSitemapBundle
* This file is part of the PrestaSitemapBundle package.
*
* (c) PrestaConcept <www.prestaconcept.net>
*
* For the full copyright and license information, please view the LICENSE
* file that was distributed with this source code.
*/

namespace Presta\SitemapBundle\Exception;

/**
Expand Down
2 changes: 1 addition & 1 deletion Exception/GoogleVideoUrlTagException.php
@@ -1,7 +1,7 @@
<?php

/**
* This file is part of the PrestaSitemapBundle
* This file is part of the PrestaSitemapBundle package.
*
* (c) PrestaConcept <www.prestaconcept.net>
*
Expand Down
7 changes: 4 additions & 3 deletions PrestaSitemapBundle.php
@@ -1,8 +1,9 @@
<?php

/*
* This file is part of the prestaSitemapPlugin package.
* (c) David Epely <depely@prestaconcept.net>
/**
* This file is part of the PrestaSitemapBundle package.
*
* (c) PrestaConcept <www.prestaconcept.net>
*
* For the full copyright and license information, please view the LICENSE
* file that was distributed with this source code.
Expand Down
2 changes: 1 addition & 1 deletion Service/AbstractGenerator.php
@@ -1,7 +1,7 @@
<?php

/**
* This file is part of the PrestaSitemapBundle
* This file is part of the PrestaSitemapBundle package.
*
* (c) PrestaConcept <www.prestaconcept.net>
*
Expand Down
7 changes: 4 additions & 3 deletions Service/Dumper.php
@@ -1,8 +1,9 @@
<?php

/*
* This file is part of the prestaSitemapPlugin package.
* (c) David Epely <depely@prestaconcept.net>
/**
* This file is part of the PrestaSitemapBundle package.
*
* (c) PrestaConcept <www.prestaconcept.net>
*
* For the full copyright and license information, please view the LICENSE
* file that was distributed with this source code.
Expand Down
9 changes: 9 additions & 0 deletions Service/DumperInterface.php
@@ -1,5 +1,14 @@
<?php

/**
* This file is part of the PrestaSitemapBundle package.
*
* (c) PrestaConcept <www.prestaconcept.net>
*
* For the full copyright and license information, please view the LICENSE
* file that was distributed with this source code.
*/

namespace Presta\SitemapBundle\Service;

/**
Expand Down
7 changes: 4 additions & 3 deletions Service/Generator.php
@@ -1,8 +1,9 @@
<?php

/*
* This file is part of the prestaSitemapPlugin package.
* (c) David Epely <depely@prestaconcept.net>
/**
* This file is part of the PrestaSitemapBundle package.
*
* (c) PrestaConcept <www.prestaconcept.net>
*
* For the full copyright and license information, please view the LICENSE
* file that was distributed with this source code.
Expand Down
9 changes: 9 additions & 0 deletions Service/GeneratorInterface.php
@@ -1,5 +1,14 @@
<?php

/**
* This file is part of the PrestaSitemapBundle package.
*
* (c) PrestaConcept <www.prestaconcept.net>
*
* For the full copyright and license information, please view the LICENSE
* file that was distributed with this source code.
*/

namespace Presta\SitemapBundle\Service;

use Presta\SitemapBundle\Sitemap\Sitemapindex;
Expand Down
7 changes: 4 additions & 3 deletions Service/SitemapListenerInterface.php
@@ -1,8 +1,9 @@
<?php

/*
* This file is part of the prestaSitemapPlugin package.
* (c) David Epely <depely@prestaconcept.net>
/**
* This file is part of the PrestaSitemapBundle package.
*
* (c) PrestaConcept <www.prestaconcept.net>
*
* For the full copyright and license information, please view the LICENSE
* file that was distributed with this source code.
Expand Down
9 changes: 9 additions & 0 deletions Service/UrlContainerInterface.php
@@ -1,5 +1,14 @@
<?php

/**
* This file is part of the PrestaSitemapBundle package.
*
* (c) PrestaConcept <www.prestaconcept.net>
*
* For the full copyright and license information, please view the LICENSE
* file that was distributed with this source code.
*/

namespace Presta\SitemapBundle\Service;

use Presta\SitemapBundle\Sitemap\Url\Url;
Expand Down
7 changes: 4 additions & 3 deletions Sitemap/DumpingUrlset.php
@@ -1,8 +1,9 @@
<?php

/*
* This file is part of the prestaSitemapPlugin package.
* (c) David Epely <depely@prestaconcept.net>
/**
* This file is part of the PrestaSitemapBundle package.
*
* (c) PrestaConcept <www.prestaconcept.net>
*
* For the full copyright and license information, please view the LICENSE
* file that was distributed with this source code.
Expand Down
7 changes: 4 additions & 3 deletions Sitemap/Sitemapindex.php
@@ -1,8 +1,9 @@
<?php

/*
* This file is part of the prestaSitemapPlugin package.
* (c) David Epely <depely@prestaconcept.net>
/**
* This file is part of the PrestaSitemapBundle package.
*
* (c) PrestaConcept <www.prestaconcept.net>
*
* For the full copyright and license information, please view the LICENSE
* file that was distributed with this source code.
Expand Down
7 changes: 4 additions & 3 deletions Sitemap/Url/GoogleImage.php
@@ -1,8 +1,9 @@
<?php

/*
* This file is part of the prestaSitemapPlugin package.
* (c) David Epely <depely@prestaconcept.net>
/**
* This file is part of the PrestaSitemapBundle package.
*
* (c) PrestaConcept <www.prestaconcept.net>
*
* For the full copyright and license information, please view the LICENSE
* file that was distributed with this source code.
Expand Down
7 changes: 4 additions & 3 deletions Sitemap/Url/GoogleImageUrlDecorator.php
@@ -1,8 +1,9 @@
<?php

/*
* This file is part of the prestaSitemapPlugin package.
* (c) David Epely <depely@prestaconcept.net>
/**
* This file is part of the PrestaSitemapBundle package.
*
* (c) PrestaConcept <www.prestaconcept.net>
*
* For the full copyright and license information, please view the LICENSE
* file that was distributed with this source code.
Expand Down
2 changes: 1 addition & 1 deletion Sitemap/Url/GoogleMobileUrlDecorator.php
@@ -1,7 +1,7 @@
<?php

/**
* This file is part of the PrestaSitemapBundle
* This file is part of the PrestaSitemapBundle package.
*
* (c) PrestaConcept <www.prestaconcept.net>
*
Expand Down
2 changes: 1 addition & 1 deletion Sitemap/Url/GoogleMultilangUrlDecorator.php
@@ -1,7 +1,7 @@
<?php

/**
* This file is part of the PrestaSitemapBundle
* This file is part of the PrestaSitemapBundle package.
*
* (c) PrestaConcept <www.prestaconcept.net>
*
Expand Down
2 changes: 1 addition & 1 deletion Sitemap/Url/GoogleNewsUrlDecorator.php
@@ -1,7 +1,7 @@
<?php

/**
* This file is part of the PrestaSitemapBundle
* This file is part of the PrestaSitemapBundle package.
*
* (c) PrestaConcept <www.prestaconcept.net>
*
Expand Down
2 changes: 1 addition & 1 deletion Sitemap/Url/GoogleVideoUrlDecorator.php
@@ -1,7 +1,7 @@
<?php

/**
* This file is part of the PrestaSitemapBundle
* This file is part of the PrestaSitemapBundle package.
*
* (c) PrestaConcept <www.prestaconcept.net>
*
Expand Down
7 changes: 4 additions & 3 deletions Sitemap/Url/Url.php
@@ -1,8 +1,9 @@
<?php

/*
* This file is part of the prestaSitemapPlugin package.
* (c) David Epely <depely@prestaconcept.net>
/**
* This file is part of the PrestaSitemapBundle package.
*
* (c) PrestaConcept <www.prestaconcept.net>
*
* For the full copyright and license information, please view the LICENSE
* file that was distributed with this source code.
Expand Down
2 changes: 1 addition & 1 deletion Sitemap/Url/UrlConcrete.php
@@ -1,7 +1,7 @@
<?php

/**
* This file is part of the PrestaSitemapBundle
* This file is part of the PrestaSitemapBundle package.
*
* (c) PrestaConcept <www.prestaconcept.net>
*
Expand Down
7 changes: 4 additions & 3 deletions Sitemap/Url/UrlDecorator.php
@@ -1,8 +1,9 @@
<?php

/*
* This file is part of the prestaSitemapPlugin package.
* (c) David Epely <depely@prestaconcept.net>
/**
* This file is part of the PrestaSitemapBundle package.
*
* (c) PrestaConcept <www.prestaconcept.net>
*
* For the full copyright and license information, please view the LICENSE
* file that was distributed with this source code.
Expand Down
7 changes: 4 additions & 3 deletions Sitemap/Urlset.php
@@ -1,8 +1,9 @@
<?php

/*
* This file is part of the prestaSitemapPlugin package.
* (c) David Epely <depely@prestaconcept.net>
/**
* This file is part of the PrestaSitemapBundle package.
*
* (c) PrestaConcept <www.prestaconcept.net>
*
* For the full copyright and license information, please view the LICENSE
* file that was distributed with this source code.
Expand Down
2 changes: 1 addition & 1 deletion Sitemap/Utils.php
@@ -1,7 +1,7 @@
<?php

/**
* This file is part of the PrestaSitemapBundle
* This file is part of the PrestaSitemapBundle package.
*
* (c) PrestaConcept <www.prestaconcept.net>
*
Expand Down