From 24b126c5c399ecd8d09c92119a2ebdbeaaf295b7 Mon Sep 17 00:00:00 2001 From: Marc Ducobu Date: Tue, 18 Nov 2014 11:30:54 +0100 Subject: [PATCH] Adding license --- Resources/views/Person/create.html.twig | 16 ++++++++++++++++ Resources/views/Person/create_review.html.twig | 16 ++++++++++++++++ Resources/views/Person/edit.html.twig | 16 ++++++++++++++++ Resources/views/Person/list.html.twig | 16 ++++++++++++++++ Resources/views/layout.html.twig | 16 ++++++++++++++++ Resources/views/menu.html.twig | 16 ++++++++++++++++ 6 files changed, 96 insertions(+) diff --git a/Resources/views/Person/create.html.twig b/Resources/views/Person/create.html.twig index f23e6b170..2031bf20c 100644 --- a/Resources/views/Person/create.html.twig +++ b/Resources/views/Person/create.html.twig @@ -1,3 +1,19 @@ +{# + * Copyright (C) 2014, Champs Libres Cooperative SCRLFS, + * + * This program is free software: you can redistribute it and/or modify + * it under the terms of the GNU Affero General Public License as + * published by the Free Software Foundation, either version 3 of the + * License, or (at your option) any later version. + * + * This program is distributed in the hope that it will be useful, + * but WITHOUT ANY WARRANTY; without even the implied warranty of + * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the + * GNU Affero General Public License for more details. + * + * You should have received a copy of the GNU Affero General Public License + * along with this program. If not, see . +#} {% extends "ChillMainBundle::layout.html.twig" %} {% block title %}{{ 'views.Person.creation.title'|trans }}{% endblock title %} diff --git a/Resources/views/Person/create_review.html.twig b/Resources/views/Person/create_review.html.twig index cdf3431f5..71988170b 100644 --- a/Resources/views/Person/create_review.html.twig +++ b/Resources/views/Person/create_review.html.twig @@ -1,3 +1,19 @@ +{# + * Copyright (C) 2014, Champs Libres Cooperative SCRLFS, + * + * This program is free software: you can redistribute it and/or modify + * it under the terms of the GNU Affero General Public License as + * published by the Free Software Foundation, either version 3 of the + * License, or (at your option) any later version. + * + * This program is distributed in the hope that it will be useful, + * but WITHOUT ANY WARRANTY; without even the implied warranty of + * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the + * GNU Affero General Public License for more details. + * + * You should have received a copy of the GNU Affero General Public License + * along with this program. If not, see . +#} {% extends "ChillMainBundle::layout.html.twig" %} {% block title %}{{ 'views.Person.review.title'|trans }}{% endblock title %} diff --git a/Resources/views/Person/edit.html.twig b/Resources/views/Person/edit.html.twig index b85e1e327..b8116cf1f 100644 --- a/Resources/views/Person/edit.html.twig +++ b/Resources/views/Person/edit.html.twig @@ -1,3 +1,19 @@ +{# + * Copyright (C) 2014, Champs Libres Cooperative SCRLFS, + * + * This program is free software: you can redistribute it and/or modify + * it under the terms of the GNU Affero General Public License as + * published by the Free Software Foundation, either version 3 of the + * License, or (at your option) any later version. + * + * This program is distributed in the hope that it will be useful, + * but WITHOUT ANY WARRANTY; without even the implied warranty of + * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the + * GNU Affero General Public License for more details. + * + * You should have received a copy of the GNU Affero General Public License + * along with this program. If not, see . +#} {% extends "ChillPersonBundle::layout.html.twig" %} {% set activeRouteKey = '' %} diff --git a/Resources/views/Person/list.html.twig b/Resources/views/Person/list.html.twig index a1129ad41..ac83bcb7e 100644 --- a/Resources/views/Person/list.html.twig +++ b/Resources/views/Person/list.html.twig @@ -1,3 +1,19 @@ +{# + * Copyright (C) 2014, Champs Libres Cooperative SCRLFS, + * + * This program is free software: you can redistribute it and/or modify + * it under the terms of the GNU Affero General Public License as + * published by the Free Software Foundation, either version 3 of the + * License, or (at your option) any later version. + * + * This program is distributed in the hope that it will be useful, + * but WITHOUT ANY WARRANTY; without even the implied warranty of + * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the + * GNU Affero General Public License for more details. + * + * You should have received a copy of the GNU Affero General Public License + * along with this program. If not, see . +#} {% extends "ChillMainBundle::layout.html.twig" %} {% block title %}Recherche {{ pattern }}{% endblock %} diff --git a/Resources/views/layout.html.twig b/Resources/views/layout.html.twig index c1e5dff37..2824d4ad3 100644 --- a/Resources/views/layout.html.twig +++ b/Resources/views/layout.html.twig @@ -1,3 +1,19 @@ +{# + * Copyright (C) 2014, Champs Libres Cooperative SCRLFS, + * + * This program is free software: you can redistribute it and/or modify + * it under the terms of the GNU Affero General Public License as + * published by the Free Software Foundation, either version 3 of the + * License, or (at your option) any later version. + * + * This program is distributed in the hope that it will be useful, + * but WITHOUT ANY WARRANTY; without even the implied warranty of + * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the + * GNU Affero General Public License for more details. + * + * You should have received a copy of the GNU Affero General Public License + * along with this program. If not, see . +#} {% extends "ChillMainBundle::layout.html.twig" %} {% block css %} diff --git a/Resources/views/menu.html.twig b/Resources/views/menu.html.twig index 45e51c13e..333dc1316 100644 --- a/Resources/views/menu.html.twig +++ b/Resources/views/menu.html.twig @@ -1,3 +1,19 @@ +{# + * Copyright (C) 2014, Champs Libres Cooperative SCRLFS, + * + * This program is free software: you can redistribute it and/or modify + * it under the terms of the GNU Affero General Public License as + * published by the Free Software Foundation, either version 3 of the + * License, or (at your option) any later version. + * + * This program is distributed in the hope that it will be useful, + * but WITHOUT ANY WARRANTY; without even the implied warranty of + * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the + * GNU Affero General Public License for more details. + * + * You should have received a copy of the GNU Affero General Public License + * along with this program. If not, see . +#}