--- 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
--- 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 @@
<?php
+/*
+ * This file is part of the WikiTagBundle package.
+ *
+ * (c) IRI <http://www.iri.centrepompidou.fr/>
+ *
+ * For the full copyright and license information, please view the LICENSE
+ * file that was distributed with this source code.
+ */
require_once __DIR__.'/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 @@
<?php
+/*
+ * This file is part of the WikiTagBundle package.
+ *
+ * (c) IRI <http://www.iri.centrepompidou.fr/>
+ *
+ * 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;
--- 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 @@
<?php
+/*
+ * This file is part of the WikiTagBundle package.
+ *
+ * (c) IRI <http://www.iri.centrepompidou.fr/>
+ *
+ * For the full copyright and license information, please view the LICENSE
+ * file that was distributed with this source code.
+ */
namespace Application\Migrations;
--- 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 @@
<?php
+/*
+ * This file is part of the WikiTagBundle package.
+ *
+ * (c) IRI <http://www.iri.centrepompidou.fr/>
+ *
+ * For the full copyright and license information, please view the LICENSE
+ * file that was distributed with this source code.
+ */
namespace Application\Migrations;
--- 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 <http://www.iri.centrepompidou.fr/>
+
+ 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 %}
--- 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 <http://www.iri.centrepompidou.fr/>
+
+ For the full copyright and license information, please view the LICENSE
+ file that was distributed with this source code.
+#}
<!DOCTYPE html>
<html>
<head>
--- 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 @@
<?php
+/*
+ * This file is part of the WikiTagBundle package.
+ *
+ * (c) IRI <http://www.iri.centrepompidou.fr/>
+ *
+ * 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;