From 8a69d08cc2c596f24e80441fa9ac478c68036d18 Mon Sep 17 00:00:00 2001 From: Andrea Sgattoni Date: Thu, 26 Oct 2023 10:04:42 +0200 Subject: [PATCH] licences changes --- ortools/linear_solver/xpress_interface.cc | 2 +- ortools/xpress/environment.cc | 4 +++- ortools/xpress/environment.h | 4 +++- 3 files changed, 7 insertions(+), 3 deletions(-) diff --git a/ortools/linear_solver/xpress_interface.cc b/ortools/linear_solver/xpress_interface.cc index 3dcc8c86dc..db8bd9a713 100644 --- a/ortools/linear_solver/xpress_interface.cc +++ b/ortools/linear_solver/xpress_interface.cc @@ -1,4 +1,4 @@ -// Copyright 2019 RTE +// Copyright 2019-2023 RTE // Licensed under the Apache License, Version 2.0 (the "License"); // you may not use this file except in compliance with the License. // You may obtain a copy of the License at diff --git a/ortools/xpress/environment.cc b/ortools/xpress/environment.cc index f91f9cdfba..924897e085 100644 --- a/ortools/xpress/environment.cc +++ b/ortools/xpress/environment.cc @@ -1,4 +1,4 @@ -// Copyright 2010-2021 Google LLC +// Copyright 2019-2023 RTE // Licensed under the Apache License, Version 2.0 (the "License"); // you may not use this file except in compliance with the License. // You may obtain a copy of the License at @@ -11,6 +11,8 @@ // See the License for the specific language governing permissions and // limitations under the License. +// Initial version of this code was provided by RTE + #include "ortools/xpress/environment.h" #include diff --git a/ortools/xpress/environment.h b/ortools/xpress/environment.h index 6737a03e50..3ac9e74fb8 100644 --- a/ortools/xpress/environment.h +++ b/ortools/xpress/environment.h @@ -1,4 +1,4 @@ -// Copyright 2010-2021 Google LLC +// Copyright 2019-2023 RTE // Licensed under the Apache License, Version 2.0 (the "License"); // you may not use this file except in compliance with the License. // You may obtain a copy of the License at @@ -11,6 +11,8 @@ // See the License for the specific language governing permissions and // limitations under the License. +// Initial version of this code was provided by RTE + #ifndef OR_TOOLS_XPRESS_ENVIRONMENT_H #define OR_TOOLS_XPRESS_ENVIRONMENT_H