From f280c8d2f71cb1bb35829ebc39d407f39bca8d57 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Thibault=20Delavall=C3=A9e?= Date: Fri, 11 Apr 2014 16:50:18 +0200 Subject: [PATCH] [CLEAN] website_forum: removed some licences, only one is sufficient bzr revid: tde@openerp.com-20140411145018-16dxhi62bkt4l2dg --- addons/website_forum/__init__.py | 19 ------------------- addons/website_forum/controllers/__init__.py | 19 ------------------- 2 files changed, 38 deletions(-) diff --git a/addons/website_forum/__init__.py b/addons/website_forum/__init__.py index 7190ada2d28..bde83af3aea 100644 --- a/addons/website_forum/__init__.py +++ b/addons/website_forum/__init__.py @@ -1,23 +1,4 @@ # -*- coding: utf-8 -*- -############################################################################## -# -# OpenERP, Open Source Management Solution -# Copyright (C) 2014-Today OpenERP SA (). -# -# 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 . -# -############################################################################## import controllers import models diff --git a/addons/website_forum/controllers/__init__.py b/addons/website_forum/controllers/__init__.py index 46217e33563..bbd183e955b 100644 --- a/addons/website_forum/controllers/__init__.py +++ b/addons/website_forum/controllers/__init__.py @@ -1,22 +1,3 @@ # -*- coding: utf-8 -*- -############################################################################## -# -# OpenERP, Open Source Management Solution -# Copyright (C) 2013-Today OpenERP SA (). -# -# 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 . -# -############################################################################## import main