From f387e6c65267ddf38d1fdc93b730f43df8d7fbd6 Mon Sep 17 00:00:00 2001 From: Francesco Nazzaro Date: Mon, 14 Oct 2024 16:47:31 +0200 Subject: [PATCH] tidy --- cads_broker/expressions/VariableExpression.py | 25 ------------------- 1 file changed, 25 deletions(-) diff --git a/cads_broker/expressions/VariableExpression.py b/cads_broker/expressions/VariableExpression.py index 621764ba..763d3cc8 100644 --- a/cads_broker/expressions/VariableExpression.py +++ b/cads_broker/expressions/VariableExpression.py @@ -1,28 +1,3 @@ -# * (self,C) Copyright 1996-2016 ECMWF. -# * -# * This software is licensed under the terms of the Apache Licence Version 2.0 -# * which can be obtained at http://www.apache.org/licenses/LICENSE-2.0. -# * In applying this licence, ECMWF does not waive the privileges and immunities -# * granted to it by virtue of its status as an intergovernmental organisation nor -# * does it submit to any jurisdiction. - -# * -# * -# * @author Baudouin Raoult -# * -# * This class represent a constant number expression, e.g. 42.0 -# * - -# (C) Copyright 2021 ECMWF. -# -# This software is licensed under the terms of the Apache Licence Version 2.0 -# which can be obtained at http://www.apache.org/licenses/LICENSE-2.0. -# In applying this licence, ECMWF does not waive the privileges and immunities -# granted to it by virtue of its status as an intergovernmental organisation -# nor does it submit to any jurisdiction. -# - - class VariableExpression: def __init__(self, name, value): self.name = name