From 7a8f285f5c394f418f8f1f6f5e573751e0848e97 Mon Sep 17 00:00:00 2001 From: Gilles Grospellier Date: Thu, 3 Oct 2024 16:17:23 +0200 Subject: [PATCH] [arcane,std] Corrige copyright. --- arcane/src/arcane/std/GraphDistributor.h | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/arcane/src/arcane/std/GraphDistributor.h b/arcane/src/arcane/std/GraphDistributor.h index 6a7f898fe..19d0586d4 100644 --- a/arcane/src/arcane/std/GraphDistributor.h +++ b/arcane/src/arcane/std/GraphDistributor.h @@ -1,11 +1,11 @@ // -*- tab-width: 2; indent-tabs-mode: nil; coding: utf-8-with-signature -*- //----------------------------------------------------------------------------- -// Copyright 2000-2022 CEA (www.cea.fr) IFPEN (www.ifpenergiesnouvelles.com) +// Copyright 2000-2024 CEA (www.cea.fr) IFPEN (www.ifpenergiesnouvelles.com) // See the top-level COPYRIGHT file for details. // SPDX-License-Identifier: Apache-2.0 //----------------------------------------------------------------------------- /*---------------------------------------------------------------------------*/ -/* GraphDistributor.h (C) 2000-2020 */ +/* GraphDistributor.h (C) 2000-2024 */ /* */ /* This file provides declaration and definition of a class used to */ /* redistribute the graph accross another set of processors. */