From 92c12963a88ac9e3f08c815a33323bcd1eb286ec Mon Sep 17 00:00:00 2001 From: Marc Ducobu Date: Wed, 18 Mar 2015 12:04:47 +0100 Subject: [PATCH] Adding license --- Service/CustomFieldProvider.php | 19 +++++++++++++++++++ Service/CustomFieldsHelper.php | 20 ++++++++++++++++++++ Service/CustomFieldsHelperException.php | 20 ++++++++++++++++++++ 3 files changed, 59 insertions(+) diff --git a/Service/CustomFieldProvider.php b/Service/CustomFieldProvider.php index f7118ce0a..d137da295 100644 --- a/Service/CustomFieldProvider.php +++ b/Service/CustomFieldProvider.php @@ -1,5 +1,24 @@ , + * + * 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 . + */ namespace Chill\CustomFieldsBundle\Service; diff --git a/Service/CustomFieldsHelper.php b/Service/CustomFieldsHelper.php index 5be4fbe24..ef8c5e5ea 100644 --- a/Service/CustomFieldsHelper.php +++ b/Service/CustomFieldsHelper.php @@ -1,5 +1,25 @@ , + * + * 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 . + */ + namespace Chill\CustomFieldsBundle\Service; use Doctrine\ORM\EntityManagerInterface; diff --git a/Service/CustomFieldsHelperException.php b/Service/CustomFieldsHelperException.php index d1e0c41d2..f43e5cc36 100644 --- a/Service/CustomFieldsHelperException.php +++ b/Service/CustomFieldsHelperException.php @@ -1,5 +1,25 @@ , + * + * 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 . + */ + namespace Chill\CustomFieldsBundle\Service; class CustomFieldsHelperException extends \Exception