From c0f6978f3b73af4c1a8ec3967dbf27d4ee78efa8 Mon Sep 17 00:00:00 2001 From: Mizux Seiha Date: Fri, 2 Apr 2021 10:08:51 +0200 Subject: [PATCH] Update copyright --- examples/contrib/fsProgram.fs | 2 +- examples/contrib/fsintegerprogramming.fs | 2 +- examples/contrib/fsknapsack.fs | 2 +- examples/contrib/fslinearprogramming.fs | 2 +- examples/contrib/fsnetwork-max-flow.fs | 2 +- examples/contrib/fsnetwork-min-cost-flow.fs | 2 +- examples/contrib/furniture_moving_intervals.cs | 2 +- examples/contrib/organize_day_intervals.cs | 2 +- examples/contrib/sports_schedule_sat.py | 2 +- examples/cpp/constraint_programming_cp.cc | 2 +- examples/cpp/costas_array_sat.cc | 2 +- examples/cpp/course_scheduling.cc | 2 +- examples/cpp/course_scheduling.h | 2 +- examples/cpp/course_scheduling.proto | 2 +- examples/cpp/course_scheduling_run.cc | 2 +- examples/cpp/cryptarithm_sat.cc | 2 +- examples/cpp/cvrp_disjoint_tw.cc | 2 +- examples/cpp/cvrptw.cc | 2 +- examples/cpp/cvrptw_lib.h | 2 +- examples/cpp/cvrptw_with_breaks.cc | 2 +- examples/cpp/cvrptw_with_refueling.cc | 2 +- examples/cpp/cvrptw_with_resources.cc | 2 +- examples/cpp/cvrptw_with_stop_times_and_resources.cc | 2 +- examples/cpp/dimacs_assignment.cc | 2 +- examples/cpp/dobble_ls.cc | 2 +- examples/cpp/fap_model_printer.h | 2 +- examples/cpp/fap_parser.h | 2 +- examples/cpp/fap_utilities.h | 2 +- examples/cpp/flow_api.cc | 2 +- examples/cpp/frequency_assignment_problem.cc | 2 +- examples/cpp/golomb_sat.cc | 2 +- examples/cpp/integer_programming.cc | 2 +- examples/cpp/jobshop_sat.cc | 2 +- examples/cpp/linear_assignment_api.cc | 2 +- examples/cpp/linear_programming.cc | 2 +- examples/cpp/linear_solver_protocol_buffers.cc | 2 +- examples/cpp/magic_sequence_sat.cc | 2 +- examples/cpp/magic_square_sat.cc | 2 +- examples/cpp/mps_driver.cc | 2 +- examples/cpp/multi_knapsack_sat.cc | 2 +- examples/cpp/network_routing_sat.cc | 2 +- examples/cpp/nqueens.cc | 2 +- examples/cpp/opb_reader.h | 2 +- examples/cpp/parse_dimacs_assignment.h | 2 +- examples/cpp/pdptw.cc | 2 +- examples/cpp/print_dimacs_assignment.h | 2 +- examples/cpp/random_tsp.cc | 2 +- examples/cpp/sat_cnf_reader.h | 2 +- examples/cpp/sat_runner.cc | 2 +- examples/cpp/shift_minimization_sat.cc | 2 +- examples/cpp/slitherlink_sat.cc | 2 +- examples/cpp/solve.cc | 2 +- examples/cpp/sports_scheduling_sat.cc | 2 +- examples/cpp/strawberry_fields_with_column_generation.cc | 2 +- examples/cpp/weighted_tardiness_sat.cc | 2 +- .../roadef_challenge_2011/solution_checker/solution_checker.cc | 2 +- .../roadef_challenge_2011/solution_checker/solution_checker.h | 2 +- .../solution_checker/solution_checker_run.cc | 2 +- examples/dotnet/BalanceGroupSat.cs | 2 +- examples/dotnet/GateSchedulingSat.cs | 2 +- examples/dotnet/JobshopFt06Sat.cs | 2 +- examples/dotnet/NetworkRoutingSat.cs | 2 +- examples/dotnet/NursesSat.cs | 2 +- examples/dotnet/ShiftSchedulingSat.cs | 2 +- examples/dotnet/SpeakerSchedulingSat.cs | 2 +- examples/dotnet/cscvrptw.cs | 2 +- examples/dotnet/csflow.cs | 2 +- examples/dotnet/csintegerprogramming.cs | 2 +- examples/dotnet/csknapsack.cs | 2 +- examples/dotnet/cslinearprogramming.cs | 2 +- examples/dotnet/csls_api.cs | 2 +- examples/dotnet/csrabbitspheasants.cs | 2 +- examples/dotnet/cstsp.cs | 2 +- examples/java/FlowExample.java | 2 +- examples/java/IntegerProgramming.java | 2 +- examples/java/LinearAssignmentAPI.java | 2 +- examples/java/LinearProgramming.java | 2 +- examples/java/RabbitsPheasants.java | 2 +- examples/java/RandomTsp.java | 2 +- examples/notebook/algorithms/knapsack.ipynb | 2 +- examples/notebook/algorithms/simple_knapsack_program.ipynb | 2 +- examples/notebook/constraint_solver/simple_cp_program.ipynb | 2 +- .../notebook/constraint_solver/simple_routing_program.ipynb | 2 +- examples/notebook/constraint_solver/tsp.ipynb | 2 +- examples/notebook/constraint_solver/tsp_circuit_board.ipynb | 2 +- examples/notebook/constraint_solver/tsp_cities.ipynb | 2 +- examples/notebook/constraint_solver/tsp_distance_matrix.ipynb | 2 +- examples/notebook/constraint_solver/vrp.ipynb | 2 +- examples/notebook/constraint_solver/vrp_capacity.ipynb | 2 +- examples/notebook/constraint_solver/vrp_drop_nodes.ipynb | 2 +- examples/notebook/constraint_solver/vrp_global_span.ipynb | 2 +- examples/notebook/constraint_solver/vrp_initial_routes.ipynb | 2 +- examples/notebook/constraint_solver/vrp_pickup_delivery.ipynb | 2 +- .../notebook/constraint_solver/vrp_pickup_delivery_fifo.ipynb | 2 +- .../notebook/constraint_solver/vrp_pickup_delivery_lifo.ipynb | 2 +- examples/notebook/constraint_solver/vrp_resources.ipynb | 2 +- examples/notebook/constraint_solver/vrp_starts_ends.ipynb | 2 +- examples/notebook/constraint_solver/vrp_time_windows.ipynb | 2 +- examples/notebook/constraint_solver/vrp_with_time_limit.ipynb | 2 +- .../notebook/constraint_solver/vrptw_store_solution_data.ipynb | 2 +- examples/notebook/contrib/sports_schedule_sat.ipynb | 2 +- examples/notebook/examples/appointments.ipynb | 2 +- examples/notebook/examples/arc_flow_cutting_stock_sat.ipynb | 2 +- examples/notebook/examples/assignment2_sat.ipynb | 2 +- .../notebook/examples/assignment_with_constraints_sat.ipynb | 2 +- examples/notebook/examples/balance_group_sat.ipynb | 2 +- examples/notebook/examples/bus_driver_scheduling_flow_sat.ipynb | 2 +- examples/notebook/examples/bus_driver_scheduling_sat.ipynb | 2 +- examples/notebook/examples/chemical_balance_lp.ipynb | 2 +- examples/notebook/examples/chemical_balance_sat.ipynb | 2 +- examples/notebook/examples/clustering_sat.ipynb | 2 +- examples/notebook/examples/cover_rectangle_sat.ipynb | 2 +- examples/notebook/examples/flexible_job_shop_sat.ipynb | 2 +- examples/notebook/examples/gate_scheduling_sat.ipynb | 2 +- examples/notebook/examples/golomb8.ipynb | 2 +- examples/notebook/examples/hidato_sat.ipynb | 2 +- examples/notebook/examples/integer_programming.ipynb | 2 +- examples/notebook/examples/jobshop_ft06_distance_sat.ipynb | 2 +- examples/notebook/examples/jobshop_ft06_sat.ipynb | 2 +- examples/notebook/examples/jobshop_with_maintenance_sat.ipynb | 2 +- examples/notebook/examples/linear_assignment_api.ipynb | 2 +- examples/notebook/examples/linear_programming.ipynb | 2 +- examples/notebook/examples/magic_sequence_distribute.ipynb | 2 +- examples/notebook/examples/nqueens_sat.ipynb | 2 +- examples/notebook/examples/prize_collecting_tsp_sat.ipynb | 2 +- examples/notebook/examples/pyflow_example.ipynb | 2 +- examples/notebook/examples/random_tsp.ipynb | 2 +- examples/notebook/examples/rcpsp_sat.ipynb | 2 +- examples/notebook/examples/reallocate_sat.ipynb | 2 +- examples/notebook/examples/shift_scheduling_sat.ipynb | 2 +- ...le_machine_scheduling_with_setup_release_due_dates_sat.ipynb | 2 +- examples/notebook/examples/steel_mill_slab_sat.ipynb | 2 +- examples/notebook/examples/sudoku_sat.ipynb | 2 +- examples/notebook/examples/task_allocation_sat.ipynb | 2 +- .../notebook/examples/tasks_and_workers_assignment_sat.ipynb | 2 +- examples/notebook/examples/tsp_sat.ipynb | 2 +- examples/notebook/examples/vendor_scheduling_sat.ipynb | 2 +- examples/notebook/examples/worker_schedule_sat.ipynb | 2 +- examples/notebook/examples/zebra_sat.ipynb | 2 +- examples/notebook/graph/simple_max_flow_program.ipynb | 2 +- examples/notebook/graph/simple_min_cost_flow_program.ipynb | 2 +- examples/notebook/linear_solver/assignment_mip.ipynb | 2 +- examples/notebook/linear_solver/basic_example.ipynb | 2 +- examples/notebook/linear_solver/bin_packing_mip.ipynb | 2 +- .../notebook/linear_solver/integer_programming_example.ipynb | 2 +- .../notebook/linear_solver/linear_programming_example.ipynb | 2 +- examples/notebook/linear_solver/mip_var_array.ipynb | 2 +- examples/notebook/linear_solver/multiple_knapsack_mip.ipynb | 2 +- examples/notebook/linear_solver/simple_lp_program.ipynb | 2 +- examples/notebook/linear_solver/simple_mip_program.ipynb | 2 +- examples/notebook/sat/assignment_sat.ipynb | 2 +- examples/notebook/sat/binpacking_problem_sat.ipynb | 2 +- examples/notebook/sat/bool_or_sample_sat.ipynb | 2 +- examples/notebook/sat/boolean_product_sample_sat.ipynb | 2 +- examples/notebook/sat/channeling_sample_sat.ipynb | 2 +- examples/notebook/sat/copy_model_sample_sat.ipynb | 2 +- examples/notebook/sat/cp_is_fun_sat.ipynb | 2 +- examples/notebook/sat/earliness_tardiness_cost_sample_sat.ipynb | 2 +- examples/notebook/sat/interval_sample_sat.ipynb | 2 +- examples/notebook/sat/literal_sample_sat.ipynb | 2 +- examples/notebook/sat/minimal_jobshop_sat.ipynb | 2 +- examples/notebook/sat/multiple_knapsack_sat.ipynb | 2 +- examples/notebook/sat/no_overlap_sample_sat.ipynb | 2 +- examples/notebook/sat/nurses_sat.ipynb | 2 +- examples/notebook/sat/optional_interval_sample_sat.ipynb | 2 +- examples/notebook/sat/rabbits_and_pheasants_sat.ipynb | 2 +- examples/notebook/sat/ranking_sample_sat.ipynb | 2 +- examples/notebook/sat/reified_sample_sat.ipynb | 2 +- examples/notebook/sat/schedule_requests_sat.ipynb | 2 +- examples/notebook/sat/scheduling_with_calendar_sample_sat.ipynb | 2 +- examples/notebook/sat/search_for_all_solutions_sample_sat.ipynb | 2 +- examples/notebook/sat/simple_sat_program.ipynb | 2 +- examples/notebook/sat/solution_hinting_sample_sat.ipynb | 2 +- .../sat/solve_and_print_intermediate_solutions_sample_sat.ipynb | 2 +- examples/notebook/sat/solve_with_time_limit_sample_sat.ipynb | 2 +- examples/notebook/sat/step_function_sample_sat.ipynb | 2 +- examples/notebook/sat/stop_after_n_solutions_sample_sat.ipynb | 2 +- examples/python/appointments.py | 2 +- examples/python/arc_flow_cutting_stock_sat.py | 2 +- examples/python/assignment2_sat.py | 2 +- examples/python/assignment_with_constraints_sat.py | 2 +- examples/python/balance_group_sat.py | 2 +- examples/python/bus_driver_scheduling_flow_sat.py | 2 +- examples/python/bus_driver_scheduling_sat.py | 2 +- examples/python/chemical_balance_lp.py | 2 +- examples/python/chemical_balance_sat.py | 2 +- examples/python/clustering_sat.py | 2 +- examples/python/cover_rectangle_sat.py | 2 +- examples/python/flexible_job_shop_sat.py | 2 +- examples/python/gate_scheduling_sat.py | 2 +- examples/python/golomb8.py | 2 +- examples/python/hidato_sat.py | 2 +- examples/python/integer_programming.py | 2 +- examples/python/jobshop_ft06_distance_sat.py | 2 +- examples/python/jobshop_ft06_sat.py | 2 +- examples/python/jobshop_with_maintenance_sat.py | 2 +- examples/python/linear_assignment_api.py | 2 +- examples/python/linear_programming.py | 2 +- examples/python/magic_sequence_distribute.py | 2 +- examples/python/nqueens_sat.py | 2 +- examples/python/prize_collecting_tsp_sat.py | 2 +- examples/python/pyflow_example.py | 2 +- examples/python/random_tsp.py | 2 +- examples/python/rcpsp_sat.py | 2 +- examples/python/reallocate_sat.py | 2 +- examples/python/shift_scheduling_sat.py | 2 +- ...ingle_machine_scheduling_with_setup_release_due_dates_sat.py | 2 +- examples/python/steel_mill_slab_sat.py | 2 +- examples/python/sudoku_sat.py | 2 +- examples/python/task_allocation_sat.py | 2 +- examples/python/tasks_and_workers_assignment_sat.py | 2 +- examples/python/tsp_sat.py | 2 +- examples/python/vendor_scheduling_sat.py | 2 +- examples/python/worker_schedule_sat.py | 2 +- examples/python/zebra_sat.py | 2 +- examples/tests/ConstraintSolverTest.java | 2 +- examples/tests/ConstraintSolverTests.cs | 2 +- examples/tests/LinearSolverTest.java | 2 +- examples/tests/RoutingSolverTest.java | 2 +- examples/tests/RoutingSolverTests.cs | 2 +- examples/tests/SatSolverTest.java | 2 +- examples/tests/issue1231.py | 2 +- examples/tests/issue18.cs | 2 +- examples/tests/issue22.cs | 2 +- examples/tests/issue46.py | 2 +- examples/tests/lp_test.cc | 2 +- examples/tests/lp_test.py | 2 +- examples/tests/pywrapcp_test.py | 2 +- examples/tests/pywraplp_test.py | 2 +- examples/tests/pywraprouting_test.py | 2 +- examples/tests/remote/linear_programming.cc | 2 +- examples/tests/remote/tsp.cc | 2 +- examples/tests/sorted_interval_list_test.py | 2 +- examples/tests/test_cp_api.py | 2 +- 234 files changed, 234 insertions(+), 234 deletions(-) diff --git a/examples/contrib/fsProgram.fs b/examples/contrib/fsProgram.fs index 606f0d642a..66026f04d7 100644 --- a/examples/contrib/fsProgram.fs +++ b/examples/contrib/fsProgram.fs @@ -1,4 +1,4 @@ -// Copyright 2010-2017 Google +// Copyright 2010-2021 Google // 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/examples/contrib/fsintegerprogramming.fs b/examples/contrib/fsintegerprogramming.fs index 81743a1dd0..87b1dad2f6 100644 --- a/examples/contrib/fsintegerprogramming.fs +++ b/examples/contrib/fsintegerprogramming.fs @@ -1,4 +1,4 @@ -// Copyright 2010-2014 Google +// Copyright 2010-2021 Google // 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/examples/contrib/fsknapsack.fs b/examples/contrib/fsknapsack.fs index e07ddc2fd3..ca0b9984fd 100644 --- a/examples/contrib/fsknapsack.fs +++ b/examples/contrib/fsknapsack.fs @@ -1,5 +1,5 @@ (* -Copyright 2010-2017 Google +Copyright 2010-2021 Google 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/examples/contrib/fslinearprogramming.fs b/examples/contrib/fslinearprogramming.fs index fa2d81f4fe..f9da8ba590 100644 --- a/examples/contrib/fslinearprogramming.fs +++ b/examples/contrib/fslinearprogramming.fs @@ -1,4 +1,4 @@ -// Copyright 2010-2017 Google +// Copyright 2010-2021 Google // 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/examples/contrib/fsnetwork-max-flow.fs b/examples/contrib/fsnetwork-max-flow.fs index 3e12fee80e..328fde9408 100644 --- a/examples/contrib/fsnetwork-max-flow.fs +++ b/examples/contrib/fsnetwork-max-flow.fs @@ -1,5 +1,5 @@ (* - Copyright 2010-2017 Google + Copyright 2010-2021 Google 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/examples/contrib/fsnetwork-min-cost-flow.fs b/examples/contrib/fsnetwork-min-cost-flow.fs index d81f4ca353..2a89bb5bde 100644 --- a/examples/contrib/fsnetwork-min-cost-flow.fs +++ b/examples/contrib/fsnetwork-min-cost-flow.fs @@ -1,5 +1,5 @@ (* - Copyright 2010-2017 Google + Copyright 2010-2021 Google 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/examples/contrib/furniture_moving_intervals.cs b/examples/contrib/furniture_moving_intervals.cs index 8b8cd46a7b..379c2bf7e4 100644 --- a/examples/contrib/furniture_moving_intervals.cs +++ b/examples/contrib/furniture_moving_intervals.cs @@ -1,4 +1,4 @@ -// Copyright 2010-2018 Google LLC +// Copyright 2010-2021 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/examples/contrib/organize_day_intervals.cs b/examples/contrib/organize_day_intervals.cs index 594fb50980..e77c8d048d 100644 --- a/examples/contrib/organize_day_intervals.cs +++ b/examples/contrib/organize_day_intervals.cs @@ -1,4 +1,4 @@ -// Copyright 2010-2018 Google LLC +// Copyright 2010-2021 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/examples/contrib/sports_schedule_sat.py b/examples/contrib/sports_schedule_sat.py index 8c3685e1c8..c3c45a03ac 100644 --- a/examples/contrib/sports_schedule_sat.py +++ b/examples/contrib/sports_schedule_sat.py @@ -1,4 +1,4 @@ -# Based on sports_scheduling_sat.cc, Copyright 2010-2019 Google LLC +# Based on sports_scheduling_sat.cc, Copyright 2010-2021 Google LLC # # Translated to Python by James E. Marca August 2019 # diff --git a/examples/cpp/constraint_programming_cp.cc b/examples/cpp/constraint_programming_cp.cc index 27be999b8b..160555f65c 100644 --- a/examples/cpp/constraint_programming_cp.cc +++ b/examples/cpp/constraint_programming_cp.cc @@ -1,4 +1,4 @@ -// Copyright 2010-2018 Google LLC +// Copyright 2010-2021 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/examples/cpp/costas_array_sat.cc b/examples/cpp/costas_array_sat.cc index 179e09ae17..22bbc052d0 100644 --- a/examples/cpp/costas_array_sat.cc +++ b/examples/cpp/costas_array_sat.cc @@ -1,4 +1,4 @@ -// Copyright 2010-2018 Google LLC +// Copyright 2010-2021 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/examples/cpp/course_scheduling.cc b/examples/cpp/course_scheduling.cc index 0735f7805f..4fbd6e15e9 100644 --- a/examples/cpp/course_scheduling.cc +++ b/examples/cpp/course_scheduling.cc @@ -1,4 +1,4 @@ -// Copyright 2010-2018 Google LLC +// Copyright 2010-2021 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/examples/cpp/course_scheduling.h b/examples/cpp/course_scheduling.h index 8a35e1e9c2..90d9dafef8 100644 --- a/examples/cpp/course_scheduling.h +++ b/examples/cpp/course_scheduling.h @@ -1,4 +1,4 @@ -// Copyright 2010-2018 Google LLC +// Copyright 2010-2021 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/examples/cpp/course_scheduling.proto b/examples/cpp/course_scheduling.proto index fee4388a82..d53c3c2b50 100644 --- a/examples/cpp/course_scheduling.proto +++ b/examples/cpp/course_scheduling.proto @@ -1,4 +1,4 @@ -// Copyright 2010-2018 Google LLC +// Copyright 2010-2021 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/examples/cpp/course_scheduling_run.cc b/examples/cpp/course_scheduling_run.cc index 5225d8850f..f77881b265 100644 --- a/examples/cpp/course_scheduling_run.cc +++ b/examples/cpp/course_scheduling_run.cc @@ -1,4 +1,4 @@ -// Copyright 2010-2018 Google LLC +// Copyright 2010-2021 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/examples/cpp/cryptarithm_sat.cc b/examples/cpp/cryptarithm_sat.cc index 6658dd15b8..38af00b071 100644 --- a/examples/cpp/cryptarithm_sat.cc +++ b/examples/cpp/cryptarithm_sat.cc @@ -1,4 +1,4 @@ -// Copyright 2010-2018 Google LLC +// Copyright 2010-2021 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/examples/cpp/cvrp_disjoint_tw.cc b/examples/cpp/cvrp_disjoint_tw.cc index 7c7a319578..d83b15e2e4 100644 --- a/examples/cpp/cvrp_disjoint_tw.cc +++ b/examples/cpp/cvrp_disjoint_tw.cc @@ -1,4 +1,4 @@ -// Copyright 2010-2018 Google LLC +// Copyright 2010-2021 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/examples/cpp/cvrptw.cc b/examples/cpp/cvrptw.cc index a9505851ab..a1e6dac33f 100644 --- a/examples/cpp/cvrptw.cc +++ b/examples/cpp/cvrptw.cc @@ -1,4 +1,4 @@ -// Copyright 2010-2018 Google LLC +// Copyright 2010-2021 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/examples/cpp/cvrptw_lib.h b/examples/cpp/cvrptw_lib.h index e17bed3e01..885f04963c 100644 --- a/examples/cpp/cvrptw_lib.h +++ b/examples/cpp/cvrptw_lib.h @@ -1,4 +1,4 @@ -// Copyright 2010-2018 Google LLC +// Copyright 2010-2021 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/examples/cpp/cvrptw_with_breaks.cc b/examples/cpp/cvrptw_with_breaks.cc index 3ca94027a5..a2dcad2030 100644 --- a/examples/cpp/cvrptw_with_breaks.cc +++ b/examples/cpp/cvrptw_with_breaks.cc @@ -1,4 +1,4 @@ -// Copyright 2010-2018 Google LLC +// Copyright 2010-2021 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/examples/cpp/cvrptw_with_refueling.cc b/examples/cpp/cvrptw_with_refueling.cc index 82824e3eb2..7a590a8812 100644 --- a/examples/cpp/cvrptw_with_refueling.cc +++ b/examples/cpp/cvrptw_with_refueling.cc @@ -1,4 +1,4 @@ -// Copyright 2010-2018 Google LLC +// Copyright 2010-2021 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/examples/cpp/cvrptw_with_resources.cc b/examples/cpp/cvrptw_with_resources.cc index b1e2a06906..9ef33a0f99 100644 --- a/examples/cpp/cvrptw_with_resources.cc +++ b/examples/cpp/cvrptw_with_resources.cc @@ -1,4 +1,4 @@ -// Copyright 2010-2018 Google LLC +// Copyright 2010-2021 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/examples/cpp/cvrptw_with_stop_times_and_resources.cc b/examples/cpp/cvrptw_with_stop_times_and_resources.cc index 5dd3821ac0..1a9436f05f 100644 --- a/examples/cpp/cvrptw_with_stop_times_and_resources.cc +++ b/examples/cpp/cvrptw_with_stop_times_and_resources.cc @@ -1,4 +1,4 @@ -// Copyright 2010-2018 Google LLC +// Copyright 2010-2021 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/examples/cpp/dimacs_assignment.cc b/examples/cpp/dimacs_assignment.cc index 4b6196b5fb..39b587bbac 100644 --- a/examples/cpp/dimacs_assignment.cc +++ b/examples/cpp/dimacs_assignment.cc @@ -1,4 +1,4 @@ -// Copyright 2010-2018 Google LLC +// Copyright 2010-2021 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/examples/cpp/dobble_ls.cc b/examples/cpp/dobble_ls.cc index d05d01dc70..536960b6cd 100644 --- a/examples/cpp/dobble_ls.cc +++ b/examples/cpp/dobble_ls.cc @@ -1,4 +1,4 @@ -// Copyright 2010-2018 Google LLC +// Copyright 2010-2021 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/examples/cpp/fap_model_printer.h b/examples/cpp/fap_model_printer.h index 7528da83cd..8fb2823341 100644 --- a/examples/cpp/fap_model_printer.h +++ b/examples/cpp/fap_model_printer.h @@ -1,4 +1,4 @@ -// Copyright 2010-2018 Google LLC +// Copyright 2010-2021 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/examples/cpp/fap_parser.h b/examples/cpp/fap_parser.h index dc88312128..59b4c373eb 100644 --- a/examples/cpp/fap_parser.h +++ b/examples/cpp/fap_parser.h @@ -1,4 +1,4 @@ -// Copyright 2010-2018 Google LLC +// Copyright 2010-2021 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/examples/cpp/fap_utilities.h b/examples/cpp/fap_utilities.h index 9c6232edc6..98344b95e4 100644 --- a/examples/cpp/fap_utilities.h +++ b/examples/cpp/fap_utilities.h @@ -1,4 +1,4 @@ -// Copyright 2010-2018 Google LLC +// Copyright 2010-2021 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/examples/cpp/flow_api.cc b/examples/cpp/flow_api.cc index 0e857e08fd..1d34bc7a97 100644 --- a/examples/cpp/flow_api.cc +++ b/examples/cpp/flow_api.cc @@ -1,4 +1,4 @@ -// Copyright 2010-2018 Google LLC +// Copyright 2010-2021 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/examples/cpp/frequency_assignment_problem.cc b/examples/cpp/frequency_assignment_problem.cc index 5e4485ae82..de0d4ef266 100644 --- a/examples/cpp/frequency_assignment_problem.cc +++ b/examples/cpp/frequency_assignment_problem.cc @@ -1,4 +1,4 @@ -// Copyright 2010-2018 Google LLC +// Copyright 2010-2021 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/examples/cpp/golomb_sat.cc b/examples/cpp/golomb_sat.cc index 528a3db143..5ac64bbab6 100644 --- a/examples/cpp/golomb_sat.cc +++ b/examples/cpp/golomb_sat.cc @@ -1,4 +1,4 @@ -// Copyright 2010-2018 Google LLC +// Copyright 2010-2021 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/examples/cpp/integer_programming.cc b/examples/cpp/integer_programming.cc index 1dd93deadc..6574346fad 100644 --- a/examples/cpp/integer_programming.cc +++ b/examples/cpp/integer_programming.cc @@ -1,4 +1,4 @@ -// Copyright 2010-2018 Google LLC +// Copyright 2010-2021 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/examples/cpp/jobshop_sat.cc b/examples/cpp/jobshop_sat.cc index 0e0397a446..70d34afb4f 100644 --- a/examples/cpp/jobshop_sat.cc +++ b/examples/cpp/jobshop_sat.cc @@ -1,4 +1,4 @@ -// Copyright 2010-2018 Google LLC +// Copyright 2010-2021 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/examples/cpp/linear_assignment_api.cc b/examples/cpp/linear_assignment_api.cc index 80f515c768..9ce778367e 100644 --- a/examples/cpp/linear_assignment_api.cc +++ b/examples/cpp/linear_assignment_api.cc @@ -1,4 +1,4 @@ -// Copyright 2010-2018 Google LLC +// Copyright 2010-2021 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/examples/cpp/linear_programming.cc b/examples/cpp/linear_programming.cc index f812677029..c22fc7db45 100644 --- a/examples/cpp/linear_programming.cc +++ b/examples/cpp/linear_programming.cc @@ -1,4 +1,4 @@ -// Copyright 2010-2018 Google LLC +// Copyright 2010-2021 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/examples/cpp/linear_solver_protocol_buffers.cc b/examples/cpp/linear_solver_protocol_buffers.cc index 7543cd0516..9c73491b32 100644 --- a/examples/cpp/linear_solver_protocol_buffers.cc +++ b/examples/cpp/linear_solver_protocol_buffers.cc @@ -1,4 +1,4 @@ -// Copyright 2010-2018 Google LLC +// Copyright 2010-2021 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/examples/cpp/magic_sequence_sat.cc b/examples/cpp/magic_sequence_sat.cc index bc950c274c..29d5791a03 100644 --- a/examples/cpp/magic_sequence_sat.cc +++ b/examples/cpp/magic_sequence_sat.cc @@ -1,4 +1,4 @@ -// Copyright 2010-2018 Google LLC +// Copyright 2010-2021 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/examples/cpp/magic_square_sat.cc b/examples/cpp/magic_square_sat.cc index 33ab41bdd4..99348454e9 100644 --- a/examples/cpp/magic_square_sat.cc +++ b/examples/cpp/magic_square_sat.cc @@ -1,4 +1,4 @@ -// Copyright 2010-2018 Google LLC +// Copyright 2010-2021 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/examples/cpp/mps_driver.cc b/examples/cpp/mps_driver.cc index 448c9989c3..306cfe3f3a 100644 --- a/examples/cpp/mps_driver.cc +++ b/examples/cpp/mps_driver.cc @@ -1,4 +1,4 @@ -// Copyright 2010-2018 Google LLC +// Copyright 2010-2021 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/examples/cpp/multi_knapsack_sat.cc b/examples/cpp/multi_knapsack_sat.cc index 5b532c5127..353dda4c3a 100644 --- a/examples/cpp/multi_knapsack_sat.cc +++ b/examples/cpp/multi_knapsack_sat.cc @@ -1,4 +1,4 @@ -// Copyright 2010-2018 Google LLC +// Copyright 2010-2021 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/examples/cpp/network_routing_sat.cc b/examples/cpp/network_routing_sat.cc index e1d6d17a36..6f79fbb6cf 100644 --- a/examples/cpp/network_routing_sat.cc +++ b/examples/cpp/network_routing_sat.cc @@ -1,4 +1,4 @@ -// Copyright 2010-2018 Google LLC +// Copyright 2010-2021 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/examples/cpp/nqueens.cc b/examples/cpp/nqueens.cc index fc15aa1b40..8bf95292c4 100644 --- a/examples/cpp/nqueens.cc +++ b/examples/cpp/nqueens.cc @@ -1,4 +1,4 @@ -// Copyright 2010-2018 Google LLC +// Copyright 2010-2021 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/examples/cpp/opb_reader.h b/examples/cpp/opb_reader.h index eb52d4f111..e35f47ee5b 100644 --- a/examples/cpp/opb_reader.h +++ b/examples/cpp/opb_reader.h @@ -1,4 +1,4 @@ -// Copyright 2010-2018 Google LLC +// Copyright 2010-2021 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/examples/cpp/parse_dimacs_assignment.h b/examples/cpp/parse_dimacs_assignment.h index d3d18332a2..e2ab5ac45b 100644 --- a/examples/cpp/parse_dimacs_assignment.h +++ b/examples/cpp/parse_dimacs_assignment.h @@ -1,4 +1,4 @@ -// Copyright 2010-2018 Google LLC +// Copyright 2010-2021 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/examples/cpp/pdptw.cc b/examples/cpp/pdptw.cc index 68adc743a6..9d04d66f9e 100644 --- a/examples/cpp/pdptw.cc +++ b/examples/cpp/pdptw.cc @@ -1,4 +1,4 @@ -// Copyright 2010-2018 Google LLC +// Copyright 2010-2021 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/examples/cpp/print_dimacs_assignment.h b/examples/cpp/print_dimacs_assignment.h index 9d9d75b9c3..727b64dae8 100644 --- a/examples/cpp/print_dimacs_assignment.h +++ b/examples/cpp/print_dimacs_assignment.h @@ -1,4 +1,4 @@ -// Copyright 2010-2018 Google LLC +// Copyright 2010-2021 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/examples/cpp/random_tsp.cc b/examples/cpp/random_tsp.cc index a61ad54c07..3ef8a1232d 100644 --- a/examples/cpp/random_tsp.cc +++ b/examples/cpp/random_tsp.cc @@ -1,4 +1,4 @@ -// Copyright 2010-2018 Google LLC +// Copyright 2010-2021 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/examples/cpp/sat_cnf_reader.h b/examples/cpp/sat_cnf_reader.h index 889071f8c8..c36cc4ad71 100644 --- a/examples/cpp/sat_cnf_reader.h +++ b/examples/cpp/sat_cnf_reader.h @@ -1,4 +1,4 @@ -// Copyright 2010-2018 Google LLC +// Copyright 2010-2021 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/examples/cpp/sat_runner.cc b/examples/cpp/sat_runner.cc index be85fed91e..b86f21bafc 100644 --- a/examples/cpp/sat_runner.cc +++ b/examples/cpp/sat_runner.cc @@ -1,4 +1,4 @@ -// Copyright 2010-2018 Google LLC +// Copyright 2010-2021 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/examples/cpp/shift_minimization_sat.cc b/examples/cpp/shift_minimization_sat.cc index c3551d1640..eab5b46a79 100644 --- a/examples/cpp/shift_minimization_sat.cc +++ b/examples/cpp/shift_minimization_sat.cc @@ -1,4 +1,4 @@ -// Copyright 2010-2018 Google LLC +// Copyright 2010-2021 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/examples/cpp/slitherlink_sat.cc b/examples/cpp/slitherlink_sat.cc index d324951526..1e36ae7e81 100644 --- a/examples/cpp/slitherlink_sat.cc +++ b/examples/cpp/slitherlink_sat.cc @@ -1,4 +1,4 @@ -// Copyright 2010-2018 Google LLC +// Copyright 2010-2021 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/examples/cpp/solve.cc b/examples/cpp/solve.cc index 71f5f1524f..75ed4b3c41 100644 --- a/examples/cpp/solve.cc +++ b/examples/cpp/solve.cc @@ -1,4 +1,4 @@ -// Copyright 2010-2018 Google LLC +// Copyright 2010-2021 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/examples/cpp/sports_scheduling_sat.cc b/examples/cpp/sports_scheduling_sat.cc index 8b41abfa13..248ffec93d 100644 --- a/examples/cpp/sports_scheduling_sat.cc +++ b/examples/cpp/sports_scheduling_sat.cc @@ -1,4 +1,4 @@ -// Copyright 2010-2018 Google LLC +// Copyright 2010-2021 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/examples/cpp/strawberry_fields_with_column_generation.cc b/examples/cpp/strawberry_fields_with_column_generation.cc index 44044962a8..40bb2d6a01 100644 --- a/examples/cpp/strawberry_fields_with_column_generation.cc +++ b/examples/cpp/strawberry_fields_with_column_generation.cc @@ -1,4 +1,4 @@ -// Copyright 2010-2018 Google LLC +// Copyright 2010-2021 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/examples/cpp/weighted_tardiness_sat.cc b/examples/cpp/weighted_tardiness_sat.cc index 756c77676f..b9448b1bc5 100644 --- a/examples/cpp/weighted_tardiness_sat.cc +++ b/examples/cpp/weighted_tardiness_sat.cc @@ -1,4 +1,4 @@ -// Copyright 2010-2018 Google LLC +// Copyright 2010-2021 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/examples/data/roadef_challenge_2011/solution_checker/solution_checker.cc b/examples/data/roadef_challenge_2011/solution_checker/solution_checker.cc index 4176164788..c531ab351f 100644 --- a/examples/data/roadef_challenge_2011/solution_checker/solution_checker.cc +++ b/examples/data/roadef_challenge_2011/solution_checker/solution_checker.cc @@ -1,4 +1,4 @@ -// Copyright 2010-2018 Google LLC +// Copyright 2010-2021 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/examples/data/roadef_challenge_2011/solution_checker/solution_checker.h b/examples/data/roadef_challenge_2011/solution_checker/solution_checker.h index 77cb59d72c..b455b617ee 100644 --- a/examples/data/roadef_challenge_2011/solution_checker/solution_checker.h +++ b/examples/data/roadef_challenge_2011/solution_checker/solution_checker.h @@ -1,4 +1,4 @@ -// Copyright 2010-2018 Google LLC +// Copyright 2010-2021 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/examples/data/roadef_challenge_2011/solution_checker/solution_checker_run.cc b/examples/data/roadef_challenge_2011/solution_checker/solution_checker_run.cc index 8a68cc0933..122c99da04 100644 --- a/examples/data/roadef_challenge_2011/solution_checker/solution_checker_run.cc +++ b/examples/data/roadef_challenge_2011/solution_checker/solution_checker_run.cc @@ -1,4 +1,4 @@ -// Copyright 2010-2018 Google LLC +// Copyright 2010-2021 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/examples/dotnet/BalanceGroupSat.cs b/examples/dotnet/BalanceGroupSat.cs index 073ee1538d..6ac62ec97e 100644 --- a/examples/dotnet/BalanceGroupSat.cs +++ b/examples/dotnet/BalanceGroupSat.cs @@ -1,4 +1,4 @@ -// Copyright 2010-2019 Google LLC +// Copyright 2010-2021 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/examples/dotnet/GateSchedulingSat.cs b/examples/dotnet/GateSchedulingSat.cs index f3771f4305..425bb65327 100644 --- a/examples/dotnet/GateSchedulingSat.cs +++ b/examples/dotnet/GateSchedulingSat.cs @@ -1,4 +1,4 @@ -// Copyright 2010-2018 Google LLC +// Copyright 2010-2021 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/examples/dotnet/JobshopFt06Sat.cs b/examples/dotnet/JobshopFt06Sat.cs index 2888ff6805..5ab3b02ee4 100644 --- a/examples/dotnet/JobshopFt06Sat.cs +++ b/examples/dotnet/JobshopFt06Sat.cs @@ -1,4 +1,4 @@ -// Copyright 2010-2018 Google LLC +// Copyright 2010-2021 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/examples/dotnet/NetworkRoutingSat.cs b/examples/dotnet/NetworkRoutingSat.cs index 2ba2607de9..bf87d61d66 100644 --- a/examples/dotnet/NetworkRoutingSat.cs +++ b/examples/dotnet/NetworkRoutingSat.cs @@ -1,4 +1,4 @@ -// Copyright 2010-2019 Google LLC +// Copyright 2010-2021 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/examples/dotnet/NursesSat.cs b/examples/dotnet/NursesSat.cs index 97f0334bde..76a5f69ef6 100644 --- a/examples/dotnet/NursesSat.cs +++ b/examples/dotnet/NursesSat.cs @@ -1,4 +1,4 @@ -// Copyright 2010-2018 Google LLC +// Copyright 2010-2021 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/examples/dotnet/ShiftSchedulingSat.cs b/examples/dotnet/ShiftSchedulingSat.cs index f669c2cf13..6de0b1e641 100644 --- a/examples/dotnet/ShiftSchedulingSat.cs +++ b/examples/dotnet/ShiftSchedulingSat.cs @@ -1,4 +1,4 @@ -// Copyright 2010-2018 Google LLC +// Copyright 2010-2021 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/examples/dotnet/SpeakerSchedulingSat.cs b/examples/dotnet/SpeakerSchedulingSat.cs index 6135f836d5..382a2cc2a7 100644 --- a/examples/dotnet/SpeakerSchedulingSat.cs +++ b/examples/dotnet/SpeakerSchedulingSat.cs @@ -1,4 +1,4 @@ -// Copyright 2010-2018 Google LLC +// Copyright 2010-2021 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/examples/dotnet/cscvrptw.cs b/examples/dotnet/cscvrptw.cs index 0e3c998ae5..f868329217 100644 --- a/examples/dotnet/cscvrptw.cs +++ b/examples/dotnet/cscvrptw.cs @@ -1,4 +1,4 @@ -// Copyright 2010-2018 Google LLC +// Copyright 2010-2021 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/examples/dotnet/csflow.cs b/examples/dotnet/csflow.cs index 26e9235b3e..5baae15128 100644 --- a/examples/dotnet/csflow.cs +++ b/examples/dotnet/csflow.cs @@ -1,4 +1,4 @@ -// Copyright 2010-2018 Google LLC +// Copyright 2010-2021 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/examples/dotnet/csintegerprogramming.cs b/examples/dotnet/csintegerprogramming.cs index 0f2e4b3740..921ec8394e 100644 --- a/examples/dotnet/csintegerprogramming.cs +++ b/examples/dotnet/csintegerprogramming.cs @@ -1,4 +1,4 @@ -// Copyright 2010-2018 Google LLC +// Copyright 2010-2021 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/examples/dotnet/csknapsack.cs b/examples/dotnet/csknapsack.cs index 0387d532a6..b0e6fddfc1 100644 --- a/examples/dotnet/csknapsack.cs +++ b/examples/dotnet/csknapsack.cs @@ -1,4 +1,4 @@ -// Copyright 2010-2018 Google LLC +// Copyright 2010-2021 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/examples/dotnet/cslinearprogramming.cs b/examples/dotnet/cslinearprogramming.cs index 26e3575eb8..fcd3ba8d53 100644 --- a/examples/dotnet/cslinearprogramming.cs +++ b/examples/dotnet/cslinearprogramming.cs @@ -1,4 +1,4 @@ -// Copyright 2010-2018 Google LLC +// Copyright 2010-2021 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/examples/dotnet/csls_api.cs b/examples/dotnet/csls_api.cs index 64652b6a12..bfee4ee210 100644 --- a/examples/dotnet/csls_api.cs +++ b/examples/dotnet/csls_api.cs @@ -1,4 +1,4 @@ -// Copyright 2010-2018 Google LLC +// Copyright 2010-2021 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/examples/dotnet/csrabbitspheasants.cs b/examples/dotnet/csrabbitspheasants.cs index dfd79ebb8b..dc9c60e446 100644 --- a/examples/dotnet/csrabbitspheasants.cs +++ b/examples/dotnet/csrabbitspheasants.cs @@ -1,4 +1,4 @@ -// Copyright 2010-2018 Google LLC +// Copyright 2010-2021 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/examples/dotnet/cstsp.cs b/examples/dotnet/cstsp.cs index 461ed1fcf8..37246b38fe 100644 --- a/examples/dotnet/cstsp.cs +++ b/examples/dotnet/cstsp.cs @@ -1,4 +1,4 @@ -// Copyright 2010-2018 Google LLC +// Copyright 2010-2021 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/examples/java/FlowExample.java b/examples/java/FlowExample.java index 41943efc2f..7229b2c3a1 100644 --- a/examples/java/FlowExample.java +++ b/examples/java/FlowExample.java @@ -1,4 +1,4 @@ -// Copyright 2010-2018 Google LLC +// Copyright 2010-2021 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/examples/java/IntegerProgramming.java b/examples/java/IntegerProgramming.java index c32c2e6697..4f216fdcb3 100644 --- a/examples/java/IntegerProgramming.java +++ b/examples/java/IntegerProgramming.java @@ -1,4 +1,4 @@ -// Copyright 2010-2018 Google LLC +// Copyright 2010-2021 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/examples/java/LinearAssignmentAPI.java b/examples/java/LinearAssignmentAPI.java index fe6e529fec..eec04f8b93 100644 --- a/examples/java/LinearAssignmentAPI.java +++ b/examples/java/LinearAssignmentAPI.java @@ -1,4 +1,4 @@ -// Copyright 2010-2017 Google +// Copyright 2010-2021 Google // 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/examples/java/LinearProgramming.java b/examples/java/LinearProgramming.java index 01fe09f011..aa60370be6 100644 --- a/examples/java/LinearProgramming.java +++ b/examples/java/LinearProgramming.java @@ -1,4 +1,4 @@ -// Copyright 2010-2018 Google LLC +// Copyright 2010-2021 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/examples/java/RabbitsPheasants.java b/examples/java/RabbitsPheasants.java index 73aeefce7d..219a73f64f 100644 --- a/examples/java/RabbitsPheasants.java +++ b/examples/java/RabbitsPheasants.java @@ -1,4 +1,4 @@ -// Copyright 2010-2018 Google LLC +// Copyright 2010-2021 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/examples/java/RandomTsp.java b/examples/java/RandomTsp.java index f799ebb632..193a4b1609 100644 --- a/examples/java/RandomTsp.java +++ b/examples/java/RandomTsp.java @@ -1,4 +1,4 @@ -// Copyright 2010-2017 Google LLC +// Copyright 2010-2021 Google LLC // // Licensed under the Apache License, Version 2.0 (the "License"); // you may not use this file except in compliance with the License. diff --git a/examples/notebook/algorithms/knapsack.ipynb b/examples/notebook/algorithms/knapsack.ipynb index 1ac7225ab0..bdc5653009 100644 --- a/examples/notebook/algorithms/knapsack.ipynb +++ b/examples/notebook/algorithms/knapsack.ipynb @@ -67,7 +67,7 @@ "metadata": {}, "outputs": [], "source": [ - "# Copyright 2010-2018 Google LLC\n", + "# Copyright 2010-2021 Google LLC\n", "# Licensed under the Apache License, Version 2.0 (the \"License\");\n", "# you may not use this file except in compliance with the License.\n", "# You may obtain a copy of the License at\n", diff --git a/examples/notebook/algorithms/simple_knapsack_program.ipynb b/examples/notebook/algorithms/simple_knapsack_program.ipynb index 5e83f966d7..38e79db272 100644 --- a/examples/notebook/algorithms/simple_knapsack_program.ipynb +++ b/examples/notebook/algorithms/simple_knapsack_program.ipynb @@ -67,7 +67,7 @@ "metadata": {}, "outputs": [], "source": [ - "# Copyright 2010-2018 Google LLC\n", + "# Copyright 2010-2021 Google LLC\n", "# Licensed under the Apache License, Version 2.0 (the \"License\");\n", "# you may not use this file except in compliance with the License.\n", "# You may obtain a copy of the License at\n", diff --git a/examples/notebook/constraint_solver/simple_cp_program.ipynb b/examples/notebook/constraint_solver/simple_cp_program.ipynb index 220c917a9b..0168f2db9c 100644 --- a/examples/notebook/constraint_solver/simple_cp_program.ipynb +++ b/examples/notebook/constraint_solver/simple_cp_program.ipynb @@ -67,7 +67,7 @@ "metadata": {}, "outputs": [], "source": [ - "# Copyright 2010-2018 Google LLC\n", + "# Copyright 2010-2021 Google LLC\n", "# Licensed under the Apache License, Version 2.0 (the \"License\");\n", "# you may not use this file except in compliance with the License.\n", "# You may obtain a copy of the License at\n", diff --git a/examples/notebook/constraint_solver/simple_routing_program.ipynb b/examples/notebook/constraint_solver/simple_routing_program.ipynb index 3589f9bb01..86f131f89f 100644 --- a/examples/notebook/constraint_solver/simple_routing_program.ipynb +++ b/examples/notebook/constraint_solver/simple_routing_program.ipynb @@ -67,7 +67,7 @@ "metadata": {}, "outputs": [], "source": [ - "# Copyright 2010-2018 Google LLC\n", + "# Copyright 2010-2021 Google LLC\n", "# Licensed under the Apache License, Version 2.0 (the \"License\");\n", "# you may not use this file except in compliance with the License.\n", "# You may obtain a copy of the License at\n", diff --git a/examples/notebook/constraint_solver/tsp.ipynb b/examples/notebook/constraint_solver/tsp.ipynb index 36526218c8..065e0c1006 100644 --- a/examples/notebook/constraint_solver/tsp.ipynb +++ b/examples/notebook/constraint_solver/tsp.ipynb @@ -67,7 +67,7 @@ "metadata": {}, "outputs": [], "source": [ - "# Copyright 2010-2018 Google LLC\n", + "# Copyright 2010-2021 Google LLC\n", "# Licensed under the Apache License, Version 2.0 (the \"License\");\n", "# you may not use this file except in compliance with the License.\n", "# You may obtain a copy of the License at\n", diff --git a/examples/notebook/constraint_solver/tsp_circuit_board.ipynb b/examples/notebook/constraint_solver/tsp_circuit_board.ipynb index d50bd6b9bf..6fb6992318 100644 --- a/examples/notebook/constraint_solver/tsp_circuit_board.ipynb +++ b/examples/notebook/constraint_solver/tsp_circuit_board.ipynb @@ -67,7 +67,7 @@ "metadata": {}, "outputs": [], "source": [ - "# Copyright 2010-2018 Google LLC\n", + "# Copyright 2010-2021 Google LLC\n", "# Licensed under the Apache License, Version 2.0 (the \"License\");\n", "# you may not use this file except in compliance with the License.\n", "# You may obtain a copy of the License at\n", diff --git a/examples/notebook/constraint_solver/tsp_cities.ipynb b/examples/notebook/constraint_solver/tsp_cities.ipynb index 9a7b10ad16..a131b3ef33 100644 --- a/examples/notebook/constraint_solver/tsp_cities.ipynb +++ b/examples/notebook/constraint_solver/tsp_cities.ipynb @@ -67,7 +67,7 @@ "metadata": {}, "outputs": [], "source": [ - "# Copyright 2010-2018 Google LLC\n", + "# Copyright 2010-2021 Google LLC\n", "# Licensed under the Apache License, Version 2.0 (the \"License\");\n", "# you may not use this file except in compliance with the License.\n", "# You may obtain a copy of the License at\n", diff --git a/examples/notebook/constraint_solver/tsp_distance_matrix.ipynb b/examples/notebook/constraint_solver/tsp_distance_matrix.ipynb index f98559aaab..f04df51052 100644 --- a/examples/notebook/constraint_solver/tsp_distance_matrix.ipynb +++ b/examples/notebook/constraint_solver/tsp_distance_matrix.ipynb @@ -67,7 +67,7 @@ "metadata": {}, "outputs": [], "source": [ - "# Copyright 2010-2018 Google LLC\n", + "# Copyright 2010-2021 Google LLC\n", "# Licensed under the Apache License, Version 2.0 (the \"License\");\n", "# you may not use this file except in compliance with the License.\n", "# You may obtain a copy of the License at\n", diff --git a/examples/notebook/constraint_solver/vrp.ipynb b/examples/notebook/constraint_solver/vrp.ipynb index 22f3e61b03..879dacbca3 100644 --- a/examples/notebook/constraint_solver/vrp.ipynb +++ b/examples/notebook/constraint_solver/vrp.ipynb @@ -67,7 +67,7 @@ "metadata": {}, "outputs": [], "source": [ - "# Copyright 2010-2018 Google LLC\n", + "# Copyright 2010-2021 Google LLC\n", "# Licensed under the Apache License, Version 2.0 (the \"License\");\n", "# you may not use this file except in compliance with the License.\n", "# You may obtain a copy of the License at\n", diff --git a/examples/notebook/constraint_solver/vrp_capacity.ipynb b/examples/notebook/constraint_solver/vrp_capacity.ipynb index 619b178559..7fe323c1c6 100644 --- a/examples/notebook/constraint_solver/vrp_capacity.ipynb +++ b/examples/notebook/constraint_solver/vrp_capacity.ipynb @@ -67,7 +67,7 @@ "metadata": {}, "outputs": [], "source": [ - "# Copyright 2010-2018 Google LLC\n", + "# Copyright 2010-2021 Google LLC\n", "# Licensed under the Apache License, Version 2.0 (the \"License\");\n", "# you may not use this file except in compliance with the License.\n", "# You may obtain a copy of the License at\n", diff --git a/examples/notebook/constraint_solver/vrp_drop_nodes.ipynb b/examples/notebook/constraint_solver/vrp_drop_nodes.ipynb index 4946f8fb31..35d6860020 100644 --- a/examples/notebook/constraint_solver/vrp_drop_nodes.ipynb +++ b/examples/notebook/constraint_solver/vrp_drop_nodes.ipynb @@ -67,7 +67,7 @@ "metadata": {}, "outputs": [], "source": [ - "# Copyright 2010-2018 Google LLC\n", + "# Copyright 2010-2021 Google LLC\n", "# Licensed under the Apache License, Version 2.0 (the \"License\");\n", "# you may not use this file except in compliance with the License.\n", "# You may obtain a copy of the License at\n", diff --git a/examples/notebook/constraint_solver/vrp_global_span.ipynb b/examples/notebook/constraint_solver/vrp_global_span.ipynb index 45d5ec06b6..5aaa9fc32d 100644 --- a/examples/notebook/constraint_solver/vrp_global_span.ipynb +++ b/examples/notebook/constraint_solver/vrp_global_span.ipynb @@ -68,7 +68,7 @@ "outputs": [], "source": [ "#!/usr/bin/env python3\n", - "# Copyright 2010-2018 Google LLC\n", + "# Copyright 2010-2021 Google LLC\n", "# Licensed under the Apache License, Version 2.0 (the \"License\");\n", "# you may not use this file except in compliance with the License.\n", "# You may obtain a copy of the License at\n", diff --git a/examples/notebook/constraint_solver/vrp_initial_routes.ipynb b/examples/notebook/constraint_solver/vrp_initial_routes.ipynb index c1698e94d6..ce3f12a413 100644 --- a/examples/notebook/constraint_solver/vrp_initial_routes.ipynb +++ b/examples/notebook/constraint_solver/vrp_initial_routes.ipynb @@ -67,7 +67,7 @@ "metadata": {}, "outputs": [], "source": [ - "# Copyright 2010-2018 Google LLC\n", + "# Copyright 2010-2021 Google LLC\n", "# Licensed under the Apache License, Version 2.0 (the \"License\");\n", "# you may not use this file except in compliance with the License.\n", "# You may obtain a copy of the License at\n", diff --git a/examples/notebook/constraint_solver/vrp_pickup_delivery.ipynb b/examples/notebook/constraint_solver/vrp_pickup_delivery.ipynb index 6cd17d0570..9e1b55a425 100644 --- a/examples/notebook/constraint_solver/vrp_pickup_delivery.ipynb +++ b/examples/notebook/constraint_solver/vrp_pickup_delivery.ipynb @@ -67,7 +67,7 @@ "metadata": {}, "outputs": [], "source": [ - "# Copyright 2010-2018 Google LLC\n", + "# Copyright 2010-2021 Google LLC\n", "# Licensed under the Apache License, Version 2.0 (the \"License\");\n", "# you may not use this file except in compliance with the License.\n", "# You may obtain a copy of the License at\n", diff --git a/examples/notebook/constraint_solver/vrp_pickup_delivery_fifo.ipynb b/examples/notebook/constraint_solver/vrp_pickup_delivery_fifo.ipynb index c43ad244fb..14654c58a3 100644 --- a/examples/notebook/constraint_solver/vrp_pickup_delivery_fifo.ipynb +++ b/examples/notebook/constraint_solver/vrp_pickup_delivery_fifo.ipynb @@ -67,7 +67,7 @@ "metadata": {}, "outputs": [], "source": [ - "# Copyright 2010-2018 Google LLC\n", + "# Copyright 2010-2021 Google LLC\n", "# Licensed under the Apache License, Version 2.0 (the \"License\");\n", "# you may not use this file except in compliance with the License.\n", "# You may obtain a copy of the License at\n", diff --git a/examples/notebook/constraint_solver/vrp_pickup_delivery_lifo.ipynb b/examples/notebook/constraint_solver/vrp_pickup_delivery_lifo.ipynb index 032f91db9f..bbfa708531 100644 --- a/examples/notebook/constraint_solver/vrp_pickup_delivery_lifo.ipynb +++ b/examples/notebook/constraint_solver/vrp_pickup_delivery_lifo.ipynb @@ -67,7 +67,7 @@ "metadata": {}, "outputs": [], "source": [ - "# Copyright 2010-2018 Google LLC\n", + "# Copyright 2010-2021 Google LLC\n", "# Licensed under the Apache License, Version 2.0 (the \"License\");\n", "# you may not use this file except in compliance with the License.\n", "# You may obtain a copy of the License at\n", diff --git a/examples/notebook/constraint_solver/vrp_resources.ipynb b/examples/notebook/constraint_solver/vrp_resources.ipynb index 697332cf6c..434325ab57 100644 --- a/examples/notebook/constraint_solver/vrp_resources.ipynb +++ b/examples/notebook/constraint_solver/vrp_resources.ipynb @@ -67,7 +67,7 @@ "metadata": {}, "outputs": [], "source": [ - "# Copyright 2010-2018 Google LLC\n", + "# Copyright 2010-2021 Google LLC\n", "# Licensed under the Apache License, Version 2.0 (the \"License\");\n", "# you may not use this file except in compliance with the License.\n", "# You may obtain a copy of the License at\n", diff --git a/examples/notebook/constraint_solver/vrp_starts_ends.ipynb b/examples/notebook/constraint_solver/vrp_starts_ends.ipynb index e238418428..98de59f119 100644 --- a/examples/notebook/constraint_solver/vrp_starts_ends.ipynb +++ b/examples/notebook/constraint_solver/vrp_starts_ends.ipynb @@ -67,7 +67,7 @@ "metadata": {}, "outputs": [], "source": [ - "# Copyright 2010-2018 Google LLC\n", + "# Copyright 2010-2021 Google LLC\n", "# Licensed under the Apache License, Version 2.0 (the \"License\");\n", "# you may not use this file except in compliance with the License.\n", "# You may obtain a copy of the License at\n", diff --git a/examples/notebook/constraint_solver/vrp_time_windows.ipynb b/examples/notebook/constraint_solver/vrp_time_windows.ipynb index 8a3e834b2a..f4106551db 100644 --- a/examples/notebook/constraint_solver/vrp_time_windows.ipynb +++ b/examples/notebook/constraint_solver/vrp_time_windows.ipynb @@ -68,7 +68,7 @@ "outputs": [], "source": [ "#!/usr/bin/env python3\n", - "# Copyright 2010-2018 Google LLC\n", + "# Copyright 2010-2021 Google LLC\n", "# Licensed under the Apache License, Version 2.0 (the \"License\");\n", "# you may not use this file except in compliance with the License.\n", "# You may obtain a copy of the License at\n", diff --git a/examples/notebook/constraint_solver/vrp_with_time_limit.ipynb b/examples/notebook/constraint_solver/vrp_with_time_limit.ipynb index 1f98961e57..1a6c03f43a 100644 --- a/examples/notebook/constraint_solver/vrp_with_time_limit.ipynb +++ b/examples/notebook/constraint_solver/vrp_with_time_limit.ipynb @@ -67,7 +67,7 @@ "metadata": {}, "outputs": [], "source": [ - "# Copyright 2010-2018 Google LLC\n", + "# Copyright 2010-2021 Google LLC\n", "# Licensed under the Apache License, Version 2.0 (the \"License\");\n", "# you may not use this file except in compliance with the License.\n", "# You may obtain a copy of the License at\n", diff --git a/examples/notebook/constraint_solver/vrptw_store_solution_data.ipynb b/examples/notebook/constraint_solver/vrptw_store_solution_data.ipynb index f5a3e88859..03debf0734 100644 --- a/examples/notebook/constraint_solver/vrptw_store_solution_data.ipynb +++ b/examples/notebook/constraint_solver/vrptw_store_solution_data.ipynb @@ -67,7 +67,7 @@ "metadata": {}, "outputs": [], "source": [ - "# Copyright 2010-2018 Google LLC\n", + "# Copyright 2010-2021 Google LLC\n", "# Licensed under the Apache License, Version 2.0 (the \"License\");\n", "# you may not use this file except in compliance with the License.\n", "# You may obtain a copy of the License at\n", diff --git a/examples/notebook/contrib/sports_schedule_sat.ipynb b/examples/notebook/contrib/sports_schedule_sat.ipynb index 6ac8b481b5..edd44bb5fe 100644 --- a/examples/notebook/contrib/sports_schedule_sat.ipynb +++ b/examples/notebook/contrib/sports_schedule_sat.ipynb @@ -67,7 +67,7 @@ "metadata": {}, "outputs": [], "source": [ - "# Based on sports_scheduling_sat.cc, Copyright 2010-2019 Google LLC\n", + "# Based on sports_scheduling_sat.cc, Copyright 2010-2021 Google LLC\n", "#\n", "# Translated to Python by James E. Marca August 2019\n", "#\n", diff --git a/examples/notebook/examples/appointments.ipynb b/examples/notebook/examples/appointments.ipynb index cadba6a53b..3a8d7efe9a 100644 --- a/examples/notebook/examples/appointments.ipynb +++ b/examples/notebook/examples/appointments.ipynb @@ -67,7 +67,7 @@ "metadata": {}, "outputs": [], "source": [ - "# Copyright 2010-2018 Google LLC\n", + "# Copyright 2010-2021 Google LLC\n", "# Licensed under the Apache License, Version 2.0 (the \"License\");\n", "# you may not use this file except in compliance with the License.\n", "# You may obtain a copy of the License at\n", diff --git a/examples/notebook/examples/arc_flow_cutting_stock_sat.ipynb b/examples/notebook/examples/arc_flow_cutting_stock_sat.ipynb index da5c8f9a26..7d18e5e8fe 100644 --- a/examples/notebook/examples/arc_flow_cutting_stock_sat.ipynb +++ b/examples/notebook/examples/arc_flow_cutting_stock_sat.ipynb @@ -67,7 +67,7 @@ "metadata": {}, "outputs": [], "source": [ - "# Copyright 2010-2018 Google LLC\n", + "# Copyright 2010-2021 Google LLC\n", "# Licensed under the Apache License, Version 2.0 (the \"License\");\n", "# you may not use this file except in compliance with the License.\n", "# You may obtain a copy of the License at\n", diff --git a/examples/notebook/examples/assignment2_sat.ipynb b/examples/notebook/examples/assignment2_sat.ipynb index f15989b47c..996ac1c459 100644 --- a/examples/notebook/examples/assignment2_sat.ipynb +++ b/examples/notebook/examples/assignment2_sat.ipynb @@ -67,7 +67,7 @@ "metadata": {}, "outputs": [], "source": [ - "# Copyright 2010-2018 Google LLC\n", + "# Copyright 2010-2021 Google LLC\n", "# Licensed under the Apache License, Version 2.0 (the \"License\");\n", "# you may not use this file except in compliance with the License.\n", "# You may obtain a copy of the License at\n", diff --git a/examples/notebook/examples/assignment_with_constraints_sat.ipynb b/examples/notebook/examples/assignment_with_constraints_sat.ipynb index d6eac96fdb..0f9c6f656a 100644 --- a/examples/notebook/examples/assignment_with_constraints_sat.ipynb +++ b/examples/notebook/examples/assignment_with_constraints_sat.ipynb @@ -67,7 +67,7 @@ "metadata": {}, "outputs": [], "source": [ - "# Copyright 2010-2018 Google LLC\n", + "# Copyright 2010-2021 Google LLC\n", "# Licensed under the Apache License, Version 2.0 (the \"License\");\n", "# you may not use this file except in compliance with the License.\n", "# You may obtain a copy of the License at\n", diff --git a/examples/notebook/examples/balance_group_sat.ipynb b/examples/notebook/examples/balance_group_sat.ipynb index 82f9fff7bf..0d86cb53b2 100644 --- a/examples/notebook/examples/balance_group_sat.ipynb +++ b/examples/notebook/examples/balance_group_sat.ipynb @@ -67,7 +67,7 @@ "metadata": {}, "outputs": [], "source": [ - "# Copyright 2010-2018 Google LLC\n", + "# Copyright 2010-2021 Google LLC\n", "# Licensed under the Apache License, Version 2.0 (the \"License\");\n", "# you may not use this file except in compliance with the License.\n", "# You may obtain a copy of the License at\n", diff --git a/examples/notebook/examples/bus_driver_scheduling_flow_sat.ipynb b/examples/notebook/examples/bus_driver_scheduling_flow_sat.ipynb index 4d87a9e984..9ee69e22cd 100644 --- a/examples/notebook/examples/bus_driver_scheduling_flow_sat.ipynb +++ b/examples/notebook/examples/bus_driver_scheduling_flow_sat.ipynb @@ -67,7 +67,7 @@ "metadata": {}, "outputs": [], "source": [ - "# Copyright 2010-2018 Google LLC\n", + "# Copyright 2010-2021 Google LLC\n", "# Licensed under the Apache License, Version 2.0 (the \"License\");\n", "# you may not use this file except in compliance with the License.\n", "# You may obtain a copy of the License at\n", diff --git a/examples/notebook/examples/bus_driver_scheduling_sat.ipynb b/examples/notebook/examples/bus_driver_scheduling_sat.ipynb index 92759969a3..b37fd39e15 100644 --- a/examples/notebook/examples/bus_driver_scheduling_sat.ipynb +++ b/examples/notebook/examples/bus_driver_scheduling_sat.ipynb @@ -67,7 +67,7 @@ "metadata": {}, "outputs": [], "source": [ - "# Copyright 2010-2018 Google LLC\n", + "# Copyright 2010-2021 Google LLC\n", "# Licensed under the Apache License, Version 2.0 (the \"License\");\n", "# you may not use this file except in compliance with the License.\n", "# You may obtain a copy of the License at\n", diff --git a/examples/notebook/examples/chemical_balance_lp.ipynb b/examples/notebook/examples/chemical_balance_lp.ipynb index a676463048..05813466bd 100644 --- a/examples/notebook/examples/chemical_balance_lp.ipynb +++ b/examples/notebook/examples/chemical_balance_lp.ipynb @@ -67,7 +67,7 @@ "metadata": {}, "outputs": [], "source": [ - "# Copyright 2010-2018 Google LLC\n", + "# Copyright 2010-2021 Google LLC\n", "# Licensed under the Apache License, Version 2.0 (the \"License\");\n", "# you may not use this file except in compliance with the License.\n", "# You may obtain a copy of the License at\n", diff --git a/examples/notebook/examples/chemical_balance_sat.ipynb b/examples/notebook/examples/chemical_balance_sat.ipynb index bec984f0eb..be387131d2 100644 --- a/examples/notebook/examples/chemical_balance_sat.ipynb +++ b/examples/notebook/examples/chemical_balance_sat.ipynb @@ -67,7 +67,7 @@ "metadata": {}, "outputs": [], "source": [ - "# Copyright 2010-2018 Google LLC\n", + "# Copyright 2010-2021 Google LLC\n", "# Licensed under the Apache License, Version 2.0 (the \"License\");\n", "# you may not use this file except in compliance with the License.\n", "# You may obtain a copy of the License at\n", diff --git a/examples/notebook/examples/clustering_sat.ipynb b/examples/notebook/examples/clustering_sat.ipynb index 42e26e448d..1807267c33 100644 --- a/examples/notebook/examples/clustering_sat.ipynb +++ b/examples/notebook/examples/clustering_sat.ipynb @@ -67,7 +67,7 @@ "metadata": {}, "outputs": [], "source": [ - "# Copyright 2010-2018 Google LLC\n", + "# Copyright 2010-2021 Google LLC\n", "# Licensed under the Apache License, Version 2.0 (the \"License\");\n", "# you may not use this file except in compliance with the License.\n", "# You may obtain a copy of the License at\n", diff --git a/examples/notebook/examples/cover_rectangle_sat.ipynb b/examples/notebook/examples/cover_rectangle_sat.ipynb index 6e106c40bb..eda6d81455 100644 --- a/examples/notebook/examples/cover_rectangle_sat.ipynb +++ b/examples/notebook/examples/cover_rectangle_sat.ipynb @@ -67,7 +67,7 @@ "metadata": {}, "outputs": [], "source": [ - "# Copyright 2010-2018 Google LLC\n", + "# Copyright 2010-2021 Google LLC\n", "# Licensed under the Apache License, Version 2.0 (the \"License\");\n", "# you may not use this file except in compliance with the License.\n", "# You may obtain a copy of the License at\n", diff --git a/examples/notebook/examples/flexible_job_shop_sat.ipynb b/examples/notebook/examples/flexible_job_shop_sat.ipynb index 6cd23be6d3..50c0fd3c71 100644 --- a/examples/notebook/examples/flexible_job_shop_sat.ipynb +++ b/examples/notebook/examples/flexible_job_shop_sat.ipynb @@ -67,7 +67,7 @@ "metadata": {}, "outputs": [], "source": [ - "# Copyright 2010-2018 Google LLC\n", + "# Copyright 2010-2021 Google LLC\n", "# Licensed under the Apache License, Version 2.0 (the \"License\");\n", "# you may not use this file except in compliance with the License.\n", "# You may obtain a copy of the License at\n", diff --git a/examples/notebook/examples/gate_scheduling_sat.ipynb b/examples/notebook/examples/gate_scheduling_sat.ipynb index 9f4c3a21bb..83d5a54102 100644 --- a/examples/notebook/examples/gate_scheduling_sat.ipynb +++ b/examples/notebook/examples/gate_scheduling_sat.ipynb @@ -67,7 +67,7 @@ "metadata": {}, "outputs": [], "source": [ - "# Copyright 2010-2018 Google LLC\n", + "# Copyright 2010-2021 Google LLC\n", "# Licensed under the Apache License, Version 2.0 (the \"License\");\n", "# you may not use this file except in compliance with the License.\n", "# You may obtain a copy of the License at\n", diff --git a/examples/notebook/examples/golomb8.ipynb b/examples/notebook/examples/golomb8.ipynb index 63f18a10af..8de5051239 100644 --- a/examples/notebook/examples/golomb8.ipynb +++ b/examples/notebook/examples/golomb8.ipynb @@ -67,7 +67,7 @@ "metadata": {}, "outputs": [], "source": [ - "# Copyright 2010-2018 Google LLC\n", + "# Copyright 2010-2021 Google LLC\n", "# Licensed under the Apache License, Version 2.0 (the \"License\");\n", "# you may not use this file except in compliance with the License.\n", "# You may obtain a copy of the License at\n", diff --git a/examples/notebook/examples/hidato_sat.ipynb b/examples/notebook/examples/hidato_sat.ipynb index 5d83301330..62b9cbe489 100644 --- a/examples/notebook/examples/hidato_sat.ipynb +++ b/examples/notebook/examples/hidato_sat.ipynb @@ -67,7 +67,7 @@ "metadata": {}, "outputs": [], "source": [ - "# Copyright 2010-2018 Google LLC\n", + "# Copyright 2010-2021 Google LLC\n", "# Licensed under the Apache License, Version 2.0 (the \"License\");\n", "# you may not use this file except in compliance with the License.\n", "# You may obtain a copy of the License at\n", diff --git a/examples/notebook/examples/integer_programming.ipynb b/examples/notebook/examples/integer_programming.ipynb index 5f15d071d6..8846cc5b4d 100644 --- a/examples/notebook/examples/integer_programming.ipynb +++ b/examples/notebook/examples/integer_programming.ipynb @@ -67,7 +67,7 @@ "metadata": {}, "outputs": [], "source": [ - "# Copyright 2010-2018 Google LLC\n", + "# Copyright 2010-2021 Google LLC\n", "# Licensed under the Apache License, Version 2.0 (the \"License\");\n", "# you may not use this file except in compliance with the License.\n", "# You may obtain a copy of the License at\n", diff --git a/examples/notebook/examples/jobshop_ft06_distance_sat.ipynb b/examples/notebook/examples/jobshop_ft06_distance_sat.ipynb index 01d82fae7f..de024919b4 100644 --- a/examples/notebook/examples/jobshop_ft06_distance_sat.ipynb +++ b/examples/notebook/examples/jobshop_ft06_distance_sat.ipynb @@ -67,7 +67,7 @@ "metadata": {}, "outputs": [], "source": [ - "# Copyright 2010-2018 Google LLC\n", + "# Copyright 2010-2021 Google LLC\n", "# Licensed under the Apache License, Version 2.0 (the \"License\");\n", "# you may not use this file except in compliance with the License.\n", "# You may obtain a copy of the License at\n", diff --git a/examples/notebook/examples/jobshop_ft06_sat.ipynb b/examples/notebook/examples/jobshop_ft06_sat.ipynb index 321f010918..38eefe1062 100644 --- a/examples/notebook/examples/jobshop_ft06_sat.ipynb +++ b/examples/notebook/examples/jobshop_ft06_sat.ipynb @@ -67,7 +67,7 @@ "metadata": {}, "outputs": [], "source": [ - "# Copyright 2010-2018 Google LLC\n", + "# Copyright 2010-2021 Google LLC\n", "# Licensed under the Apache License, Version 2.0 (the \"License\");\n", "# you may not use this file except in compliance with the License.\n", "# You may obtain a copy of the License at\n", diff --git a/examples/notebook/examples/jobshop_with_maintenance_sat.ipynb b/examples/notebook/examples/jobshop_with_maintenance_sat.ipynb index 30796a6ee5..ac666f7985 100644 --- a/examples/notebook/examples/jobshop_with_maintenance_sat.ipynb +++ b/examples/notebook/examples/jobshop_with_maintenance_sat.ipynb @@ -67,7 +67,7 @@ "metadata": {}, "outputs": [], "source": [ - "# Copyright 2010-2018 Google\n", + "# Copyright 2010-2021 Google\n", "# Licensed under the Apache License, Version 2.0 (the \"License\");\n", "# you may not use this file except in compliance with the License.\n", "# You may obtain a copy of the License at\n", diff --git a/examples/notebook/examples/linear_assignment_api.ipynb b/examples/notebook/examples/linear_assignment_api.ipynb index 6761317bac..65ccc56f42 100644 --- a/examples/notebook/examples/linear_assignment_api.ipynb +++ b/examples/notebook/examples/linear_assignment_api.ipynb @@ -67,7 +67,7 @@ "metadata": {}, "outputs": [], "source": [ - "# Copyright 2010-2018 Google LLC\n", + "# Copyright 2010-2021 Google LLC\n", "# Licensed under the Apache License, Version 2.0 (the \"License\");\n", "# you may not use this file except in compliance with the License.\n", "# You may obtain a copy of the License at\n", diff --git a/examples/notebook/examples/linear_programming.ipynb b/examples/notebook/examples/linear_programming.ipynb index 9eeb153e0b..92560b5465 100644 --- a/examples/notebook/examples/linear_programming.ipynb +++ b/examples/notebook/examples/linear_programming.ipynb @@ -67,7 +67,7 @@ "metadata": {}, "outputs": [], "source": [ - "# Copyright 2010-2018 Google LLC\n", + "# Copyright 2010-2021 Google LLC\n", "# Licensed under the Apache License, Version 2.0 (the \"License\");\n", "# you may not use this file except in compliance with the License.\n", "# You may obtain a copy of the License at\n", diff --git a/examples/notebook/examples/magic_sequence_distribute.ipynb b/examples/notebook/examples/magic_sequence_distribute.ipynb index 25b702b604..1066596b4c 100644 --- a/examples/notebook/examples/magic_sequence_distribute.ipynb +++ b/examples/notebook/examples/magic_sequence_distribute.ipynb @@ -67,7 +67,7 @@ "metadata": {}, "outputs": [], "source": [ - "# Copyright 2010-2018 Google LLC\n", + "# Copyright 2010-2021 Google LLC\n", "# Licensed under the Apache License, Version 2.0 (the \"License\");\n", "# you may not use this file except in compliance with the License.\n", "# You may obtain a copy of the License at\n", diff --git a/examples/notebook/examples/nqueens_sat.ipynb b/examples/notebook/examples/nqueens_sat.ipynb index 078d8c08e1..3eae8226d1 100644 --- a/examples/notebook/examples/nqueens_sat.ipynb +++ b/examples/notebook/examples/nqueens_sat.ipynb @@ -67,7 +67,7 @@ "metadata": {}, "outputs": [], "source": [ - "# Copyright 2010-2018 Google LLC\n", + "# Copyright 2010-2021 Google LLC\n", "# Licensed under the Apache License, Version 2.0 (the \"License\");\n", "# you may not use this file except in compliance with the License.\n", "# You may obtain a copy of the License at\n", diff --git a/examples/notebook/examples/prize_collecting_tsp_sat.ipynb b/examples/notebook/examples/prize_collecting_tsp_sat.ipynb index 8271b9d83c..8dfa1011f3 100644 --- a/examples/notebook/examples/prize_collecting_tsp_sat.ipynb +++ b/examples/notebook/examples/prize_collecting_tsp_sat.ipynb @@ -67,7 +67,7 @@ "metadata": {}, "outputs": [], "source": [ - "# Copyright 2010-2018 Google LLC\n", + "# Copyright 2010-2021 Google LLC\n", "# Licensed under the Apache License, Version 2.0 (the \"License\");\n", "# you may not use this file except in compliance with the License.\n", "# You may obtain a copy of the License at\n", diff --git a/examples/notebook/examples/pyflow_example.ipynb b/examples/notebook/examples/pyflow_example.ipynb index 04b42f3676..f3779a2d11 100644 --- a/examples/notebook/examples/pyflow_example.ipynb +++ b/examples/notebook/examples/pyflow_example.ipynb @@ -67,7 +67,7 @@ "metadata": {}, "outputs": [], "source": [ - "# Copyright 2010-2018 Google LLC\n", + "# Copyright 2010-2021 Google LLC\n", "# Licensed under the Apache License, Version 2.0 (the \"License\");\n", "# you may not use this file except in compliance with the License.\n", "# You may obtain a copy of the License at\n", diff --git a/examples/notebook/examples/random_tsp.ipynb b/examples/notebook/examples/random_tsp.ipynb index 5aeb7c0f4f..2433f8af0f 100644 --- a/examples/notebook/examples/random_tsp.ipynb +++ b/examples/notebook/examples/random_tsp.ipynb @@ -67,7 +67,7 @@ "metadata": {}, "outputs": [], "source": [ - "# Copyright 2010-2018 Google LLC\n", + "# Copyright 2010-2021 Google LLC\n", "# Licensed under the Apache License, Version 2.0 (the \"License\");\n", "# you may not use this file except in compliance with the License.\n", "# You may obtain a copy of the License at\n", diff --git a/examples/notebook/examples/rcpsp_sat.ipynb b/examples/notebook/examples/rcpsp_sat.ipynb index 0ea3635edd..d8c07709d7 100644 --- a/examples/notebook/examples/rcpsp_sat.ipynb +++ b/examples/notebook/examples/rcpsp_sat.ipynb @@ -67,7 +67,7 @@ "metadata": {}, "outputs": [], "source": [ - "# Copyright 2010-2018 Google LLC\n", + "# Copyright 2010-2021 Google LLC\n", "# Licensed under the Apache License, Version 2.0 (the \"License\");\n", "# you may not use this file except in compliance with the License.\n", "# You may obtain a copy of the License at\n", diff --git a/examples/notebook/examples/reallocate_sat.ipynb b/examples/notebook/examples/reallocate_sat.ipynb index 43b5018cb2..ceb6ec6778 100644 --- a/examples/notebook/examples/reallocate_sat.ipynb +++ b/examples/notebook/examples/reallocate_sat.ipynb @@ -67,7 +67,7 @@ "metadata": {}, "outputs": [], "source": [ - "# Copyright 2010-2018 Google LLC\n", + "# Copyright 2010-2021 Google LLC\n", "# Licensed under the Apache License, Version 2.0 (the \"License\");\n", "# you may not use this file except in compliance with the License.\n", "# You may obtain a copy of the License at\n", diff --git a/examples/notebook/examples/shift_scheduling_sat.ipynb b/examples/notebook/examples/shift_scheduling_sat.ipynb index f9cfc4d26b..253faecf4a 100644 --- a/examples/notebook/examples/shift_scheduling_sat.ipynb +++ b/examples/notebook/examples/shift_scheduling_sat.ipynb @@ -67,7 +67,7 @@ "metadata": {}, "outputs": [], "source": [ - "# Copyright 2010-2018 Google LLC\n", + "# Copyright 2010-2021 Google LLC\n", "# Licensed under the Apache License, Version 2.0 (the \"License\");\n", "# you may not use this file except in compliance with the License.\n", "# You may obtain a copy of the License at\n", diff --git a/examples/notebook/examples/single_machine_scheduling_with_setup_release_due_dates_sat.ipynb b/examples/notebook/examples/single_machine_scheduling_with_setup_release_due_dates_sat.ipynb index c953c82b75..bca0a93897 100644 --- a/examples/notebook/examples/single_machine_scheduling_with_setup_release_due_dates_sat.ipynb +++ b/examples/notebook/examples/single_machine_scheduling_with_setup_release_due_dates_sat.ipynb @@ -67,7 +67,7 @@ "metadata": {}, "outputs": [], "source": [ - "# Copyright 2010-2018 Google LLC\n", + "# Copyright 2010-2021 Google LLC\n", "# Licensed under the Apache License, Version 2.0 (the \"License\");\n", "# you may not use this file except in compliance with the License.\n", "# You may obtain a copy of the License at\n", diff --git a/examples/notebook/examples/steel_mill_slab_sat.ipynb b/examples/notebook/examples/steel_mill_slab_sat.ipynb index c8777b645d..38881727f8 100644 --- a/examples/notebook/examples/steel_mill_slab_sat.ipynb +++ b/examples/notebook/examples/steel_mill_slab_sat.ipynb @@ -67,7 +67,7 @@ "metadata": {}, "outputs": [], "source": [ - "# Copyright 2010-2018 Google LLC\n", + "# Copyright 2010-2021 Google LLC\n", "# Licensed under the Apache License, Version 2.0 (the \"License\");\n", "# you may not use this file except in compliance with the License.\n", "# You may obtain a copy of the License at\n", diff --git a/examples/notebook/examples/sudoku_sat.ipynb b/examples/notebook/examples/sudoku_sat.ipynb index 5d7bc0ae33..4b910d2ab9 100644 --- a/examples/notebook/examples/sudoku_sat.ipynb +++ b/examples/notebook/examples/sudoku_sat.ipynb @@ -67,7 +67,7 @@ "metadata": {}, "outputs": [], "source": [ - "# Copyright 2010-2018 Google LLC\n", + "# Copyright 2010-2021 Google LLC\n", "# Licensed under the Apache License, Version 2.0 (the \"License\");\n", "# you may not use this file except in compliance with the License.\n", "# You may obtain a copy of the License at\n", diff --git a/examples/notebook/examples/task_allocation_sat.ipynb b/examples/notebook/examples/task_allocation_sat.ipynb index 8d0ca4db32..d7dc8b9af3 100644 --- a/examples/notebook/examples/task_allocation_sat.ipynb +++ b/examples/notebook/examples/task_allocation_sat.ipynb @@ -67,7 +67,7 @@ "metadata": {}, "outputs": [], "source": [ - "# Copyright 2010-2018 Google LLC\n", + "# Copyright 2010-2021 Google LLC\n", "# Licensed under the Apache License, Version 2.0 (the \"License\");\n", "# you may not use this file except in compliance with the License.\n", "# You may obtain a copy of the License at\n", diff --git a/examples/notebook/examples/tasks_and_workers_assignment_sat.ipynb b/examples/notebook/examples/tasks_and_workers_assignment_sat.ipynb index 9a2499f571..961bca3048 100644 --- a/examples/notebook/examples/tasks_and_workers_assignment_sat.ipynb +++ b/examples/notebook/examples/tasks_and_workers_assignment_sat.ipynb @@ -67,7 +67,7 @@ "metadata": {}, "outputs": [], "source": [ - "# Copyright 2010-2018 Google LLC\n", + "# Copyright 2010-2021 Google LLC\n", "# Licensed under the Apache License, Version 2.0 (the \"License\");\n", "# you may not use this file except in compliance with the License.\n", "# You may obtain a copy of the License at\n", diff --git a/examples/notebook/examples/tsp_sat.ipynb b/examples/notebook/examples/tsp_sat.ipynb index c9785ad912..5e72d94f56 100644 --- a/examples/notebook/examples/tsp_sat.ipynb +++ b/examples/notebook/examples/tsp_sat.ipynb @@ -67,7 +67,7 @@ "metadata": {}, "outputs": [], "source": [ - "# Copyright 2010-2018 Google LLC\n", + "# Copyright 2010-2021 Google LLC\n", "# Licensed under the Apache License, Version 2.0 (the \"License\");\n", "# you may not use this file except in compliance with the License.\n", "# You may obtain a copy of the License at\n", diff --git a/examples/notebook/examples/vendor_scheduling_sat.ipynb b/examples/notebook/examples/vendor_scheduling_sat.ipynb index c6607d00bd..46f6b8a05a 100644 --- a/examples/notebook/examples/vendor_scheduling_sat.ipynb +++ b/examples/notebook/examples/vendor_scheduling_sat.ipynb @@ -67,7 +67,7 @@ "metadata": {}, "outputs": [], "source": [ - "# Copyright 2010-2018 Google LLC\n", + "# Copyright 2010-2021 Google LLC\n", "# Licensed under the Apache License, Version 2.0 (the \"License\");\n", "# you may not use this file except in compliance with the License.\n", "# You may obtain a copy of the License at\n", diff --git a/examples/notebook/examples/worker_schedule_sat.ipynb b/examples/notebook/examples/worker_schedule_sat.ipynb index 4d48384623..2132d46a2f 100644 --- a/examples/notebook/examples/worker_schedule_sat.ipynb +++ b/examples/notebook/examples/worker_schedule_sat.ipynb @@ -67,7 +67,7 @@ "metadata": {}, "outputs": [], "source": [ - "# Copyright 2010-2018 Google LLC\n", + "# Copyright 2010-2021 Google LLC\n", "# Licensed under the Apache License, Version 2.0 (the \"License\");\n", "# you may not use this file except in compliance with the License.\n", "# You may obtain a copy of the License at\n", diff --git a/examples/notebook/examples/zebra_sat.ipynb b/examples/notebook/examples/zebra_sat.ipynb index 1a9e3b7bde..314b46eaa4 100644 --- a/examples/notebook/examples/zebra_sat.ipynb +++ b/examples/notebook/examples/zebra_sat.ipynb @@ -67,7 +67,7 @@ "metadata": {}, "outputs": [], "source": [ - "# Copyright 2010-2018 Google LLC\n", + "# Copyright 2010-2021 Google LLC\n", "# Licensed under the Apache License, Version 2.0 (the \"License\");\n", "# you may not use this file except in compliance with the License.\n", "# You may obtain a copy of the License at\n", diff --git a/examples/notebook/graph/simple_max_flow_program.ipynb b/examples/notebook/graph/simple_max_flow_program.ipynb index 75db6a12d7..b74ed261fc 100644 --- a/examples/notebook/graph/simple_max_flow_program.ipynb +++ b/examples/notebook/graph/simple_max_flow_program.ipynb @@ -67,7 +67,7 @@ "metadata": {}, "outputs": [], "source": [ - "# Copyright 2010-2018 Google LLC\n", + "# Copyright 2010-2021 Google LLC\n", "# Licensed under the Apache License, Version 2.0 (the \"License\");\n", "# you may not use this file except in compliance with the License.\n", "# You may obtain a copy of the License at\n", diff --git a/examples/notebook/graph/simple_min_cost_flow_program.ipynb b/examples/notebook/graph/simple_min_cost_flow_program.ipynb index dbfbfd9ffc..29611da6a4 100644 --- a/examples/notebook/graph/simple_min_cost_flow_program.ipynb +++ b/examples/notebook/graph/simple_min_cost_flow_program.ipynb @@ -67,7 +67,7 @@ "metadata": {}, "outputs": [], "source": [ - "# Copyright 2010-2018 Google LLC\n", + "# Copyright 2010-2021 Google LLC\n", "# Licensed under the Apache License, Version 2.0 (the \"License\");\n", "# you may not use this file except in compliance with the License.\n", "# You may obtain a copy of the License at\n", diff --git a/examples/notebook/linear_solver/assignment_mip.ipynb b/examples/notebook/linear_solver/assignment_mip.ipynb index 6c944eded8..cff7d6bed7 100644 --- a/examples/notebook/linear_solver/assignment_mip.ipynb +++ b/examples/notebook/linear_solver/assignment_mip.ipynb @@ -67,7 +67,7 @@ "metadata": {}, "outputs": [], "source": [ - "# Copyright 2010-2018 Google LLC\n", + "# Copyright 2010-2021 Google LLC\n", "# Licensed under the Apache License, Version 2.0 (the \"License\");\n", "# you may not use this file except in compliance with the License.\n", "# You may obtain a copy of the License at\n", diff --git a/examples/notebook/linear_solver/basic_example.ipynb b/examples/notebook/linear_solver/basic_example.ipynb index bd92ed805d..b13d0f942e 100644 --- a/examples/notebook/linear_solver/basic_example.ipynb +++ b/examples/notebook/linear_solver/basic_example.ipynb @@ -67,7 +67,7 @@ "metadata": {}, "outputs": [], "source": [ - "# Copyright 2010-2018 Google LLC\n", + "# Copyright 2010-2021 Google LLC\n", "# Licensed under the Apache License, Version 2.0 (the \"License\");\n", "# you may not use this file except in compliance with the License.\n", "# You may obtain a copy of the License at\n", diff --git a/examples/notebook/linear_solver/bin_packing_mip.ipynb b/examples/notebook/linear_solver/bin_packing_mip.ipynb index 9a388f15c7..19f5f1fd6b 100644 --- a/examples/notebook/linear_solver/bin_packing_mip.ipynb +++ b/examples/notebook/linear_solver/bin_packing_mip.ipynb @@ -67,7 +67,7 @@ "metadata": {}, "outputs": [], "source": [ - "# Copyright 2010-2018 Google LLC\n", + "# Copyright 2010-2021 Google LLC\n", "# Licensed under the Apache License, Version 2.0 (the \"License\");\n", "# you may not use this file except in compliance with the License.\n", "# You may obtain a copy of the License at\n", diff --git a/examples/notebook/linear_solver/integer_programming_example.ipynb b/examples/notebook/linear_solver/integer_programming_example.ipynb index 78ae997844..15228c1eec 100644 --- a/examples/notebook/linear_solver/integer_programming_example.ipynb +++ b/examples/notebook/linear_solver/integer_programming_example.ipynb @@ -67,7 +67,7 @@ "metadata": {}, "outputs": [], "source": [ - "# Copyright 2010-2018 Google LLC\n", + "# Copyright 2010-2021 Google LLC\n", "# Licensed under the Apache License, Version 2.0 (the \"License\");\n", "# you may not use this file except in compliance with the License.\n", "# You may obtain a copy of the License at\n", diff --git a/examples/notebook/linear_solver/linear_programming_example.ipynb b/examples/notebook/linear_solver/linear_programming_example.ipynb index 5c480c3b5d..5a27bf2d38 100644 --- a/examples/notebook/linear_solver/linear_programming_example.ipynb +++ b/examples/notebook/linear_solver/linear_programming_example.ipynb @@ -67,7 +67,7 @@ "metadata": {}, "outputs": [], "source": [ - "# Copyright 2010-2018 Google LLC\n", + "# Copyright 2010-2021 Google LLC\n", "# Licensed under the Apache License, Version 2.0 (the \"License\");\n", "# you may not use this file except in compliance with the License.\n", "# You may obtain a copy of the License at\n", diff --git a/examples/notebook/linear_solver/mip_var_array.ipynb b/examples/notebook/linear_solver/mip_var_array.ipynb index 5ce68f408a..3c6358268a 100644 --- a/examples/notebook/linear_solver/mip_var_array.ipynb +++ b/examples/notebook/linear_solver/mip_var_array.ipynb @@ -67,7 +67,7 @@ "metadata": {}, "outputs": [], "source": [ - "# Copyright 2010-2018 Google LLC\n", + "# Copyright 2010-2021 Google LLC\n", "# Licensed under the Apache License, Version 2.0 (the \"License\");\n", "# you may not use this file except in compliance with the License.\n", "# You may obtain a copy of the License at\n", diff --git a/examples/notebook/linear_solver/multiple_knapsack_mip.ipynb b/examples/notebook/linear_solver/multiple_knapsack_mip.ipynb index 398254f022..8b33da9193 100644 --- a/examples/notebook/linear_solver/multiple_knapsack_mip.ipynb +++ b/examples/notebook/linear_solver/multiple_knapsack_mip.ipynb @@ -67,7 +67,7 @@ "metadata": {}, "outputs": [], "source": [ - "# Copyright 2010-2018 Google LLC\n", + "# Copyright 2010-2021 Google LLC\n", "# Licensed under the Apache License, Version 2.0 (the \"License\");\n", "# you may not use this file except in compliance with the License.\n", "# You may obtain a copy of the License at\n", diff --git a/examples/notebook/linear_solver/simple_lp_program.ipynb b/examples/notebook/linear_solver/simple_lp_program.ipynb index 593b610251..1e511caabb 100644 --- a/examples/notebook/linear_solver/simple_lp_program.ipynb +++ b/examples/notebook/linear_solver/simple_lp_program.ipynb @@ -67,7 +67,7 @@ "metadata": {}, "outputs": [], "source": [ - "# Copyright 2010-2018 Google LLC\n", + "# Copyright 2010-2021 Google LLC\n", "# Licensed under the Apache License, Version 2.0 (the \"License\");\n", "# you may not use this file except in compliance with the License.\n", "# You may obtain a copy of the License at\n", diff --git a/examples/notebook/linear_solver/simple_mip_program.ipynb b/examples/notebook/linear_solver/simple_mip_program.ipynb index 2ccf3836b3..c47046dbf1 100644 --- a/examples/notebook/linear_solver/simple_mip_program.ipynb +++ b/examples/notebook/linear_solver/simple_mip_program.ipynb @@ -67,7 +67,7 @@ "metadata": {}, "outputs": [], "source": [ - "# Copyright 2010-2018 Google LLC\n", + "# Copyright 2010-2021 Google LLC\n", "# Licensed under the Apache License, Version 2.0 (the \"License\");\n", "# you may not use this file except in compliance with the License.\n", "# You may obtain a copy of the License at\n", diff --git a/examples/notebook/sat/assignment_sat.ipynb b/examples/notebook/sat/assignment_sat.ipynb index 5cac5bc50f..92d554a475 100644 --- a/examples/notebook/sat/assignment_sat.ipynb +++ b/examples/notebook/sat/assignment_sat.ipynb @@ -67,7 +67,7 @@ "metadata": {}, "outputs": [], "source": [ - "# Copyright 2010-2018 Google LLC\n", + "# Copyright 2010-2021 Google LLC\n", "# Licensed under the Apache License, Version 2.0 (the \"License\");\n", "# you may not use this file except in compliance with the License.\n", "# You may obtain a copy of the License at\n", diff --git a/examples/notebook/sat/binpacking_problem_sat.ipynb b/examples/notebook/sat/binpacking_problem_sat.ipynb index 5c9800661e..1e3a971724 100644 --- a/examples/notebook/sat/binpacking_problem_sat.ipynb +++ b/examples/notebook/sat/binpacking_problem_sat.ipynb @@ -67,7 +67,7 @@ "metadata": {}, "outputs": [], "source": [ - "# Copyright 2010-2018 Google LLC\n", + "# Copyright 2010-2021 Google LLC\n", "# Licensed under the Apache License, Version 2.0 (the \"License\");\n", "# you may not use this file except in compliance with the License.\n", "# You may obtain a copy of the License at\n", diff --git a/examples/notebook/sat/bool_or_sample_sat.ipynb b/examples/notebook/sat/bool_or_sample_sat.ipynb index 3e3e7ac94c..ca5400bb20 100644 --- a/examples/notebook/sat/bool_or_sample_sat.ipynb +++ b/examples/notebook/sat/bool_or_sample_sat.ipynb @@ -67,7 +67,7 @@ "metadata": {}, "outputs": [], "source": [ - "# Copyright 2010-2018 Google LLC\n", + "# Copyright 2010-2021 Google LLC\n", "# Licensed under the Apache License, Version 2.0 (the \"License\");\n", "# you may not use this file except in compliance with the License.\n", "# You may obtain a copy of the License at\n", diff --git a/examples/notebook/sat/boolean_product_sample_sat.ipynb b/examples/notebook/sat/boolean_product_sample_sat.ipynb index 1a641b1ef7..e7d1368f9c 100644 --- a/examples/notebook/sat/boolean_product_sample_sat.ipynb +++ b/examples/notebook/sat/boolean_product_sample_sat.ipynb @@ -67,7 +67,7 @@ "metadata": {}, "outputs": [], "source": [ - "# Copyright 2010-2018 Google LLC\n", + "# Copyright 2010-2021 Google LLC\n", "# Licensed under the Apache License, Version 2.0 (the \"License\");\n", "# you may not use this file except in compliance with the License.\n", "# You may obtain a copy of the License at\n", diff --git a/examples/notebook/sat/channeling_sample_sat.ipynb b/examples/notebook/sat/channeling_sample_sat.ipynb index efd06aa729..8936822e76 100644 --- a/examples/notebook/sat/channeling_sample_sat.ipynb +++ b/examples/notebook/sat/channeling_sample_sat.ipynb @@ -67,7 +67,7 @@ "metadata": {}, "outputs": [], "source": [ - "# Copyright 2010-2018 Google LLC\n", + "# Copyright 2010-2021 Google LLC\n", "# Licensed under the Apache License, Version 2.0 (the \"License\");\n", "# you may not use this file except in compliance with the License.\n", "# You may obtain a copy of the License at\n", diff --git a/examples/notebook/sat/copy_model_sample_sat.ipynb b/examples/notebook/sat/copy_model_sample_sat.ipynb index c72044e921..f6418cfaf1 100644 --- a/examples/notebook/sat/copy_model_sample_sat.ipynb +++ b/examples/notebook/sat/copy_model_sample_sat.ipynb @@ -67,7 +67,7 @@ "metadata": {}, "outputs": [], "source": [ - "# Copyright 2010-2018 Google LLC\n", + "# Copyright 2010-2021 Google LLC\n", "# Licensed under the Apache License, Version 2.0 (the \"License\");\n", "# you may not use this file except in compliance with the License.\n", "# You may obtain a copy of the License at\n", diff --git a/examples/notebook/sat/cp_is_fun_sat.ipynb b/examples/notebook/sat/cp_is_fun_sat.ipynb index 28b3d28aab..89f7f5f6a3 100644 --- a/examples/notebook/sat/cp_is_fun_sat.ipynb +++ b/examples/notebook/sat/cp_is_fun_sat.ipynb @@ -67,7 +67,7 @@ "metadata": {}, "outputs": [], "source": [ - "# Copyright 2010-2018 Google LLC\n", + "# Copyright 2010-2021 Google LLC\n", "# Licensed under the Apache License, Version 2.0 (the \"License\");\n", "# you may not use this file except in compliance with the License.\n", "# You may obtain a copy of the License at\n", diff --git a/examples/notebook/sat/earliness_tardiness_cost_sample_sat.ipynb b/examples/notebook/sat/earliness_tardiness_cost_sample_sat.ipynb index a3a105ddec..c0b64e49dd 100644 --- a/examples/notebook/sat/earliness_tardiness_cost_sample_sat.ipynb +++ b/examples/notebook/sat/earliness_tardiness_cost_sample_sat.ipynb @@ -67,7 +67,7 @@ "metadata": {}, "outputs": [], "source": [ - "# Copyright 2010-2018 Google LLC\n", + "# Copyright 2010-2021 Google LLC\n", "# Licensed under the Apache License, Version 2.0 (the \"License\");\n", "# you may not use this file except in compliance with the License.\n", "# You may obtain a copy of the License at\n", diff --git a/examples/notebook/sat/interval_sample_sat.ipynb b/examples/notebook/sat/interval_sample_sat.ipynb index c82fb0454f..51b35ec500 100644 --- a/examples/notebook/sat/interval_sample_sat.ipynb +++ b/examples/notebook/sat/interval_sample_sat.ipynb @@ -67,7 +67,7 @@ "metadata": {}, "outputs": [], "source": [ - "# Copyright 2010-2018 Google LLC\n", + "# Copyright 2010-2021 Google LLC\n", "# Licensed under the Apache License, Version 2.0 (the \"License\");\n", "# you may not use this file except in compliance with the License.\n", "# You may obtain a copy of the License at\n", diff --git a/examples/notebook/sat/literal_sample_sat.ipynb b/examples/notebook/sat/literal_sample_sat.ipynb index 9270916daf..39f173abdb 100644 --- a/examples/notebook/sat/literal_sample_sat.ipynb +++ b/examples/notebook/sat/literal_sample_sat.ipynb @@ -67,7 +67,7 @@ "metadata": {}, "outputs": [], "source": [ - "# Copyright 2010-2018 Google LLC\n", + "# Copyright 2010-2021 Google LLC\n", "# Licensed under the Apache License, Version 2.0 (the \"License\");\n", "# you may not use this file except in compliance with the License.\n", "# You may obtain a copy of the License at\n", diff --git a/examples/notebook/sat/minimal_jobshop_sat.ipynb b/examples/notebook/sat/minimal_jobshop_sat.ipynb index b12062c970..3512045070 100644 --- a/examples/notebook/sat/minimal_jobshop_sat.ipynb +++ b/examples/notebook/sat/minimal_jobshop_sat.ipynb @@ -67,7 +67,7 @@ "metadata": {}, "outputs": [], "source": [ - "# Copyright 2010-2018 Google LLC\n", + "# Copyright 2010-2021 Google LLC\n", "# Licensed under the Apache License, Version 2.0 (the \"License\");\n", "# you may not use this file except in compliance with the License.\n", "# You may obtain a copy of the License at\n", diff --git a/examples/notebook/sat/multiple_knapsack_sat.ipynb b/examples/notebook/sat/multiple_knapsack_sat.ipynb index 042558c4aa..ed9c76fefd 100644 --- a/examples/notebook/sat/multiple_knapsack_sat.ipynb +++ b/examples/notebook/sat/multiple_knapsack_sat.ipynb @@ -67,7 +67,7 @@ "metadata": {}, "outputs": [], "source": [ - "# Copyright 2010-2018 Google LLC\n", + "# Copyright 2010-2021 Google LLC\n", "# Licensed under the Apache License, Version 2.0 (the \"License\");\n", "# you may not use this file except in compliance with the License.\n", "# You may obtain a copy of the License at\n", diff --git a/examples/notebook/sat/no_overlap_sample_sat.ipynb b/examples/notebook/sat/no_overlap_sample_sat.ipynb index dcd1e1949d..11225a6263 100644 --- a/examples/notebook/sat/no_overlap_sample_sat.ipynb +++ b/examples/notebook/sat/no_overlap_sample_sat.ipynb @@ -67,7 +67,7 @@ "metadata": {}, "outputs": [], "source": [ - "# Copyright 2010-2018 Google LLC\n", + "# Copyright 2010-2021 Google LLC\n", "# Licensed under the Apache License, Version 2.0 (the \"License\");\n", "# you may not use this file except in compliance with the License.\n", "# You may obtain a copy of the License at\n", diff --git a/examples/notebook/sat/nurses_sat.ipynb b/examples/notebook/sat/nurses_sat.ipynb index 9be70c3d4d..62e81d667f 100644 --- a/examples/notebook/sat/nurses_sat.ipynb +++ b/examples/notebook/sat/nurses_sat.ipynb @@ -67,7 +67,7 @@ "metadata": {}, "outputs": [], "source": [ - "# Copyright 2010-2018 Google LLC\n", + "# Copyright 2010-2021 Google LLC\n", "# Licensed under the Apache License, Version 2.0 (the \"License\");\n", "# you may not use this file except in compliance with the License.\n", "# You may obtain a copy of the License at\n", diff --git a/examples/notebook/sat/optional_interval_sample_sat.ipynb b/examples/notebook/sat/optional_interval_sample_sat.ipynb index ce4e51b2d9..0fafee2ce4 100644 --- a/examples/notebook/sat/optional_interval_sample_sat.ipynb +++ b/examples/notebook/sat/optional_interval_sample_sat.ipynb @@ -67,7 +67,7 @@ "metadata": {}, "outputs": [], "source": [ - "# Copyright 2010-2018 Google LLC\n", + "# Copyright 2010-2021 Google LLC\n", "# Licensed under the Apache License, Version 2.0 (the \"License\");\n", "# you may not use this file except in compliance with the License.\n", "# You may obtain a copy of the License at\n", diff --git a/examples/notebook/sat/rabbits_and_pheasants_sat.ipynb b/examples/notebook/sat/rabbits_and_pheasants_sat.ipynb index 65c7247ab3..90362bf97f 100644 --- a/examples/notebook/sat/rabbits_and_pheasants_sat.ipynb +++ b/examples/notebook/sat/rabbits_and_pheasants_sat.ipynb @@ -67,7 +67,7 @@ "metadata": {}, "outputs": [], "source": [ - "# Copyright 2010-2018 Google LLC\n", + "# Copyright 2010-2021 Google LLC\n", "# Licensed under the Apache License, Version 2.0 (the \"License\");\n", "# you may not use this file except in compliance with the License.\n", "# You may obtain a copy of the License at\n", diff --git a/examples/notebook/sat/ranking_sample_sat.ipynb b/examples/notebook/sat/ranking_sample_sat.ipynb index e6c42530ec..d192800eae 100644 --- a/examples/notebook/sat/ranking_sample_sat.ipynb +++ b/examples/notebook/sat/ranking_sample_sat.ipynb @@ -67,7 +67,7 @@ "metadata": {}, "outputs": [], "source": [ - "# Copyright 2010-2018 Google LLC\n", + "# Copyright 2010-2021 Google LLC\n", "# Licensed under the Apache License, Version 2.0 (the \"License\");\n", "# you may not use this file except in compliance with the License.\n", "# You may obtain a copy of the License at\n", diff --git a/examples/notebook/sat/reified_sample_sat.ipynb b/examples/notebook/sat/reified_sample_sat.ipynb index 07bcd34117..bf6a3b43b8 100644 --- a/examples/notebook/sat/reified_sample_sat.ipynb +++ b/examples/notebook/sat/reified_sample_sat.ipynb @@ -67,7 +67,7 @@ "metadata": {}, "outputs": [], "source": [ - "# Copyright 2010-2018 Google LLC\n", + "# Copyright 2010-2021 Google LLC\n", "# Licensed under the Apache License, Version 2.0 (the \"License\");\n", "# you may not use this file except in compliance with the License.\n", "# You may obtain a copy of the License at\n", diff --git a/examples/notebook/sat/schedule_requests_sat.ipynb b/examples/notebook/sat/schedule_requests_sat.ipynb index d0f545cab9..12f8752e7f 100644 --- a/examples/notebook/sat/schedule_requests_sat.ipynb +++ b/examples/notebook/sat/schedule_requests_sat.ipynb @@ -67,7 +67,7 @@ "metadata": {}, "outputs": [], "source": [ - "# Copyright 2010-2018 Google LLC\n", + "# Copyright 2010-2021 Google LLC\n", "# Licensed under the Apache License, Version 2.0 (the \"License\");\n", "# you may not use this file except in compliance with the License.\n", "# You may obtain a copy of the License at\n", diff --git a/examples/notebook/sat/scheduling_with_calendar_sample_sat.ipynb b/examples/notebook/sat/scheduling_with_calendar_sample_sat.ipynb index a8d0f97b48..bb61e05fd7 100644 --- a/examples/notebook/sat/scheduling_with_calendar_sample_sat.ipynb +++ b/examples/notebook/sat/scheduling_with_calendar_sample_sat.ipynb @@ -67,7 +67,7 @@ "metadata": {}, "outputs": [], "source": [ - "# Copyright 2010-2018 Google LLC\n", + "# Copyright 2010-2021 Google LLC\n", "# Licensed under the Apache License, Version 2.0 (the \"License\");\n", "# you may not use this file except in compliance with the License.\n", "# You may obtain a copy of the License at\n", diff --git a/examples/notebook/sat/search_for_all_solutions_sample_sat.ipynb b/examples/notebook/sat/search_for_all_solutions_sample_sat.ipynb index f41c5a3897..5288bb0099 100644 --- a/examples/notebook/sat/search_for_all_solutions_sample_sat.ipynb +++ b/examples/notebook/sat/search_for_all_solutions_sample_sat.ipynb @@ -67,7 +67,7 @@ "metadata": {}, "outputs": [], "source": [ - "# Copyright 2010-2018 Google LLC\n", + "# Copyright 2010-2021 Google LLC\n", "# Licensed under the Apache License, Version 2.0 (the \"License\");\n", "# you may not use this file except in compliance with the License.\n", "# You may obtain a copy of the License at\n", diff --git a/examples/notebook/sat/simple_sat_program.ipynb b/examples/notebook/sat/simple_sat_program.ipynb index 8951845387..fa1d007069 100644 --- a/examples/notebook/sat/simple_sat_program.ipynb +++ b/examples/notebook/sat/simple_sat_program.ipynb @@ -67,7 +67,7 @@ "metadata": {}, "outputs": [], "source": [ - "# Copyright 2010-2018 Google LLC\n", + "# Copyright 2010-2021 Google LLC\n", "# Licensed under the Apache License, Version 2.0 (the \"License\");\n", "# you may not use this file except in compliance with the License.\n", "# You may obtain a copy of the License at\n", diff --git a/examples/notebook/sat/solution_hinting_sample_sat.ipynb b/examples/notebook/sat/solution_hinting_sample_sat.ipynb index 70706d6bde..07c9ebaafc 100644 --- a/examples/notebook/sat/solution_hinting_sample_sat.ipynb +++ b/examples/notebook/sat/solution_hinting_sample_sat.ipynb @@ -67,7 +67,7 @@ "metadata": {}, "outputs": [], "source": [ - "# Copyright 2010-2018 Google LLC\n", + "# Copyright 2010-2021 Google LLC\n", "# Licensed under the Apache License, Version 2.0 (the \"License\");\n", "# you may not use this file except in compliance with the License.\n", "# You may obtain a copy of the License at\n", diff --git a/examples/notebook/sat/solve_and_print_intermediate_solutions_sample_sat.ipynb b/examples/notebook/sat/solve_and_print_intermediate_solutions_sample_sat.ipynb index 0516d6ca1d..ec705cecf5 100644 --- a/examples/notebook/sat/solve_and_print_intermediate_solutions_sample_sat.ipynb +++ b/examples/notebook/sat/solve_and_print_intermediate_solutions_sample_sat.ipynb @@ -67,7 +67,7 @@ "metadata": {}, "outputs": [], "source": [ - "# Copyright 2010-2018 Google LLC\n", + "# Copyright 2010-2021 Google LLC\n", "# Licensed under the Apache License, Version 2.0 (the \"License\");\n", "# you may not use this file except in compliance with the License.\n", "# You may obtain a copy of the License at\n", diff --git a/examples/notebook/sat/solve_with_time_limit_sample_sat.ipynb b/examples/notebook/sat/solve_with_time_limit_sample_sat.ipynb index 6d14ef6ac6..17ae32d60d 100644 --- a/examples/notebook/sat/solve_with_time_limit_sample_sat.ipynb +++ b/examples/notebook/sat/solve_with_time_limit_sample_sat.ipynb @@ -67,7 +67,7 @@ "metadata": {}, "outputs": [], "source": [ - "# Copyright 2010-2018 Google LLC\n", + "# Copyright 2010-2021 Google LLC\n", "# Licensed under the Apache License, Version 2.0 (the \"License\");\n", "# you may not use this file except in compliance with the License.\n", "# You may obtain a copy of the License at\n", diff --git a/examples/notebook/sat/step_function_sample_sat.ipynb b/examples/notebook/sat/step_function_sample_sat.ipynb index 244ab0d4e2..fd60c7f8c4 100644 --- a/examples/notebook/sat/step_function_sample_sat.ipynb +++ b/examples/notebook/sat/step_function_sample_sat.ipynb @@ -67,7 +67,7 @@ "metadata": {}, "outputs": [], "source": [ - "# Copyright 2010-2018 Google LLC\n", + "# Copyright 2010-2021 Google LLC\n", "# Licensed under the Apache License, Version 2.0 (the \"License\");\n", "# you may not use this file except in compliance with the License.\n", "# You may obtain a copy of the License at\n", diff --git a/examples/notebook/sat/stop_after_n_solutions_sample_sat.ipynb b/examples/notebook/sat/stop_after_n_solutions_sample_sat.ipynb index ac715c7d71..780fa29a22 100644 --- a/examples/notebook/sat/stop_after_n_solutions_sample_sat.ipynb +++ b/examples/notebook/sat/stop_after_n_solutions_sample_sat.ipynb @@ -67,7 +67,7 @@ "metadata": {}, "outputs": [], "source": [ - "# Copyright 2010-2018 Google LLC\n", + "# Copyright 2010-2021 Google LLC\n", "# Licensed under the Apache License, Version 2.0 (the \"License\");\n", "# you may not use this file except in compliance with the License.\n", "# You may obtain a copy of the License at\n", diff --git a/examples/python/appointments.py b/examples/python/appointments.py index 0d05755f80..f65f469b99 100644 --- a/examples/python/appointments.py +++ b/examples/python/appointments.py @@ -1,4 +1,4 @@ -# Copyright 2010-2018 Google LLC +# Copyright 2010-2021 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/examples/python/arc_flow_cutting_stock_sat.py b/examples/python/arc_flow_cutting_stock_sat.py index a5de512b5b..83dbfc8dc4 100644 --- a/examples/python/arc_flow_cutting_stock_sat.py +++ b/examples/python/arc_flow_cutting_stock_sat.py @@ -1,4 +1,4 @@ -# Copyright 2010-2018 Google LLC +# Copyright 2010-2021 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/examples/python/assignment2_sat.py b/examples/python/assignment2_sat.py index 90999f4a3a..011aee03e6 100644 --- a/examples/python/assignment2_sat.py +++ b/examples/python/assignment2_sat.py @@ -1,4 +1,4 @@ -# Copyright 2010-2018 Google LLC +# Copyright 2010-2021 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/examples/python/assignment_with_constraints_sat.py b/examples/python/assignment_with_constraints_sat.py index 83fe3b1e79..5f5c4eaf03 100644 --- a/examples/python/assignment_with_constraints_sat.py +++ b/examples/python/assignment_with_constraints_sat.py @@ -1,4 +1,4 @@ -# Copyright 2010-2018 Google LLC +# Copyright 2010-2021 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/examples/python/balance_group_sat.py b/examples/python/balance_group_sat.py index 745e239547..8e4f8960aa 100644 --- a/examples/python/balance_group_sat.py +++ b/examples/python/balance_group_sat.py @@ -1,4 +1,4 @@ -# Copyright 2010-2018 Google LLC +# Copyright 2010-2021 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/examples/python/bus_driver_scheduling_flow_sat.py b/examples/python/bus_driver_scheduling_flow_sat.py index 1c36f82445..c012d93b56 100644 --- a/examples/python/bus_driver_scheduling_flow_sat.py +++ b/examples/python/bus_driver_scheduling_flow_sat.py @@ -1,4 +1,4 @@ -# Copyright 2010-2018 Google LLC +# Copyright 2010-2021 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/examples/python/bus_driver_scheduling_sat.py b/examples/python/bus_driver_scheduling_sat.py index 8ef52313dc..61f5d381f1 100644 --- a/examples/python/bus_driver_scheduling_sat.py +++ b/examples/python/bus_driver_scheduling_sat.py @@ -1,4 +1,4 @@ -# Copyright 2010-2018 Google LLC +# Copyright 2010-2021 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/examples/python/chemical_balance_lp.py b/examples/python/chemical_balance_lp.py index 37c7091c45..2ef43f35d1 100644 --- a/examples/python/chemical_balance_lp.py +++ b/examples/python/chemical_balance_lp.py @@ -1,4 +1,4 @@ -# Copyright 2010-2018 Google LLC +# Copyright 2010-2021 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/examples/python/chemical_balance_sat.py b/examples/python/chemical_balance_sat.py index bd1a3ab8de..f72e097f64 100644 --- a/examples/python/chemical_balance_sat.py +++ b/examples/python/chemical_balance_sat.py @@ -1,4 +1,4 @@ -# Copyright 2010-2018 Google LLC +# Copyright 2010-2021 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/examples/python/clustering_sat.py b/examples/python/clustering_sat.py index 17fa2f1a9f..38b83622b9 100644 --- a/examples/python/clustering_sat.py +++ b/examples/python/clustering_sat.py @@ -1,4 +1,4 @@ -# Copyright 2010-2018 Google LLC +# Copyright 2010-2021 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/examples/python/cover_rectangle_sat.py b/examples/python/cover_rectangle_sat.py index fa31f48c63..890abbe2b1 100644 --- a/examples/python/cover_rectangle_sat.py +++ b/examples/python/cover_rectangle_sat.py @@ -1,4 +1,4 @@ -# Copyright 2010-2018 Google LLC +# Copyright 2010-2021 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/examples/python/flexible_job_shop_sat.py b/examples/python/flexible_job_shop_sat.py index d0582325ec..b30fb554cb 100644 --- a/examples/python/flexible_job_shop_sat.py +++ b/examples/python/flexible_job_shop_sat.py @@ -1,4 +1,4 @@ -# Copyright 2010-2018 Google LLC +# Copyright 2010-2021 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/examples/python/gate_scheduling_sat.py b/examples/python/gate_scheduling_sat.py index a6cf645d3e..6f26c4184c 100644 --- a/examples/python/gate_scheduling_sat.py +++ b/examples/python/gate_scheduling_sat.py @@ -1,4 +1,4 @@ -# Copyright 2010-2018 Google LLC +# Copyright 2010-2021 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/examples/python/golomb8.py b/examples/python/golomb8.py index 64f28575e6..52ed20a79d 100644 --- a/examples/python/golomb8.py +++ b/examples/python/golomb8.py @@ -1,4 +1,4 @@ -# Copyright 2010-2018 Google LLC +# Copyright 2010-2021 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/examples/python/hidato_sat.py b/examples/python/hidato_sat.py index 8fa3b17d0d..08a853a6aa 100644 --- a/examples/python/hidato_sat.py +++ b/examples/python/hidato_sat.py @@ -1,4 +1,4 @@ -# Copyright 2010-2018 Google LLC +# Copyright 2010-2021 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/examples/python/integer_programming.py b/examples/python/integer_programming.py index 0aacf05349..1792cc48d0 100644 --- a/examples/python/integer_programming.py +++ b/examples/python/integer_programming.py @@ -1,4 +1,4 @@ -# Copyright 2010-2018 Google LLC +# Copyright 2010-2021 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/examples/python/jobshop_ft06_distance_sat.py b/examples/python/jobshop_ft06_distance_sat.py index 116b48aed5..c6dfb878ff 100644 --- a/examples/python/jobshop_ft06_distance_sat.py +++ b/examples/python/jobshop_ft06_distance_sat.py @@ -1,4 +1,4 @@ -# Copyright 2010-2018 Google LLC +# Copyright 2010-2021 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/examples/python/jobshop_ft06_sat.py b/examples/python/jobshop_ft06_sat.py index 86e8aedb6e..3b9ea03065 100644 --- a/examples/python/jobshop_ft06_sat.py +++ b/examples/python/jobshop_ft06_sat.py @@ -1,4 +1,4 @@ -# Copyright 2010-2018 Google LLC +# Copyright 2010-2021 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/examples/python/jobshop_with_maintenance_sat.py b/examples/python/jobshop_with_maintenance_sat.py index 418b2b3f3d..47b2612ef7 100644 --- a/examples/python/jobshop_with_maintenance_sat.py +++ b/examples/python/jobshop_with_maintenance_sat.py @@ -1,4 +1,4 @@ -# Copyright 2010-2018 Google +# Copyright 2010-2021 Google # 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/examples/python/linear_assignment_api.py b/examples/python/linear_assignment_api.py index 3173b7e739..3b8241257b 100644 --- a/examples/python/linear_assignment_api.py +++ b/examples/python/linear_assignment_api.py @@ -1,4 +1,4 @@ -# Copyright 2010-2018 Google LLC +# Copyright 2010-2021 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/examples/python/linear_programming.py b/examples/python/linear_programming.py index 914e183cda..830b765a5a 100644 --- a/examples/python/linear_programming.py +++ b/examples/python/linear_programming.py @@ -1,4 +1,4 @@ -# Copyright 2010-2018 Google LLC +# Copyright 2010-2021 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/examples/python/magic_sequence_distribute.py b/examples/python/magic_sequence_distribute.py index 0ff2e5f0c8..3ca5a26633 100644 --- a/examples/python/magic_sequence_distribute.py +++ b/examples/python/magic_sequence_distribute.py @@ -1,4 +1,4 @@ -# Copyright 2010-2018 Google LLC +# Copyright 2010-2021 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/examples/python/nqueens_sat.py b/examples/python/nqueens_sat.py index 1d7caf2c67..a5092d57b8 100644 --- a/examples/python/nqueens_sat.py +++ b/examples/python/nqueens_sat.py @@ -1,4 +1,4 @@ -# Copyright 2010-2018 Google LLC +# Copyright 2010-2021 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/examples/python/prize_collecting_tsp_sat.py b/examples/python/prize_collecting_tsp_sat.py index 25b321577d..9446b620ab 100644 --- a/examples/python/prize_collecting_tsp_sat.py +++ b/examples/python/prize_collecting_tsp_sat.py @@ -1,4 +1,4 @@ -# Copyright 2010-2018 Google LLC +# Copyright 2010-2021 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/examples/python/pyflow_example.py b/examples/python/pyflow_example.py index a22d4038c3..8c3466f29a 100644 --- a/examples/python/pyflow_example.py +++ b/examples/python/pyflow_example.py @@ -1,4 +1,4 @@ -# Copyright 2010-2018 Google LLC +# Copyright 2010-2021 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/examples/python/random_tsp.py b/examples/python/random_tsp.py index 02a5070722..c98622c657 100755 --- a/examples/python/random_tsp.py +++ b/examples/python/random_tsp.py @@ -1,4 +1,4 @@ -# Copyright 2010-2018 Google LLC +# Copyright 2010-2021 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/examples/python/rcpsp_sat.py b/examples/python/rcpsp_sat.py index c395a2ee88..09d141a594 100644 --- a/examples/python/rcpsp_sat.py +++ b/examples/python/rcpsp_sat.py @@ -1,4 +1,4 @@ -# Copyright 2010-2018 Google LLC +# Copyright 2010-2021 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/examples/python/reallocate_sat.py b/examples/python/reallocate_sat.py index e5d879e20f..2a860e2bbd 100644 --- a/examples/python/reallocate_sat.py +++ b/examples/python/reallocate_sat.py @@ -1,4 +1,4 @@ -# Copyright 2010-2018 Google LLC +# Copyright 2010-2021 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/examples/python/shift_scheduling_sat.py b/examples/python/shift_scheduling_sat.py index 5119ac7e77..f7c09f70be 100644 --- a/examples/python/shift_scheduling_sat.py +++ b/examples/python/shift_scheduling_sat.py @@ -1,4 +1,4 @@ -# Copyright 2010-2018 Google LLC +# Copyright 2010-2021 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/examples/python/single_machine_scheduling_with_setup_release_due_dates_sat.py b/examples/python/single_machine_scheduling_with_setup_release_due_dates_sat.py index 888f58f503..10c975f9f0 100644 --- a/examples/python/single_machine_scheduling_with_setup_release_due_dates_sat.py +++ b/examples/python/single_machine_scheduling_with_setup_release_due_dates_sat.py @@ -1,4 +1,4 @@ -# Copyright 2010-2018 Google LLC +# Copyright 2010-2021 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/examples/python/steel_mill_slab_sat.py b/examples/python/steel_mill_slab_sat.py index 4f90d5fdbc..aa6aacb9be 100644 --- a/examples/python/steel_mill_slab_sat.py +++ b/examples/python/steel_mill_slab_sat.py @@ -1,4 +1,4 @@ -# Copyright 2010-2018 Google LLC +# Copyright 2010-2021 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/examples/python/sudoku_sat.py b/examples/python/sudoku_sat.py index a824119cad..74134afcb9 100644 --- a/examples/python/sudoku_sat.py +++ b/examples/python/sudoku_sat.py @@ -1,4 +1,4 @@ -# Copyright 2010-2018 Google LLC +# Copyright 2010-2021 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/examples/python/task_allocation_sat.py b/examples/python/task_allocation_sat.py index b9427eb96b..e0866aead0 100644 --- a/examples/python/task_allocation_sat.py +++ b/examples/python/task_allocation_sat.py @@ -1,4 +1,4 @@ -# Copyright 2010-2018 Google LLC +# Copyright 2010-2021 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/examples/python/tasks_and_workers_assignment_sat.py b/examples/python/tasks_and_workers_assignment_sat.py index 3a0f6dda68..54940e377a 100644 --- a/examples/python/tasks_and_workers_assignment_sat.py +++ b/examples/python/tasks_and_workers_assignment_sat.py @@ -1,4 +1,4 @@ -# Copyright 2010-2018 Google LLC +# Copyright 2010-2021 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/examples/python/tsp_sat.py b/examples/python/tsp_sat.py index 63bc9fde44..4002910d38 100644 --- a/examples/python/tsp_sat.py +++ b/examples/python/tsp_sat.py @@ -1,4 +1,4 @@ -# Copyright 2010-2018 Google LLC +# Copyright 2010-2021 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/examples/python/vendor_scheduling_sat.py b/examples/python/vendor_scheduling_sat.py index 737cff373b..71ab45e761 100644 --- a/examples/python/vendor_scheduling_sat.py +++ b/examples/python/vendor_scheduling_sat.py @@ -1,4 +1,4 @@ -# Copyright 2010-2018 Google LLC +# Copyright 2010-2021 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/examples/python/worker_schedule_sat.py b/examples/python/worker_schedule_sat.py index 6fcfdcd533..5da11fb903 100644 --- a/examples/python/worker_schedule_sat.py +++ b/examples/python/worker_schedule_sat.py @@ -1,4 +1,4 @@ -# Copyright 2010-2018 Google LLC +# Copyright 2010-2021 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/examples/python/zebra_sat.py b/examples/python/zebra_sat.py index 8920ffb8b6..7cc8629708 100644 --- a/examples/python/zebra_sat.py +++ b/examples/python/zebra_sat.py @@ -1,4 +1,4 @@ -# Copyright 2010-2018 Google LLC +# Copyright 2010-2021 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/examples/tests/ConstraintSolverTest.java b/examples/tests/ConstraintSolverTest.java index 6e0bf4653f..1a3df37851 100644 --- a/examples/tests/ConstraintSolverTest.java +++ b/examples/tests/ConstraintSolverTest.java @@ -1,4 +1,4 @@ -// Copyright 2010-2018 Google LLC +// Copyright 2010-2021 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/examples/tests/ConstraintSolverTests.cs b/examples/tests/ConstraintSolverTests.cs index 0410c12394..ed2136e838 100644 --- a/examples/tests/ConstraintSolverTests.cs +++ b/examples/tests/ConstraintSolverTests.cs @@ -1,4 +1,4 @@ -// Copyright 2010-2018 Google LLC +// Copyright 2010-2021 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/examples/tests/LinearSolverTest.java b/examples/tests/LinearSolverTest.java index f3a3d2c019..57200dc415 100644 --- a/examples/tests/LinearSolverTest.java +++ b/examples/tests/LinearSolverTest.java @@ -1,4 +1,4 @@ -// Copyright 2010-2018 Google LLC +// Copyright 2010-2021 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/examples/tests/RoutingSolverTest.java b/examples/tests/RoutingSolverTest.java index 2205942323..ac1f18007a 100644 --- a/examples/tests/RoutingSolverTest.java +++ b/examples/tests/RoutingSolverTest.java @@ -1,4 +1,4 @@ -// Copyright 2010-2018 Google LLC +// Copyright 2010-2021 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/examples/tests/RoutingSolverTests.cs b/examples/tests/RoutingSolverTests.cs index 3322e2637e..99540d22f0 100644 --- a/examples/tests/RoutingSolverTests.cs +++ b/examples/tests/RoutingSolverTests.cs @@ -1,4 +1,4 @@ -// Copyright 2010-2018 Google LLC +// Copyright 2010-2021 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/examples/tests/SatSolverTest.java b/examples/tests/SatSolverTest.java index 95c712097d..5b89507906 100644 --- a/examples/tests/SatSolverTest.java +++ b/examples/tests/SatSolverTest.java @@ -1,4 +1,4 @@ -// Copyright 2010-2018 Google LLC +// Copyright 2010-2021 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/examples/tests/issue1231.py b/examples/tests/issue1231.py index 3ec65ac379..536ceed47e 100644 --- a/examples/tests/issue1231.py +++ b/examples/tests/issue1231.py @@ -1,4 +1,4 @@ -# Copyright 2010-2011 Google +# Copyright 2010-2021 Google # 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/examples/tests/issue18.cs b/examples/tests/issue18.cs index 33aaac782a..5847846ac6 100644 --- a/examples/tests/issue18.cs +++ b/examples/tests/issue18.cs @@ -1,4 +1,4 @@ -// Copyright 2010-2018 Google LLC +// Copyright 2010-2021 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/examples/tests/issue22.cs b/examples/tests/issue22.cs index ef15ee41c7..9d29337e8d 100644 --- a/examples/tests/issue22.cs +++ b/examples/tests/issue22.cs @@ -1,4 +1,4 @@ -// Copyright 2010-2018 Google LLC +// Copyright 2010-2021 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/examples/tests/issue46.py b/examples/tests/issue46.py index 6d3043cc82..35c8dea9bb 100644 --- a/examples/tests/issue46.py +++ b/examples/tests/issue46.py @@ -1,4 +1,4 @@ -# Copyright 2010-2018 Google LLC +# Copyright 2010-2021 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/examples/tests/lp_test.cc b/examples/tests/lp_test.cc index 2ada3b3296..db8bcebb0a 100644 --- a/examples/tests/lp_test.cc +++ b/examples/tests/lp_test.cc @@ -1,4 +1,4 @@ -// Copyright 2010-2018 Google LLC +// Copyright 2010-2021 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/examples/tests/lp_test.py b/examples/tests/lp_test.py index 3aa225b72f..3cb3a3f0c4 100644 --- a/examples/tests/lp_test.py +++ b/examples/tests/lp_test.py @@ -1,4 +1,4 @@ -# Copyright 2010-2018 Google LLC +# Copyright 2010-2021 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/examples/tests/pywrapcp_test.py b/examples/tests/pywrapcp_test.py index ce3d72a8f1..e905327d06 100644 --- a/examples/tests/pywrapcp_test.py +++ b/examples/tests/pywrapcp_test.py @@ -1,4 +1,4 @@ -# Copyright 2010-2018 Google LLC +# Copyright 2010-2021 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/examples/tests/pywraplp_test.py b/examples/tests/pywraplp_test.py index 92c42d88ee..720e543b24 100644 --- a/examples/tests/pywraplp_test.py +++ b/examples/tests/pywraplp_test.py @@ -1,4 +1,4 @@ -# Copyright 2010-2018 Google LLC +# Copyright 2010-2021 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/examples/tests/pywraprouting_test.py b/examples/tests/pywraprouting_test.py index 0da5131dc6..f92e6a8a4f 100644 --- a/examples/tests/pywraprouting_test.py +++ b/examples/tests/pywraprouting_test.py @@ -1,4 +1,4 @@ -# Copyright 2010-2018 Google LLC +# Copyright 2010-2021 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/examples/tests/remote/linear_programming.cc b/examples/tests/remote/linear_programming.cc index c7b9413d30..530e05838d 100644 --- a/examples/tests/remote/linear_programming.cc +++ b/examples/tests/remote/linear_programming.cc @@ -1,4 +1,4 @@ -// Copyright 2010-2014 Google +// Copyright 2010-2021 Google // 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/examples/tests/remote/tsp.cc b/examples/tests/remote/tsp.cc index fbe71d5a73..3a30ef8e9e 100644 --- a/examples/tests/remote/tsp.cc +++ b/examples/tests/remote/tsp.cc @@ -1,4 +1,4 @@ -// Copyright 2010-2014 Google +// Copyright 2010-2021 Google // 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/examples/tests/sorted_interval_list_test.py b/examples/tests/sorted_interval_list_test.py index b25e4322c1..7df7491910 100644 --- a/examples/tests/sorted_interval_list_test.py +++ b/examples/tests/sorted_interval_list_test.py @@ -1,4 +1,4 @@ -# Copyright 2010-2018 Google LLC +# Copyright 2010-2021 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/examples/tests/test_cp_api.py b/examples/tests/test_cp_api.py index f8b73a234f..d6bc404abd 100644 --- a/examples/tests/test_cp_api.py +++ b/examples/tests/test_cp_api.py @@ -1,4 +1,4 @@ -# Copyright 2010-2018 Google LLC +# Copyright 2010-2021 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