licences changes

This commit is contained in:
Andrea Sgattoni
2023-10-26 10:04:42 +02:00
parent ba10b5ae5e
commit 8a69d08cc2
3 changed files with 7 additions and 3 deletions

View File

@@ -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

View File

@@ -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 <filesystem>

View File

@@ -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