From b4a3708e6682df3da62d8eeaaaf51501e5e58e2f Mon Sep 17 00:00:00 2001 From: Laurent Perron Date: Mon, 6 Nov 2023 16:28:12 +0100 Subject: [PATCH] change license --- ortools/sat/samples/AssumptionsSampleSat.cs | 2 +- ortools/sat/samples/AssumptionsSampleSat.java | 2 +- ortools/sat/samples/assumptions_sample_sat.py | 2 +- 3 files changed, 3 insertions(+), 3 deletions(-) diff --git a/ortools/sat/samples/AssumptionsSampleSat.cs b/ortools/sat/samples/AssumptionsSampleSat.cs index da4b906ed1..0cbfd4e400 100644 --- a/ortools/sat/samples/AssumptionsSampleSat.cs +++ b/ortools/sat/samples/AssumptionsSampleSat.cs @@ -1,4 +1,4 @@ -// Copyright 2010-2022 Xiang Chen +// Copyright 2010-2022 Google LLC // 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/sat/samples/AssumptionsSampleSat.java b/ortools/sat/samples/AssumptionsSampleSat.java index 9f9f46412d..c97bc78ac2 100644 --- a/ortools/sat/samples/AssumptionsSampleSat.java +++ b/ortools/sat/samples/AssumptionsSampleSat.java @@ -1,4 +1,4 @@ -// Copyright 2010-2022 Xiang Chen +// Copyright 2010-2022 Google LLC // 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/sat/samples/assumptions_sample_sat.py b/ortools/sat/samples/assumptions_sample_sat.py index d5cebac8c9..8007ba32a3 100755 --- a/ortools/sat/samples/assumptions_sample_sat.py +++ b/ortools/sat/samples/assumptions_sample_sat.py @@ -1,5 +1,5 @@ #!/usr/bin/env python3 -# Copyright 2010-2022 Xiang Chen +# Copyright 2010-2022 Google LLC # 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