From cab877057041ec8d4070284c3775ceffdaddb3c6 Mon Sep 17 00:00:00 2001 From: Peter Hahn Date: Mon, 21 Dec 2015 11:59:22 +0100 Subject: [PATCH] Fix licence headers --- mail_read_new_window/__openerp__.py | 20 ++----------------- .../static/src/js/mail_read_new_window.js | 3 +++ 2 files changed, 5 insertions(+), 18 deletions(-) diff --git a/mail_read_new_window/__openerp__.py b/mail_read_new_window/__openerp__.py index d96b3d04..2fb91c2e 100644 --- a/mail_read_new_window/__openerp__.py +++ b/mail_read_new_window/__openerp__.py @@ -1,22 +1,6 @@ # -*- coding: utf-8 -*- -############################################################################### -# -# Copyright (C) 2015 initOS GmbH (). -# -# 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 . -# -############################################################################### +# © 2015 initOS GmbH () +# License AGPL-3.0 or later (http://www.gnu.org/licenses/agpl.html). { 'name': 'Mail open in new window', diff --git a/mail_read_new_window/static/src/js/mail_read_new_window.js b/mail_read_new_window/static/src/js/mail_read_new_window.js index 8c06554f..152df744 100644 --- a/mail_read_new_window/static/src/js/mail_read_new_window.js +++ b/mail_read_new_window/static/src/js/mail_read_new_window.js @@ -1,3 +1,6 @@ +/* © 2015 initOS GmbH () +* License AGPL-3.0 or later (http://www.gnu.org/licenses/agpl.html). +*/ openerp.mail_read_new_window = function (instance) { var _t = instance.web._t,