# HG changeset patch # User ymh # Date 1329922350 -3600 # Node ID b01e369914881371e5eb9ca0ee9f070b3b01036f # Parent 2445218823b157f2a412b23de59c050a60db8d1e add headers for public repository release diff -r 2445218823b1 -r b01e36991488 .hgsubstate --- a/.hgsubstate Mon Feb 20 12:06:21 2012 +0100 +++ b/.hgsubstate Wed Feb 22 15:52:30 2012 +0100 @@ -1,1 +1,1 @@ -ed8e08bdfda8d17a0787ba25912cabc0f9c182cb vendor/bundles/IRI/Bundle/WikiTagBundle +d76e5e0ded2469d3256c403efe75f157fc9bf640 vendor/bundles/IRI/Bundle/WikiTagBundle diff -r 2445218823b1 -r b01e36991488 app/AppCache.php --- a/app/AppCache.php Mon Feb 20 12:06:21 2012 +0100 +++ b/app/AppCache.php Wed Feb 22 15:52:30 2012 +0100 @@ -1,4 +1,12 @@ + * + * For the full copyright and license information, please view the LICENSE + * file that was distributed with this source code. + */ require_once __DIR__.'/AppKernel.php'; diff -r 2445218823b1 -r b01e36991488 app/AppKernel.php --- a/app/AppKernel.php Mon Feb 20 12:06:21 2012 +0100 +++ b/app/AppKernel.php Wed Feb 22 15:52:30 2012 +0100 @@ -1,4 +1,12 @@ + * + * For the full copyright and license information, please view the LICENSE + * file that was distributed with this source code. + */ use Symfony\Component\HttpKernel\Kernel; use Symfony\Component\Config\Loader\LoaderInterface; diff -r 2445218823b1 -r b01e36991488 app/DoctrineMigrations/Version20111125175224.php --- a/app/DoctrineMigrations/Version20111125175224.php Mon Feb 20 12:06:21 2012 +0100 +++ b/app/DoctrineMigrations/Version20111125175224.php Wed Feb 22 15:52:30 2012 +0100 @@ -1,4 +1,12 @@ + * + * For the full copyright and license information, please view the LICENSE + * file that was distributed with this source code. + */ namespace Application\Migrations; diff -r 2445218823b1 -r b01e36991488 app/DoctrineMigrations/Version20111209060357.php --- a/app/DoctrineMigrations/Version20111209060357.php Mon Feb 20 12:06:21 2012 +0100 +++ b/app/DoctrineMigrations/Version20111209060357.php Wed Feb 22 15:52:30 2012 +0100 @@ -1,4 +1,12 @@ + * + * For the full copyright and license information, please view the LICENSE + * file that was distributed with this source code. + */ namespace Application\Migrations; diff -r 2445218823b1 -r b01e36991488 app/Resources/FOSUserBundle/views/layout.html.twig --- a/app/Resources/FOSUserBundle/views/layout.html.twig Mon Feb 20 12:06:21 2012 +0100 +++ b/app/Resources/FOSUserBundle/views/layout.html.twig Wed Feb 22 15:52:30 2012 +0100 @@ -1,3 +1,11 @@ +{# + This file is part of the WikiTagBundle package. + + (c) IRI + + For the full copyright and license information, please view the LICENSE + file that was distributed with this source code. +#} {% extends 'CompanyBaseBundle::layout.html.twig' %} {% block content %} {% block fos_user_content %} diff -r 2445218823b1 -r b01e36991488 app/Resources/views/base.html.twig --- a/app/Resources/views/base.html.twig Mon Feb 20 12:06:21 2012 +0100 +++ b/app/Resources/views/base.html.twig Wed Feb 22 15:52:30 2012 +0100 @@ -1,3 +1,11 @@ +{# + This file is part of the WikiTagBundle package. + + (c) IRI + + For the full copyright and license information, please view the LICENSE + file that was distributed with this source code. +#} diff -r 2445218823b1 -r b01e36991488 app/autoload.php --- a/app/autoload.php Mon Feb 20 12:06:21 2012 +0100 +++ b/app/autoload.php Wed Feb 22 15:52:30 2012 +0100 @@ -1,4 +1,13 @@ + * + * For the full copyright and license information, please view the LICENSE + * file that was distributed with this source code. + */ + use Symfony\Component\ClassLoader\UniversalClassLoader; use Doctrine\Common\Annotations\AnnotationRegistry;