From c7120439d43b98cb051c67c123718880690ee309 Mon Sep 17 00:00:00 2001 From: Corentin Le Molgat Date: Fri, 17 Jun 2022 08:40:20 +0200 Subject: [PATCH] Bump license date --- examples/contrib/sports_schedule_sat.py | 2 +- examples/cpp/binpacking_2d_sat.cc | 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/knapsack_2d_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/vector_bin_packing_solver.cc | 2 +- examples/cpp/weighted_tardiness_sat.cc | 2 +- examples/dotnet/BalanceGroupSat.cs | 2 +- examples/dotnet/GateSchedulingSat.cs | 2 +- examples/dotnet/JobshopFt06Sat.cs | 2 +- examples/dotnet/JobshopSat.cs | 2 +- examples/dotnet/NetworkRoutingSat.cs | 2 +- examples/dotnet/NursesSat.cs | 2 +- examples/dotnet/ShiftSchedulingSat.cs | 2 +- examples/dotnet/SpeakerSchedulingSat.cs | 2 +- examples/dotnet/TaskSchedulingSat.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/dotnet/furniture_moving_intervals.cs | 2 +- examples/dotnet/organize_day_intervals.cs | 2 +- examples/dotnet/techtalk_scheduling.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/examples/assignment2_sat.ipynb | 2 +- examples/notebook/examples/chemical_balance_lp.ipynb | 2 +- examples/notebook/examples/chemical_balance_sat.ipynb | 2 +- examples/notebook/examples/worker_schedule_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/golomb_sat.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/knapsack_2d_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/maze_escape_sat.py | 2 +- examples/python/no_wait_baking_scheduling_sat.py | 2 +- examples/python/prize_collecting_tsp.py | 2 +- examples/python/prize_collecting_tsp_sat.py | 2 +- examples/python/prize_collecting_vrp.py | 2 +- examples/python/prize_collecting_vrp_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/CpModelTest.java | 2 +- examples/tests/CpSolverTest.java | 2 +- examples/tests/FlowTest.java | 2 +- examples/tests/InitTest.java | 2 +- examples/tests/InitTests.cs | 2 +- examples/tests/KnapsackSolverTest.java | 2 +- examples/tests/LinearExprTest.java | 2 +- examples/tests/LinearSolverTest.java | 2 +- examples/tests/LinearSolverTests.cs | 2 +- examples/tests/ModelBuilderTest.java | 2 +- examples/tests/RoutingSolverTest.java | 2 +- examples/tests/RoutingSolverTests.cs | 2 +- examples/tests/SatSolverTest.java | 2 +- examples/tests/SatSolverTests.cs | 2 +- examples/tests/init_test.cc | 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/model_builder_test.py | 2 +- examples/tests/pywrapcp_test.py | 2 +- examples/tests/pywrapinit_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 +- ortools/algorithms/csharp/knapsack_solver.i | 2 +- ortools/algorithms/dense_doubly_linked_list.h | 2 +- ortools/algorithms/dynamic_partition.cc | 2 +- ortools/algorithms/dynamic_partition.h | 2 +- ortools/algorithms/dynamic_permutation.cc | 2 +- ortools/algorithms/dynamic_permutation.h | 2 +- ortools/algorithms/find_graph_symmetries.cc | 2 +- ortools/algorithms/find_graph_symmetries.h | 2 +- ortools/algorithms/hungarian.cc | 2 +- ortools/algorithms/hungarian.h | 2 +- ortools/algorithms/hungarian_test.cc | 2 +- ortools/algorithms/java/knapsack_solver.i | 2 +- ortools/algorithms/knapsack_solver.cc | 2 +- ortools/algorithms/knapsack_solver.h | 2 +- ortools/algorithms/knapsack_solver_for_cuts.cc | 2 +- ortools/algorithms/knapsack_solver_for_cuts.h | 2 +- ortools/algorithms/python/knapsack_solver.i | 2 +- ortools/algorithms/samples/Knapsack.cs | 2 +- ortools/algorithms/samples/Knapsack.java | 2 +- ortools/algorithms/samples/knapsack.cc | 2 +- ortools/algorithms/samples/knapsack.py | 2 +- ortools/algorithms/samples/simple_knapsack_program.cc | 2 +- ortools/algorithms/samples/simple_knapsack_program.py | 2 +- ortools/algorithms/sparse_permutation.cc | 2 +- ortools/algorithms/sparse_permutation.h | 2 +- ortools/base/accurate_sum.h | 2 +- ortools/base/adjustable_priority_queue-inl.h | 2 +- ortools/base/adjustable_priority_queue.h | 2 +- ortools/base/base.i | 2 +- ortools/base/base_export.h | 2 +- ortools/base/basictypes.h | 2 +- ortools/base/bitmap.cc | 2 +- ortools/base/bitmap.h | 2 +- ortools/base/case.cc | 2 +- ortools/base/case.h | 2 +- ortools/base/cleanup.h | 2 +- ortools/base/commandlineflags.cc | 2 +- ortools/base/commandlineflags.h | 2 +- ortools/base/container_logging.h | 2 +- ortools/base/dynamic_library.h | 2 +- ortools/base/encodingutils.h | 2 +- ortools/base/file.cc | 2 +- ortools/base/file.h | 2 +- ortools/base/gzipstring.h | 2 +- ortools/base/hash.h | 2 +- ortools/base/helpers.h | 2 +- ortools/base/init_google.h | 2 +- ortools/base/int_type.h | 2 +- ortools/base/integral_types.h | 2 +- ortools/base/iterator_adaptors.h | 2 +- ortools/base/jniutil.h | 2 +- ortools/base/linked_hash_map.h | 2 +- ortools/base/log_severity.h | 2 +- ortools/base/logging.cc | 2 +- ortools/base/logging.h | 2 +- ortools/base/logging_export.h | 2 +- ortools/base/logging_flags.h | 2 +- ortools/base/logging_utilities.cc | 2 +- ortools/base/logging_utilities.h | 2 +- ortools/base/macros.h | 2 +- ortools/base/map_util.h | 2 +- ortools/base/mathutil.h | 2 +- ortools/base/murmur.h | 2 +- ortools/base/path.cc | 2 +- ortools/base/path.h | 2 +- ortools/base/protobuf_util.h | 2 +- ortools/base/protoutil.h | 2 +- ortools/base/ptr_util.h | 2 +- ortools/base/python-swig.h | 2 +- ortools/base/raw_logging.cc | 2 +- ortools/base/raw_logging.h | 2 +- ortools/base/recordio.cc | 2 +- ortools/base/recordio.h | 2 +- ortools/base/small_map.h | 2 +- ortools/base/source_location.h | 2 +- ortools/base/status_builder.h | 2 +- ortools/base/status_macros.h | 2 +- ortools/base/stl_logging.h | 2 +- ortools/base/stl_util.h | 2 +- ortools/base/strong_int.h | 2 +- ortools/base/strong_vector.h | 2 +- ortools/base/strtoint.cc | 2 +- ortools/base/strtoint.h | 2 +- ortools/base/sysinfo.cc | 2 +- ortools/base/sysinfo.h | 2 +- ortools/base/thorough_hash.h | 2 +- ortools/base/threadpool.cc | 2 +- ortools/base/threadpool.h | 2 +- ortools/base/timer.cc | 2 +- ortools/base/timer.h | 2 +- ortools/base/typeid.h | 2 +- ortools/base/version.cc | 2 +- ortools/base/version.h | 2 +- ortools/base/vlog_is_on.cc | 2 +- ortools/base/vlog_is_on.h | 2 +- ortools/bop/bop_base.cc | 2 +- ortools/bop/bop_base.h | 2 +- ortools/bop/bop_fs.cc | 2 +- ortools/bop/bop_fs.h | 2 +- ortools/bop/bop_lns.cc | 2 +- ortools/bop/bop_lns.h | 2 +- ortools/bop/bop_ls.cc | 2 +- ortools/bop/bop_ls.h | 2 +- ortools/bop/bop_parameters.proto | 2 +- ortools/bop/bop_portfolio.cc | 2 +- ortools/bop/bop_portfolio.h | 2 +- ortools/bop/bop_solution.cc | 2 +- ortools/bop/bop_solution.h | 2 +- ortools/bop/bop_solver.cc | 2 +- ortools/bop/bop_solver.h | 2 +- ortools/bop/bop_types.h | 2 +- ortools/bop/bop_util.cc | 2 +- ortools/bop/bop_util.h | 2 +- ortools/bop/complete_optimizer.cc | 2 +- ortools/bop/complete_optimizer.h | 2 +- ortools/bop/integral_solver.cc | 2 +- ortools/bop/integral_solver.h | 2 +- ortools/constraint_solver/alldiff_cst.cc | 2 +- ortools/constraint_solver/assignment.cc | 2 +- ortools/constraint_solver/assignment.proto | 2 +- ortools/constraint_solver/constraint_solver.cc | 2 +- ortools/constraint_solver/constraint_solver.h | 2 +- ortools/constraint_solver/constraint_solveri.h | 2 +- ortools/constraint_solver/constraints.cc | 2 +- ortools/constraint_solver/count_cst.cc | 2 +- ortools/constraint_solver/csharp/IntArrayHelper.cs | 2 +- ortools/constraint_solver/csharp/IntVarArrayHelper.cs | 2 +- ortools/constraint_solver/csharp/IntervalVarArrayHelper.cs | 2 +- ortools/constraint_solver/csharp/NetDecisionBuilder.cs | 2 +- ortools/constraint_solver/csharp/SolverHelper.cs | 2 +- ortools/constraint_solver/csharp/ValCstPair.cs | 2 +- ortools/constraint_solver/csharp/constraint_solver.i | 2 +- ortools/constraint_solver/csharp/routing.i | 2 +- ortools/constraint_solver/csharp/routing_index_manager.i | 2 +- ortools/constraint_solver/csharp/routing_types.i | 2 +- ortools/constraint_solver/default_search.cc | 2 +- ortools/constraint_solver/demon_profiler.cc | 2 +- ortools/constraint_solver/demon_profiler.proto | 2 +- ortools/constraint_solver/deviation.cc | 2 +- ortools/constraint_solver/diffn.cc | 2 +- ortools/constraint_solver/docs/routing_svg.py | 2 +- ortools/constraint_solver/element.cc | 2 +- ortools/constraint_solver/expr_array.cc | 2 +- ortools/constraint_solver/expr_cst.cc | 2 +- ortools/constraint_solver/expressions.cc | 2 +- ortools/constraint_solver/graph_constraints.cc | 2 +- ortools/constraint_solver/interval.cc | 2 +- ortools/constraint_solver/java/constraint_solver.i | 2 +- ortools/constraint_solver/java/javawrapcp_util.h | 2 +- ortools/constraint_solver/java/routing.i | 2 +- ortools/constraint_solver/java/routing_index_manager.i | 2 +- ortools/constraint_solver/java/routing_types.i | 2 +- ortools/constraint_solver/local_search.cc | 2 +- ortools/constraint_solver/model_cache.cc | 2 +- ortools/constraint_solver/pack.cc | 2 +- ortools/constraint_solver/python/constraint_solver.i | 2 +- ortools/constraint_solver/python/constraint_solver_helpers.i | 2 +- ortools/constraint_solver/python/pywrapcp_util.i | 2 +- ortools/constraint_solver/python/routing.i | 2 +- ortools/constraint_solver/python/routing_index_manager.i | 2 +- ortools/constraint_solver/python/routing_types.i | 2 +- ortools/constraint_solver/range_cst.cc | 2 +- ortools/constraint_solver/resource.cc | 2 +- ortools/constraint_solver/routing.cc | 2 +- ortools/constraint_solver/routing.h | 2 +- ortools/constraint_solver/routing_breaks.cc | 2 +- ortools/constraint_solver/routing_enums.proto | 2 +- ortools/constraint_solver/routing_filters.cc | 2 +- ortools/constraint_solver/routing_filters.h | 2 +- ortools/constraint_solver/routing_flags.cc | 2 +- ortools/constraint_solver/routing_flags.h | 2 +- ortools/constraint_solver/routing_flow.cc | 2 +- ortools/constraint_solver/routing_index_manager.cc | 2 +- ortools/constraint_solver/routing_index_manager.h | 2 +- ortools/constraint_solver/routing_lp_scheduling.cc | 2 +- ortools/constraint_solver/routing_lp_scheduling.h | 2 +- ortools/constraint_solver/routing_neighborhoods.cc | 2 +- ortools/constraint_solver/routing_neighborhoods.h | 2 +- ortools/constraint_solver/routing_parameters.cc | 2 +- ortools/constraint_solver/routing_parameters.h | 2 +- ortools/constraint_solver/routing_parameters.proto | 2 +- ortools/constraint_solver/routing_sat.cc | 2 +- ortools/constraint_solver/routing_search.cc | 2 +- ortools/constraint_solver/routing_search.h | 2 +- ortools/constraint_solver/routing_types.h | 2 +- ortools/constraint_solver/samples/CpIsFunCp.cs | 2 +- ortools/constraint_solver/samples/CpIsFunCp.java | 2 +- ortools/constraint_solver/samples/NQueensCp.cs | 2 +- ortools/constraint_solver/samples/NQueensCp.java | 2 +- ortools/constraint_solver/samples/SimpleCpProgram.cs | 2 +- ortools/constraint_solver/samples/SimpleCpProgram.java | 2 +- ortools/constraint_solver/samples/SimpleRoutingProgram.cs | 2 +- ortools/constraint_solver/samples/SimpleRoutingProgram.java | 2 +- ortools/constraint_solver/samples/Tsp.cs | 2 +- ortools/constraint_solver/samples/Tsp.java | 2 +- ortools/constraint_solver/samples/TspCircuitBoard.cs | 2 +- ortools/constraint_solver/samples/TspCircuitBoard.java | 2 +- ortools/constraint_solver/samples/TspCities.cs | 2 +- ortools/constraint_solver/samples/TspCities.java | 2 +- ortools/constraint_solver/samples/TspDistanceMatrix.cs | 2 +- ortools/constraint_solver/samples/TspDistanceMatrix.java | 2 +- ortools/constraint_solver/samples/Vrp.cs | 2 +- ortools/constraint_solver/samples/Vrp.java | 2 +- ortools/constraint_solver/samples/VrpBreaks.cs | 2 +- ortools/constraint_solver/samples/VrpBreaks.java | 2 +- ortools/constraint_solver/samples/VrpCapacity.cs | 2 +- ortools/constraint_solver/samples/VrpCapacity.java | 2 +- ortools/constraint_solver/samples/VrpDropNodes.cs | 2 +- ortools/constraint_solver/samples/VrpDropNodes.java | 2 +- ortools/constraint_solver/samples/VrpGlobalSpan.cs | 2 +- ortools/constraint_solver/samples/VrpGlobalSpan.java | 2 +- ortools/constraint_solver/samples/VrpInitialRoutes.cs | 2 +- ortools/constraint_solver/samples/VrpInitialRoutes.java | 2 +- ortools/constraint_solver/samples/VrpPickupDelivery.cs | 2 +- ortools/constraint_solver/samples/VrpPickupDelivery.java | 2 +- ortools/constraint_solver/samples/VrpPickupDeliveryFifo.cs | 2 +- ortools/constraint_solver/samples/VrpPickupDeliveryFifo.java | 2 +- ortools/constraint_solver/samples/VrpPickupDeliveryLifo.cs | 2 +- ortools/constraint_solver/samples/VrpPickupDeliveryLifo.java | 2 +- ortools/constraint_solver/samples/VrpResources.cs | 2 +- ortools/constraint_solver/samples/VrpResources.java | 2 +- ortools/constraint_solver/samples/VrpStartsEnds.cs | 2 +- ortools/constraint_solver/samples/VrpStartsEnds.java | 2 +- ortools/constraint_solver/samples/VrpTimeWindows.cs | 2 +- ortools/constraint_solver/samples/VrpTimeWindows.java | 2 +- ortools/constraint_solver/samples/VrpWithTimeLimit.cs | 2 +- ortools/constraint_solver/samples/VrpWithTimeLimit.java | 2 +- ortools/constraint_solver/samples/cp_is_fun_cp.cc | 2 +- ortools/constraint_solver/samples/cp_is_fun_cp.py | 2 +- ortools/constraint_solver/samples/cvrptw_break.py | 2 +- ortools/constraint_solver/samples/minimal_jobshop_cp.cc | 2 +- ortools/constraint_solver/samples/nqueens_cp.cc | 2 +- ortools/constraint_solver/samples/nqueens_cp.py | 2 +- ortools/constraint_solver/samples/nurses_cp.cc | 2 +- ortools/constraint_solver/samples/rabbits_and_pheasants_cp.cc | 2 +- ortools/constraint_solver/samples/simple_cp_program.cc | 2 +- ortools/constraint_solver/samples/simple_cp_program.py | 2 +- ortools/constraint_solver/samples/simple_ls_program.cc | 2 +- ortools/constraint_solver/samples/simple_routing_program.cc | 2 +- ortools/constraint_solver/samples/simple_routing_program.py | 2 +- ortools/constraint_solver/samples/tsp.cc | 2 +- ortools/constraint_solver/samples/tsp.py | 2 +- ortools/constraint_solver/samples/tsp_circuit_board.cc | 2 +- ortools/constraint_solver/samples/tsp_circuit_board.py | 2 +- ortools/constraint_solver/samples/tsp_cities.cc | 2 +- ortools/constraint_solver/samples/tsp_cities.py | 2 +- ortools/constraint_solver/samples/tsp_cities_routes.cc | 2 +- ortools/constraint_solver/samples/tsp_distance_matrix.cc | 2 +- ortools/constraint_solver/samples/tsp_distance_matrix.py | 2 +- ortools/constraint_solver/samples/vrp.cc | 2 +- ortools/constraint_solver/samples/vrp.py | 2 +- ortools/constraint_solver/samples/vrp_breaks.cc | 2 +- ortools/constraint_solver/samples/vrp_breaks.py | 2 +- ortools/constraint_solver/samples/vrp_breaks_from_start.py | 2 +- ortools/constraint_solver/samples/vrp_capacity.cc | 2 +- ortools/constraint_solver/samples/vrp_capacity.py | 2 +- ortools/constraint_solver/samples/vrp_drop_nodes.cc | 2 +- ortools/constraint_solver/samples/vrp_drop_nodes.py | 2 +- ortools/constraint_solver/samples/vrp_global_span.cc | 2 +- ortools/constraint_solver/samples/vrp_global_span.py | 2 +- ortools/constraint_solver/samples/vrp_initial_routes.cc | 2 +- ortools/constraint_solver/samples/vrp_initial_routes.py | 2 +- ortools/constraint_solver/samples/vrp_node_max.py | 2 +- ortools/constraint_solver/samples/vrp_nodes_indices.py | 2 +- ortools/constraint_solver/samples/vrp_pickup_delivery.cc | 2 +- ortools/constraint_solver/samples/vrp_pickup_delivery.py | 2 +- ortools/constraint_solver/samples/vrp_pickup_delivery_fifo.cc | 2 +- ortools/constraint_solver/samples/vrp_pickup_delivery_fifo.py | 2 +- ortools/constraint_solver/samples/vrp_pickup_delivery_lifo.cc | 2 +- ortools/constraint_solver/samples/vrp_pickup_delivery_lifo.py | 2 +- ortools/constraint_solver/samples/vrp_resources.cc | 2 +- ortools/constraint_solver/samples/vrp_resources.py | 2 +- ortools/constraint_solver/samples/vrp_routes.cc | 2 +- ortools/constraint_solver/samples/vrp_starts_ends.cc | 2 +- ortools/constraint_solver/samples/vrp_starts_ends.py | 2 +- ortools/constraint_solver/samples/vrp_time_windows.cc | 2 +- ortools/constraint_solver/samples/vrp_time_windows.py | 2 +- .../constraint_solver/samples/vrp_time_windows_per_vehicles.py | 2 +- ortools/constraint_solver/samples/vrp_tokens.py | 2 +- ortools/constraint_solver/samples/vrp_with_time_limit.cc | 2 +- ortools/constraint_solver/samples/vrp_with_time_limit.py | 2 +- ortools/constraint_solver/samples/vrpgs.py | 2 +- ortools/constraint_solver/samples/vrptw_store_solution_data.cc | 2 +- ortools/constraint_solver/samples/vrptw_store_solution_data.py | 2 +- ortools/constraint_solver/sched_constraints.cc | 2 +- ortools/constraint_solver/sched_expr.cc | 2 +- ortools/constraint_solver/sched_search.cc | 2 +- ortools/constraint_solver/search.cc | 2 +- ortools/constraint_solver/search_limit.proto | 2 +- ortools/constraint_solver/search_stats.proto | 2 +- ortools/constraint_solver/solver_parameters.proto | 2 +- ortools/constraint_solver/table.cc | 2 +- ortools/constraint_solver/timetabling.cc | 2 +- ortools/constraint_solver/trace.cc | 2 +- ortools/constraint_solver/utilities.cc | 2 +- ortools/constraint_solver/visitor.cc | 2 +- ortools/dotnet/CreateSigningKey/Program.cs | 2 +- ortools/glop/basis_representation.cc | 2 +- ortools/glop/basis_representation.h | 2 +- ortools/glop/dual_edge_norms.cc | 2 +- ortools/glop/dual_edge_norms.h | 2 +- ortools/glop/entering_variable.cc | 2 +- ortools/glop/entering_variable.h | 2 +- ortools/glop/initial_basis.cc | 2 +- ortools/glop/initial_basis.h | 2 +- ortools/glop/lp_solver.cc | 2 +- ortools/glop/lp_solver.h | 2 +- ortools/glop/lu_factorization.cc | 2 +- ortools/glop/lu_factorization.h | 2 +- ortools/glop/markowitz.cc | 2 +- ortools/glop/markowitz.h | 2 +- ortools/glop/parameters.proto | 2 +- ortools/glop/preprocessor.cc | 2 +- ortools/glop/preprocessor.h | 2 +- ortools/glop/pricing.h | 2 +- ortools/glop/primal_edge_norms.cc | 2 +- ortools/glop/primal_edge_norms.h | 2 +- ortools/glop/rank_one_update.h | 2 +- ortools/glop/reduced_costs.cc | 2 +- ortools/glop/reduced_costs.h | 2 +- ortools/glop/revised_simplex.cc | 2 +- ortools/glop/revised_simplex.h | 2 +- ortools/glop/samples/simple_glop_program.cc | 2 +- ortools/glop/status.cc | 2 +- ortools/glop/status.h | 2 +- ortools/glop/update_row.cc | 2 +- ortools/glop/update_row.h | 2 +- ortools/glop/variable_values.cc | 2 +- ortools/glop/variable_values.h | 2 +- ortools/glop/variables_info.cc | 2 +- ortools/glop/variables_info.h | 2 +- ortools/glpk/glpk_computational_form.h | 2 +- ortools/glpk/glpk_env_deleter.cc | 2 +- ortools/glpk/glpk_env_deleter.h | 2 +- ortools/glpk/glpk_formatters.cc | 2 +- ortools/glpk/glpk_formatters.h | 2 +- ortools/graph/assignment.cc | 2 +- ortools/graph/assignment.h | 2 +- ortools/graph/astar.cc | 2 +- ortools/graph/bellman_ford.cc | 2 +- ortools/graph/christofides.h | 2 +- ortools/graph/cliques.cc | 2 +- ortools/graph/cliques.h | 2 +- ortools/graph/connected_components.cc | 2 +- ortools/graph/connected_components.h | 2 +- ortools/graph/csharp/graph.i | 2 +- ortools/graph/dijkstra.cc | 2 +- ortools/graph/ebert_graph.h | 2 +- ortools/graph/eulerian_path.h | 2 +- ortools/graph/flow_problem.proto | 2 +- ortools/graph/graph.h | 2 +- ortools/graph/graphs.h | 2 +- ortools/graph/hamiltonian_path.h | 2 +- ortools/graph/io.h | 2 +- ortools/graph/iterators.h | 2 +- ortools/graph/java/graph.i | 2 +- ortools/graph/linear_assignment.cc | 2 +- ortools/graph/linear_assignment.h | 2 +- ortools/graph/max_flow.cc | 2 +- ortools/graph/max_flow.h | 2 +- ortools/graph/min_cost_flow.cc | 2 +- ortools/graph/min_cost_flow.h | 2 +- ortools/graph/minimum_spanning_tree.h | 2 +- ortools/graph/one_tree_lower_bound.h | 2 +- ortools/graph/perfect_matching.cc | 2 +- ortools/graph/perfect_matching.h | 2 +- ortools/graph/python/linear_sum_assignment.cc | 2 +- ortools/graph/python/max_flow.cc | 2 +- ortools/graph/python/min_cost_flow.cc | 2 +- ortools/graph/samples/AssignmentLinearSumAssignment.cs | 2 +- ortools/graph/samples/AssignmentLinearSumAssignment.java | 2 +- ortools/graph/samples/AssignmentMinFlow.cs | 2 +- ortools/graph/samples/AssignmentMinFlow.java | 2 +- ortools/graph/samples/BalanceMinFlow.cs | 2 +- ortools/graph/samples/BalanceMinFlow.java | 2 +- ortools/graph/samples/SimpleMaxFlowProgram.cs | 2 +- ortools/graph/samples/SimpleMaxFlowProgram.java | 2 +- ortools/graph/samples/SimpleMinCostFlowProgram.cs | 2 +- ortools/graph/samples/SimpleMinCostFlowProgram.java | 2 +- ortools/graph/samples/assignment_linear_sum_assignment.cc | 2 +- ortools/graph/samples/assignment_linear_sum_assignment.py | 2 +- ortools/graph/samples/assignment_min_flow.cc | 2 +- ortools/graph/samples/assignment_min_flow.py | 2 +- ortools/graph/samples/balance_min_flow.cc | 2 +- ortools/graph/samples/balance_min_flow.py | 2 +- ortools/graph/samples/simple_max_flow_program.cc | 2 +- ortools/graph/samples/simple_max_flow_program.py | 2 +- ortools/graph/samples/simple_min_cost_flow_program.cc | 2 +- ortools/graph/samples/simple_min_cost_flow_program.py | 2 +- ortools/graph/shortestpaths.cc | 2 +- ortools/graph/shortestpaths.h | 2 +- ortools/graph/strongly_connected_components.h | 2 +- ortools/graph/topologicalsorter.cc | 2 +- ortools/graph/topologicalsorter.h | 2 +- ortools/graph/util.cc | 2 +- ortools/graph/util.h | 2 +- ortools/gscip/gscip.cc | 2 +- ortools/gscip/gscip.h | 2 +- ortools/gscip/gscip.proto | 2 +- ortools/gscip/gscip_event_handler.cc | 2 +- ortools/gscip/gscip_event_handler.h | 2 +- ortools/gscip/gscip_ext.cc | 2 +- ortools/gscip/gscip_ext.h | 2 +- ortools/gscip/gscip_message_handler.cc | 2 +- ortools/gscip/gscip_message_handler.h | 2 +- ortools/gscip/gscip_parameters.cc | 2 +- ortools/gscip/gscip_parameters.h | 2 +- ortools/gscip/legacy_scip_params.cc | 2 +- ortools/gscip/legacy_scip_params.h | 2 +- ortools/gurobi/environment.cc | 2 +- ortools/gurobi/environment.h | 2 +- ortools/init/csharp/init.i | 2 +- ortools/init/init.h | 2 +- ortools/init/java/init.i | 2 +- ortools/init/python/init.i | 2 +- ortools/java/com/google/ortools/Loader.java | 2 +- .../google/ortools/constraintsolver/IntIntToLongFunction.java | 2 +- .../google/ortools/constraintsolver/JavaDecisionBuilder.java | 2 +- .../google/ortools/constraintsolver/LongTernaryOperator.java | 2 +- .../google/ortools/constraintsolver/LongTernaryPredicate.java | 2 +- .../java/com/google/ortools/modelbuilder/AffineExpression.java | 2 +- .../com/google/ortools/modelbuilder/ConstantExpression.java | 2 +- .../java/com/google/ortools/modelbuilder/LinearArgument.java | 2 +- .../java/com/google/ortools/modelbuilder/LinearConstraint.java | 2 +- ortools/java/com/google/ortools/modelbuilder/LinearExpr.java | 2 +- .../java/com/google/ortools/modelbuilder/LinearExprBuilder.java | 2 +- ortools/java/com/google/ortools/modelbuilder/ModelBuilder.java | 2 +- ortools/java/com/google/ortools/modelbuilder/ModelSolver.java | 2 +- ortools/java/com/google/ortools/modelbuilder/Variable.java | 2 +- .../com/google/ortools/modelbuilder/WeightedSumExpression.java | 2 +- ortools/java/com/google/ortools/sat/AffineExpression.java | 2 +- ortools/java/com/google/ortools/sat/AutomatonConstraint.java | 2 +- ortools/java/com/google/ortools/sat/BoolVar.java | 2 +- ortools/java/com/google/ortools/sat/CircuitConstraint.java | 2 +- ortools/java/com/google/ortools/sat/ConstantExpression.java | 2 +- ortools/java/com/google/ortools/sat/Constraint.java | 2 +- ortools/java/com/google/ortools/sat/CpModel.java | 2 +- ortools/java/com/google/ortools/sat/CpSolver.java | 2 +- .../java/com/google/ortools/sat/CpSolverSolutionCallback.java | 2 +- ortools/java/com/google/ortools/sat/CumulativeConstraint.java | 2 +- ortools/java/com/google/ortools/sat/DoubleLinearExpr.java | 2 +- ortools/java/com/google/ortools/sat/IntVar.java | 2 +- ortools/java/com/google/ortools/sat/IntervalVar.java | 2 +- ortools/java/com/google/ortools/sat/LinearArgument.java | 2 +- ortools/java/com/google/ortools/sat/LinearExpr.java | 2 +- ortools/java/com/google/ortools/sat/LinearExprBuilder.java | 2 +- ortools/java/com/google/ortools/sat/Literal.java | 2 +- .../java/com/google/ortools/sat/MultipleCircuitConstraint.java | 2 +- ortools/java/com/google/ortools/sat/NoOverlap2dConstraint.java | 2 +- ortools/java/com/google/ortools/sat/NotBoolVar.java | 2 +- ortools/java/com/google/ortools/sat/ReservoirConstraint.java | 2 +- ortools/java/com/google/ortools/sat/TableConstraint.java | 2 +- ortools/java/com/google/ortools/sat/WeightedSumExpression.java | 2 +- ortools/linear_solver/bop_interface.cc | 2 +- ortools/linear_solver/cbc_interface.cc | 2 +- ortools/linear_solver/clp_interface.cc | 2 +- ortools/linear_solver/csharp/LinearConstraint.cs | 2 +- ortools/linear_solver/csharp/LinearExpr.cs | 2 +- ortools/linear_solver/csharp/SolverHelper.cs | 2 +- ortools/linear_solver/csharp/VariableHelper.cs | 2 +- ortools/linear_solver/csharp/linear_solver.i | 2 +- ortools/linear_solver/glop_interface.cc | 2 +- ortools/linear_solver/glop_utils.cc | 2 +- ortools/linear_solver/glop_utils.h | 2 +- ortools/linear_solver/glpk_interface.cc | 2 +- ortools/linear_solver/gurobi_interface.cc | 2 +- ortools/linear_solver/gurobi_proto_solver.cc | 2 +- ortools/linear_solver/gurobi_proto_solver.h | 2 +- ortools/linear_solver/java/linear_solver.i | 2 +- ortools/linear_solver/linear_expr.cc | 2 +- ortools/linear_solver/linear_expr.h | 2 +- ortools/linear_solver/linear_solver.cc | 2 +- ortools/linear_solver/linear_solver.h | 2 +- ortools/linear_solver/linear_solver.proto | 2 +- ortools/linear_solver/linear_solver_callback.cc | 2 +- ortools/linear_solver/linear_solver_callback.h | 2 +- ortools/linear_solver/linear_solver_natural_api.py | 2 +- ortools/linear_solver/model_exporter.cc | 2 +- ortools/linear_solver/model_exporter.h | 2 +- ortools/linear_solver/model_exporter_swig_helper.h | 2 +- ortools/linear_solver/model_validator.cc | 2 +- ortools/linear_solver/model_validator.h | 2 +- ortools/linear_solver/pdlp_interface.cc | 2 +- ortools/linear_solver/pdlp_proto_solver.cc | 2 +- ortools/linear_solver/pdlp_proto_solver.h | 2 +- ortools/linear_solver/python/linear_solver.i | 2 +- ortools/linear_solver/samples/AssignmentGroupsMip.cs | 2 +- ortools/linear_solver/samples/AssignmentGroupsMip.java | 2 +- ortools/linear_solver/samples/AssignmentMip.cs | 2 +- ortools/linear_solver/samples/AssignmentMip.java | 2 +- ortools/linear_solver/samples/AssignmentTaskSizesMip.cs | 2 +- ortools/linear_solver/samples/AssignmentTaskSizesMip.java | 2 +- ortools/linear_solver/samples/AssignmentTeamsMip.cs | 2 +- ortools/linear_solver/samples/AssignmentTeamsMip.java | 2 +- ortools/linear_solver/samples/BasicExample.cs | 2 +- ortools/linear_solver/samples/BasicExample.java | 2 +- ortools/linear_solver/samples/BinPackingMip.cs | 2 +- ortools/linear_solver/samples/BinPackingMip.java | 2 +- ortools/linear_solver/samples/LinearProgrammingExample.cs | 2 +- ortools/linear_solver/samples/LinearProgrammingExample.java | 2 +- ortools/linear_solver/samples/MipVarArray.cs | 2 +- ortools/linear_solver/samples/MipVarArray.java | 2 +- ortools/linear_solver/samples/MultipleKnapsackMip.cs | 2 +- ortools/linear_solver/samples/MultipleKnapsackMip.java | 2 +- ortools/linear_solver/samples/SimpleLpProgram.cs | 2 +- ortools/linear_solver/samples/SimpleLpProgram.java | 2 +- ortools/linear_solver/samples/SimpleMipProgram.cs | 2 +- ortools/linear_solver/samples/SimpleMipProgram.java | 2 +- ortools/linear_solver/samples/StiglerDiet.cs | 2 +- ortools/linear_solver/samples/StiglerDiet.java | 2 +- ortools/linear_solver/samples/assignment_groups_mip.cc | 2 +- ortools/linear_solver/samples/assignment_groups_mip.py | 2 +- ortools/linear_solver/samples/assignment_mip.cc | 2 +- ortools/linear_solver/samples/assignment_mip.py | 2 +- ortools/linear_solver/samples/assignment_task_sizes_mip.cc | 2 +- ortools/linear_solver/samples/assignment_task_sizes_mip.py | 2 +- ortools/linear_solver/samples/assignment_teams_mip.cc | 2 +- ortools/linear_solver/samples/assignment_teams_mip.py | 2 +- ortools/linear_solver/samples/basic_example.cc | 2 +- ortools/linear_solver/samples/basic_example.py | 2 +- ortools/linear_solver/samples/bin_packing_mip.cc | 2 +- ortools/linear_solver/samples/bin_packing_mip.py | 2 +- ortools/linear_solver/samples/integer_programming_example.cc | 2 +- ortools/linear_solver/samples/integer_programming_example.py | 2 +- ortools/linear_solver/samples/linear_programming_example.cc | 2 +- ortools/linear_solver/samples/linear_programming_example.py | 2 +- ortools/linear_solver/samples/mip_var_array.cc | 2 +- ortools/linear_solver/samples/mip_var_array.py | 2 +- ortools/linear_solver/samples/multiple_knapsack_mip.cc | 2 +- ortools/linear_solver/samples/multiple_knapsack_mip.py | 2 +- ortools/linear_solver/samples/simple_lp_program.cc | 2 +- ortools/linear_solver/samples/simple_lp_program.py | 2 +- ortools/linear_solver/samples/simple_mip_program.cc | 2 +- ortools/linear_solver/samples/simple_mip_program.py | 2 +- ortools/linear_solver/samples/stigler_diet.cc | 2 +- ortools/linear_solver/samples/stigler_diet.py | 2 +- ortools/linear_solver/sat_interface.cc | 2 +- ortools/linear_solver/sat_proto_solver.cc | 2 +- ortools/linear_solver/sat_proto_solver.h | 2 +- ortools/linear_solver/sat_solver_utils.cc | 2 +- ortools/linear_solver/sat_solver_utils.h | 2 +- ortools/linear_solver/scip_callback.cc | 2 +- ortools/linear_solver/scip_callback.h | 2 +- ortools/linear_solver/scip_helper_macros.h | 2 +- ortools/linear_solver/scip_interface.cc | 2 +- ortools/linear_solver/scip_proto_solver.cc | 2 +- ortools/linear_solver/scip_proto_solver.h | 2 +- ortools/lp_data/lp_data.cc | 2 +- ortools/lp_data/lp_data.h | 2 +- ortools/lp_data/lp_data_utils.cc | 2 +- ortools/lp_data/lp_data_utils.h | 2 +- ortools/lp_data/lp_decomposer.cc | 2 +- ortools/lp_data/lp_decomposer.h | 2 +- ortools/lp_data/lp_parser.cc | 2 +- ortools/lp_data/lp_parser.h | 2 +- ortools/lp_data/lp_print_utils.cc | 2 +- ortools/lp_data/lp_print_utils.h | 2 +- ortools/lp_data/lp_types.cc | 2 +- ortools/lp_data/lp_types.h | 2 +- ortools/lp_data/lp_utils.cc | 2 +- ortools/lp_data/lp_utils.h | 2 +- ortools/lp_data/matrix_scaler.cc | 2 +- ortools/lp_data/matrix_scaler.h | 2 +- ortools/lp_data/matrix_utils.cc | 2 +- ortools/lp_data/matrix_utils.h | 2 +- ortools/lp_data/model_reader.cc | 2 +- ortools/lp_data/model_reader.h | 2 +- ortools/lp_data/mps_reader.cc | 2 +- ortools/lp_data/mps_reader.h | 2 +- ortools/lp_data/permutation.h | 2 +- ortools/lp_data/proto_utils.cc | 2 +- ortools/lp_data/proto_utils.h | 2 +- ortools/lp_data/scattered_vector.h | 2 +- ortools/lp_data/sparse.cc | 2 +- ortools/lp_data/sparse.h | 2 +- ortools/lp_data/sparse_column.cc | 2 +- ortools/lp_data/sparse_column.h | 2 +- ortools/lp_data/sparse_row.h | 2 +- ortools/lp_data/sparse_vector.h | 2 +- ortools/math_opt/callback.proto | 2 +- ortools/math_opt/constraints/sos/validator.cc | 2 +- ortools/math_opt/constraints/sos/validator.h | 2 +- ortools/math_opt/core/arrow_operator_proxy.h | 2 +- ortools/math_opt/core/inverted_bounds.cc | 2 +- ortools/math_opt/core/inverted_bounds.h | 2 +- ortools/math_opt/core/math_opt_proto_utils.cc | 2 +- ortools/math_opt/core/math_opt_proto_utils.h | 2 +- ortools/math_opt/core/model_summary.cc | 2 +- ortools/math_opt/core/model_summary.h | 2 +- ortools/math_opt/core/non_streamable_solver_init_arguments.h | 2 +- ortools/math_opt/core/solve_interrupter.cc | 2 +- ortools/math_opt/core/solve_interrupter.h | 2 +- ortools/math_opt/core/solver.cc | 2 +- ortools/math_opt/core/solver.h | 2 +- ortools/math_opt/core/solver_debug.cc | 2 +- ortools/math_opt/core/solver_debug.h | 2 +- ortools/math_opt/core/solver_interface.cc | 2 +- ortools/math_opt/core/solver_interface.h | 2 +- ortools/math_opt/core/sparse_collection_matchers.cc | 2 +- ortools/math_opt/core/sparse_collection_matchers.h | 2 +- ortools/math_opt/core/sparse_submatrix.cc | 2 +- ortools/math_opt/core/sparse_submatrix.h | 2 +- ortools/math_opt/core/sparse_vector.h | 2 +- ortools/math_opt/core/sparse_vector_view.h | 2 +- ortools/math_opt/cpp/basis_status.cc | 2 +- ortools/math_opt/cpp/basis_status.h | 2 +- ortools/math_opt/cpp/callback.cc | 2 +- ortools/math_opt/cpp/callback.h | 2 +- ortools/math_opt/cpp/enums.h | 2 +- ortools/math_opt/cpp/id_map.h | 2 +- ortools/math_opt/cpp/id_set.h | 2 +- ortools/math_opt/cpp/key_types.h | 2 +- ortools/math_opt/cpp/linear_constraint.h | 2 +- ortools/math_opt/cpp/map_filter.h | 2 +- ortools/math_opt/cpp/matchers.cc | 2 +- ortools/math_opt/cpp/matchers.h | 2 +- ortools/math_opt/cpp/math_opt.h | 2 +- ortools/math_opt/cpp/message_callback.cc | 2 +- ortools/math_opt/cpp/message_callback.h | 2 +- ortools/math_opt/cpp/model.cc | 2 +- ortools/math_opt/cpp/model.h | 2 +- ortools/math_opt/cpp/model_solve_parameters.cc | 2 +- ortools/math_opt/cpp/model_solve_parameters.h | 2 +- ortools/math_opt/cpp/parameters.cc | 2 +- ortools/math_opt/cpp/parameters.h | 2 +- ortools/math_opt/cpp/solution.cc | 2 +- ortools/math_opt/cpp/solution.h | 2 +- ortools/math_opt/cpp/solve.cc | 2 +- ortools/math_opt/cpp/solve.h | 2 +- ortools/math_opt/cpp/solve_arguments.h | 2 +- ortools/math_opt/cpp/solve_result.cc | 2 +- ortools/math_opt/cpp/solve_result.h | 2 +- ortools/math_opt/cpp/solver_init_arguments.cc | 2 +- ortools/math_opt/cpp/solver_init_arguments.h | 2 +- ortools/math_opt/cpp/sparse_containers.cc | 2 +- ortools/math_opt/cpp/sparse_containers.h | 2 +- ortools/math_opt/cpp/statistics.cc | 2 +- ortools/math_opt/cpp/statistics.h | 2 +- ortools/math_opt/cpp/streamable_solver_init_arguments.cc | 2 +- ortools/math_opt/cpp/streamable_solver_init_arguments.h | 2 +- ortools/math_opt/cpp/update_tracker.cc | 2 +- ortools/math_opt/cpp/update_tracker.h | 2 +- ortools/math_opt/cpp/variable_and_expressions.cc | 2 +- ortools/math_opt/cpp/variable_and_expressions.h | 2 +- ortools/math_opt/io/mps_converter.cc | 2 +- ortools/math_opt/io/mps_converter.h | 2 +- ortools/math_opt/io/names_removal.cc | 2 +- ortools/math_opt/io/names_removal.h | 2 +- ortools/math_opt/io/proto_converter.cc | 2 +- ortools/math_opt/io/proto_converter.h | 2 +- ortools/math_opt/model.proto | 2 +- ortools/math_opt/model_parameters.proto | 2 +- ortools/math_opt/model_update.proto | 2 +- ortools/math_opt/parameters.proto | 2 +- ortools/math_opt/result.proto | 2 +- ortools/math_opt/samples/basic_example_mo.cc | 2 +- ortools/math_opt/samples/cocktail_hour_mo.cc | 2 +- ortools/math_opt/samples/cutting_stock_mo.cc | 2 +- ortools/math_opt/samples/facility_lp_benders_mo.cc | 2 +- ortools/math_opt/samples/integer_programming_mo.cc | 2 +- ortools/math_opt/samples/lagrangian_relaxation_mo.cc | 2 +- ortools/math_opt/samples/linear_programming_mo.cc | 2 +- ortools/math_opt/samples/tsp_mo.cc | 2 +- ortools/math_opt/solution.proto | 2 +- ortools/math_opt/solvers/cp_sat_solver.cc | 2 +- ortools/math_opt/solvers/cp_sat_solver.h | 2 +- ortools/math_opt/solvers/glop_solver.cc | 2 +- ortools/math_opt/solvers/glop_solver.h | 2 +- ortools/math_opt/solvers/glpk/glpk_sparse_vector.cc | 2 +- ortools/math_opt/solvers/glpk/glpk_sparse_vector.h | 2 +- ortools/math_opt/solvers/glpk/rays.cc | 2 +- ortools/math_opt/solvers/glpk/rays.h | 2 +- ortools/math_opt/solvers/glpk_solver.cc | 2 +- ortools/math_opt/solvers/glpk_solver.h | 2 +- ortools/math_opt/solvers/gscip_solver.cc | 2 +- ortools/math_opt/solvers/gscip_solver.h | 2 +- ortools/math_opt/solvers/gscip_solver_callback.cc | 2 +- ortools/math_opt/solvers/gscip_solver_callback.h | 2 +- .../math_opt/solvers/gscip_solver_message_callback_handler.cc | 2 +- .../math_opt/solvers/gscip_solver_message_callback_handler.h | 2 +- ortools/math_opt/solvers/gurobi.proto | 2 +- ortools/math_opt/solvers/gurobi/g_gurobi.cc | 2 +- ortools/math_opt/solvers/gurobi/g_gurobi.h | 2 +- ortools/math_opt/solvers/gurobi_callback.cc | 2 +- ortools/math_opt/solvers/gurobi_callback.h | 2 +- ortools/math_opt/solvers/gurobi_init_arguments.cc | 2 +- ortools/math_opt/solvers/gurobi_init_arguments.h | 2 +- ortools/math_opt/solvers/gurobi_solver.cc | 2 +- ortools/math_opt/solvers/gurobi_solver.h | 2 +- ortools/math_opt/solvers/message_callback_data.cc | 2 +- ortools/math_opt/solvers/message_callback_data.h | 2 +- ortools/math_opt/solvers/pdlp_bridge.cc | 2 +- ortools/math_opt/solvers/pdlp_bridge.h | 2 +- ortools/math_opt/solvers/pdlp_solver.cc | 2 +- ortools/math_opt/solvers/pdlp_solver.h | 2 +- ortools/math_opt/sparse_containers.proto | 2 +- ortools/math_opt/storage/model_storage.cc | 2 +- ortools/math_opt/storage/model_storage.h | 2 +- ortools/math_opt/storage/model_storage_types.h | 2 +- ortools/math_opt/storage/model_update_merge.cc | 2 +- ortools/math_opt/storage/model_update_merge.h | 2 +- ortools/math_opt/storage/proto_merging_utils.cc | 2 +- ortools/math_opt/storage/proto_merging_utils.h | 2 +- ortools/math_opt/storage/sparse_matrix.cc | 2 +- ortools/math_opt/storage/sparse_matrix.h | 2 +- ortools/math_opt/tools/mathopt_solve_main.cc | 2 +- ortools/math_opt/validators/callback_validator.cc | 2 +- ortools/math_opt/validators/callback_validator.h | 2 +- ortools/math_opt/validators/enum_sets.cc | 2 +- ortools/math_opt/validators/enum_sets.h | 2 +- ortools/math_opt/validators/ids_validator.cc | 2 +- ortools/math_opt/validators/ids_validator.h | 2 +- ortools/math_opt/validators/linear_expression_validator.cc | 2 +- ortools/math_opt/validators/linear_expression_validator.h | 2 +- ortools/math_opt/validators/model_parameters_validator.cc | 2 +- ortools/math_opt/validators/model_parameters_validator.h | 2 +- ortools/math_opt/validators/model_validator.cc | 2 +- ortools/math_opt/validators/model_validator.h | 2 +- ortools/math_opt/validators/result_validator.cc | 2 +- ortools/math_opt/validators/result_validator.h | 2 +- ortools/math_opt/validators/scalar_validator.cc | 2 +- ortools/math_opt/validators/scalar_validator.h | 2 +- ortools/math_opt/validators/solution_validator.cc | 2 +- ortools/math_opt/validators/solution_validator.h | 2 +- ortools/math_opt/validators/solve_parameters_validator.cc | 2 +- ortools/math_opt/validators/solve_parameters_validator.h | 2 +- ortools/math_opt/validators/solve_stats_validator.cc | 2 +- ortools/math_opt/validators/solve_stats_validator.h | 2 +- ortools/math_opt/validators/sparse_matrix_validator.cc | 2 +- ortools/math_opt/validators/sparse_matrix_validator.h | 2 +- ortools/math_opt/validators/sparse_vector_validator.h | 2 +- ortools/model_builder/java/modelbuilder.i | 2 +- ortools/model_builder/python/model_builder.py | 2 +- ortools/model_builder/python/model_builder_helper.py | 2 +- ortools/model_builder/python/pywrap_model_builder_helper.cc | 2 +- ortools/model_builder/samples/SimpleLpProgramMb.java | 2 +- ortools/model_builder/samples/SimpleMipProgramMb.java | 2 +- ortools/model_builder/samples/assignment_mb.py | 2 +- ortools/model_builder/samples/bin_packing_mb.py | 2 +- ortools/model_builder/samples/simple_lp_program_mb.py | 2 +- ortools/model_builder/samples/simple_mip_program_mb.py | 2 +- ortools/model_builder/wrappers/model_builder_helper.cc | 2 +- ortools/model_builder/wrappers/model_builder_helper.h | 2 +- ortools/packing/arc_flow_builder.cc | 2 +- ortools/packing/arc_flow_builder.h | 2 +- ortools/packing/arc_flow_solver.cc | 2 +- ortools/packing/arc_flow_solver.h | 2 +- ortools/packing/binpacking_2d_parser.cc | 2 +- ortools/packing/binpacking_2d_parser.h | 2 +- ortools/packing/multiple_dimensions_bin_packing.proto | 2 +- ortools/packing/vector_bin_packing.proto | 2 +- ortools/packing/vector_bin_packing_parser.cc | 2 +- ortools/packing/vector_bin_packing_parser.h | 2 +- ortools/pdlp/gtest_main.cc | 2 +- ortools/pdlp/iteration_stats.cc | 2 +- ortools/pdlp/iteration_stats.h | 2 +- ortools/pdlp/iteration_stats_test.cc | 2 +- ortools/pdlp/primal_dual_hybrid_gradient.cc | 2 +- ortools/pdlp/primal_dual_hybrid_gradient.h | 2 +- ortools/pdlp/primal_dual_hybrid_gradient_test.cc | 2 +- ortools/pdlp/quadratic_program.cc | 2 +- ortools/pdlp/quadratic_program.h | 2 +- ortools/pdlp/quadratic_program_io.cc | 2 +- ortools/pdlp/quadratic_program_io.h | 2 +- ortools/pdlp/quadratic_program_test.cc | 2 +- ortools/pdlp/sharded_optimization_utils.cc | 2 +- ortools/pdlp/sharded_optimization_utils.h | 2 +- ortools/pdlp/sharded_optimization_utils_test.cc | 2 +- ortools/pdlp/sharded_quadratic_program.cc | 2 +- ortools/pdlp/sharded_quadratic_program.h | 2 +- ortools/pdlp/sharded_quadratic_program_test.cc | 2 +- ortools/pdlp/sharder.cc | 2 +- ortools/pdlp/sharder.h | 2 +- ortools/pdlp/sharder_test.cc | 2 +- ortools/pdlp/solve_log.proto | 2 +- ortools/pdlp/solvers.proto | 2 +- ortools/pdlp/solvers_proto_validation.cc | 2 +- ortools/pdlp/solvers_proto_validation.h | 2 +- ortools/pdlp/solvers_proto_validation_test.cc | 2 +- ortools/pdlp/termination.cc | 2 +- ortools/pdlp/termination.h | 2 +- ortools/pdlp/termination_test.cc | 2 +- ortools/pdlp/test_util.cc | 2 +- ortools/pdlp/test_util.h | 2 +- ortools/pdlp/test_util_test.cc | 2 +- ortools/pdlp/trust_region.cc | 2 +- ortools/pdlp/trust_region.h | 2 +- ortools/pdlp/trust_region_test.cc | 2 +- ortools/port/file.cc | 2 +- ortools/port/file.h | 2 +- ortools/port/proto_utils.h | 2 +- ortools/port/sysinfo.cc | 2 +- ortools/port/sysinfo.h | 2 +- ortools/port/utf8.h | 2 +- ortools/scheduling/course_scheduling.proto | 2 +- ortools/scheduling/jobshop_scheduling.proto | 2 +- ortools/scheduling/jobshop_scheduling_parser.cc | 2 +- ortools/scheduling/jobshop_scheduling_parser.h | 2 +- ortools/scheduling/python/rcpsp.i | 2 +- ortools/scheduling/rcpsp.proto | 2 +- ortools/scheduling/rcpsp_parser.cc | 2 +- ortools/scheduling/rcpsp_parser.h | 2 +- ortools/util/adaptative_parameter_value.h | 2 +- ortools/util/affine_relation.h | 2 +- ortools/util/bitset.cc | 2 +- ortools/util/bitset.h | 2 +- ortools/util/cached_log.cc | 2 +- ortools/util/cached_log.h | 2 +- ortools/util/csharp/NestedArrayHelper.cs | 2 +- ortools/util/csharp/ProtoHelper.cs | 2 +- ortools/util/csharp/proto.i | 2 +- ortools/util/csharp/sorted_interval_list.i | 2 +- ortools/util/csharp/tuple_set.i | 2 +- ortools/util/csharp/vector.i | 2 +- ortools/util/file_util.cc | 2 +- ortools/util/file_util.h | 2 +- ortools/util/filelineiter.h | 2 +- ortools/util/fp_roundtrip_conv.cc | 2 +- ortools/util/fp_roundtrip_conv.h | 2 +- ortools/util/fp_utils.cc | 2 +- ortools/util/fp_utils.h | 2 +- ortools/util/functions_swig_helpers.h | 2 +- ortools/util/functions_swig_test_helpers.h | 2 +- ortools/util/graph_export.cc | 2 +- ortools/util/graph_export.h | 2 +- ortools/util/integer_pq.h | 2 +- ortools/util/java/functions.i | 2 +- ortools/util/java/proto.i | 2 +- ortools/util/java/sorted_interval_list.i | 2 +- ortools/util/java/tuple_set.i | 2 +- ortools/util/java/vector.i | 2 +- ortools/util/lazy_mutable_copy.h | 2 +- ortools/util/logging.cc | 2 +- ortools/util/logging.h | 2 +- ortools/util/monoid_operation_tree.h | 2 +- ortools/util/optional_boolean.proto | 2 +- ortools/util/permutation.h | 2 +- ortools/util/piecewise_linear_function.cc | 2 +- ortools/util/piecewise_linear_function.h | 2 +- ortools/util/proto_tools.cc | 2 +- ortools/util/proto_tools.h | 2 +- ortools/util/python/functions.i | 2 +- ortools/util/python/pair.i | 2 +- ortools/util/python/proto.i | 2 +- ortools/util/python/sorted_interval_list.cc | 2 +- ortools/util/python/vector.i | 2 +- ortools/util/random_engine.h | 2 +- ortools/util/range_minimum_query.h | 2 +- ortools/util/range_query_function.cc | 2 +- ortools/util/range_query_function.h | 2 +- ortools/util/rational_approximation.cc | 2 +- ortools/util/rational_approximation.h | 2 +- ortools/util/return_macros.h | 2 +- ortools/util/rev.h | 2 +- ortools/util/running_stat.h | 2 +- ortools/util/saturated_arithmetic.h | 2 +- ortools/util/sigint.cc | 2 +- ortools/util/sigint.h | 2 +- ortools/util/sort.h | 2 +- ortools/util/sorted_interval_list.cc | 2 +- ortools/util/sorted_interval_list.h | 2 +- ortools/util/stats.cc | 2 +- ortools/util/stats.h | 2 +- ortools/util/status_macros.h | 2 +- ortools/util/string_array.h | 2 +- ortools/util/strong_integers.h | 2 +- ortools/util/testing_utils.h | 2 +- ortools/util/time_limit.cc | 2 +- ortools/util/time_limit.h | 2 +- ortools/util/tuple_set.h | 2 +- ortools/util/vector_map.h | 2 +- ortools/util/vector_or_function.h | 2 +- ortools/util/zvector.h | 2 +- 1029 files changed, 1029 insertions(+), 1029 deletions(-) diff --git a/examples/contrib/sports_schedule_sat.py b/examples/contrib/sports_schedule_sat.py index c3c45a03ac..a5e1b62ea2 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-2021 Google LLC +# Based on sports_scheduling_sat.cc, Copyright 2010-2022 Google LLC # # Translated to Python by James E. Marca August 2019 # diff --git a/examples/cpp/binpacking_2d_sat.cc b/examples/cpp/binpacking_2d_sat.cc index cc2483b3ee..a3ccfea2cf 100644 --- a/examples/cpp/binpacking_2d_sat.cc +++ b/examples/cpp/binpacking_2d_sat.cc @@ -1,4 +1,4 @@ -// Copyright 2010-2021 Google LLC +// Copyright 2010-2022 Google LLC // Licensed under the Apache License, Version 2.0 (the "License"); // you may not use this file except in compliance with the License. // You may obtain a copy of the License at diff --git a/examples/cpp/constraint_programming_cp.cc b/examples/cpp/constraint_programming_cp.cc index ad7aafd59d..f793b07ffb 100644 --- a/examples/cpp/constraint_programming_cp.cc +++ b/examples/cpp/constraint_programming_cp.cc @@ -1,4 +1,4 @@ -// Copyright 2010-2021 Google LLC +// Copyright 2010-2022 Google LLC // Licensed under the Apache License, Version 2.0 (the "License"); // you may not use this file except in compliance with the License. // You may obtain a copy of the License at diff --git a/examples/cpp/costas_array_sat.cc b/examples/cpp/costas_array_sat.cc index 34ee3731df..334faf3d2a 100644 --- a/examples/cpp/costas_array_sat.cc +++ b/examples/cpp/costas_array_sat.cc @@ -1,4 +1,4 @@ -// Copyright 2010-2021 Google LLC +// Copyright 2010-2022 Google LLC // Licensed under the Apache License, Version 2.0 (the "License"); // you may not use this file except in compliance with the License. // You may obtain a copy of the License at diff --git a/examples/cpp/course_scheduling.cc b/examples/cpp/course_scheduling.cc index 4fbd6e15e9..526ac868df 100644 --- a/examples/cpp/course_scheduling.cc +++ b/examples/cpp/course_scheduling.cc @@ -1,4 +1,4 @@ -// Copyright 2010-2021 Google LLC +// Copyright 2010-2022 Google LLC // Licensed under the Apache License, Version 2.0 (the "License"); // you may not use this file except in compliance with the License. // You may obtain a copy of the License at diff --git a/examples/cpp/course_scheduling.h b/examples/cpp/course_scheduling.h index 90d9dafef8..512d734ff1 100644 --- a/examples/cpp/course_scheduling.h +++ b/examples/cpp/course_scheduling.h @@ -1,4 +1,4 @@ -// Copyright 2010-2021 Google LLC +// Copyright 2010-2022 Google LLC // Licensed under the Apache License, Version 2.0 (the "License"); // you may not use this file except in compliance with the License. // You may obtain a copy of the License at diff --git a/examples/cpp/course_scheduling.proto b/examples/cpp/course_scheduling.proto index d53c3c2b50..fcb564a0b0 100644 --- a/examples/cpp/course_scheduling.proto +++ b/examples/cpp/course_scheduling.proto @@ -1,4 +1,4 @@ -// Copyright 2010-2021 Google LLC +// Copyright 2010-2022 Google LLC // Licensed under the Apache License, Version 2.0 (the "License"); // you may not use this file except in compliance with the License. // You may obtain a copy of the License at diff --git a/examples/cpp/course_scheduling_run.cc b/examples/cpp/course_scheduling_run.cc index 433691bb4d..691212f5b7 100644 --- a/examples/cpp/course_scheduling_run.cc +++ b/examples/cpp/course_scheduling_run.cc @@ -1,4 +1,4 @@ -// Copyright 2010-2021 Google LLC +// Copyright 2010-2022 Google LLC // Licensed under the Apache License, Version 2.0 (the "License"); // you may not use this file except in compliance with the License. // You may obtain a copy of the License at diff --git a/examples/cpp/cryptarithm_sat.cc b/examples/cpp/cryptarithm_sat.cc index 7dbac50d0c..72c86e19c1 100644 --- a/examples/cpp/cryptarithm_sat.cc +++ b/examples/cpp/cryptarithm_sat.cc @@ -1,4 +1,4 @@ -// Copyright 2010-2021 Google LLC +// Copyright 2010-2022 Google LLC // Licensed under the Apache License, Version 2.0 (the "License"); // you may not use this file except in compliance with the License. // You may obtain a copy of the License at diff --git a/examples/cpp/cvrp_disjoint_tw.cc b/examples/cpp/cvrp_disjoint_tw.cc index bacf402c31..6d1e6de0c9 100644 --- a/examples/cpp/cvrp_disjoint_tw.cc +++ b/examples/cpp/cvrp_disjoint_tw.cc @@ -1,4 +1,4 @@ -// Copyright 2010-2021 Google LLC +// Copyright 2010-2022 Google LLC // Licensed under the Apache License, Version 2.0 (the "License"); // you may not use this file except in compliance with the License. // You may obtain a copy of the License at diff --git a/examples/cpp/cvrptw.cc b/examples/cpp/cvrptw.cc index 89f578b871..c9aa53597f 100644 --- a/examples/cpp/cvrptw.cc +++ b/examples/cpp/cvrptw.cc @@ -1,4 +1,4 @@ -// Copyright 2010-2021 Google LLC +// Copyright 2010-2022 Google LLC // Licensed under the Apache License, Version 2.0 (the "License"); // you may not use this file except in compliance with the License. // You may obtain a copy of the License at diff --git a/examples/cpp/cvrptw_lib.h b/examples/cpp/cvrptw_lib.h index cf8190b83b..fcc8c84a58 100644 --- a/examples/cpp/cvrptw_lib.h +++ b/examples/cpp/cvrptw_lib.h @@ -1,4 +1,4 @@ -// Copyright 2010-2021 Google LLC +// Copyright 2010-2022 Google LLC // Licensed under the Apache License, Version 2.0 (the "License"); // you may not use this file except in compliance with the License. // You may obtain a copy of the License at diff --git a/examples/cpp/cvrptw_with_breaks.cc b/examples/cpp/cvrptw_with_breaks.cc index be4d9a7632..2e1083ddb4 100644 --- a/examples/cpp/cvrptw_with_breaks.cc +++ b/examples/cpp/cvrptw_with_breaks.cc @@ -1,4 +1,4 @@ -// Copyright 2010-2021 Google LLC +// Copyright 2010-2022 Google LLC // Licensed under the Apache License, Version 2.0 (the "License"); // you may not use this file except in compliance with the License. // You may obtain a copy of the License at diff --git a/examples/cpp/cvrptw_with_refueling.cc b/examples/cpp/cvrptw_with_refueling.cc index 8a235812f6..dcc54f12aa 100644 --- a/examples/cpp/cvrptw_with_refueling.cc +++ b/examples/cpp/cvrptw_with_refueling.cc @@ -1,4 +1,4 @@ -// Copyright 2010-2021 Google LLC +// Copyright 2010-2022 Google LLC // Licensed under the Apache License, Version 2.0 (the "License"); // you may not use this file except in compliance with the License. // You may obtain a copy of the License at diff --git a/examples/cpp/cvrptw_with_resources.cc b/examples/cpp/cvrptw_with_resources.cc index 7d1e29187c..bb651942fb 100644 --- a/examples/cpp/cvrptw_with_resources.cc +++ b/examples/cpp/cvrptw_with_resources.cc @@ -1,4 +1,4 @@ -// Copyright 2010-2021 Google LLC +// Copyright 2010-2022 Google LLC // Licensed under the Apache License, Version 2.0 (the "License"); // you may not use this file except in compliance with the License. // You may obtain a copy of the License at diff --git a/examples/cpp/cvrptw_with_stop_times_and_resources.cc b/examples/cpp/cvrptw_with_stop_times_and_resources.cc index 61d3964ea4..50df1a5c5a 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-2021 Google LLC +// Copyright 2010-2022 Google LLC // Licensed under the Apache License, Version 2.0 (the "License"); // you may not use this file except in compliance with the License. // You may obtain a copy of the License at diff --git a/examples/cpp/dimacs_assignment.cc b/examples/cpp/dimacs_assignment.cc index 9ad2d4171c..d1b32cf601 100644 --- a/examples/cpp/dimacs_assignment.cc +++ b/examples/cpp/dimacs_assignment.cc @@ -1,4 +1,4 @@ -// Copyright 2010-2021 Google LLC +// Copyright 2010-2022 Google LLC // Licensed under the Apache License, Version 2.0 (the "License"); // you may not use this file except in compliance with the License. // You may obtain a copy of the License at diff --git a/examples/cpp/dobble_ls.cc b/examples/cpp/dobble_ls.cc index 3ca2516eee..6643d6a1d7 100644 --- a/examples/cpp/dobble_ls.cc +++ b/examples/cpp/dobble_ls.cc @@ -1,4 +1,4 @@ -// Copyright 2010-2021 Google LLC +// Copyright 2010-2022 Google LLC // Licensed under the Apache License, Version 2.0 (the "License"); // you may not use this file except in compliance with the License. // You may obtain a copy of the License at diff --git a/examples/cpp/fap_model_printer.h b/examples/cpp/fap_model_printer.h index 8fb2823341..215b23f8da 100644 --- a/examples/cpp/fap_model_printer.h +++ b/examples/cpp/fap_model_printer.h @@ -1,4 +1,4 @@ -// Copyright 2010-2021 Google LLC +// Copyright 2010-2022 Google LLC // Licensed under the Apache License, Version 2.0 (the "License"); // you may not use this file except in compliance with the License. // You may obtain a copy of the License at diff --git a/examples/cpp/fap_parser.h b/examples/cpp/fap_parser.h index dedd7e9658..85d12569bf 100644 --- a/examples/cpp/fap_parser.h +++ b/examples/cpp/fap_parser.h @@ -1,4 +1,4 @@ -// Copyright 2010-2021 Google LLC +// Copyright 2010-2022 Google LLC // Licensed under the Apache License, Version 2.0 (the "License"); // you may not use this file except in compliance with the License. // You may obtain a copy of the License at diff --git a/examples/cpp/fap_utilities.h b/examples/cpp/fap_utilities.h index 412ce89ac8..2423641769 100644 --- a/examples/cpp/fap_utilities.h +++ b/examples/cpp/fap_utilities.h @@ -1,4 +1,4 @@ -// Copyright 2010-2021 Google LLC +// Copyright 2010-2022 Google LLC // Licensed under the Apache License, Version 2.0 (the "License"); // you may not use this file except in compliance with the License. // You may obtain a copy of the License at diff --git a/examples/cpp/flow_api.cc b/examples/cpp/flow_api.cc index 031054121e..291b63f2fc 100644 --- a/examples/cpp/flow_api.cc +++ b/examples/cpp/flow_api.cc @@ -1,4 +1,4 @@ -// Copyright 2010-2021 Google LLC +// Copyright 2010-2022 Google LLC // Licensed under the Apache License, Version 2.0 (the "License"); // you may not use this file except in compliance with the License. // You may obtain a copy of the License at diff --git a/examples/cpp/frequency_assignment_problem.cc b/examples/cpp/frequency_assignment_problem.cc index bf5ee29292..dcc55a54e2 100644 --- a/examples/cpp/frequency_assignment_problem.cc +++ b/examples/cpp/frequency_assignment_problem.cc @@ -1,4 +1,4 @@ -// Copyright 2010-2021 Google LLC +// Copyright 2010-2022 Google LLC // Licensed under the Apache License, Version 2.0 (the "License"); // you may not use this file except in compliance with the License. // You may obtain a copy of the License at diff --git a/examples/cpp/golomb_sat.cc b/examples/cpp/golomb_sat.cc index 9822cee7c0..99210fcca2 100644 --- a/examples/cpp/golomb_sat.cc +++ b/examples/cpp/golomb_sat.cc @@ -1,4 +1,4 @@ -// Copyright 2010-2021 Google LLC +// Copyright 2010-2022 Google LLC // Licensed under the Apache License, Version 2.0 (the "License"); // you may not use this file except in compliance with the License. // You may obtain a copy of the License at diff --git a/examples/cpp/integer_programming.cc b/examples/cpp/integer_programming.cc index 8b61dd724f..1c65696f50 100644 --- a/examples/cpp/integer_programming.cc +++ b/examples/cpp/integer_programming.cc @@ -1,4 +1,4 @@ -// Copyright 2010-2021 Google LLC +// Copyright 2010-2022 Google LLC // Licensed under the Apache License, Version 2.0 (the "License"); // you may not use this file except in compliance with the License. // You may obtain a copy of the License at diff --git a/examples/cpp/jobshop_sat.cc b/examples/cpp/jobshop_sat.cc index c7c1560faa..3c1c44eee9 100644 --- a/examples/cpp/jobshop_sat.cc +++ b/examples/cpp/jobshop_sat.cc @@ -1,4 +1,4 @@ -// Copyright 2010-2021 Google LLC +// Copyright 2010-2022 Google LLC // Licensed under the Apache License, Version 2.0 (the "License"); // you may not use this file except in compliance with the License. // You may obtain a copy of the License at diff --git a/examples/cpp/knapsack_2d_sat.cc b/examples/cpp/knapsack_2d_sat.cc index c585bedeb3..311d3ccd90 100644 --- a/examples/cpp/knapsack_2d_sat.cc +++ b/examples/cpp/knapsack_2d_sat.cc @@ -1,4 +1,4 @@ -// Copyright 2010-2021 Google LLC +// Copyright 2010-2022 Google LLC // Licensed under the Apache License, Version 2.0 (the "License"); // you may not use this file except in compliance with the License. // You may obtain a copy of the License at diff --git a/examples/cpp/linear_assignment_api.cc b/examples/cpp/linear_assignment_api.cc index d21fa576f3..1675711eea 100644 --- a/examples/cpp/linear_assignment_api.cc +++ b/examples/cpp/linear_assignment_api.cc @@ -1,4 +1,4 @@ -// Copyright 2010-2021 Google LLC +// Copyright 2010-2022 Google LLC // Licensed under the Apache License, Version 2.0 (the "License"); // you may not use this file except in compliance with the License. // You may obtain a copy of the License at diff --git a/examples/cpp/linear_programming.cc b/examples/cpp/linear_programming.cc index 71d5811030..e519486772 100644 --- a/examples/cpp/linear_programming.cc +++ b/examples/cpp/linear_programming.cc @@ -1,4 +1,4 @@ -// Copyright 2010-2021 Google LLC +// Copyright 2010-2022 Google LLC // Licensed under the Apache License, Version 2.0 (the "License"); // you may not use this file except in compliance with the License. // You may obtain a copy of the License at diff --git a/examples/cpp/linear_solver_protocol_buffers.cc b/examples/cpp/linear_solver_protocol_buffers.cc index ae15c6c403..64572a6248 100644 --- a/examples/cpp/linear_solver_protocol_buffers.cc +++ b/examples/cpp/linear_solver_protocol_buffers.cc @@ -1,4 +1,4 @@ -// Copyright 2010-2021 Google LLC +// Copyright 2010-2022 Google LLC // Licensed under the Apache License, Version 2.0 (the "License"); // you may not use this file except in compliance with the License. // You may obtain a copy of the License at diff --git a/examples/cpp/magic_sequence_sat.cc b/examples/cpp/magic_sequence_sat.cc index 8827765a81..8ef5268b6b 100644 --- a/examples/cpp/magic_sequence_sat.cc +++ b/examples/cpp/magic_sequence_sat.cc @@ -1,4 +1,4 @@ -// Copyright 2010-2021 Google LLC +// Copyright 2010-2022 Google LLC // Licensed under the Apache License, Version 2.0 (the "License"); // you may not use this file except in compliance with the License. // You may obtain a copy of the License at diff --git a/examples/cpp/magic_square_sat.cc b/examples/cpp/magic_square_sat.cc index c5183c0305..8438bff069 100644 --- a/examples/cpp/magic_square_sat.cc +++ b/examples/cpp/magic_square_sat.cc @@ -1,4 +1,4 @@ -// Copyright 2010-2021 Google LLC +// Copyright 2010-2022 Google LLC // Licensed under the Apache License, Version 2.0 (the "License"); // you may not use this file except in compliance with the License. // You may obtain a copy of the License at diff --git a/examples/cpp/mps_driver.cc b/examples/cpp/mps_driver.cc index 7a90bf1344..8215c3bb5c 100644 --- a/examples/cpp/mps_driver.cc +++ b/examples/cpp/mps_driver.cc @@ -1,4 +1,4 @@ -// Copyright 2010-2021 Google LLC +// Copyright 2010-2022 Google LLC // Licensed under the Apache License, Version 2.0 (the "License"); // you may not use this file except in compliance with the License. // You may obtain a copy of the License at diff --git a/examples/cpp/multi_knapsack_sat.cc b/examples/cpp/multi_knapsack_sat.cc index d16ba3fce9..f3726d6490 100644 --- a/examples/cpp/multi_knapsack_sat.cc +++ b/examples/cpp/multi_knapsack_sat.cc @@ -1,4 +1,4 @@ -// Copyright 2010-2021 Google LLC +// Copyright 2010-2022 Google LLC // Licensed under the Apache License, Version 2.0 (the "License"); // you may not use this file except in compliance with the License. // You may obtain a copy of the License at diff --git a/examples/cpp/network_routing_sat.cc b/examples/cpp/network_routing_sat.cc index f44974b064..9f70d37210 100644 --- a/examples/cpp/network_routing_sat.cc +++ b/examples/cpp/network_routing_sat.cc @@ -1,4 +1,4 @@ -// Copyright 2010-2021 Google LLC +// Copyright 2010-2022 Google LLC // Licensed under the Apache License, Version 2.0 (the "License"); // you may not use this file except in compliance with the License. // You may obtain a copy of the License at diff --git a/examples/cpp/nqueens.cc b/examples/cpp/nqueens.cc index fedd37f016..103e22558d 100644 --- a/examples/cpp/nqueens.cc +++ b/examples/cpp/nqueens.cc @@ -1,4 +1,4 @@ -// Copyright 2010-2021 Google LLC +// Copyright 2010-2022 Google LLC // Licensed under the Apache License, Version 2.0 (the "License"); // you may not use this file except in compliance with the License. // You may obtain a copy of the License at diff --git a/examples/cpp/opb_reader.h b/examples/cpp/opb_reader.h index 94b366f544..0d35be3f22 100644 --- a/examples/cpp/opb_reader.h +++ b/examples/cpp/opb_reader.h @@ -1,4 +1,4 @@ -// Copyright 2010-2021 Google LLC +// Copyright 2010-2022 Google LLC // Licensed under the Apache License, Version 2.0 (the "License"); // you may not use this file except in compliance with the License. // You may obtain a copy of the License at diff --git a/examples/cpp/parse_dimacs_assignment.h b/examples/cpp/parse_dimacs_assignment.h index 2b572277dc..6a3d53b5a5 100644 --- a/examples/cpp/parse_dimacs_assignment.h +++ b/examples/cpp/parse_dimacs_assignment.h @@ -1,4 +1,4 @@ -// Copyright 2010-2021 Google LLC +// Copyright 2010-2022 Google LLC // Licensed under the Apache License, Version 2.0 (the "License"); // you may not use this file except in compliance with the License. // You may obtain a copy of the License at diff --git a/examples/cpp/pdptw.cc b/examples/cpp/pdptw.cc index 7a18a536af..31e81f4548 100644 --- a/examples/cpp/pdptw.cc +++ b/examples/cpp/pdptw.cc @@ -1,4 +1,4 @@ -// Copyright 2010-2021 Google LLC +// Copyright 2010-2022 Google LLC // Licensed under the Apache License, Version 2.0 (the "License"); // you may not use this file except in compliance with the License. // You may obtain a copy of the License at diff --git a/examples/cpp/print_dimacs_assignment.h b/examples/cpp/print_dimacs_assignment.h index 727b64dae8..a209fc6985 100644 --- a/examples/cpp/print_dimacs_assignment.h +++ b/examples/cpp/print_dimacs_assignment.h @@ -1,4 +1,4 @@ -// Copyright 2010-2021 Google LLC +// Copyright 2010-2022 Google LLC // Licensed under the Apache License, Version 2.0 (the "License"); // you may not use this file except in compliance with the License. // You may obtain a copy of the License at diff --git a/examples/cpp/random_tsp.cc b/examples/cpp/random_tsp.cc index 6508958d20..819ac37c9b 100644 --- a/examples/cpp/random_tsp.cc +++ b/examples/cpp/random_tsp.cc @@ -1,4 +1,4 @@ -// Copyright 2010-2021 Google LLC +// Copyright 2010-2022 Google LLC // Licensed under the Apache License, Version 2.0 (the "License"); // you may not use this file except in compliance with the License. // You may obtain a copy of the License at diff --git a/examples/cpp/sat_cnf_reader.h b/examples/cpp/sat_cnf_reader.h index 644913b117..a2e0302310 100644 --- a/examples/cpp/sat_cnf_reader.h +++ b/examples/cpp/sat_cnf_reader.h @@ -1,4 +1,4 @@ -// Copyright 2010-2021 Google LLC +// Copyright 2010-2022 Google LLC // Licensed under the Apache License, Version 2.0 (the "License"); // you may not use this file except in compliance with the License. // You may obtain a copy of the License at diff --git a/examples/cpp/sat_runner.cc b/examples/cpp/sat_runner.cc index 9287c3b5e7..a118062d07 100644 --- a/examples/cpp/sat_runner.cc +++ b/examples/cpp/sat_runner.cc @@ -1,4 +1,4 @@ -// Copyright 2010-2021 Google LLC +// Copyright 2010-2022 Google LLC // Licensed under the Apache License, Version 2.0 (the "License"); // you may not use this file except in compliance with the License. // You may obtain a copy of the License at diff --git a/examples/cpp/shift_minimization_sat.cc b/examples/cpp/shift_minimization_sat.cc index 01653b08b1..fc7b806601 100644 --- a/examples/cpp/shift_minimization_sat.cc +++ b/examples/cpp/shift_minimization_sat.cc @@ -1,4 +1,4 @@ -// Copyright 2010-2021 Google LLC +// Copyright 2010-2022 Google LLC // Licensed under the Apache License, Version 2.0 (the "License"); // you may not use this file except in compliance with the License. // You may obtain a copy of the License at diff --git a/examples/cpp/slitherlink_sat.cc b/examples/cpp/slitherlink_sat.cc index 5f40f437a9..acd4c169e7 100644 --- a/examples/cpp/slitherlink_sat.cc +++ b/examples/cpp/slitherlink_sat.cc @@ -1,4 +1,4 @@ -// Copyright 2010-2021 Google LLC +// Copyright 2010-2022 Google LLC // Licensed under the Apache License, Version 2.0 (the "License"); // you may not use this file except in compliance with the License. // You may obtain a copy of the License at diff --git a/examples/cpp/solve.cc b/examples/cpp/solve.cc index deafee36b5..567a79b08e 100644 --- a/examples/cpp/solve.cc +++ b/examples/cpp/solve.cc @@ -1,4 +1,4 @@ -// Copyright 2010-2021 Google LLC +// Copyright 2010-2022 Google LLC // Licensed under the Apache License, Version 2.0 (the "License"); // you may not use this file except in compliance with the License. // You may obtain a copy of the License at diff --git a/examples/cpp/sports_scheduling_sat.cc b/examples/cpp/sports_scheduling_sat.cc index 2388420bb8..b7ae350621 100644 --- a/examples/cpp/sports_scheduling_sat.cc +++ b/examples/cpp/sports_scheduling_sat.cc @@ -1,4 +1,4 @@ -// Copyright 2010-2021 Google LLC +// Copyright 2010-2022 Google LLC // Licensed under the Apache License, Version 2.0 (the "License"); // you may not use this file except in compliance with the License. // You may obtain a copy of the License at diff --git a/examples/cpp/strawberry_fields_with_column_generation.cc b/examples/cpp/strawberry_fields_with_column_generation.cc index 80c0872b33..2c0933fe0e 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-2021 Google LLC +// Copyright 2010-2022 Google LLC // Licensed under the Apache License, Version 2.0 (the "License"); // you may not use this file except in compliance with the License. // You may obtain a copy of the License at diff --git a/examples/cpp/vector_bin_packing_solver.cc b/examples/cpp/vector_bin_packing_solver.cc index 4ca6ecbb72..d975916500 100644 --- a/examples/cpp/vector_bin_packing_solver.cc +++ b/examples/cpp/vector_bin_packing_solver.cc @@ -1,4 +1,4 @@ -// Copyright 2010-2021 Google LLC +// Copyright 2010-2022 Google LLC // Licensed under the Apache License, Version 2.0 (the "License"); // you may not use this file except in compliance with the License. // You may obtain a copy of the License at diff --git a/examples/cpp/weighted_tardiness_sat.cc b/examples/cpp/weighted_tardiness_sat.cc index 0052aad1ed..78946c1b79 100644 --- a/examples/cpp/weighted_tardiness_sat.cc +++ b/examples/cpp/weighted_tardiness_sat.cc @@ -1,4 +1,4 @@ -// Copyright 2010-2021 Google LLC +// Copyright 2010-2022 Google LLC // Licensed under the Apache License, Version 2.0 (the "License"); // you may not use this file except in compliance with the License. // You may obtain a copy of the License at diff --git a/examples/dotnet/BalanceGroupSat.cs b/examples/dotnet/BalanceGroupSat.cs index aac51b74ca..1ee4fb8b36 100644 --- a/examples/dotnet/BalanceGroupSat.cs +++ b/examples/dotnet/BalanceGroupSat.cs @@ -1,4 +1,4 @@ -// Copyright 2010-2021 Google LLC +// Copyright 2010-2022 Google LLC // Licensed under the Apache License, Version 2.0 (the "License"); // you may not use this file except in compliance with the License. // You may obtain a copy of the License at diff --git a/examples/dotnet/GateSchedulingSat.cs b/examples/dotnet/GateSchedulingSat.cs index 63370e8866..acb68c8037 100644 --- a/examples/dotnet/GateSchedulingSat.cs +++ b/examples/dotnet/GateSchedulingSat.cs @@ -1,4 +1,4 @@ -// Copyright 2010-2021 Google LLC +// Copyright 2010-2022 Google LLC // Licensed under the Apache License, Version 2.0 (the "License"); // you may not use this file except in compliance with the License. // You may obtain a copy of the License at diff --git a/examples/dotnet/JobshopFt06Sat.cs b/examples/dotnet/JobshopFt06Sat.cs index 5ab3b02ee4..15299880df 100644 --- a/examples/dotnet/JobshopFt06Sat.cs +++ b/examples/dotnet/JobshopFt06Sat.cs @@ -1,4 +1,4 @@ -// Copyright 2010-2021 Google LLC +// Copyright 2010-2022 Google LLC // Licensed under the Apache License, Version 2.0 (the "License"); // you may not use this file except in compliance with the License. // You may obtain a copy of the License at diff --git a/examples/dotnet/JobshopSat.cs b/examples/dotnet/JobshopSat.cs index 3a3a629cb0..30e77c6c2c 100644 --- a/examples/dotnet/JobshopSat.cs +++ b/examples/dotnet/JobshopSat.cs @@ -1,4 +1,4 @@ -// Copyright 2010-2021 Google LLC +// Copyright 2010-2022 Google LLC // Licensed under the Apache License, Version 2.0 (the "License"); // you may not use this file except in compliance with the License. // You may obtain a copy of the License at diff --git a/examples/dotnet/NetworkRoutingSat.cs b/examples/dotnet/NetworkRoutingSat.cs index 429ba619b4..4c400ebca1 100644 --- a/examples/dotnet/NetworkRoutingSat.cs +++ b/examples/dotnet/NetworkRoutingSat.cs @@ -1,4 +1,4 @@ -// Copyright 2010-2021 Google LLC +// Copyright 2010-2022 Google LLC // Licensed under the Apache License, Version 2.0 (the "License"); // you may not use this file except in compliance with the License. // You may obtain a copy of the License at diff --git a/examples/dotnet/NursesSat.cs b/examples/dotnet/NursesSat.cs index 0f3e5812b1..7a4a168238 100644 --- a/examples/dotnet/NursesSat.cs +++ b/examples/dotnet/NursesSat.cs @@ -1,4 +1,4 @@ -// Copyright 2010-2021 Google LLC +// Copyright 2010-2022 Google LLC // Licensed under the Apache License, Version 2.0 (the "License"); // you may not use this file except in compliance with the License. // You may obtain a copy of the License at diff --git a/examples/dotnet/ShiftSchedulingSat.cs b/examples/dotnet/ShiftSchedulingSat.cs index 4ccd3be219..da1c1883fc 100644 --- a/examples/dotnet/ShiftSchedulingSat.cs +++ b/examples/dotnet/ShiftSchedulingSat.cs @@ -1,4 +1,4 @@ -// Copyright 2010-2021 Google LLC +// Copyright 2010-2022 Google LLC // Licensed under the Apache License, Version 2.0 (the "License"); // you may not use this file except in compliance with the License. // You may obtain a copy of the License at diff --git a/examples/dotnet/SpeakerSchedulingSat.cs b/examples/dotnet/SpeakerSchedulingSat.cs index b859d62e25..451a5e0136 100644 --- a/examples/dotnet/SpeakerSchedulingSat.cs +++ b/examples/dotnet/SpeakerSchedulingSat.cs @@ -1,4 +1,4 @@ -// Copyright 2010-2021 Google LLC +// Copyright 2010-2022 Google LLC // Licensed under the Apache License, Version 2.0 (the "License"); // you may not use this file except in compliance with the License. // You may obtain a copy of the License at diff --git a/examples/dotnet/TaskSchedulingSat.cs b/examples/dotnet/TaskSchedulingSat.cs index f9f048dfd2..1d9e524f3a 100644 --- a/examples/dotnet/TaskSchedulingSat.cs +++ b/examples/dotnet/TaskSchedulingSat.cs @@ -1,4 +1,4 @@ -// Copyright 2010-2021 Google LLC +// Copyright 2010-2022 Google LLC // Licensed under the Apache License, Version 2.0 (the "License"); // you may not use this file except in compliance with the License. // You may obtain a copy of the License at diff --git a/examples/dotnet/cscvrptw.cs b/examples/dotnet/cscvrptw.cs index f868329217..08386f8ce9 100644 --- a/examples/dotnet/cscvrptw.cs +++ b/examples/dotnet/cscvrptw.cs @@ -1,4 +1,4 @@ -// Copyright 2010-2021 Google LLC +// Copyright 2010-2022 Google LLC // Licensed under the Apache License, Version 2.0 (the "License"); // you may not use this file except in compliance with the License. // You may obtain a copy of the License at diff --git a/examples/dotnet/csflow.cs b/examples/dotnet/csflow.cs index 5baae15128..d735cc3794 100644 --- a/examples/dotnet/csflow.cs +++ b/examples/dotnet/csflow.cs @@ -1,4 +1,4 @@ -// Copyright 2010-2021 Google LLC +// Copyright 2010-2022 Google LLC // Licensed under the Apache License, Version 2.0 (the "License"); // you may not use this file except in compliance with the License. // You may obtain a copy of the License at diff --git a/examples/dotnet/csintegerprogramming.cs b/examples/dotnet/csintegerprogramming.cs index 921ec8394e..3791a17498 100644 --- a/examples/dotnet/csintegerprogramming.cs +++ b/examples/dotnet/csintegerprogramming.cs @@ -1,4 +1,4 @@ -// Copyright 2010-2021 Google LLC +// Copyright 2010-2022 Google LLC // Licensed under the Apache License, Version 2.0 (the "License"); // you may not use this file except in compliance with the License. // You may obtain a copy of the License at diff --git a/examples/dotnet/csknapsack.cs b/examples/dotnet/csknapsack.cs index b0e6fddfc1..3843a085c8 100644 --- a/examples/dotnet/csknapsack.cs +++ b/examples/dotnet/csknapsack.cs @@ -1,4 +1,4 @@ -// Copyright 2010-2021 Google LLC +// Copyright 2010-2022 Google LLC // Licensed under the Apache License, Version 2.0 (the "License"); // you may not use this file except in compliance with the License. // You may obtain a copy of the License at diff --git a/examples/dotnet/cslinearprogramming.cs b/examples/dotnet/cslinearprogramming.cs index fcd3ba8d53..c3f2188db0 100644 --- a/examples/dotnet/cslinearprogramming.cs +++ b/examples/dotnet/cslinearprogramming.cs @@ -1,4 +1,4 @@ -// Copyright 2010-2021 Google LLC +// Copyright 2010-2022 Google LLC // Licensed under the Apache License, Version 2.0 (the "License"); // you may not use this file except in compliance with the License. // You may obtain a copy of the License at diff --git a/examples/dotnet/csls_api.cs b/examples/dotnet/csls_api.cs index bfee4ee210..ca7a852327 100644 --- a/examples/dotnet/csls_api.cs +++ b/examples/dotnet/csls_api.cs @@ -1,4 +1,4 @@ -// Copyright 2010-2021 Google LLC +// Copyright 2010-2022 Google LLC // Licensed under the Apache License, Version 2.0 (the "License"); // you may not use this file except in compliance with the License. // You may obtain a copy of the License at diff --git a/examples/dotnet/csrabbitspheasants.cs b/examples/dotnet/csrabbitspheasants.cs index d42794d018..2b550f1916 100644 --- a/examples/dotnet/csrabbitspheasants.cs +++ b/examples/dotnet/csrabbitspheasants.cs @@ -1,4 +1,4 @@ -// Copyright 2010-2021 Google LLC +// Copyright 2010-2022 Google LLC // Licensed under the Apache License, Version 2.0 (the "License"); // you may not use this file except in compliance with the License. // You may obtain a copy of the License at diff --git a/examples/dotnet/cstsp.cs b/examples/dotnet/cstsp.cs index fdf5c8ee19..f62f53ae2d 100644 --- a/examples/dotnet/cstsp.cs +++ b/examples/dotnet/cstsp.cs @@ -1,4 +1,4 @@ -// Copyright 2010-2021 Google LLC +// Copyright 2010-2022 Google LLC // Licensed under the Apache License, Version 2.0 (the "License"); // you may not use this file except in compliance with the License. // You may obtain a copy of the License at diff --git a/examples/dotnet/furniture_moving_intervals.cs b/examples/dotnet/furniture_moving_intervals.cs index 379c2bf7e4..784b2fbf49 100644 --- a/examples/dotnet/furniture_moving_intervals.cs +++ b/examples/dotnet/furniture_moving_intervals.cs @@ -1,4 +1,4 @@ -// Copyright 2010-2021 Google LLC +// Copyright 2010-2022 Google LLC // Licensed under the Apache License, Version 2.0 (the "License"); // you may not use this file except in compliance with the License. // You may obtain a copy of the License at diff --git a/examples/dotnet/organize_day_intervals.cs b/examples/dotnet/organize_day_intervals.cs index e77c8d048d..58328d0d00 100644 --- a/examples/dotnet/organize_day_intervals.cs +++ b/examples/dotnet/organize_day_intervals.cs @@ -1,4 +1,4 @@ -// Copyright 2010-2021 Google LLC +// Copyright 2010-2022 Google LLC // Licensed under the Apache License, Version 2.0 (the "License"); // you may not use this file except in compliance with the License. // You may obtain a copy of the License at diff --git a/examples/dotnet/techtalk_scheduling.cs b/examples/dotnet/techtalk_scheduling.cs index c2d3aebe86..39e1ca9a5e 100644 --- a/examples/dotnet/techtalk_scheduling.cs +++ b/examples/dotnet/techtalk_scheduling.cs @@ -1,4 +1,4 @@ -// Copyright 2010-2021 Google LLC +// Copyright 2010-2022 Google LLC // Licensed under the Apache License, Version 2.0 (the "License"); // you may not use this file except in compliance with the License. // You may obtain a copy of the License at diff --git a/examples/java/FlowExample.java b/examples/java/FlowExample.java index 7229b2c3a1..91afc45cf7 100644 --- a/examples/java/FlowExample.java +++ b/examples/java/FlowExample.java @@ -1,4 +1,4 @@ -// Copyright 2010-2021 Google LLC +// Copyright 2010-2022 Google LLC // Licensed under the Apache License, Version 2.0 (the "License"); // you may not use this file except in compliance with the License. // You may obtain a copy of the License at diff --git a/examples/java/IntegerProgramming.java b/examples/java/IntegerProgramming.java index 4f216fdcb3..86fd79e030 100644 --- a/examples/java/IntegerProgramming.java +++ b/examples/java/IntegerProgramming.java @@ -1,4 +1,4 @@ -// Copyright 2010-2021 Google LLC +// Copyright 2010-2022 Google LLC // Licensed under the Apache License, Version 2.0 (the "License"); // you may not use this file except in compliance with the License. // You may obtain a copy of the License at diff --git a/examples/java/LinearAssignmentAPI.java b/examples/java/LinearAssignmentAPI.java index 5c4acc879a..5df0df8b2e 100644 --- a/examples/java/LinearAssignmentAPI.java +++ b/examples/java/LinearAssignmentAPI.java @@ -1,4 +1,4 @@ -// Copyright 2010-2021 Google LLC +// Copyright 2010-2022 Google LLC // Licensed under the Apache License, Version 2.0 (the "License"); // you may not use this file except in compliance with the License. // You may obtain a copy of the License at diff --git a/examples/java/LinearProgramming.java b/examples/java/LinearProgramming.java index aa60370be6..e3c34295b8 100644 --- a/examples/java/LinearProgramming.java +++ b/examples/java/LinearProgramming.java @@ -1,4 +1,4 @@ -// Copyright 2010-2021 Google LLC +// Copyright 2010-2022 Google LLC // Licensed under the Apache License, Version 2.0 (the "License"); // you may not use this file except in compliance with the License. // You may obtain a copy of the License at diff --git a/examples/java/RabbitsPheasants.java b/examples/java/RabbitsPheasants.java index 219a73f64f..59e4899d9f 100644 --- a/examples/java/RabbitsPheasants.java +++ b/examples/java/RabbitsPheasants.java @@ -1,4 +1,4 @@ -// Copyright 2010-2021 Google LLC +// Copyright 2010-2022 Google LLC // Licensed under the Apache License, Version 2.0 (the "License"); // you may not use this file except in compliance with the License. // You may obtain a copy of the License at diff --git a/examples/java/RandomTsp.java b/examples/java/RandomTsp.java index bfee2aeca2..e51ec761e7 100644 --- a/examples/java/RandomTsp.java +++ b/examples/java/RandomTsp.java @@ -1,4 +1,4 @@ -// Copyright 2010-2021 Google LLC +// Copyright 2010-2022 Google LLC // // Licensed under the Apache License, Version 2.0 (the "License"); // you may not use this file except in compliance with the License. diff --git a/examples/notebook/examples/assignment2_sat.ipynb b/examples/notebook/examples/assignment2_sat.ipynb index 4dfc899cdb..feee205007 100644 --- a/examples/notebook/examples/assignment2_sat.ipynb +++ b/examples/notebook/examples/assignment2_sat.ipynb @@ -74,7 +74,7 @@ "metadata": {}, "outputs": [], "source": [ - "# Copyright 2010-2021 Google LLC\n", + "# Copyright 2010-2022 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 0247281b82..43c9015ea7 100644 --- a/examples/notebook/examples/chemical_balance_lp.ipynb +++ b/examples/notebook/examples/chemical_balance_lp.ipynb @@ -74,7 +74,7 @@ "metadata": {}, "outputs": [], "source": [ - "# Copyright 2010-2021 Google LLC\n", + "# Copyright 2010-2022 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 7fa3c186d3..6732547fe5 100644 --- a/examples/notebook/examples/chemical_balance_sat.ipynb +++ b/examples/notebook/examples/chemical_balance_sat.ipynb @@ -74,7 +74,7 @@ "metadata": {}, "outputs": [], "source": [ - "# Copyright 2010-2021 Google LLC\n", + "# Copyright 2010-2022 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 e0948e4728..9c619998aa 100644 --- a/examples/notebook/examples/worker_schedule_sat.ipynb +++ b/examples/notebook/examples/worker_schedule_sat.ipynb @@ -74,7 +74,7 @@ "metadata": {}, "outputs": [], "source": [ - "# Copyright 2010-2021 Google LLC\n", + "# Copyright 2010-2022 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 82a5149dc0..677f623fea 100755 --- a/examples/python/appointments.py +++ b/examples/python/appointments.py @@ -1,5 +1,5 @@ #!/usr/bin/env python3 -# Copyright 2010-2021 Google LLC +# Copyright 2010-2022 Google LLC # Licensed under the Apache License, Version 2.0 (the "License"); # you may not use this file except in compliance with the License. # You may obtain a copy of the License at diff --git a/examples/python/arc_flow_cutting_stock_sat.py b/examples/python/arc_flow_cutting_stock_sat.py index c22a2c385f..611f4950a8 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-2021 Google LLC +# Copyright 2010-2022 Google LLC # Licensed under the Apache License, Version 2.0 (the "License"); # you may not use this file except in compliance with the License. # You may obtain a copy of the License at diff --git a/examples/python/assignment2_sat.py b/examples/python/assignment2_sat.py index 011aee03e6..c2a76681e3 100644 --- a/examples/python/assignment2_sat.py +++ b/examples/python/assignment2_sat.py @@ -1,4 +1,4 @@ -# Copyright 2010-2021 Google LLC +# Copyright 2010-2022 Google LLC # Licensed under the Apache License, Version 2.0 (the "License"); # you may not use this file except in compliance with the License. # You may obtain a copy of the License at diff --git a/examples/python/assignment_with_constraints_sat.py b/examples/python/assignment_with_constraints_sat.py index 5f5c4eaf03..644633f493 100644 --- a/examples/python/assignment_with_constraints_sat.py +++ b/examples/python/assignment_with_constraints_sat.py @@ -1,4 +1,4 @@ -# Copyright 2010-2021 Google LLC +# Copyright 2010-2022 Google LLC # Licensed under the Apache License, Version 2.0 (the "License"); # you may not use this file except in compliance with the License. # You may obtain a copy of the License at diff --git a/examples/python/balance_group_sat.py b/examples/python/balance_group_sat.py index 606852222d..e2e86f75bb 100644 --- a/examples/python/balance_group_sat.py +++ b/examples/python/balance_group_sat.py @@ -1,4 +1,4 @@ -# Copyright 2010-2021 Google LLC +# Copyright 2010-2022 Google LLC # Licensed under the Apache License, Version 2.0 (the "License"); # you may not use this file except in compliance with the License. # You may obtain a copy of the License at diff --git a/examples/python/bus_driver_scheduling_flow_sat.py b/examples/python/bus_driver_scheduling_flow_sat.py index e44cb53863..db28233e68 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-2021 Google LLC +# Copyright 2010-2022 Google LLC # Licensed under the Apache License, Version 2.0 (the "License"); # you may not use this file except in compliance with the License. # You may obtain a copy of the License at diff --git a/examples/python/bus_driver_scheduling_sat.py b/examples/python/bus_driver_scheduling_sat.py index a310517f4c..6b9ae848cf 100755 --- a/examples/python/bus_driver_scheduling_sat.py +++ b/examples/python/bus_driver_scheduling_sat.py @@ -1,5 +1,5 @@ #!/usr/bin/env python3 -# Copyright 2010-2021 Google LLC +# Copyright 2010-2022 Google LLC # Licensed under the Apache License, Version 2.0 (the "License"); # you may not use this file except in compliance with the License. # You may obtain a copy of the License at diff --git a/examples/python/chemical_balance_lp.py b/examples/python/chemical_balance_lp.py index 2ef43f35d1..18132b411c 100644 --- a/examples/python/chemical_balance_lp.py +++ b/examples/python/chemical_balance_lp.py @@ -1,4 +1,4 @@ -# Copyright 2010-2021 Google LLC +# Copyright 2010-2022 Google LLC # Licensed under the Apache License, Version 2.0 (the "License"); # you may not use this file except in compliance with the License. # You may obtain a copy of the License at diff --git a/examples/python/chemical_balance_sat.py b/examples/python/chemical_balance_sat.py index f72e097f64..f8fe6c6494 100644 --- a/examples/python/chemical_balance_sat.py +++ b/examples/python/chemical_balance_sat.py @@ -1,4 +1,4 @@ -# Copyright 2010-2021 Google LLC +# Copyright 2010-2022 Google LLC # Licensed under the Apache License, Version 2.0 (the "License"); # you may not use this file except in compliance with the License. # You may obtain a copy of the License at diff --git a/examples/python/clustering_sat.py b/examples/python/clustering_sat.py index 38b83622b9..80299b4311 100644 --- a/examples/python/clustering_sat.py +++ b/examples/python/clustering_sat.py @@ -1,4 +1,4 @@ -# Copyright 2010-2021 Google LLC +# Copyright 2010-2022 Google LLC # Licensed under the Apache License, Version 2.0 (the "License"); # you may not use this file except in compliance with the License. # You may obtain a copy of the License at diff --git a/examples/python/cover_rectangle_sat.py b/examples/python/cover_rectangle_sat.py index 890abbe2b1..337eb9b7ad 100644 --- a/examples/python/cover_rectangle_sat.py +++ b/examples/python/cover_rectangle_sat.py @@ -1,4 +1,4 @@ -# Copyright 2010-2021 Google LLC +# Copyright 2010-2022 Google LLC # Licensed under the Apache License, Version 2.0 (the "License"); # you may not use this file except in compliance with the License. # You may obtain a copy of the License at diff --git a/examples/python/flexible_job_shop_sat.py b/examples/python/flexible_job_shop_sat.py index ad13ae3111..5cb07c68f5 100755 --- a/examples/python/flexible_job_shop_sat.py +++ b/examples/python/flexible_job_shop_sat.py @@ -1,5 +1,5 @@ #!/usr/bin/env python3 -# Copyright 2010-2021 Google LLC +# Copyright 2010-2022 Google LLC # Licensed under the Apache License, Version 2.0 (the "License"); # you may not use this file except in compliance with the License. # You may obtain a copy of the License at diff --git a/examples/python/gate_scheduling_sat.py b/examples/python/gate_scheduling_sat.py index e3d3e4a80a..002b5835fb 100755 --- a/examples/python/gate_scheduling_sat.py +++ b/examples/python/gate_scheduling_sat.py @@ -1,5 +1,5 @@ #!/usr/bin/env python3 -# Copyright 2010-2021 Google LLC +# Copyright 2010-2022 Google LLC # Licensed under the Apache License, Version 2.0 (the "License"); # you may not use this file except in compliance with the License. # You may obtain a copy of the License at diff --git a/examples/python/golomb8.py b/examples/python/golomb8.py index fd56ba83d3..06be9b61c3 100755 --- a/examples/python/golomb8.py +++ b/examples/python/golomb8.py @@ -1,5 +1,5 @@ #!/usr/bin/env python3 -# Copyright 2010-2021 Google LLC +# Copyright 2010-2022 Google LLC # Licensed under the Apache License, Version 2.0 (the "License"); # you may not use this file except in compliance with the License. # You may obtain a copy of the License at diff --git a/examples/python/golomb_sat.py b/examples/python/golomb_sat.py index 3ced6b8409..8825767772 100755 --- a/examples/python/golomb_sat.py +++ b/examples/python/golomb_sat.py @@ -1,5 +1,5 @@ #!/usr/bin/env python3 -# Copyright 2010-2021 Google LLC +# Copyright 2010-2022 Google LLC # Licensed under the Apache License, Version 2.0 (the "License"); # you may not use this file except in compliance with the License. # You may obtain a copy of the License at diff --git a/examples/python/hidato_sat.py b/examples/python/hidato_sat.py index 0ad82cabac..d7c189552f 100644 --- a/examples/python/hidato_sat.py +++ b/examples/python/hidato_sat.py @@ -1,5 +1,5 @@ #!/usr/bin/env python3 -# Copyright 2010-2021 Google LLC +# Copyright 2010-2022 Google LLC # Licensed under the Apache License, Version 2.0 (the "License"); # you may not use this file except in compliance with the License. # You may obtain a copy of the License at diff --git a/examples/python/integer_programming.py b/examples/python/integer_programming.py index cbc5d35537..c127031a2e 100644 --- a/examples/python/integer_programming.py +++ b/examples/python/integer_programming.py @@ -1,5 +1,5 @@ #!/usr/bin/env python3 -# Copyright 2010-2021 Google LLC +# Copyright 2010-2022 Google LLC # Licensed under the Apache License, Version 2.0 (the "License"); # you may not use this file except in compliance with the License. # You may obtain a copy of the License at diff --git a/examples/python/jobshop_ft06_distance_sat.py b/examples/python/jobshop_ft06_distance_sat.py index a246ab33ce..67296f3ed2 100644 --- a/examples/python/jobshop_ft06_distance_sat.py +++ b/examples/python/jobshop_ft06_distance_sat.py @@ -1,5 +1,5 @@ #!/usr/bin/env python3 -# Copyright 2010-2021 Google LLC +# Copyright 2010-2022 Google LLC # Licensed under the Apache License, Version 2.0 (the "License"); # you may not use this file except in compliance with the License. # You may obtain a copy of the License at diff --git a/examples/python/jobshop_ft06_sat.py b/examples/python/jobshop_ft06_sat.py index 7055ac446e..782cab3b12 100644 --- a/examples/python/jobshop_ft06_sat.py +++ b/examples/python/jobshop_ft06_sat.py @@ -1,5 +1,5 @@ #!/usr/bin/env python3 -# Copyright 2010-2021 Google LLC +# Copyright 2010-2022 Google LLC # Licensed under the Apache License, Version 2.0 (the "License"); # you may not use this file except in compliance with the License. # You may obtain a copy of the License at diff --git a/examples/python/jobshop_with_maintenance_sat.py b/examples/python/jobshop_with_maintenance_sat.py index d20211211e..a2a5cc36f9 100644 --- a/examples/python/jobshop_with_maintenance_sat.py +++ b/examples/python/jobshop_with_maintenance_sat.py @@ -1,4 +1,4 @@ -# Copyright 2010-2021 Google +# Copyright 2010-2022 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/knapsack_2d_sat.py b/examples/python/knapsack_2d_sat.py index 620acd21c7..7560409372 100755 --- a/examples/python/knapsack_2d_sat.py +++ b/examples/python/knapsack_2d_sat.py @@ -1,5 +1,5 @@ #!/usr/bin/env python3 -# Copyright 2010-2021 Google LLC +# Copyright 2010-2022 Google LLC # Licensed under the Apache License, Version 2.0 (the "License"); # you may not use this file except in compliance with the License. # You may obtain a copy of the License at diff --git a/examples/python/linear_assignment_api.py b/examples/python/linear_assignment_api.py index 3dc2dd2fcd..79624e1034 100644 --- a/examples/python/linear_assignment_api.py +++ b/examples/python/linear_assignment_api.py @@ -1,5 +1,5 @@ #!/usr/bin/env python3 -# Copyright 2010-2021 Google LLC +# Copyright 2010-2022 Google LLC # Licensed under the Apache License, Version 2.0 (the "License"); # you may not use this file except in compliance with the License. # You may obtain a copy of the License at diff --git a/examples/python/linear_programming.py b/examples/python/linear_programming.py index 96c4eeef14..5b9abd4583 100644 --- a/examples/python/linear_programming.py +++ b/examples/python/linear_programming.py @@ -1,5 +1,5 @@ #!/usr/bin/env python3 -# Copyright 2010-2021 Google LLC +# Copyright 2010-2022 Google LLC # Licensed under the Apache License, Version 2.0 (the "License"); # you may not use this file except in compliance with the License. # You may obtain a copy of the License at diff --git a/examples/python/magic_sequence_distribute.py b/examples/python/magic_sequence_distribute.py index 24897aa3ef..f98248dd49 100755 --- a/examples/python/magic_sequence_distribute.py +++ b/examples/python/magic_sequence_distribute.py @@ -1,5 +1,5 @@ #!/usr/bin/env python3 -# Copyright 2010-2021 Google LLC +# Copyright 2010-2022 Google LLC # Licensed under the Apache License, Version 2.0 (the "License"); # you may not use this file except in compliance with the License. # You may obtain a copy of the License at diff --git a/examples/python/maze_escape_sat.py b/examples/python/maze_escape_sat.py index b90418cf84..5f02f1d370 100755 --- a/examples/python/maze_escape_sat.py +++ b/examples/python/maze_escape_sat.py @@ -1,5 +1,5 @@ #!/usr/bin/env python3 -# Copyright 2010-2021 Google LLC +# Copyright 2010-2022 Google LLC # Licensed under the Apache License, Version 2.0 (the "License"); # you may not use this file except in compliance with the License. # You may obtain a copy of the License at diff --git a/examples/python/no_wait_baking_scheduling_sat.py b/examples/python/no_wait_baking_scheduling_sat.py index 6a01ed3774..5cd3f3744b 100755 --- a/examples/python/no_wait_baking_scheduling_sat.py +++ b/examples/python/no_wait_baking_scheduling_sat.py @@ -1,5 +1,5 @@ #!/usr/bin/env python3 -# Copyright 2010-2021 Google LLC +# Copyright 2010-2022 Google LLC # Licensed under the Apache License, Version 2.0 (the "License"); # you may not use this file except in compliance with the License. # You may obtain a copy of the License at diff --git a/examples/python/prize_collecting_tsp.py b/examples/python/prize_collecting_tsp.py index e77d89e353..a5ded6e7a0 100755 --- a/examples/python/prize_collecting_tsp.py +++ b/examples/python/prize_collecting_tsp.py @@ -1,5 +1,5 @@ #!/usr/bin/env python3 -# Copyright 2010-2021 Google LLC +# Copyright 2010-2022 Google LLC # Licensed under the Apache License, Version 2.0 (the "License"); # you may not use this file except in compliance with the License. # You may obtain a copy of the License at diff --git a/examples/python/prize_collecting_tsp_sat.py b/examples/python/prize_collecting_tsp_sat.py index 4679abafe7..fdf9fb3125 100755 --- a/examples/python/prize_collecting_tsp_sat.py +++ b/examples/python/prize_collecting_tsp_sat.py @@ -1,5 +1,5 @@ #!/usr/bin/env python3 -# Copyright 2010-2021 Google LLC +# Copyright 2010-2022 Google LLC # Licensed under the Apache License, Version 2.0 (the "License"); # you may not use this file except in compliance with the License. # You may obtain a copy of the License at diff --git a/examples/python/prize_collecting_vrp.py b/examples/python/prize_collecting_vrp.py index 5f250a9b85..8230c48e46 100755 --- a/examples/python/prize_collecting_vrp.py +++ b/examples/python/prize_collecting_vrp.py @@ -1,5 +1,5 @@ #!/usr/bin/env python3 -# Copyright 2010-2021 Google LLC +# Copyright 2010-2022 Google LLC # Licensed under the Apache License, Version 2.0 (the "License"); # you may not use this file except in compliance with the License. # You may obtain a copy of the License at diff --git a/examples/python/prize_collecting_vrp_sat.py b/examples/python/prize_collecting_vrp_sat.py index 6a6adc9e3f..0abbc8b8ff 100755 --- a/examples/python/prize_collecting_vrp_sat.py +++ b/examples/python/prize_collecting_vrp_sat.py @@ -1,5 +1,5 @@ #!/usr/bin/env python3 -# Copyright 2010-2021 Google LLC +# Copyright 2010-2022 Google LLC # Licensed under the Apache License, Version 2.0 (the "License"); # you may not use this file except in compliance with the License. # You may obtain a copy of the License at diff --git a/examples/python/pyflow_example.py b/examples/python/pyflow_example.py index 25518c1746..540f8c2eea 100644 --- a/examples/python/pyflow_example.py +++ b/examples/python/pyflow_example.py @@ -1,5 +1,5 @@ #!/usr/bin/env python3 -# Copyright 2010-2021 Google LLC +# Copyright 2010-2022 Google LLC # Licensed under the Apache License, Version 2.0 (the "License"); # you may not use this file except in compliance with the License. # You may obtain a copy of the License at diff --git a/examples/python/random_tsp.py b/examples/python/random_tsp.py index c98622c657..b3d89ed240 100755 --- a/examples/python/random_tsp.py +++ b/examples/python/random_tsp.py @@ -1,4 +1,4 @@ -# Copyright 2010-2021 Google LLC +# Copyright 2010-2022 Google LLC # Licensed under the Apache License, Version 2.0 (the "License"); # you may not use this file except in compliance with the License. # You may obtain a copy of the License at diff --git a/examples/python/rcpsp_sat.py b/examples/python/rcpsp_sat.py index 96825277ff..276136f479 100755 --- a/examples/python/rcpsp_sat.py +++ b/examples/python/rcpsp_sat.py @@ -1,5 +1,5 @@ #!/usr/bin/env python3 -# Copyright 2010-2021 Google LLC +# Copyright 2010-2022 Google LLC # Licensed under the Apache License, Version 2.0 (the "License"); # you may not use this file except in compliance with the License. # You may obtain a copy of the License at diff --git a/examples/python/reallocate_sat.py b/examples/python/reallocate_sat.py index 2a860e2bbd..e1aaca9c74 100644 --- a/examples/python/reallocate_sat.py +++ b/examples/python/reallocate_sat.py @@ -1,4 +1,4 @@ -# Copyright 2010-2021 Google LLC +# Copyright 2010-2022 Google LLC # Licensed under the Apache License, Version 2.0 (the "License"); # you may not use this file except in compliance with the License. # You may obtain a copy of the License at diff --git a/examples/python/shift_scheduling_sat.py b/examples/python/shift_scheduling_sat.py index cfd69a9a4d..ddf97b8050 100755 --- a/examples/python/shift_scheduling_sat.py +++ b/examples/python/shift_scheduling_sat.py @@ -1,5 +1,5 @@ #!/usr/bin/env python3 -# Copyright 2010-2021 Google LLC +# Copyright 2010-2022 Google LLC # Licensed under the Apache License, Version 2.0 (the "License"); # you may not use this file except in compliance with the License. # You may obtain a copy of the License at diff --git a/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 06fb252368..73b9bd741f 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-2021 Google LLC +# Copyright 2010-2022 Google LLC # Licensed under the Apache License, Version 2.0 (the "License"); # you may not use this file except in compliance with the License. # You may obtain a copy of the License at diff --git a/examples/python/steel_mill_slab_sat.py b/examples/python/steel_mill_slab_sat.py index 71100cdc0d..edca27b962 100755 --- a/examples/python/steel_mill_slab_sat.py +++ b/examples/python/steel_mill_slab_sat.py @@ -1,5 +1,5 @@ #!/usr/bin/env python3 -# Copyright 2010-2021 Google LLC +# Copyright 2010-2022 Google LLC # Licensed under the Apache License, Version 2.0 (the "License"); # you may not use this file except in compliance with the License. # You may obtain a copy of the License at diff --git a/examples/python/sudoku_sat.py b/examples/python/sudoku_sat.py index 2f223b58ef..cfd65e26a2 100644 --- a/examples/python/sudoku_sat.py +++ b/examples/python/sudoku_sat.py @@ -1,5 +1,5 @@ #!/usr/bin/env python3 -# Copyright 2010-2021 Google LLC +# Copyright 2010-2022 Google LLC # Licensed under the Apache License, Version 2.0 (the "License"); # you may not use this file except in compliance with the License. # You may obtain a copy of the License at diff --git a/examples/python/task_allocation_sat.py b/examples/python/task_allocation_sat.py index e0866aead0..bcf907ce04 100644 --- a/examples/python/task_allocation_sat.py +++ b/examples/python/task_allocation_sat.py @@ -1,4 +1,4 @@ -# Copyright 2010-2021 Google LLC +# Copyright 2010-2022 Google LLC # Licensed under the Apache License, Version 2.0 (the "License"); # you may not use this file except in compliance with the License. # You may obtain a copy of the License at diff --git a/examples/python/tasks_and_workers_assignment_sat.py b/examples/python/tasks_and_workers_assignment_sat.py index f05a9d20c3..994f50ed6f 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-2021 Google LLC +# Copyright 2010-2022 Google LLC # Licensed under the Apache License, Version 2.0 (the "License"); # you may not use this file except in compliance with the License. # You may obtain a copy of the License at diff --git a/examples/python/tsp_sat.py b/examples/python/tsp_sat.py index 4002910d38..32cd87d008 100644 --- a/examples/python/tsp_sat.py +++ b/examples/python/tsp_sat.py @@ -1,4 +1,4 @@ -# Copyright 2010-2021 Google LLC +# Copyright 2010-2022 Google LLC # Licensed under the Apache License, Version 2.0 (the "License"); # you may not use this file except in compliance with the License. # You may obtain a copy of the License at diff --git a/examples/python/vendor_scheduling_sat.py b/examples/python/vendor_scheduling_sat.py index 0d46a0e540..b4af03282e 100644 --- a/examples/python/vendor_scheduling_sat.py +++ b/examples/python/vendor_scheduling_sat.py @@ -1,4 +1,4 @@ -# Copyright 2010-2021 Google LLC +# Copyright 2010-2022 Google LLC # Licensed under the Apache License, Version 2.0 (the "License"); # you may not use this file except in compliance with the License. # You may obtain a copy of the License at diff --git a/examples/python/worker_schedule_sat.py b/examples/python/worker_schedule_sat.py index 5da11fb903..77dbf69be1 100644 --- a/examples/python/worker_schedule_sat.py +++ b/examples/python/worker_schedule_sat.py @@ -1,4 +1,4 @@ -# Copyright 2010-2021 Google LLC +# Copyright 2010-2022 Google LLC # Licensed under the Apache License, Version 2.0 (the "License"); # you may not use this file except in compliance with the License. # You may obtain a copy of the License at diff --git a/examples/python/zebra_sat.py b/examples/python/zebra_sat.py index 8dcb7d5776..4208ec2962 100644 --- a/examples/python/zebra_sat.py +++ b/examples/python/zebra_sat.py @@ -1,5 +1,5 @@ #!/usr/bin/env python3 -# Copyright 2010-2021 Google LLC +# Copyright 2010-2022 Google LLC # Licensed under the Apache License, Version 2.0 (the "License"); # you may not use this file except in compliance with the License. # You may obtain a copy of the License at diff --git a/examples/tests/ConstraintSolverTest.java b/examples/tests/ConstraintSolverTest.java index ba56f6d60a..a33e60b593 100644 --- a/examples/tests/ConstraintSolverTest.java +++ b/examples/tests/ConstraintSolverTest.java @@ -1,4 +1,4 @@ -// Copyright 2010-2021 Google LLC +// Copyright 2010-2022 Google LLC // Licensed under the Apache License, Version 2.0 (the "License"); // you may not use this file except in compliance with the License. // You may obtain a copy of the License at diff --git a/examples/tests/ConstraintSolverTests.cs b/examples/tests/ConstraintSolverTests.cs index e59436853a..b97bddf8d3 100644 --- a/examples/tests/ConstraintSolverTests.cs +++ b/examples/tests/ConstraintSolverTests.cs @@ -1,4 +1,4 @@ -// Copyright 2010-2021 Google LLC +// Copyright 2010-2022 Google LLC // Licensed under the Apache License, Version 2.0 (the "License"); // you may not use this file except in compliance with the License. // You may obtain a copy of the License at diff --git a/examples/tests/CpModelTest.java b/examples/tests/CpModelTest.java index bcbf1286ea..b44ad577b6 100644 --- a/examples/tests/CpModelTest.java +++ b/examples/tests/CpModelTest.java @@ -1,4 +1,4 @@ -// Copyright 2010-2021 Google LLC +// Copyright 2010-2022 Google LLC // Licensed under the Apache License, Version 2.0 (the "License"); // you may not use this file except in compliance with the License. // You may obtain a copy of the License at diff --git a/examples/tests/CpSolverTest.java b/examples/tests/CpSolverTest.java index 4bb1cebea1..fa2284e121 100644 --- a/examples/tests/CpSolverTest.java +++ b/examples/tests/CpSolverTest.java @@ -1,4 +1,4 @@ -// Copyright 2010-2021 Google LLC +// Copyright 2010-2022 Google LLC // Licensed under the Apache License, Version 2.0 (the "License"); // you may not use this file except in compliance with the License. // You may obtain a copy of the License at diff --git a/examples/tests/FlowTest.java b/examples/tests/FlowTest.java index fa1a6284b9..1275407058 100644 --- a/examples/tests/FlowTest.java +++ b/examples/tests/FlowTest.java @@ -1,4 +1,4 @@ -// Copyright 2010-2021 Google LLC +// Copyright 2010-2022 Google LLC // Licensed under the Apache License, Version 2.0 (the "License"); // you may not use this file except in compliance with the License. // You may obtain a copy of the License at diff --git a/examples/tests/InitTest.java b/examples/tests/InitTest.java index f01569f42e..e9a41bb745 100644 --- a/examples/tests/InitTest.java +++ b/examples/tests/InitTest.java @@ -1,4 +1,4 @@ -// Copyright 2010-2021 Google LLC +// Copyright 2010-2022 Google LLC // Licensed under the Apache License, Version 2.0 (the "License"); // you may not use this file except in compliance with the License. // You may obtain a copy of the License at diff --git a/examples/tests/InitTests.cs b/examples/tests/InitTests.cs index aa2bd28bab..cedb281481 100644 --- a/examples/tests/InitTests.cs +++ b/examples/tests/InitTests.cs @@ -1,4 +1,4 @@ -// Copyright 2010-2021 Google LLC +// Copyright 2010-2022 Google LLC // Licensed under the Apache License, Version 2.0 (the "License"); // you may not use this file except in compliance with the License. // You may obtain a copy of the License at diff --git a/examples/tests/KnapsackSolverTest.java b/examples/tests/KnapsackSolverTest.java index 970bf8a22b..eb480ff340 100644 --- a/examples/tests/KnapsackSolverTest.java +++ b/examples/tests/KnapsackSolverTest.java @@ -1,4 +1,4 @@ -// Copyright 2010-2021 Google LLC +// Copyright 2010-2022 Google LLC // Licensed under the Apache License, Version 2.0 (the "License"); // you may not use this file except in compliance with the License. // You may obtain a copy of the License at diff --git a/examples/tests/LinearExprTest.java b/examples/tests/LinearExprTest.java index b8200a9807..61965b045a 100644 --- a/examples/tests/LinearExprTest.java +++ b/examples/tests/LinearExprTest.java @@ -1,4 +1,4 @@ -// Copyright 2010-2021 Google LLC +// Copyright 2010-2022 Google LLC // Licensed under the Apache License, Version 2.0 (the "License"); // you may not use this file except in compliance with the License. // You may obtain a copy of the License at diff --git a/examples/tests/LinearSolverTest.java b/examples/tests/LinearSolverTest.java index ff69aa9fec..2d75796e7c 100644 --- a/examples/tests/LinearSolverTest.java +++ b/examples/tests/LinearSolverTest.java @@ -1,4 +1,4 @@ -// Copyright 2010-2021 Google LLC +// Copyright 2010-2022 Google LLC // Licensed under the Apache License, Version 2.0 (the "License"); // you may not use this file except in compliance with the License. // You may obtain a copy of the License at diff --git a/examples/tests/LinearSolverTests.cs b/examples/tests/LinearSolverTests.cs index 515143e177..7af9c0ff40 100644 --- a/examples/tests/LinearSolverTests.cs +++ b/examples/tests/LinearSolverTests.cs @@ -1,4 +1,4 @@ -// Copyright 2010-2021 Google LLC +// Copyright 2010-2022 Google LLC // Licensed under the Apache License, Version 2.0 (the "License"); // you may not use this file except in compliance with the License. // You may obtain a copy of the License at diff --git a/examples/tests/ModelBuilderTest.java b/examples/tests/ModelBuilderTest.java index afad338fc5..58e89f02f7 100644 --- a/examples/tests/ModelBuilderTest.java +++ b/examples/tests/ModelBuilderTest.java @@ -1,4 +1,4 @@ -// Copyright 2010-2021 Google LLC +// Copyright 2010-2022 Google LLC // Licensed under the Apache License, Version 2.0 (the "License"); // you may not use this file except in compliance with the License. // You may obtain a copy of the License at diff --git a/examples/tests/RoutingSolverTest.java b/examples/tests/RoutingSolverTest.java index 83e02906ff..42fb8a2ece 100644 --- a/examples/tests/RoutingSolverTest.java +++ b/examples/tests/RoutingSolverTest.java @@ -1,4 +1,4 @@ -// Copyright 2010-2021 Google LLC +// Copyright 2010-2022 Google LLC // Licensed under the Apache License, Version 2.0 (the "License"); // you may not use this file except in compliance with the License. // You may obtain a copy of the License at diff --git a/examples/tests/RoutingSolverTests.cs b/examples/tests/RoutingSolverTests.cs index 548ac2be19..e90cf0e76e 100644 --- a/examples/tests/RoutingSolverTests.cs +++ b/examples/tests/RoutingSolverTests.cs @@ -1,4 +1,4 @@ -// Copyright 2010-2021 Google LLC +// Copyright 2010-2022 Google LLC // Licensed under the Apache License, Version 2.0 (the "License"); // you may not use this file except in compliance with the License. // You may obtain a copy of the License at diff --git a/examples/tests/SatSolverTest.java b/examples/tests/SatSolverTest.java index 1aa14b2d8c..0db71f2952 100644 --- a/examples/tests/SatSolverTest.java +++ b/examples/tests/SatSolverTest.java @@ -1,4 +1,4 @@ -// Copyright 2010-2021 Google LLC +// Copyright 2010-2022 Google LLC // Licensed under the Apache License, Version 2.0 (the "License"); // you may not use this file except in compliance with the License. // You may obtain a copy of the License at diff --git a/examples/tests/SatSolverTests.cs b/examples/tests/SatSolverTests.cs index 235eb21d39..a21e184707 100644 --- a/examples/tests/SatSolverTests.cs +++ b/examples/tests/SatSolverTests.cs @@ -1,4 +1,4 @@ -// Copyright 2010-2021 Google LLC +// Copyright 2010-2022 Google LLC // Licensed under the Apache License, Version 2.0 (the "License"); // you may not use this file except in compliance with the License. // You may obtain a copy of the License at diff --git a/examples/tests/init_test.cc b/examples/tests/init_test.cc index 8f7f30321f..bda4d6f97b 100644 --- a/examples/tests/init_test.cc +++ b/examples/tests/init_test.cc @@ -1,4 +1,4 @@ -// Copyright 2010-2021 Google LLC +// Copyright 2010-2022 Google LLC // Licensed under the Apache License, Version 2.0 (the "License"); // you may not use this file except in compliance with the License. // You may obtain a copy of the License at diff --git a/examples/tests/issue1231.py b/examples/tests/issue1231.py index 986596bb36..5a536d79be 100755 --- a/examples/tests/issue1231.py +++ b/examples/tests/issue1231.py @@ -1,5 +1,5 @@ #!/usr/bin/env python3 -# Copyright 2010-2021 Google +# Copyright 2010-2022 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 815235bb13..fea2ef2359 100644 --- a/examples/tests/issue18.cs +++ b/examples/tests/issue18.cs @@ -1,4 +1,4 @@ -// Copyright 2010-2021 Google LLC +// Copyright 2010-2022 Google LLC // Licensed under the Apache License, Version 2.0 (the "License"); // you may not use this file except in compliance with the License. // You may obtain a copy of the License at diff --git a/examples/tests/issue22.cs b/examples/tests/issue22.cs index dbccff945a..e4fedb747a 100644 --- a/examples/tests/issue22.cs +++ b/examples/tests/issue22.cs @@ -1,4 +1,4 @@ -// Copyright 2010-2021 Google LLC +// Copyright 2010-2022 Google LLC // Licensed under the Apache License, Version 2.0 (the "License"); // you may not use this file except in compliance with the License. // You may obtain a copy of the License at diff --git a/examples/tests/issue46.py b/examples/tests/issue46.py index bb50f92365..46998b25de 100755 --- a/examples/tests/issue46.py +++ b/examples/tests/issue46.py @@ -1,5 +1,5 @@ #!/usr/bin/env python3 -# Copyright 2010-2021 Google LLC +# Copyright 2010-2022 Google LLC # Licensed under the Apache License, Version 2.0 (the "License"); # you may not use this file except in compliance with the License. # You may obtain a copy of the License at diff --git a/examples/tests/lp_test.cc b/examples/tests/lp_test.cc index 5535908354..b16c0ffb1d 100644 --- a/examples/tests/lp_test.cc +++ b/examples/tests/lp_test.cc @@ -1,4 +1,4 @@ -// Copyright 2010-2021 Google LLC +// Copyright 2010-2022 Google LLC // Licensed under the Apache License, Version 2.0 (the "License"); // you may not use this file except in compliance with the License. // You may obtain a copy of the License at diff --git a/examples/tests/lp_test.py b/examples/tests/lp_test.py index 2249366781..da5c6cce6f 100755 --- a/examples/tests/lp_test.py +++ b/examples/tests/lp_test.py @@ -1,5 +1,5 @@ #!/usr/bin/env python3 -# Copyright 2010-2021 Google LLC +# Copyright 2010-2022 Google LLC # Licensed under the Apache License, Version 2.0 (the "License"); # you may not use this file except in compliance with the License. # You may obtain a copy of the License at diff --git a/examples/tests/model_builder_test.py b/examples/tests/model_builder_test.py index becea7e0cb..23372e8437 100644 --- a/examples/tests/model_builder_test.py +++ b/examples/tests/model_builder_test.py @@ -1,5 +1,5 @@ #!/usr/bin/env python3 -# Copyright 2010-2021 Google LLC +# Copyright 2010-2022 Google LLC # Licensed under the Apache License, Version 2.0 (the "License"); # you may not use this file except in compliance with the License. # You may obtain a copy of the License at diff --git a/examples/tests/pywrapcp_test.py b/examples/tests/pywrapcp_test.py index 0db48524ee..2424047402 100755 --- a/examples/tests/pywrapcp_test.py +++ b/examples/tests/pywrapcp_test.py @@ -1,5 +1,5 @@ #!/usr/bin/env python3 -# Copyright 2010-2021 Google LLC +# Copyright 2010-2022 Google LLC # Licensed under the Apache License, Version 2.0 (the "License"); # you may not use this file except in compliance with the License. # You may obtain a copy of the License at diff --git a/examples/tests/pywrapinit_test.py b/examples/tests/pywrapinit_test.py index 6710f78e1c..10ceee0c17 100755 --- a/examples/tests/pywrapinit_test.py +++ b/examples/tests/pywrapinit_test.py @@ -1,5 +1,5 @@ #!/usr/bin/env python3 -# Copyright 2010-2021 Google LLC +# Copyright 2010-2022 Google LLC # Licensed under the Apache License, Version 2.0 (the "License"); # you may not use this file except in compliance with the License. # You may obtain a copy of the License at diff --git a/examples/tests/pywraplp_test.py b/examples/tests/pywraplp_test.py index 98465f334d..d90632d5fe 100755 --- a/examples/tests/pywraplp_test.py +++ b/examples/tests/pywraplp_test.py @@ -1,5 +1,5 @@ #!/usr/bin/env python3 -# Copyright 2010-2021 Google LLC +# Copyright 2010-2022 Google LLC # Licensed under the Apache License, Version 2.0 (the "License"); # you may not use this file except in compliance with the License. # You may obtain a copy of the License at diff --git a/examples/tests/pywraprouting_test.py b/examples/tests/pywraprouting_test.py index 2e8bc81f8f..a5da2b26e2 100755 --- a/examples/tests/pywraprouting_test.py +++ b/examples/tests/pywraprouting_test.py @@ -1,5 +1,5 @@ #!/usr/bin/env python3 -# Copyright 2010-2021 Google LLC +# Copyright 2010-2022 Google LLC # Licensed under the Apache License, Version 2.0 (the "License"); # you may not use this file except in compliance with the License. # You may obtain a copy of the License at diff --git a/examples/tests/remote/linear_programming.cc b/examples/tests/remote/linear_programming.cc index 530e05838d..1cda9bcc94 100644 --- a/examples/tests/remote/linear_programming.cc +++ b/examples/tests/remote/linear_programming.cc @@ -1,4 +1,4 @@ -// Copyright 2010-2021 Google +// Copyright 2010-2022 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 53ae76b3f7..06b40ac71b 100644 --- a/examples/tests/remote/tsp.cc +++ b/examples/tests/remote/tsp.cc @@ -1,4 +1,4 @@ -// Copyright 2010-2021 Google +// Copyright 2010-2022 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 951b416fd0..252c766eea 100755 --- a/examples/tests/sorted_interval_list_test.py +++ b/examples/tests/sorted_interval_list_test.py @@ -1,5 +1,5 @@ #!/usr/bin/env python3 -# Copyright 2010-2021 Google LLC +# Copyright 2010-2022 Google LLC # Licensed under the Apache License, Version 2.0 (the "License"); # you may not use this file except in compliance with the License. # You may obtain a copy of the License at diff --git a/examples/tests/test_cp_api.py b/examples/tests/test_cp_api.py index d9e8b6ce5f..8f00cfe325 100755 --- a/examples/tests/test_cp_api.py +++ b/examples/tests/test_cp_api.py @@ -1,5 +1,5 @@ #!/usr/bin/env python3 -# Copyright 2010-2021 Google LLC +# Copyright 2010-2022 Google LLC # Licensed under the Apache License, Version 2.0 (the "License"); # you may not use this file except in compliance with the License. # You may obtain a copy of the License at diff --git a/ortools/algorithms/csharp/knapsack_solver.i b/ortools/algorithms/csharp/knapsack_solver.i index c4f8a99d14..570ed3ec4e 100644 --- a/ortools/algorithms/csharp/knapsack_solver.i +++ b/ortools/algorithms/csharp/knapsack_solver.i @@ -1,4 +1,4 @@ -// Copyright 2010-2021 Google LLC +// Copyright 2010-2022 Google LLC // Licensed under the Apache License, Version 2.0 (the "License"); // you may not use this file except in compliance with the License. // You may obtain a copy of the License at diff --git a/ortools/algorithms/dense_doubly_linked_list.h b/ortools/algorithms/dense_doubly_linked_list.h index ee904d7867..1844b08398 100644 --- a/ortools/algorithms/dense_doubly_linked_list.h +++ b/ortools/algorithms/dense_doubly_linked_list.h @@ -1,4 +1,4 @@ -// Copyright 2010-2021 Google LLC +// Copyright 2010-2022 Google LLC // Licensed under the Apache License, Version 2.0 (the "License"); // you may not use this file except in compliance with the License. // You may obtain a copy of the License at diff --git a/ortools/algorithms/dynamic_partition.cc b/ortools/algorithms/dynamic_partition.cc index 06b81d4f43..8c974fbd06 100644 --- a/ortools/algorithms/dynamic_partition.cc +++ b/ortools/algorithms/dynamic_partition.cc @@ -1,4 +1,4 @@ -// Copyright 2010-2021 Google LLC +// Copyright 2010-2022 Google LLC // Licensed under the Apache License, Version 2.0 (the "License"); // you may not use this file except in compliance with the License. // You may obtain a copy of the License at diff --git a/ortools/algorithms/dynamic_partition.h b/ortools/algorithms/dynamic_partition.h index 815e7a446f..a3f0c49fa3 100644 --- a/ortools/algorithms/dynamic_partition.h +++ b/ortools/algorithms/dynamic_partition.h @@ -1,4 +1,4 @@ -// Copyright 2010-2021 Google LLC +// Copyright 2010-2022 Google LLC // Licensed under the Apache License, Version 2.0 (the "License"); // you may not use this file except in compliance with the License. // You may obtain a copy of the License at diff --git a/ortools/algorithms/dynamic_permutation.cc b/ortools/algorithms/dynamic_permutation.cc index d1a7761527..a164838572 100644 --- a/ortools/algorithms/dynamic_permutation.cc +++ b/ortools/algorithms/dynamic_permutation.cc @@ -1,4 +1,4 @@ -// Copyright 2010-2021 Google LLC +// Copyright 2010-2022 Google LLC // Licensed under the Apache License, Version 2.0 (the "License"); // you may not use this file except in compliance with the License. // You may obtain a copy of the License at diff --git a/ortools/algorithms/dynamic_permutation.h b/ortools/algorithms/dynamic_permutation.h index 20b0763bbd..600f6c3a59 100644 --- a/ortools/algorithms/dynamic_permutation.h +++ b/ortools/algorithms/dynamic_permutation.h @@ -1,4 +1,4 @@ -// Copyright 2010-2021 Google LLC +// Copyright 2010-2022 Google LLC // Licensed under the Apache License, Version 2.0 (the "License"); // you may not use this file except in compliance with the License. // You may obtain a copy of the License at diff --git a/ortools/algorithms/find_graph_symmetries.cc b/ortools/algorithms/find_graph_symmetries.cc index a2b6236fd9..8e72f3e6cb 100644 --- a/ortools/algorithms/find_graph_symmetries.cc +++ b/ortools/algorithms/find_graph_symmetries.cc @@ -1,4 +1,4 @@ -// Copyright 2010-2021 Google LLC +// Copyright 2010-2022 Google LLC // Licensed under the Apache License, Version 2.0 (the "License"); // you may not use this file except in compliance with the License. // You may obtain a copy of the License at diff --git a/ortools/algorithms/find_graph_symmetries.h b/ortools/algorithms/find_graph_symmetries.h index 71b923e387..61a82a1776 100644 --- a/ortools/algorithms/find_graph_symmetries.h +++ b/ortools/algorithms/find_graph_symmetries.h @@ -1,4 +1,4 @@ -// Copyright 2010-2021 Google LLC +// Copyright 2010-2022 Google LLC // Licensed under the Apache License, Version 2.0 (the "License"); // you may not use this file except in compliance with the License. // You may obtain a copy of the License at diff --git a/ortools/algorithms/hungarian.cc b/ortools/algorithms/hungarian.cc index 4665a513f2..3e5f5fa3c7 100644 --- a/ortools/algorithms/hungarian.cc +++ b/ortools/algorithms/hungarian.cc @@ -1,4 +1,4 @@ -// Copyright 2010-2021 Google LLC +// Copyright 2010-2022 Google LLC // Licensed under the Apache License, Version 2.0 (the "License"); // you may not use this file except in compliance with the License. // You may obtain a copy of the License at diff --git a/ortools/algorithms/hungarian.h b/ortools/algorithms/hungarian.h index cbd100bef8..05ee19c01d 100644 --- a/ortools/algorithms/hungarian.h +++ b/ortools/algorithms/hungarian.h @@ -1,4 +1,4 @@ -// Copyright 2010-2021 Google LLC +// Copyright 2010-2022 Google LLC // Licensed under the Apache License, Version 2.0 (the "License"); // you may not use this file except in compliance with the License. // You may obtain a copy of the License at diff --git a/ortools/algorithms/hungarian_test.cc b/ortools/algorithms/hungarian_test.cc index e9aafe7276..b149ff3cbe 100644 --- a/ortools/algorithms/hungarian_test.cc +++ b/ortools/algorithms/hungarian_test.cc @@ -1,4 +1,4 @@ -// Copyright 2010-2021 Google LLC +// Copyright 2010-2022 Google LLC // Licensed under the Apache License, Version 2.0 (the "License"); // you may not use this file except in compliance with the License. // You may obtain a copy of the License at diff --git a/ortools/algorithms/java/knapsack_solver.i b/ortools/algorithms/java/knapsack_solver.i index 732ddddcc2..618cf9377c 100644 --- a/ortools/algorithms/java/knapsack_solver.i +++ b/ortools/algorithms/java/knapsack_solver.i @@ -1,4 +1,4 @@ -// Copyright 2010-2021 Google LLC +// Copyright 2010-2022 Google LLC // Licensed under the Apache License, Version 2.0 (the "License"); // you may not use this file except in compliance with the License. // You may obtain a copy of the License at diff --git a/ortools/algorithms/knapsack_solver.cc b/ortools/algorithms/knapsack_solver.cc index 5e42a297d3..bcc84798ae 100644 --- a/ortools/algorithms/knapsack_solver.cc +++ b/ortools/algorithms/knapsack_solver.cc @@ -1,4 +1,4 @@ -// Copyright 2010-2021 Google LLC +// Copyright 2010-2022 Google LLC // Licensed under the Apache License, Version 2.0 (the "License"); // you may not use this file except in compliance with the License. // You may obtain a copy of the License at diff --git a/ortools/algorithms/knapsack_solver.h b/ortools/algorithms/knapsack_solver.h index c694a702d6..8b622a1e41 100644 --- a/ortools/algorithms/knapsack_solver.h +++ b/ortools/algorithms/knapsack_solver.h @@ -1,4 +1,4 @@ -// Copyright 2010-2021 Google LLC +// Copyright 2010-2022 Google LLC // Licensed under the Apache License, Version 2.0 (the "License"); // you may not use this file except in compliance with the License. // You may obtain a copy of the License at diff --git a/ortools/algorithms/knapsack_solver_for_cuts.cc b/ortools/algorithms/knapsack_solver_for_cuts.cc index 23168cdaaa..2d81e7e670 100644 --- a/ortools/algorithms/knapsack_solver_for_cuts.cc +++ b/ortools/algorithms/knapsack_solver_for_cuts.cc @@ -1,4 +1,4 @@ -// Copyright 2010-2021 Google LLC +// Copyright 2010-2022 Google LLC // Licensed under the Apache License, Version 2.0 (the "License"); // you may not use this file except in compliance with the License. // You may obtain a copy of the License at diff --git a/ortools/algorithms/knapsack_solver_for_cuts.h b/ortools/algorithms/knapsack_solver_for_cuts.h index 283fe5a8fa..32f734b579 100644 --- a/ortools/algorithms/knapsack_solver_for_cuts.h +++ b/ortools/algorithms/knapsack_solver_for_cuts.h @@ -1,4 +1,4 @@ -// Copyright 2010-2021 Google LLC +// Copyright 2010-2022 Google LLC // Licensed under the Apache License, Version 2.0 (the "License"); // you may not use this file except in compliance with the License. // You may obtain a copy of the License at diff --git a/ortools/algorithms/python/knapsack_solver.i b/ortools/algorithms/python/knapsack_solver.i index 8c4b1df2c2..a673cd7666 100644 --- a/ortools/algorithms/python/knapsack_solver.i +++ b/ortools/algorithms/python/knapsack_solver.i @@ -1,4 +1,4 @@ -// Copyright 2010-2021 Google LLC +// Copyright 2010-2022 Google LLC // Licensed under the Apache License, Version 2.0 (the "License"); // you may not use this file except in compliance with the License. // You may obtain a copy of the License at diff --git a/ortools/algorithms/samples/Knapsack.cs b/ortools/algorithms/samples/Knapsack.cs index 669e886d5b..fafab95b6f 100644 --- a/ortools/algorithms/samples/Knapsack.cs +++ b/ortools/algorithms/samples/Knapsack.cs @@ -1,4 +1,4 @@ -// Copyright 2010-2021 Google LLC +// Copyright 2010-2022 Google LLC // Licensed under the Apache License, Version 2.0 (the "License"); // you may not use this file except in compliance with the License. // You may obtain a copy of the License at diff --git a/ortools/algorithms/samples/Knapsack.java b/ortools/algorithms/samples/Knapsack.java index 1196f5f051..ec179cab4d 100644 --- a/ortools/algorithms/samples/Knapsack.java +++ b/ortools/algorithms/samples/Knapsack.java @@ -1,4 +1,4 @@ -// Copyright 2010-2021 Google LLC +// Copyright 2010-2022 Google LLC // Licensed under the Apache License, Version 2.0 (the "License"); // you may not use this file except in compliance with the License. // You may obtain a copy of the License at diff --git a/ortools/algorithms/samples/knapsack.cc b/ortools/algorithms/samples/knapsack.cc index cb40685767..b1e3e4ea57 100644 --- a/ortools/algorithms/samples/knapsack.cc +++ b/ortools/algorithms/samples/knapsack.cc @@ -1,4 +1,4 @@ -// Copyright 2010-2021 Google LLC +// Copyright 2010-2022 Google LLC // Licensed under the Apache License, Version 2.0 (the "License"); // you may not use this file except in compliance with the License. // You may obtain a copy of the License at diff --git a/ortools/algorithms/samples/knapsack.py b/ortools/algorithms/samples/knapsack.py index e79d1148ae..5564ac5896 100644 --- a/ortools/algorithms/samples/knapsack.py +++ b/ortools/algorithms/samples/knapsack.py @@ -1,5 +1,5 @@ #!/usr/bin/env python3 -# Copyright 2010-2021 Google LLC +# Copyright 2010-2022 Google LLC # Licensed under the Apache License, Version 2.0 (the "License"); # you may not use this file except in compliance with the License. # You may obtain a copy of the License at diff --git a/ortools/algorithms/samples/simple_knapsack_program.cc b/ortools/algorithms/samples/simple_knapsack_program.cc index 3eff321866..a42858928a 100644 --- a/ortools/algorithms/samples/simple_knapsack_program.cc +++ b/ortools/algorithms/samples/simple_knapsack_program.cc @@ -1,4 +1,4 @@ -// Copyright 2010-2021 Google LLC +// Copyright 2010-2022 Google LLC // Licensed under the Apache License, Version 2.0 (the "License"); // you may not use this file except in compliance with the License. // You may obtain a copy of the License at diff --git a/ortools/algorithms/samples/simple_knapsack_program.py b/ortools/algorithms/samples/simple_knapsack_program.py index 32c06a2d67..b681d04d3d 100644 --- a/ortools/algorithms/samples/simple_knapsack_program.py +++ b/ortools/algorithms/samples/simple_knapsack_program.py @@ -1,5 +1,5 @@ #!/usr/bin/env python3 -# Copyright 2010-2021 Google LLC +# Copyright 2010-2022 Google LLC # Licensed under the Apache License, Version 2.0 (the "License"); # you may not use this file except in compliance with the License. # You may obtain a copy of the License at diff --git a/ortools/algorithms/sparse_permutation.cc b/ortools/algorithms/sparse_permutation.cc index 4863eff56d..2beaf0fede 100644 --- a/ortools/algorithms/sparse_permutation.cc +++ b/ortools/algorithms/sparse_permutation.cc @@ -1,4 +1,4 @@ -// Copyright 2010-2021 Google LLC +// Copyright 2010-2022 Google LLC // Licensed under the Apache License, Version 2.0 (the "License"); // you may not use this file except in compliance with the License. // You may obtain a copy of the License at diff --git a/ortools/algorithms/sparse_permutation.h b/ortools/algorithms/sparse_permutation.h index fbab57dbb4..2f80fea8b4 100644 --- a/ortools/algorithms/sparse_permutation.h +++ b/ortools/algorithms/sparse_permutation.h @@ -1,4 +1,4 @@ -// Copyright 2010-2021 Google LLC +// Copyright 2010-2022 Google LLC // Licensed under the Apache License, Version 2.0 (the "License"); // you may not use this file except in compliance with the License. // You may obtain a copy of the License at diff --git a/ortools/base/accurate_sum.h b/ortools/base/accurate_sum.h index 8d7cb2091b..579aa759c6 100644 --- a/ortools/base/accurate_sum.h +++ b/ortools/base/accurate_sum.h @@ -1,4 +1,4 @@ -// Copyright 2010-2021 Google LLC +// Copyright 2010-2022 Google LLC // Licensed under the Apache License, Version 2.0 (the "License"); // you may not use this file except in compliance with the License. // You may obtain a copy of the License at diff --git a/ortools/base/adjustable_priority_queue-inl.h b/ortools/base/adjustable_priority_queue-inl.h index f1af09dcdf..7ee43deced 100644 --- a/ortools/base/adjustable_priority_queue-inl.h +++ b/ortools/base/adjustable_priority_queue-inl.h @@ -1,4 +1,4 @@ -// Copyright 2010-2021 Google LLC +// Copyright 2010-2022 Google LLC // Licensed under the Apache License, Version 2.0 (the "License"); // you may not use this file except in compliance with the License. // You may obtain a copy of the License at diff --git a/ortools/base/adjustable_priority_queue.h b/ortools/base/adjustable_priority_queue.h index 391bb11f5a..005c4f636c 100644 --- a/ortools/base/adjustable_priority_queue.h +++ b/ortools/base/adjustable_priority_queue.h @@ -1,4 +1,4 @@ -// Copyright 2010-2021 Google LLC +// Copyright 2010-2022 Google LLC // Licensed under the Apache License, Version 2.0 (the "License"); // you may not use this file except in compliance with the License. // You may obtain a copy of the License at diff --git a/ortools/base/base.i b/ortools/base/base.i index a144ec9a98..982bc0ba2f 100644 --- a/ortools/base/base.i +++ b/ortools/base/base.i @@ -1,4 +1,4 @@ -// Copyright 2010-2021 Google LLC +// Copyright 2010-2022 Google LLC // Licensed under the Apache License, Version 2.0 (the "License"); // you may not use this file except in compliance with the License. // You may obtain a copy of the License at diff --git a/ortools/base/base_export.h b/ortools/base/base_export.h index 62fea29b48..9d5b27f736 100644 --- a/ortools/base/base_export.h +++ b/ortools/base/base_export.h @@ -1,4 +1,4 @@ -// Copyright 2010-2021 Google LLC +// Copyright 2010-2022 Google LLC // Licensed under the Apache License, Version 2.0 (the "License"); // you may not use this file except in compliance with the License. // You may obtain a copy of the License at diff --git a/ortools/base/basictypes.h b/ortools/base/basictypes.h index 7d6fea005e..68f95271f3 100644 --- a/ortools/base/basictypes.h +++ b/ortools/base/basictypes.h @@ -1,4 +1,4 @@ -// Copyright 2010-2021 Google LLC +// Copyright 2010-2022 Google LLC // Licensed under the Apache License, Version 2.0 (the "License"); // you may not use this file except in compliance with the License. // You may obtain a copy of the License at diff --git a/ortools/base/bitmap.cc b/ortools/base/bitmap.cc index f5ef95878d..def8e888eb 100644 --- a/ortools/base/bitmap.cc +++ b/ortools/base/bitmap.cc @@ -1,4 +1,4 @@ -// Copyright 2010-2021 Google LLC +// Copyright 2010-2022 Google LLC // Licensed under the Apache License, Version 2.0 (the "License"); // you may not use this file except in compliance with the License. // You may obtain a copy of the License at diff --git a/ortools/base/bitmap.h b/ortools/base/bitmap.h index 70aa9082e4..796fb75981 100644 --- a/ortools/base/bitmap.h +++ b/ortools/base/bitmap.h @@ -1,4 +1,4 @@ -// Copyright 2010-2021 Google LLC +// Copyright 2010-2022 Google LLC // Licensed under the Apache License, Version 2.0 (the "License"); // you may not use this file except in compliance with the License. // You may obtain a copy of the License at diff --git a/ortools/base/case.cc b/ortools/base/case.cc index 7dd9c72637..643b904ea7 100644 --- a/ortools/base/case.cc +++ b/ortools/base/case.cc @@ -1,4 +1,4 @@ -// Copyright 2010-2021 Google LLC +// Copyright 2010-2022 Google LLC // Licensed under the Apache License, Version 2.0 (the "License"); // you may not use this file except in compliance with the License. // You may obtain a copy of the License at diff --git a/ortools/base/case.h b/ortools/base/case.h index ffd548910e..e44261333e 100644 --- a/ortools/base/case.h +++ b/ortools/base/case.h @@ -1,4 +1,4 @@ -// Copyright 2010-2021 Google LLC +// Copyright 2010-2022 Google LLC // Licensed under the Apache License, Version 2.0 (the "License"); // you may not use this file except in compliance with the License. // You may obtain a copy of the License at diff --git a/ortools/base/cleanup.h b/ortools/base/cleanup.h index d3c29d7029..92355de839 100644 --- a/ortools/base/cleanup.h +++ b/ortools/base/cleanup.h @@ -1,4 +1,4 @@ -// Copyright 2010-2021 Google LLC +// Copyright 2010-2022 Google LLC // Licensed under the Apache License, Version 2.0 (the "License"); // you may not use this file except in compliance with the License. // You may obtain a copy of the License at diff --git a/ortools/base/commandlineflags.cc b/ortools/base/commandlineflags.cc index 82011c7b1e..0e6da0994a 100644 --- a/ortools/base/commandlineflags.cc +++ b/ortools/base/commandlineflags.cc @@ -1,4 +1,4 @@ -// Copyright 2010-2021 Google LLC +// Copyright 2010-2022 Google LLC // Licensed under the Apache License, Version 2.0 (the "License"); // you may not use this file except in compliance with the License. // You may obtain a copy of the License at diff --git a/ortools/base/commandlineflags.h b/ortools/base/commandlineflags.h index c811b4c0a8..dba732613e 100644 --- a/ortools/base/commandlineflags.h +++ b/ortools/base/commandlineflags.h @@ -1,4 +1,4 @@ -// Copyright 2010-2021 Google LLC +// Copyright 2010-2022 Google LLC // Licensed under the Apache License, Version 2.0 (the "License"); // you may not use this file except in compliance with the License. // You may obtain a copy of the License at diff --git a/ortools/base/container_logging.h b/ortools/base/container_logging.h index fb33778267..cbe7a01c1d 100644 --- a/ortools/base/container_logging.h +++ b/ortools/base/container_logging.h @@ -1,4 +1,4 @@ -// Copyright 2010-2021 Google LLC +// Copyright 2010-2022 Google LLC // Licensed under the Apache License, Version 2.0 (the "License"); // you may not use this file except in compliance with the License. // You may obtain a copy of the License at diff --git a/ortools/base/dynamic_library.h b/ortools/base/dynamic_library.h index 35eb426a8b..f80beddc7b 100644 --- a/ortools/base/dynamic_library.h +++ b/ortools/base/dynamic_library.h @@ -1,4 +1,4 @@ -// Copyright 2010-2021 Google LLC +// Copyright 2010-2022 Google LLC // Licensed under the Apache License, Version 2.0 (the "License"); // you may not use this file except in compliance with the License. // You may obtain a copy of the License at diff --git a/ortools/base/encodingutils.h b/ortools/base/encodingutils.h index 67fc6c2e7e..96b0f04035 100644 --- a/ortools/base/encodingutils.h +++ b/ortools/base/encodingutils.h @@ -1,4 +1,4 @@ -// Copyright 2010-2021 Google LLC +// Copyright 2010-2022 Google LLC // Licensed under the Apache License, Version 2.0 (the "License"); // you may not use this file except in compliance with the License. // You may obtain a copy of the License at diff --git a/ortools/base/file.cc b/ortools/base/file.cc index 6c21376807..4de9ff858e 100644 --- a/ortools/base/file.cc +++ b/ortools/base/file.cc @@ -1,4 +1,4 @@ -// Copyright 2010-2021 Google LLC +// Copyright 2010-2022 Google LLC // Licensed under the Apache License, Version 2.0 (the "License"); // you may not use this file except in compliance with the License. // You may obtain a copy of the License at diff --git a/ortools/base/file.h b/ortools/base/file.h index 5cbf971f3f..27572ae859 100644 --- a/ortools/base/file.h +++ b/ortools/base/file.h @@ -1,4 +1,4 @@ -// Copyright 2010-2021 Google LLC +// Copyright 2010-2022 Google LLC // Licensed under the Apache License, Version 2.0 (the "License"); // you may not use this file except in compliance with the License. // You may obtain a copy of the License at diff --git a/ortools/base/gzipstring.h b/ortools/base/gzipstring.h index a6198c2216..c31eed8a8a 100644 --- a/ortools/base/gzipstring.h +++ b/ortools/base/gzipstring.h @@ -1,4 +1,4 @@ -// Copyright 2010-2021 Google LLC +// Copyright 2010-2022 Google LLC // Licensed under the Apache License, Version 2.0 (the "License"); // you may not use this file except in compliance with the License. // You may obtain a copy of the License at diff --git a/ortools/base/hash.h b/ortools/base/hash.h index de27517395..bbe5d2e4d9 100644 --- a/ortools/base/hash.h +++ b/ortools/base/hash.h @@ -1,4 +1,4 @@ -// Copyright 2010-2021 Google LLC +// Copyright 2010-2022 Google LLC // Licensed under the Apache License, Version 2.0 (the "License"); // you may not use this file except in compliance with the License. // You may obtain a copy of the License at diff --git a/ortools/base/helpers.h b/ortools/base/helpers.h index 0157f85ef5..d01a9ad081 100644 --- a/ortools/base/helpers.h +++ b/ortools/base/helpers.h @@ -1,4 +1,4 @@ -// Copyright 2010-2021 Google LLC +// Copyright 2010-2022 Google LLC // Licensed under the Apache License, Version 2.0 (the "License"); // you may not use this file except in compliance with the License. // You may obtain a copy of the License at diff --git a/ortools/base/init_google.h b/ortools/base/init_google.h index be69213c7e..9457a43eb3 100644 --- a/ortools/base/init_google.h +++ b/ortools/base/init_google.h @@ -1,4 +1,4 @@ -// Copyright 2010-2021 Google LLC +// Copyright 2010-2022 Google LLC // Licensed under the Apache License, Version 2.0 (the "License"); // you may not use this file except in compliance with the License. // You may obtain a copy of the License at diff --git a/ortools/base/int_type.h b/ortools/base/int_type.h index a998ba49cd..b7f9088cfb 100644 --- a/ortools/base/int_type.h +++ b/ortools/base/int_type.h @@ -1,4 +1,4 @@ -// Copyright 2010-2021 Google LLC +// Copyright 2010-2022 Google LLC // Licensed under the Apache License, Version 2.0 (the "License"); // you may not use this file except in compliance with the License. // You may obtain a copy of the License at diff --git a/ortools/base/integral_types.h b/ortools/base/integral_types.h index 464d80c05c..700096b725 100644 --- a/ortools/base/integral_types.h +++ b/ortools/base/integral_types.h @@ -1,4 +1,4 @@ -// Copyright 2010-2021 Google LLC +// Copyright 2010-2022 Google LLC // Licensed under the Apache License, Version 2.0 (the "License"); // you may not use this file except in compliance with the License. // You may obtain a copy of the License at diff --git a/ortools/base/iterator_adaptors.h b/ortools/base/iterator_adaptors.h index 15805a195c..f61d187584 100644 --- a/ortools/base/iterator_adaptors.h +++ b/ortools/base/iterator_adaptors.h @@ -1,4 +1,4 @@ -// Copyright 2010-2021 Google LLC +// Copyright 2010-2022 Google LLC // Licensed under the Apache License, Version 2.0 (the "License"); // you may not use this file except in compliance with the License. // You may obtain a copy of the License at diff --git a/ortools/base/jniutil.h b/ortools/base/jniutil.h index e90c9dc569..70e9967dd3 100644 --- a/ortools/base/jniutil.h +++ b/ortools/base/jniutil.h @@ -1,4 +1,4 @@ -// Copyright 2010-2021 Google LLC +// Copyright 2010-2022 Google LLC // Licensed under the Apache License, Version 2.0 (the "License"); // you may not use this file except in compliance with the License. // You may obtain a copy of the License at diff --git a/ortools/base/linked_hash_map.h b/ortools/base/linked_hash_map.h index f00bb51cf0..56d4209f5f 100644 --- a/ortools/base/linked_hash_map.h +++ b/ortools/base/linked_hash_map.h @@ -1,4 +1,4 @@ -// Copyright 2010-2021 Google LLC +// Copyright 2010-2022 Google LLC // Licensed under the Apache License, Version 2.0 (the "License"); // you may not use this file except in compliance with the License. // You may obtain a copy of the License at diff --git a/ortools/base/log_severity.h b/ortools/base/log_severity.h index acb9efd608..feb5472135 100644 --- a/ortools/base/log_severity.h +++ b/ortools/base/log_severity.h @@ -1,4 +1,4 @@ -// Copyright 2010-2021 Google LLC +// Copyright 2010-2022 Google LLC // Licensed under the Apache License, Version 2.0 (the "License"); // you may not use this file except in compliance with the License. // You may obtain a copy of the License at diff --git a/ortools/base/logging.cc b/ortools/base/logging.cc index 3a5cdb6924..1e1fd161a6 100644 --- a/ortools/base/logging.cc +++ b/ortools/base/logging.cc @@ -1,4 +1,4 @@ -// Copyright 2010-2021 Google LLC +// Copyright 2010-2022 Google LLC // Licensed under the Apache License, Version 2.0 (the "License"); // you may not use this file except in compliance with the License. // You may obtain a copy of the License at diff --git a/ortools/base/logging.h b/ortools/base/logging.h index da7b3caaf3..3720cb4861 100644 --- a/ortools/base/logging.h +++ b/ortools/base/logging.h @@ -1,4 +1,4 @@ -// Copyright 2010-2021 Google LLC +// Copyright 2010-2022 Google LLC // Licensed under the Apache License, Version 2.0 (the "License"); // you may not use this file except in compliance with the License. // You may obtain a copy of the License at diff --git a/ortools/base/logging_export.h b/ortools/base/logging_export.h index 99c72ed3b7..d5868c8a76 100644 --- a/ortools/base/logging_export.h +++ b/ortools/base/logging_export.h @@ -1,4 +1,4 @@ -// Copyright 2010-2021 Google LLC +// Copyright 2010-2022 Google LLC // Licensed under the Apache License, Version 2.0 (the "License"); // you may not use this file except in compliance with the License. // You may obtain a copy of the License at diff --git a/ortools/base/logging_flags.h b/ortools/base/logging_flags.h index 5a17b97cae..ef923b8811 100644 --- a/ortools/base/logging_flags.h +++ b/ortools/base/logging_flags.h @@ -1,4 +1,4 @@ -// Copyright 2010-2021 Google LLC +// Copyright 2010-2022 Google LLC // Licensed under the Apache License, Version 2.0 (the "License"); // you may not use this file except in compliance with the License. // You may obtain a copy of the License at diff --git a/ortools/base/logging_utilities.cc b/ortools/base/logging_utilities.cc index f5c4e68f07..31a9a83ad9 100644 --- a/ortools/base/logging_utilities.cc +++ b/ortools/base/logging_utilities.cc @@ -1,4 +1,4 @@ -// Copyright 2010-2021 Google LLC +// Copyright 2010-2022 Google LLC // Licensed under the Apache License, Version 2.0 (the "License"); // you may not use this file except in compliance with the License. // You may obtain a copy of the License at diff --git a/ortools/base/logging_utilities.h b/ortools/base/logging_utilities.h index 6a7c6fdb46..686d1b2fb6 100644 --- a/ortools/base/logging_utilities.h +++ b/ortools/base/logging_utilities.h @@ -1,4 +1,4 @@ -// Copyright 2010-2021 Google LLC +// Copyright 2010-2022 Google LLC // Licensed under the Apache License, Version 2.0 (the "License"); // you may not use this file except in compliance with the License. // You may obtain a copy of the License at diff --git a/ortools/base/macros.h b/ortools/base/macros.h index 5b85650549..c094539984 100644 --- a/ortools/base/macros.h +++ b/ortools/base/macros.h @@ -1,4 +1,4 @@ -// Copyright 2010-2021 Google LLC +// Copyright 2010-2022 Google LLC // Licensed under the Apache License, Version 2.0 (the "License"); // you may not use this file except in compliance with the License. // You may obtain a copy of the License at diff --git a/ortools/base/map_util.h b/ortools/base/map_util.h index b812f25609..99812f8523 100644 --- a/ortools/base/map_util.h +++ b/ortools/base/map_util.h @@ -1,4 +1,4 @@ -// Copyright 2010-2021 Google LLC +// Copyright 2010-2022 Google LLC // Licensed under the Apache License, Version 2.0 (the "License"); // you may not use this file except in compliance with the License. // You may obtain a copy of the License at diff --git a/ortools/base/mathutil.h b/ortools/base/mathutil.h index cc17689740..d968e4bc40 100644 --- a/ortools/base/mathutil.h +++ b/ortools/base/mathutil.h @@ -1,4 +1,4 @@ -// Copyright 2010-2021 Google LLC +// Copyright 2010-2022 Google LLC // Licensed under the Apache License, Version 2.0 (the "License"); // you may not use this file except in compliance with the License. // You may obtain a copy of the License at diff --git a/ortools/base/murmur.h b/ortools/base/murmur.h index 644486e771..6149fdeeed 100644 --- a/ortools/base/murmur.h +++ b/ortools/base/murmur.h @@ -1,4 +1,4 @@ -// Copyright 2010-2021 Google LLC +// Copyright 2010-2022 Google LLC // Licensed under the Apache License, Version 2.0 (the "License"); // you may not use this file except in compliance with the License. // You may obtain a copy of the License at diff --git a/ortools/base/path.cc b/ortools/base/path.cc index 22b877b8f0..c56ef6e72e 100644 --- a/ortools/base/path.cc +++ b/ortools/base/path.cc @@ -1,4 +1,4 @@ -// Copyright 2010-2021 Google LLC +// Copyright 2010-2022 Google LLC // Licensed under the Apache License, Version 2.0 (the "License"); // you may not use this file except in compliance with the License. // You may obtain a copy of the License at diff --git a/ortools/base/path.h b/ortools/base/path.h index 8979137919..8ff165a94b 100644 --- a/ortools/base/path.h +++ b/ortools/base/path.h @@ -1,4 +1,4 @@ -// Copyright 2010-2021 Google LLC +// Copyright 2010-2022 Google LLC // Licensed under the Apache License, Version 2.0 (the "License"); // you may not use this file except in compliance with the License. // You may obtain a copy of the License at diff --git a/ortools/base/protobuf_util.h b/ortools/base/protobuf_util.h index bca4b8d4af..24a0887692 100644 --- a/ortools/base/protobuf_util.h +++ b/ortools/base/protobuf_util.h @@ -1,4 +1,4 @@ -// Copyright 2010-2021 Google LLC +// Copyright 2010-2022 Google LLC // Licensed under the Apache License, Version 2.0 (the "License"); // you may not use this file except in compliance with the License. // You may obtain a copy of the License at diff --git a/ortools/base/protoutil.h b/ortools/base/protoutil.h index fab2a95353..6237a646bc 100644 --- a/ortools/base/protoutil.h +++ b/ortools/base/protoutil.h @@ -1,4 +1,4 @@ -// Copyright 2010-2021 Google LLC +// Copyright 2010-2022 Google LLC // Licensed under the Apache License, Version 2.0 (the "License"); // you may not use this file except in compliance with the License. // You may obtain a copy of the License at diff --git a/ortools/base/ptr_util.h b/ortools/base/ptr_util.h index ea942ada33..00e4a6c043 100644 --- a/ortools/base/ptr_util.h +++ b/ortools/base/ptr_util.h @@ -1,4 +1,4 @@ -// Copyright 2010-2021 Google LLC +// Copyright 2010-2022 Google LLC // Licensed under the Apache License, Version 2.0 (the "License"); // you may not use this file except in compliance with the License. // You may obtain a copy of the License at diff --git a/ortools/base/python-swig.h b/ortools/base/python-swig.h index 4572887ca4..1e0f4b54f5 100644 --- a/ortools/base/python-swig.h +++ b/ortools/base/python-swig.h @@ -1,4 +1,4 @@ -// Copyright 2010-2021 Google LLC +// Copyright 2010-2022 Google LLC // Licensed under the Apache License, Version 2.0 (the "License"); // you may not use this file except in compliance with the License. // You may obtain a copy of the License at diff --git a/ortools/base/raw_logging.cc b/ortools/base/raw_logging.cc index 14ffd17f99..f472ed68aa 100644 --- a/ortools/base/raw_logging.cc +++ b/ortools/base/raw_logging.cc @@ -1,4 +1,4 @@ -// Copyright 2010-2021 Google LLC +// Copyright 2010-2022 Google LLC // Licensed under the Apache License, Version 2.0 (the "License"); // you may not use this file except in compliance with the License. // You may obtain a copy of the License at diff --git a/ortools/base/raw_logging.h b/ortools/base/raw_logging.h index 7d4719b407..09537998b2 100644 --- a/ortools/base/raw_logging.h +++ b/ortools/base/raw_logging.h @@ -1,4 +1,4 @@ -// Copyright 2010-2021 Google LLC +// Copyright 2010-2022 Google LLC // Licensed under the Apache License, Version 2.0 (the "License"); // you may not use this file except in compliance with the License. // You may obtain a copy of the License at diff --git a/ortools/base/recordio.cc b/ortools/base/recordio.cc index 50d4f22206..0ce6815f36 100644 --- a/ortools/base/recordio.cc +++ b/ortools/base/recordio.cc @@ -1,4 +1,4 @@ -// Copyright 2010-2021 Google LLC +// Copyright 2010-2022 Google LLC // Licensed under the Apache License, Version 2.0 (the "License"); // you may not use this file except in compliance with the License. // You may obtain a copy of the License at diff --git a/ortools/base/recordio.h b/ortools/base/recordio.h index 6b76b46ad8..cc7b1120dd 100644 --- a/ortools/base/recordio.h +++ b/ortools/base/recordio.h @@ -1,4 +1,4 @@ -// Copyright 2010-2021 Google LLC +// Copyright 2010-2022 Google LLC // Licensed under the Apache License, Version 2.0 (the "License"); // you may not use this file except in compliance with the License. // You may obtain a copy of the License at diff --git a/ortools/base/small_map.h b/ortools/base/small_map.h index ebcc99d7b5..2b0d38a1c8 100644 --- a/ortools/base/small_map.h +++ b/ortools/base/small_map.h @@ -1,4 +1,4 @@ -// Copyright 2010-2021 Google LLC +// Copyright 2010-2022 Google LLC // Licensed under the Apache License, Version 2.0 (the "License"); // you may not use this file except in compliance with the License. // You may obtain a copy of the License at diff --git a/ortools/base/source_location.h b/ortools/base/source_location.h index 2dc020f569..2fb531822e 100644 --- a/ortools/base/source_location.h +++ b/ortools/base/source_location.h @@ -1,4 +1,4 @@ -// Copyright 2010-2021 Google LLC +// Copyright 2010-2022 Google LLC // Licensed under the Apache License, Version 2.0 (the "License"); // you may not use this file except in compliance with the License. // You may obtain a copy of the License at diff --git a/ortools/base/status_builder.h b/ortools/base/status_builder.h index 4d3fd28816..d58745bddd 100644 --- a/ortools/base/status_builder.h +++ b/ortools/base/status_builder.h @@ -1,4 +1,4 @@ -// Copyright 2010-2021 Google LLC +// Copyright 2010-2022 Google LLC // Licensed under the Apache License, Version 2.0 (the "License"); // you may not use this file except in compliance with the License. // You may obtain a copy of the License at diff --git a/ortools/base/status_macros.h b/ortools/base/status_macros.h index cda16cd586..c75243af95 100644 --- a/ortools/base/status_macros.h +++ b/ortools/base/status_macros.h @@ -1,4 +1,4 @@ -// Copyright 2010-2021 Google LLC +// Copyright 2010-2022 Google LLC // Licensed under the Apache License, Version 2.0 (the "License"); // you may not use this file except in compliance with the License. // You may obtain a copy of the License at diff --git a/ortools/base/stl_logging.h b/ortools/base/stl_logging.h index 77e43080e5..0db77d702f 100644 --- a/ortools/base/stl_logging.h +++ b/ortools/base/stl_logging.h @@ -1,4 +1,4 @@ -// Copyright 2010-2021 Google LLC +// Copyright 2010-2022 Google LLC // Licensed under the Apache License, Version 2.0 (the "License"); // you may not use this file except in compliance with the License. // You may obtain a copy of the License at diff --git a/ortools/base/stl_util.h b/ortools/base/stl_util.h index 27edc3e771..67af655cd3 100644 --- a/ortools/base/stl_util.h +++ b/ortools/base/stl_util.h @@ -1,4 +1,4 @@ -// Copyright 2010-2021 Google LLC +// Copyright 2010-2022 Google LLC // Licensed under the Apache License, Version 2.0 (the "License"); // you may not use this file except in compliance with the License. // You may obtain a copy of the License at diff --git a/ortools/base/strong_int.h b/ortools/base/strong_int.h index f8cf347755..d58ac417b3 100644 --- a/ortools/base/strong_int.h +++ b/ortools/base/strong_int.h @@ -1,4 +1,4 @@ -// Copyright 2010-2021 Google LLC +// Copyright 2010-2022 Google LLC // Licensed under the Apache License, Version 2.0 (the "License"); // you may not use this file except in compliance with the License. // You may obtain a copy of the License at diff --git a/ortools/base/strong_vector.h b/ortools/base/strong_vector.h index 609c38f201..608da915a2 100644 --- a/ortools/base/strong_vector.h +++ b/ortools/base/strong_vector.h @@ -1,4 +1,4 @@ -// Copyright 2010-2021 Google LLC +// Copyright 2010-2022 Google LLC // Licensed under the Apache License, Version 2.0 (the "License"); // you may not use this file except in compliance with the License. // You may obtain a copy of the License at diff --git a/ortools/base/strtoint.cc b/ortools/base/strtoint.cc index 5ce8ea34e2..498746837a 100644 --- a/ortools/base/strtoint.cc +++ b/ortools/base/strtoint.cc @@ -1,4 +1,4 @@ -// Copyright 2010-2021 Google LLC +// Copyright 2010-2022 Google LLC // Licensed under the Apache License, Version 2.0 (the "License"); // you may not use this file except in compliance with the License. // You may obtain a copy of the License at diff --git a/ortools/base/strtoint.h b/ortools/base/strtoint.h index e59a3ac983..9f64d39f87 100644 --- a/ortools/base/strtoint.h +++ b/ortools/base/strtoint.h @@ -1,4 +1,4 @@ -// Copyright 2010-2021 Google LLC +// Copyright 2010-2022 Google LLC // Licensed under the Apache License, Version 2.0 (the "License"); // you may not use this file except in compliance with the License. // You may obtain a copy of the License at diff --git a/ortools/base/sysinfo.cc b/ortools/base/sysinfo.cc index 41970f423f..5ef588d7be 100644 --- a/ortools/base/sysinfo.cc +++ b/ortools/base/sysinfo.cc @@ -1,4 +1,4 @@ -// Copyright 2010-2021 Google LLC +// Copyright 2010-2022 Google LLC // Licensed under the Apache License, Version 2.0 (the "License"); // you may not use this file except in compliance with the License. // You may obtain a copy of the License at diff --git a/ortools/base/sysinfo.h b/ortools/base/sysinfo.h index 783e863f27..17a2bf3d71 100644 --- a/ortools/base/sysinfo.h +++ b/ortools/base/sysinfo.h @@ -1,4 +1,4 @@ -// Copyright 2010-2021 Google LLC +// Copyright 2010-2022 Google LLC // Licensed under the Apache License, Version 2.0 (the "License"); // you may not use this file except in compliance with the License. // You may obtain a copy of the License at diff --git a/ortools/base/thorough_hash.h b/ortools/base/thorough_hash.h index 56253ec811..1d62611199 100644 --- a/ortools/base/thorough_hash.h +++ b/ortools/base/thorough_hash.h @@ -1,4 +1,4 @@ -// Copyright 2010-2021 Google LLC +// Copyright 2010-2022 Google LLC // Licensed under the Apache License, Version 2.0 (the "License"); // you may not use this file except in compliance with the License. // You may obtain a copy of the License at diff --git a/ortools/base/threadpool.cc b/ortools/base/threadpool.cc index 692fd4a80c..f967bc7989 100644 --- a/ortools/base/threadpool.cc +++ b/ortools/base/threadpool.cc @@ -1,4 +1,4 @@ -// Copyright 2010-2021 Google LLC +// Copyright 2010-2022 Google LLC // Licensed under the Apache License, Version 2.0 (the "License"); // you may not use this file except in compliance with the License. // You may obtain a copy of the License at diff --git a/ortools/base/threadpool.h b/ortools/base/threadpool.h index 1b04757abb..7595afed6b 100644 --- a/ortools/base/threadpool.h +++ b/ortools/base/threadpool.h @@ -1,4 +1,4 @@ -// Copyright 2010-2021 Google LLC +// Copyright 2010-2022 Google LLC // Licensed under the Apache License, Version 2.0 (the "License"); // you may not use this file except in compliance with the License. // You may obtain a copy of the License at diff --git a/ortools/base/timer.cc b/ortools/base/timer.cc index 8162ee2621..86d3d404c5 100644 --- a/ortools/base/timer.cc +++ b/ortools/base/timer.cc @@ -1,4 +1,4 @@ -// Copyright 2010-2021 Google LLC +// Copyright 2010-2022 Google LLC // Licensed under the Apache License, Version 2.0 (the "License"); // you may not use this file except in compliance with the License. // You may obtain a copy of the License at diff --git a/ortools/base/timer.h b/ortools/base/timer.h index 2aafe82387..72719bccf4 100644 --- a/ortools/base/timer.h +++ b/ortools/base/timer.h @@ -1,4 +1,4 @@ -// Copyright 2010-2021 Google LLC +// Copyright 2010-2022 Google LLC // Licensed under the Apache License, Version 2.0 (the "License"); // you may not use this file except in compliance with the License. // You may obtain a copy of the License at diff --git a/ortools/base/typeid.h b/ortools/base/typeid.h index ee92c548a4..c4167d349a 100644 --- a/ortools/base/typeid.h +++ b/ortools/base/typeid.h @@ -1,4 +1,4 @@ -// Copyright 2010-2021 Google LLC +// Copyright 2010-2022 Google LLC // Licensed under the Apache License, Version 2.0 (the "License"); // you may not use this file except in compliance with the License. // You may obtain a copy of the License at diff --git a/ortools/base/version.cc b/ortools/base/version.cc index 650904e2c5..4b217a346b 100644 --- a/ortools/base/version.cc +++ b/ortools/base/version.cc @@ -1,4 +1,4 @@ -// Copyright 2010-2021 Google LLC +// Copyright 2010-2022 Google LLC // Licensed under the Apache License, Version 2.0 (the "License"); // you may not use this file except in compliance with the License. // You may obtain a copy of the License at diff --git a/ortools/base/version.h b/ortools/base/version.h index 6781704df1..7b694399e2 100644 --- a/ortools/base/version.h +++ b/ortools/base/version.h @@ -1,4 +1,4 @@ -// Copyright 2010-2021 Google LLC +// Copyright 2010-2022 Google LLC // Licensed under the Apache License, Version 2.0 (the "License"); // you may not use this file except in compliance with the License. // You may obtain a copy of the License at diff --git a/ortools/base/vlog_is_on.cc b/ortools/base/vlog_is_on.cc index a9b8fbf045..1dca63ae95 100644 --- a/ortools/base/vlog_is_on.cc +++ b/ortools/base/vlog_is_on.cc @@ -1,4 +1,4 @@ -// Copyright 2010-2021 Google LLC +// Copyright 2010-2022 Google LLC // Licensed under the Apache License, Version 2.0 (the "License"); // you may not use this file except in compliance with the License. // You may obtain a copy of the License at diff --git a/ortools/base/vlog_is_on.h b/ortools/base/vlog_is_on.h index cb3c296602..3630fe8e7a 100644 --- a/ortools/base/vlog_is_on.h +++ b/ortools/base/vlog_is_on.h @@ -1,4 +1,4 @@ -// Copyright 2010-2021 Google LLC +// Copyright 2010-2022 Google LLC // Licensed under the Apache License, Version 2.0 (the "License"); // you may not use this file except in compliance with the License. // You may obtain a copy of the License at diff --git a/ortools/bop/bop_base.cc b/ortools/bop/bop_base.cc index 4156c94759..16e34db986 100644 --- a/ortools/bop/bop_base.cc +++ b/ortools/bop/bop_base.cc @@ -1,4 +1,4 @@ -// Copyright 2010-2021 Google LLC +// Copyright 2010-2022 Google LLC // Licensed under the Apache License, Version 2.0 (the "License"); // you may not use this file except in compliance with the License. // You may obtain a copy of the License at diff --git a/ortools/bop/bop_base.h b/ortools/bop/bop_base.h index 43f88ddf48..c3ee3261f9 100644 --- a/ortools/bop/bop_base.h +++ b/ortools/bop/bop_base.h @@ -1,4 +1,4 @@ -// Copyright 2010-2021 Google LLC +// Copyright 2010-2022 Google LLC // Licensed under the Apache License, Version 2.0 (the "License"); // you may not use this file except in compliance with the License. // You may obtain a copy of the License at diff --git a/ortools/bop/bop_fs.cc b/ortools/bop/bop_fs.cc index 25fa97751f..7685d0b0c6 100644 --- a/ortools/bop/bop_fs.cc +++ b/ortools/bop/bop_fs.cc @@ -1,4 +1,4 @@ -// Copyright 2010-2021 Google LLC +// Copyright 2010-2022 Google LLC // Licensed under the Apache License, Version 2.0 (the "License"); // you may not use this file except in compliance with the License. // You may obtain a copy of the License at diff --git a/ortools/bop/bop_fs.h b/ortools/bop/bop_fs.h index c80ae71db7..7944399ae4 100644 --- a/ortools/bop/bop_fs.h +++ b/ortools/bop/bop_fs.h @@ -1,4 +1,4 @@ -// Copyright 2010-2021 Google LLC +// Copyright 2010-2022 Google LLC // Licensed under the Apache License, Version 2.0 (the "License"); // you may not use this file except in compliance with the License. // You may obtain a copy of the License at diff --git a/ortools/bop/bop_lns.cc b/ortools/bop/bop_lns.cc index b8b9793d77..614b10f47e 100644 --- a/ortools/bop/bop_lns.cc +++ b/ortools/bop/bop_lns.cc @@ -1,4 +1,4 @@ -// Copyright 2010-2021 Google LLC +// Copyright 2010-2022 Google LLC // Licensed under the Apache License, Version 2.0 (the "License"); // you may not use this file except in compliance with the License. // You may obtain a copy of the License at diff --git a/ortools/bop/bop_lns.h b/ortools/bop/bop_lns.h index 086adadfc1..7d939dc872 100644 --- a/ortools/bop/bop_lns.h +++ b/ortools/bop/bop_lns.h @@ -1,4 +1,4 @@ -// Copyright 2010-2021 Google LLC +// Copyright 2010-2022 Google LLC // Licensed under the Apache License, Version 2.0 (the "License"); // you may not use this file except in compliance with the License. // You may obtain a copy of the License at diff --git a/ortools/bop/bop_ls.cc b/ortools/bop/bop_ls.cc index d27158bf29..caf44d3974 100644 --- a/ortools/bop/bop_ls.cc +++ b/ortools/bop/bop_ls.cc @@ -1,4 +1,4 @@ -// Copyright 2010-2021 Google LLC +// Copyright 2010-2022 Google LLC // Licensed under the Apache License, Version 2.0 (the "License"); // you may not use this file except in compliance with the License. // You may obtain a copy of the License at diff --git a/ortools/bop/bop_ls.h b/ortools/bop/bop_ls.h index eae0fe04ca..e9f1df6d55 100644 --- a/ortools/bop/bop_ls.h +++ b/ortools/bop/bop_ls.h @@ -1,4 +1,4 @@ -// Copyright 2010-2021 Google LLC +// Copyright 2010-2022 Google LLC // Licensed under the Apache License, Version 2.0 (the "License"); // you may not use this file except in compliance with the License. // You may obtain a copy of the License at diff --git a/ortools/bop/bop_parameters.proto b/ortools/bop/bop_parameters.proto index e2e4110aba..a5870606af 100644 --- a/ortools/bop/bop_parameters.proto +++ b/ortools/bop/bop_parameters.proto @@ -1,4 +1,4 @@ -// Copyright 2010-2021 Google LLC +// Copyright 2010-2022 Google LLC // Licensed under the Apache License, Version 2.0 (the "License"); // you may not use this file except in compliance with the License. // You may obtain a copy of the License at diff --git a/ortools/bop/bop_portfolio.cc b/ortools/bop/bop_portfolio.cc index 5d8a0dfb78..2f90c9516e 100644 --- a/ortools/bop/bop_portfolio.cc +++ b/ortools/bop/bop_portfolio.cc @@ -1,4 +1,4 @@ -// Copyright 2010-2021 Google LLC +// Copyright 2010-2022 Google LLC // Licensed under the Apache License, Version 2.0 (the "License"); // you may not use this file except in compliance with the License. // You may obtain a copy of the License at diff --git a/ortools/bop/bop_portfolio.h b/ortools/bop/bop_portfolio.h index 18079fe46c..12098b62a6 100644 --- a/ortools/bop/bop_portfolio.h +++ b/ortools/bop/bop_portfolio.h @@ -1,4 +1,4 @@ -// Copyright 2010-2021 Google LLC +// Copyright 2010-2022 Google LLC // Licensed under the Apache License, Version 2.0 (the "License"); // you may not use this file except in compliance with the License. // You may obtain a copy of the License at diff --git a/ortools/bop/bop_solution.cc b/ortools/bop/bop_solution.cc index 68fe9393c9..c833ad0d39 100644 --- a/ortools/bop/bop_solution.cc +++ b/ortools/bop/bop_solution.cc @@ -1,4 +1,4 @@ -// Copyright 2010-2021 Google LLC +// Copyright 2010-2022 Google LLC // Licensed under the Apache License, Version 2.0 (the "License"); // you may not use this file except in compliance with the License. // You may obtain a copy of the License at diff --git a/ortools/bop/bop_solution.h b/ortools/bop/bop_solution.h index acd85086c7..7d3a885b3d 100644 --- a/ortools/bop/bop_solution.h +++ b/ortools/bop/bop_solution.h @@ -1,4 +1,4 @@ -// Copyright 2010-2021 Google LLC +// Copyright 2010-2022 Google LLC // Licensed under the Apache License, Version 2.0 (the "License"); // you may not use this file except in compliance with the License. // You may obtain a copy of the License at diff --git a/ortools/bop/bop_solver.cc b/ortools/bop/bop_solver.cc index cd463a0f97..6b93d10cee 100644 --- a/ortools/bop/bop_solver.cc +++ b/ortools/bop/bop_solver.cc @@ -1,4 +1,4 @@ -// Copyright 2010-2021 Google LLC +// Copyright 2010-2022 Google LLC // Licensed under the Apache License, Version 2.0 (the "License"); // you may not use this file except in compliance with the License. // You may obtain a copy of the License at diff --git a/ortools/bop/bop_solver.h b/ortools/bop/bop_solver.h index 852f2e51b6..114e246e13 100644 --- a/ortools/bop/bop_solver.h +++ b/ortools/bop/bop_solver.h @@ -1,4 +1,4 @@ -// Copyright 2010-2021 Google LLC +// Copyright 2010-2022 Google LLC // Licensed under the Apache License, Version 2.0 (the "License"); // you may not use this file except in compliance with the License. // You may obtain a copy of the License at diff --git a/ortools/bop/bop_types.h b/ortools/bop/bop_types.h index 92fc74bfb2..b0bdc0e402 100644 --- a/ortools/bop/bop_types.h +++ b/ortools/bop/bop_types.h @@ -1,4 +1,4 @@ -// Copyright 2010-2021 Google LLC +// Copyright 2010-2022 Google LLC // Licensed under the Apache License, Version 2.0 (the "License"); // you may not use this file except in compliance with the License. // You may obtain a copy of the License at diff --git a/ortools/bop/bop_util.cc b/ortools/bop/bop_util.cc index 6053f61cc8..5018a2105b 100644 --- a/ortools/bop/bop_util.cc +++ b/ortools/bop/bop_util.cc @@ -1,4 +1,4 @@ -// Copyright 2010-2021 Google LLC +// Copyright 2010-2022 Google LLC // Licensed under the Apache License, Version 2.0 (the "License"); // you may not use this file except in compliance with the License. // You may obtain a copy of the License at diff --git a/ortools/bop/bop_util.h b/ortools/bop/bop_util.h index 5fa53c03e5..76f8196575 100644 --- a/ortools/bop/bop_util.h +++ b/ortools/bop/bop_util.h @@ -1,4 +1,4 @@ -// Copyright 2010-2021 Google LLC +// Copyright 2010-2022 Google LLC // Licensed under the Apache License, Version 2.0 (the "License"); // you may not use this file except in compliance with the License. // You may obtain a copy of the License at diff --git a/ortools/bop/complete_optimizer.cc b/ortools/bop/complete_optimizer.cc index 6dc162eb97..15706e992c 100644 --- a/ortools/bop/complete_optimizer.cc +++ b/ortools/bop/complete_optimizer.cc @@ -1,4 +1,4 @@ -// Copyright 2010-2021 Google LLC +// Copyright 2010-2022 Google LLC // Licensed under the Apache License, Version 2.0 (the "License"); // you may not use this file except in compliance with the License. // You may obtain a copy of the License at diff --git a/ortools/bop/complete_optimizer.h b/ortools/bop/complete_optimizer.h index 8647748ce9..eeffd0b71a 100644 --- a/ortools/bop/complete_optimizer.h +++ b/ortools/bop/complete_optimizer.h @@ -1,4 +1,4 @@ -// Copyright 2010-2021 Google LLC +// Copyright 2010-2022 Google LLC // Licensed under the Apache License, Version 2.0 (the "License"); // you may not use this file except in compliance with the License. // You may obtain a copy of the License at diff --git a/ortools/bop/integral_solver.cc b/ortools/bop/integral_solver.cc index e7fa27f5dc..7c16c22059 100644 --- a/ortools/bop/integral_solver.cc +++ b/ortools/bop/integral_solver.cc @@ -1,4 +1,4 @@ -// Copyright 2010-2021 Google LLC +// Copyright 2010-2022 Google LLC // Licensed under the Apache License, Version 2.0 (the "License"); // you may not use this file except in compliance with the License. // You may obtain a copy of the License at diff --git a/ortools/bop/integral_solver.h b/ortools/bop/integral_solver.h index 129ba0288b..e3ba2857e2 100644 --- a/ortools/bop/integral_solver.h +++ b/ortools/bop/integral_solver.h @@ -1,4 +1,4 @@ -// Copyright 2010-2021 Google LLC +// Copyright 2010-2022 Google LLC // Licensed under the Apache License, Version 2.0 (the "License"); // you may not use this file except in compliance with the License. // You may obtain a copy of the License at diff --git a/ortools/constraint_solver/alldiff_cst.cc b/ortools/constraint_solver/alldiff_cst.cc index f520f5c0c8..984bddf1f3 100644 --- a/ortools/constraint_solver/alldiff_cst.cc +++ b/ortools/constraint_solver/alldiff_cst.cc @@ -1,4 +1,4 @@ -// Copyright 2010-2021 Google LLC +// Copyright 2010-2022 Google LLC // Licensed under the Apache License, Version 2.0 (the "License"); // you may not use this file except in compliance with the License. // You may obtain a copy of the License at diff --git a/ortools/constraint_solver/assignment.cc b/ortools/constraint_solver/assignment.cc index b056a48d6a..1e1363b1c5 100644 --- a/ortools/constraint_solver/assignment.cc +++ b/ortools/constraint_solver/assignment.cc @@ -1,4 +1,4 @@ -// Copyright 2010-2021 Google LLC +// Copyright 2010-2022 Google LLC // Licensed under the Apache License, Version 2.0 (the "License"); // you may not use this file except in compliance with the License. // You may obtain a copy of the License at diff --git a/ortools/constraint_solver/assignment.proto b/ortools/constraint_solver/assignment.proto index f1f5ddd2e2..cdd5e4b1c8 100644 --- a/ortools/constraint_solver/assignment.proto +++ b/ortools/constraint_solver/assignment.proto @@ -1,4 +1,4 @@ -// Copyright 2010-2021 Google LLC +// Copyright 2010-2022 Google LLC // Licensed under the Apache License, Version 2.0 (the "License"); // you may not use this file except in compliance with the License. // You may obtain a copy of the License at diff --git a/ortools/constraint_solver/constraint_solver.cc b/ortools/constraint_solver/constraint_solver.cc index 46bd23a4ba..e3885085d5 100644 --- a/ortools/constraint_solver/constraint_solver.cc +++ b/ortools/constraint_solver/constraint_solver.cc @@ -1,4 +1,4 @@ -// Copyright 2010-2021 Google LLC +// Copyright 2010-2022 Google LLC // Licensed under the Apache License, Version 2.0 (the "License"); // you may not use this file except in compliance with the License. // You may obtain a copy of the License at diff --git a/ortools/constraint_solver/constraint_solver.h b/ortools/constraint_solver/constraint_solver.h index 787b0f4e3c..40e6f6893c 100644 --- a/ortools/constraint_solver/constraint_solver.h +++ b/ortools/constraint_solver/constraint_solver.h @@ -1,4 +1,4 @@ -// Copyright 2010-2021 Google LLC +// Copyright 2010-2022 Google LLC // Licensed under the Apache License, Version 2.0 (the "License"); // you may not use this file except in compliance with the License. // You may obtain a copy of the License at diff --git a/ortools/constraint_solver/constraint_solveri.h b/ortools/constraint_solver/constraint_solveri.h index 6f48905ef9..b89ec245f7 100644 --- a/ortools/constraint_solver/constraint_solveri.h +++ b/ortools/constraint_solver/constraint_solveri.h @@ -1,4 +1,4 @@ -// Copyright 2010-2021 Google LLC +// Copyright 2010-2022 Google LLC // Licensed under the Apache License, Version 2.0 (the "License"); // you may not use this file except in compliance with the License. // You may obtain a copy of the License at diff --git a/ortools/constraint_solver/constraints.cc b/ortools/constraint_solver/constraints.cc index 422ec843b9..720f15cf32 100644 --- a/ortools/constraint_solver/constraints.cc +++ b/ortools/constraint_solver/constraints.cc @@ -1,4 +1,4 @@ -// Copyright 2010-2021 Google LLC +// Copyright 2010-2022 Google LLC // Licensed under the Apache License, Version 2.0 (the "License"); // you may not use this file except in compliance with the License. // You may obtain a copy of the License at diff --git a/ortools/constraint_solver/count_cst.cc b/ortools/constraint_solver/count_cst.cc index d1c828c6d5..4fb4b0828e 100644 --- a/ortools/constraint_solver/count_cst.cc +++ b/ortools/constraint_solver/count_cst.cc @@ -1,4 +1,4 @@ -// Copyright 2010-2021 Google LLC +// Copyright 2010-2022 Google LLC // Licensed under the Apache License, Version 2.0 (the "License"); // you may not use this file except in compliance with the License. // You may obtain a copy of the License at diff --git a/ortools/constraint_solver/csharp/IntArrayHelper.cs b/ortools/constraint_solver/csharp/IntArrayHelper.cs index 06d7bec676..f234607186 100644 --- a/ortools/constraint_solver/csharp/IntArrayHelper.cs +++ b/ortools/constraint_solver/csharp/IntArrayHelper.cs @@ -1,4 +1,4 @@ -// Copyright 2010-2021 Google LLC +// Copyright 2010-2022 Google LLC // Licensed under the Apache License, Version 2.0 (the "License"); // you may not use this file except in compliance with the License. // You may obtain a copy of the License at diff --git a/ortools/constraint_solver/csharp/IntVarArrayHelper.cs b/ortools/constraint_solver/csharp/IntVarArrayHelper.cs index 473a051b89..3c209803d5 100644 --- a/ortools/constraint_solver/csharp/IntVarArrayHelper.cs +++ b/ortools/constraint_solver/csharp/IntVarArrayHelper.cs @@ -1,4 +1,4 @@ -// Copyright 2010-2021 Google LLC +// Copyright 2010-2022 Google LLC // Licensed under the Apache License, Version 2.0 (the "License"); // you may not use this file except in compliance with the License. // You may obtain a copy of the License at diff --git a/ortools/constraint_solver/csharp/IntervalVarArrayHelper.cs b/ortools/constraint_solver/csharp/IntervalVarArrayHelper.cs index c83565c99a..367e81ca54 100644 --- a/ortools/constraint_solver/csharp/IntervalVarArrayHelper.cs +++ b/ortools/constraint_solver/csharp/IntervalVarArrayHelper.cs @@ -1,4 +1,4 @@ -// Copyright 2010-2021 Google LLC +// Copyright 2010-2022 Google LLC // Licensed under the Apache License, Version 2.0 (the "License"); // you may not use this file except in compliance with the License. // You may obtain a copy of the License at diff --git a/ortools/constraint_solver/csharp/NetDecisionBuilder.cs b/ortools/constraint_solver/csharp/NetDecisionBuilder.cs index 81721a3081..97c25af056 100644 --- a/ortools/constraint_solver/csharp/NetDecisionBuilder.cs +++ b/ortools/constraint_solver/csharp/NetDecisionBuilder.cs @@ -1,4 +1,4 @@ -// Copyright 2010-2021 Google LLC +// Copyright 2010-2022 Google LLC // Licensed under the Apache License, Version 2.0 (the "License"); // you may not use this file except in compliance with the License. // You may obtain a copy of the License at diff --git a/ortools/constraint_solver/csharp/SolverHelper.cs b/ortools/constraint_solver/csharp/SolverHelper.cs index e2559c96ff..376c54d65a 100644 --- a/ortools/constraint_solver/csharp/SolverHelper.cs +++ b/ortools/constraint_solver/csharp/SolverHelper.cs @@ -1,4 +1,4 @@ -// Copyright 2010-2021 Google LLC +// Copyright 2010-2022 Google LLC // Licensed under the Apache License, Version 2.0 (the "License"); // you may not use this file except in compliance with the License. // You may obtain a copy of the License at diff --git a/ortools/constraint_solver/csharp/ValCstPair.cs b/ortools/constraint_solver/csharp/ValCstPair.cs index c8e2a854dc..efa176ae4d 100644 --- a/ortools/constraint_solver/csharp/ValCstPair.cs +++ b/ortools/constraint_solver/csharp/ValCstPair.cs @@ -1,4 +1,4 @@ -// Copyright 2010-2021 Google LLC +// Copyright 2010-2022 Google LLC // Licensed under the Apache License, Version 2.0 (the "License"); // you may not use this file except in compliance with the License. // You may obtain a copy of the License at diff --git a/ortools/constraint_solver/csharp/constraint_solver.i b/ortools/constraint_solver/csharp/constraint_solver.i index 81d276788d..83a66ccaeb 100644 --- a/ortools/constraint_solver/csharp/constraint_solver.i +++ b/ortools/constraint_solver/csharp/constraint_solver.i @@ -1,4 +1,4 @@ -// Copyright 2010-2021 Google LLC +// Copyright 2010-2022 Google LLC // Licensed under the Apache License, Version 2.0 (the "License"); // you may not use this file except in compliance with the License. // You may obtain a copy of the License at diff --git a/ortools/constraint_solver/csharp/routing.i b/ortools/constraint_solver/csharp/routing.i index d6d9e36748..693f34d160 100644 --- a/ortools/constraint_solver/csharp/routing.i +++ b/ortools/constraint_solver/csharp/routing.i @@ -1,4 +1,4 @@ -// Copyright 2010-2021 Google LLC +// Copyright 2010-2022 Google LLC // Licensed under the Apache License, Version 2.0 (the "License"); // you may not use this file except in compliance with the License. // You may obtain a copy of the License at diff --git a/ortools/constraint_solver/csharp/routing_index_manager.i b/ortools/constraint_solver/csharp/routing_index_manager.i index 05d505bd31..fb7225bc48 100644 --- a/ortools/constraint_solver/csharp/routing_index_manager.i +++ b/ortools/constraint_solver/csharp/routing_index_manager.i @@ -1,4 +1,4 @@ -// Copyright 2010-2021 Google LLC +// Copyright 2010-2022 Google LLC // Licensed under the Apache License, Version 2.0 (the "License"); // you may not use this file except in compliance with the License. // You may obtain a copy of the License at diff --git a/ortools/constraint_solver/csharp/routing_types.i b/ortools/constraint_solver/csharp/routing_types.i index 0bd72a1109..3de2effc95 100644 --- a/ortools/constraint_solver/csharp/routing_types.i +++ b/ortools/constraint_solver/csharp/routing_types.i @@ -1,4 +1,4 @@ -// Copyright 2010-2021 Google LLC +// Copyright 2010-2022 Google LLC // Licensed under the Apache License, Version 2.0 (the "License"); // you may not use this file except in compliance with the License. // You may obtain a copy of the License at diff --git a/ortools/constraint_solver/default_search.cc b/ortools/constraint_solver/default_search.cc index 0e60ccb403..6617d0dd88 100644 --- a/ortools/constraint_solver/default_search.cc +++ b/ortools/constraint_solver/default_search.cc @@ -1,4 +1,4 @@ -// Copyright 2010-2021 Google LLC +// Copyright 2010-2022 Google LLC // Licensed under the Apache License, Version 2.0 (the "License"); // you may not use this file except in compliance with the License. // You may obtain a copy of the License at diff --git a/ortools/constraint_solver/demon_profiler.cc b/ortools/constraint_solver/demon_profiler.cc index cda1502f0f..4ca1f10a54 100644 --- a/ortools/constraint_solver/demon_profiler.cc +++ b/ortools/constraint_solver/demon_profiler.cc @@ -1,4 +1,4 @@ -// Copyright 2010-2021 Google LLC +// Copyright 2010-2022 Google LLC // Licensed under the Apache License, Version 2.0 (the "License"); // you may not use this file except in compliance with the License. // You may obtain a copy of the License at diff --git a/ortools/constraint_solver/demon_profiler.proto b/ortools/constraint_solver/demon_profiler.proto index bc0c5c5ea7..e276faad36 100644 --- a/ortools/constraint_solver/demon_profiler.proto +++ b/ortools/constraint_solver/demon_profiler.proto @@ -1,4 +1,4 @@ -// Copyright 2010-2021 Google LLC +// Copyright 2010-2022 Google LLC // Licensed under the Apache License, Version 2.0 (the "License"); // you may not use this file except in compliance with the License. // You may obtain a copy of the License at diff --git a/ortools/constraint_solver/deviation.cc b/ortools/constraint_solver/deviation.cc index a21fef5015..9803dde258 100644 --- a/ortools/constraint_solver/deviation.cc +++ b/ortools/constraint_solver/deviation.cc @@ -1,4 +1,4 @@ -// Copyright 2010-2021 Google LLC +// Copyright 2010-2022 Google LLC // Licensed under the Apache License, Version 2.0 (the "License"); // you may not use this file except in compliance with the License. // You may obtain a copy of the License at diff --git a/ortools/constraint_solver/diffn.cc b/ortools/constraint_solver/diffn.cc index c13308e1be..6428c406bd 100644 --- a/ortools/constraint_solver/diffn.cc +++ b/ortools/constraint_solver/diffn.cc @@ -1,4 +1,4 @@ -// Copyright 2010-2021 Google LLC +// Copyright 2010-2022 Google LLC // Licensed under the Apache License, Version 2.0 (the "License"); // you may not use this file except in compliance with the License. // You may obtain a copy of the License at diff --git a/ortools/constraint_solver/docs/routing_svg.py b/ortools/constraint_solver/docs/routing_svg.py index f55fb1eaa3..3e982e6e7a 100755 --- a/ortools/constraint_solver/docs/routing_svg.py +++ b/ortools/constraint_solver/docs/routing_svg.py @@ -1,5 +1,5 @@ #!/usr/bin/env python3 -# Copyright 2010-2021 Google LLC +# Copyright 2010-2022 Google LLC # Licensed under the Apache License, Version 2.0 (the "License"); # you may not use this file except in compliance with the License. # You may obtain a copy of the License at diff --git a/ortools/constraint_solver/element.cc b/ortools/constraint_solver/element.cc index 7ee1bf3077..e5afa249d1 100644 --- a/ortools/constraint_solver/element.cc +++ b/ortools/constraint_solver/element.cc @@ -1,4 +1,4 @@ -// Copyright 2010-2021 Google LLC +// Copyright 2010-2022 Google LLC // Licensed under the Apache License, Version 2.0 (the "License"); // you may not use this file except in compliance with the License. // You may obtain a copy of the License at diff --git a/ortools/constraint_solver/expr_array.cc b/ortools/constraint_solver/expr_array.cc index 57711b5a67..d589eb10b7 100644 --- a/ortools/constraint_solver/expr_array.cc +++ b/ortools/constraint_solver/expr_array.cc @@ -1,4 +1,4 @@ -// Copyright 2010-2021 Google LLC +// Copyright 2010-2022 Google LLC // Licensed under the Apache License, Version 2.0 (the "License"); // you may not use this file except in compliance with the License. // You may obtain a copy of the License at diff --git a/ortools/constraint_solver/expr_cst.cc b/ortools/constraint_solver/expr_cst.cc index 745e6b3b90..81e63301ff 100644 --- a/ortools/constraint_solver/expr_cst.cc +++ b/ortools/constraint_solver/expr_cst.cc @@ -1,4 +1,4 @@ -// Copyright 2010-2021 Google LLC +// Copyright 2010-2022 Google LLC // Licensed under the Apache License, Version 2.0 (the "License"); // you may not use this file except in compliance with the License. // You may obtain a copy of the License at diff --git a/ortools/constraint_solver/expressions.cc b/ortools/constraint_solver/expressions.cc index 1e12dc15ba..8be4b2ac75 100644 --- a/ortools/constraint_solver/expressions.cc +++ b/ortools/constraint_solver/expressions.cc @@ -1,4 +1,4 @@ -// Copyright 2010-2021 Google LLC +// Copyright 2010-2022 Google LLC // Licensed under the Apache License, Version 2.0 (the "License"); // you may not use this file except in compliance with the License. // You may obtain a copy of the License at diff --git a/ortools/constraint_solver/graph_constraints.cc b/ortools/constraint_solver/graph_constraints.cc index a9ca2f514d..051676912b 100644 --- a/ortools/constraint_solver/graph_constraints.cc +++ b/ortools/constraint_solver/graph_constraints.cc @@ -1,4 +1,4 @@ -// Copyright 2010-2021 Google LLC +// Copyright 2010-2022 Google LLC // Licensed under the Apache License, Version 2.0 (the "License"); // you may not use this file except in compliance with the License. // You may obtain a copy of the License at diff --git a/ortools/constraint_solver/interval.cc b/ortools/constraint_solver/interval.cc index bd63842907..6e461bcd57 100644 --- a/ortools/constraint_solver/interval.cc +++ b/ortools/constraint_solver/interval.cc @@ -1,4 +1,4 @@ -// Copyright 2010-2021 Google LLC +// Copyright 2010-2022 Google LLC // Licensed under the Apache License, Version 2.0 (the "License"); // you may not use this file except in compliance with the License. // You may obtain a copy of the License at diff --git a/ortools/constraint_solver/java/constraint_solver.i b/ortools/constraint_solver/java/constraint_solver.i index 5f429127dd..2b78a93920 100644 --- a/ortools/constraint_solver/java/constraint_solver.i +++ b/ortools/constraint_solver/java/constraint_solver.i @@ -1,4 +1,4 @@ -// Copyright 2010-2021 Google LLC +// Copyright 2010-2022 Google LLC // Licensed under the Apache License, Version 2.0 (the "License"); // you may not use this file except in compliance with the License. // You may obtain a copy of the License at diff --git a/ortools/constraint_solver/java/javawrapcp_util.h b/ortools/constraint_solver/java/javawrapcp_util.h index 4ba1742d7f..60903aec49 100644 --- a/ortools/constraint_solver/java/javawrapcp_util.h +++ b/ortools/constraint_solver/java/javawrapcp_util.h @@ -1,4 +1,4 @@ -// Copyright 2010-2021 Google LLC +// Copyright 2010-2022 Google LLC // Licensed under the Apache License, Version 2.0 (the "License"); // you may not use this file except in compliance with the License. // You may obtain a copy of the License at diff --git a/ortools/constraint_solver/java/routing.i b/ortools/constraint_solver/java/routing.i index 3ce3f7331e..08d7f08af1 100644 --- a/ortools/constraint_solver/java/routing.i +++ b/ortools/constraint_solver/java/routing.i @@ -1,4 +1,4 @@ -// Copyright 2010-2021 Google LLC +// Copyright 2010-2022 Google LLC // Licensed under the Apache License, Version 2.0 (the "License"); // you may not use this file except in compliance with the License. // You may obtain a copy of the License at diff --git a/ortools/constraint_solver/java/routing_index_manager.i b/ortools/constraint_solver/java/routing_index_manager.i index d6a422972e..1313ef50a8 100644 --- a/ortools/constraint_solver/java/routing_index_manager.i +++ b/ortools/constraint_solver/java/routing_index_manager.i @@ -1,4 +1,4 @@ -// Copyright 2010-2021 Google LLC +// Copyright 2010-2022 Google LLC // Licensed under the Apache License, Version 2.0 (the "License"); // you may not use this file except in compliance with the License. // You may obtain a copy of the License at diff --git a/ortools/constraint_solver/java/routing_types.i b/ortools/constraint_solver/java/routing_types.i index a11b1e2ae2..62191403da 100644 --- a/ortools/constraint_solver/java/routing_types.i +++ b/ortools/constraint_solver/java/routing_types.i @@ -1,4 +1,4 @@ -// Copyright 2010-2021 Google LLC +// Copyright 2010-2022 Google LLC // Licensed under the Apache License, Version 2.0 (the "License"); // you may not use this file except in compliance with the License. // You may obtain a copy of the License at diff --git a/ortools/constraint_solver/local_search.cc b/ortools/constraint_solver/local_search.cc index ae5b7bef1d..c29c1626a8 100644 --- a/ortools/constraint_solver/local_search.cc +++ b/ortools/constraint_solver/local_search.cc @@ -1,4 +1,4 @@ -// Copyright 2010-2021 Google LLC +// Copyright 2010-2022 Google LLC // Licensed under the Apache License, Version 2.0 (the "License"); // you may not use this file except in compliance with the License. // You may obtain a copy of the License at diff --git a/ortools/constraint_solver/model_cache.cc b/ortools/constraint_solver/model_cache.cc index aae998b290..cac9e34984 100644 --- a/ortools/constraint_solver/model_cache.cc +++ b/ortools/constraint_solver/model_cache.cc @@ -1,4 +1,4 @@ -// Copyright 2010-2021 Google LLC +// Copyright 2010-2022 Google LLC // Licensed under the Apache License, Version 2.0 (the "License"); // you may not use this file except in compliance with the License. // You may obtain a copy of the License at diff --git a/ortools/constraint_solver/pack.cc b/ortools/constraint_solver/pack.cc index 878a70e557..0cbe1a6db4 100644 --- a/ortools/constraint_solver/pack.cc +++ b/ortools/constraint_solver/pack.cc @@ -1,4 +1,4 @@ -// Copyright 2010-2021 Google LLC +// Copyright 2010-2022 Google LLC // Licensed under the Apache License, Version 2.0 (the "License"); // you may not use this file except in compliance with the License. // You may obtain a copy of the License at diff --git a/ortools/constraint_solver/python/constraint_solver.i b/ortools/constraint_solver/python/constraint_solver.i index 9ade9a89fe..8b416f6cd0 100644 --- a/ortools/constraint_solver/python/constraint_solver.i +++ b/ortools/constraint_solver/python/constraint_solver.i @@ -1,4 +1,4 @@ -// Copyright 2010-2021 Google LLC +// Copyright 2010-2022 Google LLC // Licensed under the Apache License, Version 2.0 (the "License"); // you may not use this file except in compliance with the License. // You may obtain a copy of the License at diff --git a/ortools/constraint_solver/python/constraint_solver_helpers.i b/ortools/constraint_solver/python/constraint_solver_helpers.i index 8279e8e334..41e6f12f7f 100644 --- a/ortools/constraint_solver/python/constraint_solver_helpers.i +++ b/ortools/constraint_solver/python/constraint_solver_helpers.i @@ -1,4 +1,4 @@ -// Copyright 2010-2021 Google LLC +// Copyright 2010-2022 Google LLC // Licensed under the Apache License, Version 2.0 (the "License"); // you may not use this file except in compliance with the License. // You may obtain a copy of the License at diff --git a/ortools/constraint_solver/python/pywrapcp_util.i b/ortools/constraint_solver/python/pywrapcp_util.i index 0b4d199eac..52ef13a780 100644 --- a/ortools/constraint_solver/python/pywrapcp_util.i +++ b/ortools/constraint_solver/python/pywrapcp_util.i @@ -1,4 +1,4 @@ -// Copyright 2010-2021 Google LLC +// Copyright 2010-2022 Google LLC // Licensed under the Apache License, Version 2.0 (the "License"); // you may not use this file except in compliance with the License. // You may obtain a copy of the License at diff --git a/ortools/constraint_solver/python/routing.i b/ortools/constraint_solver/python/routing.i index 8dcf8d9148..853a64b661 100644 --- a/ortools/constraint_solver/python/routing.i +++ b/ortools/constraint_solver/python/routing.i @@ -1,4 +1,4 @@ -// Copyright 2010-2021 Google LLC +// Copyright 2010-2022 Google LLC // Licensed under the Apache License, Version 2.0 (the "License"); // you may not use this file except in compliance with the License. // You may obtain a copy of the License at diff --git a/ortools/constraint_solver/python/routing_index_manager.i b/ortools/constraint_solver/python/routing_index_manager.i index 67a035b032..16a424d856 100644 --- a/ortools/constraint_solver/python/routing_index_manager.i +++ b/ortools/constraint_solver/python/routing_index_manager.i @@ -1,4 +1,4 @@ -// Copyright 2010-2021 Google LLC +// Copyright 2010-2022 Google LLC // Licensed under the Apache License, Version 2.0 (the "License"); // you may not use this file except in compliance with the License. // You may obtain a copy of the License at diff --git a/ortools/constraint_solver/python/routing_types.i b/ortools/constraint_solver/python/routing_types.i index 84bd0b158b..dcc73e4c51 100644 --- a/ortools/constraint_solver/python/routing_types.i +++ b/ortools/constraint_solver/python/routing_types.i @@ -1,4 +1,4 @@ -// Copyright 2010-2021 Google LLC +// Copyright 2010-2022 Google LLC // Licensed under the Apache License, Version 2.0 (the "License"); // you may not use this file except in compliance with the License. // You may obtain a copy of the License at diff --git a/ortools/constraint_solver/range_cst.cc b/ortools/constraint_solver/range_cst.cc index 5688f58933..861349461d 100644 --- a/ortools/constraint_solver/range_cst.cc +++ b/ortools/constraint_solver/range_cst.cc @@ -1,4 +1,4 @@ -// Copyright 2010-2021 Google LLC +// Copyright 2010-2022 Google LLC // Licensed under the Apache License, Version 2.0 (the "License"); // you may not use this file except in compliance with the License. // You may obtain a copy of the License at diff --git a/ortools/constraint_solver/resource.cc b/ortools/constraint_solver/resource.cc index 49eeb804b9..2ba5b22381 100644 --- a/ortools/constraint_solver/resource.cc +++ b/ortools/constraint_solver/resource.cc @@ -1,4 +1,4 @@ -// Copyright 2010-2021 Google LLC +// Copyright 2010-2022 Google LLC // Licensed under the Apache License, Version 2.0 (the "License"); // you may not use this file except in compliance with the License. // You may obtain a copy of the License at diff --git a/ortools/constraint_solver/routing.cc b/ortools/constraint_solver/routing.cc index c65c17fa5b..a049846de9 100644 --- a/ortools/constraint_solver/routing.cc +++ b/ortools/constraint_solver/routing.cc @@ -1,4 +1,4 @@ -// Copyright 2010-2021 Google LLC +// Copyright 2010-2022 Google LLC // Licensed under the Apache License, Version 2.0 (the "License"); // you may not use this file except in compliance with the License. // You may obtain a copy of the License at diff --git a/ortools/constraint_solver/routing.h b/ortools/constraint_solver/routing.h index a82e356b2a..ef39f6af89 100644 --- a/ortools/constraint_solver/routing.h +++ b/ortools/constraint_solver/routing.h @@ -1,4 +1,4 @@ -// Copyright 2010-2021 Google LLC +// Copyright 2010-2022 Google LLC // Licensed under the Apache License, Version 2.0 (the "License"); // you may not use this file except in compliance with the License. // You may obtain a copy of the License at diff --git a/ortools/constraint_solver/routing_breaks.cc b/ortools/constraint_solver/routing_breaks.cc index 9c2c67f117..a7c36437da 100644 --- a/ortools/constraint_solver/routing_breaks.cc +++ b/ortools/constraint_solver/routing_breaks.cc @@ -1,4 +1,4 @@ -// Copyright 2010-2021 Google LLC +// Copyright 2010-2022 Google LLC // Licensed under the Apache License, Version 2.0 (the "License"); // you may not use this file except in compliance with the License. // You may obtain a copy of the License at diff --git a/ortools/constraint_solver/routing_enums.proto b/ortools/constraint_solver/routing_enums.proto index 88e85b865e..ea7ba2ba19 100644 --- a/ortools/constraint_solver/routing_enums.proto +++ b/ortools/constraint_solver/routing_enums.proto @@ -1,4 +1,4 @@ -// Copyright 2010-2021 Google LLC +// Copyright 2010-2022 Google LLC // Licensed under the Apache License, Version 2.0 (the "License"); // you may not use this file except in compliance with the License. // You may obtain a copy of the License at diff --git a/ortools/constraint_solver/routing_filters.cc b/ortools/constraint_solver/routing_filters.cc index e8748bd077..3527a6cf55 100644 --- a/ortools/constraint_solver/routing_filters.cc +++ b/ortools/constraint_solver/routing_filters.cc @@ -1,4 +1,4 @@ -// Copyright 2010-2021 Google LLC +// Copyright 2010-2022 Google LLC // Licensed under the Apache License, Version 2.0 (the "License"); // you may not use this file except in compliance with the License. // You may obtain a copy of the License at diff --git a/ortools/constraint_solver/routing_filters.h b/ortools/constraint_solver/routing_filters.h index c6ab84da68..1ec925dab6 100644 --- a/ortools/constraint_solver/routing_filters.h +++ b/ortools/constraint_solver/routing_filters.h @@ -1,4 +1,4 @@ -// Copyright 2010-2021 Google LLC +// Copyright 2010-2022 Google LLC // Licensed under the Apache License, Version 2.0 (the "License"); // you may not use this file except in compliance with the License. // You may obtain a copy of the License at diff --git a/ortools/constraint_solver/routing_flags.cc b/ortools/constraint_solver/routing_flags.cc index 755c7cc895..008f699eaf 100644 --- a/ortools/constraint_solver/routing_flags.cc +++ b/ortools/constraint_solver/routing_flags.cc @@ -1,4 +1,4 @@ -// Copyright 2010-2021 Google LLC +// Copyright 2010-2022 Google LLC // Licensed under the Apache License, Version 2.0 (the "License"); // you may not use this file except in compliance with the License. // You may obtain a copy of the License at diff --git a/ortools/constraint_solver/routing_flags.h b/ortools/constraint_solver/routing_flags.h index 37dbe9341f..b08f83cbae 100644 --- a/ortools/constraint_solver/routing_flags.h +++ b/ortools/constraint_solver/routing_flags.h @@ -1,4 +1,4 @@ -// Copyright 2010-2021 Google LLC +// Copyright 2010-2022 Google LLC // Licensed under the Apache License, Version 2.0 (the "License"); // you may not use this file except in compliance with the License. // You may obtain a copy of the License at diff --git a/ortools/constraint_solver/routing_flow.cc b/ortools/constraint_solver/routing_flow.cc index b2c0c1e404..25f3f558fc 100644 --- a/ortools/constraint_solver/routing_flow.cc +++ b/ortools/constraint_solver/routing_flow.cc @@ -1,4 +1,4 @@ -// Copyright 2010-2021 Google LLC +// Copyright 2010-2022 Google LLC // Licensed under the Apache License, Version 2.0 (the "License"); // you may not use this file except in compliance with the License. // You may obtain a copy of the License at diff --git a/ortools/constraint_solver/routing_index_manager.cc b/ortools/constraint_solver/routing_index_manager.cc index 8035dcc069..5820171a76 100644 --- a/ortools/constraint_solver/routing_index_manager.cc +++ b/ortools/constraint_solver/routing_index_manager.cc @@ -1,4 +1,4 @@ -// Copyright 2010-2021 Google LLC +// Copyright 2010-2022 Google LLC // Licensed under the Apache License, Version 2.0 (the "License"); // you may not use this file except in compliance with the License. // You may obtain a copy of the License at diff --git a/ortools/constraint_solver/routing_index_manager.h b/ortools/constraint_solver/routing_index_manager.h index e4f027c777..7d2ca2f747 100644 --- a/ortools/constraint_solver/routing_index_manager.h +++ b/ortools/constraint_solver/routing_index_manager.h @@ -1,4 +1,4 @@ -// Copyright 2010-2021 Google LLC +// Copyright 2010-2022 Google LLC // Licensed under the Apache License, Version 2.0 (the "License"); // you may not use this file except in compliance with the License. // You may obtain a copy of the License at diff --git a/ortools/constraint_solver/routing_lp_scheduling.cc b/ortools/constraint_solver/routing_lp_scheduling.cc index 2184c38d65..8fb13652c9 100644 --- a/ortools/constraint_solver/routing_lp_scheduling.cc +++ b/ortools/constraint_solver/routing_lp_scheduling.cc @@ -1,4 +1,4 @@ -// Copyright 2010-2021 Google LLC +// Copyright 2010-2022 Google LLC // Licensed under the Apache License, Version 2.0 (the "License"); // you may not use this file except in compliance with the License. // You may obtain a copy of the License at diff --git a/ortools/constraint_solver/routing_lp_scheduling.h b/ortools/constraint_solver/routing_lp_scheduling.h index a636dd9201..af3fc5ea94 100644 --- a/ortools/constraint_solver/routing_lp_scheduling.h +++ b/ortools/constraint_solver/routing_lp_scheduling.h @@ -1,4 +1,4 @@ -// Copyright 2010-2021 Google LLC +// Copyright 2010-2022 Google LLC // Licensed under the Apache License, Version 2.0 (the "License"); // you may not use this file except in compliance with the License. // You may obtain a copy of the License at diff --git a/ortools/constraint_solver/routing_neighborhoods.cc b/ortools/constraint_solver/routing_neighborhoods.cc index 3cf1757d39..790108a1e1 100644 --- a/ortools/constraint_solver/routing_neighborhoods.cc +++ b/ortools/constraint_solver/routing_neighborhoods.cc @@ -1,4 +1,4 @@ -// Copyright 2010-2021 Google LLC +// Copyright 2010-2022 Google LLC // Licensed under the Apache License, Version 2.0 (the "License"); // you may not use this file except in compliance with the License. // You may obtain a copy of the License at diff --git a/ortools/constraint_solver/routing_neighborhoods.h b/ortools/constraint_solver/routing_neighborhoods.h index 948c2d0a27..3fb0c7cd2d 100644 --- a/ortools/constraint_solver/routing_neighborhoods.h +++ b/ortools/constraint_solver/routing_neighborhoods.h @@ -1,4 +1,4 @@ -// Copyright 2010-2021 Google LLC +// Copyright 2010-2022 Google LLC // Licensed under the Apache License, Version 2.0 (the "License"); // you may not use this file except in compliance with the License. // You may obtain a copy of the License at diff --git a/ortools/constraint_solver/routing_parameters.cc b/ortools/constraint_solver/routing_parameters.cc index f3697ede2f..03ee0cb8b6 100644 --- a/ortools/constraint_solver/routing_parameters.cc +++ b/ortools/constraint_solver/routing_parameters.cc @@ -1,4 +1,4 @@ -// Copyright 2010-2021 Google LLC +// Copyright 2010-2022 Google LLC // Licensed under the Apache License, Version 2.0 (the "License"); // you may not use this file except in compliance with the License. // You may obtain a copy of the License at diff --git a/ortools/constraint_solver/routing_parameters.h b/ortools/constraint_solver/routing_parameters.h index f585207d25..aedd34624a 100644 --- a/ortools/constraint_solver/routing_parameters.h +++ b/ortools/constraint_solver/routing_parameters.h @@ -1,4 +1,4 @@ -// Copyright 2010-2021 Google LLC +// Copyright 2010-2022 Google LLC // Licensed under the Apache License, Version 2.0 (the "License"); // you may not use this file except in compliance with the License. // You may obtain a copy of the License at diff --git a/ortools/constraint_solver/routing_parameters.proto b/ortools/constraint_solver/routing_parameters.proto index f66be2d144..3f70755f63 100644 --- a/ortools/constraint_solver/routing_parameters.proto +++ b/ortools/constraint_solver/routing_parameters.proto @@ -1,4 +1,4 @@ -// Copyright 2010-2021 Google LLC +// Copyright 2010-2022 Google LLC // Licensed under the Apache License, Version 2.0 (the "License"); // you may not use this file except in compliance with the License. // You may obtain a copy of the License at diff --git a/ortools/constraint_solver/routing_sat.cc b/ortools/constraint_solver/routing_sat.cc index e7c30c270e..b7107ea3b2 100644 --- a/ortools/constraint_solver/routing_sat.cc +++ b/ortools/constraint_solver/routing_sat.cc @@ -1,4 +1,4 @@ -// Copyright 2010-2021 Google LLC +// Copyright 2010-2022 Google LLC // Licensed under the Apache License, Version 2.0 (the "License"); // you may not use this file except in compliance with the License. // You may obtain a copy of the License at diff --git a/ortools/constraint_solver/routing_search.cc b/ortools/constraint_solver/routing_search.cc index e05dd45031..f79b87b3d4 100644 --- a/ortools/constraint_solver/routing_search.cc +++ b/ortools/constraint_solver/routing_search.cc @@ -1,4 +1,4 @@ -// Copyright 2010-2021 Google LLC +// Copyright 2010-2022 Google LLC // Licensed under the Apache License, Version 2.0 (the "License"); // you may not use this file except in compliance with the License. // You may obtain a copy of the License at diff --git a/ortools/constraint_solver/routing_search.h b/ortools/constraint_solver/routing_search.h index 202c94b8e7..262ecadb87 100644 --- a/ortools/constraint_solver/routing_search.h +++ b/ortools/constraint_solver/routing_search.h @@ -1,4 +1,4 @@ -// Copyright 2010-2021 Google LLC +// Copyright 2010-2022 Google LLC // Licensed under the Apache License, Version 2.0 (the "License"); // you may not use this file except in compliance with the License. // You may obtain a copy of the License at diff --git a/ortools/constraint_solver/routing_types.h b/ortools/constraint_solver/routing_types.h index edd5bc4aa6..6d00f375be 100644 --- a/ortools/constraint_solver/routing_types.h +++ b/ortools/constraint_solver/routing_types.h @@ -1,4 +1,4 @@ -// Copyright 2010-2021 Google LLC +// Copyright 2010-2022 Google LLC // Licensed under the Apache License, Version 2.0 (the "License"); // you may not use this file except in compliance with the License. // You may obtain a copy of the License at diff --git a/ortools/constraint_solver/samples/CpIsFunCp.cs b/ortools/constraint_solver/samples/CpIsFunCp.cs index 7a07a64609..9333b063b9 100644 --- a/ortools/constraint_solver/samples/CpIsFunCp.cs +++ b/ortools/constraint_solver/samples/CpIsFunCp.cs @@ -1,4 +1,4 @@ -// Copyright 2010-2021 Google LLC +// Copyright 2010-2022 Google LLC // Licensed under the Apache License, Version 2.0 (the "License"); // you may not use this file except in compliance with the License. // You may obtain a copy of the License at diff --git a/ortools/constraint_solver/samples/CpIsFunCp.java b/ortools/constraint_solver/samples/CpIsFunCp.java index cafbe0f4d6..f85d9ddcfe 100644 --- a/ortools/constraint_solver/samples/CpIsFunCp.java +++ b/ortools/constraint_solver/samples/CpIsFunCp.java @@ -1,4 +1,4 @@ -// Copyright 2010-2021 Google LLC +// Copyright 2010-2022 Google LLC // Licensed under the Apache License, Version 2.0 (the "License"); // you may not use this file except in compliance with the License. // You may obtain a copy of the License at diff --git a/ortools/constraint_solver/samples/NQueensCp.cs b/ortools/constraint_solver/samples/NQueensCp.cs index 3807c8b2fb..fbceae4ca6 100644 --- a/ortools/constraint_solver/samples/NQueensCp.cs +++ b/ortools/constraint_solver/samples/NQueensCp.cs @@ -1,4 +1,4 @@ -// Copyright 2010-2021 Google LLC +// Copyright 2010-2022 Google LLC // Licensed under the Apache License, Version 2.0 (the "License"); // you may not use this file except in compliance with the License. // You may obtain a copy of the License at diff --git a/ortools/constraint_solver/samples/NQueensCp.java b/ortools/constraint_solver/samples/NQueensCp.java index 61eb5702fc..45559848be 100644 --- a/ortools/constraint_solver/samples/NQueensCp.java +++ b/ortools/constraint_solver/samples/NQueensCp.java @@ -1,4 +1,4 @@ -// Copyright 2010-2021 Google LLC +// Copyright 2010-2022 Google LLC // Licensed under the Apache License, Version 2.0 (the "License"); // you may not use this file except in compliance with the License. // You may obtain a copy of the License at diff --git a/ortools/constraint_solver/samples/SimpleCpProgram.cs b/ortools/constraint_solver/samples/SimpleCpProgram.cs index 3ed3b65775..9d857effb2 100644 --- a/ortools/constraint_solver/samples/SimpleCpProgram.cs +++ b/ortools/constraint_solver/samples/SimpleCpProgram.cs @@ -1,4 +1,4 @@ -// Copyright 2010-2021 Google LLC +// Copyright 2010-2022 Google LLC // Licensed under the Apache License, Version 2.0 (the "License"); // you may not use this file except in compliance with the License. // You may obtain a copy of the License at diff --git a/ortools/constraint_solver/samples/SimpleCpProgram.java b/ortools/constraint_solver/samples/SimpleCpProgram.java index 25c0e58b50..127f8e84f0 100644 --- a/ortools/constraint_solver/samples/SimpleCpProgram.java +++ b/ortools/constraint_solver/samples/SimpleCpProgram.java @@ -1,4 +1,4 @@ -// Copyright 2010-2021 Google LLC +// Copyright 2010-2022 Google LLC // Licensed under the Apache License, Version 2.0 (the "License"); // you may not use this file except in compliance with the License. // You may obtain a copy of the License at diff --git a/ortools/constraint_solver/samples/SimpleRoutingProgram.cs b/ortools/constraint_solver/samples/SimpleRoutingProgram.cs index 4d90414057..3605b09ca9 100644 --- a/ortools/constraint_solver/samples/SimpleRoutingProgram.cs +++ b/ortools/constraint_solver/samples/SimpleRoutingProgram.cs @@ -1,4 +1,4 @@ -// Copyright 2010-2021 Google LLC +// Copyright 2010-2022 Google LLC // Licensed under the Apache License, Version 2.0 (the "License"); // you may not use this file except in compliance with the License. // You may obtain a copy of the License at diff --git a/ortools/constraint_solver/samples/SimpleRoutingProgram.java b/ortools/constraint_solver/samples/SimpleRoutingProgram.java index 5203d640ec..8ab1d9928a 100644 --- a/ortools/constraint_solver/samples/SimpleRoutingProgram.java +++ b/ortools/constraint_solver/samples/SimpleRoutingProgram.java @@ -1,4 +1,4 @@ -// Copyright 2010-2021 Google LLC +// Copyright 2010-2022 Google LLC // Licensed under the Apache License, Version 2.0 (the "License"); // you may not use this file except in compliance with the License. // You may obtain a copy of the License at diff --git a/ortools/constraint_solver/samples/Tsp.cs b/ortools/constraint_solver/samples/Tsp.cs index 1ded57455a..49a60f55cc 100644 --- a/ortools/constraint_solver/samples/Tsp.cs +++ b/ortools/constraint_solver/samples/Tsp.cs @@ -1,4 +1,4 @@ -// Copyright 2010-2021 Google LLC +// Copyright 2010-2022 Google LLC // Licensed under the Apache License, Version 2.0 (the "License"); // you may not use this file except in compliance with the License. // You may obtain a copy of the License at diff --git a/ortools/constraint_solver/samples/Tsp.java b/ortools/constraint_solver/samples/Tsp.java index 5260a689b0..3edad8430c 100644 --- a/ortools/constraint_solver/samples/Tsp.java +++ b/ortools/constraint_solver/samples/Tsp.java @@ -1,4 +1,4 @@ -// Copyright 2010-2021 Google LLC +// Copyright 2010-2022 Google LLC // Licensed under the Apache License, Version 2.0 (the "License"); // you may not use this file except in compliance with the License. // You may obtain a copy of the License at diff --git a/ortools/constraint_solver/samples/TspCircuitBoard.cs b/ortools/constraint_solver/samples/TspCircuitBoard.cs index cc6953ef54..586f40c0e0 100644 --- a/ortools/constraint_solver/samples/TspCircuitBoard.cs +++ b/ortools/constraint_solver/samples/TspCircuitBoard.cs @@ -1,4 +1,4 @@ -// Copyright 2010-2021 Google LLC +// Copyright 2010-2022 Google LLC // Licensed under the Apache License, Version 2.0 (the "License"); // you may not use this file except in compliance with the License. // You may obtain a copy of the License at diff --git a/ortools/constraint_solver/samples/TspCircuitBoard.java b/ortools/constraint_solver/samples/TspCircuitBoard.java index 9d29fd22c5..18a3e8bcd5 100644 --- a/ortools/constraint_solver/samples/TspCircuitBoard.java +++ b/ortools/constraint_solver/samples/TspCircuitBoard.java @@ -1,4 +1,4 @@ -// Copyright 2010-2021 Google LLC +// Copyright 2010-2022 Google LLC // Licensed under the Apache License, Version 2.0 (the "License"); // you may not use this file except in compliance with the License. // You may obtain a copy of the License at diff --git a/ortools/constraint_solver/samples/TspCities.cs b/ortools/constraint_solver/samples/TspCities.cs index f85afd5af1..a28c0c8a6c 100644 --- a/ortools/constraint_solver/samples/TspCities.cs +++ b/ortools/constraint_solver/samples/TspCities.cs @@ -1,4 +1,4 @@ -// Copyright 2010-2021 Google LLC +// Copyright 2010-2022 Google LLC // Licensed under the Apache License, Version 2.0 (the "License"); // you may not use this file except in compliance with the License. // You may obtain a copy of the License at diff --git a/ortools/constraint_solver/samples/TspCities.java b/ortools/constraint_solver/samples/TspCities.java index 1e1d47853a..5428e2b6b3 100644 --- a/ortools/constraint_solver/samples/TspCities.java +++ b/ortools/constraint_solver/samples/TspCities.java @@ -1,4 +1,4 @@ -// Copyright 2010-2021 Google LLC +// Copyright 2010-2022 Google LLC // Licensed under the Apache License, Version 2.0 (the "License"); // you may not use this file except in compliance with the License. // You may obtain a copy of the License at diff --git a/ortools/constraint_solver/samples/TspDistanceMatrix.cs b/ortools/constraint_solver/samples/TspDistanceMatrix.cs index 82fd5b1b5a..350cfb8747 100644 --- a/ortools/constraint_solver/samples/TspDistanceMatrix.cs +++ b/ortools/constraint_solver/samples/TspDistanceMatrix.cs @@ -1,4 +1,4 @@ -// Copyright 2010-2021 Google LLC +// Copyright 2010-2022 Google LLC // Licensed under the Apache License, Version 2.0 (the "License"); // you may not use this file except in compliance with the License. // You may obtain a copy of the License at diff --git a/ortools/constraint_solver/samples/TspDistanceMatrix.java b/ortools/constraint_solver/samples/TspDistanceMatrix.java index 879f396fac..789cd01db9 100644 --- a/ortools/constraint_solver/samples/TspDistanceMatrix.java +++ b/ortools/constraint_solver/samples/TspDistanceMatrix.java @@ -1,4 +1,4 @@ -// Copyright 2010-2021 Google LLC +// Copyright 2010-2022 Google LLC // Licensed under the Apache License, Version 2.0 (the "License"); // you may not use this file except in compliance with the License. // You may obtain a copy of the License at diff --git a/ortools/constraint_solver/samples/Vrp.cs b/ortools/constraint_solver/samples/Vrp.cs index 8f4e49cfaa..81eb965da0 100644 --- a/ortools/constraint_solver/samples/Vrp.cs +++ b/ortools/constraint_solver/samples/Vrp.cs @@ -1,4 +1,4 @@ -// Copyright 2010-2021 Google LLC +// Copyright 2010-2022 Google LLC // Licensed under the Apache License, Version 2.0 (the "License"); // you may not use this file except in compliance with the License. // You may obtain a copy of the License at diff --git a/ortools/constraint_solver/samples/Vrp.java b/ortools/constraint_solver/samples/Vrp.java index 88488270a8..f2ca98bcf5 100644 --- a/ortools/constraint_solver/samples/Vrp.java +++ b/ortools/constraint_solver/samples/Vrp.java @@ -1,4 +1,4 @@ -// Copyright 2010-2021 Google LLC +// Copyright 2010-2022 Google LLC // Licensed under the Apache License, Version 2.0 (the "License"); // you may not use this file except in compliance with the License. // You may obtain a copy of the License at diff --git a/ortools/constraint_solver/samples/VrpBreaks.cs b/ortools/constraint_solver/samples/VrpBreaks.cs index 883726bef7..c4b6c53c24 100644 --- a/ortools/constraint_solver/samples/VrpBreaks.cs +++ b/ortools/constraint_solver/samples/VrpBreaks.cs @@ -1,4 +1,4 @@ -// Copyright 2010-2021 Google LLC +// Copyright 2010-2022 Google LLC // Licensed under the Apache License, Version 2.0 (the "License"); // you may not use this file except in compliance with the License. // You may obtain a copy of the License at diff --git a/ortools/constraint_solver/samples/VrpBreaks.java b/ortools/constraint_solver/samples/VrpBreaks.java index f32275a1f1..d48c29140f 100644 --- a/ortools/constraint_solver/samples/VrpBreaks.java +++ b/ortools/constraint_solver/samples/VrpBreaks.java @@ -1,4 +1,4 @@ -// Copyright 2010-2021 Google LLC +// Copyright 2010-2022 Google LLC // Licensed under the Apache License, Version 2.0 (the "License"); // you may not use this file except in compliance with the License. // You may obtain a copy of the License at diff --git a/ortools/constraint_solver/samples/VrpCapacity.cs b/ortools/constraint_solver/samples/VrpCapacity.cs index c1f3ab574c..5b05281ab0 100644 --- a/ortools/constraint_solver/samples/VrpCapacity.cs +++ b/ortools/constraint_solver/samples/VrpCapacity.cs @@ -1,4 +1,4 @@ -// Copyright 2010-2021 Google LLC +// Copyright 2010-2022 Google LLC // Licensed under the Apache License, Version 2.0 (the "License"); // you may not use this file except in compliance with the License. // You may obtain a copy of the License at diff --git a/ortools/constraint_solver/samples/VrpCapacity.java b/ortools/constraint_solver/samples/VrpCapacity.java index 4169e14ef1..ac553fc3a2 100644 --- a/ortools/constraint_solver/samples/VrpCapacity.java +++ b/ortools/constraint_solver/samples/VrpCapacity.java @@ -1,4 +1,4 @@ -// Copyright 2010-2021 Google LLC +// Copyright 2010-2022 Google LLC // Licensed under the Apache License, Version 2.0 (the "License"); // you may not use this file except in compliance with the License. // You may obtain a copy of the License at diff --git a/ortools/constraint_solver/samples/VrpDropNodes.cs b/ortools/constraint_solver/samples/VrpDropNodes.cs index d6323415b2..c3c84de478 100644 --- a/ortools/constraint_solver/samples/VrpDropNodes.cs +++ b/ortools/constraint_solver/samples/VrpDropNodes.cs @@ -1,4 +1,4 @@ -// Copyright 2010-2021 Google LLC +// Copyright 2010-2022 Google LLC // Licensed under the Apache License, Version 2.0 (the "License"); // you may not use this file except in compliance with the License. // You may obtain a copy of the License at diff --git a/ortools/constraint_solver/samples/VrpDropNodes.java b/ortools/constraint_solver/samples/VrpDropNodes.java index c0467d0e55..ed27ddae75 100644 --- a/ortools/constraint_solver/samples/VrpDropNodes.java +++ b/ortools/constraint_solver/samples/VrpDropNodes.java @@ -1,4 +1,4 @@ -// Copyright 2010-2021 Google LLC +// Copyright 2010-2022 Google LLC // Licensed under the Apache License, Version 2.0 (the "License"); // you may not use this file except in compliance with the License. // You may obtain a copy of the License at diff --git a/ortools/constraint_solver/samples/VrpGlobalSpan.cs b/ortools/constraint_solver/samples/VrpGlobalSpan.cs index 66878d393a..c4722f0533 100644 --- a/ortools/constraint_solver/samples/VrpGlobalSpan.cs +++ b/ortools/constraint_solver/samples/VrpGlobalSpan.cs @@ -1,4 +1,4 @@ -// Copyright 2010-2021 Google LLC +// Copyright 2010-2022 Google LLC // Licensed under the Apache License, Version 2.0 (the "License"); // you may not use this file except in compliance with the License. // You may obtain a copy of the License at diff --git a/ortools/constraint_solver/samples/VrpGlobalSpan.java b/ortools/constraint_solver/samples/VrpGlobalSpan.java index f3d5046946..f0d599138e 100644 --- a/ortools/constraint_solver/samples/VrpGlobalSpan.java +++ b/ortools/constraint_solver/samples/VrpGlobalSpan.java @@ -1,4 +1,4 @@ -// Copyright 2010-2021 Google LLC +// Copyright 2010-2022 Google LLC // Licensed under the Apache License, Version 2.0 (the "License"); // you may not use this file except in compliance with the License. // You may obtain a copy of the License at diff --git a/ortools/constraint_solver/samples/VrpInitialRoutes.cs b/ortools/constraint_solver/samples/VrpInitialRoutes.cs index 2db2a2eafe..4b3bf54ff8 100644 --- a/ortools/constraint_solver/samples/VrpInitialRoutes.cs +++ b/ortools/constraint_solver/samples/VrpInitialRoutes.cs @@ -1,4 +1,4 @@ -// Copyright 2010-2021 Google LLC +// Copyright 2010-2022 Google LLC // Licensed under the Apache License, Version 2.0 (the "License"); // you may not use this file except in compliance with the License. // You may obtain a copy of the License at diff --git a/ortools/constraint_solver/samples/VrpInitialRoutes.java b/ortools/constraint_solver/samples/VrpInitialRoutes.java index 827eeb6bc5..67165780db 100644 --- a/ortools/constraint_solver/samples/VrpInitialRoutes.java +++ b/ortools/constraint_solver/samples/VrpInitialRoutes.java @@ -1,4 +1,4 @@ -// Copyright 2010-2021 Google LLC +// Copyright 2010-2022 Google LLC // Licensed under the Apache License, Version 2.0 (the "License"); // you may not use this file except in compliance with the License. // You may obtain a copy of the License at diff --git a/ortools/constraint_solver/samples/VrpPickupDelivery.cs b/ortools/constraint_solver/samples/VrpPickupDelivery.cs index 58bb5598a9..4b83622e3a 100644 --- a/ortools/constraint_solver/samples/VrpPickupDelivery.cs +++ b/ortools/constraint_solver/samples/VrpPickupDelivery.cs @@ -1,4 +1,4 @@ -// Copyright 2010-2021 Google LLC +// Copyright 2010-2022 Google LLC // Licensed under the Apache License, Version 2.0 (the "License"); // you may not use this file except in compliance with the License. // You may obtain a copy of the License at diff --git a/ortools/constraint_solver/samples/VrpPickupDelivery.java b/ortools/constraint_solver/samples/VrpPickupDelivery.java index 658ca9838e..ce40104adb 100644 --- a/ortools/constraint_solver/samples/VrpPickupDelivery.java +++ b/ortools/constraint_solver/samples/VrpPickupDelivery.java @@ -1,4 +1,4 @@ -// Copyright 2010-2021 Google LLC +// Copyright 2010-2022 Google LLC // Licensed under the Apache License, Version 2.0 (the "License"); // you may not use this file except in compliance with the License. // You may obtain a copy of the License at diff --git a/ortools/constraint_solver/samples/VrpPickupDeliveryFifo.cs b/ortools/constraint_solver/samples/VrpPickupDeliveryFifo.cs index 73aaada7f0..f4df582b35 100644 --- a/ortools/constraint_solver/samples/VrpPickupDeliveryFifo.cs +++ b/ortools/constraint_solver/samples/VrpPickupDeliveryFifo.cs @@ -1,4 +1,4 @@ -// Copyright 2010-2021 Google LLC +// Copyright 2010-2022 Google LLC // Licensed under the Apache License, Version 2.0 (the "License"); // you may not use this file except in compliance with the License. // You may obtain a copy of the License at diff --git a/ortools/constraint_solver/samples/VrpPickupDeliveryFifo.java b/ortools/constraint_solver/samples/VrpPickupDeliveryFifo.java index 4ea1918d9c..438345a4ed 100644 --- a/ortools/constraint_solver/samples/VrpPickupDeliveryFifo.java +++ b/ortools/constraint_solver/samples/VrpPickupDeliveryFifo.java @@ -1,4 +1,4 @@ -// Copyright 2010-2021 Google LLC +// Copyright 2010-2022 Google LLC // Licensed under the Apache License, Version 2.0 (the "License"); // you may not use this file except in compliance with the License. // You may obtain a copy of the License at diff --git a/ortools/constraint_solver/samples/VrpPickupDeliveryLifo.cs b/ortools/constraint_solver/samples/VrpPickupDeliveryLifo.cs index 9e73d954d3..ecb2d72bdd 100644 --- a/ortools/constraint_solver/samples/VrpPickupDeliveryLifo.cs +++ b/ortools/constraint_solver/samples/VrpPickupDeliveryLifo.cs @@ -1,4 +1,4 @@ -// Copyright 2010-2021 Google LLC +// Copyright 2010-2022 Google LLC // Licensed under the Apache License, Version 2.0 (the "License"); // you may not use this file except in compliance with the License. // You may obtain a copy of the License at diff --git a/ortools/constraint_solver/samples/VrpPickupDeliveryLifo.java b/ortools/constraint_solver/samples/VrpPickupDeliveryLifo.java index 24b8e41ede..6de229a87e 100644 --- a/ortools/constraint_solver/samples/VrpPickupDeliveryLifo.java +++ b/ortools/constraint_solver/samples/VrpPickupDeliveryLifo.java @@ -1,4 +1,4 @@ -// Copyright 2010-2021 Google LLC +// Copyright 2010-2022 Google LLC // Licensed under the Apache License, Version 2.0 (the "License"); // you may not use this file except in compliance with the License. // You may obtain a copy of the License at diff --git a/ortools/constraint_solver/samples/VrpResources.cs b/ortools/constraint_solver/samples/VrpResources.cs index 88246eb991..bdf8f5b448 100644 --- a/ortools/constraint_solver/samples/VrpResources.cs +++ b/ortools/constraint_solver/samples/VrpResources.cs @@ -1,4 +1,4 @@ -// Copyright 2010-2021 Google LLC +// Copyright 2010-2022 Google LLC // Licensed under the Apache License, Version 2.0 (the "License"); // you may not use this file except in compliance with the License. // You may obtain a copy of the License at diff --git a/ortools/constraint_solver/samples/VrpResources.java b/ortools/constraint_solver/samples/VrpResources.java index 1968c32e1d..74e93c2100 100644 --- a/ortools/constraint_solver/samples/VrpResources.java +++ b/ortools/constraint_solver/samples/VrpResources.java @@ -1,4 +1,4 @@ -// Copyright 2010-2021 Google LLC +// Copyright 2010-2022 Google LLC // Licensed under the Apache License, Version 2.0 (the "License"); // you may not use this file except in compliance with the License. // You may obtain a copy of the License at diff --git a/ortools/constraint_solver/samples/VrpStartsEnds.cs b/ortools/constraint_solver/samples/VrpStartsEnds.cs index f20dd24f88..838a3cb145 100644 --- a/ortools/constraint_solver/samples/VrpStartsEnds.cs +++ b/ortools/constraint_solver/samples/VrpStartsEnds.cs @@ -1,4 +1,4 @@ -// Copyright 2010-2021 Google LLC +// Copyright 2010-2022 Google LLC // Licensed under the Apache License, Version 2.0 (the "License"); // you may not use this file except in compliance with the License. // You may obtain a copy of the License at diff --git a/ortools/constraint_solver/samples/VrpStartsEnds.java b/ortools/constraint_solver/samples/VrpStartsEnds.java index b95b62edaa..cdd5f39ede 100644 --- a/ortools/constraint_solver/samples/VrpStartsEnds.java +++ b/ortools/constraint_solver/samples/VrpStartsEnds.java @@ -1,4 +1,4 @@ -// Copyright 2010-2021 Google LLC +// Copyright 2010-2022 Google LLC // Licensed under the Apache License, Version 2.0 (the "License"); // you may not use this file except in compliance with the License. // You may obtain a copy of the License at diff --git a/ortools/constraint_solver/samples/VrpTimeWindows.cs b/ortools/constraint_solver/samples/VrpTimeWindows.cs index 13ecc26f1a..c6d37c3db3 100644 --- a/ortools/constraint_solver/samples/VrpTimeWindows.cs +++ b/ortools/constraint_solver/samples/VrpTimeWindows.cs @@ -1,4 +1,4 @@ -// Copyright 2010-2021 Google LLC +// Copyright 2010-2022 Google LLC // Licensed under the Apache License, Version 2.0 (the "License"); // you may not use this file except in compliance with the License. // You may obtain a copy of the License at diff --git a/ortools/constraint_solver/samples/VrpTimeWindows.java b/ortools/constraint_solver/samples/VrpTimeWindows.java index 99ad98cd3c..f20a85fb02 100644 --- a/ortools/constraint_solver/samples/VrpTimeWindows.java +++ b/ortools/constraint_solver/samples/VrpTimeWindows.java @@ -1,4 +1,4 @@ -// Copyright 2010-2021 Google LLC +// Copyright 2010-2022 Google LLC // Licensed under the Apache License, Version 2.0 (the "License"); // you may not use this file except in compliance with the License. // You may obtain a copy of the License at diff --git a/ortools/constraint_solver/samples/VrpWithTimeLimit.cs b/ortools/constraint_solver/samples/VrpWithTimeLimit.cs index aded97345f..e3944a83d6 100644 --- a/ortools/constraint_solver/samples/VrpWithTimeLimit.cs +++ b/ortools/constraint_solver/samples/VrpWithTimeLimit.cs @@ -1,4 +1,4 @@ -// Copyright 2010-2021 Google LLC +// Copyright 2010-2022 Google LLC // Licensed under the Apache License, Version 2.0 (the "License"); // you may not use this file except in compliance with the License. // You may obtain a copy of the License at diff --git a/ortools/constraint_solver/samples/VrpWithTimeLimit.java b/ortools/constraint_solver/samples/VrpWithTimeLimit.java index 1e26ec0304..07911680d5 100644 --- a/ortools/constraint_solver/samples/VrpWithTimeLimit.java +++ b/ortools/constraint_solver/samples/VrpWithTimeLimit.java @@ -1,4 +1,4 @@ -// Copyright 2010-2021 Google LLC +// Copyright 2010-2022 Google LLC // Licensed under the Apache License, Version 2.0 (the "License"); // you may not use this file except in compliance with the License. // You may obtain a copy of the License at diff --git a/ortools/constraint_solver/samples/cp_is_fun_cp.cc b/ortools/constraint_solver/samples/cp_is_fun_cp.cc index 746951b7a2..9a92aade35 100644 --- a/ortools/constraint_solver/samples/cp_is_fun_cp.cc +++ b/ortools/constraint_solver/samples/cp_is_fun_cp.cc @@ -1,4 +1,4 @@ -// Copyright 2010-2021 Google LLC +// Copyright 2010-2022 Google LLC // Licensed under the Apache License, Version 2.0 (the "License"); // you may not use this file except in compliance with the License. // You may obtain a copy of the License at diff --git a/ortools/constraint_solver/samples/cp_is_fun_cp.py b/ortools/constraint_solver/samples/cp_is_fun_cp.py index 6066255a21..2722c07d68 100755 --- a/ortools/constraint_solver/samples/cp_is_fun_cp.py +++ b/ortools/constraint_solver/samples/cp_is_fun_cp.py @@ -1,5 +1,5 @@ #!/usr/bin/env python3 -# Copyright 2010-2021 Google LLC +# Copyright 2010-2022 Google LLC # Licensed under the Apache License, Version 2.0 (the "License"); # you may not use this file except in compliance with the License. # You may obtain a copy of the License at diff --git a/ortools/constraint_solver/samples/cvrptw_break.py b/ortools/constraint_solver/samples/cvrptw_break.py index d472387ccc..fcd2034945 100755 --- a/ortools/constraint_solver/samples/cvrptw_break.py +++ b/ortools/constraint_solver/samples/cvrptw_break.py @@ -1,5 +1,5 @@ #!/usr/bin/env python3 -# Copyright 2010-2021 Google LLC +# Copyright 2010-2022 Google LLC # Licensed under the Apache License, Version 2.0 (the "License"); # you may not use this file except in compliance with the License. # You may obtain a copy of the License at diff --git a/ortools/constraint_solver/samples/minimal_jobshop_cp.cc b/ortools/constraint_solver/samples/minimal_jobshop_cp.cc index 6469cdacf9..657bd20ce8 100644 --- a/ortools/constraint_solver/samples/minimal_jobshop_cp.cc +++ b/ortools/constraint_solver/samples/minimal_jobshop_cp.cc @@ -1,4 +1,4 @@ -// Copyright 2010-2021 Google LLC +// Copyright 2010-2022 Google LLC // Licensed under the Apache License, Version 2.0 (the "License"); // you may not use this file except in compliance with the License. // You may obtain a copy of the License at diff --git a/ortools/constraint_solver/samples/nqueens_cp.cc b/ortools/constraint_solver/samples/nqueens_cp.cc index 62f3dc3c21..d265bd8317 100644 --- a/ortools/constraint_solver/samples/nqueens_cp.cc +++ b/ortools/constraint_solver/samples/nqueens_cp.cc @@ -1,4 +1,4 @@ -// Copyright 2010-2021 Google LLC +// Copyright 2010-2022 Google LLC // Licensed under the Apache License, Version 2.0 (the "License"); // you may not use this file except in compliance with the License. // You may obtain a copy of the License at diff --git a/ortools/constraint_solver/samples/nqueens_cp.py b/ortools/constraint_solver/samples/nqueens_cp.py index a7ea71bbb6..5f0a9b6348 100755 --- a/ortools/constraint_solver/samples/nqueens_cp.py +++ b/ortools/constraint_solver/samples/nqueens_cp.py @@ -1,5 +1,5 @@ #!/usr/bin/env python3 -# Copyright 2010-2021 Google LLC +# Copyright 2010-2022 Google LLC # Licensed under the Apache License, Version 2.0 (the "License"); # you may not use this file except in compliance with the License. # You may obtain a copy of the License at diff --git a/ortools/constraint_solver/samples/nurses_cp.cc b/ortools/constraint_solver/samples/nurses_cp.cc index 8d2242e749..8faabf9dcb 100644 --- a/ortools/constraint_solver/samples/nurses_cp.cc +++ b/ortools/constraint_solver/samples/nurses_cp.cc @@ -1,4 +1,4 @@ -// Copyright 2010-2021 Google LLC +// Copyright 2010-2022 Google LLC // Licensed under the Apache License, Version 2.0 (the "License"); // you may not use this file except in compliance with the License. // You may obtain a copy of the License at diff --git a/ortools/constraint_solver/samples/rabbits_and_pheasants_cp.cc b/ortools/constraint_solver/samples/rabbits_and_pheasants_cp.cc index 49d41ba3b6..c7aaf2658b 100644 --- a/ortools/constraint_solver/samples/rabbits_and_pheasants_cp.cc +++ b/ortools/constraint_solver/samples/rabbits_and_pheasants_cp.cc @@ -1,4 +1,4 @@ -// Copyright 2010-2021 Google LLC +// Copyright 2010-2022 Google LLC // Licensed under the Apache License, Version 2.0 (the "License"); // you may not use this file except in compliance with the License. // You may obtain a copy of the License at diff --git a/ortools/constraint_solver/samples/simple_cp_program.cc b/ortools/constraint_solver/samples/simple_cp_program.cc index 09785929ee..11822a0e46 100644 --- a/ortools/constraint_solver/samples/simple_cp_program.cc +++ b/ortools/constraint_solver/samples/simple_cp_program.cc @@ -1,4 +1,4 @@ -// Copyright 2010-2021 Google LLC +// Copyright 2010-2022 Google LLC // Licensed under the Apache License, Version 2.0 (the "License"); // you may not use this file except in compliance with the License. // You may obtain a copy of the License at diff --git a/ortools/constraint_solver/samples/simple_cp_program.py b/ortools/constraint_solver/samples/simple_cp_program.py index b34c223fc9..254c9815ee 100644 --- a/ortools/constraint_solver/samples/simple_cp_program.py +++ b/ortools/constraint_solver/samples/simple_cp_program.py @@ -1,5 +1,5 @@ #!/usr/bin/env python3 -# Copyright 2010-2021 Google LLC +# Copyright 2010-2022 Google LLC # Licensed under the Apache License, Version 2.0 (the "License"); # you may not use this file except in compliance with the License. # You may obtain a copy of the License at diff --git a/ortools/constraint_solver/samples/simple_ls_program.cc b/ortools/constraint_solver/samples/simple_ls_program.cc index bcfabc2881..d16c21dad7 100644 --- a/ortools/constraint_solver/samples/simple_ls_program.cc +++ b/ortools/constraint_solver/samples/simple_ls_program.cc @@ -1,4 +1,4 @@ -// Copyright 2010-2021 Google LLC +// Copyright 2010-2022 Google LLC // Licensed under the Apache License, Version 2.0 (the "License"); // you may not use this file except in compliance with the License. // You may obtain a copy of the License at diff --git a/ortools/constraint_solver/samples/simple_routing_program.cc b/ortools/constraint_solver/samples/simple_routing_program.cc index 79f6f8719d..a7f8462dc2 100644 --- a/ortools/constraint_solver/samples/simple_routing_program.cc +++ b/ortools/constraint_solver/samples/simple_routing_program.cc @@ -1,4 +1,4 @@ -// Copyright 2010-2021 Google LLC +// Copyright 2010-2022 Google LLC // Licensed under the Apache License, Version 2.0 (the "License"); // you may not use this file except in compliance with the License. // You may obtain a copy of the License at diff --git a/ortools/constraint_solver/samples/simple_routing_program.py b/ortools/constraint_solver/samples/simple_routing_program.py index a3518829a8..cffe424b77 100644 --- a/ortools/constraint_solver/samples/simple_routing_program.py +++ b/ortools/constraint_solver/samples/simple_routing_program.py @@ -1,5 +1,5 @@ #!/usr/bin/env python3 -# Copyright 2010-2021 Google LLC +# Copyright 2010-2022 Google LLC # Licensed under the Apache License, Version 2.0 (the "License"); # you may not use this file except in compliance with the License. # You may obtain a copy of the License at diff --git a/ortools/constraint_solver/samples/tsp.cc b/ortools/constraint_solver/samples/tsp.cc index 271c61ac8e..b7365079a6 100644 --- a/ortools/constraint_solver/samples/tsp.cc +++ b/ortools/constraint_solver/samples/tsp.cc @@ -1,4 +1,4 @@ -// Copyright 2010-2021 Google LLC +// Copyright 2010-2022 Google LLC // Licensed under the Apache License, Version 2.0 (the "License"); // you may not use this file except in compliance with the License. // You may obtain a copy of the License at diff --git a/ortools/constraint_solver/samples/tsp.py b/ortools/constraint_solver/samples/tsp.py index 9dfef86494..da49b7e1bc 100755 --- a/ortools/constraint_solver/samples/tsp.py +++ b/ortools/constraint_solver/samples/tsp.py @@ -1,5 +1,5 @@ #!/usr/bin/env python3 -# Copyright 2010-2021 Google LLC +# Copyright 2010-2022 Google LLC # Licensed under the Apache License, Version 2.0 (the "License"); # you may not use this file except in compliance with the License. # You may obtain a copy of the License at diff --git a/ortools/constraint_solver/samples/tsp_circuit_board.cc b/ortools/constraint_solver/samples/tsp_circuit_board.cc index b4a0dfc059..5793677ad5 100644 --- a/ortools/constraint_solver/samples/tsp_circuit_board.cc +++ b/ortools/constraint_solver/samples/tsp_circuit_board.cc @@ -1,4 +1,4 @@ -// Copyright 2010-2021 Google LLC +// Copyright 2010-2022 Google LLC // Licensed under the Apache License, Version 2.0 (the "License"); // you may not use this file except in compliance with the License. // You may obtain a copy of the License at diff --git a/ortools/constraint_solver/samples/tsp_circuit_board.py b/ortools/constraint_solver/samples/tsp_circuit_board.py index e946937320..1a771542cc 100644 --- a/ortools/constraint_solver/samples/tsp_circuit_board.py +++ b/ortools/constraint_solver/samples/tsp_circuit_board.py @@ -1,5 +1,5 @@ #!/usr/bin/env python3 -# Copyright 2010-2021 Google LLC +# Copyright 2010-2022 Google LLC # Licensed under the Apache License, Version 2.0 (the "License"); # you may not use this file except in compliance with the License. # You may obtain a copy of the License at diff --git a/ortools/constraint_solver/samples/tsp_cities.cc b/ortools/constraint_solver/samples/tsp_cities.cc index 2168572f1b..9526030d85 100644 --- a/ortools/constraint_solver/samples/tsp_cities.cc +++ b/ortools/constraint_solver/samples/tsp_cities.cc @@ -1,4 +1,4 @@ -// Copyright 2010-2021 Google LLC +// Copyright 2010-2022 Google LLC // Licensed under the Apache License, Version 2.0 (the "License"); // you may not use this file except in compliance with the License. // You may obtain a copy of the License at diff --git a/ortools/constraint_solver/samples/tsp_cities.py b/ortools/constraint_solver/samples/tsp_cities.py index bcb8420767..d64b5c963f 100644 --- a/ortools/constraint_solver/samples/tsp_cities.py +++ b/ortools/constraint_solver/samples/tsp_cities.py @@ -1,5 +1,5 @@ #!/usr/bin/env python3 -# Copyright 2010-2021 Google LLC +# Copyright 2010-2022 Google LLC # Licensed under the Apache License, Version 2.0 (the "License"); # you may not use this file except in compliance with the License. # You may obtain a copy of the License at diff --git a/ortools/constraint_solver/samples/tsp_cities_routes.cc b/ortools/constraint_solver/samples/tsp_cities_routes.cc index a4ca2b9f9d..b4e27e9bf6 100644 --- a/ortools/constraint_solver/samples/tsp_cities_routes.cc +++ b/ortools/constraint_solver/samples/tsp_cities_routes.cc @@ -1,4 +1,4 @@ -// Copyright 2010-2021 Google LLC +// Copyright 2010-2022 Google LLC // Licensed under the Apache License, Version 2.0 (the "License"); // you may not use this file except in compliance with the License. // You may obtain a copy of the License at diff --git a/ortools/constraint_solver/samples/tsp_distance_matrix.cc b/ortools/constraint_solver/samples/tsp_distance_matrix.cc index 3416d453d7..71b02172a7 100644 --- a/ortools/constraint_solver/samples/tsp_distance_matrix.cc +++ b/ortools/constraint_solver/samples/tsp_distance_matrix.cc @@ -1,4 +1,4 @@ -// Copyright 2010-2021 Google LLC +// Copyright 2010-2022 Google LLC // Licensed under the Apache License, Version 2.0 (the "License"); // you may not use this file except in compliance with the License. // You may obtain a copy of the License at diff --git a/ortools/constraint_solver/samples/tsp_distance_matrix.py b/ortools/constraint_solver/samples/tsp_distance_matrix.py index 2fe7e3ec38..091bad2b15 100644 --- a/ortools/constraint_solver/samples/tsp_distance_matrix.py +++ b/ortools/constraint_solver/samples/tsp_distance_matrix.py @@ -1,5 +1,5 @@ #!/usr/bin/env python3 -# Copyright 2010-2021 Google LLC +# Copyright 2010-2022 Google LLC # Licensed under the Apache License, Version 2.0 (the "License"); # you may not use this file except in compliance with the License. # You may obtain a copy of the License at diff --git a/ortools/constraint_solver/samples/vrp.cc b/ortools/constraint_solver/samples/vrp.cc index 5196420f72..2725a2befe 100644 --- a/ortools/constraint_solver/samples/vrp.cc +++ b/ortools/constraint_solver/samples/vrp.cc @@ -1,4 +1,4 @@ -// Copyright 2010-2021 Google LLC +// Copyright 2010-2022 Google LLC // Licensed under the Apache License, Version 2.0 (the "License"); // you may not use this file except in compliance with the License. // You may obtain a copy of the License at diff --git a/ortools/constraint_solver/samples/vrp.py b/ortools/constraint_solver/samples/vrp.py index a52fd8fd59..29d88850f9 100755 --- a/ortools/constraint_solver/samples/vrp.py +++ b/ortools/constraint_solver/samples/vrp.py @@ -1,5 +1,5 @@ #!/usr/bin/env python3 -# Copyright 2010-2021 Google LLC +# Copyright 2010-2022 Google LLC # Licensed under the Apache License, Version 2.0 (the "License"); # you may not use this file except in compliance with the License. # You may obtain a copy of the License at diff --git a/ortools/constraint_solver/samples/vrp_breaks.cc b/ortools/constraint_solver/samples/vrp_breaks.cc index 91bda89a25..0b607fca80 100644 --- a/ortools/constraint_solver/samples/vrp_breaks.cc +++ b/ortools/constraint_solver/samples/vrp_breaks.cc @@ -1,4 +1,4 @@ -// Copyright 2010-2021 Google LLC +// Copyright 2010-2022 Google LLC // Licensed under the Apache License, Version 2.0 (the "License"); // you may not use this file except in compliance with the License. // You may obtain a copy of the License at diff --git a/ortools/constraint_solver/samples/vrp_breaks.py b/ortools/constraint_solver/samples/vrp_breaks.py index c4bb098b3d..b1c2f3e052 100755 --- a/ortools/constraint_solver/samples/vrp_breaks.py +++ b/ortools/constraint_solver/samples/vrp_breaks.py @@ -1,5 +1,5 @@ #!/usr/bin/env python3 -# Copyright 2010-2021 Google LLC +# Copyright 2010-2022 Google LLC # Licensed under the Apache License, Version 2.0 (the "License"); # you may not use this file except in compliance with the License. # You may obtain a copy of the License at diff --git a/ortools/constraint_solver/samples/vrp_breaks_from_start.py b/ortools/constraint_solver/samples/vrp_breaks_from_start.py index fb32276185..78c714c763 100755 --- a/ortools/constraint_solver/samples/vrp_breaks_from_start.py +++ b/ortools/constraint_solver/samples/vrp_breaks_from_start.py @@ -1,5 +1,5 @@ #!/usr/bin/env python3 -# Copyright 2010-2021 Google LLC +# Copyright 2010-2022 Google LLC # Licensed under the Apache License, Version 2.0 (the "License"); # you may not use this file except in compliance with the License. # You may obtain a copy of the License at diff --git a/ortools/constraint_solver/samples/vrp_capacity.cc b/ortools/constraint_solver/samples/vrp_capacity.cc index 92309bb60f..cab2f08177 100644 --- a/ortools/constraint_solver/samples/vrp_capacity.cc +++ b/ortools/constraint_solver/samples/vrp_capacity.cc @@ -1,4 +1,4 @@ -// Copyright 2010-2021 Google LLC +// Copyright 2010-2022 Google LLC // Licensed under the Apache License, Version 2.0 (the "License"); // you may not use this file except in compliance with the License. // You may obtain a copy of the License at diff --git a/ortools/constraint_solver/samples/vrp_capacity.py b/ortools/constraint_solver/samples/vrp_capacity.py index 40064ae3d5..85cbbedefe 100755 --- a/ortools/constraint_solver/samples/vrp_capacity.py +++ b/ortools/constraint_solver/samples/vrp_capacity.py @@ -1,5 +1,5 @@ #!/usr/bin/env python3 -# Copyright 2010-2021 Google LLC +# Copyright 2010-2022 Google LLC # Licensed under the Apache License, Version 2.0 (the "License"); # you may not use this file except in compliance with the License. # You may obtain a copy of the License at diff --git a/ortools/constraint_solver/samples/vrp_drop_nodes.cc b/ortools/constraint_solver/samples/vrp_drop_nodes.cc index a99b6ba734..9e4dee5481 100644 --- a/ortools/constraint_solver/samples/vrp_drop_nodes.cc +++ b/ortools/constraint_solver/samples/vrp_drop_nodes.cc @@ -1,4 +1,4 @@ -// Copyright 2010-2021 Google LLC +// Copyright 2010-2022 Google LLC // Licensed under the Apache License, Version 2.0 (the "License"); // you may not use this file except in compliance with the License. // You may obtain a copy of the License at diff --git a/ortools/constraint_solver/samples/vrp_drop_nodes.py b/ortools/constraint_solver/samples/vrp_drop_nodes.py index 4287b8b57f..70861ab6ee 100644 --- a/ortools/constraint_solver/samples/vrp_drop_nodes.py +++ b/ortools/constraint_solver/samples/vrp_drop_nodes.py @@ -1,5 +1,5 @@ #!/usr/bin/env python3 -# Copyright 2010-2021 Google LLC +# Copyright 2010-2022 Google LLC # Licensed under the Apache License, Version 2.0 (the "License"); # you may not use this file except in compliance with the License. # You may obtain a copy of the License at diff --git a/ortools/constraint_solver/samples/vrp_global_span.cc b/ortools/constraint_solver/samples/vrp_global_span.cc index 4eba3164e0..c852fa88f2 100644 --- a/ortools/constraint_solver/samples/vrp_global_span.cc +++ b/ortools/constraint_solver/samples/vrp_global_span.cc @@ -1,4 +1,4 @@ -// Copyright 2010-2021 Google LLC +// Copyright 2010-2022 Google LLC // Licensed under the Apache License, Version 2.0 (the "License"); // you may not use this file except in compliance with the License. // You may obtain a copy of the License at diff --git a/ortools/constraint_solver/samples/vrp_global_span.py b/ortools/constraint_solver/samples/vrp_global_span.py index 1b20a6496c..ed99f4baff 100755 --- a/ortools/constraint_solver/samples/vrp_global_span.py +++ b/ortools/constraint_solver/samples/vrp_global_span.py @@ -1,5 +1,5 @@ #!/usr/bin/env python3 -# Copyright 2010-2021 Google LLC +# Copyright 2010-2022 Google LLC # Licensed under the Apache License, Version 2.0 (the "License"); # you may not use this file except in compliance with the License. # You may obtain a copy of the License at diff --git a/ortools/constraint_solver/samples/vrp_initial_routes.cc b/ortools/constraint_solver/samples/vrp_initial_routes.cc index 7781482f14..ea0b614741 100644 --- a/ortools/constraint_solver/samples/vrp_initial_routes.cc +++ b/ortools/constraint_solver/samples/vrp_initial_routes.cc @@ -1,4 +1,4 @@ -// Copyright 2010-2021 Google LLC +// Copyright 2010-2022 Google LLC // Licensed under the Apache License, Version 2.0 (the "License"); // you may not use this file except in compliance with the License. // You may obtain a copy of the License at diff --git a/ortools/constraint_solver/samples/vrp_initial_routes.py b/ortools/constraint_solver/samples/vrp_initial_routes.py index 10d3845533..dadf0b063e 100644 --- a/ortools/constraint_solver/samples/vrp_initial_routes.py +++ b/ortools/constraint_solver/samples/vrp_initial_routes.py @@ -1,5 +1,5 @@ #!/usr/bin/env python3 -# Copyright 2010-2021 Google LLC +# Copyright 2010-2022 Google LLC # Licensed under the Apache License, Version 2.0 (the "License"); # you may not use this file except in compliance with the License. # You may obtain a copy of the License at diff --git a/ortools/constraint_solver/samples/vrp_node_max.py b/ortools/constraint_solver/samples/vrp_node_max.py index 0c65217769..2b91c74010 100755 --- a/ortools/constraint_solver/samples/vrp_node_max.py +++ b/ortools/constraint_solver/samples/vrp_node_max.py @@ -1,5 +1,5 @@ #!/usr/bin/env python3 -# Copyright 2010-2021 Google LLC +# Copyright 2010-2022 Google LLC # Licensed under the Apache License, Version 2.0 (the "License"); # you may not use this file except in compliance with the License. # You may obtain a copy of the License at diff --git a/ortools/constraint_solver/samples/vrp_nodes_indices.py b/ortools/constraint_solver/samples/vrp_nodes_indices.py index 3867875057..be04ce844d 100755 --- a/ortools/constraint_solver/samples/vrp_nodes_indices.py +++ b/ortools/constraint_solver/samples/vrp_nodes_indices.py @@ -1,5 +1,5 @@ #!/usr/bin/env python3 -# Copyright 2010-2021 Google LLC +# Copyright 2010-2022 Google LLC # Licensed under the Apache License, Version 2.0 (the "License"); # you may not use this file except in compliance with the License. # You may obtain a copy of the License at diff --git a/ortools/constraint_solver/samples/vrp_pickup_delivery.cc b/ortools/constraint_solver/samples/vrp_pickup_delivery.cc index 3f467fcc5e..2f69e38647 100644 --- a/ortools/constraint_solver/samples/vrp_pickup_delivery.cc +++ b/ortools/constraint_solver/samples/vrp_pickup_delivery.cc @@ -1,4 +1,4 @@ -// Copyright 2010-2021 Google LLC +// Copyright 2010-2022 Google LLC // Licensed under the Apache License, Version 2.0 (the "License"); // you may not use this file except in compliance with the License. // You may obtain a copy of the License at diff --git a/ortools/constraint_solver/samples/vrp_pickup_delivery.py b/ortools/constraint_solver/samples/vrp_pickup_delivery.py index d81d8b08b9..86c5c851e3 100755 --- a/ortools/constraint_solver/samples/vrp_pickup_delivery.py +++ b/ortools/constraint_solver/samples/vrp_pickup_delivery.py @@ -1,5 +1,5 @@ #!/usr/bin/env python3 -# Copyright 2010-2021 Google LLC +# Copyright 2010-2022 Google LLC # Licensed under the Apache License, Version 2.0 (the "License"); # you may not use this file except in compliance with the License. # You may obtain a copy of the License at diff --git a/ortools/constraint_solver/samples/vrp_pickup_delivery_fifo.cc b/ortools/constraint_solver/samples/vrp_pickup_delivery_fifo.cc index 606dbe6de2..0a0efa84b4 100644 --- a/ortools/constraint_solver/samples/vrp_pickup_delivery_fifo.cc +++ b/ortools/constraint_solver/samples/vrp_pickup_delivery_fifo.cc @@ -1,4 +1,4 @@ -// Copyright 2010-2021 Google LLC +// Copyright 2010-2022 Google LLC // Licensed under the Apache License, Version 2.0 (the "License"); // you may not use this file except in compliance with the License. // You may obtain a copy of the License at diff --git a/ortools/constraint_solver/samples/vrp_pickup_delivery_fifo.py b/ortools/constraint_solver/samples/vrp_pickup_delivery_fifo.py index a8eadd0616..cc7f42942a 100755 --- a/ortools/constraint_solver/samples/vrp_pickup_delivery_fifo.py +++ b/ortools/constraint_solver/samples/vrp_pickup_delivery_fifo.py @@ -1,5 +1,5 @@ #!/usr/bin/env python3 -# Copyright 2010-2021 Google LLC +# Copyright 2010-2022 Google LLC # Licensed under the Apache License, Version 2.0 (the "License"); # you may not use this file except in compliance with the License. # You may obtain a copy of the License at diff --git a/ortools/constraint_solver/samples/vrp_pickup_delivery_lifo.cc b/ortools/constraint_solver/samples/vrp_pickup_delivery_lifo.cc index 305ed23af1..35f9125154 100644 --- a/ortools/constraint_solver/samples/vrp_pickup_delivery_lifo.cc +++ b/ortools/constraint_solver/samples/vrp_pickup_delivery_lifo.cc @@ -1,4 +1,4 @@ -// Copyright 2010-2021 Google LLC +// Copyright 2010-2022 Google LLC // Licensed under the Apache License, Version 2.0 (the "License"); // you may not use this file except in compliance with the License. // You may obtain a copy of the License at diff --git a/ortools/constraint_solver/samples/vrp_pickup_delivery_lifo.py b/ortools/constraint_solver/samples/vrp_pickup_delivery_lifo.py index 17b66912b9..2f9d8e6aca 100755 --- a/ortools/constraint_solver/samples/vrp_pickup_delivery_lifo.py +++ b/ortools/constraint_solver/samples/vrp_pickup_delivery_lifo.py @@ -1,5 +1,5 @@ #!/usr/bin/env python3 -# Copyright 2010-2021 Google LLC +# Copyright 2010-2022 Google LLC # Licensed under the Apache License, Version 2.0 (the "License"); # you may not use this file except in compliance with the License. # You may obtain a copy of the License at diff --git a/ortools/constraint_solver/samples/vrp_resources.cc b/ortools/constraint_solver/samples/vrp_resources.cc index 87d636b809..003fbed942 100644 --- a/ortools/constraint_solver/samples/vrp_resources.cc +++ b/ortools/constraint_solver/samples/vrp_resources.cc @@ -1,4 +1,4 @@ -// Copyright 2010-2021 Google LLC +// Copyright 2010-2022 Google LLC // Licensed under the Apache License, Version 2.0 (the "License"); // you may not use this file except in compliance with the License. // You may obtain a copy of the License at diff --git a/ortools/constraint_solver/samples/vrp_resources.py b/ortools/constraint_solver/samples/vrp_resources.py index c3494c413c..cc471d215a 100644 --- a/ortools/constraint_solver/samples/vrp_resources.py +++ b/ortools/constraint_solver/samples/vrp_resources.py @@ -1,5 +1,5 @@ #!/usr/bin/env python3 -# Copyright 2010-2021 Google LLC +# Copyright 2010-2022 Google LLC # Licensed under the Apache License, Version 2.0 (the "License"); # you may not use this file except in compliance with the License. # You may obtain a copy of the License at diff --git a/ortools/constraint_solver/samples/vrp_routes.cc b/ortools/constraint_solver/samples/vrp_routes.cc index 260353d46c..c1ebd8507f 100644 --- a/ortools/constraint_solver/samples/vrp_routes.cc +++ b/ortools/constraint_solver/samples/vrp_routes.cc @@ -1,4 +1,4 @@ -// Copyright 2010-2021 Google LLC +// Copyright 2010-2022 Google LLC // Licensed under the Apache License, Version 2.0 (the "License"); // you may not use this file except in compliance with the License. // You may obtain a copy of the License at diff --git a/ortools/constraint_solver/samples/vrp_starts_ends.cc b/ortools/constraint_solver/samples/vrp_starts_ends.cc index 88c7aaccbe..0c8e1430bd 100644 --- a/ortools/constraint_solver/samples/vrp_starts_ends.cc +++ b/ortools/constraint_solver/samples/vrp_starts_ends.cc @@ -1,4 +1,4 @@ -// Copyright 2010-2021 Google LLC +// Copyright 2010-2022 Google LLC // Licensed under the Apache License, Version 2.0 (the "License"); // you may not use this file except in compliance with the License. // You may obtain a copy of the License at diff --git a/ortools/constraint_solver/samples/vrp_starts_ends.py b/ortools/constraint_solver/samples/vrp_starts_ends.py index b1d12ce83a..e6db52991a 100644 --- a/ortools/constraint_solver/samples/vrp_starts_ends.py +++ b/ortools/constraint_solver/samples/vrp_starts_ends.py @@ -1,5 +1,5 @@ #!/usr/bin/env python3 -# Copyright 2010-2021 Google LLC +# Copyright 2010-2022 Google LLC # Licensed under the Apache License, Version 2.0 (the "License"); # you may not use this file except in compliance with the License. # You may obtain a copy of the License at diff --git a/ortools/constraint_solver/samples/vrp_time_windows.cc b/ortools/constraint_solver/samples/vrp_time_windows.cc index 2429e8d969..3ddae06213 100644 --- a/ortools/constraint_solver/samples/vrp_time_windows.cc +++ b/ortools/constraint_solver/samples/vrp_time_windows.cc @@ -1,4 +1,4 @@ -// Copyright 2010-2021 Google LLC +// Copyright 2010-2022 Google LLC // Licensed under the Apache License, Version 2.0 (the "License"); // you may not use this file except in compliance with the License. // You may obtain a copy of the License at diff --git a/ortools/constraint_solver/samples/vrp_time_windows.py b/ortools/constraint_solver/samples/vrp_time_windows.py index 8cdfcbd23f..27e222d7ec 100755 --- a/ortools/constraint_solver/samples/vrp_time_windows.py +++ b/ortools/constraint_solver/samples/vrp_time_windows.py @@ -1,5 +1,5 @@ #!/usr/bin/env python3 -# Copyright 2010-2021 Google LLC +# Copyright 2010-2022 Google LLC # Licensed under the Apache License, Version 2.0 (the "License"); # you may not use this file except in compliance with the License. # You may obtain a copy of the License at diff --git a/ortools/constraint_solver/samples/vrp_time_windows_per_vehicles.py b/ortools/constraint_solver/samples/vrp_time_windows_per_vehicles.py index 6e51b6c11e..f36c1172c2 100755 --- a/ortools/constraint_solver/samples/vrp_time_windows_per_vehicles.py +++ b/ortools/constraint_solver/samples/vrp_time_windows_per_vehicles.py @@ -1,5 +1,5 @@ #!/usr/bin/env python3 -# Copyright 2010-2021 Google LLC +# Copyright 2010-2022 Google LLC # Licensed under the Apache License, Version 2.0 (the "License"); # you may not use this file except in compliance with the License. # You may obtain a copy of the License at diff --git a/ortools/constraint_solver/samples/vrp_tokens.py b/ortools/constraint_solver/samples/vrp_tokens.py index c9b05a64ed..8fb2e13dd8 100755 --- a/ortools/constraint_solver/samples/vrp_tokens.py +++ b/ortools/constraint_solver/samples/vrp_tokens.py @@ -1,5 +1,5 @@ #!/usr/bin/env python3 -# Copyright 2010-2021 Google LLC +# Copyright 2010-2022 Google LLC # Licensed under the Apache License, Version 2.0 (the "License"); # you may not use this file except in compliance with the License. # You may obtain a copy of the License at diff --git a/ortools/constraint_solver/samples/vrp_with_time_limit.cc b/ortools/constraint_solver/samples/vrp_with_time_limit.cc index d9fa401d23..4d61d1973f 100644 --- a/ortools/constraint_solver/samples/vrp_with_time_limit.cc +++ b/ortools/constraint_solver/samples/vrp_with_time_limit.cc @@ -1,4 +1,4 @@ -// Copyright 2010-2021 Google LLC +// Copyright 2010-2022 Google LLC // Licensed under the Apache License, Version 2.0 (the "License"); // you may not use this file except in compliance with the License. // You may obtain a copy of the License at diff --git a/ortools/constraint_solver/samples/vrp_with_time_limit.py b/ortools/constraint_solver/samples/vrp_with_time_limit.py index 788c9a0685..7dc1bcdaf8 100644 --- a/ortools/constraint_solver/samples/vrp_with_time_limit.py +++ b/ortools/constraint_solver/samples/vrp_with_time_limit.py @@ -1,5 +1,5 @@ #!/usr/bin/env python3 -# Copyright 2010-2021 Google LLC +# Copyright 2010-2022 Google LLC # Licensed under the Apache License, Version 2.0 (the "License"); # you may not use this file except in compliance with the License. # You may obtain a copy of the License at diff --git a/ortools/constraint_solver/samples/vrpgs.py b/ortools/constraint_solver/samples/vrpgs.py index 70f08bd0ec..795a5782ac 100755 --- a/ortools/constraint_solver/samples/vrpgs.py +++ b/ortools/constraint_solver/samples/vrpgs.py @@ -1,5 +1,5 @@ #!/usr/bin/env python3 -# Copyright 2010-2021 Google LLC +# Copyright 2010-2022 Google LLC # Copyright 2015 Tin Arm Engineering AB # 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/ortools/constraint_solver/samples/vrptw_store_solution_data.cc b/ortools/constraint_solver/samples/vrptw_store_solution_data.cc index d10f89a689..c32d0ddf3b 100644 --- a/ortools/constraint_solver/samples/vrptw_store_solution_data.cc +++ b/ortools/constraint_solver/samples/vrptw_store_solution_data.cc @@ -1,4 +1,4 @@ -// Copyright 2010-2021 Google LLC +// Copyright 2010-2022 Google LLC // Licensed under the Apache License, Version 2.0 (the "License"); // you may not use this file except in compliance with the License. // You may obtain a copy of the License at diff --git a/ortools/constraint_solver/samples/vrptw_store_solution_data.py b/ortools/constraint_solver/samples/vrptw_store_solution_data.py index 33dc39de32..671e5fd90d 100644 --- a/ortools/constraint_solver/samples/vrptw_store_solution_data.py +++ b/ortools/constraint_solver/samples/vrptw_store_solution_data.py @@ -1,5 +1,5 @@ #!/usr/bin/env python3 -# Copyright 2010-2021 Google LLC +# Copyright 2010-2022 Google LLC # Licensed under the Apache License, Version 2.0 (the "License"); # you may not use this file except in compliance with the License. # You may obtain a copy of the License at diff --git a/ortools/constraint_solver/sched_constraints.cc b/ortools/constraint_solver/sched_constraints.cc index 13479237a9..e6cc901307 100644 --- a/ortools/constraint_solver/sched_constraints.cc +++ b/ortools/constraint_solver/sched_constraints.cc @@ -1,4 +1,4 @@ -// Copyright 2010-2021 Google LLC +// Copyright 2010-2022 Google LLC // Licensed under the Apache License, Version 2.0 (the "License"); // you may not use this file except in compliance with the License. // You may obtain a copy of the License at diff --git a/ortools/constraint_solver/sched_expr.cc b/ortools/constraint_solver/sched_expr.cc index 09bc2de653..86bfe7bcb4 100644 --- a/ortools/constraint_solver/sched_expr.cc +++ b/ortools/constraint_solver/sched_expr.cc @@ -1,4 +1,4 @@ -// Copyright 2010-2021 Google LLC +// Copyright 2010-2022 Google LLC // Licensed under the Apache License, Version 2.0 (the "License"); // you may not use this file except in compliance with the License. // You may obtain a copy of the License at diff --git a/ortools/constraint_solver/sched_search.cc b/ortools/constraint_solver/sched_search.cc index 7534414ea7..efdce93dfe 100644 --- a/ortools/constraint_solver/sched_search.cc +++ b/ortools/constraint_solver/sched_search.cc @@ -1,4 +1,4 @@ -// Copyright 2010-2021 Google LLC +// Copyright 2010-2022 Google LLC // Licensed under the Apache License, Version 2.0 (the "License"); // you may not use this file except in compliance with the License. // You may obtain a copy of the License at diff --git a/ortools/constraint_solver/search.cc b/ortools/constraint_solver/search.cc index e7e6260dc6..a43991a053 100644 --- a/ortools/constraint_solver/search.cc +++ b/ortools/constraint_solver/search.cc @@ -1,4 +1,4 @@ -// Copyright 2010-2021 Google LLC +// Copyright 2010-2022 Google LLC // Licensed under the Apache License, Version 2.0 (the "License"); // you may not use this file except in compliance with the License. // You may obtain a copy of the License at diff --git a/ortools/constraint_solver/search_limit.proto b/ortools/constraint_solver/search_limit.proto index cbfc53ad54..e8f43aac98 100644 --- a/ortools/constraint_solver/search_limit.proto +++ b/ortools/constraint_solver/search_limit.proto @@ -1,4 +1,4 @@ -// Copyright 2010-2021 Google LLC +// Copyright 2010-2022 Google LLC // Licensed under the Apache License, Version 2.0 (the "License"); // you may not use this file except in compliance with the License. // You may obtain a copy of the License at diff --git a/ortools/constraint_solver/search_stats.proto b/ortools/constraint_solver/search_stats.proto index c98b80e58d..9f4a3c6988 100644 --- a/ortools/constraint_solver/search_stats.proto +++ b/ortools/constraint_solver/search_stats.proto @@ -1,4 +1,4 @@ -// Copyright 2010-2021 Google LLC +// Copyright 2010-2022 Google LLC // Licensed under the Apache License, Version 2.0 (the "License"); // you may not use this file except in compliance with the License. // You may obtain a copy of the License at diff --git a/ortools/constraint_solver/solver_parameters.proto b/ortools/constraint_solver/solver_parameters.proto index 51063a8c65..620c83f0dd 100644 --- a/ortools/constraint_solver/solver_parameters.proto +++ b/ortools/constraint_solver/solver_parameters.proto @@ -1,4 +1,4 @@ -// Copyright 2010-2021 Google LLC +// Copyright 2010-2022 Google LLC // Licensed under the Apache License, Version 2.0 (the "License"); // you may not use this file except in compliance with the License. // You may obtain a copy of the License at diff --git a/ortools/constraint_solver/table.cc b/ortools/constraint_solver/table.cc index 03ec71d159..6bc2d6cef6 100644 --- a/ortools/constraint_solver/table.cc +++ b/ortools/constraint_solver/table.cc @@ -1,4 +1,4 @@ -// Copyright 2010-2021 Google LLC +// Copyright 2010-2022 Google LLC // Licensed under the Apache License, Version 2.0 (the "License"); // you may not use this file except in compliance with the License. // You may obtain a copy of the License at diff --git a/ortools/constraint_solver/timetabling.cc b/ortools/constraint_solver/timetabling.cc index f0820b15a2..4aeeb12f72 100644 --- a/ortools/constraint_solver/timetabling.cc +++ b/ortools/constraint_solver/timetabling.cc @@ -1,4 +1,4 @@ -// Copyright 2010-2021 Google LLC +// Copyright 2010-2022 Google LLC // Licensed under the Apache License, Version 2.0 (the "License"); // you may not use this file except in compliance with the License. // You may obtain a copy of the License at diff --git a/ortools/constraint_solver/trace.cc b/ortools/constraint_solver/trace.cc index f3a596dfd6..1b4e9ac09f 100644 --- a/ortools/constraint_solver/trace.cc +++ b/ortools/constraint_solver/trace.cc @@ -1,4 +1,4 @@ -// Copyright 2010-2021 Google LLC +// Copyright 2010-2022 Google LLC // Licensed under the Apache License, Version 2.0 (the "License"); // you may not use this file except in compliance with the License. // You may obtain a copy of the License at diff --git a/ortools/constraint_solver/utilities.cc b/ortools/constraint_solver/utilities.cc index 31d52ed66c..cf77b425c1 100644 --- a/ortools/constraint_solver/utilities.cc +++ b/ortools/constraint_solver/utilities.cc @@ -1,4 +1,4 @@ -// Copyright 2010-2021 Google LLC +// Copyright 2010-2022 Google LLC // Licensed under the Apache License, Version 2.0 (the "License"); // you may not use this file except in compliance with the License. // You may obtain a copy of the License at diff --git a/ortools/constraint_solver/visitor.cc b/ortools/constraint_solver/visitor.cc index 4a0843e793..35cd145b82 100644 --- a/ortools/constraint_solver/visitor.cc +++ b/ortools/constraint_solver/visitor.cc @@ -1,4 +1,4 @@ -// Copyright 2010-2021 Google LLC +// Copyright 2010-2022 Google LLC // Licensed under the Apache License, Version 2.0 (the "License"); // you may not use this file except in compliance with the License. // You may obtain a copy of the License at diff --git a/ortools/dotnet/CreateSigningKey/Program.cs b/ortools/dotnet/CreateSigningKey/Program.cs index 78fdd86593..45e5573dba 100644 --- a/ortools/dotnet/CreateSigningKey/Program.cs +++ b/ortools/dotnet/CreateSigningKey/Program.cs @@ -1,4 +1,4 @@ -// Copyright 2010-2021 Google LLC +// Copyright 2010-2022 Google LLC // Licensed under the Apache License, Version 2.0 (the "License"); // you may not use this file except in compliance with the License. // You may obtain a copy of the License at diff --git a/ortools/glop/basis_representation.cc b/ortools/glop/basis_representation.cc index 088aa57129..c1bd55f05e 100644 --- a/ortools/glop/basis_representation.cc +++ b/ortools/glop/basis_representation.cc @@ -1,4 +1,4 @@ -// Copyright 2010-2021 Google LLC +// Copyright 2010-2022 Google LLC // Licensed under the Apache License, Version 2.0 (the "License"); // you may not use this file except in compliance with the License. // You may obtain a copy of the License at diff --git a/ortools/glop/basis_representation.h b/ortools/glop/basis_representation.h index aa079ac97b..9aeb229662 100644 --- a/ortools/glop/basis_representation.h +++ b/ortools/glop/basis_representation.h @@ -1,4 +1,4 @@ -// Copyright 2010-2021 Google LLC +// Copyright 2010-2022 Google LLC // Licensed under the Apache License, Version 2.0 (the "License"); // you may not use this file except in compliance with the License. // You may obtain a copy of the License at diff --git a/ortools/glop/dual_edge_norms.cc b/ortools/glop/dual_edge_norms.cc index 2a9221decc..1e44f4aea2 100644 --- a/ortools/glop/dual_edge_norms.cc +++ b/ortools/glop/dual_edge_norms.cc @@ -1,4 +1,4 @@ -// Copyright 2010-2021 Google LLC +// Copyright 2010-2022 Google LLC // Licensed under the Apache License, Version 2.0 (the "License"); // you may not use this file except in compliance with the License. // You may obtain a copy of the License at diff --git a/ortools/glop/dual_edge_norms.h b/ortools/glop/dual_edge_norms.h index 8fbdb6feb0..bd2de5b877 100644 --- a/ortools/glop/dual_edge_norms.h +++ b/ortools/glop/dual_edge_norms.h @@ -1,4 +1,4 @@ -// Copyright 2010-2021 Google LLC +// Copyright 2010-2022 Google LLC // Licensed under the Apache License, Version 2.0 (the "License"); // you may not use this file except in compliance with the License. // You may obtain a copy of the License at diff --git a/ortools/glop/entering_variable.cc b/ortools/glop/entering_variable.cc index 4599dbaba6..c34651216a 100644 --- a/ortools/glop/entering_variable.cc +++ b/ortools/glop/entering_variable.cc @@ -1,4 +1,4 @@ -// Copyright 2010-2021 Google LLC +// Copyright 2010-2022 Google LLC // Licensed under the Apache License, Version 2.0 (the "License"); // you may not use this file except in compliance with the License. // You may obtain a copy of the License at diff --git a/ortools/glop/entering_variable.h b/ortools/glop/entering_variable.h index 669bc3dc5c..0b2937ad91 100644 --- a/ortools/glop/entering_variable.h +++ b/ortools/glop/entering_variable.h @@ -1,4 +1,4 @@ -// Copyright 2010-2021 Google LLC +// Copyright 2010-2022 Google LLC // Licensed under the Apache License, Version 2.0 (the "License"); // you may not use this file except in compliance with the License. // You may obtain a copy of the License at diff --git a/ortools/glop/initial_basis.cc b/ortools/glop/initial_basis.cc index 357687265c..40bd5900a3 100644 --- a/ortools/glop/initial_basis.cc +++ b/ortools/glop/initial_basis.cc @@ -1,4 +1,4 @@ -// Copyright 2010-2021 Google LLC +// Copyright 2010-2022 Google LLC // Licensed under the Apache License, Version 2.0 (the "License"); // you may not use this file except in compliance with the License. // You may obtain a copy of the License at diff --git a/ortools/glop/initial_basis.h b/ortools/glop/initial_basis.h index a29a54bc2c..f9eff42a5d 100644 --- a/ortools/glop/initial_basis.h +++ b/ortools/glop/initial_basis.h @@ -1,4 +1,4 @@ -// Copyright 2010-2021 Google LLC +// Copyright 2010-2022 Google LLC // Licensed under the Apache License, Version 2.0 (the "License"); // you may not use this file except in compliance with the License. // You may obtain a copy of the License at diff --git a/ortools/glop/lp_solver.cc b/ortools/glop/lp_solver.cc index ad4412c21c..56d743367b 100644 --- a/ortools/glop/lp_solver.cc +++ b/ortools/glop/lp_solver.cc @@ -1,4 +1,4 @@ -// Copyright 2010-2021 Google LLC +// Copyright 2010-2022 Google LLC // Licensed under the Apache License, Version 2.0 (the "License"); // you may not use this file except in compliance with the License. // You may obtain a copy of the License at diff --git a/ortools/glop/lp_solver.h b/ortools/glop/lp_solver.h index 5690d9ff1f..181557a125 100644 --- a/ortools/glop/lp_solver.h +++ b/ortools/glop/lp_solver.h @@ -1,4 +1,4 @@ -// Copyright 2010-2021 Google LLC +// Copyright 2010-2022 Google LLC // Licensed under the Apache License, Version 2.0 (the "License"); // you may not use this file except in compliance with the License. // You may obtain a copy of the License at diff --git a/ortools/glop/lu_factorization.cc b/ortools/glop/lu_factorization.cc index 3631d67c42..96a2e03756 100644 --- a/ortools/glop/lu_factorization.cc +++ b/ortools/glop/lu_factorization.cc @@ -1,4 +1,4 @@ -// Copyright 2010-2021 Google LLC +// Copyright 2010-2022 Google LLC // Licensed under the Apache License, Version 2.0 (the "License"); // you may not use this file except in compliance with the License. // You may obtain a copy of the License at diff --git a/ortools/glop/lu_factorization.h b/ortools/glop/lu_factorization.h index 8f4ed5f9b3..07f280261a 100644 --- a/ortools/glop/lu_factorization.h +++ b/ortools/glop/lu_factorization.h @@ -1,4 +1,4 @@ -// Copyright 2010-2021 Google LLC +// Copyright 2010-2022 Google LLC // Licensed under the Apache License, Version 2.0 (the "License"); // you may not use this file except in compliance with the License. // You may obtain a copy of the License at diff --git a/ortools/glop/markowitz.cc b/ortools/glop/markowitz.cc index e27df2d467..821d92f8fd 100644 --- a/ortools/glop/markowitz.cc +++ b/ortools/glop/markowitz.cc @@ -1,4 +1,4 @@ -// Copyright 2010-2021 Google LLC +// Copyright 2010-2022 Google LLC // Licensed under the Apache License, Version 2.0 (the "License"); // you may not use this file except in compliance with the License. // You may obtain a copy of the License at diff --git a/ortools/glop/markowitz.h b/ortools/glop/markowitz.h index 282a25218e..751ed03a67 100644 --- a/ortools/glop/markowitz.h +++ b/ortools/glop/markowitz.h @@ -1,4 +1,4 @@ -// Copyright 2010-2021 Google LLC +// Copyright 2010-2022 Google LLC // Licensed under the Apache License, Version 2.0 (the "License"); // you may not use this file except in compliance with the License. // You may obtain a copy of the License at diff --git a/ortools/glop/parameters.proto b/ortools/glop/parameters.proto index f8f697b95e..629bfb3a17 100644 --- a/ortools/glop/parameters.proto +++ b/ortools/glop/parameters.proto @@ -1,4 +1,4 @@ -// Copyright 2010-2021 Google LLC +// Copyright 2010-2022 Google LLC // Licensed under the Apache License, Version 2.0 (the "License"); // you may not use this file except in compliance with the License. // You may obtain a copy of the License at diff --git a/ortools/glop/preprocessor.cc b/ortools/glop/preprocessor.cc index 38c256b9e1..64cdebba35 100644 --- a/ortools/glop/preprocessor.cc +++ b/ortools/glop/preprocessor.cc @@ -1,4 +1,4 @@ -// Copyright 2010-2021 Google LLC +// Copyright 2010-2022 Google LLC // Licensed under the Apache License, Version 2.0 (the "License"); // you may not use this file except in compliance with the License. // You may obtain a copy of the License at diff --git a/ortools/glop/preprocessor.h b/ortools/glop/preprocessor.h index ca55fd121e..b4b55b6a54 100644 --- a/ortools/glop/preprocessor.h +++ b/ortools/glop/preprocessor.h @@ -1,4 +1,4 @@ -// Copyright 2010-2021 Google LLC +// Copyright 2010-2022 Google LLC // Licensed under the Apache License, Version 2.0 (the "License"); // you may not use this file except in compliance with the License. // You may obtain a copy of the License at diff --git a/ortools/glop/pricing.h b/ortools/glop/pricing.h index 4abd600980..01cfa39442 100644 --- a/ortools/glop/pricing.h +++ b/ortools/glop/pricing.h @@ -1,4 +1,4 @@ -// Copyright 2010-2021 Google LLC +// Copyright 2010-2022 Google LLC // Licensed under the Apache License, Version 2.0 (the "License"); // you may not use this file except in compliance with the License. // You may obtain a copy of the License at diff --git a/ortools/glop/primal_edge_norms.cc b/ortools/glop/primal_edge_norms.cc index 3fa0ca8c31..2854c274ed 100644 --- a/ortools/glop/primal_edge_norms.cc +++ b/ortools/glop/primal_edge_norms.cc @@ -1,4 +1,4 @@ -// Copyright 2010-2021 Google LLC +// Copyright 2010-2022 Google LLC // Licensed under the Apache License, Version 2.0 (the "License"); // you may not use this file except in compliance with the License. // You may obtain a copy of the License at diff --git a/ortools/glop/primal_edge_norms.h b/ortools/glop/primal_edge_norms.h index f86510f1fc..c4514092a0 100644 --- a/ortools/glop/primal_edge_norms.h +++ b/ortools/glop/primal_edge_norms.h @@ -1,4 +1,4 @@ -// Copyright 2010-2021 Google LLC +// Copyright 2010-2022 Google LLC // Licensed under the Apache License, Version 2.0 (the "License"); // you may not use this file except in compliance with the License. // You may obtain a copy of the License at diff --git a/ortools/glop/rank_one_update.h b/ortools/glop/rank_one_update.h index dbc0d1f3e2..518298c00c 100644 --- a/ortools/glop/rank_one_update.h +++ b/ortools/glop/rank_one_update.h @@ -1,4 +1,4 @@ -// Copyright 2010-2021 Google LLC +// Copyright 2010-2022 Google LLC // Licensed under the Apache License, Version 2.0 (the "License"); // you may not use this file except in compliance with the License. // You may obtain a copy of the License at diff --git a/ortools/glop/reduced_costs.cc b/ortools/glop/reduced_costs.cc index 89e88948ae..687b3b4d96 100644 --- a/ortools/glop/reduced_costs.cc +++ b/ortools/glop/reduced_costs.cc @@ -1,4 +1,4 @@ -// Copyright 2010-2021 Google LLC +// Copyright 2010-2022 Google LLC // Licensed under the Apache License, Version 2.0 (the "License"); // you may not use this file except in compliance with the License. // You may obtain a copy of the License at diff --git a/ortools/glop/reduced_costs.h b/ortools/glop/reduced_costs.h index 221f9ecb99..56bb56504b 100644 --- a/ortools/glop/reduced_costs.h +++ b/ortools/glop/reduced_costs.h @@ -1,4 +1,4 @@ -// Copyright 2010-2021 Google LLC +// Copyright 2010-2022 Google LLC // Licensed under the Apache License, Version 2.0 (the "License"); // you may not use this file except in compliance with the License. // You may obtain a copy of the License at diff --git a/ortools/glop/revised_simplex.cc b/ortools/glop/revised_simplex.cc index aaaf142d85..88e14a005f 100644 --- a/ortools/glop/revised_simplex.cc +++ b/ortools/glop/revised_simplex.cc @@ -1,4 +1,4 @@ -// Copyright 2010-2021 Google LLC +// Copyright 2010-2022 Google LLC // Licensed under the Apache License, Version 2.0 (the "License"); // you may not use this file except in compliance with the License. // You may obtain a copy of the License at diff --git a/ortools/glop/revised_simplex.h b/ortools/glop/revised_simplex.h index 073134c471..ff84adffe5 100644 --- a/ortools/glop/revised_simplex.h +++ b/ortools/glop/revised_simplex.h @@ -1,4 +1,4 @@ -// Copyright 2010-2021 Google LLC +// Copyright 2010-2022 Google LLC // Licensed under the Apache License, Version 2.0 (the "License"); // you may not use this file except in compliance with the License. // You may obtain a copy of the License at diff --git a/ortools/glop/samples/simple_glop_program.cc b/ortools/glop/samples/simple_glop_program.cc index 600addec90..c7efa33655 100644 --- a/ortools/glop/samples/simple_glop_program.cc +++ b/ortools/glop/samples/simple_glop_program.cc @@ -1,4 +1,4 @@ -// Copyright 2010-2021 Google LLC +// Copyright 2010-2022 Google LLC // Licensed under the Apache License, Version 2.0 (the "License"); // you may not use this file except in compliance with the License. // You may obtain a copy of the License at diff --git a/ortools/glop/status.cc b/ortools/glop/status.cc index 3979a7633d..3933605169 100644 --- a/ortools/glop/status.cc +++ b/ortools/glop/status.cc @@ -1,4 +1,4 @@ -// Copyright 2010-2021 Google LLC +// Copyright 2010-2022 Google LLC // Licensed under the Apache License, Version 2.0 (the "License"); // you may not use this file except in compliance with the License. // You may obtain a copy of the License at diff --git a/ortools/glop/status.h b/ortools/glop/status.h index 541fef3e6e..695158f61d 100644 --- a/ortools/glop/status.h +++ b/ortools/glop/status.h @@ -1,4 +1,4 @@ -// Copyright 2010-2021 Google LLC +// Copyright 2010-2022 Google LLC // Licensed under the Apache License, Version 2.0 (the "License"); // you may not use this file except in compliance with the License. // You may obtain a copy of the License at diff --git a/ortools/glop/update_row.cc b/ortools/glop/update_row.cc index ac4f99b2df..7327428708 100644 --- a/ortools/glop/update_row.cc +++ b/ortools/glop/update_row.cc @@ -1,4 +1,4 @@ -// Copyright 2010-2021 Google LLC +// Copyright 2010-2022 Google LLC // Licensed under the Apache License, Version 2.0 (the "License"); // you may not use this file except in compliance with the License. // You may obtain a copy of the License at diff --git a/ortools/glop/update_row.h b/ortools/glop/update_row.h index 049e7ad7e9..9ca6cd799d 100644 --- a/ortools/glop/update_row.h +++ b/ortools/glop/update_row.h @@ -1,4 +1,4 @@ -// Copyright 2010-2021 Google LLC +// Copyright 2010-2022 Google LLC // Licensed under the Apache License, Version 2.0 (the "License"); // you may not use this file except in compliance with the License. // You may obtain a copy of the License at diff --git a/ortools/glop/variable_values.cc b/ortools/glop/variable_values.cc index 1ab81ca165..42047e2f89 100644 --- a/ortools/glop/variable_values.cc +++ b/ortools/glop/variable_values.cc @@ -1,4 +1,4 @@ -// Copyright 2010-2021 Google LLC +// Copyright 2010-2022 Google LLC // Licensed under the Apache License, Version 2.0 (the "License"); // you may not use this file except in compliance with the License. // You may obtain a copy of the License at diff --git a/ortools/glop/variable_values.h b/ortools/glop/variable_values.h index ea533aded6..3e9d36351b 100644 --- a/ortools/glop/variable_values.h +++ b/ortools/glop/variable_values.h @@ -1,4 +1,4 @@ -// Copyright 2010-2021 Google LLC +// Copyright 2010-2022 Google LLC // Licensed under the Apache License, Version 2.0 (the "License"); // you may not use this file except in compliance with the License. // You may obtain a copy of the License at diff --git a/ortools/glop/variables_info.cc b/ortools/glop/variables_info.cc index c08ac56af4..9819156488 100644 --- a/ortools/glop/variables_info.cc +++ b/ortools/glop/variables_info.cc @@ -1,4 +1,4 @@ -// Copyright 2010-2021 Google LLC +// Copyright 2010-2022 Google LLC // Licensed under the Apache License, Version 2.0 (the "License"); // you may not use this file except in compliance with the License. // You may obtain a copy of the License at diff --git a/ortools/glop/variables_info.h b/ortools/glop/variables_info.h index ad63ae205a..2a9d0ac483 100644 --- a/ortools/glop/variables_info.h +++ b/ortools/glop/variables_info.h @@ -1,4 +1,4 @@ -// Copyright 2010-2021 Google LLC +// Copyright 2010-2022 Google LLC // Licensed under the Apache License, Version 2.0 (the "License"); // you may not use this file except in compliance with the License. // You may obtain a copy of the License at diff --git a/ortools/glpk/glpk_computational_form.h b/ortools/glpk/glpk_computational_form.h index f876642f76..cebabc4680 100644 --- a/ortools/glpk/glpk_computational_form.h +++ b/ortools/glpk/glpk_computational_form.h @@ -1,4 +1,4 @@ -// Copyright 2010-2021 Google LLC +// Copyright 2010-2022 Google LLC // Licensed under the Apache License, Version 2.0 (the "License"); // you may not use this file except in compliance with the License. // You may obtain a copy of the License at diff --git a/ortools/glpk/glpk_env_deleter.cc b/ortools/glpk/glpk_env_deleter.cc index 646832aa63..f6c34f0495 100644 --- a/ortools/glpk/glpk_env_deleter.cc +++ b/ortools/glpk/glpk_env_deleter.cc @@ -1,4 +1,4 @@ -// Copyright 2010-2021 Google LLC +// Copyright 2010-2022 Google LLC // Licensed under the Apache License, Version 2.0 (the "License"); // you may not use this file except in compliance with the License. // You may obtain a copy of the License at diff --git a/ortools/glpk/glpk_env_deleter.h b/ortools/glpk/glpk_env_deleter.h index 6890c930a1..cdb3d063b9 100644 --- a/ortools/glpk/glpk_env_deleter.h +++ b/ortools/glpk/glpk_env_deleter.h @@ -1,4 +1,4 @@ -// Copyright 2010-2021 Google LLC +// Copyright 2010-2022 Google LLC // Licensed under the Apache License, Version 2.0 (the "License"); // you may not use this file except in compliance with the License. // You may obtain a copy of the License at diff --git a/ortools/glpk/glpk_formatters.cc b/ortools/glpk/glpk_formatters.cc index 97dd996365..05194481bc 100644 --- a/ortools/glpk/glpk_formatters.cc +++ b/ortools/glpk/glpk_formatters.cc @@ -1,4 +1,4 @@ -// Copyright 2010-2021 Google LLC +// Copyright 2010-2022 Google LLC // Licensed under the Apache License, Version 2.0 (the "License"); // you may not use this file except in compliance with the License. // You may obtain a copy of the License at diff --git a/ortools/glpk/glpk_formatters.h b/ortools/glpk/glpk_formatters.h index ece1766cfc..a8e35adbbf 100644 --- a/ortools/glpk/glpk_formatters.h +++ b/ortools/glpk/glpk_formatters.h @@ -1,4 +1,4 @@ -// Copyright 2010-2021 Google LLC +// Copyright 2010-2022 Google LLC // Licensed under the Apache License, Version 2.0 (the "License"); // you may not use this file except in compliance with the License. // You may obtain a copy of the License at diff --git a/ortools/graph/assignment.cc b/ortools/graph/assignment.cc index 6faf81ef10..d796d1be6d 100644 --- a/ortools/graph/assignment.cc +++ b/ortools/graph/assignment.cc @@ -1,4 +1,4 @@ -// Copyright 2010-2021 Google LLC +// Copyright 2010-2022 Google LLC // Licensed under the Apache License, Version 2.0 (the "License"); // you may not use this file except in compliance with the License. // You may obtain a copy of the License at diff --git a/ortools/graph/assignment.h b/ortools/graph/assignment.h index 600a8deb06..b4482f84f1 100644 --- a/ortools/graph/assignment.h +++ b/ortools/graph/assignment.h @@ -1,4 +1,4 @@ -// Copyright 2010-2021 Google LLC +// Copyright 2010-2022 Google LLC // Licensed under the Apache License, Version 2.0 (the "License"); // you may not use this file except in compliance with the License. // You may obtain a copy of the License at diff --git a/ortools/graph/astar.cc b/ortools/graph/astar.cc index 8802c5e391..ac7b370392 100644 --- a/ortools/graph/astar.cc +++ b/ortools/graph/astar.cc @@ -1,4 +1,4 @@ -// Copyright 2010-2021 Google LLC +// Copyright 2010-2022 Google LLC // Licensed under the Apache License, Version 2.0 (the "License"); // you may not use this file except in compliance with the License. // You may obtain a copy of the License at diff --git a/ortools/graph/bellman_ford.cc b/ortools/graph/bellman_ford.cc index c6602a7072..c615a9371d 100644 --- a/ortools/graph/bellman_ford.cc +++ b/ortools/graph/bellman_ford.cc @@ -1,4 +1,4 @@ -// Copyright 2010-2021 Google LLC +// Copyright 2010-2022 Google LLC // Licensed under the Apache License, Version 2.0 (the "License"); // you may not use this file except in compliance with the License. // You may obtain a copy of the License at diff --git a/ortools/graph/christofides.h b/ortools/graph/christofides.h index 1868a5f69b..a8ff4173ca 100644 --- a/ortools/graph/christofides.h +++ b/ortools/graph/christofides.h @@ -1,4 +1,4 @@ -// Copyright 2010-2021 Google LLC +// Copyright 2010-2022 Google LLC // Licensed under the Apache License, Version 2.0 (the "License"); // you may not use this file except in compliance with the License. // You may obtain a copy of the License at diff --git a/ortools/graph/cliques.cc b/ortools/graph/cliques.cc index 329e98ba35..91ad2bd486 100644 --- a/ortools/graph/cliques.cc +++ b/ortools/graph/cliques.cc @@ -1,4 +1,4 @@ -// Copyright 2010-2021 Google LLC +// Copyright 2010-2022 Google LLC // Licensed under the Apache License, Version 2.0 (the "License"); // you may not use this file except in compliance with the License. // You may obtain a copy of the License at diff --git a/ortools/graph/cliques.h b/ortools/graph/cliques.h index 3c2e9d5117..eb19209cf4 100644 --- a/ortools/graph/cliques.h +++ b/ortools/graph/cliques.h @@ -1,4 +1,4 @@ -// Copyright 2010-2021 Google LLC +// Copyright 2010-2022 Google LLC // Licensed under the Apache License, Version 2.0 (the "License"); // you may not use this file except in compliance with the License. // You may obtain a copy of the License at diff --git a/ortools/graph/connected_components.cc b/ortools/graph/connected_components.cc index 69f62f4741..685a98e316 100644 --- a/ortools/graph/connected_components.cc +++ b/ortools/graph/connected_components.cc @@ -1,4 +1,4 @@ -// Copyright 2010-2021 Google LLC +// Copyright 2010-2022 Google LLC // Licensed under the Apache License, Version 2.0 (the "License"); // you may not use this file except in compliance with the License. // You may obtain a copy of the License at diff --git a/ortools/graph/connected_components.h b/ortools/graph/connected_components.h index eb04dd5b1c..829d40106d 100644 --- a/ortools/graph/connected_components.h +++ b/ortools/graph/connected_components.h @@ -1,4 +1,4 @@ -// Copyright 2010-2021 Google LLC +// Copyright 2010-2022 Google LLC // Licensed under the Apache License, Version 2.0 (the "License"); // you may not use this file except in compliance with the License. // You may obtain a copy of the License at diff --git a/ortools/graph/csharp/graph.i b/ortools/graph/csharp/graph.i index b8ca558eb4..8d32a4eba2 100644 --- a/ortools/graph/csharp/graph.i +++ b/ortools/graph/csharp/graph.i @@ -1,4 +1,4 @@ -// Copyright 2010-2021 Google LLC +// Copyright 2010-2022 Google LLC // Licensed under the Apache License, Version 2.0 (the "License"); // you may not use this file except in compliance with the License. // You may obtain a copy of the License at diff --git a/ortools/graph/dijkstra.cc b/ortools/graph/dijkstra.cc index f4d322df63..906668285a 100644 --- a/ortools/graph/dijkstra.cc +++ b/ortools/graph/dijkstra.cc @@ -1,4 +1,4 @@ -// Copyright 2010-2021 Google LLC +// Copyright 2010-2022 Google LLC // Licensed under the Apache License, Version 2.0 (the "License"); // you may not use this file except in compliance with the License. // You may obtain a copy of the License at diff --git a/ortools/graph/ebert_graph.h b/ortools/graph/ebert_graph.h index 8028236d4b..9b00f81f3f 100644 --- a/ortools/graph/ebert_graph.h +++ b/ortools/graph/ebert_graph.h @@ -1,4 +1,4 @@ -// Copyright 2010-2021 Google LLC +// Copyright 2010-2022 Google LLC // Licensed under the Apache License, Version 2.0 (the "License"); // you may not use this file except in compliance with the License. // You may obtain a copy of the License at diff --git a/ortools/graph/eulerian_path.h b/ortools/graph/eulerian_path.h index 57c105cbee..c08d783673 100644 --- a/ortools/graph/eulerian_path.h +++ b/ortools/graph/eulerian_path.h @@ -1,4 +1,4 @@ -// Copyright 2010-2021 Google LLC +// Copyright 2010-2022 Google LLC // Licensed under the Apache License, Version 2.0 (the "License"); // you may not use this file except in compliance with the License. // You may obtain a copy of the License at diff --git a/ortools/graph/flow_problem.proto b/ortools/graph/flow_problem.proto index b0cdff18f1..c94bab85b0 100644 --- a/ortools/graph/flow_problem.proto +++ b/ortools/graph/flow_problem.proto @@ -1,4 +1,4 @@ -// Copyright 2010-2021 Google LLC +// Copyright 2010-2022 Google LLC // Licensed under the Apache License, Version 2.0 (the "License"); // you may not use this file except in compliance with the License. // You may obtain a copy of the License at diff --git a/ortools/graph/graph.h b/ortools/graph/graph.h index 3f4460aff3..67ac4677a0 100644 --- a/ortools/graph/graph.h +++ b/ortools/graph/graph.h @@ -1,4 +1,4 @@ -// Copyright 2010-2021 Google LLC +// Copyright 2010-2022 Google LLC // Licensed under the Apache License, Version 2.0 (the "License"); // you may not use this file except in compliance with the License. // You may obtain a copy of the License at diff --git a/ortools/graph/graphs.h b/ortools/graph/graphs.h index 8ec0ff59fb..c6483a0fc1 100644 --- a/ortools/graph/graphs.h +++ b/ortools/graph/graphs.h @@ -1,4 +1,4 @@ -// Copyright 2010-2021 Google LLC +// Copyright 2010-2022 Google LLC // Licensed under the Apache License, Version 2.0 (the "License"); // you may not use this file except in compliance with the License. // You may obtain a copy of the License at diff --git a/ortools/graph/hamiltonian_path.h b/ortools/graph/hamiltonian_path.h index 26df82fdf6..b2bdb69717 100644 --- a/ortools/graph/hamiltonian_path.h +++ b/ortools/graph/hamiltonian_path.h @@ -1,4 +1,4 @@ -// Copyright 2010-2021 Google LLC +// Copyright 2010-2022 Google LLC // Licensed under the Apache License, Version 2.0 (the "License"); // you may not use this file except in compliance with the License. // You may obtain a copy of the License at diff --git a/ortools/graph/io.h b/ortools/graph/io.h index 5745f0d407..8e8812bbe9 100644 --- a/ortools/graph/io.h +++ b/ortools/graph/io.h @@ -1,4 +1,4 @@ -// Copyright 2010-2021 Google LLC +// Copyright 2010-2022 Google LLC // Licensed under the Apache License, Version 2.0 (the "License"); // you may not use this file except in compliance with the License. // You may obtain a copy of the License at diff --git a/ortools/graph/iterators.h b/ortools/graph/iterators.h index e3fc702e06..10005d1795 100644 --- a/ortools/graph/iterators.h +++ b/ortools/graph/iterators.h @@ -1,4 +1,4 @@ -// Copyright 2010-2021 Google LLC +// Copyright 2010-2022 Google LLC // Licensed under the Apache License, Version 2.0 (the "License"); // you may not use this file except in compliance with the License. // You may obtain a copy of the License at diff --git a/ortools/graph/java/graph.i b/ortools/graph/java/graph.i index 6b4381f09f..dd6e1cd52e 100644 --- a/ortools/graph/java/graph.i +++ b/ortools/graph/java/graph.i @@ -1,4 +1,4 @@ -// Copyright 2010-2021 Google LLC +// Copyright 2010-2022 Google LLC // Licensed under the Apache License, Version 2.0 (the "License"); // you may not use this file except in compliance with the License. // You may obtain a copy of the License at diff --git a/ortools/graph/linear_assignment.cc b/ortools/graph/linear_assignment.cc index 7cd65a65a7..0cf88c5c61 100644 --- a/ortools/graph/linear_assignment.cc +++ b/ortools/graph/linear_assignment.cc @@ -1,4 +1,4 @@ -// Copyright 2010-2021 Google LLC +// Copyright 2010-2022 Google LLC // Licensed under the Apache License, Version 2.0 (the "License"); // you may not use this file except in compliance with the License. // You may obtain a copy of the License at diff --git a/ortools/graph/linear_assignment.h b/ortools/graph/linear_assignment.h index 5263a5825c..8a25d4f82c 100644 --- a/ortools/graph/linear_assignment.h +++ b/ortools/graph/linear_assignment.h @@ -1,4 +1,4 @@ -// Copyright 2010-2021 Google LLC +// Copyright 2010-2022 Google LLC // Licensed under the Apache License, Version 2.0 (the "License"); // you may not use this file except in compliance with the License. // You may obtain a copy of the License at diff --git a/ortools/graph/max_flow.cc b/ortools/graph/max_flow.cc index f875d2abf0..a534c572c6 100644 --- a/ortools/graph/max_flow.cc +++ b/ortools/graph/max_flow.cc @@ -1,4 +1,4 @@ -// Copyright 2010-2021 Google LLC +// Copyright 2010-2022 Google LLC // Licensed under the Apache License, Version 2.0 (the "License"); // you may not use this file except in compliance with the License. // You may obtain a copy of the License at diff --git a/ortools/graph/max_flow.h b/ortools/graph/max_flow.h index 0346b753a0..03b670f680 100644 --- a/ortools/graph/max_flow.h +++ b/ortools/graph/max_flow.h @@ -1,4 +1,4 @@ -// Copyright 2010-2021 Google LLC +// Copyright 2010-2022 Google LLC // Licensed under the Apache License, Version 2.0 (the "License"); // you may not use this file except in compliance with the License. // You may obtain a copy of the License at diff --git a/ortools/graph/min_cost_flow.cc b/ortools/graph/min_cost_flow.cc index c43a9af5e3..7d46981cef 100644 --- a/ortools/graph/min_cost_flow.cc +++ b/ortools/graph/min_cost_flow.cc @@ -1,4 +1,4 @@ -// Copyright 2010-2021 Google LLC +// Copyright 2010-2022 Google LLC // Licensed under the Apache License, Version 2.0 (the "License"); // you may not use this file except in compliance with the License. // You may obtain a copy of the License at diff --git a/ortools/graph/min_cost_flow.h b/ortools/graph/min_cost_flow.h index bef11825aa..840554d42a 100644 --- a/ortools/graph/min_cost_flow.h +++ b/ortools/graph/min_cost_flow.h @@ -1,4 +1,4 @@ -// Copyright 2010-2021 Google LLC +// Copyright 2010-2022 Google LLC // Licensed under the Apache License, Version 2.0 (the "License"); // you may not use this file except in compliance with the License. // You may obtain a copy of the License at diff --git a/ortools/graph/minimum_spanning_tree.h b/ortools/graph/minimum_spanning_tree.h index 246ac64f99..b0b04b2204 100644 --- a/ortools/graph/minimum_spanning_tree.h +++ b/ortools/graph/minimum_spanning_tree.h @@ -1,4 +1,4 @@ -// Copyright 2010-2021 Google LLC +// Copyright 2010-2022 Google LLC // Licensed under the Apache License, Version 2.0 (the "License"); // you may not use this file except in compliance with the License. // You may obtain a copy of the License at diff --git a/ortools/graph/one_tree_lower_bound.h b/ortools/graph/one_tree_lower_bound.h index 852c656816..05fd548749 100644 --- a/ortools/graph/one_tree_lower_bound.h +++ b/ortools/graph/one_tree_lower_bound.h @@ -1,4 +1,4 @@ -// Copyright 2010-2021 Google LLC +// Copyright 2010-2022 Google LLC // Licensed under the Apache License, Version 2.0 (the "License"); // you may not use this file except in compliance with the License. // You may obtain a copy of the License at diff --git a/ortools/graph/perfect_matching.cc b/ortools/graph/perfect_matching.cc index 39c133ea0d..53dccb2c2e 100644 --- a/ortools/graph/perfect_matching.cc +++ b/ortools/graph/perfect_matching.cc @@ -1,4 +1,4 @@ -// Copyright 2010-2021 Google LLC +// Copyright 2010-2022 Google LLC // Licensed under the Apache License, Version 2.0 (the "License"); // you may not use this file except in compliance with the License. // You may obtain a copy of the License at diff --git a/ortools/graph/perfect_matching.h b/ortools/graph/perfect_matching.h index 0f2d533617..71d84a4c78 100644 --- a/ortools/graph/perfect_matching.h +++ b/ortools/graph/perfect_matching.h @@ -1,4 +1,4 @@ -// Copyright 2010-2021 Google LLC +// Copyright 2010-2022 Google LLC // Licensed under the Apache License, Version 2.0 (the "License"); // you may not use this file except in compliance with the License. // You may obtain a copy of the License at diff --git a/ortools/graph/python/linear_sum_assignment.cc b/ortools/graph/python/linear_sum_assignment.cc index 93b94605b3..2d2b00f200 100644 --- a/ortools/graph/python/linear_sum_assignment.cc +++ b/ortools/graph/python/linear_sum_assignment.cc @@ -1,4 +1,4 @@ -// Copyright 2010-2021 Google LLC +// Copyright 2010-2022 Google LLC // Licensed under the Apache License, Version 2.0 (the "License"); // you may not use this file except in compliance with the License. // You may obtain a copy of the License at diff --git a/ortools/graph/python/max_flow.cc b/ortools/graph/python/max_flow.cc index c79a1d08c1..781ae9460c 100644 --- a/ortools/graph/python/max_flow.cc +++ b/ortools/graph/python/max_flow.cc @@ -1,4 +1,4 @@ -// Copyright 2010-2021 Google LLC +// Copyright 2010-2022 Google LLC // Licensed under the Apache License, Version 2.0 (the "License"); // you may not use this file except in compliance with the License. // You may obtain a copy of the License at diff --git a/ortools/graph/python/min_cost_flow.cc b/ortools/graph/python/min_cost_flow.cc index f89684d2d5..dfca0f8261 100644 --- a/ortools/graph/python/min_cost_flow.cc +++ b/ortools/graph/python/min_cost_flow.cc @@ -1,4 +1,4 @@ -// Copyright 2010-2021 Google LLC +// Copyright 2010-2022 Google LLC // Licensed under the Apache License, Version 2.0 (the "License"); // you may not use this file except in compliance with the License. // You may obtain a copy of the License at diff --git a/ortools/graph/samples/AssignmentLinearSumAssignment.cs b/ortools/graph/samples/AssignmentLinearSumAssignment.cs index 66a9c4418b..4983b829f5 100644 --- a/ortools/graph/samples/AssignmentLinearSumAssignment.cs +++ b/ortools/graph/samples/AssignmentLinearSumAssignment.cs @@ -1,4 +1,4 @@ -// Copyright 2010-2021 Google LLC +// Copyright 2010-2022 Google LLC // Licensed under the Apache License, Version 2.0 (the "License"); // you may not use this file except in compliance with the License. // You may obtain a copy of the License at diff --git a/ortools/graph/samples/AssignmentLinearSumAssignment.java b/ortools/graph/samples/AssignmentLinearSumAssignment.java index 080502cb1c..c8cb99a2f5 100644 --- a/ortools/graph/samples/AssignmentLinearSumAssignment.java +++ b/ortools/graph/samples/AssignmentLinearSumAssignment.java @@ -1,4 +1,4 @@ -// Copyright 2010-2021 Google LLC +// Copyright 2010-2022 Google LLC // Licensed under the Apache License, Version 2.0 (the "License"); // you may not use this file except in compliance with the License. // You may obtain a copy of the License at diff --git a/ortools/graph/samples/AssignmentMinFlow.cs b/ortools/graph/samples/AssignmentMinFlow.cs index 20fe3a9948..d2fd13b304 100644 --- a/ortools/graph/samples/AssignmentMinFlow.cs +++ b/ortools/graph/samples/AssignmentMinFlow.cs @@ -1,4 +1,4 @@ -// Copyright 2010-2021 Google LLC +// Copyright 2010-2022 Google LLC // Licensed under the Apache License, Version 2.0 (the "License"); // you may not use this file except in compliance with the License. // You may obtain a copy of the License at diff --git a/ortools/graph/samples/AssignmentMinFlow.java b/ortools/graph/samples/AssignmentMinFlow.java index e86b83d7f2..e80a957037 100644 --- a/ortools/graph/samples/AssignmentMinFlow.java +++ b/ortools/graph/samples/AssignmentMinFlow.java @@ -1,4 +1,4 @@ -// Copyright 2010-2021 Google LLC +// Copyright 2010-2022 Google LLC // Licensed under the Apache License, Version 2.0 (the "License"); // you may not use this file except in compliance with the License. // You may obtain a copy of the License at diff --git a/ortools/graph/samples/BalanceMinFlow.cs b/ortools/graph/samples/BalanceMinFlow.cs index cefc158c92..592b2642ce 100644 --- a/ortools/graph/samples/BalanceMinFlow.cs +++ b/ortools/graph/samples/BalanceMinFlow.cs @@ -1,4 +1,4 @@ -// Copyright 2010-2021 Google LLC +// Copyright 2010-2022 Google LLC // Licensed under the Apache License, Version 2.0 (the "License"); // you may not use this file except in compliance with the License. // You may obtain a copy of the License at diff --git a/ortools/graph/samples/BalanceMinFlow.java b/ortools/graph/samples/BalanceMinFlow.java index b0d908fcc1..bda0b1182d 100644 --- a/ortools/graph/samples/BalanceMinFlow.java +++ b/ortools/graph/samples/BalanceMinFlow.java @@ -1,4 +1,4 @@ -// Copyright 2010-2021 Google LLC +// Copyright 2010-2022 Google LLC // Licensed under the Apache License, Version 2.0 (the "License"); // you may not use this file except in compliance with the License. // You may obtain a copy of the License at diff --git a/ortools/graph/samples/SimpleMaxFlowProgram.cs b/ortools/graph/samples/SimpleMaxFlowProgram.cs index 8dfa4a4d78..6dfcd04b23 100644 --- a/ortools/graph/samples/SimpleMaxFlowProgram.cs +++ b/ortools/graph/samples/SimpleMaxFlowProgram.cs @@ -1,4 +1,4 @@ -// Copyright 2010-2021 Google LLC +// Copyright 2010-2022 Google LLC // Licensed under the Apache License, Version 2.0 (the "License"); // you may not use this file except in compliance with the License. // You may obtain a copy of the License at diff --git a/ortools/graph/samples/SimpleMaxFlowProgram.java b/ortools/graph/samples/SimpleMaxFlowProgram.java index 3fde527609..a34870f2b5 100644 --- a/ortools/graph/samples/SimpleMaxFlowProgram.java +++ b/ortools/graph/samples/SimpleMaxFlowProgram.java @@ -1,4 +1,4 @@ -// Copyright 2010-2021 Google LLC +// Copyright 2010-2022 Google LLC // Licensed under the Apache License, Version 2.0 (the "License"); // you may not use this file except in compliance with the License. // You may obtain a copy of the License at diff --git a/ortools/graph/samples/SimpleMinCostFlowProgram.cs b/ortools/graph/samples/SimpleMinCostFlowProgram.cs index 26e92e4830..7114c6e172 100644 --- a/ortools/graph/samples/SimpleMinCostFlowProgram.cs +++ b/ortools/graph/samples/SimpleMinCostFlowProgram.cs @@ -1,4 +1,4 @@ -// Copyright 2010-2021 Google LLC +// Copyright 2010-2022 Google LLC // Licensed under the Apache License, Version 2.0 (the "License"); // you may not use this file except in compliance with the License. // You may obtain a copy of the License at diff --git a/ortools/graph/samples/SimpleMinCostFlowProgram.java b/ortools/graph/samples/SimpleMinCostFlowProgram.java index 56ef439565..c827dc8a95 100644 --- a/ortools/graph/samples/SimpleMinCostFlowProgram.java +++ b/ortools/graph/samples/SimpleMinCostFlowProgram.java @@ -1,4 +1,4 @@ -// Copyright 2010-2021 Google LLC +// Copyright 2010-2022 Google LLC // Licensed under the Apache License, Version 2.0 (the "License"); // you may not use this file except in compliance with the License. // You may obtain a copy of the License at diff --git a/ortools/graph/samples/assignment_linear_sum_assignment.cc b/ortools/graph/samples/assignment_linear_sum_assignment.cc index 5ea87dee49..6c35948de9 100644 --- a/ortools/graph/samples/assignment_linear_sum_assignment.cc +++ b/ortools/graph/samples/assignment_linear_sum_assignment.cc @@ -1,4 +1,4 @@ -// Copyright 2010-2021 Google LLC +// Copyright 2010-2022 Google LLC // Licensed under the Apache License, Version 2.0 (the "License"); // you may not use this file except in compliance with the License. // You may obtain a copy of the License at diff --git a/ortools/graph/samples/assignment_linear_sum_assignment.py b/ortools/graph/samples/assignment_linear_sum_assignment.py index 3f1fe020c9..ca2c7a1bc8 100755 --- a/ortools/graph/samples/assignment_linear_sum_assignment.py +++ b/ortools/graph/samples/assignment_linear_sum_assignment.py @@ -1,5 +1,5 @@ #!/usr/bin/env python3 -# Copyright 2010-2021 Google LLC +# Copyright 2010-2022 Google LLC # Licensed under the Apache License, Version 2.0 (the "License"); # you may not use this file except in compliance with the License. # You may obtain a copy of the License at diff --git a/ortools/graph/samples/assignment_min_flow.cc b/ortools/graph/samples/assignment_min_flow.cc index 976c900263..7f6e287fdd 100644 --- a/ortools/graph/samples/assignment_min_flow.cc +++ b/ortools/graph/samples/assignment_min_flow.cc @@ -1,4 +1,4 @@ -// Copyright 2010-2021 Google LLC +// Copyright 2010-2022 Google LLC // Licensed under the Apache License, Version 2.0 (the "License"); // you may not use this file except in compliance with the License. // You may obtain a copy of the License at diff --git a/ortools/graph/samples/assignment_min_flow.py b/ortools/graph/samples/assignment_min_flow.py index 3c17d2e850..26fe9c803a 100755 --- a/ortools/graph/samples/assignment_min_flow.py +++ b/ortools/graph/samples/assignment_min_flow.py @@ -1,5 +1,5 @@ #!/usr/bin/env python3 -# Copyright 2010-2021 Google LLC +# Copyright 2010-2022 Google LLC # Licensed under the Apache License, Version 2.0 (the "License"); # you may not use this file except in compliance with the License. # You may obtain a copy of the License at diff --git a/ortools/graph/samples/balance_min_flow.cc b/ortools/graph/samples/balance_min_flow.cc index f4dc85cf13..f0c2afa32e 100644 --- a/ortools/graph/samples/balance_min_flow.cc +++ b/ortools/graph/samples/balance_min_flow.cc @@ -1,4 +1,4 @@ -// Copyright 2010-2021 Google LLC +// Copyright 2010-2022 Google LLC // Licensed under the Apache License, Version 2.0 (the "License"); // you may not use this file except in compliance with the License. // You may obtain a copy of the License at diff --git a/ortools/graph/samples/balance_min_flow.py b/ortools/graph/samples/balance_min_flow.py index 0a6880b511..148b959795 100755 --- a/ortools/graph/samples/balance_min_flow.py +++ b/ortools/graph/samples/balance_min_flow.py @@ -1,5 +1,5 @@ #!/usr/bin/env python3 -# Copyright 2010-2021 Google LLC +# Copyright 2010-2022 Google LLC # Licensed under the Apache License, Version 2.0 (the "License"); # you may not use this file except in compliance with the License. # You may obtain a copy of the License at diff --git a/ortools/graph/samples/simple_max_flow_program.cc b/ortools/graph/samples/simple_max_flow_program.cc index dc995b8c53..8b8312723f 100644 --- a/ortools/graph/samples/simple_max_flow_program.cc +++ b/ortools/graph/samples/simple_max_flow_program.cc @@ -1,4 +1,4 @@ -// Copyright 2010-2021 Google LLC +// Copyright 2010-2022 Google LLC // Licensed under the Apache License, Version 2.0 (the "License"); // you may not use this file except in compliance with the License. // You may obtain a copy of the License at diff --git a/ortools/graph/samples/simple_max_flow_program.py b/ortools/graph/samples/simple_max_flow_program.py index 97e1599ed7..e36ccf0958 100755 --- a/ortools/graph/samples/simple_max_flow_program.py +++ b/ortools/graph/samples/simple_max_flow_program.py @@ -1,5 +1,5 @@ #!/usr/bin/env python3 -# Copyright 2010-2021 Google LLC +# Copyright 2010-2022 Google LLC # Licensed under the Apache License, Version 2.0 (the "License"); # you may not use this file except in compliance with the License. # You may obtain a copy of the License at diff --git a/ortools/graph/samples/simple_min_cost_flow_program.cc b/ortools/graph/samples/simple_min_cost_flow_program.cc index 1b8c624f43..da3da85a81 100644 --- a/ortools/graph/samples/simple_min_cost_flow_program.cc +++ b/ortools/graph/samples/simple_min_cost_flow_program.cc @@ -1,4 +1,4 @@ -// Copyright 2010-2021 Google LLC +// Copyright 2010-2022 Google LLC // Licensed under the Apache License, Version 2.0 (the "License"); // you may not use this file except in compliance with the License. // You may obtain a copy of the License at diff --git a/ortools/graph/samples/simple_min_cost_flow_program.py b/ortools/graph/samples/simple_min_cost_flow_program.py index 8a82229ed4..b7f4f3c751 100755 --- a/ortools/graph/samples/simple_min_cost_flow_program.py +++ b/ortools/graph/samples/simple_min_cost_flow_program.py @@ -1,5 +1,5 @@ #!/usr/bin/env python3 -# Copyright 2010-2021 Google LLC +# Copyright 2010-2022 Google LLC # Licensed under the Apache License, Version 2.0 (the "License"); # you may not use this file except in compliance with the License. # You may obtain a copy of the License at diff --git a/ortools/graph/shortestpaths.cc b/ortools/graph/shortestpaths.cc index 4d7e8b1847..4fcd3bdeb1 100644 --- a/ortools/graph/shortestpaths.cc +++ b/ortools/graph/shortestpaths.cc @@ -1,4 +1,4 @@ -// Copyright 2010-2021 Google LLC +// Copyright 2010-2022 Google LLC // Licensed under the Apache License, Version 2.0 (the "License"); // you may not use this file except in compliance with the License. // You may obtain a copy of the License at diff --git a/ortools/graph/shortestpaths.h b/ortools/graph/shortestpaths.h index d5cf8c88a4..7ca4babb95 100644 --- a/ortools/graph/shortestpaths.h +++ b/ortools/graph/shortestpaths.h @@ -1,4 +1,4 @@ -// Copyright 2010-2021 Google LLC +// Copyright 2010-2022 Google LLC // Licensed under the Apache License, Version 2.0 (the "License"); // you may not use this file except in compliance with the License. // You may obtain a copy of the License at diff --git a/ortools/graph/strongly_connected_components.h b/ortools/graph/strongly_connected_components.h index 210c780c76..b2605af15e 100644 --- a/ortools/graph/strongly_connected_components.h +++ b/ortools/graph/strongly_connected_components.h @@ -1,4 +1,4 @@ -// Copyright 2010-2021 Google LLC +// Copyright 2010-2022 Google LLC // Licensed under the Apache License, Version 2.0 (the "License"); // you may not use this file except in compliance with the License. // You may obtain a copy of the License at diff --git a/ortools/graph/topologicalsorter.cc b/ortools/graph/topologicalsorter.cc index ad8545eeb9..a0ef1d7716 100644 --- a/ortools/graph/topologicalsorter.cc +++ b/ortools/graph/topologicalsorter.cc @@ -1,4 +1,4 @@ -// Copyright 2010-2021 Google LLC +// Copyright 2010-2022 Google LLC // Licensed under the Apache License, Version 2.0 (the "License"); // you may not use this file except in compliance with the License. // You may obtain a copy of the License at diff --git a/ortools/graph/topologicalsorter.h b/ortools/graph/topologicalsorter.h index 2b7c09b681..d708446c34 100644 --- a/ortools/graph/topologicalsorter.h +++ b/ortools/graph/topologicalsorter.h @@ -1,4 +1,4 @@ -// Copyright 2010-2021 Google LLC +// Copyright 2010-2022 Google LLC // Licensed under the Apache License, Version 2.0 (the "License"); // you may not use this file except in compliance with the License. // You may obtain a copy of the License at diff --git a/ortools/graph/util.cc b/ortools/graph/util.cc index 4a3aa08fad..6c218e486a 100644 --- a/ortools/graph/util.cc +++ b/ortools/graph/util.cc @@ -1,4 +1,4 @@ -// Copyright 2010-2021 Google LLC +// Copyright 2010-2022 Google LLC // Licensed under the Apache License, Version 2.0 (the "License"); // you may not use this file except in compliance with the License. // You may obtain a copy of the License at diff --git a/ortools/graph/util.h b/ortools/graph/util.h index 2d9af352a0..cb5a10b259 100644 --- a/ortools/graph/util.h +++ b/ortools/graph/util.h @@ -1,4 +1,4 @@ -// Copyright 2010-2021 Google LLC +// Copyright 2010-2022 Google LLC // Licensed under the Apache License, Version 2.0 (the "License"); // you may not use this file except in compliance with the License. // You may obtain a copy of the License at diff --git a/ortools/gscip/gscip.cc b/ortools/gscip/gscip.cc index 98acd0ac38..9e893e1982 100644 --- a/ortools/gscip/gscip.cc +++ b/ortools/gscip/gscip.cc @@ -1,4 +1,4 @@ -// Copyright 2010-2021 Google LLC +// Copyright 2010-2022 Google LLC // Licensed under the Apache License, Version 2.0 (the "License"); // you may not use this file except in compliance with the License. // You may obtain a copy of the License at diff --git a/ortools/gscip/gscip.h b/ortools/gscip/gscip.h index 8c8e194217..d45895fd18 100644 --- a/ortools/gscip/gscip.h +++ b/ortools/gscip/gscip.h @@ -1,4 +1,4 @@ -// Copyright 2010-2021 Google LLC +// Copyright 2010-2022 Google LLC // Licensed under the Apache License, Version 2.0 (the "License"); // you may not use this file except in compliance with the License. // You may obtain a copy of the License at diff --git a/ortools/gscip/gscip.proto b/ortools/gscip/gscip.proto index 5cb9781516..7346a6eb40 100644 --- a/ortools/gscip/gscip.proto +++ b/ortools/gscip/gscip.proto @@ -1,4 +1,4 @@ -// Copyright 2010-2021 Google LLC +// Copyright 2010-2022 Google LLC // Licensed under the Apache License, Version 2.0 (the "License"); // you may not use this file except in compliance with the License. // You may obtain a copy of the License at diff --git a/ortools/gscip/gscip_event_handler.cc b/ortools/gscip/gscip_event_handler.cc index c53c2382f3..c2e7017694 100644 --- a/ortools/gscip/gscip_event_handler.cc +++ b/ortools/gscip/gscip_event_handler.cc @@ -1,4 +1,4 @@ -// Copyright 2010-2021 Google LLC +// Copyright 2010-2022 Google LLC // Licensed under the Apache License, Version 2.0 (the "License"); // you may not use this file except in compliance with the License. // You may obtain a copy of the License at diff --git a/ortools/gscip/gscip_event_handler.h b/ortools/gscip/gscip_event_handler.h index 3b31c83eee..b0f0d0d8ad 100644 --- a/ortools/gscip/gscip_event_handler.h +++ b/ortools/gscip/gscip_event_handler.h @@ -1,4 +1,4 @@ -// Copyright 2010-2021 Google LLC +// Copyright 2010-2022 Google LLC // Licensed under the Apache License, Version 2.0 (the "License"); // you may not use this file except in compliance with the License. // You may obtain a copy of the License at diff --git a/ortools/gscip/gscip_ext.cc b/ortools/gscip/gscip_ext.cc index 482a9cc085..9bc66f9e6b 100644 --- a/ortools/gscip/gscip_ext.cc +++ b/ortools/gscip/gscip_ext.cc @@ -1,4 +1,4 @@ -// Copyright 2010-2021 Google LLC +// Copyright 2010-2022 Google LLC // Licensed under the Apache License, Version 2.0 (the "License"); // you may not use this file except in compliance with the License. // You may obtain a copy of the License at diff --git a/ortools/gscip/gscip_ext.h b/ortools/gscip/gscip_ext.h index 69bcc302fc..35a9716fe0 100644 --- a/ortools/gscip/gscip_ext.h +++ b/ortools/gscip/gscip_ext.h @@ -1,4 +1,4 @@ -// Copyright 2010-2021 Google LLC +// Copyright 2010-2022 Google LLC // Licensed under the Apache License, Version 2.0 (the "License"); // you may not use this file except in compliance with the License. // You may obtain a copy of the License at diff --git a/ortools/gscip/gscip_message_handler.cc b/ortools/gscip/gscip_message_handler.cc index 4d57904af0..b76f266e4f 100644 --- a/ortools/gscip/gscip_message_handler.cc +++ b/ortools/gscip/gscip_message_handler.cc @@ -1,4 +1,4 @@ -// Copyright 2010-2021 Google LLC +// Copyright 2010-2022 Google LLC // Licensed under the Apache License, Version 2.0 (the "License"); // you may not use this file except in compliance with the License. // You may obtain a copy of the License at diff --git a/ortools/gscip/gscip_message_handler.h b/ortools/gscip/gscip_message_handler.h index 361f8fa973..e08e55a838 100644 --- a/ortools/gscip/gscip_message_handler.h +++ b/ortools/gscip/gscip_message_handler.h @@ -1,4 +1,4 @@ -// Copyright 2010-2021 Google LLC +// Copyright 2010-2022 Google LLC // Licensed under the Apache License, Version 2.0 (the "License"); // you may not use this file except in compliance with the License. // You may obtain a copy of the License at diff --git a/ortools/gscip/gscip_parameters.cc b/ortools/gscip/gscip_parameters.cc index 3787bf88a3..a2cea3d03c 100644 --- a/ortools/gscip/gscip_parameters.cc +++ b/ortools/gscip/gscip_parameters.cc @@ -1,4 +1,4 @@ -// Copyright 2010-2021 Google LLC +// Copyright 2010-2022 Google LLC // Licensed under the Apache License, Version 2.0 (the "License"); // you may not use this file except in compliance with the License. // You may obtain a copy of the License at diff --git a/ortools/gscip/gscip_parameters.h b/ortools/gscip/gscip_parameters.h index a361003a8a..7fd5f1866a 100644 --- a/ortools/gscip/gscip_parameters.h +++ b/ortools/gscip/gscip_parameters.h @@ -1,4 +1,4 @@ -// Copyright 2010-2021 Google LLC +// Copyright 2010-2022 Google LLC // Licensed under the Apache License, Version 2.0 (the "License"); // you may not use this file except in compliance with the License. // You may obtain a copy of the License at diff --git a/ortools/gscip/legacy_scip_params.cc b/ortools/gscip/legacy_scip_params.cc index 6560b7ef8b..9292fac083 100644 --- a/ortools/gscip/legacy_scip_params.cc +++ b/ortools/gscip/legacy_scip_params.cc @@ -1,4 +1,4 @@ -// Copyright 2010-2021 Google LLC +// Copyright 2010-2022 Google LLC // Licensed under the Apache License, Version 2.0 (the "License"); // you may not use this file except in compliance with the License. // You may obtain a copy of the License at diff --git a/ortools/gscip/legacy_scip_params.h b/ortools/gscip/legacy_scip_params.h index 242495e94f..dbe92512ef 100644 --- a/ortools/gscip/legacy_scip_params.h +++ b/ortools/gscip/legacy_scip_params.h @@ -1,4 +1,4 @@ -// Copyright 2010-2021 Google LLC +// Copyright 2010-2022 Google LLC // Licensed under the Apache License, Version 2.0 (the "License"); // you may not use this file except in compliance with the License. // You may obtain a copy of the License at diff --git a/ortools/gurobi/environment.cc b/ortools/gurobi/environment.cc index 9afb92c517..d50410fc58 100644 --- a/ortools/gurobi/environment.cc +++ b/ortools/gurobi/environment.cc @@ -1,4 +1,4 @@ -// Copyright 2010-2021 Google LLC +// Copyright 2010-2022 Google LLC // Licensed under the Apache License, Version 2.0 (the "License"); // you may not use this file except in compliance with the License. // You may obtain a copy of the License at diff --git a/ortools/gurobi/environment.h b/ortools/gurobi/environment.h index 794d10d1ea..6027e340d6 100644 --- a/ortools/gurobi/environment.h +++ b/ortools/gurobi/environment.h @@ -1,4 +1,4 @@ -// Copyright 2010-2021 Google LLC +// Copyright 2010-2022 Google LLC // Licensed under the Apache License, Version 2.0 (the "License"); // you may not use this file except in compliance with the License. // You may obtain a copy of the License at diff --git a/ortools/init/csharp/init.i b/ortools/init/csharp/init.i index 96187bdc3a..ec408178ac 100644 --- a/ortools/init/csharp/init.i +++ b/ortools/init/csharp/init.i @@ -1,4 +1,4 @@ -// Copyright 2010-2021 Google LLC +// Copyright 2010-2022 Google LLC // Licensed under the Apache License, Version 2.0 (the "License"); // you may not use this file except in compliance with the License. // You may obtain a copy of the License at diff --git a/ortools/init/init.h b/ortools/init/init.h index af06cfe0cc..aa957c6368 100644 --- a/ortools/init/init.h +++ b/ortools/init/init.h @@ -1,4 +1,4 @@ -// Copyright 2010-2021 Google LLC +// Copyright 2010-2022 Google LLC // Licensed under the Apache License, Version 2.0 (the "License"); // you may not use this file except in compliance with the License. // You may obtain a copy of the License at diff --git a/ortools/init/java/init.i b/ortools/init/java/init.i index e46af978f3..b1eaa0b816 100644 --- a/ortools/init/java/init.i +++ b/ortools/init/java/init.i @@ -1,4 +1,4 @@ -// Copyright 2010-2021 Google LLC +// Copyright 2010-2022 Google LLC // Licensed under the Apache License, Version 2.0 (the "License"); // you may not use this file except in compliance with the License. // You may obtain a copy of the License at diff --git a/ortools/init/python/init.i b/ortools/init/python/init.i index eae221b9c3..1fa175692b 100644 --- a/ortools/init/python/init.i +++ b/ortools/init/python/init.i @@ -1,4 +1,4 @@ -// Copyright 2010-2021 Google LLC +// Copyright 2010-2022 Google LLC // Licensed under the Apache License, Version 2.0 (the "License"); // you may not use this file except in compliance with the License. // You may obtain a copy of the License at diff --git a/ortools/java/com/google/ortools/Loader.java b/ortools/java/com/google/ortools/Loader.java index a7b8897e34..0041b0c61e 100644 --- a/ortools/java/com/google/ortools/Loader.java +++ b/ortools/java/com/google/ortools/Loader.java @@ -1,4 +1,4 @@ -// Copyright 2010-2021 Google LLC +// Copyright 2010-2022 Google LLC // Licensed under the Apache License, Version 2.0 (the "License"); // you may not use this file except in compliance with the License. // You may obtain a copy of the License at diff --git a/ortools/java/com/google/ortools/constraintsolver/IntIntToLongFunction.java b/ortools/java/com/google/ortools/constraintsolver/IntIntToLongFunction.java index b1e0a3dae2..4b7cab6f68 100644 --- a/ortools/java/com/google/ortools/constraintsolver/IntIntToLongFunction.java +++ b/ortools/java/com/google/ortools/constraintsolver/IntIntToLongFunction.java @@ -1,4 +1,4 @@ -// Copyright 2010-2021 Google LLC +// Copyright 2010-2022 Google LLC // Licensed under the Apache License, Version 2.0 (the "License"); // you may not use this file except in compliance with the License. // You may obtain a copy of the License at diff --git a/ortools/java/com/google/ortools/constraintsolver/JavaDecisionBuilder.java b/ortools/java/com/google/ortools/constraintsolver/JavaDecisionBuilder.java index 0c77d2fecf..095461b52b 100644 --- a/ortools/java/com/google/ortools/constraintsolver/JavaDecisionBuilder.java +++ b/ortools/java/com/google/ortools/constraintsolver/JavaDecisionBuilder.java @@ -1,4 +1,4 @@ -// Copyright 2010-2021 Google LLC +// Copyright 2010-2022 Google LLC // Licensed under the Apache License, Version 2.0 (the "License"); // you may not use this file except in compliance with the License. // You may obtain a copy of the License at diff --git a/ortools/java/com/google/ortools/constraintsolver/LongTernaryOperator.java b/ortools/java/com/google/ortools/constraintsolver/LongTernaryOperator.java index f54ceccf7c..e20200be5c 100644 --- a/ortools/java/com/google/ortools/constraintsolver/LongTernaryOperator.java +++ b/ortools/java/com/google/ortools/constraintsolver/LongTernaryOperator.java @@ -1,4 +1,4 @@ -// Copyright 2010-2021 Google LLC +// Copyright 2010-2022 Google LLC // Licensed under the Apache License, Version 2.0 (the "License"); // you may not use this file except in compliance with the License. // You may obtain a copy of the License at diff --git a/ortools/java/com/google/ortools/constraintsolver/LongTernaryPredicate.java b/ortools/java/com/google/ortools/constraintsolver/LongTernaryPredicate.java index 764175619a..3af30fd1a6 100644 --- a/ortools/java/com/google/ortools/constraintsolver/LongTernaryPredicate.java +++ b/ortools/java/com/google/ortools/constraintsolver/LongTernaryPredicate.java @@ -1,4 +1,4 @@ -// Copyright 2010-2021 Google LLC +// Copyright 2010-2022 Google LLC // Licensed under the Apache License, Version 2.0 (the "License"); // you may not use this file except in compliance with the License. // You may obtain a copy of the License at diff --git a/ortools/java/com/google/ortools/modelbuilder/AffineExpression.java b/ortools/java/com/google/ortools/modelbuilder/AffineExpression.java index 9683809e61..4c968ffa8c 100644 --- a/ortools/java/com/google/ortools/modelbuilder/AffineExpression.java +++ b/ortools/java/com/google/ortools/modelbuilder/AffineExpression.java @@ -1,4 +1,4 @@ -// Copyright 2010-2021 Google LLC +// Copyright 2010-2022 Google LLC // Licensed under the Apache License, Version 2.0 (the "License"); // you may not use this file except in compliance with the License. // You may obtain a copy of the License at diff --git a/ortools/java/com/google/ortools/modelbuilder/ConstantExpression.java b/ortools/java/com/google/ortools/modelbuilder/ConstantExpression.java index 79b661b9fd..4337722b45 100644 --- a/ortools/java/com/google/ortools/modelbuilder/ConstantExpression.java +++ b/ortools/java/com/google/ortools/modelbuilder/ConstantExpression.java @@ -1,4 +1,4 @@ -// Copyright 2010-2021 Google LLC +// Copyright 2010-2022 Google LLC // Licensed under the Apache License, Version 2.0 (the "License"); // you may not use this file except in compliance with the License. // You may obtain a copy of the License at diff --git a/ortools/java/com/google/ortools/modelbuilder/LinearArgument.java b/ortools/java/com/google/ortools/modelbuilder/LinearArgument.java index 934362bc33..56382fa80a 100644 --- a/ortools/java/com/google/ortools/modelbuilder/LinearArgument.java +++ b/ortools/java/com/google/ortools/modelbuilder/LinearArgument.java @@ -1,4 +1,4 @@ -// Copyright 2010-2021 Google LLC +// Copyright 2010-2022 Google LLC // Licensed under the Apache License, Version 2.0 (the "License"); // you may not use this file except in compliance with the License. // You may obtain a copy of the License at diff --git a/ortools/java/com/google/ortools/modelbuilder/LinearConstraint.java b/ortools/java/com/google/ortools/modelbuilder/LinearConstraint.java index bf20ffc2fc..104c72ced1 100644 --- a/ortools/java/com/google/ortools/modelbuilder/LinearConstraint.java +++ b/ortools/java/com/google/ortools/modelbuilder/LinearConstraint.java @@ -1,4 +1,4 @@ -// Copyright 2010-2021 Google LLC +// Copyright 2010-2022 Google LLC // Licensed under the Apache License, Version 2.0 (the "License"); // you may not use this file except in compliance with the License. // You may obtain a copy of the License at diff --git a/ortools/java/com/google/ortools/modelbuilder/LinearExpr.java b/ortools/java/com/google/ortools/modelbuilder/LinearExpr.java index 696029effa..667c93ef38 100644 --- a/ortools/java/com/google/ortools/modelbuilder/LinearExpr.java +++ b/ortools/java/com/google/ortools/modelbuilder/LinearExpr.java @@ -1,4 +1,4 @@ -// Copyright 2010-2021 Google LLC +// Copyright 2010-2022 Google LLC // Licensed under the Apache License, Version 2.0 (the "License"); // you may not use this file except in compliance with the License. // You may obtain a copy of the License at diff --git a/ortools/java/com/google/ortools/modelbuilder/LinearExprBuilder.java b/ortools/java/com/google/ortools/modelbuilder/LinearExprBuilder.java index 658c7d7ab6..0d55c6166e 100644 --- a/ortools/java/com/google/ortools/modelbuilder/LinearExprBuilder.java +++ b/ortools/java/com/google/ortools/modelbuilder/LinearExprBuilder.java @@ -1,4 +1,4 @@ -// Copyright 2010-2021 Google LLC +// Copyright 2010-2022 Google LLC // Licensed under the Apache License, Version 2.0 (the "License"); // you may not use this file except in compliance with the License. // You may obtain a copy of the License at diff --git a/ortools/java/com/google/ortools/modelbuilder/ModelBuilder.java b/ortools/java/com/google/ortools/modelbuilder/ModelBuilder.java index 07b6355d2f..0753017e56 100644 --- a/ortools/java/com/google/ortools/modelbuilder/ModelBuilder.java +++ b/ortools/java/com/google/ortools/modelbuilder/ModelBuilder.java @@ -1,4 +1,4 @@ -// Copyright 2010-2021 Google LLC +// Copyright 2010-2022 Google LLC // Licensed under the Apache License, Version 2.0 (the "License"); // you may not use this file except in compliance with the License. // You may obtain a copy of the License at diff --git a/ortools/java/com/google/ortools/modelbuilder/ModelSolver.java b/ortools/java/com/google/ortools/modelbuilder/ModelSolver.java index 8b4ba4d5c8..453d54b3ee 100644 --- a/ortools/java/com/google/ortools/modelbuilder/ModelSolver.java +++ b/ortools/java/com/google/ortools/modelbuilder/ModelSolver.java @@ -1,4 +1,4 @@ -// Copyright 2010-2021 Google LLC +// Copyright 2010-2022 Google LLC // Licensed under the Apache License, Version 2.0 (the "License"); // you may not use this file except in compliance with the License. // You may obtain a copy of the License at diff --git a/ortools/java/com/google/ortools/modelbuilder/Variable.java b/ortools/java/com/google/ortools/modelbuilder/Variable.java index 8ad885b337..60d6773fcf 100644 --- a/ortools/java/com/google/ortools/modelbuilder/Variable.java +++ b/ortools/java/com/google/ortools/modelbuilder/Variable.java @@ -1,4 +1,4 @@ -// Copyright 2010-2021 Google LLC +// Copyright 2010-2022 Google LLC // Licensed under the Apache License, Version 2.0 (the "License"); // you may not use this file except in compliance with the License. // You may obtain a copy of the License at diff --git a/ortools/java/com/google/ortools/modelbuilder/WeightedSumExpression.java b/ortools/java/com/google/ortools/modelbuilder/WeightedSumExpression.java index 983ba0714c..3d97f56d71 100644 --- a/ortools/java/com/google/ortools/modelbuilder/WeightedSumExpression.java +++ b/ortools/java/com/google/ortools/modelbuilder/WeightedSumExpression.java @@ -1,4 +1,4 @@ -// Copyright 2010-2021 Google LLC +// Copyright 2010-2022 Google LLC // Licensed under the Apache License, Version 2.0 (the "License"); // you may not use this file except in compliance with the License. // You may obtain a copy of the License at diff --git a/ortools/java/com/google/ortools/sat/AffineExpression.java b/ortools/java/com/google/ortools/sat/AffineExpression.java index b86d5a4b9f..f4a2ca359c 100644 --- a/ortools/java/com/google/ortools/sat/AffineExpression.java +++ b/ortools/java/com/google/ortools/sat/AffineExpression.java @@ -1,4 +1,4 @@ -// Copyright 2010-2021 Google LLC +// Copyright 2010-2022 Google LLC // Licensed under the Apache License, Version 2.0 (the "License"); // you may not use this file except in compliance with the License. // You may obtain a copy of the License at diff --git a/ortools/java/com/google/ortools/sat/AutomatonConstraint.java b/ortools/java/com/google/ortools/sat/AutomatonConstraint.java index 23fd5df76f..09a1758c56 100644 --- a/ortools/java/com/google/ortools/sat/AutomatonConstraint.java +++ b/ortools/java/com/google/ortools/sat/AutomatonConstraint.java @@ -1,4 +1,4 @@ -// Copyright 2010-2021 Google LLC +// Copyright 2010-2022 Google LLC // Licensed under the Apache License, Version 2.0 (the "License"); // you may not use this file except in compliance with the License. // You may obtain a copy of the License at diff --git a/ortools/java/com/google/ortools/sat/BoolVar.java b/ortools/java/com/google/ortools/sat/BoolVar.java index 38024efef5..06e650aeaa 100644 --- a/ortools/java/com/google/ortools/sat/BoolVar.java +++ b/ortools/java/com/google/ortools/sat/BoolVar.java @@ -1,4 +1,4 @@ -// Copyright 2010-2021 Google LLC +// Copyright 2010-2022 Google LLC // Licensed under the Apache License, Version 2.0 (the "License"); // you may not use this file except in compliance with the License. // You may obtain a copy of the License at diff --git a/ortools/java/com/google/ortools/sat/CircuitConstraint.java b/ortools/java/com/google/ortools/sat/CircuitConstraint.java index 72492fc811..8b69edf9e0 100644 --- a/ortools/java/com/google/ortools/sat/CircuitConstraint.java +++ b/ortools/java/com/google/ortools/sat/CircuitConstraint.java @@ -1,4 +1,4 @@ -// Copyright 2010-2021 Google LLC +// Copyright 2010-2022 Google LLC // Licensed under the Apache License, Version 2.0 (the "License"); // you may not use this file except in compliance with the License. // You may obtain a copy of the License at diff --git a/ortools/java/com/google/ortools/sat/ConstantExpression.java b/ortools/java/com/google/ortools/sat/ConstantExpression.java index fef6b10108..43c0d3456a 100644 --- a/ortools/java/com/google/ortools/sat/ConstantExpression.java +++ b/ortools/java/com/google/ortools/sat/ConstantExpression.java @@ -1,4 +1,4 @@ -// Copyright 2010-2021 Google LLC +// Copyright 2010-2022 Google LLC // Licensed under the Apache License, Version 2.0 (the "License"); // you may not use this file except in compliance with the License. // You may obtain a copy of the License at diff --git a/ortools/java/com/google/ortools/sat/Constraint.java b/ortools/java/com/google/ortools/sat/Constraint.java index 2d29d0be68..fc65daf703 100644 --- a/ortools/java/com/google/ortools/sat/Constraint.java +++ b/ortools/java/com/google/ortools/sat/Constraint.java @@ -1,4 +1,4 @@ -// Copyright 2010-2021 Google LLC +// Copyright 2010-2022 Google LLC // Licensed under the Apache License, Version 2.0 (the "License"); // you may not use this file except in compliance with the License. // You may obtain a copy of the License at diff --git a/ortools/java/com/google/ortools/sat/CpModel.java b/ortools/java/com/google/ortools/sat/CpModel.java index ec6e1751eb..cb33304623 100644 --- a/ortools/java/com/google/ortools/sat/CpModel.java +++ b/ortools/java/com/google/ortools/sat/CpModel.java @@ -1,4 +1,4 @@ -// Copyright 2010-2021 Google LLC +// Copyright 2010-2022 Google LLC // Licensed under the Apache License, Version 2.0 (the "License"); // you may not use this file except in compliance with the License. // You may obtain a copy of the License at diff --git a/ortools/java/com/google/ortools/sat/CpSolver.java b/ortools/java/com/google/ortools/sat/CpSolver.java index 35fcf7829e..4e27e144c2 100644 --- a/ortools/java/com/google/ortools/sat/CpSolver.java +++ b/ortools/java/com/google/ortools/sat/CpSolver.java @@ -1,4 +1,4 @@ -// Copyright 2010-2021 Google LLC +// Copyright 2010-2022 Google LLC // Licensed under the Apache License, Version 2.0 (the "License"); // you may not use this file except in compliance with the License. // You may obtain a copy of the License at diff --git a/ortools/java/com/google/ortools/sat/CpSolverSolutionCallback.java b/ortools/java/com/google/ortools/sat/CpSolverSolutionCallback.java index 7a5828d41d..b479fa4f4e 100644 --- a/ortools/java/com/google/ortools/sat/CpSolverSolutionCallback.java +++ b/ortools/java/com/google/ortools/sat/CpSolverSolutionCallback.java @@ -1,4 +1,4 @@ -// Copyright 2010-2021 Google LLC +// Copyright 2010-2022 Google LLC // Licensed under the Apache License, Version 2.0 (the "License"); // you may not use this file except in compliance with the License. // You may obtain a copy of the License at diff --git a/ortools/java/com/google/ortools/sat/CumulativeConstraint.java b/ortools/java/com/google/ortools/sat/CumulativeConstraint.java index 9ab386db9d..531f5be9f6 100644 --- a/ortools/java/com/google/ortools/sat/CumulativeConstraint.java +++ b/ortools/java/com/google/ortools/sat/CumulativeConstraint.java @@ -1,4 +1,4 @@ -// Copyright 2010-2021 Google LLC +// Copyright 2010-2022 Google LLC // Licensed under the Apache License, Version 2.0 (the "License"); // you may not use this file except in compliance with the License. // You may obtain a copy of the License at diff --git a/ortools/java/com/google/ortools/sat/DoubleLinearExpr.java b/ortools/java/com/google/ortools/sat/DoubleLinearExpr.java index b7519b5134..a76512e0ed 100644 --- a/ortools/java/com/google/ortools/sat/DoubleLinearExpr.java +++ b/ortools/java/com/google/ortools/sat/DoubleLinearExpr.java @@ -1,4 +1,4 @@ -// Copyright 2010-2021 Google LLC +// Copyright 2010-2022 Google LLC // Licensed under the Apache License, Version 2.0 (the "License"); // you may not use this file except in compliance with the License. // You may obtain a copy of the License at diff --git a/ortools/java/com/google/ortools/sat/IntVar.java b/ortools/java/com/google/ortools/sat/IntVar.java index 7736d98a45..7b0b32db12 100644 --- a/ortools/java/com/google/ortools/sat/IntVar.java +++ b/ortools/java/com/google/ortools/sat/IntVar.java @@ -1,4 +1,4 @@ -// Copyright 2010-2021 Google LLC +// Copyright 2010-2022 Google LLC // Licensed under the Apache License, Version 2.0 (the "License"); // you may not use this file except in compliance with the License. // You may obtain a copy of the License at diff --git a/ortools/java/com/google/ortools/sat/IntervalVar.java b/ortools/java/com/google/ortools/sat/IntervalVar.java index bb0689ac7c..f09dc505b4 100644 --- a/ortools/java/com/google/ortools/sat/IntervalVar.java +++ b/ortools/java/com/google/ortools/sat/IntervalVar.java @@ -1,4 +1,4 @@ -// Copyright 2010-2021 Google LLC +// Copyright 2010-2022 Google LLC // Licensed under the Apache License, Version 2.0 (the "License"); // you may not use this file except in compliance with the License. // You may obtain a copy of the License at diff --git a/ortools/java/com/google/ortools/sat/LinearArgument.java b/ortools/java/com/google/ortools/sat/LinearArgument.java index 5c8cf77e29..515bb677f6 100644 --- a/ortools/java/com/google/ortools/sat/LinearArgument.java +++ b/ortools/java/com/google/ortools/sat/LinearArgument.java @@ -1,4 +1,4 @@ -// Copyright 2010-2021 Google LLC +// Copyright 2010-2022 Google LLC // Licensed under the Apache License, Version 2.0 (the "License"); // you may not use this file except in compliance with the License. // You may obtain a copy of the License at diff --git a/ortools/java/com/google/ortools/sat/LinearExpr.java b/ortools/java/com/google/ortools/sat/LinearExpr.java index 8372faae2a..332868441d 100644 --- a/ortools/java/com/google/ortools/sat/LinearExpr.java +++ b/ortools/java/com/google/ortools/sat/LinearExpr.java @@ -1,4 +1,4 @@ -// Copyright 2010-2021 Google LLC +// Copyright 2010-2022 Google LLC // Licensed under the Apache License, Version 2.0 (the "License"); // you may not use this file except in compliance with the License. // You may obtain a copy of the License at diff --git a/ortools/java/com/google/ortools/sat/LinearExprBuilder.java b/ortools/java/com/google/ortools/sat/LinearExprBuilder.java index 64bbbbd5d3..fbf12cb832 100644 --- a/ortools/java/com/google/ortools/sat/LinearExprBuilder.java +++ b/ortools/java/com/google/ortools/sat/LinearExprBuilder.java @@ -1,4 +1,4 @@ -// Copyright 2010-2021 Google LLC +// Copyright 2010-2022 Google LLC // Licensed under the Apache License, Version 2.0 (the "License"); // you may not use this file except in compliance with the License. // You may obtain a copy of the License at diff --git a/ortools/java/com/google/ortools/sat/Literal.java b/ortools/java/com/google/ortools/sat/Literal.java index 8674c1c823..3e8871303e 100644 --- a/ortools/java/com/google/ortools/sat/Literal.java +++ b/ortools/java/com/google/ortools/sat/Literal.java @@ -1,4 +1,4 @@ -// Copyright 2010-2021 Google LLC +// Copyright 2010-2022 Google LLC // Licensed under the Apache License, Version 2.0 (the "License"); // you may not use this file except in compliance with the License. // You may obtain a copy of the License at diff --git a/ortools/java/com/google/ortools/sat/MultipleCircuitConstraint.java b/ortools/java/com/google/ortools/sat/MultipleCircuitConstraint.java index 6d12ceda55..d816c66af8 100644 --- a/ortools/java/com/google/ortools/sat/MultipleCircuitConstraint.java +++ b/ortools/java/com/google/ortools/sat/MultipleCircuitConstraint.java @@ -1,4 +1,4 @@ -// Copyright 2010-2021 Google LLC +// Copyright 2010-2022 Google LLC // Licensed under the Apache License, Version 2.0 (the "License"); // you may not use this file except in compliance with the License. // You may obtain a copy of the License at diff --git a/ortools/java/com/google/ortools/sat/NoOverlap2dConstraint.java b/ortools/java/com/google/ortools/sat/NoOverlap2dConstraint.java index 1188086f90..7cc716eeef 100644 --- a/ortools/java/com/google/ortools/sat/NoOverlap2dConstraint.java +++ b/ortools/java/com/google/ortools/sat/NoOverlap2dConstraint.java @@ -1,4 +1,4 @@ -// Copyright 2010-2021 Google LLC +// Copyright 2010-2022 Google LLC // Licensed under the Apache License, Version 2.0 (the "License"); // you may not use this file except in compliance with the License. // You may obtain a copy of the License at diff --git a/ortools/java/com/google/ortools/sat/NotBoolVar.java b/ortools/java/com/google/ortools/sat/NotBoolVar.java index de5d8c46d6..53a889a42e 100644 --- a/ortools/java/com/google/ortools/sat/NotBoolVar.java +++ b/ortools/java/com/google/ortools/sat/NotBoolVar.java @@ -1,4 +1,4 @@ -// Copyright 2010-2021 Google LLC +// Copyright 2010-2022 Google LLC // Licensed under the Apache License, Version 2.0 (the "License"); // you may not use this file except in compliance with the License. // You may obtain a copy of the License at diff --git a/ortools/java/com/google/ortools/sat/ReservoirConstraint.java b/ortools/java/com/google/ortools/sat/ReservoirConstraint.java index fcd979c9b4..5e2aa3930e 100644 --- a/ortools/java/com/google/ortools/sat/ReservoirConstraint.java +++ b/ortools/java/com/google/ortools/sat/ReservoirConstraint.java @@ -1,4 +1,4 @@ -// Copyright 2010-2021 Google LLC +// Copyright 2010-2022 Google LLC // Licensed under the Apache License, Version 2.0 (the "License"); // you may not use this file except in compliance with the License. // You may obtain a copy of the License at diff --git a/ortools/java/com/google/ortools/sat/TableConstraint.java b/ortools/java/com/google/ortools/sat/TableConstraint.java index 7ab14a0539..fdca041761 100644 --- a/ortools/java/com/google/ortools/sat/TableConstraint.java +++ b/ortools/java/com/google/ortools/sat/TableConstraint.java @@ -1,4 +1,4 @@ -// Copyright 2010-2021 Google LLC +// Copyright 2010-2022 Google LLC // Licensed under the Apache License, Version 2.0 (the "License"); // you may not use this file except in compliance with the License. // You may obtain a copy of the License at diff --git a/ortools/java/com/google/ortools/sat/WeightedSumExpression.java b/ortools/java/com/google/ortools/sat/WeightedSumExpression.java index 6bc8d72392..b204904793 100644 --- a/ortools/java/com/google/ortools/sat/WeightedSumExpression.java +++ b/ortools/java/com/google/ortools/sat/WeightedSumExpression.java @@ -1,4 +1,4 @@ -// Copyright 2010-2021 Google LLC +// Copyright 2010-2022 Google LLC // Licensed under the Apache License, Version 2.0 (the "License"); // you may not use this file except in compliance with the License. // You may obtain a copy of the License at diff --git a/ortools/linear_solver/bop_interface.cc b/ortools/linear_solver/bop_interface.cc index fa893bc40f..9bf866d62d 100644 --- a/ortools/linear_solver/bop_interface.cc +++ b/ortools/linear_solver/bop_interface.cc @@ -1,4 +1,4 @@ -// Copyright 2010-2021 Google LLC +// Copyright 2010-2022 Google LLC // Licensed under the Apache License, Version 2.0 (the "License"); // you may not use this file except in compliance with the License. // You may obtain a copy of the License at diff --git a/ortools/linear_solver/cbc_interface.cc b/ortools/linear_solver/cbc_interface.cc index be111fa4f1..7741e83478 100644 --- a/ortools/linear_solver/cbc_interface.cc +++ b/ortools/linear_solver/cbc_interface.cc @@ -1,4 +1,4 @@ -// Copyright 2010-2021 Google LLC +// Copyright 2010-2022 Google LLC // Licensed under the Apache License, Version 2.0 (the "License"); // you may not use this file except in compliance with the License. // You may obtain a copy of the License at diff --git a/ortools/linear_solver/clp_interface.cc b/ortools/linear_solver/clp_interface.cc index 77bed8803b..f834174f02 100644 --- a/ortools/linear_solver/clp_interface.cc +++ b/ortools/linear_solver/clp_interface.cc @@ -1,4 +1,4 @@ -// Copyright 2010-2021 Google LLC +// Copyright 2010-2022 Google LLC // Licensed under the Apache License, Version 2.0 (the "License"); // you may not use this file except in compliance with the License. // You may obtain a copy of the License at diff --git a/ortools/linear_solver/csharp/LinearConstraint.cs b/ortools/linear_solver/csharp/LinearConstraint.cs index 514d807d07..4f8ce0180e 100644 --- a/ortools/linear_solver/csharp/LinearConstraint.cs +++ b/ortools/linear_solver/csharp/LinearConstraint.cs @@ -1,4 +1,4 @@ -// Copyright 2010-2021 Google LLC +// Copyright 2010-2022 Google LLC // Licensed under the Apache License, Version 2.0 (the "License"); // you may not use this file except in compliance with the License. // You may obtain a copy of the License at diff --git a/ortools/linear_solver/csharp/LinearExpr.cs b/ortools/linear_solver/csharp/LinearExpr.cs index 4647c8c577..3679d84d5b 100644 --- a/ortools/linear_solver/csharp/LinearExpr.cs +++ b/ortools/linear_solver/csharp/LinearExpr.cs @@ -1,4 +1,4 @@ -// Copyright 2010-2021 Google LLC +// Copyright 2010-2022 Google LLC // Licensed under the Apache License, Version 2.0 (the "License"); // you may not use this file except in compliance with the License. // You may obtain a copy of the License at diff --git a/ortools/linear_solver/csharp/SolverHelper.cs b/ortools/linear_solver/csharp/SolverHelper.cs index b5aeb676fc..075ed303bd 100644 --- a/ortools/linear_solver/csharp/SolverHelper.cs +++ b/ortools/linear_solver/csharp/SolverHelper.cs @@ -1,4 +1,4 @@ -// Copyright 2010-2021 Google LLC +// Copyright 2010-2022 Google LLC // Licensed under the Apache License, Version 2.0 (the "License"); // you may not use this file except in compliance with the License. // You may obtain a copy of the License at diff --git a/ortools/linear_solver/csharp/VariableHelper.cs b/ortools/linear_solver/csharp/VariableHelper.cs index b0910a4fd4..dd917767f2 100644 --- a/ortools/linear_solver/csharp/VariableHelper.cs +++ b/ortools/linear_solver/csharp/VariableHelper.cs @@ -1,4 +1,4 @@ -// Copyright 2010-2021 Google LLC +// Copyright 2010-2022 Google LLC // Licensed under the Apache License, Version 2.0 (the "License"); // you may not use this file except in compliance with the License. // You may obtain a copy of the License at diff --git a/ortools/linear_solver/csharp/linear_solver.i b/ortools/linear_solver/csharp/linear_solver.i index ab503fb0d9..eed3b0b0ea 100644 --- a/ortools/linear_solver/csharp/linear_solver.i +++ b/ortools/linear_solver/csharp/linear_solver.i @@ -1,4 +1,4 @@ -// Copyright 2010-2021 Google LLC +// Copyright 2010-2022 Google LLC // Licensed under the Apache License, Version 2.0 (the "License"); // you may not use this file except in compliance with the License. // You may obtain a copy of the License at diff --git a/ortools/linear_solver/glop_interface.cc b/ortools/linear_solver/glop_interface.cc index a7cff3840b..8639b6b348 100644 --- a/ortools/linear_solver/glop_interface.cc +++ b/ortools/linear_solver/glop_interface.cc @@ -1,4 +1,4 @@ -// Copyright 2010-2021 Google LLC +// Copyright 2010-2022 Google LLC // Licensed under the Apache License, Version 2.0 (the "License"); // you may not use this file except in compliance with the License. // You may obtain a copy of the License at diff --git a/ortools/linear_solver/glop_utils.cc b/ortools/linear_solver/glop_utils.cc index 074f0ceb15..6dae830f10 100644 --- a/ortools/linear_solver/glop_utils.cc +++ b/ortools/linear_solver/glop_utils.cc @@ -1,4 +1,4 @@ -// Copyright 2010-2021 Google LLC +// Copyright 2010-2022 Google LLC // Licensed under the Apache License, Version 2.0 (the "License"); // you may not use this file except in compliance with the License. // You may obtain a copy of the License at diff --git a/ortools/linear_solver/glop_utils.h b/ortools/linear_solver/glop_utils.h index 721485e01c..98204ba4fd 100644 --- a/ortools/linear_solver/glop_utils.h +++ b/ortools/linear_solver/glop_utils.h @@ -1,4 +1,4 @@ -// Copyright 2010-2021 Google LLC +// Copyright 2010-2022 Google LLC // Licensed under the Apache License, Version 2.0 (the "License"); // you may not use this file except in compliance with the License. // You may obtain a copy of the License at diff --git a/ortools/linear_solver/glpk_interface.cc b/ortools/linear_solver/glpk_interface.cc index 485f774ad7..63ca18c701 100644 --- a/ortools/linear_solver/glpk_interface.cc +++ b/ortools/linear_solver/glpk_interface.cc @@ -1,4 +1,4 @@ -// Copyright 2010-2021 Google LLC +// Copyright 2010-2022 Google LLC // Licensed under the Apache License, Version 2.0 (the "License"); // you may not use this file except in compliance with the License. // You may obtain a copy of the License at diff --git a/ortools/linear_solver/gurobi_interface.cc b/ortools/linear_solver/gurobi_interface.cc index b12d734795..26c3295e8f 100644 --- a/ortools/linear_solver/gurobi_interface.cc +++ b/ortools/linear_solver/gurobi_interface.cc @@ -1,4 +1,4 @@ -// Copyright 2010-2021 Google LLC +// Copyright 2010-2022 Google LLC // Licensed under the Apache License, Version 2.0 (the "License"); // you may not use this file except in compliance with the License. // You may obtain a copy of the License at diff --git a/ortools/linear_solver/gurobi_proto_solver.cc b/ortools/linear_solver/gurobi_proto_solver.cc index 8925aba5b4..4b00d3cf0e 100644 --- a/ortools/linear_solver/gurobi_proto_solver.cc +++ b/ortools/linear_solver/gurobi_proto_solver.cc @@ -1,4 +1,4 @@ -// Copyright 2010-2021 Google LLC +// Copyright 2010-2022 Google LLC // Licensed under the Apache License, Version 2.0 (the "License"); // you may not use this file except in compliance with the License. // You may obtain a copy of the License at diff --git a/ortools/linear_solver/gurobi_proto_solver.h b/ortools/linear_solver/gurobi_proto_solver.h index 7f181d92db..be6a6720f6 100644 --- a/ortools/linear_solver/gurobi_proto_solver.h +++ b/ortools/linear_solver/gurobi_proto_solver.h @@ -1,4 +1,4 @@ -// Copyright 2010-2021 Google LLC +// Copyright 2010-2022 Google LLC // Licensed under the Apache License, Version 2.0 (the "License"); // you may not use this file except in compliance with the License. // You may obtain a copy of the License at diff --git a/ortools/linear_solver/java/linear_solver.i b/ortools/linear_solver/java/linear_solver.i index fdafdfddb6..5cfd3626ea 100644 --- a/ortools/linear_solver/java/linear_solver.i +++ b/ortools/linear_solver/java/linear_solver.i @@ -1,4 +1,4 @@ -// Copyright 2010-2021 Google LLC +// Copyright 2010-2022 Google LLC // Licensed under the Apache License, Version 2.0 (the "License"); // you may not use this file except in compliance with the License. // You may obtain a copy of the License at diff --git a/ortools/linear_solver/linear_expr.cc b/ortools/linear_solver/linear_expr.cc index 671d7db07d..d8042c1ba2 100644 --- a/ortools/linear_solver/linear_expr.cc +++ b/ortools/linear_solver/linear_expr.cc @@ -1,4 +1,4 @@ -// Copyright 2010-2021 Google LLC +// Copyright 2010-2022 Google LLC // Licensed under the Apache License, Version 2.0 (the "License"); // you may not use this file except in compliance with the License. // You may obtain a copy of the License at diff --git a/ortools/linear_solver/linear_expr.h b/ortools/linear_solver/linear_expr.h index 5367160827..41d22e0514 100644 --- a/ortools/linear_solver/linear_expr.h +++ b/ortools/linear_solver/linear_expr.h @@ -1,4 +1,4 @@ -// Copyright 2010-2021 Google LLC +// Copyright 2010-2022 Google LLC // Licensed under the Apache License, Version 2.0 (the "License"); // you may not use this file except in compliance with the License. // You may obtain a copy of the License at diff --git a/ortools/linear_solver/linear_solver.cc b/ortools/linear_solver/linear_solver.cc index e3892663bb..dbc68b9bc5 100644 --- a/ortools/linear_solver/linear_solver.cc +++ b/ortools/linear_solver/linear_solver.cc @@ -1,4 +1,4 @@ -// Copyright 2010-2021 Google LLC +// Copyright 2010-2022 Google LLC // Licensed under the Apache License, Version 2.0 (the "License"); // you may not use this file except in compliance with the License. // You may obtain a copy of the License at diff --git a/ortools/linear_solver/linear_solver.h b/ortools/linear_solver/linear_solver.h index ebb6bddabb..56aa7b31f2 100644 --- a/ortools/linear_solver/linear_solver.h +++ b/ortools/linear_solver/linear_solver.h @@ -1,4 +1,4 @@ -// Copyright 2010-2021 Google LLC +// Copyright 2010-2022 Google LLC // Licensed under the Apache License, Version 2.0 (the "License"); // you may not use this file except in compliance with the License. // You may obtain a copy of the License at diff --git a/ortools/linear_solver/linear_solver.proto b/ortools/linear_solver/linear_solver.proto index a976e15712..3fdc72b864 100644 --- a/ortools/linear_solver/linear_solver.proto +++ b/ortools/linear_solver/linear_solver.proto @@ -1,4 +1,4 @@ -// Copyright 2010-2021 Google LLC +// Copyright 2010-2022 Google LLC // Licensed under the Apache License, Version 2.0 (the "License"); // you may not use this file except in compliance with the License. // You may obtain a copy of the License at diff --git a/ortools/linear_solver/linear_solver_callback.cc b/ortools/linear_solver/linear_solver_callback.cc index 9ea8d2f3c5..c12a090201 100644 --- a/ortools/linear_solver/linear_solver_callback.cc +++ b/ortools/linear_solver/linear_solver_callback.cc @@ -1,4 +1,4 @@ -// Copyright 2010-2021 Google LLC +// Copyright 2010-2022 Google LLC // Licensed under the Apache License, Version 2.0 (the "License"); // you may not use this file except in compliance with the License. // You may obtain a copy of the License at diff --git a/ortools/linear_solver/linear_solver_callback.h b/ortools/linear_solver/linear_solver_callback.h index 5dc5779e5d..1855758bd1 100644 --- a/ortools/linear_solver/linear_solver_callback.h +++ b/ortools/linear_solver/linear_solver_callback.h @@ -1,4 +1,4 @@ -// Copyright 2010-2021 Google LLC +// Copyright 2010-2022 Google LLC // Licensed under the Apache License, Version 2.0 (the "License"); // you may not use this file except in compliance with the License. // You may obtain a copy of the License at diff --git a/ortools/linear_solver/linear_solver_natural_api.py b/ortools/linear_solver/linear_solver_natural_api.py index b21f5760e9..90b523f47b 100644 --- a/ortools/linear_solver/linear_solver_natural_api.py +++ b/ortools/linear_solver/linear_solver_natural_api.py @@ -1,4 +1,4 @@ -# Copyright 2010-2021 Google LLC +# Copyright 2010-2022 Google LLC # Licensed under the Apache License, Version 2.0 (the "License"); # you may not use this file except in compliance with the License. # You may obtain a copy of the License at diff --git a/ortools/linear_solver/model_exporter.cc b/ortools/linear_solver/model_exporter.cc index 8a2ad36986..c2e74a683b 100644 --- a/ortools/linear_solver/model_exporter.cc +++ b/ortools/linear_solver/model_exporter.cc @@ -1,4 +1,4 @@ -// Copyright 2010-2021 Google LLC +// Copyright 2010-2022 Google LLC // Licensed under the Apache License, Version 2.0 (the "License"); // you may not use this file except in compliance with the License. // You may obtain a copy of the License at diff --git a/ortools/linear_solver/model_exporter.h b/ortools/linear_solver/model_exporter.h index a79aebcde3..ca794cf21f 100644 --- a/ortools/linear_solver/model_exporter.h +++ b/ortools/linear_solver/model_exporter.h @@ -1,4 +1,4 @@ -// Copyright 2010-2021 Google LLC +// Copyright 2010-2022 Google LLC // Licensed under the Apache License, Version 2.0 (the "License"); // you may not use this file except in compliance with the License. // You may obtain a copy of the License at diff --git a/ortools/linear_solver/model_exporter_swig_helper.h b/ortools/linear_solver/model_exporter_swig_helper.h index dbb582e621..1dedfe26af 100644 --- a/ortools/linear_solver/model_exporter_swig_helper.h +++ b/ortools/linear_solver/model_exporter_swig_helper.h @@ -1,4 +1,4 @@ -// Copyright 2010-2021 Google LLC +// Copyright 2010-2022 Google LLC // Licensed under the Apache License, Version 2.0 (the "License"); // you may not use this file except in compliance with the License. // You may obtain a copy of the License at diff --git a/ortools/linear_solver/model_validator.cc b/ortools/linear_solver/model_validator.cc index 1eda61ec4b..8c0a0ed7f3 100644 --- a/ortools/linear_solver/model_validator.cc +++ b/ortools/linear_solver/model_validator.cc @@ -1,4 +1,4 @@ -// Copyright 2010-2021 Google LLC +// Copyright 2010-2022 Google LLC // Licensed under the Apache License, Version 2.0 (the "License"); // you may not use this file except in compliance with the License. // You may obtain a copy of the License at diff --git a/ortools/linear_solver/model_validator.h b/ortools/linear_solver/model_validator.h index 63665ad4f1..7b032181dc 100644 --- a/ortools/linear_solver/model_validator.h +++ b/ortools/linear_solver/model_validator.h @@ -1,4 +1,4 @@ -// Copyright 2010-2021 Google LLC +// Copyright 2010-2022 Google LLC // Licensed under the Apache License, Version 2.0 (the "License"); // you may not use this file except in compliance with the License. // You may obtain a copy of the License at diff --git a/ortools/linear_solver/pdlp_interface.cc b/ortools/linear_solver/pdlp_interface.cc index 4c0f9a02f9..60f8eb7f69 100644 --- a/ortools/linear_solver/pdlp_interface.cc +++ b/ortools/linear_solver/pdlp_interface.cc @@ -1,4 +1,4 @@ -// Copyright 2010-2021 Google LLC +// Copyright 2010-2022 Google LLC // Licensed under the Apache License, Version 2.0 (the "License"); // you may not use this file except in compliance with the License. // You may obtain a copy of the License at diff --git a/ortools/linear_solver/pdlp_proto_solver.cc b/ortools/linear_solver/pdlp_proto_solver.cc index d0ae8e9466..96d8d730b7 100644 --- a/ortools/linear_solver/pdlp_proto_solver.cc +++ b/ortools/linear_solver/pdlp_proto_solver.cc @@ -1,4 +1,4 @@ -// Copyright 2010-2021 Google LLC +// Copyright 2010-2022 Google LLC // Licensed under the Apache License, Version 2.0 (the "License"); // you may not use this file except in compliance with the License. // You may obtain a copy of the License at diff --git a/ortools/linear_solver/pdlp_proto_solver.h b/ortools/linear_solver/pdlp_proto_solver.h index 62b1eab3ed..67a258cbd7 100644 --- a/ortools/linear_solver/pdlp_proto_solver.h +++ b/ortools/linear_solver/pdlp_proto_solver.h @@ -1,4 +1,4 @@ -// Copyright 2010-2021 Google LLC +// Copyright 2010-2022 Google LLC // Licensed under the Apache License, Version 2.0 (the "License"); // you may not use this file except in compliance with the License. // You may obtain a copy of the License at diff --git a/ortools/linear_solver/python/linear_solver.i b/ortools/linear_solver/python/linear_solver.i index bf1e1aa668..f0fcab220d 100644 --- a/ortools/linear_solver/python/linear_solver.i +++ b/ortools/linear_solver/python/linear_solver.i @@ -1,4 +1,4 @@ -// Copyright 2010-2021 Google LLC +// Copyright 2010-2022 Google LLC // Licensed under the Apache License, Version 2.0 (the "License"); // you may not use this file except in compliance with the License. // You may obtain a copy of the License at diff --git a/ortools/linear_solver/samples/AssignmentGroupsMip.cs b/ortools/linear_solver/samples/AssignmentGroupsMip.cs index c833c95a47..cb86e01690 100644 --- a/ortools/linear_solver/samples/AssignmentGroupsMip.cs +++ b/ortools/linear_solver/samples/AssignmentGroupsMip.cs @@ -1,4 +1,4 @@ -// Copyright 2010-2021 Google LLC +// Copyright 2010-2022 Google LLC // Licensed under the Apache License, Version 2.0 (the "License"); // you may not use this file except in compliance with the License. // You may obtain a copy of the License at diff --git a/ortools/linear_solver/samples/AssignmentGroupsMip.java b/ortools/linear_solver/samples/AssignmentGroupsMip.java index 37ebbb233b..57bc31dd52 100644 --- a/ortools/linear_solver/samples/AssignmentGroupsMip.java +++ b/ortools/linear_solver/samples/AssignmentGroupsMip.java @@ -1,4 +1,4 @@ -// Copyright 2010-2021 Google LLC +// Copyright 2010-2022 Google LLC // Licensed under the Apache License, Version 2.0 (the "License"); // you may not use this file except in compliance with the License. // You may obtain a copy of the License at diff --git a/ortools/linear_solver/samples/AssignmentMip.cs b/ortools/linear_solver/samples/AssignmentMip.cs index 0fea30ad05..75b491d188 100644 --- a/ortools/linear_solver/samples/AssignmentMip.cs +++ b/ortools/linear_solver/samples/AssignmentMip.cs @@ -1,4 +1,4 @@ -// Copyright 2010-2021 Google LLC +// Copyright 2010-2022 Google LLC // Licensed under the Apache License, Version 2.0 (the "License"); // you may not use this file except in compliance with the License. // You may obtain a copy of the License at diff --git a/ortools/linear_solver/samples/AssignmentMip.java b/ortools/linear_solver/samples/AssignmentMip.java index ebed09f7f3..1475e5cbab 100644 --- a/ortools/linear_solver/samples/AssignmentMip.java +++ b/ortools/linear_solver/samples/AssignmentMip.java @@ -1,4 +1,4 @@ -// Copyright 2010-2021 Google LLC +// Copyright 2010-2022 Google LLC // Licensed under the Apache License, Version 2.0 (the "License"); // you may not use this file except in compliance with the License. // You may obtain a copy of the License at diff --git a/ortools/linear_solver/samples/AssignmentTaskSizesMip.cs b/ortools/linear_solver/samples/AssignmentTaskSizesMip.cs index 0bba6ab154..95877742fb 100644 --- a/ortools/linear_solver/samples/AssignmentTaskSizesMip.cs +++ b/ortools/linear_solver/samples/AssignmentTaskSizesMip.cs @@ -1,4 +1,4 @@ -// Copyright 2010-2021 Google LLC +// Copyright 2010-2022 Google LLC // Licensed under the Apache License, Version 2.0 (the "License"); // you may not use this file except in compliance with the License. // You may obtain a copy of the License at diff --git a/ortools/linear_solver/samples/AssignmentTaskSizesMip.java b/ortools/linear_solver/samples/AssignmentTaskSizesMip.java index ae529c79e0..72df61b362 100644 --- a/ortools/linear_solver/samples/AssignmentTaskSizesMip.java +++ b/ortools/linear_solver/samples/AssignmentTaskSizesMip.java @@ -1,4 +1,4 @@ -// Copyright 2010-2021 Google LLC +// Copyright 2010-2022 Google LLC // Licensed under the Apache License, Version 2.0 (the "License"); // you may not use this file except in compliance with the License. // You may obtain a copy of the License at diff --git a/ortools/linear_solver/samples/AssignmentTeamsMip.cs b/ortools/linear_solver/samples/AssignmentTeamsMip.cs index 69870c3c1c..f978808aad 100644 --- a/ortools/linear_solver/samples/AssignmentTeamsMip.cs +++ b/ortools/linear_solver/samples/AssignmentTeamsMip.cs @@ -1,4 +1,4 @@ -// Copyright 2010-2021 Google LLC +// Copyright 2010-2022 Google LLC // Licensed under the Apache License, Version 2.0 (the "License"); // you may not use this file except in compliance with the License. // You may obtain a copy of the License at diff --git a/ortools/linear_solver/samples/AssignmentTeamsMip.java b/ortools/linear_solver/samples/AssignmentTeamsMip.java index dc68909b97..ba866787cb 100644 --- a/ortools/linear_solver/samples/AssignmentTeamsMip.java +++ b/ortools/linear_solver/samples/AssignmentTeamsMip.java @@ -1,4 +1,4 @@ -// Copyright 2010-2021 Google LLC +// Copyright 2010-2022 Google LLC // Licensed under the Apache License, Version 2.0 (the "License"); // you may not use this file except in compliance with the License. // You may obtain a copy of the License at diff --git a/ortools/linear_solver/samples/BasicExample.cs b/ortools/linear_solver/samples/BasicExample.cs index e41192f646..346fa48be3 100644 --- a/ortools/linear_solver/samples/BasicExample.cs +++ b/ortools/linear_solver/samples/BasicExample.cs @@ -1,4 +1,4 @@ -// Copyright 2010-2021 Google LLC +// Copyright 2010-2022 Google LLC // Licensed under the Apache License, Version 2.0 (the "License"); // you may not use this file except in compliance with the License. // You may obtain a copy of the License at diff --git a/ortools/linear_solver/samples/BasicExample.java b/ortools/linear_solver/samples/BasicExample.java index 4cf41a2464..3e1bae8f65 100644 --- a/ortools/linear_solver/samples/BasicExample.java +++ b/ortools/linear_solver/samples/BasicExample.java @@ -1,4 +1,4 @@ -// Copyright 2010-2021 Google LLC +// Copyright 2010-2022 Google LLC // Licensed under the Apache License, Version 2.0 (the "License"); // you may not use this file except in compliance with the License. // You may obtain a copy of the License at diff --git a/ortools/linear_solver/samples/BinPackingMip.cs b/ortools/linear_solver/samples/BinPackingMip.cs index 4e7e4af610..0886e5ab65 100644 --- a/ortools/linear_solver/samples/BinPackingMip.cs +++ b/ortools/linear_solver/samples/BinPackingMip.cs @@ -1,4 +1,4 @@ -// Copyright 2010-2021 Google LLC +// Copyright 2010-2022 Google LLC // Licensed under the Apache License, Version 2.0 (the "License"); // you may not use this file except in compliance with the License. // You may obtain a copy of the License at diff --git a/ortools/linear_solver/samples/BinPackingMip.java b/ortools/linear_solver/samples/BinPackingMip.java index 0551cb9a47..fbb3be598d 100644 --- a/ortools/linear_solver/samples/BinPackingMip.java +++ b/ortools/linear_solver/samples/BinPackingMip.java @@ -1,4 +1,4 @@ -// Copyright 2010-2021 Google LLC +// Copyright 2010-2022 Google LLC // Licensed under the Apache License, Version 2.0 (the "License"); // you may not use this file except in compliance with the License. // You may obtain a copy of the License at diff --git a/ortools/linear_solver/samples/LinearProgrammingExample.cs b/ortools/linear_solver/samples/LinearProgrammingExample.cs index b2dbefd772..8399e26c88 100644 --- a/ortools/linear_solver/samples/LinearProgrammingExample.cs +++ b/ortools/linear_solver/samples/LinearProgrammingExample.cs @@ -1,4 +1,4 @@ -// Copyright 2010-2021 Google LLC +// Copyright 2010-2022 Google LLC // Licensed under the Apache License, Version 2.0 (the "License"); // you may not use this file except in compliance with the License. // You may obtain a copy of the License at diff --git a/ortools/linear_solver/samples/LinearProgrammingExample.java b/ortools/linear_solver/samples/LinearProgrammingExample.java index b701ce185b..f55491f154 100644 --- a/ortools/linear_solver/samples/LinearProgrammingExample.java +++ b/ortools/linear_solver/samples/LinearProgrammingExample.java @@ -1,4 +1,4 @@ -// Copyright 2010-2021 Google LLC +// Copyright 2010-2022 Google LLC // Licensed under the Apache License, Version 2.0 (the "License"); // you may not use this file except in compliance with the License. // You may obtain a copy of the License at diff --git a/ortools/linear_solver/samples/MipVarArray.cs b/ortools/linear_solver/samples/MipVarArray.cs index 2646708bc0..dff0c21d27 100644 --- a/ortools/linear_solver/samples/MipVarArray.cs +++ b/ortools/linear_solver/samples/MipVarArray.cs @@ -1,4 +1,4 @@ -// Copyright 2010-2021 Google LLC +// Copyright 2010-2022 Google LLC // Licensed under the Apache License, Version 2.0 (the "License"); // you may not use this file except in compliance with the License. // You may obtain a copy of the License at diff --git a/ortools/linear_solver/samples/MipVarArray.java b/ortools/linear_solver/samples/MipVarArray.java index 930a6f3be6..9dadefbca8 100644 --- a/ortools/linear_solver/samples/MipVarArray.java +++ b/ortools/linear_solver/samples/MipVarArray.java @@ -1,4 +1,4 @@ -// Copyright 2010-2021 Google LLC +// Copyright 2010-2022 Google LLC // Licensed under the Apache License, Version 2.0 (the "License"); // you may not use this file except in compliance with the License. // You may obtain a copy of the License at diff --git a/ortools/linear_solver/samples/MultipleKnapsackMip.cs b/ortools/linear_solver/samples/MultipleKnapsackMip.cs index 10d48165d5..53cdc8ae18 100644 --- a/ortools/linear_solver/samples/MultipleKnapsackMip.cs +++ b/ortools/linear_solver/samples/MultipleKnapsackMip.cs @@ -1,4 +1,4 @@ -// Copyright 2010-2021 Google LLC +// Copyright 2010-2022 Google LLC // Licensed under the Apache License, Version 2.0 (the "License"); // you may not use this file except in compliance with the License. // You may obtain a copy of the License at diff --git a/ortools/linear_solver/samples/MultipleKnapsackMip.java b/ortools/linear_solver/samples/MultipleKnapsackMip.java index cec6261be8..90b52699d9 100644 --- a/ortools/linear_solver/samples/MultipleKnapsackMip.java +++ b/ortools/linear_solver/samples/MultipleKnapsackMip.java @@ -1,4 +1,4 @@ -// Copyright 2010-2021 Google LLC +// Copyright 2010-2022 Google LLC // Licensed under the Apache License, Version 2.0 (the "License"); // you may not use this file except in compliance with the License. // You may obtain a copy of the License at diff --git a/ortools/linear_solver/samples/SimpleLpProgram.cs b/ortools/linear_solver/samples/SimpleLpProgram.cs index 59e070d79d..18a0c8c3ce 100644 --- a/ortools/linear_solver/samples/SimpleLpProgram.cs +++ b/ortools/linear_solver/samples/SimpleLpProgram.cs @@ -1,4 +1,4 @@ -// Copyright 2010-2021 Google LLC +// Copyright 2010-2022 Google LLC // Licensed under the Apache License, Version 2.0 (the "License"); // you may not use this file except in compliance with the License. // You may obtain a copy of the License at diff --git a/ortools/linear_solver/samples/SimpleLpProgram.java b/ortools/linear_solver/samples/SimpleLpProgram.java index 6c4d95073d..1816f5601a 100644 --- a/ortools/linear_solver/samples/SimpleLpProgram.java +++ b/ortools/linear_solver/samples/SimpleLpProgram.java @@ -1,4 +1,4 @@ -// Copyright 2010-2021 Google LLC +// Copyright 2010-2022 Google LLC // Licensed under the Apache License, Version 2.0 (the "License"); // you may not use this file except in compliance with the License. // You may obtain a copy of the License at diff --git a/ortools/linear_solver/samples/SimpleMipProgram.cs b/ortools/linear_solver/samples/SimpleMipProgram.cs index c4f6c3c7c4..879b535a61 100644 --- a/ortools/linear_solver/samples/SimpleMipProgram.cs +++ b/ortools/linear_solver/samples/SimpleMipProgram.cs @@ -1,4 +1,4 @@ -// Copyright 2010-2021 Google LLC +// Copyright 2010-2022 Google LLC // Licensed under the Apache License, Version 2.0 (the "License"); // you may not use this file except in compliance with the License. // You may obtain a copy of the License at diff --git a/ortools/linear_solver/samples/SimpleMipProgram.java b/ortools/linear_solver/samples/SimpleMipProgram.java index 952b4dcc9d..83a46a8af0 100644 --- a/ortools/linear_solver/samples/SimpleMipProgram.java +++ b/ortools/linear_solver/samples/SimpleMipProgram.java @@ -1,4 +1,4 @@ -// Copyright 2010-2021 Google LLC +// Copyright 2010-2022 Google LLC // Licensed under the Apache License, Version 2.0 (the "License"); // you may not use this file except in compliance with the License. // You may obtain a copy of the License at diff --git a/ortools/linear_solver/samples/StiglerDiet.cs b/ortools/linear_solver/samples/StiglerDiet.cs index 8f708d62fb..788d4031ef 100644 --- a/ortools/linear_solver/samples/StiglerDiet.cs +++ b/ortools/linear_solver/samples/StiglerDiet.cs @@ -1,4 +1,4 @@ -// Copyright 2010-2021 Google LLC +// Copyright 2010-2022 Google LLC // Licensed under the Apache License, Version 2.0 (the "License"); // you may not use this file except in compliance with the License. // You may obtain a copy of the License at diff --git a/ortools/linear_solver/samples/StiglerDiet.java b/ortools/linear_solver/samples/StiglerDiet.java index 1eadddb928..b6717f424c 100644 --- a/ortools/linear_solver/samples/StiglerDiet.java +++ b/ortools/linear_solver/samples/StiglerDiet.java @@ -1,4 +1,4 @@ -// Copyright 2010-2021 Google LLC +// Copyright 2010-2022 Google LLC // Licensed under the Apache License, Version 2.0 (the "License"); // you may not use this file except in compliance with the License. // You may obtain a copy of the License at diff --git a/ortools/linear_solver/samples/assignment_groups_mip.cc b/ortools/linear_solver/samples/assignment_groups_mip.cc index 8826fe1886..098cdc83b7 100644 --- a/ortools/linear_solver/samples/assignment_groups_mip.cc +++ b/ortools/linear_solver/samples/assignment_groups_mip.cc @@ -1,4 +1,4 @@ -// Copyright 2010-2021 Google LLC +// Copyright 2010-2022 Google LLC // Licensed under the Apache License, Version 2.0 (the "License"); // you may not use this file except in compliance with the License. // You may obtain a copy of the License at diff --git a/ortools/linear_solver/samples/assignment_groups_mip.py b/ortools/linear_solver/samples/assignment_groups_mip.py index db12bbdf72..56bf2c1f8c 100755 --- a/ortools/linear_solver/samples/assignment_groups_mip.py +++ b/ortools/linear_solver/samples/assignment_groups_mip.py @@ -1,5 +1,5 @@ #!/usr/bin/env python3 -# Copyright 2010-2021 Google LLC +# Copyright 2010-2022 Google LLC # Licensed under the Apache License, Version 2.0 (the "License"); # you may not use this file except in compliance with the License. # You may obtain a copy of the License at diff --git a/ortools/linear_solver/samples/assignment_mip.cc b/ortools/linear_solver/samples/assignment_mip.cc index 5d11b1463d..42b292c333 100644 --- a/ortools/linear_solver/samples/assignment_mip.cc +++ b/ortools/linear_solver/samples/assignment_mip.cc @@ -1,4 +1,4 @@ -// Copyright 2010-2021 Google LLC +// Copyright 2010-2022 Google LLC // Licensed under the Apache License, Version 2.0 (the "License"); // you may not use this file except in compliance with the License. // You may obtain a copy of the License at diff --git a/ortools/linear_solver/samples/assignment_mip.py b/ortools/linear_solver/samples/assignment_mip.py index 484f3a91a7..76ac6fd8c0 100755 --- a/ortools/linear_solver/samples/assignment_mip.py +++ b/ortools/linear_solver/samples/assignment_mip.py @@ -1,5 +1,5 @@ #!/usr/bin/env python3 -# Copyright 2010-2021 Google LLC +# Copyright 2010-2022 Google LLC # Licensed under the Apache License, Version 2.0 (the "License"); # you may not use this file except in compliance with the License. # You may obtain a copy of the License at diff --git a/ortools/linear_solver/samples/assignment_task_sizes_mip.cc b/ortools/linear_solver/samples/assignment_task_sizes_mip.cc index 3627b5d5ef..a3581c8254 100644 --- a/ortools/linear_solver/samples/assignment_task_sizes_mip.cc +++ b/ortools/linear_solver/samples/assignment_task_sizes_mip.cc @@ -1,4 +1,4 @@ -// Copyright 2010-2021 Google LLC +// Copyright 2010-2022 Google LLC // Licensed under the Apache License, Version 2.0 (the "License"); // you may not use this file except in compliance with the License. // You may obtain a copy of the License at diff --git a/ortools/linear_solver/samples/assignment_task_sizes_mip.py b/ortools/linear_solver/samples/assignment_task_sizes_mip.py index e24dc26b1c..b9225df7ca 100755 --- a/ortools/linear_solver/samples/assignment_task_sizes_mip.py +++ b/ortools/linear_solver/samples/assignment_task_sizes_mip.py @@ -1,5 +1,5 @@ #!/usr/bin/env python3 -# Copyright 2010-2021 Google LLC +# Copyright 2010-2022 Google LLC # Licensed under the Apache License, Version 2.0 (the "License"); # you may not use this file except in compliance with the License. # You may obtain a copy of the License at diff --git a/ortools/linear_solver/samples/assignment_teams_mip.cc b/ortools/linear_solver/samples/assignment_teams_mip.cc index 14b3c6d519..fde9238207 100644 --- a/ortools/linear_solver/samples/assignment_teams_mip.cc +++ b/ortools/linear_solver/samples/assignment_teams_mip.cc @@ -1,4 +1,4 @@ -// Copyright 2010-2021 Google LLC +// Copyright 2010-2022 Google LLC // Licensed under the Apache License, Version 2.0 (the "License"); // you may not use this file except in compliance with the License. // You may obtain a copy of the License at diff --git a/ortools/linear_solver/samples/assignment_teams_mip.py b/ortools/linear_solver/samples/assignment_teams_mip.py index 615ca9c354..25b3ecbef8 100755 --- a/ortools/linear_solver/samples/assignment_teams_mip.py +++ b/ortools/linear_solver/samples/assignment_teams_mip.py @@ -1,5 +1,5 @@ #!/usr/bin/env python3 -# Copyright 2010-2021 Google LLC +# Copyright 2010-2022 Google LLC # Licensed under the Apache License, Version 2.0 (the "License"); # you may not use this file except in compliance with the License. # You may obtain a copy of the License at diff --git a/ortools/linear_solver/samples/basic_example.cc b/ortools/linear_solver/samples/basic_example.cc index dc61c32c74..8eabe89c88 100644 --- a/ortools/linear_solver/samples/basic_example.cc +++ b/ortools/linear_solver/samples/basic_example.cc @@ -1,4 +1,4 @@ -// Copyright 2010-2021 Google LLC +// Copyright 2010-2022 Google LLC // Licensed under the Apache License, Version 2.0 (the "License"); // you may not use this file except in compliance with the License. // You may obtain a copy of the License at diff --git a/ortools/linear_solver/samples/basic_example.py b/ortools/linear_solver/samples/basic_example.py index a6f3855ba7..c86a269972 100755 --- a/ortools/linear_solver/samples/basic_example.py +++ b/ortools/linear_solver/samples/basic_example.py @@ -1,5 +1,5 @@ #!/usr/bin/env python3 -# Copyright 2010-2021 Google LLC +# Copyright 2010-2022 Google LLC # Licensed under the Apache License, Version 2.0 (the "License"); # you may not use this file except in compliance with the License. # You may obtain a copy of the License at diff --git a/ortools/linear_solver/samples/bin_packing_mip.cc b/ortools/linear_solver/samples/bin_packing_mip.cc index 55f8069ad1..c3090e1e9f 100644 --- a/ortools/linear_solver/samples/bin_packing_mip.cc +++ b/ortools/linear_solver/samples/bin_packing_mip.cc @@ -1,4 +1,4 @@ -// Copyright 2010-2021 Google LLC +// Copyright 2010-2022 Google LLC // Licensed under the Apache License, Version 2.0 (the "License"); // you may not use this file except in compliance with the License. // You may obtain a copy of the License at diff --git a/ortools/linear_solver/samples/bin_packing_mip.py b/ortools/linear_solver/samples/bin_packing_mip.py index eeae66a833..ae142b8915 100755 --- a/ortools/linear_solver/samples/bin_packing_mip.py +++ b/ortools/linear_solver/samples/bin_packing_mip.py @@ -1,5 +1,5 @@ #!/usr/bin/env python3 -# Copyright 2010-2021 Google LLC +# Copyright 2010-2022 Google LLC # Licensed under the Apache License, Version 2.0 (the "License"); # you may not use this file except in compliance with the License. # You may obtain a copy of the License at diff --git a/ortools/linear_solver/samples/integer_programming_example.cc b/ortools/linear_solver/samples/integer_programming_example.cc index 468e6a112c..4a70abdf81 100644 --- a/ortools/linear_solver/samples/integer_programming_example.cc +++ b/ortools/linear_solver/samples/integer_programming_example.cc @@ -1,4 +1,4 @@ -// Copyright 2010-2021 Google LLC +// Copyright 2010-2022 Google LLC // Licensed under the Apache License, Version 2.0 (the "License"); // you may not use this file except in compliance with the License. // You may obtain a copy of the License at diff --git a/ortools/linear_solver/samples/integer_programming_example.py b/ortools/linear_solver/samples/integer_programming_example.py index 14c70d8a54..077a684fc4 100755 --- a/ortools/linear_solver/samples/integer_programming_example.py +++ b/ortools/linear_solver/samples/integer_programming_example.py @@ -1,5 +1,5 @@ #!/usr/bin/env python3 -# Copyright 2010-2021 Google LLC +# Copyright 2010-2022 Google LLC # Licensed under the Apache License, Version 2.0 (the "License"); # you may not use this file except in compliance with the License. # You may obtain a copy of the License at diff --git a/ortools/linear_solver/samples/linear_programming_example.cc b/ortools/linear_solver/samples/linear_programming_example.cc index b882a87233..74ab9b5178 100644 --- a/ortools/linear_solver/samples/linear_programming_example.cc +++ b/ortools/linear_solver/samples/linear_programming_example.cc @@ -1,4 +1,4 @@ -// Copyright 2010-2021 Google LLC +// Copyright 2010-2022 Google LLC // Licensed under the Apache License, Version 2.0 (the "License"); // you may not use this file except in compliance with the License. // You may obtain a copy of the License at diff --git a/ortools/linear_solver/samples/linear_programming_example.py b/ortools/linear_solver/samples/linear_programming_example.py index 22b2b63bc3..de36dfbfe8 100755 --- a/ortools/linear_solver/samples/linear_programming_example.py +++ b/ortools/linear_solver/samples/linear_programming_example.py @@ -1,5 +1,5 @@ #!/usr/bin/env python3 -# Copyright 2010-2021 Google LLC +# Copyright 2010-2022 Google LLC # Licensed under the Apache License, Version 2.0 (the "License"); # you may not use this file except in compliance with the License. # You may obtain a copy of the License at diff --git a/ortools/linear_solver/samples/mip_var_array.cc b/ortools/linear_solver/samples/mip_var_array.cc index 64e50483dc..57611609b1 100644 --- a/ortools/linear_solver/samples/mip_var_array.cc +++ b/ortools/linear_solver/samples/mip_var_array.cc @@ -1,4 +1,4 @@ -// Copyright 2010-2021 Google LLC +// Copyright 2010-2022 Google LLC // Licensed under the Apache License, Version 2.0 (the "License"); // you may not use this file except in compliance with the License. // You may obtain a copy of the License at diff --git a/ortools/linear_solver/samples/mip_var_array.py b/ortools/linear_solver/samples/mip_var_array.py index 296d988459..038b22bd41 100755 --- a/ortools/linear_solver/samples/mip_var_array.py +++ b/ortools/linear_solver/samples/mip_var_array.py @@ -1,5 +1,5 @@ #!/usr/bin/env python3 -# Copyright 2010-2021 Google LLC +# Copyright 2010-2022 Google LLC # Licensed under the Apache License, Version 2.0 (the "License"); # you may not use this file except in compliance with the License. # You may obtain a copy of the License at diff --git a/ortools/linear_solver/samples/multiple_knapsack_mip.cc b/ortools/linear_solver/samples/multiple_knapsack_mip.cc index 5aa48fb511..709f77deef 100644 --- a/ortools/linear_solver/samples/multiple_knapsack_mip.cc +++ b/ortools/linear_solver/samples/multiple_knapsack_mip.cc @@ -1,4 +1,4 @@ -// Copyright 2010-2021 Google LLC +// Copyright 2010-2022 Google LLC // Licensed under the Apache License, Version 2.0 (the "License"); // you may not use this file except in compliance with the License. // You may obtain a copy of the License at diff --git a/ortools/linear_solver/samples/multiple_knapsack_mip.py b/ortools/linear_solver/samples/multiple_knapsack_mip.py index 3af7784cf6..5d061e7580 100755 --- a/ortools/linear_solver/samples/multiple_knapsack_mip.py +++ b/ortools/linear_solver/samples/multiple_knapsack_mip.py @@ -1,5 +1,5 @@ #!/usr/bin/env python3 -# Copyright 2010-2021 Google LLC +# Copyright 2010-2022 Google LLC # Licensed under the Apache License, Version 2.0 (the "License"); # you may not use this file except in compliance with the License. # You may obtain a copy of the License at diff --git a/ortools/linear_solver/samples/simple_lp_program.cc b/ortools/linear_solver/samples/simple_lp_program.cc index 0426b5804e..804c4d4ca6 100644 --- a/ortools/linear_solver/samples/simple_lp_program.cc +++ b/ortools/linear_solver/samples/simple_lp_program.cc @@ -1,4 +1,4 @@ -// Copyright 2010-2021 Google LLC +// Copyright 2010-2022 Google LLC // Licensed under the Apache License, Version 2.0 (the "License"); // you may not use this file except in compliance with the License. // You may obtain a copy of the License at diff --git a/ortools/linear_solver/samples/simple_lp_program.py b/ortools/linear_solver/samples/simple_lp_program.py index c275b4a987..4aae1e27b5 100755 --- a/ortools/linear_solver/samples/simple_lp_program.py +++ b/ortools/linear_solver/samples/simple_lp_program.py @@ -1,5 +1,5 @@ #!/usr/bin/env python3 -# Copyright 2010-2021 Google LLC +# Copyright 2010-2022 Google LLC # Licensed under the Apache License, Version 2.0 (the "License"); # you may not use this file except in compliance with the License. # You may obtain a copy of the License at diff --git a/ortools/linear_solver/samples/simple_mip_program.cc b/ortools/linear_solver/samples/simple_mip_program.cc index b8351e4fe1..aee7c7ccb8 100644 --- a/ortools/linear_solver/samples/simple_mip_program.cc +++ b/ortools/linear_solver/samples/simple_mip_program.cc @@ -1,4 +1,4 @@ -// Copyright 2010-2021 Google LLC +// Copyright 2010-2022 Google LLC // Licensed under the Apache License, Version 2.0 (the "License"); // you may not use this file except in compliance with the License. // You may obtain a copy of the License at diff --git a/ortools/linear_solver/samples/simple_mip_program.py b/ortools/linear_solver/samples/simple_mip_program.py index 28b23301e1..ea8541cf6f 100755 --- a/ortools/linear_solver/samples/simple_mip_program.py +++ b/ortools/linear_solver/samples/simple_mip_program.py @@ -1,5 +1,5 @@ #!/usr/bin/env python3 -# Copyright 2010-2021 Google LLC +# Copyright 2010-2022 Google LLC # Licensed under the Apache License, Version 2.0 (the "License"); # you may not use this file except in compliance with the License. # You may obtain a copy of the License at diff --git a/ortools/linear_solver/samples/stigler_diet.cc b/ortools/linear_solver/samples/stigler_diet.cc index 22841440e1..38e59f929e 100644 --- a/ortools/linear_solver/samples/stigler_diet.cc +++ b/ortools/linear_solver/samples/stigler_diet.cc @@ -1,4 +1,4 @@ -// Copyright 2010-2021 Google LLC +// Copyright 2010-2022 Google LLC // Licensed under the Apache License, Version 2.0 (the "License"); // you may not use this file except in compliance with the License. // You may obtain a copy of the License at diff --git a/ortools/linear_solver/samples/stigler_diet.py b/ortools/linear_solver/samples/stigler_diet.py index 63826e7302..73de83f094 100755 --- a/ortools/linear_solver/samples/stigler_diet.py +++ b/ortools/linear_solver/samples/stigler_diet.py @@ -1,5 +1,5 @@ #!/usr/bin/env python3 -# Copyright 2010-2021 Google LLC +# Copyright 2010-2022 Google LLC # Licensed under the Apache License, Version 2.0 (the "License"); # you may not use this file except in compliance with the License. # You may obtain a copy of the License at diff --git a/ortools/linear_solver/sat_interface.cc b/ortools/linear_solver/sat_interface.cc index 07f1091170..fe032cc97b 100644 --- a/ortools/linear_solver/sat_interface.cc +++ b/ortools/linear_solver/sat_interface.cc @@ -1,4 +1,4 @@ -// Copyright 2010-2021 Google LLC +// Copyright 2010-2022 Google LLC // Licensed under the Apache License, Version 2.0 (the "License"); // you may not use this file except in compliance with the License. // You may obtain a copy of the License at diff --git a/ortools/linear_solver/sat_proto_solver.cc b/ortools/linear_solver/sat_proto_solver.cc index 358c1fb509..08d0db26a9 100644 --- a/ortools/linear_solver/sat_proto_solver.cc +++ b/ortools/linear_solver/sat_proto_solver.cc @@ -1,4 +1,4 @@ -// Copyright 2010-2021 Google LLC +// Copyright 2010-2022 Google LLC // Licensed under the Apache License, Version 2.0 (the "License"); // you may not use this file except in compliance with the License. // You may obtain a copy of the License at diff --git a/ortools/linear_solver/sat_proto_solver.h b/ortools/linear_solver/sat_proto_solver.h index 404f2da4e0..0f6cd6be10 100644 --- a/ortools/linear_solver/sat_proto_solver.h +++ b/ortools/linear_solver/sat_proto_solver.h @@ -1,4 +1,4 @@ -// Copyright 2010-2021 Google LLC +// Copyright 2010-2022 Google LLC // Licensed under the Apache License, Version 2.0 (the "License"); // you may not use this file except in compliance with the License. // You may obtain a copy of the License at diff --git a/ortools/linear_solver/sat_solver_utils.cc b/ortools/linear_solver/sat_solver_utils.cc index 9c34064938..25feb0fad3 100644 --- a/ortools/linear_solver/sat_solver_utils.cc +++ b/ortools/linear_solver/sat_solver_utils.cc @@ -1,4 +1,4 @@ -// Copyright 2010-2021 Google LLC +// Copyright 2010-2022 Google LLC // Licensed under the Apache License, Version 2.0 (the "License"); // you may not use this file except in compliance with the License. // You may obtain a copy of the License at diff --git a/ortools/linear_solver/sat_solver_utils.h b/ortools/linear_solver/sat_solver_utils.h index 33d54fc4c5..b2eb116561 100644 --- a/ortools/linear_solver/sat_solver_utils.h +++ b/ortools/linear_solver/sat_solver_utils.h @@ -1,4 +1,4 @@ -// Copyright 2010-2021 Google LLC +// Copyright 2010-2022 Google LLC // Licensed under the Apache License, Version 2.0 (the "License"); // you may not use this file except in compliance with the License. // You may obtain a copy of the License at diff --git a/ortools/linear_solver/scip_callback.cc b/ortools/linear_solver/scip_callback.cc index e7a606128e..fd712d8276 100644 --- a/ortools/linear_solver/scip_callback.cc +++ b/ortools/linear_solver/scip_callback.cc @@ -1,4 +1,4 @@ -// Copyright 2010-2021 Google LLC +// Copyright 2010-2022 Google LLC // Licensed under the Apache License, Version 2.0 (the "License"); // you may not use this file except in compliance with the License. // You may obtain a copy of the License at diff --git a/ortools/linear_solver/scip_callback.h b/ortools/linear_solver/scip_callback.h index ad3188d295..58b3a28149 100644 --- a/ortools/linear_solver/scip_callback.h +++ b/ortools/linear_solver/scip_callback.h @@ -1,4 +1,4 @@ -// Copyright 2010-2021 Google LLC +// Copyright 2010-2022 Google LLC // Licensed under the Apache License, Version 2.0 (the "License"); // you may not use this file except in compliance with the License. // You may obtain a copy of the License at diff --git a/ortools/linear_solver/scip_helper_macros.h b/ortools/linear_solver/scip_helper_macros.h index cd53ec3447..25a63c5981 100644 --- a/ortools/linear_solver/scip_helper_macros.h +++ b/ortools/linear_solver/scip_helper_macros.h @@ -1,4 +1,4 @@ -// Copyright 2010-2021 Google LLC +// Copyright 2010-2022 Google LLC // Licensed under the Apache License, Version 2.0 (the "License"); // you may not use this file except in compliance with the License. // You may obtain a copy of the License at diff --git a/ortools/linear_solver/scip_interface.cc b/ortools/linear_solver/scip_interface.cc index 0c876fe30d..e9413ff0db 100644 --- a/ortools/linear_solver/scip_interface.cc +++ b/ortools/linear_solver/scip_interface.cc @@ -1,4 +1,4 @@ -// Copyright 2010-2021 Google LLC +// Copyright 2010-2022 Google LLC // Licensed under the Apache License, Version 2.0 (the "License"); // you may not use this file except in compliance with the License. // You may obtain a copy of the License at diff --git a/ortools/linear_solver/scip_proto_solver.cc b/ortools/linear_solver/scip_proto_solver.cc index 97ed5152fe..7ebc441498 100644 --- a/ortools/linear_solver/scip_proto_solver.cc +++ b/ortools/linear_solver/scip_proto_solver.cc @@ -1,4 +1,4 @@ -// Copyright 2010-2021 Google LLC +// Copyright 2010-2022 Google LLC // Licensed under the Apache License, Version 2.0 (the "License"); // you may not use this file except in compliance with the License. // You may obtain a copy of the License at diff --git a/ortools/linear_solver/scip_proto_solver.h b/ortools/linear_solver/scip_proto_solver.h index 86b829236d..9223022fce 100644 --- a/ortools/linear_solver/scip_proto_solver.h +++ b/ortools/linear_solver/scip_proto_solver.h @@ -1,4 +1,4 @@ -// Copyright 2010-2021 Google LLC +// Copyright 2010-2022 Google LLC // Licensed under the Apache License, Version 2.0 (the "License"); // you may not use this file except in compliance with the License. // You may obtain a copy of the License at diff --git a/ortools/lp_data/lp_data.cc b/ortools/lp_data/lp_data.cc index 04f725e062..4dcd6756f5 100644 --- a/ortools/lp_data/lp_data.cc +++ b/ortools/lp_data/lp_data.cc @@ -1,4 +1,4 @@ -// Copyright 2010-2021 Google LLC +// Copyright 2010-2022 Google LLC // Licensed under the Apache License, Version 2.0 (the "License"); // you may not use this file except in compliance with the License. // You may obtain a copy of the License at diff --git a/ortools/lp_data/lp_data.h b/ortools/lp_data/lp_data.h index 76cd5c39ab..d30a21763a 100644 --- a/ortools/lp_data/lp_data.h +++ b/ortools/lp_data/lp_data.h @@ -1,4 +1,4 @@ -// Copyright 2010-2021 Google LLC +// Copyright 2010-2022 Google LLC // Licensed under the Apache License, Version 2.0 (the "License"); // you may not use this file except in compliance with the License. // You may obtain a copy of the License at diff --git a/ortools/lp_data/lp_data_utils.cc b/ortools/lp_data/lp_data_utils.cc index 9946314a1b..cc7265ac7e 100644 --- a/ortools/lp_data/lp_data_utils.cc +++ b/ortools/lp_data/lp_data_utils.cc @@ -1,4 +1,4 @@ -// Copyright 2010-2021 Google LLC +// Copyright 2010-2022 Google LLC // Licensed under the Apache License, Version 2.0 (the "License"); // you may not use this file except in compliance with the License. // You may obtain a copy of the License at diff --git a/ortools/lp_data/lp_data_utils.h b/ortools/lp_data/lp_data_utils.h index 47a982f044..9c404d53ef 100644 --- a/ortools/lp_data/lp_data_utils.h +++ b/ortools/lp_data/lp_data_utils.h @@ -1,4 +1,4 @@ -// Copyright 2010-2021 Google LLC +// Copyright 2010-2022 Google LLC // Licensed under the Apache License, Version 2.0 (the "License"); // you may not use this file except in compliance with the License. // You may obtain a copy of the License at diff --git a/ortools/lp_data/lp_decomposer.cc b/ortools/lp_data/lp_decomposer.cc index f742a3eb5e..f4b4fae5b1 100644 --- a/ortools/lp_data/lp_decomposer.cc +++ b/ortools/lp_data/lp_decomposer.cc @@ -1,4 +1,4 @@ -// Copyright 2010-2021 Google LLC +// Copyright 2010-2022 Google LLC // Licensed under the Apache License, Version 2.0 (the "License"); // you may not use this file except in compliance with the License. // You may obtain a copy of the License at diff --git a/ortools/lp_data/lp_decomposer.h b/ortools/lp_data/lp_decomposer.h index 92de116f62..59477974f0 100644 --- a/ortools/lp_data/lp_decomposer.h +++ b/ortools/lp_data/lp_decomposer.h @@ -1,4 +1,4 @@ -// Copyright 2010-2021 Google LLC +// Copyright 2010-2022 Google LLC // Licensed under the Apache License, Version 2.0 (the "License"); // you may not use this file except in compliance with the License. // You may obtain a copy of the License at diff --git a/ortools/lp_data/lp_parser.cc b/ortools/lp_data/lp_parser.cc index 10ebad2bfa..2a29414e2d 100644 --- a/ortools/lp_data/lp_parser.cc +++ b/ortools/lp_data/lp_parser.cc @@ -1,4 +1,4 @@ -// Copyright 2010-2021 Google LLC +// Copyright 2010-2022 Google LLC // Licensed under the Apache License, Version 2.0 (the "License"); // you may not use this file except in compliance with the License. // You may obtain a copy of the License at diff --git a/ortools/lp_data/lp_parser.h b/ortools/lp_data/lp_parser.h index 37a2680a6d..5f3f5cd51d 100644 --- a/ortools/lp_data/lp_parser.h +++ b/ortools/lp_data/lp_parser.h @@ -1,4 +1,4 @@ -// Copyright 2010-2021 Google LLC +// Copyright 2010-2022 Google LLC // Licensed under the Apache License, Version 2.0 (the "License"); // you may not use this file except in compliance with the License. // You may obtain a copy of the License at diff --git a/ortools/lp_data/lp_print_utils.cc b/ortools/lp_data/lp_print_utils.cc index f8f373870f..8a030a85c5 100644 --- a/ortools/lp_data/lp_print_utils.cc +++ b/ortools/lp_data/lp_print_utils.cc @@ -1,4 +1,4 @@ -// Copyright 2010-2021 Google LLC +// Copyright 2010-2022 Google LLC // Licensed under the Apache License, Version 2.0 (the "License"); // you may not use this file except in compliance with the License. // You may obtain a copy of the License at diff --git a/ortools/lp_data/lp_print_utils.h b/ortools/lp_data/lp_print_utils.h index cd11099d0d..4fc1d5239e 100644 --- a/ortools/lp_data/lp_print_utils.h +++ b/ortools/lp_data/lp_print_utils.h @@ -1,4 +1,4 @@ -// Copyright 2010-2021 Google LLC +// Copyright 2010-2022 Google LLC // Licensed under the Apache License, Version 2.0 (the "License"); // you may not use this file except in compliance with the License. // You may obtain a copy of the License at diff --git a/ortools/lp_data/lp_types.cc b/ortools/lp_data/lp_types.cc index a4f1e8f12e..771d70d137 100644 --- a/ortools/lp_data/lp_types.cc +++ b/ortools/lp_data/lp_types.cc @@ -1,4 +1,4 @@ -// Copyright 2010-2021 Google LLC +// Copyright 2010-2022 Google LLC // Licensed under the Apache License, Version 2.0 (the "License"); // you may not use this file except in compliance with the License. // You may obtain a copy of the License at diff --git a/ortools/lp_data/lp_types.h b/ortools/lp_data/lp_types.h index 3a2eae0017..99b2b3b9fc 100644 --- a/ortools/lp_data/lp_types.h +++ b/ortools/lp_data/lp_types.h @@ -1,4 +1,4 @@ -// Copyright 2010-2021 Google LLC +// Copyright 2010-2022 Google LLC // Licensed under the Apache License, Version 2.0 (the "License"); // you may not use this file except in compliance with the License. // You may obtain a copy of the License at diff --git a/ortools/lp_data/lp_utils.cc b/ortools/lp_data/lp_utils.cc index 51a0bd63c9..cc36d99172 100644 --- a/ortools/lp_data/lp_utils.cc +++ b/ortools/lp_data/lp_utils.cc @@ -1,4 +1,4 @@ -// Copyright 2010-2021 Google LLC +// Copyright 2010-2022 Google LLC // Licensed under the Apache License, Version 2.0 (the "License"); // you may not use this file except in compliance with the License. // You may obtain a copy of the License at diff --git a/ortools/lp_data/lp_utils.h b/ortools/lp_data/lp_utils.h index a8bd4bbf1c..1db7b67776 100644 --- a/ortools/lp_data/lp_utils.h +++ b/ortools/lp_data/lp_utils.h @@ -1,4 +1,4 @@ -// Copyright 2010-2021 Google LLC +// Copyright 2010-2022 Google LLC // Licensed under the Apache License, Version 2.0 (the "License"); // you may not use this file except in compliance with the License. // You may obtain a copy of the License at diff --git a/ortools/lp_data/matrix_scaler.cc b/ortools/lp_data/matrix_scaler.cc index 001ae66d4a..d42075500d 100644 --- a/ortools/lp_data/matrix_scaler.cc +++ b/ortools/lp_data/matrix_scaler.cc @@ -1,4 +1,4 @@ -// Copyright 2010-2021 Google LLC +// Copyright 2010-2022 Google LLC // Licensed under the Apache License, Version 2.0 (the "License"); // you may not use this file except in compliance with the License. // You may obtain a copy of the License at diff --git a/ortools/lp_data/matrix_scaler.h b/ortools/lp_data/matrix_scaler.h index bb73ea194a..a5f22a8393 100644 --- a/ortools/lp_data/matrix_scaler.h +++ b/ortools/lp_data/matrix_scaler.h @@ -1,4 +1,4 @@ -// Copyright 2010-2021 Google LLC +// Copyright 2010-2022 Google LLC // Licensed under the Apache License, Version 2.0 (the "License"); // you may not use this file except in compliance with the License. // You may obtain a copy of the License at diff --git a/ortools/lp_data/matrix_utils.cc b/ortools/lp_data/matrix_utils.cc index b4751b7948..d2b2782e6d 100644 --- a/ortools/lp_data/matrix_utils.cc +++ b/ortools/lp_data/matrix_utils.cc @@ -1,4 +1,4 @@ -// Copyright 2010-2021 Google LLC +// Copyright 2010-2022 Google LLC // Licensed under the Apache License, Version 2.0 (the "License"); // you may not use this file except in compliance with the License. // You may obtain a copy of the License at diff --git a/ortools/lp_data/matrix_utils.h b/ortools/lp_data/matrix_utils.h index dfd3a83817..acdd278624 100644 --- a/ortools/lp_data/matrix_utils.h +++ b/ortools/lp_data/matrix_utils.h @@ -1,4 +1,4 @@ -// Copyright 2010-2021 Google LLC +// Copyright 2010-2022 Google LLC // Licensed under the Apache License, Version 2.0 (the "License"); // you may not use this file except in compliance with the License. // You may obtain a copy of the License at diff --git a/ortools/lp_data/model_reader.cc b/ortools/lp_data/model_reader.cc index a6e649950f..3fe54527a9 100644 --- a/ortools/lp_data/model_reader.cc +++ b/ortools/lp_data/model_reader.cc @@ -1,4 +1,4 @@ -// Copyright 2010-2021 Google LLC +// Copyright 2010-2022 Google LLC // Licensed under the Apache License, Version 2.0 (the "License"); // you may not use this file except in compliance with the License. // You may obtain a copy of the License at diff --git a/ortools/lp_data/model_reader.h b/ortools/lp_data/model_reader.h index 2e4f8497bc..ce386aebcc 100644 --- a/ortools/lp_data/model_reader.h +++ b/ortools/lp_data/model_reader.h @@ -1,4 +1,4 @@ -// Copyright 2010-2021 Google LLC +// Copyright 2010-2022 Google LLC // Licensed under the Apache License, Version 2.0 (the "License"); // you may not use this file except in compliance with the License. // You may obtain a copy of the License at diff --git a/ortools/lp_data/mps_reader.cc b/ortools/lp_data/mps_reader.cc index 55db6d1b19..e09215115a 100644 --- a/ortools/lp_data/mps_reader.cc +++ b/ortools/lp_data/mps_reader.cc @@ -1,4 +1,4 @@ -// Copyright 2010-2021 Google LLC +// Copyright 2010-2022 Google LLC // Licensed under the Apache License, Version 2.0 (the "License"); // you may not use this file except in compliance with the License. // You may obtain a copy of the License at diff --git a/ortools/lp_data/mps_reader.h b/ortools/lp_data/mps_reader.h index d96341dda1..33af74971e 100644 --- a/ortools/lp_data/mps_reader.h +++ b/ortools/lp_data/mps_reader.h @@ -1,4 +1,4 @@ -// Copyright 2010-2021 Google LLC +// Copyright 2010-2022 Google LLC // Licensed under the Apache License, Version 2.0 (the "License"); // you may not use this file except in compliance with the License. // You may obtain a copy of the License at diff --git a/ortools/lp_data/permutation.h b/ortools/lp_data/permutation.h index 16f572daec..e46da7821e 100644 --- a/ortools/lp_data/permutation.h +++ b/ortools/lp_data/permutation.h @@ -1,4 +1,4 @@ -// Copyright 2010-2021 Google LLC +// Copyright 2010-2022 Google LLC // Licensed under the Apache License, Version 2.0 (the "License"); // you may not use this file except in compliance with the License. // You may obtain a copy of the License at diff --git a/ortools/lp_data/proto_utils.cc b/ortools/lp_data/proto_utils.cc index c55d3225cc..ce90555400 100644 --- a/ortools/lp_data/proto_utils.cc +++ b/ortools/lp_data/proto_utils.cc @@ -1,4 +1,4 @@ -// Copyright 2010-2021 Google LLC +// Copyright 2010-2022 Google LLC // Licensed under the Apache License, Version 2.0 (the "License"); // you may not use this file except in compliance with the License. // You may obtain a copy of the License at diff --git a/ortools/lp_data/proto_utils.h b/ortools/lp_data/proto_utils.h index 50871c6a6d..e411c6fda3 100644 --- a/ortools/lp_data/proto_utils.h +++ b/ortools/lp_data/proto_utils.h @@ -1,4 +1,4 @@ -// Copyright 2010-2021 Google LLC +// Copyright 2010-2022 Google LLC // Licensed under the Apache License, Version 2.0 (the "License"); // you may not use this file except in compliance with the License. // You may obtain a copy of the License at diff --git a/ortools/lp_data/scattered_vector.h b/ortools/lp_data/scattered_vector.h index 6170b030c6..c89715966e 100644 --- a/ortools/lp_data/scattered_vector.h +++ b/ortools/lp_data/scattered_vector.h @@ -1,4 +1,4 @@ -// Copyright 2010-2021 Google LLC +// Copyright 2010-2022 Google LLC // Licensed under the Apache License, Version 2.0 (the "License"); // you may not use this file except in compliance with the License. // You may obtain a copy of the License at diff --git a/ortools/lp_data/sparse.cc b/ortools/lp_data/sparse.cc index 2dbd3478e0..5d49d7ea75 100644 --- a/ortools/lp_data/sparse.cc +++ b/ortools/lp_data/sparse.cc @@ -1,4 +1,4 @@ -// Copyright 2010-2021 Google LLC +// Copyright 2010-2022 Google LLC // Licensed under the Apache License, Version 2.0 (the "License"); // you may not use this file except in compliance with the License. // You may obtain a copy of the License at diff --git a/ortools/lp_data/sparse.h b/ortools/lp_data/sparse.h index 347bfb5f5a..cbd2b7cb34 100644 --- a/ortools/lp_data/sparse.h +++ b/ortools/lp_data/sparse.h @@ -1,4 +1,4 @@ -// Copyright 2010-2021 Google LLC +// Copyright 2010-2022 Google LLC // Licensed under the Apache License, Version 2.0 (the "License"); // you may not use this file except in compliance with the License. // You may obtain a copy of the License at diff --git a/ortools/lp_data/sparse_column.cc b/ortools/lp_data/sparse_column.cc index 316d1b227b..09ab3a0f0a 100644 --- a/ortools/lp_data/sparse_column.cc +++ b/ortools/lp_data/sparse_column.cc @@ -1,4 +1,4 @@ -// Copyright 2010-2021 Google LLC +// Copyright 2010-2022 Google LLC // Licensed under the Apache License, Version 2.0 (the "License"); // you may not use this file except in compliance with the License. // You may obtain a copy of the License at diff --git a/ortools/lp_data/sparse_column.h b/ortools/lp_data/sparse_column.h index 2ffabdc898..b9ae33701b 100644 --- a/ortools/lp_data/sparse_column.h +++ b/ortools/lp_data/sparse_column.h @@ -1,4 +1,4 @@ -// Copyright 2010-2021 Google LLC +// Copyright 2010-2022 Google LLC // Licensed under the Apache License, Version 2.0 (the "License"); // you may not use this file except in compliance with the License. // You may obtain a copy of the License at diff --git a/ortools/lp_data/sparse_row.h b/ortools/lp_data/sparse_row.h index 3f67f6898f..944a832df4 100644 --- a/ortools/lp_data/sparse_row.h +++ b/ortools/lp_data/sparse_row.h @@ -1,4 +1,4 @@ -// Copyright 2010-2021 Google LLC +// Copyright 2010-2022 Google LLC // Licensed under the Apache License, Version 2.0 (the "License"); // you may not use this file except in compliance with the License. // You may obtain a copy of the License at diff --git a/ortools/lp_data/sparse_vector.h b/ortools/lp_data/sparse_vector.h index d33b6f76bb..2502f60b8c 100644 --- a/ortools/lp_data/sparse_vector.h +++ b/ortools/lp_data/sparse_vector.h @@ -1,4 +1,4 @@ -// Copyright 2010-2021 Google LLC +// Copyright 2010-2022 Google LLC // Licensed under the Apache License, Version 2.0 (the "License"); // you may not use this file except in compliance with the License. // You may obtain a copy of the License at diff --git a/ortools/math_opt/callback.proto b/ortools/math_opt/callback.proto index 7c330bae31..f0a7dfa195 100644 --- a/ortools/math_opt/callback.proto +++ b/ortools/math_opt/callback.proto @@ -1,4 +1,4 @@ -// Copyright 2010-2021 Google LLC +// Copyright 2010-2022 Google LLC // Licensed under the Apache License, Version 2.0 (the "License"); // you may not use this file except in compliance with the License. // You may obtain a copy of the License at diff --git a/ortools/math_opt/constraints/sos/validator.cc b/ortools/math_opt/constraints/sos/validator.cc index bbbc464cc4..9fbb9c5910 100644 --- a/ortools/math_opt/constraints/sos/validator.cc +++ b/ortools/math_opt/constraints/sos/validator.cc @@ -1,4 +1,4 @@ -// Copyright 2010-2021 Google LLC +// Copyright 2010-2022 Google LLC // Licensed under the Apache License, Version 2.0 (the "License"); // you may not use this file except in compliance with the License. // You may obtain a copy of the License at diff --git a/ortools/math_opt/constraints/sos/validator.h b/ortools/math_opt/constraints/sos/validator.h index b85e2e3e64..4f22516bd6 100644 --- a/ortools/math_opt/constraints/sos/validator.h +++ b/ortools/math_opt/constraints/sos/validator.h @@ -1,4 +1,4 @@ -// Copyright 2010-2021 Google LLC +// Copyright 2010-2022 Google LLC // Licensed under the Apache License, Version 2.0 (the "License"); // you may not use this file except in compliance with the License. // You may obtain a copy of the License at diff --git a/ortools/math_opt/core/arrow_operator_proxy.h b/ortools/math_opt/core/arrow_operator_proxy.h index dcbd58c661..97e9c93148 100644 --- a/ortools/math_opt/core/arrow_operator_proxy.h +++ b/ortools/math_opt/core/arrow_operator_proxy.h @@ -1,4 +1,4 @@ -// Copyright 2010-2021 Google LLC +// Copyright 2010-2022 Google LLC // Licensed under the Apache License, Version 2.0 (the "License"); // you may not use this file except in compliance with the License. // You may obtain a copy of the License at diff --git a/ortools/math_opt/core/inverted_bounds.cc b/ortools/math_opt/core/inverted_bounds.cc index 3a5cbdf254..e4cd382ad7 100644 --- a/ortools/math_opt/core/inverted_bounds.cc +++ b/ortools/math_opt/core/inverted_bounds.cc @@ -1,4 +1,4 @@ -// Copyright 2010-2021 Google LLC +// Copyright 2010-2022 Google LLC // Licensed under the Apache License, Version 2.0 (the "License"); // you may not use this file except in compliance with the License. // You may obtain a copy of the License at diff --git a/ortools/math_opt/core/inverted_bounds.h b/ortools/math_opt/core/inverted_bounds.h index ef8eeec504..12f05b1f06 100644 --- a/ortools/math_opt/core/inverted_bounds.h +++ b/ortools/math_opt/core/inverted_bounds.h @@ -1,4 +1,4 @@ -// Copyright 2010-2021 Google LLC +// Copyright 2010-2022 Google LLC // Licensed under the Apache License, Version 2.0 (the "License"); // you may not use this file except in compliance with the License. // You may obtain a copy of the License at diff --git a/ortools/math_opt/core/math_opt_proto_utils.cc b/ortools/math_opt/core/math_opt_proto_utils.cc index 56c45c1830..207daadc0e 100644 --- a/ortools/math_opt/core/math_opt_proto_utils.cc +++ b/ortools/math_opt/core/math_opt_proto_utils.cc @@ -1,4 +1,4 @@ -// Copyright 2010-2021 Google LLC +// Copyright 2010-2022 Google LLC // Licensed under the Apache License, Version 2.0 (the "License"); // you may not use this file except in compliance with the License. // You may obtain a copy of the License at diff --git a/ortools/math_opt/core/math_opt_proto_utils.h b/ortools/math_opt/core/math_opt_proto_utils.h index d4bc118673..361346bea4 100644 --- a/ortools/math_opt/core/math_opt_proto_utils.h +++ b/ortools/math_opt/core/math_opt_proto_utils.h @@ -1,4 +1,4 @@ -// Copyright 2010-2021 Google LLC +// Copyright 2010-2022 Google LLC // Licensed under the Apache License, Version 2.0 (the "License"); // you may not use this file except in compliance with the License. // You may obtain a copy of the License at diff --git a/ortools/math_opt/core/model_summary.cc b/ortools/math_opt/core/model_summary.cc index 79fd8e558f..3064129657 100644 --- a/ortools/math_opt/core/model_summary.cc +++ b/ortools/math_opt/core/model_summary.cc @@ -1,4 +1,4 @@ -// Copyright 2010-2021 Google LLC +// Copyright 2010-2022 Google LLC // Licensed under the Apache License, Version 2.0 (the "License"); // you may not use this file except in compliance with the License. // You may obtain a copy of the License at diff --git a/ortools/math_opt/core/model_summary.h b/ortools/math_opt/core/model_summary.h index c6dd97bf0a..0ead922ba0 100644 --- a/ortools/math_opt/core/model_summary.h +++ b/ortools/math_opt/core/model_summary.h @@ -1,4 +1,4 @@ -// Copyright 2010-2021 Google LLC +// Copyright 2010-2022 Google LLC // Licensed under the Apache License, Version 2.0 (the "License"); // you may not use this file except in compliance with the License. // You may obtain a copy of the License at diff --git a/ortools/math_opt/core/non_streamable_solver_init_arguments.h b/ortools/math_opt/core/non_streamable_solver_init_arguments.h index 2b2afd69ce..d97f202cf9 100644 --- a/ortools/math_opt/core/non_streamable_solver_init_arguments.h +++ b/ortools/math_opt/core/non_streamable_solver_init_arguments.h @@ -1,4 +1,4 @@ -// Copyright 2010-2021 Google LLC +// Copyright 2010-2022 Google LLC // Licensed under the Apache License, Version 2.0 (the "License"); // you may not use this file except in compliance with the License. // You may obtain a copy of the License at diff --git a/ortools/math_opt/core/solve_interrupter.cc b/ortools/math_opt/core/solve_interrupter.cc index 1a7868fb9d..2252e5fae8 100644 --- a/ortools/math_opt/core/solve_interrupter.cc +++ b/ortools/math_opt/core/solve_interrupter.cc @@ -1,4 +1,4 @@ -// Copyright 2010-2021 Google LLC +// Copyright 2010-2022 Google LLC // Licensed under the Apache License, Version 2.0 (the "License"); // you may not use this file except in compliance with the License. // You may obtain a copy of the License at diff --git a/ortools/math_opt/core/solve_interrupter.h b/ortools/math_opt/core/solve_interrupter.h index 8bfe4e5eb9..2ee9bfe604 100644 --- a/ortools/math_opt/core/solve_interrupter.h +++ b/ortools/math_opt/core/solve_interrupter.h @@ -1,4 +1,4 @@ -// Copyright 2010-2021 Google LLC +// Copyright 2010-2022 Google LLC // Licensed under the Apache License, Version 2.0 (the "License"); // you may not use this file except in compliance with the License. // You may obtain a copy of the License at diff --git a/ortools/math_opt/core/solver.cc b/ortools/math_opt/core/solver.cc index d0dc33901e..b074e430c7 100644 --- a/ortools/math_opt/core/solver.cc +++ b/ortools/math_opt/core/solver.cc @@ -1,4 +1,4 @@ -// Copyright 2010-2021 Google LLC +// Copyright 2010-2022 Google LLC // Licensed under the Apache License, Version 2.0 (the "License"); // you may not use this file except in compliance with the License. // You may obtain a copy of the License at diff --git a/ortools/math_opt/core/solver.h b/ortools/math_opt/core/solver.h index b0e7612f5b..00b31b3b7f 100644 --- a/ortools/math_opt/core/solver.h +++ b/ortools/math_opt/core/solver.h @@ -1,4 +1,4 @@ -// Copyright 2010-2021 Google LLC +// Copyright 2010-2022 Google LLC // Licensed under the Apache License, Version 2.0 (the "License"); // you may not use this file except in compliance with the License. // You may obtain a copy of the License at diff --git a/ortools/math_opt/core/solver_debug.cc b/ortools/math_opt/core/solver_debug.cc index b78f050d14..04ced2854d 100644 --- a/ortools/math_opt/core/solver_debug.cc +++ b/ortools/math_opt/core/solver_debug.cc @@ -1,4 +1,4 @@ -// Copyright 2010-2021 Google LLC +// Copyright 2010-2022 Google LLC // Licensed under the Apache License, Version 2.0 (the "License"); // you may not use this file except in compliance with the License. // You may obtain a copy of the License at diff --git a/ortools/math_opt/core/solver_debug.h b/ortools/math_opt/core/solver_debug.h index 2d2d899e73..8571e35d7f 100644 --- a/ortools/math_opt/core/solver_debug.h +++ b/ortools/math_opt/core/solver_debug.h @@ -1,4 +1,4 @@ -// Copyright 2010-2021 Google LLC +// Copyright 2010-2022 Google LLC // Licensed under the Apache License, Version 2.0 (the "License"); // you may not use this file except in compliance with the License. // You may obtain a copy of the License at diff --git a/ortools/math_opt/core/solver_interface.cc b/ortools/math_opt/core/solver_interface.cc index 94d4d3214c..37c09e9fc4 100644 --- a/ortools/math_opt/core/solver_interface.cc +++ b/ortools/math_opt/core/solver_interface.cc @@ -1,4 +1,4 @@ -// Copyright 2010-2021 Google LLC +// Copyright 2010-2022 Google LLC // Licensed under the Apache License, Version 2.0 (the "License"); // you may not use this file except in compliance with the License. // You may obtain a copy of the License at diff --git a/ortools/math_opt/core/solver_interface.h b/ortools/math_opt/core/solver_interface.h index 2dcba61767..99ff679a06 100644 --- a/ortools/math_opt/core/solver_interface.h +++ b/ortools/math_opt/core/solver_interface.h @@ -1,4 +1,4 @@ -// Copyright 2010-2021 Google LLC +// Copyright 2010-2022 Google LLC // Licensed under the Apache License, Version 2.0 (the "License"); // you may not use this file except in compliance with the License. // You may obtain a copy of the License at diff --git a/ortools/math_opt/core/sparse_collection_matchers.cc b/ortools/math_opt/core/sparse_collection_matchers.cc index 784d8fae5f..9d8afa69da 100644 --- a/ortools/math_opt/core/sparse_collection_matchers.cc +++ b/ortools/math_opt/core/sparse_collection_matchers.cc @@ -1,4 +1,4 @@ -// Copyright 2010-2021 Google LLC +// Copyright 2010-2022 Google LLC // Licensed under the Apache License, Version 2.0 (the "License"); // you may not use this file except in compliance with the License. // You may obtain a copy of the License at diff --git a/ortools/math_opt/core/sparse_collection_matchers.h b/ortools/math_opt/core/sparse_collection_matchers.h index 3dc66fe8a1..b35e297773 100644 --- a/ortools/math_opt/core/sparse_collection_matchers.h +++ b/ortools/math_opt/core/sparse_collection_matchers.h @@ -1,4 +1,4 @@ -// Copyright 2010-2021 Google LLC +// Copyright 2010-2022 Google LLC // Licensed under the Apache License, Version 2.0 (the "License"); // you may not use this file except in compliance with the License. // You may obtain a copy of the License at diff --git a/ortools/math_opt/core/sparse_submatrix.cc b/ortools/math_opt/core/sparse_submatrix.cc index 783d7706cb..7a5f71cb21 100644 --- a/ortools/math_opt/core/sparse_submatrix.cc +++ b/ortools/math_opt/core/sparse_submatrix.cc @@ -1,4 +1,4 @@ -// Copyright 2010-2021 Google LLC +// Copyright 2010-2022 Google LLC // Licensed under the Apache License, Version 2.0 (the "License"); // you may not use this file except in compliance with the License. // You may obtain a copy of the License at diff --git a/ortools/math_opt/core/sparse_submatrix.h b/ortools/math_opt/core/sparse_submatrix.h index 706897af08..4452a52085 100644 --- a/ortools/math_opt/core/sparse_submatrix.h +++ b/ortools/math_opt/core/sparse_submatrix.h @@ -1,4 +1,4 @@ -// Copyright 2010-2021 Google LLC +// Copyright 2010-2022 Google LLC // Licensed under the Apache License, Version 2.0 (the "License"); // you may not use this file except in compliance with the License. // You may obtain a copy of the License at diff --git a/ortools/math_opt/core/sparse_vector.h b/ortools/math_opt/core/sparse_vector.h index 962af727b5..e5fd8bb659 100644 --- a/ortools/math_opt/core/sparse_vector.h +++ b/ortools/math_opt/core/sparse_vector.h @@ -1,4 +1,4 @@ -// Copyright 2010-2021 Google LLC +// Copyright 2010-2022 Google LLC // Licensed under the Apache License, Version 2.0 (the "License"); // you may not use this file except in compliance with the License. // You may obtain a copy of the License at diff --git a/ortools/math_opt/core/sparse_vector_view.h b/ortools/math_opt/core/sparse_vector_view.h index 0e64877af5..7def9dc18f 100644 --- a/ortools/math_opt/core/sparse_vector_view.h +++ b/ortools/math_opt/core/sparse_vector_view.h @@ -1,4 +1,4 @@ -// Copyright 2010-2021 Google LLC +// Copyright 2010-2022 Google LLC // Licensed under the Apache License, Version 2.0 (the "License"); // you may not use this file except in compliance with the License. // You may obtain a copy of the License at diff --git a/ortools/math_opt/cpp/basis_status.cc b/ortools/math_opt/cpp/basis_status.cc index 76df25b0b1..bbaf3e7cbc 100644 --- a/ortools/math_opt/cpp/basis_status.cc +++ b/ortools/math_opt/cpp/basis_status.cc @@ -1,4 +1,4 @@ -// Copyright 2010-2021 Google LLC +// Copyright 2010-2022 Google LLC // Licensed under the Apache License, Version 2.0 (the "License"); // you may not use this file except in compliance with the License. // You may obtain a copy of the License at diff --git a/ortools/math_opt/cpp/basis_status.h b/ortools/math_opt/cpp/basis_status.h index 5c0dc6a53a..219a2baad1 100644 --- a/ortools/math_opt/cpp/basis_status.h +++ b/ortools/math_opt/cpp/basis_status.h @@ -1,4 +1,4 @@ -// Copyright 2010-2021 Google LLC +// Copyright 2010-2022 Google LLC // Licensed under the Apache License, Version 2.0 (the "License"); // you may not use this file except in compliance with the License. // You may obtain a copy of the License at diff --git a/ortools/math_opt/cpp/callback.cc b/ortools/math_opt/cpp/callback.cc index cee4bf5ded..eaec75bcc3 100644 --- a/ortools/math_opt/cpp/callback.cc +++ b/ortools/math_opt/cpp/callback.cc @@ -1,4 +1,4 @@ -// Copyright 2010-2021 Google LLC +// Copyright 2010-2022 Google LLC // Licensed under the Apache License, Version 2.0 (the "License"); // you may not use this file except in compliance with the License. // You may obtain a copy of the License at diff --git a/ortools/math_opt/cpp/callback.h b/ortools/math_opt/cpp/callback.h index 764451fc70..c3c3ef888d 100644 --- a/ortools/math_opt/cpp/callback.h +++ b/ortools/math_opt/cpp/callback.h @@ -1,4 +1,4 @@ -// Copyright 2010-2021 Google LLC +// Copyright 2010-2022 Google LLC // Licensed under the Apache License, Version 2.0 (the "License"); // you may not use this file except in compliance with the License. // You may obtain a copy of the License at diff --git a/ortools/math_opt/cpp/enums.h b/ortools/math_opt/cpp/enums.h index 36f185ea29..230f436ca0 100644 --- a/ortools/math_opt/cpp/enums.h +++ b/ortools/math_opt/cpp/enums.h @@ -1,4 +1,4 @@ -// Copyright 2010-2021 Google LLC +// Copyright 2010-2022 Google LLC // Licensed under the Apache License, Version 2.0 (the "License"); // you may not use this file except in compliance with the License. // You may obtain a copy of the License at diff --git a/ortools/math_opt/cpp/id_map.h b/ortools/math_opt/cpp/id_map.h index 7243c15218..3439fbe7f6 100644 --- a/ortools/math_opt/cpp/id_map.h +++ b/ortools/math_opt/cpp/id_map.h @@ -1,4 +1,4 @@ -// Copyright 2010-2021 Google LLC +// Copyright 2010-2022 Google LLC // Licensed under the Apache License, Version 2.0 (the "License"); // you may not use this file except in compliance with the License. // You may obtain a copy of the License at diff --git a/ortools/math_opt/cpp/id_set.h b/ortools/math_opt/cpp/id_set.h index f269b703e8..678f2972ad 100644 --- a/ortools/math_opt/cpp/id_set.h +++ b/ortools/math_opt/cpp/id_set.h @@ -1,4 +1,4 @@ -// Copyright 2010-2021 Google LLC +// Copyright 2010-2022 Google LLC // Licensed under the Apache License, Version 2.0 (the "License"); // you may not use this file except in compliance with the License. // You may obtain a copy of the License at diff --git a/ortools/math_opt/cpp/key_types.h b/ortools/math_opt/cpp/key_types.h index f078752811..3034f1923d 100644 --- a/ortools/math_opt/cpp/key_types.h +++ b/ortools/math_opt/cpp/key_types.h @@ -1,4 +1,4 @@ -// Copyright 2010-2021 Google LLC +// Copyright 2010-2022 Google LLC // Licensed under the Apache License, Version 2.0 (the "License"); // you may not use this file except in compliance with the License. // You may obtain a copy of the License at diff --git a/ortools/math_opt/cpp/linear_constraint.h b/ortools/math_opt/cpp/linear_constraint.h index 723b1ba5ca..5d9a0976a2 100644 --- a/ortools/math_opt/cpp/linear_constraint.h +++ b/ortools/math_opt/cpp/linear_constraint.h @@ -1,4 +1,4 @@ -// Copyright 2010-2021 Google LLC +// Copyright 2010-2022 Google LLC // Licensed under the Apache License, Version 2.0 (the "License"); // you may not use this file except in compliance with the License. // You may obtain a copy of the License at diff --git a/ortools/math_opt/cpp/map_filter.h b/ortools/math_opt/cpp/map_filter.h index 2a8cf8d1a8..f488dc3aec 100644 --- a/ortools/math_opt/cpp/map_filter.h +++ b/ortools/math_opt/cpp/map_filter.h @@ -1,4 +1,4 @@ -// Copyright 2010-2021 Google LLC +// Copyright 2010-2022 Google LLC // Licensed under the Apache License, Version 2.0 (the "License"); // you may not use this file except in compliance with the License. // You may obtain a copy of the License at diff --git a/ortools/math_opt/cpp/matchers.cc b/ortools/math_opt/cpp/matchers.cc index 321a168be3..6609822613 100644 --- a/ortools/math_opt/cpp/matchers.cc +++ b/ortools/math_opt/cpp/matchers.cc @@ -1,4 +1,4 @@ -// Copyright 2010-2021 Google LLC +// Copyright 2010-2022 Google LLC // Licensed under the Apache License, Version 2.0 (the "License"); // you may not use this file except in compliance with the License. // You may obtain a copy of the License at diff --git a/ortools/math_opt/cpp/matchers.h b/ortools/math_opt/cpp/matchers.h index 40ce4b9bb4..c6b61fccb9 100644 --- a/ortools/math_opt/cpp/matchers.h +++ b/ortools/math_opt/cpp/matchers.h @@ -1,4 +1,4 @@ -// Copyright 2010-2021 Google LLC +// Copyright 2010-2022 Google LLC // Licensed under the Apache License, Version 2.0 (the "License"); // you may not use this file except in compliance with the License. // You may obtain a copy of the License at diff --git a/ortools/math_opt/cpp/math_opt.h b/ortools/math_opt/cpp/math_opt.h index 2ea13704bc..e75e04a9ba 100644 --- a/ortools/math_opt/cpp/math_opt.h +++ b/ortools/math_opt/cpp/math_opt.h @@ -1,4 +1,4 @@ -// Copyright 2010-2021 Google LLC +// Copyright 2010-2022 Google LLC // Licensed under the Apache License, Version 2.0 (the "License"); // you may not use this file except in compliance with the License. // You may obtain a copy of the License at diff --git a/ortools/math_opt/cpp/message_callback.cc b/ortools/math_opt/cpp/message_callback.cc index 4ca02eba08..6ce3025e34 100644 --- a/ortools/math_opt/cpp/message_callback.cc +++ b/ortools/math_opt/cpp/message_callback.cc @@ -1,4 +1,4 @@ -// Copyright 2010-2021 Google LLC +// Copyright 2010-2022 Google LLC // Licensed under the Apache License, Version 2.0 (the "License"); // you may not use this file except in compliance with the License. // You may obtain a copy of the License at diff --git a/ortools/math_opt/cpp/message_callback.h b/ortools/math_opt/cpp/message_callback.h index f6568194fc..5307f85300 100644 --- a/ortools/math_opt/cpp/message_callback.h +++ b/ortools/math_opt/cpp/message_callback.h @@ -1,4 +1,4 @@ -// Copyright 2010-2021 Google LLC +// Copyright 2010-2022 Google LLC // Licensed under the Apache License, Version 2.0 (the "License"); // you may not use this file except in compliance with the License. // You may obtain a copy of the License at diff --git a/ortools/math_opt/cpp/model.cc b/ortools/math_opt/cpp/model.cc index 68d61e28b6..de7633dd68 100644 --- a/ortools/math_opt/cpp/model.cc +++ b/ortools/math_opt/cpp/model.cc @@ -1,4 +1,4 @@ -// Copyright 2010-2021 Google LLC +// Copyright 2010-2022 Google LLC // Licensed under the Apache License, Version 2.0 (the "License"); // you may not use this file except in compliance with the License. // You may obtain a copy of the License at diff --git a/ortools/math_opt/cpp/model.h b/ortools/math_opt/cpp/model.h index a563fbbc2f..1b4c243582 100644 --- a/ortools/math_opt/cpp/model.h +++ b/ortools/math_opt/cpp/model.h @@ -1,4 +1,4 @@ -// Copyright 2010-2021 Google LLC +// Copyright 2010-2022 Google LLC // Licensed under the Apache License, Version 2.0 (the "License"); // you may not use this file except in compliance with the License. // You may obtain a copy of the License at diff --git a/ortools/math_opt/cpp/model_solve_parameters.cc b/ortools/math_opt/cpp/model_solve_parameters.cc index f735f541b4..0222edd038 100644 --- a/ortools/math_opt/cpp/model_solve_parameters.cc +++ b/ortools/math_opt/cpp/model_solve_parameters.cc @@ -1,4 +1,4 @@ -// Copyright 2010-2021 Google LLC +// Copyright 2010-2022 Google LLC // Licensed under the Apache License, Version 2.0 (the "License"); // you may not use this file except in compliance with the License. // You may obtain a copy of the License at diff --git a/ortools/math_opt/cpp/model_solve_parameters.h b/ortools/math_opt/cpp/model_solve_parameters.h index 09e0d94094..78a3855f15 100644 --- a/ortools/math_opt/cpp/model_solve_parameters.h +++ b/ortools/math_opt/cpp/model_solve_parameters.h @@ -1,4 +1,4 @@ -// Copyright 2010-2021 Google LLC +// Copyright 2010-2022 Google LLC // Licensed under the Apache License, Version 2.0 (the "License"); // you may not use this file except in compliance with the License. // You may obtain a copy of the License at diff --git a/ortools/math_opt/cpp/parameters.cc b/ortools/math_opt/cpp/parameters.cc index 2c4492b61b..5214906dda 100644 --- a/ortools/math_opt/cpp/parameters.cc +++ b/ortools/math_opt/cpp/parameters.cc @@ -1,4 +1,4 @@ -// Copyright 2010-2021 Google LLC +// Copyright 2010-2022 Google LLC // Licensed under the Apache License, Version 2.0 (the "License"); // you may not use this file except in compliance with the License. // You may obtain a copy of the License at diff --git a/ortools/math_opt/cpp/parameters.h b/ortools/math_opt/cpp/parameters.h index ca3f3ef2a8..eb7978b4b1 100644 --- a/ortools/math_opt/cpp/parameters.h +++ b/ortools/math_opt/cpp/parameters.h @@ -1,4 +1,4 @@ -// Copyright 2010-2021 Google LLC +// Copyright 2010-2022 Google LLC // Licensed under the Apache License, Version 2.0 (the "License"); // you may not use this file except in compliance with the License. // You may obtain a copy of the License at diff --git a/ortools/math_opt/cpp/solution.cc b/ortools/math_opt/cpp/solution.cc index e992568690..330ffc54f7 100644 --- a/ortools/math_opt/cpp/solution.cc +++ b/ortools/math_opt/cpp/solution.cc @@ -1,4 +1,4 @@ -// Copyright 2010-2021 Google LLC +// Copyright 2010-2022 Google LLC // Licensed under the Apache License, Version 2.0 (the "License"); // you may not use this file except in compliance with the License. // You may obtain a copy of the License at diff --git a/ortools/math_opt/cpp/solution.h b/ortools/math_opt/cpp/solution.h index 8d5a20ac25..0090e07576 100644 --- a/ortools/math_opt/cpp/solution.h +++ b/ortools/math_opt/cpp/solution.h @@ -1,4 +1,4 @@ -// Copyright 2010-2021 Google LLC +// Copyright 2010-2022 Google LLC // Licensed under the Apache License, Version 2.0 (the "License"); // you may not use this file except in compliance with the License. // You may obtain a copy of the License at diff --git a/ortools/math_opt/cpp/solve.cc b/ortools/math_opt/cpp/solve.cc index 18cbc25354..9dec2eb5a0 100644 --- a/ortools/math_opt/cpp/solve.cc +++ b/ortools/math_opt/cpp/solve.cc @@ -1,4 +1,4 @@ -// Copyright 2010-2021 Google LLC +// Copyright 2010-2022 Google LLC // Licensed under the Apache License, Version 2.0 (the "License"); // you may not use this file except in compliance with the License. // You may obtain a copy of the License at diff --git a/ortools/math_opt/cpp/solve.h b/ortools/math_opt/cpp/solve.h index 3933701488..fc8f87ead7 100644 --- a/ortools/math_opt/cpp/solve.h +++ b/ortools/math_opt/cpp/solve.h @@ -1,4 +1,4 @@ -// Copyright 2010-2021 Google LLC +// Copyright 2010-2022 Google LLC // Licensed under the Apache License, Version 2.0 (the "License"); // you may not use this file except in compliance with the License. // You may obtain a copy of the License at diff --git a/ortools/math_opt/cpp/solve_arguments.h b/ortools/math_opt/cpp/solve_arguments.h index 7a5d52cd75..40b0d6ee63 100644 --- a/ortools/math_opt/cpp/solve_arguments.h +++ b/ortools/math_opt/cpp/solve_arguments.h @@ -1,4 +1,4 @@ -// Copyright 2010-2021 Google LLC +// Copyright 2010-2022 Google LLC // Licensed under the Apache License, Version 2.0 (the "License"); // you may not use this file except in compliance with the License. // You may obtain a copy of the License at diff --git a/ortools/math_opt/cpp/solve_result.cc b/ortools/math_opt/cpp/solve_result.cc index 6bc0077e93..cb95ac7a92 100644 --- a/ortools/math_opt/cpp/solve_result.cc +++ b/ortools/math_opt/cpp/solve_result.cc @@ -1,4 +1,4 @@ -// Copyright 2010-2021 Google LLC +// Copyright 2010-2022 Google LLC // Licensed under the Apache License, Version 2.0 (the "License"); // you may not use this file except in compliance with the License. // You may obtain a copy of the License at diff --git a/ortools/math_opt/cpp/solve_result.h b/ortools/math_opt/cpp/solve_result.h index d04e6ed9f8..959d2a201b 100644 --- a/ortools/math_opt/cpp/solve_result.h +++ b/ortools/math_opt/cpp/solve_result.h @@ -1,4 +1,4 @@ -// Copyright 2010-2021 Google LLC +// Copyright 2010-2022 Google LLC // Licensed under the Apache License, Version 2.0 (the "License"); // you may not use this file except in compliance with the License. // You may obtain a copy of the License at diff --git a/ortools/math_opt/cpp/solver_init_arguments.cc b/ortools/math_opt/cpp/solver_init_arguments.cc index a0cf90e759..44fc806f52 100644 --- a/ortools/math_opt/cpp/solver_init_arguments.cc +++ b/ortools/math_opt/cpp/solver_init_arguments.cc @@ -1,4 +1,4 @@ -// Copyright 2010-2021 Google LLC +// Copyright 2010-2022 Google LLC // Licensed under the Apache License, Version 2.0 (the "License"); // you may not use this file except in compliance with the License. // You may obtain a copy of the License at diff --git a/ortools/math_opt/cpp/solver_init_arguments.h b/ortools/math_opt/cpp/solver_init_arguments.h index 67272e936f..c8d966b88d 100644 --- a/ortools/math_opt/cpp/solver_init_arguments.h +++ b/ortools/math_opt/cpp/solver_init_arguments.h @@ -1,4 +1,4 @@ -// Copyright 2010-2021 Google LLC +// Copyright 2010-2022 Google LLC // Licensed under the Apache License, Version 2.0 (the "License"); // you may not use this file except in compliance with the License. // You may obtain a copy of the License at diff --git a/ortools/math_opt/cpp/sparse_containers.cc b/ortools/math_opt/cpp/sparse_containers.cc index ddcd125023..d8d730daea 100644 --- a/ortools/math_opt/cpp/sparse_containers.cc +++ b/ortools/math_opt/cpp/sparse_containers.cc @@ -1,4 +1,4 @@ -// Copyright 2010-2021 Google LLC +// Copyright 2010-2022 Google LLC // Licensed under the Apache License, Version 2.0 (the "License"); // you may not use this file except in compliance with the License. // You may obtain a copy of the License at diff --git a/ortools/math_opt/cpp/sparse_containers.h b/ortools/math_opt/cpp/sparse_containers.h index 774dc56b25..e585e2e4a0 100644 --- a/ortools/math_opt/cpp/sparse_containers.h +++ b/ortools/math_opt/cpp/sparse_containers.h @@ -1,4 +1,4 @@ -// Copyright 2010-2021 Google LLC +// Copyright 2010-2022 Google LLC // Licensed under the Apache License, Version 2.0 (the "License"); // you may not use this file except in compliance with the License. // You may obtain a copy of the License at diff --git a/ortools/math_opt/cpp/statistics.cc b/ortools/math_opt/cpp/statistics.cc index 4198da31ee..550d2c587d 100644 --- a/ortools/math_opt/cpp/statistics.cc +++ b/ortools/math_opt/cpp/statistics.cc @@ -1,4 +1,4 @@ -// Copyright 2010-2021 Google LLC +// Copyright 2010-2022 Google LLC // Licensed under the Apache License, Version 2.0 (the "License"); // you may not use this file except in compliance with the License. // You may obtain a copy of the License at diff --git a/ortools/math_opt/cpp/statistics.h b/ortools/math_opt/cpp/statistics.h index 665f8a6cb7..12c9967f00 100644 --- a/ortools/math_opt/cpp/statistics.h +++ b/ortools/math_opt/cpp/statistics.h @@ -1,4 +1,4 @@ -// Copyright 2010-2021 Google LLC +// Copyright 2010-2022 Google LLC // Licensed under the Apache License, Version 2.0 (the "License"); // you may not use this file except in compliance with the License. // You may obtain a copy of the License at diff --git a/ortools/math_opt/cpp/streamable_solver_init_arguments.cc b/ortools/math_opt/cpp/streamable_solver_init_arguments.cc index 92166b6d10..116b58c2ee 100644 --- a/ortools/math_opt/cpp/streamable_solver_init_arguments.cc +++ b/ortools/math_opt/cpp/streamable_solver_init_arguments.cc @@ -1,4 +1,4 @@ -// Copyright 2010-2021 Google LLC +// Copyright 2010-2022 Google LLC // Licensed under the Apache License, Version 2.0 (the "License"); // you may not use this file except in compliance with the License. // You may obtain a copy of the License at diff --git a/ortools/math_opt/cpp/streamable_solver_init_arguments.h b/ortools/math_opt/cpp/streamable_solver_init_arguments.h index 4b78e5d2c4..9992cb6062 100644 --- a/ortools/math_opt/cpp/streamable_solver_init_arguments.h +++ b/ortools/math_opt/cpp/streamable_solver_init_arguments.h @@ -1,4 +1,4 @@ -// Copyright 2010-2021 Google LLC +// Copyright 2010-2022 Google LLC // Licensed under the Apache License, Version 2.0 (the "License"); // you may not use this file except in compliance with the License. // You may obtain a copy of the License at diff --git a/ortools/math_opt/cpp/update_tracker.cc b/ortools/math_opt/cpp/update_tracker.cc index ef6f6afda3..498b7b50fd 100644 --- a/ortools/math_opt/cpp/update_tracker.cc +++ b/ortools/math_opt/cpp/update_tracker.cc @@ -1,4 +1,4 @@ -// Copyright 2010-2021 Google LLC +// Copyright 2010-2022 Google LLC // Licensed under the Apache License, Version 2.0 (the "License"); // you may not use this file except in compliance with the License. // You may obtain a copy of the License at diff --git a/ortools/math_opt/cpp/update_tracker.h b/ortools/math_opt/cpp/update_tracker.h index 62d6f3fc60..d173393aa3 100644 --- a/ortools/math_opt/cpp/update_tracker.h +++ b/ortools/math_opt/cpp/update_tracker.h @@ -1,4 +1,4 @@ -// Copyright 2010-2021 Google LLC +// Copyright 2010-2022 Google LLC // Licensed under the Apache License, Version 2.0 (the "License"); // you may not use this file except in compliance with the License. // You may obtain a copy of the License at diff --git a/ortools/math_opt/cpp/variable_and_expressions.cc b/ortools/math_opt/cpp/variable_and_expressions.cc index 925f92d74a..e8b3b47211 100644 --- a/ortools/math_opt/cpp/variable_and_expressions.cc +++ b/ortools/math_opt/cpp/variable_and_expressions.cc @@ -1,4 +1,4 @@ -// Copyright 2010-2021 Google LLC +// Copyright 2010-2022 Google LLC // Licensed under the Apache License, Version 2.0 (the "License"); // you may not use this file except in compliance with the License. // You may obtain a copy of the License at diff --git a/ortools/math_opt/cpp/variable_and_expressions.h b/ortools/math_opt/cpp/variable_and_expressions.h index 2dc9b8170c..0885c68fa0 100644 --- a/ortools/math_opt/cpp/variable_and_expressions.h +++ b/ortools/math_opt/cpp/variable_and_expressions.h @@ -1,4 +1,4 @@ -// Copyright 2010-2021 Google LLC +// Copyright 2010-2022 Google LLC // Licensed under the Apache License, Version 2.0 (the "License"); // you may not use this file except in compliance with the License. // You may obtain a copy of the License at diff --git a/ortools/math_opt/io/mps_converter.cc b/ortools/math_opt/io/mps_converter.cc index d28ef83abc..51cc508cc4 100644 --- a/ortools/math_opt/io/mps_converter.cc +++ b/ortools/math_opt/io/mps_converter.cc @@ -1,4 +1,4 @@ -// Copyright 2010-2021 Google LLC +// Copyright 2010-2022 Google LLC // Licensed under the Apache License, Version 2.0 (the "License"); // you may not use this file except in compliance with the License. // You may obtain a copy of the License at diff --git a/ortools/math_opt/io/mps_converter.h b/ortools/math_opt/io/mps_converter.h index ccdca4d04c..fe1dc14864 100644 --- a/ortools/math_opt/io/mps_converter.h +++ b/ortools/math_opt/io/mps_converter.h @@ -1,4 +1,4 @@ -// Copyright 2010-2021 Google LLC +// Copyright 2010-2022 Google LLC // Licensed under the Apache License, Version 2.0 (the "License"); // you may not use this file except in compliance with the License. // You may obtain a copy of the License at diff --git a/ortools/math_opt/io/names_removal.cc b/ortools/math_opt/io/names_removal.cc index b5c1bd020e..f18674891d 100644 --- a/ortools/math_opt/io/names_removal.cc +++ b/ortools/math_opt/io/names_removal.cc @@ -1,4 +1,4 @@ -// Copyright 2010-2021 Google LLC +// Copyright 2010-2022 Google LLC // Licensed under the Apache License, Version 2.0 (the "License"); // you may not use this file except in compliance with the License. // You may obtain a copy of the License at diff --git a/ortools/math_opt/io/names_removal.h b/ortools/math_opt/io/names_removal.h index 72fdbd134e..5cf5ed322b 100644 --- a/ortools/math_opt/io/names_removal.h +++ b/ortools/math_opt/io/names_removal.h @@ -1,4 +1,4 @@ -// Copyright 2010-2021 Google LLC +// Copyright 2010-2022 Google LLC // Licensed under the Apache License, Version 2.0 (the "License"); // you may not use this file except in compliance with the License. // You may obtain a copy of the License at diff --git a/ortools/math_opt/io/proto_converter.cc b/ortools/math_opt/io/proto_converter.cc index 923817368b..5ae8359e08 100644 --- a/ortools/math_opt/io/proto_converter.cc +++ b/ortools/math_opt/io/proto_converter.cc @@ -1,4 +1,4 @@ -// Copyright 2010-2021 Google LLC +// Copyright 2010-2022 Google LLC // Licensed under the Apache License, Version 2.0 (the "License"); // you may not use this file except in compliance with the License. // You may obtain a copy of the License at diff --git a/ortools/math_opt/io/proto_converter.h b/ortools/math_opt/io/proto_converter.h index 34af40fbf0..a3d1231f95 100644 --- a/ortools/math_opt/io/proto_converter.h +++ b/ortools/math_opt/io/proto_converter.h @@ -1,4 +1,4 @@ -// Copyright 2010-2021 Google LLC +// Copyright 2010-2022 Google LLC // Licensed under the Apache License, Version 2.0 (the "License"); // you may not use this file except in compliance with the License. // You may obtain a copy of the License at diff --git a/ortools/math_opt/model.proto b/ortools/math_opt/model.proto index 58aa23e99c..9af47004c4 100644 --- a/ortools/math_opt/model.proto +++ b/ortools/math_opt/model.proto @@ -1,4 +1,4 @@ -// Copyright 2010-2021 Google LLC +// Copyright 2010-2022 Google LLC // Licensed under the Apache License, Version 2.0 (the "License"); // you may not use this file except in compliance with the License. // You may obtain a copy of the License at diff --git a/ortools/math_opt/model_parameters.proto b/ortools/math_opt/model_parameters.proto index 27f8ba7012..5c5fe9a0e7 100644 --- a/ortools/math_opt/model_parameters.proto +++ b/ortools/math_opt/model_parameters.proto @@ -1,4 +1,4 @@ -// Copyright 2010-2021 Google LLC +// Copyright 2010-2022 Google LLC // Licensed under the Apache License, Version 2.0 (the "License"); // you may not use this file except in compliance with the License. // You may obtain a copy of the License at diff --git a/ortools/math_opt/model_update.proto b/ortools/math_opt/model_update.proto index 56acb7b5c1..4b40208cd4 100644 --- a/ortools/math_opt/model_update.proto +++ b/ortools/math_opt/model_update.proto @@ -1,4 +1,4 @@ -// Copyright 2010-2021 Google LLC +// Copyright 2010-2022 Google LLC // Licensed under the Apache License, Version 2.0 (the "License"); // you may not use this file except in compliance with the License. // You may obtain a copy of the License at diff --git a/ortools/math_opt/parameters.proto b/ortools/math_opt/parameters.proto index ab8a4bfff5..71e9b5ce1a 100644 --- a/ortools/math_opt/parameters.proto +++ b/ortools/math_opt/parameters.proto @@ -1,4 +1,4 @@ -// Copyright 2010-2021 Google LLC +// Copyright 2010-2022 Google LLC // Licensed under the Apache License, Version 2.0 (the "License"); // you may not use this file except in compliance with the License. // You may obtain a copy of the License at diff --git a/ortools/math_opt/result.proto b/ortools/math_opt/result.proto index adf5faae48..057957a211 100644 --- a/ortools/math_opt/result.proto +++ b/ortools/math_opt/result.proto @@ -1,4 +1,4 @@ -// Copyright 2010-2021 Google LLC +// Copyright 2010-2022 Google LLC // Licensed under the Apache License, Version 2.0 (the "License"); // you may not use this file except in compliance with the License. // You may obtain a copy of the License at diff --git a/ortools/math_opt/samples/basic_example_mo.cc b/ortools/math_opt/samples/basic_example_mo.cc index e99a91615d..3fbe0e4459 100644 --- a/ortools/math_opt/samples/basic_example_mo.cc +++ b/ortools/math_opt/samples/basic_example_mo.cc @@ -1,4 +1,4 @@ -// Copyright 2010-2021 Google LLC +// Copyright 2010-2022 Google LLC // Licensed under the Apache License, Version 2.0 (the "License"); // you may not use this file except in compliance with the License. // You may obtain a copy of the License at diff --git a/ortools/math_opt/samples/cocktail_hour_mo.cc b/ortools/math_opt/samples/cocktail_hour_mo.cc index c7edabea58..3742dbc6a8 100644 --- a/ortools/math_opt/samples/cocktail_hour_mo.cc +++ b/ortools/math_opt/samples/cocktail_hour_mo.cc @@ -1,4 +1,4 @@ -// Copyright 2010-2021 Google LLC +// Copyright 2010-2022 Google LLC // Licensed under the Apache License, Version 2.0 (the "License"); // you may not use this file except in compliance with the License. // You may obtain a copy of the License at diff --git a/ortools/math_opt/samples/cutting_stock_mo.cc b/ortools/math_opt/samples/cutting_stock_mo.cc index 824f303d48..a4b4e0ee83 100644 --- a/ortools/math_opt/samples/cutting_stock_mo.cc +++ b/ortools/math_opt/samples/cutting_stock_mo.cc @@ -1,4 +1,4 @@ -// Copyright 2010-2021 Google LLC +// Copyright 2010-2022 Google LLC // Licensed under the Apache License, Version 2.0 (the "License"); // you may not use this file except in compliance with the License. // You may obtain a copy of the License at diff --git a/ortools/math_opt/samples/facility_lp_benders_mo.cc b/ortools/math_opt/samples/facility_lp_benders_mo.cc index f5380376ce..4e6c5a710c 100644 --- a/ortools/math_opt/samples/facility_lp_benders_mo.cc +++ b/ortools/math_opt/samples/facility_lp_benders_mo.cc @@ -1,4 +1,4 @@ -// Copyright 2010-2021 Google LLC +// Copyright 2010-2022 Google LLC // Licensed under the Apache License, Version 2.0 (the "License"); // you may not use this file except in compliance with the License. // You may obtain a copy of the License at diff --git a/ortools/math_opt/samples/integer_programming_mo.cc b/ortools/math_opt/samples/integer_programming_mo.cc index fccc22f452..ae1c3e798b 100644 --- a/ortools/math_opt/samples/integer_programming_mo.cc +++ b/ortools/math_opt/samples/integer_programming_mo.cc @@ -1,4 +1,4 @@ -// Copyright 2010-2021 Google LLC +// Copyright 2010-2022 Google LLC // Licensed under the Apache License, Version 2.0 (the "License"); // you may not use this file except in compliance with the License. // You may obtain a copy of the License at diff --git a/ortools/math_opt/samples/lagrangian_relaxation_mo.cc b/ortools/math_opt/samples/lagrangian_relaxation_mo.cc index bb42e6b8b1..f04bd2a8c3 100644 --- a/ortools/math_opt/samples/lagrangian_relaxation_mo.cc +++ b/ortools/math_opt/samples/lagrangian_relaxation_mo.cc @@ -1,4 +1,4 @@ -// Copyright 2010-2021 Google LLC +// Copyright 2010-2022 Google LLC // Licensed under the Apache License, Version 2.0 (the "License"); // you may not use this file except in compliance with the License. // You may obtain a copy of the License at diff --git a/ortools/math_opt/samples/linear_programming_mo.cc b/ortools/math_opt/samples/linear_programming_mo.cc index 3104db9c77..96ab39845b 100644 --- a/ortools/math_opt/samples/linear_programming_mo.cc +++ b/ortools/math_opt/samples/linear_programming_mo.cc @@ -1,4 +1,4 @@ -// Copyright 2010-2021 Google LLC +// Copyright 2010-2022 Google LLC // Licensed under the Apache License, Version 2.0 (the "License"); // you may not use this file except in compliance with the License. // You may obtain a copy of the License at diff --git a/ortools/math_opt/samples/tsp_mo.cc b/ortools/math_opt/samples/tsp_mo.cc index f7b6cd57c1..0018ae2db0 100644 --- a/ortools/math_opt/samples/tsp_mo.cc +++ b/ortools/math_opt/samples/tsp_mo.cc @@ -1,4 +1,4 @@ -// Copyright 2010-2021 Google LLC +// Copyright 2010-2022 Google LLC // Licensed under the Apache License, Version 2.0 (the "License"); // you may not use this file except in compliance with the License. // You may obtain a copy of the License at diff --git a/ortools/math_opt/solution.proto b/ortools/math_opt/solution.proto index 9494f2604f..6135d6d2e4 100644 --- a/ortools/math_opt/solution.proto +++ b/ortools/math_opt/solution.proto @@ -1,4 +1,4 @@ -// Copyright 2010-2021 Google LLC +// Copyright 2010-2022 Google LLC // Licensed under the Apache License, Version 2.0 (the "License"); // you may not use this file except in compliance with the License. // You may obtain a copy of the License at diff --git a/ortools/math_opt/solvers/cp_sat_solver.cc b/ortools/math_opt/solvers/cp_sat_solver.cc index 2ca20e6491..33e67a4a68 100644 --- a/ortools/math_opt/solvers/cp_sat_solver.cc +++ b/ortools/math_opt/solvers/cp_sat_solver.cc @@ -1,4 +1,4 @@ -// Copyright 2010-2021 Google LLC +// Copyright 2010-2022 Google LLC // Licensed under the Apache License, Version 2.0 (the "License"); // you may not use this file except in compliance with the License. // You may obtain a copy of the License at diff --git a/ortools/math_opt/solvers/cp_sat_solver.h b/ortools/math_opt/solvers/cp_sat_solver.h index 437b02b074..f5e814fb25 100644 --- a/ortools/math_opt/solvers/cp_sat_solver.h +++ b/ortools/math_opt/solvers/cp_sat_solver.h @@ -1,4 +1,4 @@ -// Copyright 2010-2021 Google LLC +// Copyright 2010-2022 Google LLC // Licensed under the Apache License, Version 2.0 (the "License"); // you may not use this file except in compliance with the License. // You may obtain a copy of the License at diff --git a/ortools/math_opt/solvers/glop_solver.cc b/ortools/math_opt/solvers/glop_solver.cc index cbe7fb1e8d..aa2e3591ca 100644 --- a/ortools/math_opt/solvers/glop_solver.cc +++ b/ortools/math_opt/solvers/glop_solver.cc @@ -1,4 +1,4 @@ -// Copyright 2010-2021 Google LLC +// Copyright 2010-2022 Google LLC // Licensed under the Apache License, Version 2.0 (the "License"); // you may not use this file except in compliance with the License. // You may obtain a copy of the License at diff --git a/ortools/math_opt/solvers/glop_solver.h b/ortools/math_opt/solvers/glop_solver.h index cfccc9ad66..7b1e3b2751 100644 --- a/ortools/math_opt/solvers/glop_solver.h +++ b/ortools/math_opt/solvers/glop_solver.h @@ -1,4 +1,4 @@ -// Copyright 2010-2021 Google LLC +// Copyright 2010-2022 Google LLC // Licensed under the Apache License, Version 2.0 (the "License"); // you may not use this file except in compliance with the License. // You may obtain a copy of the License at diff --git a/ortools/math_opt/solvers/glpk/glpk_sparse_vector.cc b/ortools/math_opt/solvers/glpk/glpk_sparse_vector.cc index dafbd25350..6f7be04ba0 100644 --- a/ortools/math_opt/solvers/glpk/glpk_sparse_vector.cc +++ b/ortools/math_opt/solvers/glpk/glpk_sparse_vector.cc @@ -1,4 +1,4 @@ -// Copyright 2010-2021 Google LLC +// Copyright 2010-2022 Google LLC // Licensed under the Apache License, Version 2.0 (the "License"); // you may not use this file except in compliance with the License. // You may obtain a copy of the License at diff --git a/ortools/math_opt/solvers/glpk/glpk_sparse_vector.h b/ortools/math_opt/solvers/glpk/glpk_sparse_vector.h index 4c6161b39f..3953a6da65 100644 --- a/ortools/math_opt/solvers/glpk/glpk_sparse_vector.h +++ b/ortools/math_opt/solvers/glpk/glpk_sparse_vector.h @@ -1,4 +1,4 @@ -// Copyright 2010-2021 Google LLC +// Copyright 2010-2022 Google LLC // Licensed under the Apache License, Version 2.0 (the "License"); // you may not use this file except in compliance with the License. // You may obtain a copy of the License at diff --git a/ortools/math_opt/solvers/glpk/rays.cc b/ortools/math_opt/solvers/glpk/rays.cc index b7a3645361..cad200350a 100644 --- a/ortools/math_opt/solvers/glpk/rays.cc +++ b/ortools/math_opt/solvers/glpk/rays.cc @@ -1,4 +1,4 @@ -// Copyright 2010-2021 Google LLC +// Copyright 2010-2022 Google LLC // Licensed under the Apache License, Version 2.0 (the "License"); // you may not use this file except in compliance with the License. // You may obtain a copy of the License at diff --git a/ortools/math_opt/solvers/glpk/rays.h b/ortools/math_opt/solvers/glpk/rays.h index 911305bc3a..43720e1a98 100644 --- a/ortools/math_opt/solvers/glpk/rays.h +++ b/ortools/math_opt/solvers/glpk/rays.h @@ -1,4 +1,4 @@ -// Copyright 2010-2021 Google LLC +// Copyright 2010-2022 Google LLC // Licensed under the Apache License, Version 2.0 (the "License"); // you may not use this file except in compliance with the License. // You may obtain a copy of the License at diff --git a/ortools/math_opt/solvers/glpk_solver.cc b/ortools/math_opt/solvers/glpk_solver.cc index c56ee7da04..240743e349 100644 --- a/ortools/math_opt/solvers/glpk_solver.cc +++ b/ortools/math_opt/solvers/glpk_solver.cc @@ -1,4 +1,4 @@ -// Copyright 2010-2021 Google LLC +// Copyright 2010-2022 Google LLC // Licensed under the Apache License, Version 2.0 (the "License"); // you may not use this file except in compliance with the License. // You may obtain a copy of the License at diff --git a/ortools/math_opt/solvers/glpk_solver.h b/ortools/math_opt/solvers/glpk_solver.h index 80555b35ff..eef80b5d27 100644 --- a/ortools/math_opt/solvers/glpk_solver.h +++ b/ortools/math_opt/solvers/glpk_solver.h @@ -1,4 +1,4 @@ -// Copyright 2010-2021 Google LLC +// Copyright 2010-2022 Google LLC // Licensed under the Apache License, Version 2.0 (the "License"); // you may not use this file except in compliance with the License. // You may obtain a copy of the License at diff --git a/ortools/math_opt/solvers/gscip_solver.cc b/ortools/math_opt/solvers/gscip_solver.cc index 88e246224a..3fda60601f 100644 --- a/ortools/math_opt/solvers/gscip_solver.cc +++ b/ortools/math_opt/solvers/gscip_solver.cc @@ -1,4 +1,4 @@ -// Copyright 2010-2021 Google LLC +// Copyright 2010-2022 Google LLC // Licensed under the Apache License, Version 2.0 (the "License"); // you may not use this file except in compliance with the License. // You may obtain a copy of the License at diff --git a/ortools/math_opt/solvers/gscip_solver.h b/ortools/math_opt/solvers/gscip_solver.h index 485540393c..fcec9a4228 100644 --- a/ortools/math_opt/solvers/gscip_solver.h +++ b/ortools/math_opt/solvers/gscip_solver.h @@ -1,4 +1,4 @@ -// Copyright 2010-2021 Google LLC +// Copyright 2010-2022 Google LLC // Licensed under the Apache License, Version 2.0 (the "License"); // you may not use this file except in compliance with the License. // You may obtain a copy of the License at diff --git a/ortools/math_opt/solvers/gscip_solver_callback.cc b/ortools/math_opt/solvers/gscip_solver_callback.cc index d8f757e508..26096276ec 100644 --- a/ortools/math_opt/solvers/gscip_solver_callback.cc +++ b/ortools/math_opt/solvers/gscip_solver_callback.cc @@ -1,4 +1,4 @@ -// Copyright 2010-2021 Google LLC +// Copyright 2010-2022 Google LLC // Licensed under the Apache License, Version 2.0 (the "License"); // you may not use this file except in compliance with the License. // You may obtain a copy of the License at diff --git a/ortools/math_opt/solvers/gscip_solver_callback.h b/ortools/math_opt/solvers/gscip_solver_callback.h index 2c8a38934e..ee94bf37b8 100644 --- a/ortools/math_opt/solvers/gscip_solver_callback.h +++ b/ortools/math_opt/solvers/gscip_solver_callback.h @@ -1,4 +1,4 @@ -// Copyright 2010-2021 Google LLC +// Copyright 2010-2022 Google LLC // Licensed under the Apache License, Version 2.0 (the "License"); // you may not use this file except in compliance with the License. // You may obtain a copy of the License at diff --git a/ortools/math_opt/solvers/gscip_solver_message_callback_handler.cc b/ortools/math_opt/solvers/gscip_solver_message_callback_handler.cc index 69fd5a0ca1..3806628a19 100644 --- a/ortools/math_opt/solvers/gscip_solver_message_callback_handler.cc +++ b/ortools/math_opt/solvers/gscip_solver_message_callback_handler.cc @@ -1,4 +1,4 @@ -// Copyright 2010-2021 Google LLC +// Copyright 2010-2022 Google LLC // Licensed under the Apache License, Version 2.0 (the "License"); // you may not use this file except in compliance with the License. // You may obtain a copy of the License at diff --git a/ortools/math_opt/solvers/gscip_solver_message_callback_handler.h b/ortools/math_opt/solvers/gscip_solver_message_callback_handler.h index d4a37869f7..a6119523aa 100644 --- a/ortools/math_opt/solvers/gscip_solver_message_callback_handler.h +++ b/ortools/math_opt/solvers/gscip_solver_message_callback_handler.h @@ -1,4 +1,4 @@ -// Copyright 2010-2021 Google LLC +// Copyright 2010-2022 Google LLC // Licensed under the Apache License, Version 2.0 (the "License"); // you may not use this file except in compliance with the License. // You may obtain a copy of the License at diff --git a/ortools/math_opt/solvers/gurobi.proto b/ortools/math_opt/solvers/gurobi.proto index 7f2640305b..88e365cfe0 100644 --- a/ortools/math_opt/solvers/gurobi.proto +++ b/ortools/math_opt/solvers/gurobi.proto @@ -1,4 +1,4 @@ -// Copyright 2010-2021 Google LLC +// Copyright 2010-2022 Google LLC // Licensed under the Apache License, Version 2.0 (the "License"); // you may not use this file except in compliance with the License. // You may obtain a copy of the License at diff --git a/ortools/math_opt/solvers/gurobi/g_gurobi.cc b/ortools/math_opt/solvers/gurobi/g_gurobi.cc index 1dbca6ae34..9c6dc14439 100644 --- a/ortools/math_opt/solvers/gurobi/g_gurobi.cc +++ b/ortools/math_opt/solvers/gurobi/g_gurobi.cc @@ -1,4 +1,4 @@ -// Copyright 2010-2021 Google LLC +// Copyright 2010-2022 Google LLC // Licensed under the Apache License, Version 2.0 (the "License"); // you may not use this file except in compliance with the License. // You may obtain a copy of the License at diff --git a/ortools/math_opt/solvers/gurobi/g_gurobi.h b/ortools/math_opt/solvers/gurobi/g_gurobi.h index 8e8e9c1ed6..2982f35a72 100644 --- a/ortools/math_opt/solvers/gurobi/g_gurobi.h +++ b/ortools/math_opt/solvers/gurobi/g_gurobi.h @@ -1,4 +1,4 @@ -// Copyright 2010-2021 Google LLC +// Copyright 2010-2022 Google LLC // Licensed under the Apache License, Version 2.0 (the "License"); // you may not use this file except in compliance with the License. // You may obtain a copy of the License at diff --git a/ortools/math_opt/solvers/gurobi_callback.cc b/ortools/math_opt/solvers/gurobi_callback.cc index c72ad93aab..48f3fba521 100644 --- a/ortools/math_opt/solvers/gurobi_callback.cc +++ b/ortools/math_opt/solvers/gurobi_callback.cc @@ -1,4 +1,4 @@ -// Copyright 2010-2021 Google LLC +// Copyright 2010-2022 Google LLC // Licensed under the Apache License, Version 2.0 (the "License"); // you may not use this file except in compliance with the License. // You may obtain a copy of the License at diff --git a/ortools/math_opt/solvers/gurobi_callback.h b/ortools/math_opt/solvers/gurobi_callback.h index 2ad3151481..a8c38e4c10 100644 --- a/ortools/math_opt/solvers/gurobi_callback.h +++ b/ortools/math_opt/solvers/gurobi_callback.h @@ -1,4 +1,4 @@ -// Copyright 2010-2021 Google LLC +// Copyright 2010-2022 Google LLC // Licensed under the Apache License, Version 2.0 (the "License"); // you may not use this file except in compliance with the License. // You may obtain a copy of the License at diff --git a/ortools/math_opt/solvers/gurobi_init_arguments.cc b/ortools/math_opt/solvers/gurobi_init_arguments.cc index d3a308b01d..382027cc88 100644 --- a/ortools/math_opt/solvers/gurobi_init_arguments.cc +++ b/ortools/math_opt/solvers/gurobi_init_arguments.cc @@ -1,4 +1,4 @@ -// Copyright 2010-2021 Google LLC +// Copyright 2010-2022 Google LLC // Licensed under the Apache License, Version 2.0 (the "License"); // you may not use this file except in compliance with the License. // You may obtain a copy of the License at diff --git a/ortools/math_opt/solvers/gurobi_init_arguments.h b/ortools/math_opt/solvers/gurobi_init_arguments.h index 6e49277c0a..77d5d3fc63 100644 --- a/ortools/math_opt/solvers/gurobi_init_arguments.h +++ b/ortools/math_opt/solvers/gurobi_init_arguments.h @@ -1,4 +1,4 @@ -// Copyright 2010-2021 Google LLC +// Copyright 2010-2022 Google LLC // Licensed under the Apache License, Version 2.0 (the "License"); // you may not use this file except in compliance with the License. // You may obtain a copy of the License at diff --git a/ortools/math_opt/solvers/gurobi_solver.cc b/ortools/math_opt/solvers/gurobi_solver.cc index fc337fbe67..039d22bb13 100644 --- a/ortools/math_opt/solvers/gurobi_solver.cc +++ b/ortools/math_opt/solvers/gurobi_solver.cc @@ -1,4 +1,4 @@ -// Copyright 2010-2021 Google LLC +// Copyright 2010-2022 Google LLC // Licensed under the Apache License, Version 2.0 (the "License"); // you may not use this file except in compliance with the License. // You may obtain a copy of the License at diff --git a/ortools/math_opt/solvers/gurobi_solver.h b/ortools/math_opt/solvers/gurobi_solver.h index ae95d5d1f4..66a10a6a1c 100644 --- a/ortools/math_opt/solvers/gurobi_solver.h +++ b/ortools/math_opt/solvers/gurobi_solver.h @@ -1,4 +1,4 @@ -// Copyright 2010-2021 Google LLC +// Copyright 2010-2022 Google LLC // Licensed under the Apache License, Version 2.0 (the "License"); // you may not use this file except in compliance with the License. // You may obtain a copy of the License at diff --git a/ortools/math_opt/solvers/message_callback_data.cc b/ortools/math_opt/solvers/message_callback_data.cc index 265e9f1778..0c0ce13af9 100644 --- a/ortools/math_opt/solvers/message_callback_data.cc +++ b/ortools/math_opt/solvers/message_callback_data.cc @@ -1,4 +1,4 @@ -// Copyright 2010-2021 Google LLC +// Copyright 2010-2022 Google LLC // Licensed under the Apache License, Version 2.0 (the "License"); // you may not use this file except in compliance with the License. // You may obtain a copy of the License at diff --git a/ortools/math_opt/solvers/message_callback_data.h b/ortools/math_opt/solvers/message_callback_data.h index 6e39f1590b..82b9b7185f 100644 --- a/ortools/math_opt/solvers/message_callback_data.h +++ b/ortools/math_opt/solvers/message_callback_data.h @@ -1,4 +1,4 @@ -// Copyright 2010-2021 Google LLC +// Copyright 2010-2022 Google LLC // Licensed under the Apache License, Version 2.0 (the "License"); // you may not use this file except in compliance with the License. // You may obtain a copy of the License at diff --git a/ortools/math_opt/solvers/pdlp_bridge.cc b/ortools/math_opt/solvers/pdlp_bridge.cc index 4b1b5d1e20..3368a24a23 100644 --- a/ortools/math_opt/solvers/pdlp_bridge.cc +++ b/ortools/math_opt/solvers/pdlp_bridge.cc @@ -1,4 +1,4 @@ -// Copyright 2010-2021 Google LLC +// Copyright 2010-2022 Google LLC // Licensed under the Apache License, Version 2.0 (the "License"); // you may not use this file except in compliance with the License. // You may obtain a copy of the License at diff --git a/ortools/math_opt/solvers/pdlp_bridge.h b/ortools/math_opt/solvers/pdlp_bridge.h index a72f8f9d02..2600987b1e 100644 --- a/ortools/math_opt/solvers/pdlp_bridge.h +++ b/ortools/math_opt/solvers/pdlp_bridge.h @@ -1,4 +1,4 @@ -// Copyright 2010-2021 Google LLC +// Copyright 2010-2022 Google LLC // Licensed under the Apache License, Version 2.0 (the "License"); // you may not use this file except in compliance with the License. // You may obtain a copy of the License at diff --git a/ortools/math_opt/solvers/pdlp_solver.cc b/ortools/math_opt/solvers/pdlp_solver.cc index 55e7a940a1..2b933eddba 100644 --- a/ortools/math_opt/solvers/pdlp_solver.cc +++ b/ortools/math_opt/solvers/pdlp_solver.cc @@ -1,4 +1,4 @@ -// Copyright 2010-2021 Google LLC +// Copyright 2010-2022 Google LLC // Licensed under the Apache License, Version 2.0 (the "License"); // you may not use this file except in compliance with the License. // You may obtain a copy of the License at diff --git a/ortools/math_opt/solvers/pdlp_solver.h b/ortools/math_opt/solvers/pdlp_solver.h index 6b3ef4eb82..9d114d996b 100644 --- a/ortools/math_opt/solvers/pdlp_solver.h +++ b/ortools/math_opt/solvers/pdlp_solver.h @@ -1,4 +1,4 @@ -// Copyright 2010-2021 Google LLC +// Copyright 2010-2022 Google LLC // Licensed under the Apache License, Version 2.0 (the "License"); // you may not use this file except in compliance with the License. // You may obtain a copy of the License at diff --git a/ortools/math_opt/sparse_containers.proto b/ortools/math_opt/sparse_containers.proto index 5e8bcc8187..a2cbae9832 100644 --- a/ortools/math_opt/sparse_containers.proto +++ b/ortools/math_opt/sparse_containers.proto @@ -1,4 +1,4 @@ -// Copyright 2010-2021 Google LLC +// Copyright 2010-2022 Google LLC // Licensed under the Apache License, Version 2.0 (the "License"); // you may not use this file except in compliance with the License. // You may obtain a copy of the License at diff --git a/ortools/math_opt/storage/model_storage.cc b/ortools/math_opt/storage/model_storage.cc index 0bf2abb132..0b90e58a2a 100644 --- a/ortools/math_opt/storage/model_storage.cc +++ b/ortools/math_opt/storage/model_storage.cc @@ -1,4 +1,4 @@ -// Copyright 2010-2021 Google LLC +// Copyright 2010-2022 Google LLC // Licensed under the Apache License, Version 2.0 (the "License"); // you may not use this file except in compliance with the License. // You may obtain a copy of the License at diff --git a/ortools/math_opt/storage/model_storage.h b/ortools/math_opt/storage/model_storage.h index 75da53fc38..a133bde52e 100644 --- a/ortools/math_opt/storage/model_storage.h +++ b/ortools/math_opt/storage/model_storage.h @@ -1,4 +1,4 @@ -// Copyright 2010-2021 Google LLC +// Copyright 2010-2022 Google LLC // Licensed under the Apache License, Version 2.0 (the "License"); // you may not use this file except in compliance with the License. // You may obtain a copy of the License at diff --git a/ortools/math_opt/storage/model_storage_types.h b/ortools/math_opt/storage/model_storage_types.h index e89426cc33..def47546af 100644 --- a/ortools/math_opt/storage/model_storage_types.h +++ b/ortools/math_opt/storage/model_storage_types.h @@ -1,4 +1,4 @@ -// Copyright 2010-2021 Google LLC +// Copyright 2010-2022 Google LLC // Licensed under the Apache License, Version 2.0 (the "License"); // you may not use this file except in compliance with the License. // You may obtain a copy of the License at diff --git a/ortools/math_opt/storage/model_update_merge.cc b/ortools/math_opt/storage/model_update_merge.cc index 685081d281..4ebf6e6968 100644 --- a/ortools/math_opt/storage/model_update_merge.cc +++ b/ortools/math_opt/storage/model_update_merge.cc @@ -1,4 +1,4 @@ -// Copyright 2010-2021 Google LLC +// Copyright 2010-2022 Google LLC // Licensed under the Apache License, Version 2.0 (the "License"); // you may not use this file except in compliance with the License. // You may obtain a copy of the License at diff --git a/ortools/math_opt/storage/model_update_merge.h b/ortools/math_opt/storage/model_update_merge.h index d655c153c2..4ae6f5632c 100644 --- a/ortools/math_opt/storage/model_update_merge.h +++ b/ortools/math_opt/storage/model_update_merge.h @@ -1,4 +1,4 @@ -// Copyright 2010-2021 Google LLC +// Copyright 2010-2022 Google LLC // Licensed under the Apache License, Version 2.0 (the "License"); // you may not use this file except in compliance with the License. // You may obtain a copy of the License at diff --git a/ortools/math_opt/storage/proto_merging_utils.cc b/ortools/math_opt/storage/proto_merging_utils.cc index b9d8c335e6..8d776d7536 100644 --- a/ortools/math_opt/storage/proto_merging_utils.cc +++ b/ortools/math_opt/storage/proto_merging_utils.cc @@ -1,4 +1,4 @@ -// Copyright 2010-2021 Google LLC +// Copyright 2010-2022 Google LLC // Licensed under the Apache License, Version 2.0 (the "License"); // you may not use this file except in compliance with the License. // You may obtain a copy of the License at diff --git a/ortools/math_opt/storage/proto_merging_utils.h b/ortools/math_opt/storage/proto_merging_utils.h index ddd4674c18..97166e08fc 100644 --- a/ortools/math_opt/storage/proto_merging_utils.h +++ b/ortools/math_opt/storage/proto_merging_utils.h @@ -1,4 +1,4 @@ -// Copyright 2010-2021 Google LLC +// Copyright 2010-2022 Google LLC // Licensed under the Apache License, Version 2.0 (the "License"); // you may not use this file except in compliance with the License. // You may obtain a copy of the License at diff --git a/ortools/math_opt/storage/sparse_matrix.cc b/ortools/math_opt/storage/sparse_matrix.cc index 30dfec6b46..e130dd73a9 100644 --- a/ortools/math_opt/storage/sparse_matrix.cc +++ b/ortools/math_opt/storage/sparse_matrix.cc @@ -1,4 +1,4 @@ -// Copyright 2010-2021 Google LLC +// Copyright 2010-2022 Google LLC // Licensed under the Apache License, Version 2.0 (the "License"); // you may not use this file except in compliance with the License. // You may obtain a copy of the License at diff --git a/ortools/math_opt/storage/sparse_matrix.h b/ortools/math_opt/storage/sparse_matrix.h index 22edf20c54..6ed64c7096 100644 --- a/ortools/math_opt/storage/sparse_matrix.h +++ b/ortools/math_opt/storage/sparse_matrix.h @@ -1,4 +1,4 @@ -// Copyright 2010-2021 Google LLC +// Copyright 2010-2022 Google LLC // Licensed under the Apache License, Version 2.0 (the "License"); // you may not use this file except in compliance with the License. // You may obtain a copy of the License at diff --git a/ortools/math_opt/tools/mathopt_solve_main.cc b/ortools/math_opt/tools/mathopt_solve_main.cc index cf9e05d9b8..9238b57b2f 100644 --- a/ortools/math_opt/tools/mathopt_solve_main.cc +++ b/ortools/math_opt/tools/mathopt_solve_main.cc @@ -1,4 +1,4 @@ -// Copyright 2010-2021 Google LLC +// Copyright 2010-2022 Google LLC // Licensed under the Apache License, Version 2.0 (the "License"); // you may not use this file except in compliance with the License. // You may obtain a copy of the License at diff --git a/ortools/math_opt/validators/callback_validator.cc b/ortools/math_opt/validators/callback_validator.cc index 0341c1bf03..b7d9106cf2 100644 --- a/ortools/math_opt/validators/callback_validator.cc +++ b/ortools/math_opt/validators/callback_validator.cc @@ -1,4 +1,4 @@ -// Copyright 2010-2021 Google LLC +// Copyright 2010-2022 Google LLC // Licensed under the Apache License, Version 2.0 (the "License"); // you may not use this file except in compliance with the License. // You may obtain a copy of the License at diff --git a/ortools/math_opt/validators/callback_validator.h b/ortools/math_opt/validators/callback_validator.h index ba82a375b5..e59ec69de9 100644 --- a/ortools/math_opt/validators/callback_validator.h +++ b/ortools/math_opt/validators/callback_validator.h @@ -1,4 +1,4 @@ -// Copyright 2010-2021 Google LLC +// Copyright 2010-2022 Google LLC // Licensed under the Apache License, Version 2.0 (the "License"); // you may not use this file except in compliance with the License. // You may obtain a copy of the License at diff --git a/ortools/math_opt/validators/enum_sets.cc b/ortools/math_opt/validators/enum_sets.cc index 89cc967b73..dda3d79805 100644 --- a/ortools/math_opt/validators/enum_sets.cc +++ b/ortools/math_opt/validators/enum_sets.cc @@ -1,4 +1,4 @@ -// Copyright 2010-2021 Google LLC +// Copyright 2010-2022 Google LLC // Licensed under the Apache License, Version 2.0 (the "License"); // you may not use this file except in compliance with the License. // You may obtain a copy of the License at diff --git a/ortools/math_opt/validators/enum_sets.h b/ortools/math_opt/validators/enum_sets.h index 8a1d8ed091..7efb695160 100644 --- a/ortools/math_opt/validators/enum_sets.h +++ b/ortools/math_opt/validators/enum_sets.h @@ -1,4 +1,4 @@ -// Copyright 2010-2021 Google LLC +// Copyright 2010-2022 Google LLC // Licensed under the Apache License, Version 2.0 (the "License"); // you may not use this file except in compliance with the License. // You may obtain a copy of the License at diff --git a/ortools/math_opt/validators/ids_validator.cc b/ortools/math_opt/validators/ids_validator.cc index 339ac5362c..0b832f1827 100644 --- a/ortools/math_opt/validators/ids_validator.cc +++ b/ortools/math_opt/validators/ids_validator.cc @@ -1,4 +1,4 @@ -// Copyright 2010-2021 Google LLC +// Copyright 2010-2022 Google LLC // Licensed under the Apache License, Version 2.0 (the "License"); // you may not use this file except in compliance with the License. // You may obtain a copy of the License at diff --git a/ortools/math_opt/validators/ids_validator.h b/ortools/math_opt/validators/ids_validator.h index fb3ef51980..a273ec8417 100644 --- a/ortools/math_opt/validators/ids_validator.h +++ b/ortools/math_opt/validators/ids_validator.h @@ -1,4 +1,4 @@ -// Copyright 2010-2021 Google LLC +// Copyright 2010-2022 Google LLC // Licensed under the Apache License, Version 2.0 (the "License"); // you may not use this file except in compliance with the License. // You may obtain a copy of the License at diff --git a/ortools/math_opt/validators/linear_expression_validator.cc b/ortools/math_opt/validators/linear_expression_validator.cc index dbf660903c..d5291e8717 100644 --- a/ortools/math_opt/validators/linear_expression_validator.cc +++ b/ortools/math_opt/validators/linear_expression_validator.cc @@ -1,4 +1,4 @@ -// Copyright 2010-2021 Google LLC +// Copyright 2010-2022 Google LLC // Licensed under the Apache License, Version 2.0 (the "License"); // you may not use this file except in compliance with the License. // You may obtain a copy of the License at diff --git a/ortools/math_opt/validators/linear_expression_validator.h b/ortools/math_opt/validators/linear_expression_validator.h index 837a6e1276..17a2c6143e 100644 --- a/ortools/math_opt/validators/linear_expression_validator.h +++ b/ortools/math_opt/validators/linear_expression_validator.h @@ -1,4 +1,4 @@ -// Copyright 2010-2021 Google LLC +// Copyright 2010-2022 Google LLC // Licensed under the Apache License, Version 2.0 (the "License"); // you may not use this file except in compliance with the License. // You may obtain a copy of the License at diff --git a/ortools/math_opt/validators/model_parameters_validator.cc b/ortools/math_opt/validators/model_parameters_validator.cc index 1d7fccf619..49ebe07464 100644 --- a/ortools/math_opt/validators/model_parameters_validator.cc +++ b/ortools/math_opt/validators/model_parameters_validator.cc @@ -1,4 +1,4 @@ -// Copyright 2010-2021 Google LLC +// Copyright 2010-2022 Google LLC // Licensed under the Apache License, Version 2.0 (the "License"); // you may not use this file except in compliance with the License. // You may obtain a copy of the License at diff --git a/ortools/math_opt/validators/model_parameters_validator.h b/ortools/math_opt/validators/model_parameters_validator.h index e51d9f5e65..0d344e6246 100644 --- a/ortools/math_opt/validators/model_parameters_validator.h +++ b/ortools/math_opt/validators/model_parameters_validator.h @@ -1,4 +1,4 @@ -// Copyright 2010-2021 Google LLC +// Copyright 2010-2022 Google LLC // Licensed under the Apache License, Version 2.0 (the "License"); // you may not use this file except in compliance with the License. // You may obtain a copy of the License at diff --git a/ortools/math_opt/validators/model_validator.cc b/ortools/math_opt/validators/model_validator.cc index 7edf2116c8..c380127167 100644 --- a/ortools/math_opt/validators/model_validator.cc +++ b/ortools/math_opt/validators/model_validator.cc @@ -1,4 +1,4 @@ -// Copyright 2010-2021 Google LLC +// Copyright 2010-2022 Google LLC // Licensed under the Apache License, Version 2.0 (the "License"); // you may not use this file except in compliance with the License. // You may obtain a copy of the License at diff --git a/ortools/math_opt/validators/model_validator.h b/ortools/math_opt/validators/model_validator.h index e48df8d5ec..ce2ee8f720 100644 --- a/ortools/math_opt/validators/model_validator.h +++ b/ortools/math_opt/validators/model_validator.h @@ -1,4 +1,4 @@ -// Copyright 2010-2021 Google LLC +// Copyright 2010-2022 Google LLC // Licensed under the Apache License, Version 2.0 (the "License"); // you may not use this file except in compliance with the License. // You may obtain a copy of the License at diff --git a/ortools/math_opt/validators/result_validator.cc b/ortools/math_opt/validators/result_validator.cc index 3e629ad340..5230276c90 100644 --- a/ortools/math_opt/validators/result_validator.cc +++ b/ortools/math_opt/validators/result_validator.cc @@ -1,4 +1,4 @@ -// Copyright 2010-2021 Google LLC +// Copyright 2010-2022 Google LLC // Licensed under the Apache License, Version 2.0 (the "License"); // you may not use this file except in compliance with the License. // You may obtain a copy of the License at diff --git a/ortools/math_opt/validators/result_validator.h b/ortools/math_opt/validators/result_validator.h index d0504829e3..bb09992140 100644 --- a/ortools/math_opt/validators/result_validator.h +++ b/ortools/math_opt/validators/result_validator.h @@ -1,4 +1,4 @@ -// Copyright 2010-2021 Google LLC +// Copyright 2010-2022 Google LLC // Licensed under the Apache License, Version 2.0 (the "License"); // you may not use this file except in compliance with the License. // You may obtain a copy of the License at diff --git a/ortools/math_opt/validators/scalar_validator.cc b/ortools/math_opt/validators/scalar_validator.cc index 67c01e8be9..f4295af8e6 100644 --- a/ortools/math_opt/validators/scalar_validator.cc +++ b/ortools/math_opt/validators/scalar_validator.cc @@ -1,4 +1,4 @@ -// Copyright 2010-2021 Google LLC +// Copyright 2010-2022 Google LLC // Licensed under the Apache License, Version 2.0 (the "License"); // you may not use this file except in compliance with the License. // You may obtain a copy of the License at diff --git a/ortools/math_opt/validators/scalar_validator.h b/ortools/math_opt/validators/scalar_validator.h index 20145c98d7..56367da3a5 100644 --- a/ortools/math_opt/validators/scalar_validator.h +++ b/ortools/math_opt/validators/scalar_validator.h @@ -1,4 +1,4 @@ -// Copyright 2010-2021 Google LLC +// Copyright 2010-2022 Google LLC // Licensed under the Apache License, Version 2.0 (the "License"); // you may not use this file except in compliance with the License. // You may obtain a copy of the License at diff --git a/ortools/math_opt/validators/solution_validator.cc b/ortools/math_opt/validators/solution_validator.cc index 50b797c0a5..dce7ca0942 100644 --- a/ortools/math_opt/validators/solution_validator.cc +++ b/ortools/math_opt/validators/solution_validator.cc @@ -1,4 +1,4 @@ -// Copyright 2010-2021 Google LLC +// Copyright 2010-2022 Google LLC // Licensed under the Apache License, Version 2.0 (the "License"); // you may not use this file except in compliance with the License. // You may obtain a copy of the License at diff --git a/ortools/math_opt/validators/solution_validator.h b/ortools/math_opt/validators/solution_validator.h index 4f2dabac75..6b695b7a82 100644 --- a/ortools/math_opt/validators/solution_validator.h +++ b/ortools/math_opt/validators/solution_validator.h @@ -1,4 +1,4 @@ -// Copyright 2010-2021 Google LLC +// Copyright 2010-2022 Google LLC // Licensed under the Apache License, Version 2.0 (the "License"); // you may not use this file except in compliance with the License. // You may obtain a copy of the License at diff --git a/ortools/math_opt/validators/solve_parameters_validator.cc b/ortools/math_opt/validators/solve_parameters_validator.cc index b865597f83..3ca99ea4ec 100644 --- a/ortools/math_opt/validators/solve_parameters_validator.cc +++ b/ortools/math_opt/validators/solve_parameters_validator.cc @@ -1,4 +1,4 @@ -// Copyright 2010-2021 Google LLC +// Copyright 2010-2022 Google LLC // Licensed under the Apache License, Version 2.0 (the "License"); // you may not use this file except in compliance with the License. // You may obtain a copy of the License at diff --git a/ortools/math_opt/validators/solve_parameters_validator.h b/ortools/math_opt/validators/solve_parameters_validator.h index d1e63e37fa..073be5037f 100644 --- a/ortools/math_opt/validators/solve_parameters_validator.h +++ b/ortools/math_opt/validators/solve_parameters_validator.h @@ -1,4 +1,4 @@ -// Copyright 2010-2021 Google LLC +// Copyright 2010-2022 Google LLC // Licensed under the Apache License, Version 2.0 (the "License"); // you may not use this file except in compliance with the License. // You may obtain a copy of the License at diff --git a/ortools/math_opt/validators/solve_stats_validator.cc b/ortools/math_opt/validators/solve_stats_validator.cc index ca9f6a1c76..c77ddfac1e 100644 --- a/ortools/math_opt/validators/solve_stats_validator.cc +++ b/ortools/math_opt/validators/solve_stats_validator.cc @@ -1,4 +1,4 @@ -// Copyright 2010-2021 Google LLC +// Copyright 2010-2022 Google LLC // Licensed under the Apache License, Version 2.0 (the "License"); // you may not use this file except in compliance with the License. // You may obtain a copy of the License at diff --git a/ortools/math_opt/validators/solve_stats_validator.h b/ortools/math_opt/validators/solve_stats_validator.h index f864489938..790db11402 100644 --- a/ortools/math_opt/validators/solve_stats_validator.h +++ b/ortools/math_opt/validators/solve_stats_validator.h @@ -1,4 +1,4 @@ -// Copyright 2010-2021 Google LLC +// Copyright 2010-2022 Google LLC // Licensed under the Apache License, Version 2.0 (the "License"); // you may not use this file except in compliance with the License. // You may obtain a copy of the License at diff --git a/ortools/math_opt/validators/sparse_matrix_validator.cc b/ortools/math_opt/validators/sparse_matrix_validator.cc index 8d8866298d..9082adbf9b 100644 --- a/ortools/math_opt/validators/sparse_matrix_validator.cc +++ b/ortools/math_opt/validators/sparse_matrix_validator.cc @@ -1,4 +1,4 @@ -// Copyright 2010-2021 Google LLC +// Copyright 2010-2022 Google LLC // Licensed under the Apache License, Version 2.0 (the "License"); // you may not use this file except in compliance with the License. // You may obtain a copy of the License at diff --git a/ortools/math_opt/validators/sparse_matrix_validator.h b/ortools/math_opt/validators/sparse_matrix_validator.h index c08357584c..22000141ed 100644 --- a/ortools/math_opt/validators/sparse_matrix_validator.h +++ b/ortools/math_opt/validators/sparse_matrix_validator.h @@ -1,4 +1,4 @@ -// Copyright 2010-2021 Google LLC +// Copyright 2010-2022 Google LLC // Licensed under the Apache License, Version 2.0 (the "License"); // you may not use this file except in compliance with the License. // You may obtain a copy of the License at diff --git a/ortools/math_opt/validators/sparse_vector_validator.h b/ortools/math_opt/validators/sparse_vector_validator.h index f93c03af65..5a1bc82efb 100644 --- a/ortools/math_opt/validators/sparse_vector_validator.h +++ b/ortools/math_opt/validators/sparse_vector_validator.h @@ -1,4 +1,4 @@ -// Copyright 2010-2021 Google LLC +// Copyright 2010-2022 Google LLC // Licensed under the Apache License, Version 2.0 (the "License"); // you may not use this file except in compliance with the License. // You may obtain a copy of the License at diff --git a/ortools/model_builder/java/modelbuilder.i b/ortools/model_builder/java/modelbuilder.i index d6299efa37..1fc5343098 100644 --- a/ortools/model_builder/java/modelbuilder.i +++ b/ortools/model_builder/java/modelbuilder.i @@ -1,4 +1,4 @@ -// Copyright 2010-2021 Google LLC +// Copyright 2010-2022 Google LLC // Licensed under the Apache License, Version 2.0 (the "License"); // you may not use this file except in compliance with the License. // You may obtain a copy of the License at diff --git a/ortools/model_builder/python/model_builder.py b/ortools/model_builder/python/model_builder.py index 79470ead29..c3dd4afd26 100644 --- a/ortools/model_builder/python/model_builder.py +++ b/ortools/model_builder/python/model_builder.py @@ -1,4 +1,4 @@ -# Copyright 2010-2021 Google LLC +# Copyright 2010-2022 Google LLC # Licensed under the Apache License, Version 2.0 (the "License"); # you may not use this file except in compliance with the License. # You may obtain a copy of the License at diff --git a/ortools/model_builder/python/model_builder_helper.py b/ortools/model_builder/python/model_builder_helper.py index a1dc8f8a97..e42d2a8aec 100644 --- a/ortools/model_builder/python/model_builder_helper.py +++ b/ortools/model_builder/python/model_builder_helper.py @@ -1,4 +1,4 @@ -# Copyright 2010-2021 Google LLC +# Copyright 2010-2022 Google LLC # Licensed under the Apache License, Version 2.0 (the "License"); # you may not use this file except in compliance with the License. # You may obtain a copy of the License at diff --git a/ortools/model_builder/python/pywrap_model_builder_helper.cc b/ortools/model_builder/python/pywrap_model_builder_helper.cc index 3e0ff21c7c..eb28e7df2f 100644 --- a/ortools/model_builder/python/pywrap_model_builder_helper.cc +++ b/ortools/model_builder/python/pywrap_model_builder_helper.cc @@ -1,4 +1,4 @@ -// Copyright 2010-2021 Google LLC +// Copyright 2010-2022 Google LLC // Licensed under the Apache License, Version 2.0 (the "License"); // you may not use this file except in compliance with the License. // You may obtain a copy of the License at diff --git a/ortools/model_builder/samples/SimpleLpProgramMb.java b/ortools/model_builder/samples/SimpleLpProgramMb.java index 20a18e8b1d..b199f4fd82 100644 --- a/ortools/model_builder/samples/SimpleLpProgramMb.java +++ b/ortools/model_builder/samples/SimpleLpProgramMb.java @@ -1,4 +1,4 @@ -// Copyright 2010-2021 Google LLC +// Copyright 2010-2022 Google LLC // Licensed under the Apache License, Version 2.0 (the "License"); // you may not use this file except in compliance with the License. // You may obtain a copy of the License at diff --git a/ortools/model_builder/samples/SimpleMipProgramMb.java b/ortools/model_builder/samples/SimpleMipProgramMb.java index 95932f875e..3d4e3ec733 100644 --- a/ortools/model_builder/samples/SimpleMipProgramMb.java +++ b/ortools/model_builder/samples/SimpleMipProgramMb.java @@ -1,4 +1,4 @@ -// Copyright 2010-2021 Google LLC +// Copyright 2010-2022 Google LLC // Licensed under the Apache License, Version 2.0 (the "License"); // you may not use this file except in compliance with the License. // You may obtain a copy of the License at diff --git a/ortools/model_builder/samples/assignment_mb.py b/ortools/model_builder/samples/assignment_mb.py index 426c0fff3d..a829758dcf 100644 --- a/ortools/model_builder/samples/assignment_mb.py +++ b/ortools/model_builder/samples/assignment_mb.py @@ -1,5 +1,5 @@ #!/usr/bin/env python3 -# Copyright 2010-2021 Google LLC +# Copyright 2010-2022 Google LLC # Licensed under the Apache License, Version 2.0 (the "License"); # you may not use this file except in compliance with the License. # You may obtain a copy of the License at diff --git a/ortools/model_builder/samples/bin_packing_mb.py b/ortools/model_builder/samples/bin_packing_mb.py index cfb37fa143..fc4c48edc8 100644 --- a/ortools/model_builder/samples/bin_packing_mb.py +++ b/ortools/model_builder/samples/bin_packing_mb.py @@ -1,5 +1,5 @@ #!/usr/bin/env python3 -# Copyright 2010-2021 Google LLC +# Copyright 2010-2022 Google LLC # Licensed under the Apache License, Version 2.0 (the "License"); # you may not use this file except in compliance with the License. # You may obtain a copy of the License at diff --git a/ortools/model_builder/samples/simple_lp_program_mb.py b/ortools/model_builder/samples/simple_lp_program_mb.py index 9ef83e2b5c..a6d46653c6 100644 --- a/ortools/model_builder/samples/simple_lp_program_mb.py +++ b/ortools/model_builder/samples/simple_lp_program_mb.py @@ -1,5 +1,5 @@ #!/usr/bin/env python3 -# Copyright 2010-2021 Google LLC +# Copyright 2010-2022 Google LLC # Licensed under the Apache License, Version 2.0 (the "License"); # you may not use this file except in compliance with the License. # You may obtain a copy of the License at diff --git a/ortools/model_builder/samples/simple_mip_program_mb.py b/ortools/model_builder/samples/simple_mip_program_mb.py index aedfa6fd14..aa74d11f5e 100644 --- a/ortools/model_builder/samples/simple_mip_program_mb.py +++ b/ortools/model_builder/samples/simple_mip_program_mb.py @@ -1,5 +1,5 @@ #!/usr/bin/env python3 -# Copyright 2010-2021 Google LLC +# Copyright 2010-2022 Google LLC # Licensed under the Apache License, Version 2.0 (the "License"); # you may not use this file except in compliance with the License. # You may obtain a copy of the License at diff --git a/ortools/model_builder/wrappers/model_builder_helper.cc b/ortools/model_builder/wrappers/model_builder_helper.cc index 1d9ccd83b6..3cb1531d72 100644 --- a/ortools/model_builder/wrappers/model_builder_helper.cc +++ b/ortools/model_builder/wrappers/model_builder_helper.cc @@ -1,4 +1,4 @@ -// Copyright 2010-2021 Google LLC +// Copyright 2010-2022 Google LLC // Licensed under the Apache License, Version 2.0 (the "License"); // you may not use this file except in compliance with the License. // You may obtain a copy of the License at diff --git a/ortools/model_builder/wrappers/model_builder_helper.h b/ortools/model_builder/wrappers/model_builder_helper.h index 2667b61aae..40f8b5f7fe 100644 --- a/ortools/model_builder/wrappers/model_builder_helper.h +++ b/ortools/model_builder/wrappers/model_builder_helper.h @@ -1,4 +1,4 @@ -// Copyright 2010-2021 Google LLC +// Copyright 2010-2022 Google LLC // Licensed under the Apache License, Version 2.0 (the "License"); // you may not use this file except in compliance with the License. // You may obtain a copy of the License at diff --git a/ortools/packing/arc_flow_builder.cc b/ortools/packing/arc_flow_builder.cc index 3c79050ef9..561816388d 100644 --- a/ortools/packing/arc_flow_builder.cc +++ b/ortools/packing/arc_flow_builder.cc @@ -1,4 +1,4 @@ -// Copyright 2010-2021 Google LLC +// Copyright 2010-2022 Google LLC // Licensed under the Apache License, Version 2.0 (the "License"); // you may not use this file except in compliance with the License. // You may obtain a copy of the License at diff --git a/ortools/packing/arc_flow_builder.h b/ortools/packing/arc_flow_builder.h index 1cb0bc1e31..de0ae61949 100644 --- a/ortools/packing/arc_flow_builder.h +++ b/ortools/packing/arc_flow_builder.h @@ -1,4 +1,4 @@ -// Copyright 2010-2021 Google LLC +// Copyright 2010-2022 Google LLC // Licensed under the Apache License, Version 2.0 (the "License"); // you may not use this file except in compliance with the License. // You may obtain a copy of the License at diff --git a/ortools/packing/arc_flow_solver.cc b/ortools/packing/arc_flow_solver.cc index febcdfddd5..ebbae95ab9 100644 --- a/ortools/packing/arc_flow_solver.cc +++ b/ortools/packing/arc_flow_solver.cc @@ -1,4 +1,4 @@ -// Copyright 2010-2021 Google LLC +// Copyright 2010-2022 Google LLC // Licensed under the Apache License, Version 2.0 (the "License"); // you may not use this file except in compliance with the License. // You may obtain a copy of the License at diff --git a/ortools/packing/arc_flow_solver.h b/ortools/packing/arc_flow_solver.h index 310f660924..ee15f65877 100644 --- a/ortools/packing/arc_flow_solver.h +++ b/ortools/packing/arc_flow_solver.h @@ -1,4 +1,4 @@ -// Copyright 2010-2021 Google LLC +// Copyright 2010-2022 Google LLC // Licensed under the Apache License, Version 2.0 (the "License"); // you may not use this file except in compliance with the License. // You may obtain a copy of the License at diff --git a/ortools/packing/binpacking_2d_parser.cc b/ortools/packing/binpacking_2d_parser.cc index 36acd73c1a..dba589d30a 100644 --- a/ortools/packing/binpacking_2d_parser.cc +++ b/ortools/packing/binpacking_2d_parser.cc @@ -1,4 +1,4 @@ -// Copyright 2010-2021 Google LLC +// Copyright 2010-2022 Google LLC // Licensed under the Apache License, Version 2.0 (the "License"); // you may not use this file except in compliance with the License. // You may obtain a copy of the License at diff --git a/ortools/packing/binpacking_2d_parser.h b/ortools/packing/binpacking_2d_parser.h index 6bbcb92e3c..24c23544bf 100644 --- a/ortools/packing/binpacking_2d_parser.h +++ b/ortools/packing/binpacking_2d_parser.h @@ -1,4 +1,4 @@ -// Copyright 2010-2021 Google LLC +// Copyright 2010-2022 Google LLC // Licensed under the Apache License, Version 2.0 (the "License"); // you may not use this file except in compliance with the License. // You may obtain a copy of the License at diff --git a/ortools/packing/multiple_dimensions_bin_packing.proto b/ortools/packing/multiple_dimensions_bin_packing.proto index 8dfee14138..6cb55110e3 100644 --- a/ortools/packing/multiple_dimensions_bin_packing.proto +++ b/ortools/packing/multiple_dimensions_bin_packing.proto @@ -1,4 +1,4 @@ -// Copyright 2010-2021 Google LLC +// Copyright 2010-2022 Google LLC // Licensed under the Apache License, Version 2.0 (the "License"); // you may not use this file except in compliance with the License. // You may obtain a copy of the License at diff --git a/ortools/packing/vector_bin_packing.proto b/ortools/packing/vector_bin_packing.proto index ff0d1471a3..ba28fa5c43 100644 --- a/ortools/packing/vector_bin_packing.proto +++ b/ortools/packing/vector_bin_packing.proto @@ -1,4 +1,4 @@ -// Copyright 2010-2021 Google LLC +// Copyright 2010-2022 Google LLC // Licensed under the Apache License, Version 2.0 (the "License"); // you may not use this file except in compliance with the License. // You may obtain a copy of the License at diff --git a/ortools/packing/vector_bin_packing_parser.cc b/ortools/packing/vector_bin_packing_parser.cc index c41bf8d96d..7d848752a1 100644 --- a/ortools/packing/vector_bin_packing_parser.cc +++ b/ortools/packing/vector_bin_packing_parser.cc @@ -1,4 +1,4 @@ -// Copyright 2010-2021 Google LLC +// Copyright 2010-2022 Google LLC // Licensed under the Apache License, Version 2.0 (the "License"); // you may not use this file except in compliance with the License. // You may obtain a copy of the License at diff --git a/ortools/packing/vector_bin_packing_parser.h b/ortools/packing/vector_bin_packing_parser.h index 9d6a1aad3c..3f9eab932f 100644 --- a/ortools/packing/vector_bin_packing_parser.h +++ b/ortools/packing/vector_bin_packing_parser.h @@ -1,4 +1,4 @@ -// Copyright 2010-2021 Google LLC +// Copyright 2010-2022 Google LLC // Licensed under the Apache License, Version 2.0 (the "License"); // you may not use this file except in compliance with the License. // You may obtain a copy of the License at diff --git a/ortools/pdlp/gtest_main.cc b/ortools/pdlp/gtest_main.cc index 4372e62e94..b64345b112 100644 --- a/ortools/pdlp/gtest_main.cc +++ b/ortools/pdlp/gtest_main.cc @@ -1,4 +1,4 @@ -// Copyright 2010-2021 Google LLC +// Copyright 2010-2022 Google LLC // Licensed under the Apache License, Version 2.0 (the "License"); // you may not use this file except in compliance with the License. // You may obtain a copy of the License at diff --git a/ortools/pdlp/iteration_stats.cc b/ortools/pdlp/iteration_stats.cc index 92dbd33c07..e49761cc42 100644 --- a/ortools/pdlp/iteration_stats.cc +++ b/ortools/pdlp/iteration_stats.cc @@ -1,4 +1,4 @@ -// Copyright 2010-2021 Google LLC +// Copyright 2010-2022 Google LLC // Licensed under the Apache License, Version 2.0 (the "License"); // you may not use this file except in compliance with the License. // You may obtain a copy of the License at diff --git a/ortools/pdlp/iteration_stats.h b/ortools/pdlp/iteration_stats.h index 4b9b0f8b9f..6382dcc9bb 100644 --- a/ortools/pdlp/iteration_stats.h +++ b/ortools/pdlp/iteration_stats.h @@ -1,4 +1,4 @@ -// Copyright 2010-2021 Google LLC +// Copyright 2010-2022 Google LLC // Licensed under the Apache License, Version 2.0 (the "License"); // you may not use this file except in compliance with the License. // You may obtain a copy of the License at diff --git a/ortools/pdlp/iteration_stats_test.cc b/ortools/pdlp/iteration_stats_test.cc index 97fd814ac5..f50f98a2e1 100644 --- a/ortools/pdlp/iteration_stats_test.cc +++ b/ortools/pdlp/iteration_stats_test.cc @@ -1,4 +1,4 @@ -// Copyright 2010-2021 Google LLC +// Copyright 2010-2022 Google LLC // Licensed under the Apache License, Version 2.0 (the "License"); // you may not use this file except in compliance with the License. // You may obtain a copy of the License at diff --git a/ortools/pdlp/primal_dual_hybrid_gradient.cc b/ortools/pdlp/primal_dual_hybrid_gradient.cc index f0abee6cf1..e825ba039a 100644 --- a/ortools/pdlp/primal_dual_hybrid_gradient.cc +++ b/ortools/pdlp/primal_dual_hybrid_gradient.cc @@ -1,4 +1,4 @@ -// Copyright 2010-2021 Google LLC +// Copyright 2010-2022 Google LLC // Licensed under the Apache License, Version 2.0 (the "License"); // you may not use this file except in compliance with the License. // You may obtain a copy of the License at diff --git a/ortools/pdlp/primal_dual_hybrid_gradient.h b/ortools/pdlp/primal_dual_hybrid_gradient.h index e2a9aa8395..5f50054dc0 100644 --- a/ortools/pdlp/primal_dual_hybrid_gradient.h +++ b/ortools/pdlp/primal_dual_hybrid_gradient.h @@ -1,4 +1,4 @@ -// Copyright 2010-2021 Google LLC +// Copyright 2010-2022 Google LLC // Licensed under the Apache License, Version 2.0 (the "License"); // you may not use this file except in compliance with the License. // You may obtain a copy of the License at diff --git a/ortools/pdlp/primal_dual_hybrid_gradient_test.cc b/ortools/pdlp/primal_dual_hybrid_gradient_test.cc index 9c1106a246..02a87deaca 100644 --- a/ortools/pdlp/primal_dual_hybrid_gradient_test.cc +++ b/ortools/pdlp/primal_dual_hybrid_gradient_test.cc @@ -1,4 +1,4 @@ -// Copyright 2010-2021 Google LLC +// Copyright 2010-2022 Google LLC // Licensed under the Apache License, Version 2.0 (the "License"); // you may not use this file except in compliance with the License. // You may obtain a copy of the License at diff --git a/ortools/pdlp/quadratic_program.cc b/ortools/pdlp/quadratic_program.cc index 8d56764e04..1c1e503de7 100644 --- a/ortools/pdlp/quadratic_program.cc +++ b/ortools/pdlp/quadratic_program.cc @@ -1,4 +1,4 @@ -// Copyright 2010-2021 Google LLC +// Copyright 2010-2022 Google LLC // Licensed under the Apache License, Version 2.0 (the "License"); // you may not use this file except in compliance with the License. // You may obtain a copy of the License at diff --git a/ortools/pdlp/quadratic_program.h b/ortools/pdlp/quadratic_program.h index 5951bb8a99..d74bc35283 100644 --- a/ortools/pdlp/quadratic_program.h +++ b/ortools/pdlp/quadratic_program.h @@ -1,4 +1,4 @@ -// Copyright 2010-2021 Google LLC +// Copyright 2010-2022 Google LLC // Licensed under the Apache License, Version 2.0 (the "License"); // you may not use this file except in compliance with the License. // You may obtain a copy of the License at diff --git a/ortools/pdlp/quadratic_program_io.cc b/ortools/pdlp/quadratic_program_io.cc index 3adca6923b..7775d58d5d 100644 --- a/ortools/pdlp/quadratic_program_io.cc +++ b/ortools/pdlp/quadratic_program_io.cc @@ -1,4 +1,4 @@ -// Copyright 2010-2021 Google LLC +// Copyright 2010-2022 Google LLC // Licensed under the Apache License, Version 2.0 (the "License"); // you may not use this file except in compliance with the License. // You may obtain a copy of the License at diff --git a/ortools/pdlp/quadratic_program_io.h b/ortools/pdlp/quadratic_program_io.h index e2d16961fe..326a408424 100644 --- a/ortools/pdlp/quadratic_program_io.h +++ b/ortools/pdlp/quadratic_program_io.h @@ -1,4 +1,4 @@ -// Copyright 2010-2021 Google LLC +// Copyright 2010-2022 Google LLC // Licensed under the Apache License, Version 2.0 (the "License"); // you may not use this file except in compliance with the License. // You may obtain a copy of the License at diff --git a/ortools/pdlp/quadratic_program_test.cc b/ortools/pdlp/quadratic_program_test.cc index e03598dbc9..62c244de7c 100644 --- a/ortools/pdlp/quadratic_program_test.cc +++ b/ortools/pdlp/quadratic_program_test.cc @@ -1,4 +1,4 @@ -// Copyright 2010-2021 Google LLC +// Copyright 2010-2022 Google LLC // Licensed under the Apache License, Version 2.0 (the "License"); // you may not use this file except in compliance with the License. // You may obtain a copy of the License at diff --git a/ortools/pdlp/sharded_optimization_utils.cc b/ortools/pdlp/sharded_optimization_utils.cc index 404d67fe86..ea38dbb6ab 100644 --- a/ortools/pdlp/sharded_optimization_utils.cc +++ b/ortools/pdlp/sharded_optimization_utils.cc @@ -1,4 +1,4 @@ -// Copyright 2010-2021 Google LLC +// Copyright 2010-2022 Google LLC // Licensed under the Apache License, Version 2.0 (the "License"); // you may not use this file except in compliance with the License. // You may obtain a copy of the License at diff --git a/ortools/pdlp/sharded_optimization_utils.h b/ortools/pdlp/sharded_optimization_utils.h index be61467ae8..9de655e2ae 100644 --- a/ortools/pdlp/sharded_optimization_utils.h +++ b/ortools/pdlp/sharded_optimization_utils.h @@ -1,4 +1,4 @@ -// Copyright 2010-2021 Google LLC +// Copyright 2010-2022 Google LLC // Licensed under the Apache License, Version 2.0 (the "License"); // you may not use this file except in compliance with the License. // You may obtain a copy of the License at diff --git a/ortools/pdlp/sharded_optimization_utils_test.cc b/ortools/pdlp/sharded_optimization_utils_test.cc index 2db4c65605..f4b1bc085b 100644 --- a/ortools/pdlp/sharded_optimization_utils_test.cc +++ b/ortools/pdlp/sharded_optimization_utils_test.cc @@ -1,4 +1,4 @@ -// Copyright 2010-2021 Google LLC +// Copyright 2010-2022 Google LLC // Licensed under the Apache License, Version 2.0 (the "License"); // you may not use this file except in compliance with the License. // You may obtain a copy of the License at diff --git a/ortools/pdlp/sharded_quadratic_program.cc b/ortools/pdlp/sharded_quadratic_program.cc index 13d01ef342..5657e6fcf6 100644 --- a/ortools/pdlp/sharded_quadratic_program.cc +++ b/ortools/pdlp/sharded_quadratic_program.cc @@ -1,4 +1,4 @@ -// Copyright 2010-2021 Google LLC +// Copyright 2010-2022 Google LLC // Licensed under the Apache License, Version 2.0 (the "License"); // you may not use this file except in compliance with the License. // You may obtain a copy of the License at diff --git a/ortools/pdlp/sharded_quadratic_program.h b/ortools/pdlp/sharded_quadratic_program.h index daccd31b44..e64f5ca08a 100644 --- a/ortools/pdlp/sharded_quadratic_program.h +++ b/ortools/pdlp/sharded_quadratic_program.h @@ -1,4 +1,4 @@ -// Copyright 2010-2021 Google LLC +// Copyright 2010-2022 Google LLC // Licensed under the Apache License, Version 2.0 (the "License"); // you may not use this file except in compliance with the License. // You may obtain a copy of the License at diff --git a/ortools/pdlp/sharded_quadratic_program_test.cc b/ortools/pdlp/sharded_quadratic_program_test.cc index 1ac9041feb..dcea529549 100644 --- a/ortools/pdlp/sharded_quadratic_program_test.cc +++ b/ortools/pdlp/sharded_quadratic_program_test.cc @@ -1,4 +1,4 @@ -// Copyright 2010-2021 Google LLC +// Copyright 2010-2022 Google LLC // Licensed under the Apache License, Version 2.0 (the "License"); // you may not use this file except in compliance with the License. // You may obtain a copy of the License at diff --git a/ortools/pdlp/sharder.cc b/ortools/pdlp/sharder.cc index b14dcc63b3..a49e1e2120 100644 --- a/ortools/pdlp/sharder.cc +++ b/ortools/pdlp/sharder.cc @@ -1,4 +1,4 @@ -// Copyright 2010-2021 Google LLC +// Copyright 2010-2022 Google LLC // Licensed under the Apache License, Version 2.0 (the "License"); // you may not use this file except in compliance with the License. // You may obtain a copy of the License at diff --git a/ortools/pdlp/sharder.h b/ortools/pdlp/sharder.h index 3d5b488b53..2a6e703dbb 100644 --- a/ortools/pdlp/sharder.h +++ b/ortools/pdlp/sharder.h @@ -1,4 +1,4 @@ -// Copyright 2010-2021 Google LLC +// Copyright 2010-2022 Google LLC // Licensed under the Apache License, Version 2.0 (the "License"); // you may not use this file except in compliance with the License. // You may obtain a copy of the License at diff --git a/ortools/pdlp/sharder_test.cc b/ortools/pdlp/sharder_test.cc index 619a207e87..5fde00c259 100644 --- a/ortools/pdlp/sharder_test.cc +++ b/ortools/pdlp/sharder_test.cc @@ -1,4 +1,4 @@ -// Copyright 2010-2021 Google LLC +// Copyright 2010-2022 Google LLC // Licensed under the Apache License, Version 2.0 (the "License"); // you may not use this file except in compliance with the License. // You may obtain a copy of the License at diff --git a/ortools/pdlp/solve_log.proto b/ortools/pdlp/solve_log.proto index ed17a99fa0..6c658947c8 100644 --- a/ortools/pdlp/solve_log.proto +++ b/ortools/pdlp/solve_log.proto @@ -1,4 +1,4 @@ -// Copyright 2010-2021 Google LLC +// Copyright 2010-2022 Google LLC // Licensed under the Apache License, Version 2.0 (the "License"); // you may not use this file except in compliance with the License. // You may obtain a copy of the License at diff --git a/ortools/pdlp/solvers.proto b/ortools/pdlp/solvers.proto index 9e9d438e86..1afcfc4dd7 100644 --- a/ortools/pdlp/solvers.proto +++ b/ortools/pdlp/solvers.proto @@ -1,4 +1,4 @@ -// Copyright 2010-2021 Google LLC +// Copyright 2010-2022 Google LLC // Licensed under the Apache License, Version 2.0 (the "License"); // you may not use this file except in compliance with the License. // You may obtain a copy of the License at diff --git a/ortools/pdlp/solvers_proto_validation.cc b/ortools/pdlp/solvers_proto_validation.cc index c6c5495410..aeafc6eb12 100644 --- a/ortools/pdlp/solvers_proto_validation.cc +++ b/ortools/pdlp/solvers_proto_validation.cc @@ -1,4 +1,4 @@ -// Copyright 2010-2021 Google LLC +// Copyright 2010-2022 Google LLC // Licensed under the Apache License, Version 2.0 (the "License"); // you may not use this file except in compliance with the License. // You may obtain a copy of the License at diff --git a/ortools/pdlp/solvers_proto_validation.h b/ortools/pdlp/solvers_proto_validation.h index 4bfd07ddce..4d2eec166d 100644 --- a/ortools/pdlp/solvers_proto_validation.h +++ b/ortools/pdlp/solvers_proto_validation.h @@ -1,4 +1,4 @@ -// Copyright 2010-2021 Google LLC +// Copyright 2010-2022 Google LLC // Licensed under the Apache License, Version 2.0 (the "License"); // you may not use this file except in compliance with the License. // You may obtain a copy of the License at diff --git a/ortools/pdlp/solvers_proto_validation_test.cc b/ortools/pdlp/solvers_proto_validation_test.cc index 2e3237db7f..96352ce3a4 100644 --- a/ortools/pdlp/solvers_proto_validation_test.cc +++ b/ortools/pdlp/solvers_proto_validation_test.cc @@ -1,4 +1,4 @@ -// Copyright 2010-2021 Google LLC +// Copyright 2010-2022 Google LLC // Licensed under the Apache License, Version 2.0 (the "License"); // you may not use this file except in compliance with the License. // You may obtain a copy of the License at diff --git a/ortools/pdlp/termination.cc b/ortools/pdlp/termination.cc index 8411ff049c..010d76a0c4 100644 --- a/ortools/pdlp/termination.cc +++ b/ortools/pdlp/termination.cc @@ -1,4 +1,4 @@ -// Copyright 2010-2021 Google LLC +// Copyright 2010-2022 Google LLC // Licensed under the Apache License, Version 2.0 (the "License"); // you may not use this file except in compliance with the License. // You may obtain a copy of the License at diff --git a/ortools/pdlp/termination.h b/ortools/pdlp/termination.h index efefda527c..ba302307fb 100644 --- a/ortools/pdlp/termination.h +++ b/ortools/pdlp/termination.h @@ -1,4 +1,4 @@ -// Copyright 2010-2021 Google LLC +// Copyright 2010-2022 Google LLC // Licensed under the Apache License, Version 2.0 (the "License"); // you may not use this file except in compliance with the License. // You may obtain a copy of the License at diff --git a/ortools/pdlp/termination_test.cc b/ortools/pdlp/termination_test.cc index 5b656995a1..ffda5327bc 100644 --- a/ortools/pdlp/termination_test.cc +++ b/ortools/pdlp/termination_test.cc @@ -1,4 +1,4 @@ -// Copyright 2010-2021 Google LLC +// Copyright 2010-2022 Google LLC // Licensed under the Apache License, Version 2.0 (the "License"); // you may not use this file except in compliance with the License. // You may obtain a copy of the License at diff --git a/ortools/pdlp/test_util.cc b/ortools/pdlp/test_util.cc index 96002327db..36aebdcd2f 100644 --- a/ortools/pdlp/test_util.cc +++ b/ortools/pdlp/test_util.cc @@ -1,4 +1,4 @@ -// Copyright 2010-2021 Google LLC +// Copyright 2010-2022 Google LLC // Licensed under the Apache License, Version 2.0 (the "License"); // you may not use this file except in compliance with the License. // You may obtain a copy of the License at diff --git a/ortools/pdlp/test_util.h b/ortools/pdlp/test_util.h index 4c4d7a8c3e..2a723d8df3 100644 --- a/ortools/pdlp/test_util.h +++ b/ortools/pdlp/test_util.h @@ -1,4 +1,4 @@ -// Copyright 2010-2021 Google LLC +// Copyright 2010-2022 Google LLC // Licensed under the Apache License, Version 2.0 (the "License"); // you may not use this file except in compliance with the License. // You may obtain a copy of the License at diff --git a/ortools/pdlp/test_util_test.cc b/ortools/pdlp/test_util_test.cc index 50df75bb98..46335a78b4 100644 --- a/ortools/pdlp/test_util_test.cc +++ b/ortools/pdlp/test_util_test.cc @@ -1,4 +1,4 @@ -// Copyright 2010-2021 Google LLC +// Copyright 2010-2022 Google LLC // Licensed under the Apache License, Version 2.0 (the "License"); // you may not use this file except in compliance with the License. // You may obtain a copy of the License at diff --git a/ortools/pdlp/trust_region.cc b/ortools/pdlp/trust_region.cc index f16c5f6ec1..ed1d96eabb 100644 --- a/ortools/pdlp/trust_region.cc +++ b/ortools/pdlp/trust_region.cc @@ -1,4 +1,4 @@ -// Copyright 2010-2021 Google LLC +// Copyright 2010-2022 Google LLC // Licensed under the Apache License, Version 2.0 (the "License"); // you may not use this file except in compliance with the License. // You may obtain a copy of the License at diff --git a/ortools/pdlp/trust_region.h b/ortools/pdlp/trust_region.h index 05b6ab399f..9593a8c12c 100644 --- a/ortools/pdlp/trust_region.h +++ b/ortools/pdlp/trust_region.h @@ -1,4 +1,4 @@ -// Copyright 2010-2021 Google LLC +// Copyright 2010-2022 Google LLC // Licensed under the Apache License, Version 2.0 (the "License"); // you may not use this file except in compliance with the License. // You may obtain a copy of the License at diff --git a/ortools/pdlp/trust_region_test.cc b/ortools/pdlp/trust_region_test.cc index 939c8fec4d..b78663c6ae 100644 --- a/ortools/pdlp/trust_region_test.cc +++ b/ortools/pdlp/trust_region_test.cc @@ -1,4 +1,4 @@ -// Copyright 2010-2021 Google LLC +// Copyright 2010-2022 Google LLC // Licensed under the Apache License, Version 2.0 (the "License"); // you may not use this file except in compliance with the License. // You may obtain a copy of the License at diff --git a/ortools/port/file.cc b/ortools/port/file.cc index 8a138a7851..02e0376630 100644 --- a/ortools/port/file.cc +++ b/ortools/port/file.cc @@ -1,4 +1,4 @@ -// Copyright 2010-2021 Google LLC +// Copyright 2010-2022 Google LLC // Licensed under the Apache License, Version 2.0 (the "License"); // you may not use this file except in compliance with the License. // You may obtain a copy of the License at diff --git a/ortools/port/file.h b/ortools/port/file.h index 7e8215f7c5..ca51984932 100644 --- a/ortools/port/file.h +++ b/ortools/port/file.h @@ -1,4 +1,4 @@ -// Copyright 2010-2021 Google LLC +// Copyright 2010-2022 Google LLC // Licensed under the Apache License, Version 2.0 (the "License"); // you may not use this file except in compliance with the License. // You may obtain a copy of the License at diff --git a/ortools/port/proto_utils.h b/ortools/port/proto_utils.h index b1f31e62e7..41e34a1e47 100644 --- a/ortools/port/proto_utils.h +++ b/ortools/port/proto_utils.h @@ -1,4 +1,4 @@ -// Copyright 2010-2021 Google LLC +// Copyright 2010-2022 Google LLC // Licensed under the Apache License, Version 2.0 (the "License"); // you may not use this file except in compliance with the License. // You may obtain a copy of the License at diff --git a/ortools/port/sysinfo.cc b/ortools/port/sysinfo.cc index 472b84a9d1..ae6bbb84cb 100644 --- a/ortools/port/sysinfo.cc +++ b/ortools/port/sysinfo.cc @@ -1,4 +1,4 @@ -// Copyright 2010-2021 Google LLC +// Copyright 2010-2022 Google LLC // Licensed under the Apache License, Version 2.0 (the "License"); // you may not use this file except in compliance with the License. // You may obtain a copy of the License at diff --git a/ortools/port/sysinfo.h b/ortools/port/sysinfo.h index 1cea66538b..ec24816497 100644 --- a/ortools/port/sysinfo.h +++ b/ortools/port/sysinfo.h @@ -1,4 +1,4 @@ -// Copyright 2010-2021 Google LLC +// Copyright 2010-2022 Google LLC // Licensed under the Apache License, Version 2.0 (the "License"); // you may not use this file except in compliance with the License. // You may obtain a copy of the License at diff --git a/ortools/port/utf8.h b/ortools/port/utf8.h index 568c375da3..bf04359d2f 100644 --- a/ortools/port/utf8.h +++ b/ortools/port/utf8.h @@ -1,4 +1,4 @@ -// Copyright 2010-2021 Google LLC +// Copyright 2010-2022 Google LLC // Licensed under the Apache License, Version 2.0 (the "License"); // you may not use this file except in compliance with the License. // You may obtain a copy of the License at diff --git a/ortools/scheduling/course_scheduling.proto b/ortools/scheduling/course_scheduling.proto index d808848239..ffef3037ab 100644 --- a/ortools/scheduling/course_scheduling.proto +++ b/ortools/scheduling/course_scheduling.proto @@ -1,4 +1,4 @@ -// Copyright 2010-2021 Google LLC +// Copyright 2010-2022 Google LLC // Licensed under the Apache License, Version 2.0 (the "License"); // you may not use this file except in compliance with the License. // You may obtain a copy of the License at diff --git a/ortools/scheduling/jobshop_scheduling.proto b/ortools/scheduling/jobshop_scheduling.proto index faf30dd73e..45ae9b087c 100644 --- a/ortools/scheduling/jobshop_scheduling.proto +++ b/ortools/scheduling/jobshop_scheduling.proto @@ -1,4 +1,4 @@ -// Copyright 2010-2021 Google LLC +// Copyright 2010-2022 Google LLC // Licensed under the Apache License, Version 2.0 (the "License"); // you may not use this file except in compliance with the License. // You may obtain a copy of the License at diff --git a/ortools/scheduling/jobshop_scheduling_parser.cc b/ortools/scheduling/jobshop_scheduling_parser.cc index 5a4c2e2be0..dd6f792658 100644 --- a/ortools/scheduling/jobshop_scheduling_parser.cc +++ b/ortools/scheduling/jobshop_scheduling_parser.cc @@ -1,4 +1,4 @@ -// Copyright 2010-2021 Google LLC +// Copyright 2010-2022 Google LLC // Licensed under the Apache License, Version 2.0 (the "License"); // you may not use this file except in compliance with the License. // You may obtain a copy of the License at diff --git a/ortools/scheduling/jobshop_scheduling_parser.h b/ortools/scheduling/jobshop_scheduling_parser.h index c75986d46a..db4b7be891 100644 --- a/ortools/scheduling/jobshop_scheduling_parser.h +++ b/ortools/scheduling/jobshop_scheduling_parser.h @@ -1,4 +1,4 @@ -// Copyright 2010-2021 Google LLC +// Copyright 2010-2022 Google LLC // Licensed under the Apache License, Version 2.0 (the "License"); // you may not use this file except in compliance with the License. // You may obtain a copy of the License at diff --git a/ortools/scheduling/python/rcpsp.i b/ortools/scheduling/python/rcpsp.i index f1f4982cef..a6541ed6aa 100644 --- a/ortools/scheduling/python/rcpsp.i +++ b/ortools/scheduling/python/rcpsp.i @@ -1,4 +1,4 @@ -// Copyright 2010-2021 Google LLC +// Copyright 2010-2022 Google LLC // Licensed under the Apache License, Version 2.0 (the "License"); // you may not use this file except in compliance with the License. // You may obtain a copy of the License at diff --git a/ortools/scheduling/rcpsp.proto b/ortools/scheduling/rcpsp.proto index 3acad14b54..00be15e9f9 100644 --- a/ortools/scheduling/rcpsp.proto +++ b/ortools/scheduling/rcpsp.proto @@ -1,4 +1,4 @@ -// Copyright 2010-2021 Google LLC +// Copyright 2010-2022 Google LLC // Licensed under the Apache License, Version 2.0 (the "License"); // you may not use this file except in compliance with the License. // You may obtain a copy of the License at diff --git a/ortools/scheduling/rcpsp_parser.cc b/ortools/scheduling/rcpsp_parser.cc index 3dae3d5c7d..3147b6e927 100644 --- a/ortools/scheduling/rcpsp_parser.cc +++ b/ortools/scheduling/rcpsp_parser.cc @@ -1,4 +1,4 @@ -// Copyright 2010-2021 Google LLC +// Copyright 2010-2022 Google LLC // Licensed under the Apache License, Version 2.0 (the "License"); // you may not use this file except in compliance with the License. // You may obtain a copy of the License at diff --git a/ortools/scheduling/rcpsp_parser.h b/ortools/scheduling/rcpsp_parser.h index 2c3658bf01..9b68334e7f 100644 --- a/ortools/scheduling/rcpsp_parser.h +++ b/ortools/scheduling/rcpsp_parser.h @@ -1,4 +1,4 @@ -// Copyright 2010-2021 Google LLC +// Copyright 2010-2022 Google LLC // Licensed under the Apache License, Version 2.0 (the "License"); // you may not use this file except in compliance with the License. // You may obtain a copy of the License at diff --git a/ortools/util/adaptative_parameter_value.h b/ortools/util/adaptative_parameter_value.h index 164acb5ca2..503aee1b9e 100644 --- a/ortools/util/adaptative_parameter_value.h +++ b/ortools/util/adaptative_parameter_value.h @@ -1,4 +1,4 @@ -// Copyright 2010-2021 Google LLC +// Copyright 2010-2022 Google LLC // Licensed under the Apache License, Version 2.0 (the "License"); // you may not use this file except in compliance with the License. // You may obtain a copy of the License at diff --git a/ortools/util/affine_relation.h b/ortools/util/affine_relation.h index 8dc484e2af..afda6f9eb3 100644 --- a/ortools/util/affine_relation.h +++ b/ortools/util/affine_relation.h @@ -1,4 +1,4 @@ -// Copyright 2010-2021 Google LLC +// Copyright 2010-2022 Google LLC // Licensed under the Apache License, Version 2.0 (the "License"); // you may not use this file except in compliance with the License. // You may obtain a copy of the License at diff --git a/ortools/util/bitset.cc b/ortools/util/bitset.cc index 4d2cca3986..8fe37e783a 100644 --- a/ortools/util/bitset.cc +++ b/ortools/util/bitset.cc @@ -1,4 +1,4 @@ -// Copyright 2010-2021 Google LLC +// Copyright 2010-2022 Google LLC // Licensed under the Apache License, Version 2.0 (the "License"); // you may not use this file except in compliance with the License. // You may obtain a copy of the License at diff --git a/ortools/util/bitset.h b/ortools/util/bitset.h index cf4d54ccf1..bcfbf19646 100644 --- a/ortools/util/bitset.h +++ b/ortools/util/bitset.h @@ -1,4 +1,4 @@ -// Copyright 2010-2021 Google LLC +// Copyright 2010-2022 Google LLC // Licensed under the Apache License, Version 2.0 (the "License"); // you may not use this file except in compliance with the License. // You may obtain a copy of the License at diff --git a/ortools/util/cached_log.cc b/ortools/util/cached_log.cc index 530f01b6c2..1b16138a92 100644 --- a/ortools/util/cached_log.cc +++ b/ortools/util/cached_log.cc @@ -1,4 +1,4 @@ -// Copyright 2010-2021 Google LLC +// Copyright 2010-2022 Google LLC // Licensed under the Apache License, Version 2.0 (the "License"); // you may not use this file except in compliance with the License. // You may obtain a copy of the License at diff --git a/ortools/util/cached_log.h b/ortools/util/cached_log.h index bdd464c9d6..460b4a2756 100644 --- a/ortools/util/cached_log.h +++ b/ortools/util/cached_log.h @@ -1,4 +1,4 @@ -// Copyright 2010-2021 Google LLC +// Copyright 2010-2022 Google LLC // Licensed under the Apache License, Version 2.0 (the "License"); // you may not use this file except in compliance with the License. // You may obtain a copy of the License at diff --git a/ortools/util/csharp/NestedArrayHelper.cs b/ortools/util/csharp/NestedArrayHelper.cs index 9f46001f1b..e3ce401a32 100644 --- a/ortools/util/csharp/NestedArrayHelper.cs +++ b/ortools/util/csharp/NestedArrayHelper.cs @@ -1,4 +1,4 @@ -// Copyright 2010-2021 Google LLC +// Copyright 2010-2022 Google LLC // Licensed under the Apache License, Version 2.0 (the "License"); // you may not use this file except in compliance with the License. // You may obtain a copy of the License at diff --git a/ortools/util/csharp/ProtoHelper.cs b/ortools/util/csharp/ProtoHelper.cs index 6d82bc17de..b991df5fba 100644 --- a/ortools/util/csharp/ProtoHelper.cs +++ b/ortools/util/csharp/ProtoHelper.cs @@ -1,4 +1,4 @@ -// Copyright 2010-2021 Google LLC +// Copyright 2010-2022 Google LLC // Licensed under the Apache License, Version 2.0 (the "License"); // you may not use this file except in compliance with the License. // You may obtain a copy of the License at diff --git a/ortools/util/csharp/proto.i b/ortools/util/csharp/proto.i index ded218c70c..2f65b77fdd 100644 --- a/ortools/util/csharp/proto.i +++ b/ortools/util/csharp/proto.i @@ -1,4 +1,4 @@ -// Copyright 2010-2021 Google LLC +// Copyright 2010-2022 Google LLC // Licensed under the Apache License, Version 2.0 (the "License"); // you may not use this file except in compliance with the License. // You may obtain a copy of the License at diff --git a/ortools/util/csharp/sorted_interval_list.i b/ortools/util/csharp/sorted_interval_list.i index 713d79c1e7..8c3900865b 100644 --- a/ortools/util/csharp/sorted_interval_list.i +++ b/ortools/util/csharp/sorted_interval_list.i @@ -1,4 +1,4 @@ -// Copyright 2010-2021 Google LLC +// Copyright 2010-2022 Google LLC // Licensed under the Apache License, Version 2.0 (the "License"); // you may not use this file except in compliance with the License. // You may obtain a copy of the License at diff --git a/ortools/util/csharp/tuple_set.i b/ortools/util/csharp/tuple_set.i index f4d3eba0d2..e5018dd01a 100644 --- a/ortools/util/csharp/tuple_set.i +++ b/ortools/util/csharp/tuple_set.i @@ -1,4 +1,4 @@ -// Copyright 2010-2021 Google LLC +// Copyright 2010-2022 Google LLC // Licensed under the Apache License, Version 2.0 (the "License"); // you may not use this file except in compliance with the License. // You may obtain a copy of the License at diff --git a/ortools/util/csharp/vector.i b/ortools/util/csharp/vector.i index 9134760e7b..b9db678ef2 100644 --- a/ortools/util/csharp/vector.i +++ b/ortools/util/csharp/vector.i @@ -1,4 +1,4 @@ -// Copyright 2010-2021 Google LLC +// Copyright 2010-2022 Google LLC // Licensed under the Apache License, Version 2.0 (the "License"); // you may not use this file except in compliance with the License. // You may obtain a copy of the License at diff --git a/ortools/util/file_util.cc b/ortools/util/file_util.cc index f96bb62c61..d167131cbf 100644 --- a/ortools/util/file_util.cc +++ b/ortools/util/file_util.cc @@ -1,4 +1,4 @@ -// Copyright 2010-2021 Google LLC +// Copyright 2010-2022 Google LLC // Licensed under the Apache License, Version 2.0 (the "License"); // you may not use this file except in compliance with the License. // You may obtain a copy of the License at diff --git a/ortools/util/file_util.h b/ortools/util/file_util.h index 31a076e290..280232fa65 100644 --- a/ortools/util/file_util.h +++ b/ortools/util/file_util.h @@ -1,4 +1,4 @@ -// Copyright 2010-2021 Google LLC +// Copyright 2010-2022 Google LLC // Licensed under the Apache License, Version 2.0 (the "License"); // you may not use this file except in compliance with the License. // You may obtain a copy of the License at diff --git a/ortools/util/filelineiter.h b/ortools/util/filelineiter.h index 487d2eae25..66ee470f3d 100644 --- a/ortools/util/filelineiter.h +++ b/ortools/util/filelineiter.h @@ -1,4 +1,4 @@ -// Copyright 2010-2021 Google LLC +// Copyright 2010-2022 Google LLC // Licensed under the Apache License, Version 2.0 (the "License"); // you may not use this file except in compliance with the License. // You may obtain a copy of the License at diff --git a/ortools/util/fp_roundtrip_conv.cc b/ortools/util/fp_roundtrip_conv.cc index 73606c25f5..51415857ab 100644 --- a/ortools/util/fp_roundtrip_conv.cc +++ b/ortools/util/fp_roundtrip_conv.cc @@ -1,4 +1,4 @@ -// Copyright 2010-2021 Google LLC +// Copyright 2010-2022 Google LLC // Licensed under the Apache License, Version 2.0 (the "License"); // you may not use this file except in compliance with the License. // You may obtain a copy of the License at diff --git a/ortools/util/fp_roundtrip_conv.h b/ortools/util/fp_roundtrip_conv.h index fb3c856d75..085cdafe80 100644 --- a/ortools/util/fp_roundtrip_conv.h +++ b/ortools/util/fp_roundtrip_conv.h @@ -1,4 +1,4 @@ -// Copyright 2010-2021 Google LLC +// Copyright 2010-2022 Google LLC // Licensed under the Apache License, Version 2.0 (the "License"); // you may not use this file except in compliance with the License. // You may obtain a copy of the License at diff --git a/ortools/util/fp_utils.cc b/ortools/util/fp_utils.cc index 425e5a4176..cf47ff7c9f 100644 --- a/ortools/util/fp_utils.cc +++ b/ortools/util/fp_utils.cc @@ -1,4 +1,4 @@ -// Copyright 2010-2021 Google LLC +// Copyright 2010-2022 Google LLC // Licensed under the Apache License, Version 2.0 (the "License"); // you may not use this file except in compliance with the License. // You may obtain a copy of the License at diff --git a/ortools/util/fp_utils.h b/ortools/util/fp_utils.h index cca1a69557..2cfee51ccf 100644 --- a/ortools/util/fp_utils.h +++ b/ortools/util/fp_utils.h @@ -1,4 +1,4 @@ -// Copyright 2010-2021 Google LLC +// Copyright 2010-2022 Google LLC // Licensed under the Apache License, Version 2.0 (the "License"); // you may not use this file except in compliance with the License. // You may obtain a copy of the License at diff --git a/ortools/util/functions_swig_helpers.h b/ortools/util/functions_swig_helpers.h index 5670bf7e07..8d785ad69c 100644 --- a/ortools/util/functions_swig_helpers.h +++ b/ortools/util/functions_swig_helpers.h @@ -1,4 +1,4 @@ -// Copyright 2010-2021 Google LLC +// Copyright 2010-2022 Google LLC // Licensed under the Apache License, Version 2.0 (the "License"); // you may not use this file except in compliance with the License. // You may obtain a copy of the License at diff --git a/ortools/util/functions_swig_test_helpers.h b/ortools/util/functions_swig_test_helpers.h index e583e5f7e0..1fd8b818ed 100644 --- a/ortools/util/functions_swig_test_helpers.h +++ b/ortools/util/functions_swig_test_helpers.h @@ -1,4 +1,4 @@ -// Copyright 2010-2021 Google LLC +// Copyright 2010-2022 Google LLC // Licensed under the Apache License, Version 2.0 (the "License"); // you may not use this file except in compliance with the License. // You may obtain a copy of the License at diff --git a/ortools/util/graph_export.cc b/ortools/util/graph_export.cc index 858df105d4..1caac509e0 100644 --- a/ortools/util/graph_export.cc +++ b/ortools/util/graph_export.cc @@ -1,4 +1,4 @@ -// Copyright 2010-2021 Google LLC +// Copyright 2010-2022 Google LLC // Licensed under the Apache License, Version 2.0 (the "License"); // you may not use this file except in compliance with the License. // You may obtain a copy of the License at diff --git a/ortools/util/graph_export.h b/ortools/util/graph_export.h index 807068d96c..3cf757a2e8 100644 --- a/ortools/util/graph_export.h +++ b/ortools/util/graph_export.h @@ -1,4 +1,4 @@ -// Copyright 2010-2021 Google LLC +// Copyright 2010-2022 Google LLC // Licensed under the Apache License, Version 2.0 (the "License"); // you may not use this file except in compliance with the License. // You may obtain a copy of the License at diff --git a/ortools/util/integer_pq.h b/ortools/util/integer_pq.h index c8eed9a09c..8489acc691 100644 --- a/ortools/util/integer_pq.h +++ b/ortools/util/integer_pq.h @@ -1,4 +1,4 @@ -// Copyright 2010-2021 Google LLC +// Copyright 2010-2022 Google LLC // Licensed under the Apache License, Version 2.0 (the "License"); // you may not use this file except in compliance with the License. // You may obtain a copy of the License at diff --git a/ortools/util/java/functions.i b/ortools/util/java/functions.i index d68b5fefb3..e825afc6ba 100644 --- a/ortools/util/java/functions.i +++ b/ortools/util/java/functions.i @@ -1,4 +1,4 @@ -// Copyright 2010-2021 Google LLC +// Copyright 2010-2022 Google LLC // Licensed under the Apache License, Version 2.0 (the "License"); // you may not use this file except in compliance with the License. // You may obtain a copy of the License at diff --git a/ortools/util/java/proto.i b/ortools/util/java/proto.i index fa8a47f298..ea759ae9c7 100644 --- a/ortools/util/java/proto.i +++ b/ortools/util/java/proto.i @@ -1,4 +1,4 @@ -// Copyright 2010-2021 Google LLC +// Copyright 2010-2022 Google LLC // Licensed under the Apache License, Version 2.0 (the "License"); // you may not use this file except in compliance with the License. // You may obtain a copy of the License at diff --git a/ortools/util/java/sorted_interval_list.i b/ortools/util/java/sorted_interval_list.i index 0210726af4..88125ef9b1 100644 --- a/ortools/util/java/sorted_interval_list.i +++ b/ortools/util/java/sorted_interval_list.i @@ -1,4 +1,4 @@ -// Copyright 2010-2021 Google LLC +// Copyright 2010-2022 Google LLC // Licensed under the Apache License, Version 2.0 (the "License"); // you may not use this file except in compliance with the License. // You may obtain a copy of the License at diff --git a/ortools/util/java/tuple_set.i b/ortools/util/java/tuple_set.i index ce34a8c37d..2f64817094 100644 --- a/ortools/util/java/tuple_set.i +++ b/ortools/util/java/tuple_set.i @@ -1,4 +1,4 @@ -// Copyright 2010-2021 Google LLC +// Copyright 2010-2022 Google LLC // Licensed under the Apache License, Version 2.0 (the "License"); // you may not use this file except in compliance with the License. // You may obtain a copy of the License at diff --git a/ortools/util/java/vector.i b/ortools/util/java/vector.i index 5523733b14..0186e0528b 100644 --- a/ortools/util/java/vector.i +++ b/ortools/util/java/vector.i @@ -1,4 +1,4 @@ -// Copyright 2010-2021 Google LLC +// Copyright 2010-2022 Google LLC // Licensed under the Apache License, Version 2.0 (the "License"); // you may not use this file except in compliance with the License. // You may obtain a copy of the License at diff --git a/ortools/util/lazy_mutable_copy.h b/ortools/util/lazy_mutable_copy.h index 1139853893..4999e85c73 100644 --- a/ortools/util/lazy_mutable_copy.h +++ b/ortools/util/lazy_mutable_copy.h @@ -1,4 +1,4 @@ -// Copyright 2010-2021 Google LLC +// Copyright 2010-2022 Google LLC // Licensed under the Apache License, Version 2.0 (the "License"); // you may not use this file except in compliance with the License. // You may obtain a copy of the License at diff --git a/ortools/util/logging.cc b/ortools/util/logging.cc index c7cdc4940b..24c604d10d 100644 --- a/ortools/util/logging.cc +++ b/ortools/util/logging.cc @@ -1,4 +1,4 @@ -// Copyright 2010-2021 Google LLC +// Copyright 2010-2022 Google LLC // Licensed under the Apache License, Version 2.0 (the "License"); // you may not use this file except in compliance with the License. // You may obtain a copy of the License at diff --git a/ortools/util/logging.h b/ortools/util/logging.h index b266271a17..3649b63b56 100644 --- a/ortools/util/logging.h +++ b/ortools/util/logging.h @@ -1,4 +1,4 @@ -// Copyright 2010-2021 Google LLC +// Copyright 2010-2022 Google LLC // Licensed under the Apache License, Version 2.0 (the "License"); // you may not use this file except in compliance with the License. // You may obtain a copy of the License at diff --git a/ortools/util/monoid_operation_tree.h b/ortools/util/monoid_operation_tree.h index ec7bce3cc8..7b2ef09577 100644 --- a/ortools/util/monoid_operation_tree.h +++ b/ortools/util/monoid_operation_tree.h @@ -1,4 +1,4 @@ -// Copyright 2010-2021 Google LLC +// Copyright 2010-2022 Google LLC // Licensed under the Apache License, Version 2.0 (the "License"); // you may not use this file except in compliance with the License. // You may obtain a copy of the License at diff --git a/ortools/util/optional_boolean.proto b/ortools/util/optional_boolean.proto index 147a83ac0d..59f79fea33 100644 --- a/ortools/util/optional_boolean.proto +++ b/ortools/util/optional_boolean.proto @@ -1,4 +1,4 @@ -// Copyright 2010-2021 Google LLC +// Copyright 2010-2022 Google LLC // Licensed under the Apache License, Version 2.0 (the "License"); // you may not use this file except in compliance with the License. // You may obtain a copy of the License at diff --git a/ortools/util/permutation.h b/ortools/util/permutation.h index 0c50371c5a..09e1475138 100644 --- a/ortools/util/permutation.h +++ b/ortools/util/permutation.h @@ -1,4 +1,4 @@ -// Copyright 2010-2021 Google LLC +// Copyright 2010-2022 Google LLC // Licensed under the Apache License, Version 2.0 (the "License"); // you may not use this file except in compliance with the License. // You may obtain a copy of the License at diff --git a/ortools/util/piecewise_linear_function.cc b/ortools/util/piecewise_linear_function.cc index 7a861a43f9..bdc6a41a49 100644 --- a/ortools/util/piecewise_linear_function.cc +++ b/ortools/util/piecewise_linear_function.cc @@ -1,4 +1,4 @@ -// Copyright 2010-2021 Google LLC +// Copyright 2010-2022 Google LLC // Licensed under the Apache License, Version 2.0 (the "License"); // you may not use this file except in compliance with the License. // You may obtain a copy of the License at diff --git a/ortools/util/piecewise_linear_function.h b/ortools/util/piecewise_linear_function.h index 190c9a5b75..989273e991 100644 --- a/ortools/util/piecewise_linear_function.h +++ b/ortools/util/piecewise_linear_function.h @@ -1,4 +1,4 @@ -// Copyright 2010-2021 Google LLC +// Copyright 2010-2022 Google LLC // Licensed under the Apache License, Version 2.0 (the "License"); // you may not use this file except in compliance with the License. // You may obtain a copy of the License at diff --git a/ortools/util/proto_tools.cc b/ortools/util/proto_tools.cc index 05f83ea01d..e10fba0570 100644 --- a/ortools/util/proto_tools.cc +++ b/ortools/util/proto_tools.cc @@ -1,4 +1,4 @@ -// Copyright 2010-2021 Google LLC +// Copyright 2010-2022 Google LLC // Licensed under the Apache License, Version 2.0 (the "License"); // you may not use this file except in compliance with the License. // You may obtain a copy of the License at diff --git a/ortools/util/proto_tools.h b/ortools/util/proto_tools.h index cd43d500b3..f146c7650c 100644 --- a/ortools/util/proto_tools.h +++ b/ortools/util/proto_tools.h @@ -1,4 +1,4 @@ -// Copyright 2010-2021 Google LLC +// Copyright 2010-2022 Google LLC // Licensed under the Apache License, Version 2.0 (the "License"); // you may not use this file except in compliance with the License. // You may obtain a copy of the License at diff --git a/ortools/util/python/functions.i b/ortools/util/python/functions.i index 4c59c61043..7521ef5dcc 100644 --- a/ortools/util/python/functions.i +++ b/ortools/util/python/functions.i @@ -1,4 +1,4 @@ -// Copyright 2010-2021 Google LLC +// Copyright 2010-2022 Google LLC // Licensed under the Apache License, Version 2.0 (the "License"); // you may not use this file except in compliance with the License. // You may obtain a copy of the License at diff --git a/ortools/util/python/pair.i b/ortools/util/python/pair.i index 904ef61c3d..733e8c1221 100644 --- a/ortools/util/python/pair.i +++ b/ortools/util/python/pair.i @@ -1,4 +1,4 @@ -// Copyright 2010-2021 Google LLC +// Copyright 2010-2022 Google LLC // Licensed under the Apache License, Version 2.0 (the "License"); // you may not use this file except in compliance with the License. // You may obtain a copy of the License at diff --git a/ortools/util/python/proto.i b/ortools/util/python/proto.i index 3ade351140..7bad6aa459 100644 --- a/ortools/util/python/proto.i +++ b/ortools/util/python/proto.i @@ -1,4 +1,4 @@ -// Copyright 2010-2021 Google LLC +// Copyright 2010-2022 Google LLC // Licensed under the Apache License, Version 2.0 (the "License"); // you may not use this file except in compliance with the License. // You may obtain a copy of the License at diff --git a/ortools/util/python/sorted_interval_list.cc b/ortools/util/python/sorted_interval_list.cc index 1ee4a78a41..fc56fd8d99 100644 --- a/ortools/util/python/sorted_interval_list.cc +++ b/ortools/util/python/sorted_interval_list.cc @@ -1,4 +1,4 @@ -// Copyright 2010-2021 Google LLC +// Copyright 2010-2022 Google LLC // Licensed under the Apache License, Version 2.0 (the "License"); // you may not use this file except in compliance with the License. // You may obtain a copy of the License at diff --git a/ortools/util/python/vector.i b/ortools/util/python/vector.i index 61d8f664a3..5127a27847 100644 --- a/ortools/util/python/vector.i +++ b/ortools/util/python/vector.i @@ -1,4 +1,4 @@ -// Copyright 2010-2021 Google LLC +// Copyright 2010-2022 Google LLC // Licensed under the Apache License, Version 2.0 (the "License"); // you may not use this file except in compliance with the License. // You may obtain a copy of the License at diff --git a/ortools/util/random_engine.h b/ortools/util/random_engine.h index 7b7161a2d2..41db5b56af 100644 --- a/ortools/util/random_engine.h +++ b/ortools/util/random_engine.h @@ -1,4 +1,4 @@ -// Copyright 2010-2021 Google LLC +// Copyright 2010-2022 Google LLC // Licensed under the Apache License, Version 2.0 (the "License"); // you may not use this file except in compliance with the License. // You may obtain a copy of the License at diff --git a/ortools/util/range_minimum_query.h b/ortools/util/range_minimum_query.h index daf5723fa5..881de4796d 100644 --- a/ortools/util/range_minimum_query.h +++ b/ortools/util/range_minimum_query.h @@ -1,4 +1,4 @@ -// Copyright 2010-2021 Google LLC +// Copyright 2010-2022 Google LLC // Licensed under the Apache License, Version 2.0 (the "License"); // you may not use this file except in compliance with the License. // You may obtain a copy of the License at diff --git a/ortools/util/range_query_function.cc b/ortools/util/range_query_function.cc index 45ba85c96a..a6abe6a661 100644 --- a/ortools/util/range_query_function.cc +++ b/ortools/util/range_query_function.cc @@ -1,4 +1,4 @@ -// Copyright 2010-2021 Google LLC +// Copyright 2010-2022 Google LLC // Licensed under the Apache License, Version 2.0 (the "License"); // you may not use this file except in compliance with the License. // You may obtain a copy of the License at diff --git a/ortools/util/range_query_function.h b/ortools/util/range_query_function.h index 900ba064b6..8959d12501 100644 --- a/ortools/util/range_query_function.h +++ b/ortools/util/range_query_function.h @@ -1,4 +1,4 @@ -// Copyright 2010-2021 Google LLC +// Copyright 2010-2022 Google LLC // Licensed under the Apache License, Version 2.0 (the "License"); // you may not use this file except in compliance with the License. // You may obtain a copy of the License at diff --git a/ortools/util/rational_approximation.cc b/ortools/util/rational_approximation.cc index 72f04c44d1..85806e22b5 100644 --- a/ortools/util/rational_approximation.cc +++ b/ortools/util/rational_approximation.cc @@ -1,4 +1,4 @@ -// Copyright 2010-2021 Google LLC +// Copyright 2010-2022 Google LLC // Licensed under the Apache License, Version 2.0 (the "License"); // you may not use this file except in compliance with the License. // You may obtain a copy of the License at diff --git a/ortools/util/rational_approximation.h b/ortools/util/rational_approximation.h index a55626bf13..c2f937afb9 100644 --- a/ortools/util/rational_approximation.h +++ b/ortools/util/rational_approximation.h @@ -1,4 +1,4 @@ -// Copyright 2010-2021 Google LLC +// Copyright 2010-2022 Google LLC // Licensed under the Apache License, Version 2.0 (the "License"); // you may not use this file except in compliance with the License. // You may obtain a copy of the License at diff --git a/ortools/util/return_macros.h b/ortools/util/return_macros.h index 91624153ce..8ada5daf53 100644 --- a/ortools/util/return_macros.h +++ b/ortools/util/return_macros.h @@ -1,4 +1,4 @@ -// Copyright 2010-2021 Google LLC +// Copyright 2010-2022 Google LLC // Licensed under the Apache License, Version 2.0 (the "License"); // you may not use this file except in compliance with the License. // You may obtain a copy of the License at diff --git a/ortools/util/rev.h b/ortools/util/rev.h index 0a2d1edf54..89179e460e 100644 --- a/ortools/util/rev.h +++ b/ortools/util/rev.h @@ -1,4 +1,4 @@ -// Copyright 2010-2021 Google LLC +// Copyright 2010-2022 Google LLC // Licensed under the Apache License, Version 2.0 (the "License"); // you may not use this file except in compliance with the License. // You may obtain a copy of the License at diff --git a/ortools/util/running_stat.h b/ortools/util/running_stat.h index 539a320b08..8df11e1a5d 100644 --- a/ortools/util/running_stat.h +++ b/ortools/util/running_stat.h @@ -1,4 +1,4 @@ -// Copyright 2010-2021 Google LLC +// Copyright 2010-2022 Google LLC // Licensed under the Apache License, Version 2.0 (the "License"); // you may not use this file except in compliance with the License. // You may obtain a copy of the License at diff --git a/ortools/util/saturated_arithmetic.h b/ortools/util/saturated_arithmetic.h index 58b146cc28..70066320b1 100644 --- a/ortools/util/saturated_arithmetic.h +++ b/ortools/util/saturated_arithmetic.h @@ -1,4 +1,4 @@ -// Copyright 2010-2021 Google LLC +// Copyright 2010-2022 Google LLC // Licensed under the Apache License, Version 2.0 (the "License"); // you may not use this file except in compliance with the License. // You may obtain a copy of the License at diff --git a/ortools/util/sigint.cc b/ortools/util/sigint.cc index e7c46b7070..7c49b53e7b 100644 --- a/ortools/util/sigint.cc +++ b/ortools/util/sigint.cc @@ -1,4 +1,4 @@ -// Copyright 2010-2021 Google LLC +// Copyright 2010-2022 Google LLC // Licensed under the Apache License, Version 2.0 (the "License"); // you may not use this file except in compliance with the License. // You may obtain a copy of the License at diff --git a/ortools/util/sigint.h b/ortools/util/sigint.h index e0989d7930..c338ea3cf4 100644 --- a/ortools/util/sigint.h +++ b/ortools/util/sigint.h @@ -1,4 +1,4 @@ -// Copyright 2010-2021 Google LLC +// Copyright 2010-2022 Google LLC // Licensed under the Apache License, Version 2.0 (the "License"); // you may not use this file except in compliance with the License. // You may obtain a copy of the License at diff --git a/ortools/util/sort.h b/ortools/util/sort.h index 9e569d1784..2d5c75d3a7 100644 --- a/ortools/util/sort.h +++ b/ortools/util/sort.h @@ -1,4 +1,4 @@ -// Copyright 2010-2021 Google LLC +// Copyright 2010-2022 Google LLC // Licensed under the Apache License, Version 2.0 (the "License"); // you may not use this file except in compliance with the License. // You may obtain a copy of the License at diff --git a/ortools/util/sorted_interval_list.cc b/ortools/util/sorted_interval_list.cc index 70e69f0239..88e47e50f5 100644 --- a/ortools/util/sorted_interval_list.cc +++ b/ortools/util/sorted_interval_list.cc @@ -1,4 +1,4 @@ -// Copyright 2010-2021 Google LLC +// Copyright 2010-2022 Google LLC // Licensed under the Apache License, Version 2.0 (the "License"); // you may not use this file except in compliance with the License. // You may obtain a copy of the License at diff --git a/ortools/util/sorted_interval_list.h b/ortools/util/sorted_interval_list.h index 0406119e13..88b3803c23 100644 --- a/ortools/util/sorted_interval_list.h +++ b/ortools/util/sorted_interval_list.h @@ -1,4 +1,4 @@ -// Copyright 2010-2021 Google LLC +// Copyright 2010-2022 Google LLC // Licensed under the Apache License, Version 2.0 (the "License"); // you may not use this file except in compliance with the License. // You may obtain a copy of the License at diff --git a/ortools/util/stats.cc b/ortools/util/stats.cc index 6d43c5cf52..11d06d591c 100644 --- a/ortools/util/stats.cc +++ b/ortools/util/stats.cc @@ -1,4 +1,4 @@ -// Copyright 2010-2021 Google LLC +// Copyright 2010-2022 Google LLC // Licensed under the Apache License, Version 2.0 (the "License"); // you may not use this file except in compliance with the License. // You may obtain a copy of the License at diff --git a/ortools/util/stats.h b/ortools/util/stats.h index 0e033e80e0..2a761562fa 100644 --- a/ortools/util/stats.h +++ b/ortools/util/stats.h @@ -1,4 +1,4 @@ -// Copyright 2010-2021 Google LLC +// Copyright 2010-2022 Google LLC // Licensed under the Apache License, Version 2.0 (the "License"); // you may not use this file except in compliance with the License. // You may obtain a copy of the License at diff --git a/ortools/util/status_macros.h b/ortools/util/status_macros.h index 2cd3745314..62cde13bf2 100644 --- a/ortools/util/status_macros.h +++ b/ortools/util/status_macros.h @@ -1,4 +1,4 @@ -// Copyright 2010-2021 Google LLC +// Copyright 2010-2022 Google LLC // Licensed under the Apache License, Version 2.0 (the "License"); // you may not use this file except in compliance with the License. // You may obtain a copy of the License at diff --git a/ortools/util/string_array.h b/ortools/util/string_array.h index d4f583ce4a..9cdf050716 100644 --- a/ortools/util/string_array.h +++ b/ortools/util/string_array.h @@ -1,4 +1,4 @@ -// Copyright 2010-2021 Google LLC +// Copyright 2010-2022 Google LLC // Licensed under the Apache License, Version 2.0 (the "License"); // you may not use this file except in compliance with the License. // You may obtain a copy of the License at diff --git a/ortools/util/strong_integers.h b/ortools/util/strong_integers.h index 113e093e5b..a1677459db 100644 --- a/ortools/util/strong_integers.h +++ b/ortools/util/strong_integers.h @@ -1,4 +1,4 @@ -// Copyright 2010-2021 Google LLC +// Copyright 2010-2022 Google LLC // Licensed under the Apache License, Version 2.0 (the "License"); // you may not use this file except in compliance with the License. // You may obtain a copy of the License at diff --git a/ortools/util/testing_utils.h b/ortools/util/testing_utils.h index d0ad0a6447..2d47bad6bf 100644 --- a/ortools/util/testing_utils.h +++ b/ortools/util/testing_utils.h @@ -1,4 +1,4 @@ -// Copyright 2010-2021 Google LLC +// Copyright 2010-2022 Google LLC // Licensed under the Apache License, Version 2.0 (the "License"); // you may not use this file except in compliance with the License. // You may obtain a copy of the License at diff --git a/ortools/util/time_limit.cc b/ortools/util/time_limit.cc index ace74ad340..b79be8e289 100644 --- a/ortools/util/time_limit.cc +++ b/ortools/util/time_limit.cc @@ -1,4 +1,4 @@ -// Copyright 2010-2021 Google LLC +// Copyright 2010-2022 Google LLC // Licensed under the Apache License, Version 2.0 (the "License"); // you may not use this file except in compliance with the License. // You may obtain a copy of the License at diff --git a/ortools/util/time_limit.h b/ortools/util/time_limit.h index 6e53096621..4dd84e0eee 100644 --- a/ortools/util/time_limit.h +++ b/ortools/util/time_limit.h @@ -1,4 +1,4 @@ -// Copyright 2010-2021 Google LLC +// Copyright 2010-2022 Google LLC // Licensed under the Apache License, Version 2.0 (the "License"); // you may not use this file except in compliance with the License. // You may obtain a copy of the License at diff --git a/ortools/util/tuple_set.h b/ortools/util/tuple_set.h index f55d83b759..313f214b6d 100644 --- a/ortools/util/tuple_set.h +++ b/ortools/util/tuple_set.h @@ -1,4 +1,4 @@ -// Copyright 2010-2021 Google LLC +// Copyright 2010-2022 Google LLC // Licensed under the Apache License, Version 2.0 (the "License"); // you may not use this file except in compliance with the License. // You may obtain a copy of the License at diff --git a/ortools/util/vector_map.h b/ortools/util/vector_map.h index 068e1341cf..533e46c422 100644 --- a/ortools/util/vector_map.h +++ b/ortools/util/vector_map.h @@ -1,4 +1,4 @@ -// Copyright 2010-2021 Google LLC +// Copyright 2010-2022 Google LLC // Licensed under the Apache License, Version 2.0 (the "License"); // you may not use this file except in compliance with the License. // You may obtain a copy of the License at diff --git a/ortools/util/vector_or_function.h b/ortools/util/vector_or_function.h index 150d2a487f..b3f087a96a 100644 --- a/ortools/util/vector_or_function.h +++ b/ortools/util/vector_or_function.h @@ -1,4 +1,4 @@ -// Copyright 2010-2021 Google LLC +// Copyright 2010-2022 Google LLC // Licensed under the Apache License, Version 2.0 (the "License"); // you may not use this file except in compliance with the License. // You may obtain a copy of the License at diff --git a/ortools/util/zvector.h b/ortools/util/zvector.h index 9b8173dbbb..f039a2fdb5 100644 --- a/ortools/util/zvector.h +++ b/ortools/util/zvector.h @@ -1,4 +1,4 @@ -// Copyright 2010-2021 Google LLC +// Copyright 2010-2022 Google LLC // Licensed under the Apache License, Version 2.0 (the "License"); // you may not use this file except in compliance with the License. // You may obtain a copy of the License at