From f4b70190187b9c6ae2cc44e89eda103749675995 Mon Sep 17 00:00:00 2001 From: Lorenzo Battistini Date: Fri, 15 Feb 2013 19:12:30 +0100 Subject: [PATCH] [IMP] copyright headers --- currency_rate_update/__openerp__.py | 2 +- currency_rate_update/currency_rate_update.py | 1 + 2 files changed, 2 insertions(+), 1 deletion(-) diff --git a/currency_rate_update/__openerp__.py b/currency_rate_update/__openerp__.py index 457eecf5e..db4db3ae3 100755 --- a/currency_rate_update/__openerp__.py +++ b/currency_rate_update/__openerp__.py @@ -3,7 +3,7 @@ # Copyright (c) 2008 Camtocamp SA # @author JB Aubort, Nicolas Bessi, Joel Grand-Guillaume # European Central Bank and Polish National Bank invented by Grzegorz Grzelak -# $Id: $ +# Ported to OpenERP 7.0 by Lorenzo Battistini # # WARNING: This program as such is intended to be used by professional # programmers who take the whole responsability of assessing all potential diff --git a/currency_rate_update/currency_rate_update.py b/currency_rate_update/currency_rate_update.py index 00a8d96d4..a4eca33dc 100755 --- a/currency_rate_update/currency_rate_update.py +++ b/currency_rate_update/currency_rate_update.py @@ -14,6 +14,7 @@ # For more details, see Launchpad bug #645263 # - mecanism to check if rates given by the webservice are "fresh" enough to be # written in OpenERP ('max_delta_days' parameter for each currency update service) +# Ported to OpenERP 7.0 by Lorenzo Battistini # # WARNING: This program as such is intended to be used by professional # programmers who take the whole responsability of assessing all potential