From 8bb54b04ef4bd804c1b54b7fadb47b585adc2772 Mon Sep 17 00:00:00 2001 From: Mizux Seiha Date: Thu, 1 Apr 2021 21:00:53 +0200 Subject: [PATCH] Bump Copyright to 2021 FYI: find ortools \( -type d -name .git -prune \) -o -type f -print0 | xargs -0 sed -i 's/\(Copyright 2010\)-2018/\1-2021/g' --- ortools/__init__.py | 2 +- ortools/algorithms/__init__.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/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/basictypes.h | 2 +- ortools/base/bitmap.cc | 2 +- ortools/base/bitmap.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/filelineiter.h | 2 +- ortools/base/gzipstring.h | 2 +- ortools/base/hash.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_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/protobuf_util.h | 2 +- ortools/base/protoutil.h | 2 +- ortools/base/ptr_util.h | 2 +- ortools/base/python-swig.h | 2 +- ortools/base/random.cc | 2 +- ortools/base/random.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/small_ordered_set.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_vector.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/__init__.py | 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/doc/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.h | 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/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/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/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_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_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 +- ortools/constraint_solver/samples/vrp_with_time_limit.cc | 2 +- ortools/constraint_solver/samples/vrp_with_time_limit.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/data/__init__.py | 2 +- ortools/data/jobshop_scheduling.proto | 2 +- ortools/data/jobshop_scheduling_parser.cc | 2 +- ortools/data/jobshop_scheduling_parser.h | 2 +- ortools/data/python/rcpsp.i | 2 +- ortools/data/rcpsp.proto | 2 +- ortools/data/rcpsp_parser.cc | 2 +- ortools/data/rcpsp_parser.h | 2 +- ortools/data/set_covering_data.cc | 2 +- ortools/data/set_covering_data.h | 2 +- ortools/data/set_covering_parser.cc | 2 +- ortools/data/set_covering_parser.h | 2 +- ortools/data/vector_bin_packing.proto | 2 +- ortools/data/vector_bin_packing_parser.cc | 2 +- ortools/data/vector_bin_packing_parser.h | 2 +- ortools/flatzinc/checker.cc | 2 +- ortools/flatzinc/checker.h | 2 +- ortools/flatzinc/cp_model_fz_solver.cc | 2 +- ortools/flatzinc/cp_model_fz_solver.h | 2 +- ortools/flatzinc/fz.cc | 2 +- ortools/flatzinc/model.cc | 2 +- ortools/flatzinc/model.h | 2 +- ortools/flatzinc/parser.cc | 2 +- ortools/flatzinc/parser.h | 2 +- ortools/flatzinc/parser.tab.cc | 2 +- ortools/flatzinc/parser.yy.cc | 2 +- ortools/flatzinc/parser_main.cc | 2 +- ortools/flatzinc/parser_util.cc | 2 +- ortools/flatzinc/parser_util.h | 2 +- ortools/flatzinc/presolve.cc | 2 +- ortools/flatzinc/presolve.h | 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/graph/__init__.py | 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/graph.i | 2 +- ortools/graph/samples/SimpleMaxFlowProgram.cs | 2 +- ortools/graph/samples/SimpleMinCostFlowProgram.cs | 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_ext.cc | 2 +- ortools/gscip/gscip_ext.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/__init__.py | 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 +- 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/Difference.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/LinearExpr.java | 2 +- ortools/java/com/google/ortools/sat/Literal.java | 2 +- ortools/java/com/google/ortools/sat/NotBooleanVariable.java | 2 +- ortools/java/com/google/ortools/sat/ScalProd.java | 2 +- ortools/java/com/google/ortools/sat/SumOfVariables.java | 2 +- ortools/linear_solver/__init__.py | 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/python/linear_solver.i | 2 +- ortools/linear_solver/samples/AssignmentMip.cs | 2 +- ortools/linear_solver/samples/AssignmentMip.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/assignment_mip.cc | 2 +- ortools/linear_solver/samples/assignment_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/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_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/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/sat/__init__.py | 2 +- ortools/sat/all_different.cc | 2 +- ortools/sat/all_different.h | 2 +- ortools/sat/boolean_problem.cc | 2 +- ortools/sat/boolean_problem.h | 2 +- ortools/sat/boolean_problem.proto | 2 +- ortools/sat/circuit.cc | 2 +- ortools/sat/circuit.h | 2 +- ortools/sat/clause.cc | 2 +- ortools/sat/clause.h | 2 +- ortools/sat/cp_constraints.cc | 2 +- ortools/sat/cp_constraints.h | 2 +- ortools/sat/cp_model.cc | 2 +- ortools/sat/cp_model.h | 2 +- ortools/sat/cp_model.proto | 2 +- ortools/sat/cp_model_checker.cc | 2 +- ortools/sat/cp_model_checker.h | 2 +- ortools/sat/cp_model_expand.cc | 2 +- ortools/sat/cp_model_expand.h | 2 +- ortools/sat/cp_model_lns.cc | 2 +- ortools/sat/cp_model_lns.h | 2 +- ortools/sat/cp_model_loader.cc | 2 +- ortools/sat/cp_model_loader.h | 2 +- ortools/sat/cp_model_objective.cc | 2 +- ortools/sat/cp_model_objective.h | 2 +- ortools/sat/cp_model_postsolve.cc | 2 +- ortools/sat/cp_model_postsolve.h | 2 +- ortools/sat/cp_model_presolve.cc | 2 +- ortools/sat/cp_model_presolve.h | 2 +- ortools/sat/cp_model_search.cc | 2 +- ortools/sat/cp_model_search.h | 2 +- ortools/sat/cp_model_service.proto | 2 +- ortools/sat/cp_model_solver.cc | 2 +- ortools/sat/cp_model_solver.h | 2 +- ortools/sat/cp_model_symmetries.cc | 2 +- ortools/sat/cp_model_symmetries.h | 2 +- ortools/sat/cp_model_utils.cc | 2 +- ortools/sat/cp_model_utils.h | 2 +- ortools/sat/csharp/Constraints.cs | 2 +- ortools/sat/csharp/CpModel.cs | 2 +- ortools/sat/csharp/CpSolver.cs | 2 +- ortools/sat/csharp/IntegerExpressions.cs | 2 +- ortools/sat/csharp/IntervalVariables.cs | 2 +- ortools/sat/csharp/SearchHelpers.cs | 2 +- ortools/sat/csharp/sat.i | 2 +- ortools/sat/cumulative.cc | 2 +- ortools/sat/cumulative.h | 2 +- ortools/sat/cumulative_energy.cc | 2 +- ortools/sat/cumulative_energy.h | 2 +- ortools/sat/cuts.cc | 2 +- ortools/sat/cuts.h | 2 +- ortools/sat/diffn.cc | 2 +- ortools/sat/diffn.h | 2 +- ortools/sat/disjunctive.cc | 2 +- ortools/sat/disjunctive.h | 2 +- ortools/sat/drat_checker.cc | 2 +- ortools/sat/drat_checker.h | 2 +- ortools/sat/drat_proof_handler.cc | 2 +- ortools/sat/drat_proof_handler.h | 2 +- ortools/sat/drat_writer.cc | 2 +- ortools/sat/drat_writer.h | 2 +- ortools/sat/encoding.cc | 2 +- ortools/sat/encoding.h | 2 +- ortools/sat/feasibility_pump.cc | 2 +- ortools/sat/feasibility_pump.h | 2 +- ortools/sat/implied_bounds.cc | 2 +- ortools/sat/implied_bounds.h | 2 +- ortools/sat/integer.cc | 2 +- ortools/sat/integer.h | 2 +- ortools/sat/integer_expr.cc | 2 +- ortools/sat/integer_expr.h | 2 +- ortools/sat/integer_search.cc | 2 +- ortools/sat/integer_search.h | 2 +- ortools/sat/intervals.cc | 2 +- ortools/sat/intervals.h | 2 +- ortools/sat/java/sat.i | 2 +- ortools/sat/linear_constraint.cc | 2 +- ortools/sat/linear_constraint.h | 2 +- ortools/sat/linear_constraint_manager.cc | 2 +- ortools/sat/linear_constraint_manager.h | 2 +- ortools/sat/linear_programming_constraint.cc | 2 +- ortools/sat/linear_programming_constraint.h | 2 +- ortools/sat/linear_relaxation.cc | 2 +- ortools/sat/linear_relaxation.h | 2 +- ortools/sat/lp_utils.cc | 2 +- ortools/sat/lp_utils.h | 2 +- ortools/sat/model.h | 2 +- ortools/sat/optimization.cc | 2 +- ortools/sat/optimization.h | 2 +- ortools/sat/pb_constraint.cc | 2 +- ortools/sat/pb_constraint.h | 2 +- ortools/sat/precedences.cc | 2 +- ortools/sat/precedences.h | 2 +- ortools/sat/presolve_context.cc | 2 +- ortools/sat/presolve_context.h | 2 +- ortools/sat/presolve_util.cc | 2 +- ortools/sat/presolve_util.h | 2 +- ortools/sat/probing.cc | 2 +- ortools/sat/probing.h | 2 +- ortools/sat/pseudo_costs.cc | 2 +- ortools/sat/pseudo_costs.h | 2 +- ortools/sat/python/cp_model.py | 2 +- ortools/sat/python/cp_model_helper.py | 2 +- ortools/sat/python/sat.i | 2 +- ortools/sat/python/visualization.py | 2 +- ortools/sat/restart.cc | 2 +- ortools/sat/restart.h | 2 +- ortools/sat/rins.cc | 2 +- ortools/sat/rins.h | 2 +- ortools/sat/samples/AssignmentSat.cs | 2 +- ortools/sat/samples/AssignmentSat.java | 2 +- ortools/sat/samples/BinPackingProblemSat.cs | 2 +- ortools/sat/samples/BinPackingProblemSat.java | 2 +- ortools/sat/samples/BoolOrSampleSat.cs | 2 +- ortools/sat/samples/BoolOrSampleSat.java | 2 +- ortools/sat/samples/ChannelingSampleSat.cs | 2 +- ortools/sat/samples/ChannelingSampleSat.java | 2 +- ortools/sat/samples/CpIsFunSat.cs | 2 +- ortools/sat/samples/CpIsFunSat.java | 2 +- ortools/sat/samples/EarlinessTardinessCostSampleSat.cs | 2 +- ortools/sat/samples/EarlinessTardinessCostSampleSat.java | 2 +- ortools/sat/samples/IntervalSampleSat.cs | 2 +- ortools/sat/samples/IntervalSampleSat.java | 2 +- ortools/sat/samples/LiteralSampleSat.cs | 2 +- ortools/sat/samples/LiteralSampleSat.java | 2 +- ortools/sat/samples/MultipleKnapsackSat.java | 2 +- ortools/sat/samples/NoOverlapSampleSat.cs | 2 +- ortools/sat/samples/NoOverlapSampleSat.java | 2 +- ortools/sat/samples/OptionalIntervalSampleSat.cs | 2 +- ortools/sat/samples/OptionalIntervalSampleSat.java | 2 +- ortools/sat/samples/RabbitsAndPheasantsSat.cs | 2 +- ortools/sat/samples/RabbitsAndPheasantsSat.java | 2 +- ortools/sat/samples/RankingSampleSat.cs | 2 +- ortools/sat/samples/RankingSampleSat.java | 2 +- ortools/sat/samples/ReifiedSampleSat.cs | 2 +- ortools/sat/samples/ReifiedSampleSat.java | 2 +- ortools/sat/samples/SearchForAllSolutionsSampleSat.cs | 2 +- ortools/sat/samples/SearchForAllSolutionsSampleSat.java | 2 +- ortools/sat/samples/SimpleSatProgram.cs | 2 +- ortools/sat/samples/SimpleSatProgram.java | 2 +- ortools/sat/samples/SolutionHintingSampleSat.cs | 2 +- ortools/sat/samples/SolutionHintingSampleSat.java | 2 +- .../sat/samples/SolveAndPrintIntermediateSolutionsSampleSat.cs | 2 +- .../samples/SolveAndPrintIntermediateSolutionsSampleSat.java | 2 +- ortools/sat/samples/SolveWithTimeLimitSampleSat.cs | 2 +- ortools/sat/samples/SolveWithTimeLimitSampleSat.java | 2 +- ortools/sat/samples/StepFunctionSampleSat.cs | 2 +- ortools/sat/samples/StepFunctionSampleSat.java | 2 +- ortools/sat/samples/StopAfterNSolutionsSampleSat.cs | 2 +- ortools/sat/samples/StopAfterNSolutionsSampleSat.java | 2 +- ortools/sat/samples/assignment_sat.cc | 2 +- ortools/sat/samples/assignment_sat.py | 2 +- ortools/sat/samples/binpacking_problem_sat.cc | 2 +- ortools/sat/samples/binpacking_problem_sat.py | 2 +- ortools/sat/samples/bool_or_sample_sat.cc | 2 +- ortools/sat/samples/bool_or_sample_sat.py | 2 +- ortools/sat/samples/boolean_product_sample_sat.py | 2 +- ortools/sat/samples/channeling_sample_sat.cc | 2 +- ortools/sat/samples/channeling_sample_sat.py | 2 +- ortools/sat/samples/copy_model_sample_sat.cc | 2 +- ortools/sat/samples/copy_model_sample_sat.py | 2 +- ortools/sat/samples/cp_is_fun_sat.cc | 2 +- ortools/sat/samples/cp_is_fun_sat.py | 2 +- ortools/sat/samples/earliness_tardiness_cost_sample_sat.cc | 2 +- ortools/sat/samples/earliness_tardiness_cost_sample_sat.py | 2 +- ortools/sat/samples/interval_sample_sat.cc | 2 +- ortools/sat/samples/interval_sample_sat.py | 2 +- ortools/sat/samples/literal_sample_sat.cc | 2 +- ortools/sat/samples/literal_sample_sat.py | 2 +- ortools/sat/samples/minimal_jobshop_sat.py | 2 +- ortools/sat/samples/multiple_knapsack_sat.cc | 2 +- ortools/sat/samples/multiple_knapsack_sat.py | 2 +- ortools/sat/samples/no_overlap_sample_sat.cc | 2 +- ortools/sat/samples/no_overlap_sample_sat.py | 2 +- ortools/sat/samples/nurses_sat.py | 2 +- ortools/sat/samples/optional_interval_sample_sat.cc | 2 +- ortools/sat/samples/optional_interval_sample_sat.py | 2 +- ortools/sat/samples/rabbits_and_pheasants_sat.cc | 2 +- ortools/sat/samples/rabbits_and_pheasants_sat.py | 2 +- ortools/sat/samples/ranking_sample_sat.cc | 2 +- ortools/sat/samples/ranking_sample_sat.py | 2 +- ortools/sat/samples/reified_sample_sat.cc | 2 +- ortools/sat/samples/reified_sample_sat.py | 2 +- ortools/sat/samples/schedule_requests_sat.py | 2 +- ortools/sat/samples/scheduling_with_calendar_sample_sat.py | 2 +- ortools/sat/samples/search_for_all_solutions_sample_sat.cc | 2 +- ortools/sat/samples/search_for_all_solutions_sample_sat.py | 2 +- ortools/sat/samples/simple_sat_program.cc | 2 +- ortools/sat/samples/simple_sat_program.py | 2 +- ortools/sat/samples/solution_hinting_sample_sat.cc | 2 +- ortools/sat/samples/solution_hinting_sample_sat.py | 2 +- .../solve_and_print_intermediate_solutions_sample_sat.cc | 2 +- .../solve_and_print_intermediate_solutions_sample_sat.py | 2 +- ortools/sat/samples/solve_with_time_limit_sample_sat.cc | 2 +- ortools/sat/samples/solve_with_time_limit_sample_sat.py | 2 +- ortools/sat/samples/step_function_sample_sat.cc | 2 +- ortools/sat/samples/step_function_sample_sat.py | 2 +- ortools/sat/samples/stop_after_n_solutions_sample_sat.cc | 2 +- ortools/sat/samples/stop_after_n_solutions_sample_sat.py | 2 +- ortools/sat/sat_base.h | 2 +- ortools/sat/sat_decision.cc | 2 +- ortools/sat/sat_decision.h | 2 +- ortools/sat/sat_inprocessing.cc | 2 +- ortools/sat/sat_inprocessing.h | 2 +- ortools/sat/sat_parameters.proto | 2 +- ortools/sat/sat_solver.cc | 2 +- ortools/sat/sat_solver.h | 2 +- ortools/sat/scheduling_constraints.cc | 2 +- ortools/sat/scheduling_constraints.h | 2 +- ortools/sat/simplification.cc | 2 +- ortools/sat/simplification.h | 2 +- ortools/sat/subsolver.cc | 2 +- ortools/sat/subsolver.h | 2 +- ortools/sat/swig_helper.h | 2 +- ortools/sat/symmetry.cc | 2 +- ortools/sat/symmetry.h | 2 +- ortools/sat/symmetry_util.cc | 2 +- ortools/sat/symmetry_util.h | 2 +- ortools/sat/synchronization.cc | 2 +- ortools/sat/synchronization.h | 2 +- ortools/sat/table.cc | 2 +- ortools/sat/table.h | 2 +- ortools/sat/theta_tree.cc | 2 +- ortools/sat/theta_tree.h | 2 +- ortools/sat/timetable.cc | 2 +- ortools/sat/timetable.h | 2 +- ortools/sat/timetable_edgefinding.cc | 2 +- ortools/sat/timetable_edgefinding.h | 2 +- ortools/sat/util.cc | 2 +- ortools/sat/util.h | 2 +- ortools/sat/var_domination.cc | 2 +- ortools/sat/var_domination.h | 2 +- ortools/sat/zero_half_cuts.cc | 2 +- ortools/sat/zero_half_cuts.h | 2 +- ortools/util/__init__.py | 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/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.i | 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/string_array.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 +- 820 files changed, 820 insertions(+), 820 deletions(-) diff --git a/ortools/__init__.py b/ortools/__init__.py index 581c468a07..e21c3a6508 100644 --- a/ortools/__init__.py +++ b/ortools/__init__.py @@ -1,4 +1,4 @@ -# Copyright 2010-2018 Google LLC +# Copyright 2010-2021 Google LLC # Licensed under the Apache License, Version 2.0 (the "License"); # you may not use this file except in compliance with the License. # You may obtain a copy of the License at diff --git a/ortools/algorithms/__init__.py b/ortools/algorithms/__init__.py index e6cef90397..4e97463403 100644 --- a/ortools/algorithms/__init__.py +++ b/ortools/algorithms/__init__.py @@ -1,4 +1,4 @@ -# Copyright 2010-2018 Google LLC +# Copyright 2010-2021 Google LLC # Licensed under the Apache License, Version 2.0 (the "License"); # you may not use this file except in compliance with the License. # You may obtain a copy of the License at diff --git a/ortools/algorithms/csharp/knapsack_solver.i b/ortools/algorithms/csharp/knapsack_solver.i index a85fd10ed5..c4f8a99d14 100644 --- a/ortools/algorithms/csharp/knapsack_solver.i +++ b/ortools/algorithms/csharp/knapsack_solver.i @@ -1,4 +1,4 @@ -// Copyright 2010-2018 Google LLC +// Copyright 2010-2021 Google LLC // Licensed under the Apache License, Version 2.0 (the "License"); // you may not use this file except in compliance with the License. // You may obtain a copy of the License at diff --git a/ortools/algorithms/dense_doubly_linked_list.h b/ortools/algorithms/dense_doubly_linked_list.h index c318e1507a..ee904d7867 100644 --- a/ortools/algorithms/dense_doubly_linked_list.h +++ b/ortools/algorithms/dense_doubly_linked_list.h @@ -1,4 +1,4 @@ -// Copyright 2010-2018 Google LLC +// Copyright 2010-2021 Google LLC // Licensed under the Apache License, Version 2.0 (the "License"); // you may not use this file except in compliance with the License. // You may obtain a copy of the License at diff --git a/ortools/algorithms/dynamic_partition.cc b/ortools/algorithms/dynamic_partition.cc index d8d3b05732..8ed301ffb9 100644 --- a/ortools/algorithms/dynamic_partition.cc +++ b/ortools/algorithms/dynamic_partition.cc @@ -1,4 +1,4 @@ -// Copyright 2010-2018 Google LLC +// Copyright 2010-2021 Google LLC // Licensed under the Apache License, Version 2.0 (the "License"); // you may not use this file except in compliance with the License. // You may obtain a copy of the License at diff --git a/ortools/algorithms/dynamic_partition.h b/ortools/algorithms/dynamic_partition.h index 4ecbdd8ae7..847eb067ad 100644 --- a/ortools/algorithms/dynamic_partition.h +++ b/ortools/algorithms/dynamic_partition.h @@ -1,4 +1,4 @@ -// Copyright 2010-2018 Google LLC +// Copyright 2010-2021 Google LLC // Licensed under the Apache License, Version 2.0 (the "License"); // you may not use this file except in compliance with the License. // You may obtain a copy of the License at diff --git a/ortools/algorithms/dynamic_permutation.cc b/ortools/algorithms/dynamic_permutation.cc index afcceb525a..09e203834f 100644 --- a/ortools/algorithms/dynamic_permutation.cc +++ b/ortools/algorithms/dynamic_permutation.cc @@ -1,4 +1,4 @@ -// Copyright 2010-2018 Google LLC +// Copyright 2010-2021 Google LLC // Licensed under the Apache License, Version 2.0 (the "License"); // you may not use this file except in compliance with the License. // You may obtain a copy of the License at diff --git a/ortools/algorithms/dynamic_permutation.h b/ortools/algorithms/dynamic_permutation.h index f5202ce398..2346128f14 100644 --- a/ortools/algorithms/dynamic_permutation.h +++ b/ortools/algorithms/dynamic_permutation.h @@ -1,4 +1,4 @@ -// Copyright 2010-2018 Google LLC +// Copyright 2010-2021 Google LLC // Licensed under the Apache License, Version 2.0 (the "License"); // you may not use this file except in compliance with the License. // You may obtain a copy of the License at diff --git a/ortools/algorithms/find_graph_symmetries.cc b/ortools/algorithms/find_graph_symmetries.cc index bb82b574c7..9b1f1e94e4 100644 --- a/ortools/algorithms/find_graph_symmetries.cc +++ b/ortools/algorithms/find_graph_symmetries.cc @@ -1,4 +1,4 @@ -// Copyright 2010-2018 Google LLC +// Copyright 2010-2021 Google LLC // Licensed under the Apache License, Version 2.0 (the "License"); // you may not use this file except in compliance with the License. // You may obtain a copy of the License at diff --git a/ortools/algorithms/find_graph_symmetries.h b/ortools/algorithms/find_graph_symmetries.h index a1fc12aa1e..bd62730db4 100644 --- a/ortools/algorithms/find_graph_symmetries.h +++ b/ortools/algorithms/find_graph_symmetries.h @@ -1,4 +1,4 @@ -// Copyright 2010-2018 Google LLC +// Copyright 2010-2021 Google LLC // Licensed under the Apache License, Version 2.0 (the "License"); // you may not use this file except in compliance with the License. // You may obtain a copy of the License at diff --git a/ortools/algorithms/hungarian.cc b/ortools/algorithms/hungarian.cc index 8f537d7ea5..6a7ad468b0 100644 --- a/ortools/algorithms/hungarian.cc +++ b/ortools/algorithms/hungarian.cc @@ -1,4 +1,4 @@ -// Copyright 2010-2018 Google LLC +// Copyright 2010-2021 Google LLC // Licensed under the Apache License, Version 2.0 (the "License"); // you may not use this file except in compliance with the License. // You may obtain a copy of the License at diff --git a/ortools/algorithms/hungarian.h b/ortools/algorithms/hungarian.h index 8a382bf9f4..cbd100bef8 100644 --- a/ortools/algorithms/hungarian.h +++ b/ortools/algorithms/hungarian.h @@ -1,4 +1,4 @@ -// Copyright 2010-2018 Google LLC +// Copyright 2010-2021 Google LLC // Licensed under the Apache License, Version 2.0 (the "License"); // you may not use this file except in compliance with the License. // You may obtain a copy of the License at diff --git a/ortools/algorithms/java/knapsack_solver.i b/ortools/algorithms/java/knapsack_solver.i index 3314d16b20..732ddddcc2 100644 --- a/ortools/algorithms/java/knapsack_solver.i +++ b/ortools/algorithms/java/knapsack_solver.i @@ -1,4 +1,4 @@ -// Copyright 2010-2018 Google LLC +// Copyright 2010-2021 Google LLC // Licensed under the Apache License, Version 2.0 (the "License"); // you may not use this file except in compliance with the License. // You may obtain a copy of the License at diff --git a/ortools/algorithms/knapsack_solver.cc b/ortools/algorithms/knapsack_solver.cc index f43a57504f..b75e7a5763 100644 --- a/ortools/algorithms/knapsack_solver.cc +++ b/ortools/algorithms/knapsack_solver.cc @@ -1,4 +1,4 @@ -// Copyright 2010-2018 Google LLC +// Copyright 2010-2021 Google LLC // Licensed under the Apache License, Version 2.0 (the "License"); // you may not use this file except in compliance with the License. // You may obtain a copy of the License at diff --git a/ortools/algorithms/knapsack_solver.h b/ortools/algorithms/knapsack_solver.h index 7cd9f34eb7..5358226fee 100644 --- a/ortools/algorithms/knapsack_solver.h +++ b/ortools/algorithms/knapsack_solver.h @@ -1,4 +1,4 @@ -// Copyright 2010-2018 Google LLC +// Copyright 2010-2021 Google LLC // Licensed under the Apache License, Version 2.0 (the "License"); // you may not use this file except in compliance with the License. // You may obtain a copy of the License at diff --git a/ortools/algorithms/knapsack_solver_for_cuts.cc b/ortools/algorithms/knapsack_solver_for_cuts.cc index 3d659e73d0..2f9ec86314 100644 --- a/ortools/algorithms/knapsack_solver_for_cuts.cc +++ b/ortools/algorithms/knapsack_solver_for_cuts.cc @@ -1,4 +1,4 @@ -// Copyright 2010-2018 Google LLC +// Copyright 2010-2021 Google LLC // Licensed under the Apache License, Version 2.0 (the "License"); // you may not use this file except in compliance with the License. // You may obtain a copy of the License at diff --git a/ortools/algorithms/knapsack_solver_for_cuts.h b/ortools/algorithms/knapsack_solver_for_cuts.h index a1391c1751..a4513fa3de 100644 --- a/ortools/algorithms/knapsack_solver_for_cuts.h +++ b/ortools/algorithms/knapsack_solver_for_cuts.h @@ -1,4 +1,4 @@ -// Copyright 2010-2018 Google LLC +// Copyright 2010-2021 Google LLC // Licensed under the Apache License, Version 2.0 (the "License"); // you may not use this file except in compliance with the License. // You may obtain a copy of the License at diff --git a/ortools/algorithms/python/knapsack_solver.i b/ortools/algorithms/python/knapsack_solver.i index 35428546f2..1dc69c7a79 100644 --- a/ortools/algorithms/python/knapsack_solver.i +++ b/ortools/algorithms/python/knapsack_solver.i @@ -1,4 +1,4 @@ -// Copyright 2010-2018 Google LLC +// Copyright 2010-2021 Google LLC // Licensed under the Apache License, Version 2.0 (the "License"); // you may not use this file except in compliance with the License. // You may obtain a copy of the License at diff --git a/ortools/algorithms/samples/Knapsack.cs b/ortools/algorithms/samples/Knapsack.cs index 3970c1670b..669e886d5b 100644 --- a/ortools/algorithms/samples/Knapsack.cs +++ b/ortools/algorithms/samples/Knapsack.cs @@ -1,4 +1,4 @@ -// Copyright 2010-2018 Google LLC +// Copyright 2010-2021 Google LLC // Licensed under the Apache License, Version 2.0 (the "License"); // you may not use this file except in compliance with the License. // You may obtain a copy of the License at diff --git a/ortools/algorithms/samples/Knapsack.java b/ortools/algorithms/samples/Knapsack.java index cf8c9563a7..1196f5f051 100644 --- a/ortools/algorithms/samples/Knapsack.java +++ b/ortools/algorithms/samples/Knapsack.java @@ -1,4 +1,4 @@ -// Copyright 2010-2018 Google LLC +// Copyright 2010-2021 Google LLC // Licensed under the Apache License, Version 2.0 (the "License"); // you may not use this file except in compliance with the License. // You may obtain a copy of the License at diff --git a/ortools/algorithms/samples/knapsack.cc b/ortools/algorithms/samples/knapsack.cc index f3df98f154..bb96cca05a 100644 --- a/ortools/algorithms/samples/knapsack.cc +++ b/ortools/algorithms/samples/knapsack.cc @@ -1,4 +1,4 @@ -// Copyright 2010-2018 Google LLC +// Copyright 2010-2021 Google LLC // Licensed under the Apache License, Version 2.0 (the "License"); // you may not use this file except in compliance with the License. // You may obtain a copy of the License at diff --git a/ortools/algorithms/samples/knapsack.py b/ortools/algorithms/samples/knapsack.py index 395e9a5f70..c3658ae32c 100644 --- a/ortools/algorithms/samples/knapsack.py +++ b/ortools/algorithms/samples/knapsack.py @@ -1,4 +1,4 @@ -# Copyright 2010-2018 Google LLC +# Copyright 2010-2021 Google LLC # Licensed under the Apache License, Version 2.0 (the "License"); # you may not use this file except in compliance with the License. # You may obtain a copy of the License at diff --git a/ortools/algorithms/samples/simple_knapsack_program.cc b/ortools/algorithms/samples/simple_knapsack_program.cc index db75532b9e..14c0b8e07e 100644 --- a/ortools/algorithms/samples/simple_knapsack_program.cc +++ b/ortools/algorithms/samples/simple_knapsack_program.cc @@ -1,4 +1,4 @@ -// Copyright 2010-2018 Google LLC +// Copyright 2010-2021 Google LLC // Licensed under the Apache License, Version 2.0 (the "License"); // you may not use this file except in compliance with the License. // You may obtain a copy of the License at diff --git a/ortools/algorithms/samples/simple_knapsack_program.py b/ortools/algorithms/samples/simple_knapsack_program.py index cb29ed3138..6e0d9bd047 100644 --- a/ortools/algorithms/samples/simple_knapsack_program.py +++ b/ortools/algorithms/samples/simple_knapsack_program.py @@ -1,4 +1,4 @@ -# Copyright 2010-2018 Google LLC +# Copyright 2010-2021 Google LLC # Licensed under the Apache License, Version 2.0 (the "License"); # you may not use this file except in compliance with the License. # You may obtain a copy of the License at diff --git a/ortools/algorithms/sparse_permutation.cc b/ortools/algorithms/sparse_permutation.cc index cdae55d18c..6d7f74e026 100644 --- a/ortools/algorithms/sparse_permutation.cc +++ b/ortools/algorithms/sparse_permutation.cc @@ -1,4 +1,4 @@ -// Copyright 2010-2018 Google LLC +// Copyright 2010-2021 Google LLC // Licensed under the Apache License, Version 2.0 (the "License"); // you may not use this file except in compliance with the License. // You may obtain a copy of the License at diff --git a/ortools/algorithms/sparse_permutation.h b/ortools/algorithms/sparse_permutation.h index 52f5f12986..5a29e60709 100644 --- a/ortools/algorithms/sparse_permutation.h +++ b/ortools/algorithms/sparse_permutation.h @@ -1,4 +1,4 @@ -// Copyright 2010-2018 Google LLC +// Copyright 2010-2021 Google LLC // Licensed under the Apache License, Version 2.0 (the "License"); // you may not use this file except in compliance with the License. // You may obtain a copy of the License at diff --git a/ortools/base/accurate_sum.h b/ortools/base/accurate_sum.h index 2ef23b5da4..8d7cb2091b 100644 --- a/ortools/base/accurate_sum.h +++ b/ortools/base/accurate_sum.h @@ -1,4 +1,4 @@ -// Copyright 2010-2018 Google LLC +// Copyright 2010-2021 Google LLC // Licensed under the Apache License, Version 2.0 (the "License"); // you may not use this file except in compliance with the License. // You may obtain a copy of the License at diff --git a/ortools/base/adjustable_priority_queue-inl.h b/ortools/base/adjustable_priority_queue-inl.h index b6af4d4507..f1af09dcdf 100644 --- a/ortools/base/adjustable_priority_queue-inl.h +++ b/ortools/base/adjustable_priority_queue-inl.h @@ -1,4 +1,4 @@ -// Copyright 2010-2018 Google LLC +// Copyright 2010-2021 Google LLC // Licensed under the Apache License, Version 2.0 (the "License"); // you may not use this file except in compliance with the License. // You may obtain a copy of the License at diff --git a/ortools/base/adjustable_priority_queue.h b/ortools/base/adjustable_priority_queue.h index 925ad7b1dd..391bb11f5a 100644 --- a/ortools/base/adjustable_priority_queue.h +++ b/ortools/base/adjustable_priority_queue.h @@ -1,4 +1,4 @@ -// Copyright 2010-2018 Google LLC +// Copyright 2010-2021 Google LLC // Licensed under the Apache License, Version 2.0 (the "License"); // you may not use this file except in compliance with the License. // You may obtain a copy of the License at diff --git a/ortools/base/base.i b/ortools/base/base.i index 74dbed3eb0..dc018115e6 100644 --- a/ortools/base/base.i +++ b/ortools/base/base.i @@ -1,4 +1,4 @@ -// Copyright 2010-2018 Google LLC +// Copyright 2010-2021 Google LLC // Licensed under the Apache License, Version 2.0 (the "License"); // you may not use this file except in compliance with the License. // You may obtain a copy of the License at diff --git a/ortools/base/basictypes.h b/ortools/base/basictypes.h index 12980c7901..7d6fea005e 100644 --- a/ortools/base/basictypes.h +++ b/ortools/base/basictypes.h @@ -1,4 +1,4 @@ -// Copyright 2010-2018 Google LLC +// Copyright 2010-2021 Google LLC // Licensed under the Apache License, Version 2.0 (the "License"); // you may not use this file except in compliance with the License. // You may obtain a copy of the License at diff --git a/ortools/base/bitmap.cc b/ortools/base/bitmap.cc index e1e3eadd1d..8d83274111 100644 --- a/ortools/base/bitmap.cc +++ b/ortools/base/bitmap.cc @@ -1,4 +1,4 @@ -// Copyright 2010-2018 Google LLC +// Copyright 2010-2021 Google LLC // Licensed under the Apache License, Version 2.0 (the "License"); // you may not use this file except in compliance with the License. // You may obtain a copy of the License at diff --git a/ortools/base/bitmap.h b/ortools/base/bitmap.h index a1f0718f7b..67654f9106 100644 --- a/ortools/base/bitmap.h +++ b/ortools/base/bitmap.h @@ -1,4 +1,4 @@ -// Copyright 2010-2018 Google LLC +// Copyright 2010-2021 Google LLC // Licensed under the Apache License, Version 2.0 (the "License"); // you may not use this file except in compliance with the License. // You may obtain a copy of the License at diff --git a/ortools/base/cleanup.h b/ortools/base/cleanup.h index 80507f9f25..075b8580f2 100644 --- a/ortools/base/cleanup.h +++ b/ortools/base/cleanup.h @@ -1,4 +1,4 @@ -// Copyright 2010-2018 Google LLC +// Copyright 2010-2021 Google LLC // Licensed under the Apache License, Version 2.0 (the "License"); // you may not use this file except in compliance with the License. // You may obtain a copy of the License at diff --git a/ortools/base/commandlineflags.cc b/ortools/base/commandlineflags.cc index 59b84f2c11..82011c7b1e 100644 --- a/ortools/base/commandlineflags.cc +++ b/ortools/base/commandlineflags.cc @@ -1,4 +1,4 @@ -// Copyright 2010-2018 Google LLC +// Copyright 2010-2021 Google LLC // Licensed under the Apache License, Version 2.0 (the "License"); // you may not use this file except in compliance with the License. // You may obtain a copy of the License at diff --git a/ortools/base/commandlineflags.h b/ortools/base/commandlineflags.h index df33bd7b78..c811b4c0a8 100644 --- a/ortools/base/commandlineflags.h +++ b/ortools/base/commandlineflags.h @@ -1,4 +1,4 @@ -// Copyright 2010-2018 Google LLC +// Copyright 2010-2021 Google LLC // Licensed under the Apache License, Version 2.0 (the "License"); // you may not use this file except in compliance with the License. // You may obtain a copy of the License at diff --git a/ortools/base/container_logging.h b/ortools/base/container_logging.h index f9fe83febc..346c79fcb9 100644 --- a/ortools/base/container_logging.h +++ b/ortools/base/container_logging.h @@ -1,4 +1,4 @@ -// Copyright 2010-2018 Google LLC +// Copyright 2010-2021 Google LLC // Licensed under the Apache License, Version 2.0 (the "License"); // you may not use this file except in compliance with the License. // You may obtain a copy of the License at diff --git a/ortools/base/dynamic_library.h b/ortools/base/dynamic_library.h index a2c8763ae1..35eb426a8b 100644 --- a/ortools/base/dynamic_library.h +++ b/ortools/base/dynamic_library.h @@ -1,4 +1,4 @@ -// Copyright 2010-2018 Google LLC +// Copyright 2010-2021 Google LLC // Licensed under the Apache License, Version 2.0 (the "License"); // you may not use this file except in compliance with the License. // You may obtain a copy of the License at diff --git a/ortools/base/encodingutils.h b/ortools/base/encodingutils.h index bf28632ae0..67fc6c2e7e 100644 --- a/ortools/base/encodingutils.h +++ b/ortools/base/encodingutils.h @@ -1,4 +1,4 @@ -// Copyright 2010-2018 Google LLC +// Copyright 2010-2021 Google LLC // Licensed under the Apache License, Version 2.0 (the "License"); // you may not use this file except in compliance with the License. // You may obtain a copy of the License at diff --git a/ortools/base/file.cc b/ortools/base/file.cc index 90a455d7ec..19ce92b054 100644 --- a/ortools/base/file.cc +++ b/ortools/base/file.cc @@ -1,4 +1,4 @@ -// Copyright 2010-2018 Google LLC +// Copyright 2010-2021 Google LLC // Licensed under the Apache License, Version 2.0 (the "License"); // you may not use this file except in compliance with the License. // You may obtain a copy of the License at diff --git a/ortools/base/file.h b/ortools/base/file.h index 0706270a7c..4686a65882 100644 --- a/ortools/base/file.h +++ b/ortools/base/file.h @@ -1,4 +1,4 @@ -// Copyright 2010-2018 Google LLC +// Copyright 2010-2021 Google LLC // Licensed under the Apache License, Version 2.0 (the "License"); // you may not use this file except in compliance with the License. // You may obtain a copy of the License at diff --git a/ortools/base/filelineiter.h b/ortools/base/filelineiter.h index 5d83a4ff02..33e0807951 100644 --- a/ortools/base/filelineiter.h +++ b/ortools/base/filelineiter.h @@ -1,4 +1,4 @@ -// Copyright 2010-2018 Google LLC +// Copyright 2010-2021 Google LLC // Licensed under the Apache License, Version 2.0 (the "License"); // you may not use this file except in compliance with the License. // You may obtain a copy of the License at diff --git a/ortools/base/gzipstring.h b/ortools/base/gzipstring.h index effc49a798..a6198c2216 100644 --- a/ortools/base/gzipstring.h +++ b/ortools/base/gzipstring.h @@ -1,4 +1,4 @@ -// Copyright 2010-2018 Google LLC +// Copyright 2010-2021 Google LLC // Licensed under the Apache License, Version 2.0 (the "License"); // you may not use this file except in compliance with the License. // You may obtain a copy of the License at diff --git a/ortools/base/hash.h b/ortools/base/hash.h index c3da770340..4f38dede2c 100644 --- a/ortools/base/hash.h +++ b/ortools/base/hash.h @@ -1,4 +1,4 @@ -// Copyright 2010-2018 Google LLC +// Copyright 2010-2021 Google LLC // Licensed under the Apache License, Version 2.0 (the "License"); // you may not use this file except in compliance with the License. // You may obtain a copy of the License at diff --git a/ortools/base/int_type.h b/ortools/base/int_type.h index 0d0097ace6..a82d625213 100644 --- a/ortools/base/int_type.h +++ b/ortools/base/int_type.h @@ -1,4 +1,4 @@ -// Copyright 2010-2018 Google LLC +// Copyright 2010-2021 Google LLC // Licensed under the Apache License, Version 2.0 (the "License"); // you may not use this file except in compliance with the License. // You may obtain a copy of the License at diff --git a/ortools/base/integral_types.h b/ortools/base/integral_types.h index 993fb62b3b..4472daba5f 100644 --- a/ortools/base/integral_types.h +++ b/ortools/base/integral_types.h @@ -1,4 +1,4 @@ -// Copyright 2010-2018 Google LLC +// Copyright 2010-2021 Google LLC // Licensed under the Apache License, Version 2.0 (the "License"); // you may not use this file except in compliance with the License. // You may obtain a copy of the License at diff --git a/ortools/base/iterator_adaptors.h b/ortools/base/iterator_adaptors.h index ee21a32aa1..15805a195c 100644 --- a/ortools/base/iterator_adaptors.h +++ b/ortools/base/iterator_adaptors.h @@ -1,4 +1,4 @@ -// Copyright 2010-2018 Google LLC +// Copyright 2010-2021 Google LLC // Licensed under the Apache License, Version 2.0 (the "License"); // you may not use this file except in compliance with the License. // You may obtain a copy of the License at diff --git a/ortools/base/jniutil.h b/ortools/base/jniutil.h index e7f7408e3a..c28e60c2e8 100644 --- a/ortools/base/jniutil.h +++ b/ortools/base/jniutil.h @@ -1,4 +1,4 @@ -// Copyright 2010-2018 Google LLC +// Copyright 2010-2021 Google LLC // Licensed under the Apache License, Version 2.0 (the "License"); // you may not use this file except in compliance with the License. // You may obtain a copy of the License at diff --git a/ortools/base/linked_hash_map.h b/ortools/base/linked_hash_map.h index 7d78a3394e..f00bb51cf0 100644 --- a/ortools/base/linked_hash_map.h +++ b/ortools/base/linked_hash_map.h @@ -1,4 +1,4 @@ -// Copyright 2010-2018 Google LLC +// Copyright 2010-2021 Google LLC // Licensed under the Apache License, Version 2.0 (the "License"); // you may not use this file except in compliance with the License. // You may obtain a copy of the License at diff --git a/ortools/base/log_severity.h b/ortools/base/log_severity.h index 88d7a4a718..acb9efd608 100644 --- a/ortools/base/log_severity.h +++ b/ortools/base/log_severity.h @@ -1,4 +1,4 @@ -// Copyright 2010-2018 Google LLC +// Copyright 2010-2021 Google LLC // Licensed under the Apache License, Version 2.0 (the "License"); // you may not use this file except in compliance with the License. // You may obtain a copy of the License at diff --git a/ortools/base/logging.cc b/ortools/base/logging.cc index f39c2ddf61..1e02d114a2 100644 --- a/ortools/base/logging.cc +++ b/ortools/base/logging.cc @@ -1,4 +1,4 @@ -// Copyright 2010-2018 Google LLC +// Copyright 2010-2021 Google LLC // Licensed under the Apache License, Version 2.0 (the "License"); // you may not use this file except in compliance with the License. // You may obtain a copy of the License at diff --git a/ortools/base/logging.h b/ortools/base/logging.h index c941e6dd49..9fa32a6e20 100644 --- a/ortools/base/logging.h +++ b/ortools/base/logging.h @@ -1,4 +1,4 @@ -// Copyright 2010-2018 Google LLC +// Copyright 2010-2021 Google LLC // Licensed under the Apache License, Version 2.0 (the "License"); // you may not use this file except in compliance with the License. // You may obtain a copy of the License at diff --git a/ortools/base/logging_export.h b/ortools/base/logging_export.h index dcda7da211..cc4e3ca0df 100644 --- a/ortools/base/logging_export.h +++ b/ortools/base/logging_export.h @@ -1,4 +1,4 @@ -// Copyright 2010-2018 Google LLC +// Copyright 2010-2021 Google LLC // Licensed under the Apache License, Version 2.0 (the "License"); // you may not use this file except in compliance with the License. // You may obtain a copy of the License at diff --git a/ortools/base/logging_utilities.cc b/ortools/base/logging_utilities.cc index 8f6db6eaad..059d056ca7 100644 --- a/ortools/base/logging_utilities.cc +++ b/ortools/base/logging_utilities.cc @@ -1,4 +1,4 @@ -// Copyright 2010-2018 Google LLC +// Copyright 2010-2021 Google LLC // Licensed under the Apache License, Version 2.0 (the "License"); // you may not use this file except in compliance with the License. // You may obtain a copy of the License at diff --git a/ortools/base/logging_utilities.h b/ortools/base/logging_utilities.h index 1941e63c04..20dd282d9f 100644 --- a/ortools/base/logging_utilities.h +++ b/ortools/base/logging_utilities.h @@ -1,4 +1,4 @@ -// Copyright 2010-2018 Google LLC +// Copyright 2010-2021 Google LLC // Licensed under the Apache License, Version 2.0 (the "License"); // you may not use this file except in compliance with the License. // You may obtain a copy of the License at diff --git a/ortools/base/macros.h b/ortools/base/macros.h index 5e6ba0def4..95b3f52798 100644 --- a/ortools/base/macros.h +++ b/ortools/base/macros.h @@ -1,4 +1,4 @@ -// Copyright 2010-2018 Google LLC +// Copyright 2010-2021 Google LLC // Licensed under the Apache License, Version 2.0 (the "License"); // you may not use this file except in compliance with the License. // You may obtain a copy of the License at diff --git a/ortools/base/map_util.h b/ortools/base/map_util.h index d3df09a820..b812f25609 100644 --- a/ortools/base/map_util.h +++ b/ortools/base/map_util.h @@ -1,4 +1,4 @@ -// Copyright 2010-2018 Google LLC +// Copyright 2010-2021 Google LLC // Licensed under the Apache License, Version 2.0 (the "License"); // you may not use this file except in compliance with the License. // You may obtain a copy of the License at diff --git a/ortools/base/mathutil.h b/ortools/base/mathutil.h index 31e48d8ddd..cc17689740 100644 --- a/ortools/base/mathutil.h +++ b/ortools/base/mathutil.h @@ -1,4 +1,4 @@ -// Copyright 2010-2018 Google LLC +// Copyright 2010-2021 Google LLC // Licensed under the Apache License, Version 2.0 (the "License"); // you may not use this file except in compliance with the License. // You may obtain a copy of the License at diff --git a/ortools/base/murmur.h b/ortools/base/murmur.h index 704e3aeb4c..644486e771 100644 --- a/ortools/base/murmur.h +++ b/ortools/base/murmur.h @@ -1,4 +1,4 @@ -// Copyright 2010-2018 Google LLC +// Copyright 2010-2021 Google LLC // Licensed under the Apache License, Version 2.0 (the "License"); // you may not use this file except in compliance with the License. // You may obtain a copy of the License at diff --git a/ortools/base/protobuf_util.h b/ortools/base/protobuf_util.h index 3ed4874aa7..1c67b73b5b 100644 --- a/ortools/base/protobuf_util.h +++ b/ortools/base/protobuf_util.h @@ -1,4 +1,4 @@ -// Copyright 2010-2018 Google LLC +// Copyright 2010-2021 Google LLC // Licensed under the Apache License, Version 2.0 (the "License"); // you may not use this file except in compliance with the License. // You may obtain a copy of the License at diff --git a/ortools/base/protoutil.h b/ortools/base/protoutil.h index 951cc3dac4..fab2a95353 100644 --- a/ortools/base/protoutil.h +++ b/ortools/base/protoutil.h @@ -1,4 +1,4 @@ -// Copyright 2010-2018 Google LLC +// Copyright 2010-2021 Google LLC // Licensed under the Apache License, Version 2.0 (the "License"); // you may not use this file except in compliance with the License. // You may obtain a copy of the License at diff --git a/ortools/base/ptr_util.h b/ortools/base/ptr_util.h index 93b87f78f9..ea942ada33 100644 --- a/ortools/base/ptr_util.h +++ b/ortools/base/ptr_util.h @@ -1,4 +1,4 @@ -// Copyright 2010-2018 Google LLC +// Copyright 2010-2021 Google LLC // Licensed under the Apache License, Version 2.0 (the "License"); // you may not use this file except in compliance with the License. // You may obtain a copy of the License at diff --git a/ortools/base/python-swig.h b/ortools/base/python-swig.h index 7e7912e90d..7abedd5930 100644 --- a/ortools/base/python-swig.h +++ b/ortools/base/python-swig.h @@ -1,4 +1,4 @@ -// Copyright 2010-2018 Google LLC +// Copyright 2010-2021 Google LLC // Licensed under the Apache License, Version 2.0 (the "License"); // you may not use this file except in compliance with the License. // You may obtain a copy of the License at diff --git a/ortools/base/random.cc b/ortools/base/random.cc index 71a79abef1..30668fbf0a 100644 --- a/ortools/base/random.cc +++ b/ortools/base/random.cc @@ -1,4 +1,4 @@ -// Copyright 2010-2018 Google LLC +// Copyright 2010-2021 Google LLC // Licensed under the Apache License, Version 2.0 (the "License"); // you may not use this file except in compliance with the License. // You may obtain a copy of the License at diff --git a/ortools/base/random.h b/ortools/base/random.h index 2113b5a7ff..b840e7dbab 100644 --- a/ortools/base/random.h +++ b/ortools/base/random.h @@ -1,4 +1,4 @@ -// Copyright 2010-2018 Google LLC +// Copyright 2010-2021 Google LLC // Licensed under the Apache License, Version 2.0 (the "License"); // you may not use this file except in compliance with the License. // You may obtain a copy of the License at diff --git a/ortools/base/raw_logging.cc b/ortools/base/raw_logging.cc index a91971902e..14ffd17f99 100644 --- a/ortools/base/raw_logging.cc +++ b/ortools/base/raw_logging.cc @@ -1,4 +1,4 @@ -// Copyright 2010-2018 Google LLC +// Copyright 2010-2021 Google LLC // Licensed under the Apache License, Version 2.0 (the "License"); // you may not use this file except in compliance with the License. // You may obtain a copy of the License at diff --git a/ortools/base/raw_logging.h b/ortools/base/raw_logging.h index fd94c55fb2..7566d5c54c 100644 --- a/ortools/base/raw_logging.h +++ b/ortools/base/raw_logging.h @@ -1,4 +1,4 @@ -// Copyright 2010-2018 Google LLC +// Copyright 2010-2021 Google LLC // Licensed under the Apache License, Version 2.0 (the "License"); // you may not use this file except in compliance with the License. // You may obtain a copy of the License at diff --git a/ortools/base/recordio.cc b/ortools/base/recordio.cc index 479950d912..50d4f22206 100644 --- a/ortools/base/recordio.cc +++ b/ortools/base/recordio.cc @@ -1,4 +1,4 @@ -// Copyright 2010-2018 Google LLC +// Copyright 2010-2021 Google LLC // Licensed under the Apache License, Version 2.0 (the "License"); // you may not use this file except in compliance with the License. // You may obtain a copy of the License at diff --git a/ortools/base/recordio.h b/ortools/base/recordio.h index 9a847a682a..6b76b46ad8 100644 --- a/ortools/base/recordio.h +++ b/ortools/base/recordio.h @@ -1,4 +1,4 @@ -// Copyright 2010-2018 Google LLC +// Copyright 2010-2021 Google LLC // Licensed under the Apache License, Version 2.0 (the "License"); // you may not use this file except in compliance with the License. // You may obtain a copy of the License at diff --git a/ortools/base/small_map.h b/ortools/base/small_map.h index 777f7e7440..ebcc99d7b5 100644 --- a/ortools/base/small_map.h +++ b/ortools/base/small_map.h @@ -1,4 +1,4 @@ -// Copyright 2010-2018 Google LLC +// Copyright 2010-2021 Google LLC // Licensed under the Apache License, Version 2.0 (the "License"); // you may not use this file except in compliance with the License. // You may obtain a copy of the License at diff --git a/ortools/base/small_ordered_set.h b/ortools/base/small_ordered_set.h index 4a9c9567ee..f26b989841 100644 --- a/ortools/base/small_ordered_set.h +++ b/ortools/base/small_ordered_set.h @@ -1,4 +1,4 @@ -// Copyright 2010-2018 Google LLC +// Copyright 2010-2021 Google LLC // Licensed under the Apache License, Version 2.0 (the "License"); // you may not use this file except in compliance with the License. // You may obtain a copy of the License at diff --git a/ortools/base/status_builder.h b/ortools/base/status_builder.h index 78fb8d124d..1a85af6092 100644 --- a/ortools/base/status_builder.h +++ b/ortools/base/status_builder.h @@ -1,4 +1,4 @@ -// Copyright 2010-2018 Google LLC +// Copyright 2010-2021 Google LLC // Licensed under the Apache License, Version 2.0 (the "License"); // you may not use this file except in compliance with the License. // You may obtain a copy of the License at diff --git a/ortools/base/status_macros.h b/ortools/base/status_macros.h index e6b4d6f13a..c16c714b12 100644 --- a/ortools/base/status_macros.h +++ b/ortools/base/status_macros.h @@ -1,4 +1,4 @@ -// Copyright 2010-2018 Google LLC +// Copyright 2010-2021 Google LLC // Licensed under the Apache License, Version 2.0 (the "License"); // you may not use this file except in compliance with the License. // You may obtain a copy of the License at diff --git a/ortools/base/stl_logging.h b/ortools/base/stl_logging.h index 497e1a5bc2..77e43080e5 100644 --- a/ortools/base/stl_logging.h +++ b/ortools/base/stl_logging.h @@ -1,4 +1,4 @@ -// Copyright 2010-2018 Google LLC +// Copyright 2010-2021 Google LLC // Licensed under the Apache License, Version 2.0 (the "License"); // you may not use this file except in compliance with the License. // You may obtain a copy of the License at diff --git a/ortools/base/stl_util.h b/ortools/base/stl_util.h index eae1c58776..e7d342962a 100644 --- a/ortools/base/stl_util.h +++ b/ortools/base/stl_util.h @@ -1,4 +1,4 @@ -// Copyright 2010-2018 Google LLC +// Copyright 2010-2021 Google LLC // Licensed under the Apache License, Version 2.0 (the "License"); // you may not use this file except in compliance with the License. // You may obtain a copy of the License at diff --git a/ortools/base/strong_vector.h b/ortools/base/strong_vector.h index 9abeb8129a..b73f44a003 100644 --- a/ortools/base/strong_vector.h +++ b/ortools/base/strong_vector.h @@ -1,4 +1,4 @@ -// Copyright 2010-2018 Google LLC +// Copyright 2010-2021 Google LLC // Licensed under the Apache License, Version 2.0 (the "License"); // you may not use this file except in compliance with the License. // You may obtain a copy of the License at diff --git a/ortools/base/sysinfo.cc b/ortools/base/sysinfo.cc index 07235eccea..41970f423f 100644 --- a/ortools/base/sysinfo.cc +++ b/ortools/base/sysinfo.cc @@ -1,4 +1,4 @@ -// Copyright 2010-2018 Google LLC +// Copyright 2010-2021 Google LLC // Licensed under the Apache License, Version 2.0 (the "License"); // you may not use this file except in compliance with the License. // You may obtain a copy of the License at diff --git a/ortools/base/sysinfo.h b/ortools/base/sysinfo.h index b5258989d6..783e863f27 100644 --- a/ortools/base/sysinfo.h +++ b/ortools/base/sysinfo.h @@ -1,4 +1,4 @@ -// Copyright 2010-2018 Google LLC +// Copyright 2010-2021 Google LLC // Licensed under the Apache License, Version 2.0 (the "License"); // you may not use this file except in compliance with the License. // You may obtain a copy of the License at diff --git a/ortools/base/thorough_hash.h b/ortools/base/thorough_hash.h index 35fefc3d35..56253ec811 100644 --- a/ortools/base/thorough_hash.h +++ b/ortools/base/thorough_hash.h @@ -1,4 +1,4 @@ -// Copyright 2010-2018 Google LLC +// Copyright 2010-2021 Google LLC // Licensed under the Apache License, Version 2.0 (the "License"); // you may not use this file except in compliance with the License. // You may obtain a copy of the License at diff --git a/ortools/base/threadpool.cc b/ortools/base/threadpool.cc index 506d601dfc..7b393c7e02 100644 --- a/ortools/base/threadpool.cc +++ b/ortools/base/threadpool.cc @@ -1,4 +1,4 @@ -// Copyright 2010-2018 Google LLC +// Copyright 2010-2021 Google LLC // Licensed under the Apache License, Version 2.0 (the "License"); // you may not use this file except in compliance with the License. // You may obtain a copy of the License at diff --git a/ortools/base/threadpool.h b/ortools/base/threadpool.h index 01bd65ff17..1b04757abb 100644 --- a/ortools/base/threadpool.h +++ b/ortools/base/threadpool.h @@ -1,4 +1,4 @@ -// Copyright 2010-2018 Google LLC +// Copyright 2010-2021 Google LLC // Licensed under the Apache License, Version 2.0 (the "License"); // you may not use this file except in compliance with the License. // You may obtain a copy of the License at diff --git a/ortools/base/timer.cc b/ortools/base/timer.cc index 46f878db1f..ed1c576a6d 100644 --- a/ortools/base/timer.cc +++ b/ortools/base/timer.cc @@ -1,4 +1,4 @@ -// Copyright 2010-2018 Google LLC +// Copyright 2010-2021 Google LLC // Licensed under the Apache License, Version 2.0 (the "License"); // you may not use this file except in compliance with the License. // You may obtain a copy of the License at diff --git a/ortools/base/timer.h b/ortools/base/timer.h index 2c94f9f502..6cfe6993a0 100644 --- a/ortools/base/timer.h +++ b/ortools/base/timer.h @@ -1,4 +1,4 @@ -// Copyright 2010-2018 Google LLC +// Copyright 2010-2021 Google LLC // Licensed under the Apache License, Version 2.0 (the "License"); // you may not use this file except in compliance with the License. // You may obtain a copy of the License at diff --git a/ortools/base/typeid.h b/ortools/base/typeid.h index b3c8e745bf..ee92c548a4 100644 --- a/ortools/base/typeid.h +++ b/ortools/base/typeid.h @@ -1,4 +1,4 @@ -// Copyright 2010-2018 Google LLC +// Copyright 2010-2021 Google LLC // Licensed under the Apache License, Version 2.0 (the "License"); // you may not use this file except in compliance with the License. // You may obtain a copy of the License at diff --git a/ortools/base/version.cc b/ortools/base/version.cc index a53135a131..e3d376f65f 100644 --- a/ortools/base/version.cc +++ b/ortools/base/version.cc @@ -1,4 +1,4 @@ -// Copyright 2010-2018 Google LLC +// Copyright 2010-2021 Google LLC // Licensed under the Apache License, Version 2.0 (the "License"); // you may not use this file except in compliance with the License. // You may obtain a copy of the License at diff --git a/ortools/base/version.h b/ortools/base/version.h index 700c9a41d2..acf1c436ba 100644 --- a/ortools/base/version.h +++ b/ortools/base/version.h @@ -1,4 +1,4 @@ -// Copyright 2010-2018 Google LLC +// Copyright 2010-2021 Google LLC // Licensed under the Apache License, Version 2.0 (the "License"); // you may not use this file except in compliance with the License. // You may obtain a copy of the License at diff --git a/ortools/base/vlog_is_on.cc b/ortools/base/vlog_is_on.cc index 5ecc254140..6a96d0e478 100644 --- a/ortools/base/vlog_is_on.cc +++ b/ortools/base/vlog_is_on.cc @@ -1,4 +1,4 @@ -// Copyright 2010-2018 Google LLC +// Copyright 2010-2021 Google LLC // Licensed under the Apache License, Version 2.0 (the "License"); // you may not use this file except in compliance with the License. // You may obtain a copy of the License at diff --git a/ortools/base/vlog_is_on.h b/ortools/base/vlog_is_on.h index 417d1bd54b..501f503768 100644 --- a/ortools/base/vlog_is_on.h +++ b/ortools/base/vlog_is_on.h @@ -1,4 +1,4 @@ -// Copyright 2010-2018 Google LLC +// Copyright 2010-2021 Google LLC // Licensed under the Apache License, Version 2.0 (the "License"); // you may not use this file except in compliance with the License. // You may obtain a copy of the License at diff --git a/ortools/bop/bop_base.cc b/ortools/bop/bop_base.cc index 2510abfaca..1b9d74f138 100644 --- a/ortools/bop/bop_base.cc +++ b/ortools/bop/bop_base.cc @@ -1,4 +1,4 @@ -// Copyright 2010-2018 Google LLC +// Copyright 2010-2021 Google LLC // Licensed under the Apache License, Version 2.0 (the "License"); // you may not use this file except in compliance with the License. // You may obtain a copy of the License at diff --git a/ortools/bop/bop_base.h b/ortools/bop/bop_base.h index 5b2d820f8f..43f88ddf48 100644 --- a/ortools/bop/bop_base.h +++ b/ortools/bop/bop_base.h @@ -1,4 +1,4 @@ -// Copyright 2010-2018 Google LLC +// Copyright 2010-2021 Google LLC // Licensed under the Apache License, Version 2.0 (the "License"); // you may not use this file except in compliance with the License. // You may obtain a copy of the License at diff --git a/ortools/bop/bop_fs.cc b/ortools/bop/bop_fs.cc index a58fb72856..4b7dada679 100644 --- a/ortools/bop/bop_fs.cc +++ b/ortools/bop/bop_fs.cc @@ -1,4 +1,4 @@ -// Copyright 2010-2018 Google LLC +// Copyright 2010-2021 Google LLC // Licensed under the Apache License, Version 2.0 (the "License"); // you may not use this file except in compliance with the License. // You may obtain a copy of the License at diff --git a/ortools/bop/bop_fs.h b/ortools/bop/bop_fs.h index f5dbab46c7..80c73aa589 100644 --- a/ortools/bop/bop_fs.h +++ b/ortools/bop/bop_fs.h @@ -1,4 +1,4 @@ -// Copyright 2010-2018 Google LLC +// Copyright 2010-2021 Google LLC // Licensed under the Apache License, Version 2.0 (the "License"); // you may not use this file except in compliance with the License. // You may obtain a copy of the License at diff --git a/ortools/bop/bop_lns.cc b/ortools/bop/bop_lns.cc index 72dbc2b521..9e34a16384 100644 --- a/ortools/bop/bop_lns.cc +++ b/ortools/bop/bop_lns.cc @@ -1,4 +1,4 @@ -// Copyright 2010-2018 Google LLC +// Copyright 2010-2021 Google LLC // Licensed under the Apache License, Version 2.0 (the "License"); // you may not use this file except in compliance with the License. // You may obtain a copy of the License at diff --git a/ortools/bop/bop_lns.h b/ortools/bop/bop_lns.h index da5429e5f4..35a2c2295d 100644 --- a/ortools/bop/bop_lns.h +++ b/ortools/bop/bop_lns.h @@ -1,4 +1,4 @@ -// Copyright 2010-2018 Google LLC +// Copyright 2010-2021 Google LLC // Licensed under the Apache License, Version 2.0 (the "License"); // you may not use this file except in compliance with the License. // You may obtain a copy of the License at diff --git a/ortools/bop/bop_ls.cc b/ortools/bop/bop_ls.cc index ab580b80d2..ced676704b 100644 --- a/ortools/bop/bop_ls.cc +++ b/ortools/bop/bop_ls.cc @@ -1,4 +1,4 @@ -// Copyright 2010-2018 Google LLC +// Copyright 2010-2021 Google LLC // Licensed under the Apache License, Version 2.0 (the "License"); // you may not use this file except in compliance with the License. // You may obtain a copy of the License at diff --git a/ortools/bop/bop_ls.h b/ortools/bop/bop_ls.h index 8520a0604d..ea36396e80 100644 --- a/ortools/bop/bop_ls.h +++ b/ortools/bop/bop_ls.h @@ -1,4 +1,4 @@ -// Copyright 2010-2018 Google LLC +// Copyright 2010-2021 Google LLC // Licensed under the Apache License, Version 2.0 (the "License"); // you may not use this file except in compliance with the License. // You may obtain a copy of the License at diff --git a/ortools/bop/bop_parameters.proto b/ortools/bop/bop_parameters.proto index 9d0a266752..e2417b9580 100644 --- a/ortools/bop/bop_parameters.proto +++ b/ortools/bop/bop_parameters.proto @@ -1,4 +1,4 @@ -// Copyright 2010-2018 Google LLC +// Copyright 2010-2021 Google LLC // Licensed under the Apache License, Version 2.0 (the "License"); // you may not use this file except in compliance with the License. // You may obtain a copy of the License at diff --git a/ortools/bop/bop_portfolio.cc b/ortools/bop/bop_portfolio.cc index 543a9b2b93..fed80a28f3 100644 --- a/ortools/bop/bop_portfolio.cc +++ b/ortools/bop/bop_portfolio.cc @@ -1,4 +1,4 @@ -// Copyright 2010-2018 Google LLC +// Copyright 2010-2021 Google LLC // Licensed under the Apache License, Version 2.0 (the "License"); // you may not use this file except in compliance with the License. // You may obtain a copy of the License at diff --git a/ortools/bop/bop_portfolio.h b/ortools/bop/bop_portfolio.h index 78832b534b..fbe0e21d61 100644 --- a/ortools/bop/bop_portfolio.h +++ b/ortools/bop/bop_portfolio.h @@ -1,4 +1,4 @@ -// Copyright 2010-2018 Google LLC +// Copyright 2010-2021 Google LLC // Licensed under the Apache License, Version 2.0 (the "License"); // you may not use this file except in compliance with the License. // You may obtain a copy of the License at diff --git a/ortools/bop/bop_solution.cc b/ortools/bop/bop_solution.cc index 8808c5da91..f7e4826702 100644 --- a/ortools/bop/bop_solution.cc +++ b/ortools/bop/bop_solution.cc @@ -1,4 +1,4 @@ -// Copyright 2010-2018 Google LLC +// Copyright 2010-2021 Google LLC // Licensed under the Apache License, Version 2.0 (the "License"); // you may not use this file except in compliance with the License. // You may obtain a copy of the License at diff --git a/ortools/bop/bop_solution.h b/ortools/bop/bop_solution.h index cd630c48db..2e15e3ac2d 100644 --- a/ortools/bop/bop_solution.h +++ b/ortools/bop/bop_solution.h @@ -1,4 +1,4 @@ -// Copyright 2010-2018 Google LLC +// Copyright 2010-2021 Google LLC // Licensed under the Apache License, Version 2.0 (the "License"); // you may not use this file except in compliance with the License. // You may obtain a copy of the License at diff --git a/ortools/bop/bop_solver.cc b/ortools/bop/bop_solver.cc index bff8a8b555..cd463a0f97 100644 --- a/ortools/bop/bop_solver.cc +++ b/ortools/bop/bop_solver.cc @@ -1,4 +1,4 @@ -// Copyright 2010-2018 Google LLC +// Copyright 2010-2021 Google LLC // Licensed under the Apache License, Version 2.0 (the "License"); // you may not use this file except in compliance with the License. // You may obtain a copy of the License at diff --git a/ortools/bop/bop_solver.h b/ortools/bop/bop_solver.h index fca64990c4..3c5ba0e5c1 100644 --- a/ortools/bop/bop_solver.h +++ b/ortools/bop/bop_solver.h @@ -1,4 +1,4 @@ -// Copyright 2010-2018 Google LLC +// Copyright 2010-2021 Google LLC // Licensed under the Apache License, Version 2.0 (the "License"); // you may not use this file except in compliance with the License. // You may obtain a copy of the License at diff --git a/ortools/bop/bop_types.h b/ortools/bop/bop_types.h index f3768f0fab..fb512673ca 100644 --- a/ortools/bop/bop_types.h +++ b/ortools/bop/bop_types.h @@ -1,4 +1,4 @@ -// Copyright 2010-2018 Google LLC +// Copyright 2010-2021 Google LLC // Licensed under the Apache License, Version 2.0 (the "License"); // you may not use this file except in compliance with the License. // You may obtain a copy of the License at diff --git a/ortools/bop/bop_util.cc b/ortools/bop/bop_util.cc index d097efd086..890b330622 100644 --- a/ortools/bop/bop_util.cc +++ b/ortools/bop/bop_util.cc @@ -1,4 +1,4 @@ -// Copyright 2010-2018 Google LLC +// Copyright 2010-2021 Google LLC // Licensed under the Apache License, Version 2.0 (the "License"); // you may not use this file except in compliance with the License. // You may obtain a copy of the License at diff --git a/ortools/bop/bop_util.h b/ortools/bop/bop_util.h index 0acc5813c6..5fa53c03e5 100644 --- a/ortools/bop/bop_util.h +++ b/ortools/bop/bop_util.h @@ -1,4 +1,4 @@ -// Copyright 2010-2018 Google LLC +// Copyright 2010-2021 Google LLC // Licensed under the Apache License, Version 2.0 (the "License"); // you may not use this file except in compliance with the License. // You may obtain a copy of the License at diff --git a/ortools/bop/complete_optimizer.cc b/ortools/bop/complete_optimizer.cc index e978e4d695..4bfbba8abb 100644 --- a/ortools/bop/complete_optimizer.cc +++ b/ortools/bop/complete_optimizer.cc @@ -1,4 +1,4 @@ -// Copyright 2010-2018 Google LLC +// Copyright 2010-2021 Google LLC // Licensed under the Apache License, Version 2.0 (the "License"); // you may not use this file except in compliance with the License. // You may obtain a copy of the License at diff --git a/ortools/bop/complete_optimizer.h b/ortools/bop/complete_optimizer.h index b86122de3f..6a0428a250 100644 --- a/ortools/bop/complete_optimizer.h +++ b/ortools/bop/complete_optimizer.h @@ -1,4 +1,4 @@ -// Copyright 2010-2018 Google LLC +// Copyright 2010-2021 Google LLC // Licensed under the Apache License, Version 2.0 (the "License"); // you may not use this file except in compliance with the License. // You may obtain a copy of the License at diff --git a/ortools/bop/integral_solver.cc b/ortools/bop/integral_solver.cc index 66d84d90ea..b62ecdd27a 100644 --- a/ortools/bop/integral_solver.cc +++ b/ortools/bop/integral_solver.cc @@ -1,4 +1,4 @@ -// Copyright 2010-2018 Google LLC +// Copyright 2010-2021 Google LLC // Licensed under the Apache License, Version 2.0 (the "License"); // you may not use this file except in compliance with the License. // You may obtain a copy of the License at diff --git a/ortools/bop/integral_solver.h b/ortools/bop/integral_solver.h index 83eb652aaa..7b78c3a213 100644 --- a/ortools/bop/integral_solver.h +++ b/ortools/bop/integral_solver.h @@ -1,4 +1,4 @@ -// Copyright 2010-2018 Google LLC +// Copyright 2010-2021 Google LLC // Licensed under the Apache License, Version 2.0 (the "License"); // you may not use this file except in compliance with the License. // You may obtain a copy of the License at diff --git a/ortools/constraint_solver/__init__.py b/ortools/constraint_solver/__init__.py index 37f0ea74da..b643f6a569 100644 --- a/ortools/constraint_solver/__init__.py +++ b/ortools/constraint_solver/__init__.py @@ -1,4 +1,4 @@ -# Copyright 2010-2018 Google LLC +# Copyright 2010-2021 Google LLC # Licensed under the Apache License, Version 2.0 (the "License"); # you may not use this file except in compliance with the License. # You may obtain a copy of the License at diff --git a/ortools/constraint_solver/alldiff_cst.cc b/ortools/constraint_solver/alldiff_cst.cc index b68d7cc720..f520f5c0c8 100644 --- a/ortools/constraint_solver/alldiff_cst.cc +++ b/ortools/constraint_solver/alldiff_cst.cc @@ -1,4 +1,4 @@ -// Copyright 2010-2018 Google LLC +// Copyright 2010-2021 Google LLC // Licensed under the Apache License, Version 2.0 (the "License"); // you may not use this file except in compliance with the License. // You may obtain a copy of the License at diff --git a/ortools/constraint_solver/assignment.cc b/ortools/constraint_solver/assignment.cc index 772cd94d69..82367c8210 100644 --- a/ortools/constraint_solver/assignment.cc +++ b/ortools/constraint_solver/assignment.cc @@ -1,4 +1,4 @@ -// Copyright 2010-2018 Google LLC +// Copyright 2010-2021 Google LLC // Licensed under the Apache License, Version 2.0 (the "License"); // you may not use this file except in compliance with the License. // You may obtain a copy of the License at diff --git a/ortools/constraint_solver/assignment.proto b/ortools/constraint_solver/assignment.proto index 4848010eb7..f1f5ddd2e2 100644 --- a/ortools/constraint_solver/assignment.proto +++ b/ortools/constraint_solver/assignment.proto @@ -1,4 +1,4 @@ -// Copyright 2010-2018 Google LLC +// Copyright 2010-2021 Google LLC // Licensed under the Apache License, Version 2.0 (the "License"); // you may not use this file except in compliance with the License. // You may obtain a copy of the License at diff --git a/ortools/constraint_solver/constraint_solver.cc b/ortools/constraint_solver/constraint_solver.cc index d8c53cbbb0..f814b8c167 100644 --- a/ortools/constraint_solver/constraint_solver.cc +++ b/ortools/constraint_solver/constraint_solver.cc @@ -1,4 +1,4 @@ -// Copyright 2010-2018 Google LLC +// Copyright 2010-2021 Google LLC // Licensed under the Apache License, Version 2.0 (the "License"); // you may not use this file except in compliance with the License. // You may obtain a copy of the License at diff --git a/ortools/constraint_solver/constraint_solver.h b/ortools/constraint_solver/constraint_solver.h index 200c316984..019c94ca96 100644 --- a/ortools/constraint_solver/constraint_solver.h +++ b/ortools/constraint_solver/constraint_solver.h @@ -1,4 +1,4 @@ -// Copyright 2010-2018 Google LLC +// Copyright 2010-2021 Google LLC // Licensed under the Apache License, Version 2.0 (the "License"); // you may not use this file except in compliance with the License. // You may obtain a copy of the License at diff --git a/ortools/constraint_solver/constraint_solveri.h b/ortools/constraint_solver/constraint_solveri.h index 9ed92f247f..13e7eacb05 100644 --- a/ortools/constraint_solver/constraint_solveri.h +++ b/ortools/constraint_solver/constraint_solveri.h @@ -1,4 +1,4 @@ -// Copyright 2010-2018 Google LLC +// Copyright 2010-2021 Google LLC // Licensed under the Apache License, Version 2.0 (the "License"); // you may not use this file except in compliance with the License. // You may obtain a copy of the License at diff --git a/ortools/constraint_solver/constraints.cc b/ortools/constraint_solver/constraints.cc index a1b7682581..422ec843b9 100644 --- a/ortools/constraint_solver/constraints.cc +++ b/ortools/constraint_solver/constraints.cc @@ -1,4 +1,4 @@ -// Copyright 2010-2018 Google LLC +// Copyright 2010-2021 Google LLC // Licensed under the Apache License, Version 2.0 (the "License"); // you may not use this file except in compliance with the License. // You may obtain a copy of the License at diff --git a/ortools/constraint_solver/count_cst.cc b/ortools/constraint_solver/count_cst.cc index 3433dd14d3..52da8c3eca 100644 --- a/ortools/constraint_solver/count_cst.cc +++ b/ortools/constraint_solver/count_cst.cc @@ -1,4 +1,4 @@ -// Copyright 2010-2018 Google LLC +// Copyright 2010-2021 Google LLC // Licensed under the Apache License, Version 2.0 (the "License"); // you may not use this file except in compliance with the License. // You may obtain a copy of the License at diff --git a/ortools/constraint_solver/csharp/IntArrayHelper.cs b/ortools/constraint_solver/csharp/IntArrayHelper.cs index 714ceeea73..90f2ef52a1 100644 --- a/ortools/constraint_solver/csharp/IntArrayHelper.cs +++ b/ortools/constraint_solver/csharp/IntArrayHelper.cs @@ -1,4 +1,4 @@ -// Copyright 2010-2018 Google LLC +// Copyright 2010-2021 Google LLC // Licensed under the Apache License, Version 2.0 (the "License"); // you may not use this file except in compliance with the License. // You may obtain a copy of the License at diff --git a/ortools/constraint_solver/csharp/IntVarArrayHelper.cs b/ortools/constraint_solver/csharp/IntVarArrayHelper.cs index b5364834fc..aaaa742182 100644 --- a/ortools/constraint_solver/csharp/IntVarArrayHelper.cs +++ b/ortools/constraint_solver/csharp/IntVarArrayHelper.cs @@ -1,4 +1,4 @@ -// Copyright 2010-2018 Google LLC +// Copyright 2010-2021 Google LLC // Licensed under the Apache License, Version 2.0 (the "License"); // you may not use this file except in compliance with the License. // You may obtain a copy of the License at diff --git a/ortools/constraint_solver/csharp/IntervalVarArrayHelper.cs b/ortools/constraint_solver/csharp/IntervalVarArrayHelper.cs index 427089b679..ffe8906fb4 100644 --- a/ortools/constraint_solver/csharp/IntervalVarArrayHelper.cs +++ b/ortools/constraint_solver/csharp/IntervalVarArrayHelper.cs @@ -1,4 +1,4 @@ -// Copyright 2010-2018 Google LLC +// Copyright 2010-2021 Google LLC // Licensed under the Apache License, Version 2.0 (the "License"); // you may not use this file except in compliance with the License. // You may obtain a copy of the License at diff --git a/ortools/constraint_solver/csharp/NetDecisionBuilder.cs b/ortools/constraint_solver/csharp/NetDecisionBuilder.cs index 3cf1bf6b88..67f120164f 100644 --- a/ortools/constraint_solver/csharp/NetDecisionBuilder.cs +++ b/ortools/constraint_solver/csharp/NetDecisionBuilder.cs @@ -1,4 +1,4 @@ -// Copyright 2010-2018 Google LLC +// Copyright 2010-2021 Google LLC // Licensed under the Apache License, Version 2.0 (the "License"); // you may not use this file except in compliance with the License. // You may obtain a copy of the License at diff --git a/ortools/constraint_solver/csharp/SolverHelper.cs b/ortools/constraint_solver/csharp/SolverHelper.cs index 6c6c29b0dc..823cd8ad46 100644 --- a/ortools/constraint_solver/csharp/SolverHelper.cs +++ b/ortools/constraint_solver/csharp/SolverHelper.cs @@ -1,4 +1,4 @@ -// Copyright 2010-2018 Google LLC +// Copyright 2010-2021 Google LLC // Licensed under the Apache License, Version 2.0 (the "License"); // you may not use this file except in compliance with the License. // You may obtain a copy of the License at diff --git a/ortools/constraint_solver/csharp/ValCstPair.cs b/ortools/constraint_solver/csharp/ValCstPair.cs index c1c39ad0e4..86c3d315dc 100644 --- a/ortools/constraint_solver/csharp/ValCstPair.cs +++ b/ortools/constraint_solver/csharp/ValCstPair.cs @@ -1,4 +1,4 @@ -// Copyright 2010-2018 Google LLC +// Copyright 2010-2021 Google LLC // Licensed under the Apache License, Version 2.0 (the "License"); // you may not use this file except in compliance with the License. // You may obtain a copy of the License at diff --git a/ortools/constraint_solver/csharp/constraint_solver.i b/ortools/constraint_solver/csharp/constraint_solver.i index b96fd722af..f2b256150e 100644 --- a/ortools/constraint_solver/csharp/constraint_solver.i +++ b/ortools/constraint_solver/csharp/constraint_solver.i @@ -1,4 +1,4 @@ -// Copyright 2010-2018 Google LLC +// Copyright 2010-2021 Google LLC // Licensed under the Apache License, Version 2.0 (the "License"); // you may not use this file except in compliance with the License. // You may obtain a copy of the License at diff --git a/ortools/constraint_solver/csharp/routing.i b/ortools/constraint_solver/csharp/routing.i index f97ceafb6d..7609e9d81f 100644 --- a/ortools/constraint_solver/csharp/routing.i +++ b/ortools/constraint_solver/csharp/routing.i @@ -1,4 +1,4 @@ -// Copyright 2010-2018 Google LLC +// Copyright 2010-2021 Google LLC // Licensed under the Apache License, Version 2.0 (the "License"); // you may not use this file except in compliance with the License. // You may obtain a copy of the License at diff --git a/ortools/constraint_solver/csharp/routing_index_manager.i b/ortools/constraint_solver/csharp/routing_index_manager.i index 0b36f4f0d4..05d505bd31 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-2018 Google LLC +// Copyright 2010-2021 Google LLC // Licensed under the Apache License, Version 2.0 (the "License"); // you may not use this file except in compliance with the License. // You may obtain a copy of the License at diff --git a/ortools/constraint_solver/csharp/routing_types.i b/ortools/constraint_solver/csharp/routing_types.i index d54788fb46..0bd72a1109 100644 --- a/ortools/constraint_solver/csharp/routing_types.i +++ b/ortools/constraint_solver/csharp/routing_types.i @@ -1,4 +1,4 @@ -// Copyright 2010-2018 Google LLC +// Copyright 2010-2021 Google LLC // Licensed under the Apache License, Version 2.0 (the "License"); // you may not use this file except in compliance with the License. // You may obtain a copy of the License at diff --git a/ortools/constraint_solver/default_search.cc b/ortools/constraint_solver/default_search.cc index 1120b566af..e9312e8e85 100644 --- a/ortools/constraint_solver/default_search.cc +++ b/ortools/constraint_solver/default_search.cc @@ -1,4 +1,4 @@ -// Copyright 2010-2018 Google LLC +// Copyright 2010-2021 Google LLC // Licensed under the Apache License, Version 2.0 (the "License"); // you may not use this file except in compliance with the License. // You may obtain a copy of the License at diff --git a/ortools/constraint_solver/demon_profiler.cc b/ortools/constraint_solver/demon_profiler.cc index d43265ffae..cda1502f0f 100644 --- a/ortools/constraint_solver/demon_profiler.cc +++ b/ortools/constraint_solver/demon_profiler.cc @@ -1,4 +1,4 @@ -// Copyright 2010-2018 Google LLC +// Copyright 2010-2021 Google LLC // Licensed under the Apache License, Version 2.0 (the "License"); // you may not use this file except in compliance with the License. // You may obtain a copy of the License at diff --git a/ortools/constraint_solver/demon_profiler.proto b/ortools/constraint_solver/demon_profiler.proto index a70030de6a..bc0c5c5ea7 100644 --- a/ortools/constraint_solver/demon_profiler.proto +++ b/ortools/constraint_solver/demon_profiler.proto @@ -1,4 +1,4 @@ -// Copyright 2010-2018 Google LLC +// Copyright 2010-2021 Google LLC // Licensed under the Apache License, Version 2.0 (the "License"); // you may not use this file except in compliance with the License. // You may obtain a copy of the License at diff --git a/ortools/constraint_solver/deviation.cc b/ortools/constraint_solver/deviation.cc index a634e15fa7..a21fef5015 100644 --- a/ortools/constraint_solver/deviation.cc +++ b/ortools/constraint_solver/deviation.cc @@ -1,4 +1,4 @@ -// Copyright 2010-2018 Google LLC +// Copyright 2010-2021 Google LLC // Licensed under the Apache License, Version 2.0 (the "License"); // you may not use this file except in compliance with the License. // You may obtain a copy of the License at diff --git a/ortools/constraint_solver/diffn.cc b/ortools/constraint_solver/diffn.cc index 6ab5f10d2b..2cf85b1057 100644 --- a/ortools/constraint_solver/diffn.cc +++ b/ortools/constraint_solver/diffn.cc @@ -1,4 +1,4 @@ -// Copyright 2010-2018 Google LLC +// Copyright 2010-2021 Google LLC // Licensed under the Apache License, Version 2.0 (the "License"); // you may not use this file except in compliance with the License. // You may obtain a copy of the License at diff --git a/ortools/constraint_solver/doc/routing_svg.py b/ortools/constraint_solver/doc/routing_svg.py index f6f2f98210..754c59809d 100755 --- a/ortools/constraint_solver/doc/routing_svg.py +++ b/ortools/constraint_solver/doc/routing_svg.py @@ -1,4 +1,4 @@ -# Copyright 2010-2018 Google LLC +# Copyright 2010-2021 Google LLC # Licensed under the Apache License, Version 2.0 (the "License"); # you may not use this file except in compliance with the License. # You may obtain a copy of the License at diff --git a/ortools/constraint_solver/element.cc b/ortools/constraint_solver/element.cc index c35f7c83ee..9db56a5db7 100644 --- a/ortools/constraint_solver/element.cc +++ b/ortools/constraint_solver/element.cc @@ -1,4 +1,4 @@ -// Copyright 2010-2018 Google LLC +// Copyright 2010-2021 Google LLC // Licensed under the Apache License, Version 2.0 (the "License"); // you may not use this file except in compliance with the License. // You may obtain a copy of the License at diff --git a/ortools/constraint_solver/expr_array.cc b/ortools/constraint_solver/expr_array.cc index a7756c7528..57711b5a67 100644 --- a/ortools/constraint_solver/expr_array.cc +++ b/ortools/constraint_solver/expr_array.cc @@ -1,4 +1,4 @@ -// Copyright 2010-2018 Google LLC +// Copyright 2010-2021 Google LLC // Licensed under the Apache License, Version 2.0 (the "License"); // you may not use this file except in compliance with the License. // You may obtain a copy of the License at diff --git a/ortools/constraint_solver/expr_cst.cc b/ortools/constraint_solver/expr_cst.cc index a945868726..a43f9bec4a 100644 --- a/ortools/constraint_solver/expr_cst.cc +++ b/ortools/constraint_solver/expr_cst.cc @@ -1,4 +1,4 @@ -// Copyright 2010-2018 Google LLC +// Copyright 2010-2021 Google LLC // Licensed under the Apache License, Version 2.0 (the "License"); // you may not use this file except in compliance with the License. // You may obtain a copy of the License at diff --git a/ortools/constraint_solver/expressions.cc b/ortools/constraint_solver/expressions.cc index 73f87592d1..cfef1911d7 100644 --- a/ortools/constraint_solver/expressions.cc +++ b/ortools/constraint_solver/expressions.cc @@ -1,4 +1,4 @@ -// Copyright 2010-2018 Google LLC +// Copyright 2010-2021 Google LLC // Licensed under the Apache License, Version 2.0 (the "License"); // you may not use this file except in compliance with the License. // You may obtain a copy of the License at diff --git a/ortools/constraint_solver/graph_constraints.cc b/ortools/constraint_solver/graph_constraints.cc index 69415a8b34..a9ca2f514d 100644 --- a/ortools/constraint_solver/graph_constraints.cc +++ b/ortools/constraint_solver/graph_constraints.cc @@ -1,4 +1,4 @@ -// Copyright 2010-2018 Google LLC +// Copyright 2010-2021 Google LLC // Licensed under the Apache License, Version 2.0 (the "License"); // you may not use this file except in compliance with the License. // You may obtain a copy of the License at diff --git a/ortools/constraint_solver/interval.cc b/ortools/constraint_solver/interval.cc index 60a3b9c6a2..cc8d1e9432 100644 --- a/ortools/constraint_solver/interval.cc +++ b/ortools/constraint_solver/interval.cc @@ -1,4 +1,4 @@ -// Copyright 2010-2018 Google LLC +// Copyright 2010-2021 Google LLC // Licensed under the Apache License, Version 2.0 (the "License"); // you may not use this file except in compliance with the License. // You may obtain a copy of the License at diff --git a/ortools/constraint_solver/java/constraint_solver.i b/ortools/constraint_solver/java/constraint_solver.i index 9d2ddb9d34..7fe03c4dff 100644 --- a/ortools/constraint_solver/java/constraint_solver.i +++ b/ortools/constraint_solver/java/constraint_solver.i @@ -1,4 +1,4 @@ -// Copyright 2010-2018 Google LLC +// Copyright 2010-2021 Google LLC // Licensed under the Apache License, Version 2.0 (the "License"); // you may not use this file except in compliance with the License. // You may obtain a copy of the License at diff --git a/ortools/constraint_solver/java/javawrapcp_util.h b/ortools/constraint_solver/java/javawrapcp_util.h index 06f9187c6e..4ba1742d7f 100644 --- a/ortools/constraint_solver/java/javawrapcp_util.h +++ b/ortools/constraint_solver/java/javawrapcp_util.h @@ -1,4 +1,4 @@ -// Copyright 2010-2018 Google LLC +// Copyright 2010-2021 Google LLC // Licensed under the Apache License, Version 2.0 (the "License"); // you may not use this file except in compliance with the License. // You may obtain a copy of the License at diff --git a/ortools/constraint_solver/java/routing.i b/ortools/constraint_solver/java/routing.i index 611e016935..bf065cbac3 100644 --- a/ortools/constraint_solver/java/routing.i +++ b/ortools/constraint_solver/java/routing.i @@ -1,4 +1,4 @@ -// Copyright 2010-2018 Google LLC +// Copyright 2010-2021 Google LLC // Licensed under the Apache License, Version 2.0 (the "License"); // you may not use this file except in compliance with the License. // You may obtain a copy of the License at diff --git a/ortools/constraint_solver/java/routing_index_manager.i b/ortools/constraint_solver/java/routing_index_manager.i index d206550f0f..d6a422972e 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-2018 Google LLC +// Copyright 2010-2021 Google LLC // Licensed under the Apache License, Version 2.0 (the "License"); // you may not use this file except in compliance with the License. // You may obtain a copy of the License at diff --git a/ortools/constraint_solver/java/routing_types.i b/ortools/constraint_solver/java/routing_types.i index ee5b5de34d..a11b1e2ae2 100644 --- a/ortools/constraint_solver/java/routing_types.i +++ b/ortools/constraint_solver/java/routing_types.i @@ -1,4 +1,4 @@ -// Copyright 2010-2018 Google LLC +// Copyright 2010-2021 Google LLC // Licensed under the Apache License, Version 2.0 (the "License"); // you may not use this file except in compliance with the License. // You may obtain a copy of the License at diff --git a/ortools/constraint_solver/local_search.cc b/ortools/constraint_solver/local_search.cc index 4af07f1fed..1d45230817 100644 --- a/ortools/constraint_solver/local_search.cc +++ b/ortools/constraint_solver/local_search.cc @@ -1,4 +1,4 @@ -// Copyright 2010-2018 Google LLC +// Copyright 2010-2021 Google LLC // Licensed under the Apache License, Version 2.0 (the "License"); // you may not use this file except in compliance with the License. // You may obtain a copy of the License at diff --git a/ortools/constraint_solver/model_cache.cc b/ortools/constraint_solver/model_cache.cc index dcd93571fb..005f13598c 100644 --- a/ortools/constraint_solver/model_cache.cc +++ b/ortools/constraint_solver/model_cache.cc @@ -1,4 +1,4 @@ -// Copyright 2010-2018 Google LLC +// Copyright 2010-2021 Google LLC // Licensed under the Apache License, Version 2.0 (the "License"); // you may not use this file except in compliance with the License. // You may obtain a copy of the License at diff --git a/ortools/constraint_solver/pack.cc b/ortools/constraint_solver/pack.cc index e3d8b13d0c..878a70e557 100644 --- a/ortools/constraint_solver/pack.cc +++ b/ortools/constraint_solver/pack.cc @@ -1,4 +1,4 @@ -// Copyright 2010-2018 Google LLC +// Copyright 2010-2021 Google LLC // Licensed under the Apache License, Version 2.0 (the "License"); // you may not use this file except in compliance with the License. // You may obtain a copy of the License at diff --git a/ortools/constraint_solver/python/constraint_solver.i b/ortools/constraint_solver/python/constraint_solver.i index 9e6b6c6635..86504275c4 100644 --- a/ortools/constraint_solver/python/constraint_solver.i +++ b/ortools/constraint_solver/python/constraint_solver.i @@ -1,4 +1,4 @@ -// Copyright 2010-2018 Google LLC +// Copyright 2010-2021 Google LLC // Licensed under the Apache License, Version 2.0 (the "License"); // you may not use this file except in compliance with the License. // You may obtain a copy of the License at diff --git a/ortools/constraint_solver/python/constraint_solver_helpers.i b/ortools/constraint_solver/python/constraint_solver_helpers.i index 20633cb267..8279e8e334 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-2018 Google LLC +// Copyright 2010-2021 Google LLC // Licensed under the Apache License, Version 2.0 (the "License"); // you may not use this file except in compliance with the License. // You may obtain a copy of the License at diff --git a/ortools/constraint_solver/python/pywrapcp_util.h b/ortools/constraint_solver/python/pywrapcp_util.h index 783020bcfb..c792581396 100644 --- a/ortools/constraint_solver/python/pywrapcp_util.h +++ b/ortools/constraint_solver/python/pywrapcp_util.h @@ -1,4 +1,4 @@ -// Copyright 2010-2018 Google LLC +// Copyright 2010-2021 Google LLC // Licensed under the Apache License, Version 2.0 (the "License"); // you may not use this file except in compliance with the License. // You may obtain a copy of the License at diff --git a/ortools/constraint_solver/python/routing.i b/ortools/constraint_solver/python/routing.i index aa0b4a5fe1..8dcf8d9148 100644 --- a/ortools/constraint_solver/python/routing.i +++ b/ortools/constraint_solver/python/routing.i @@ -1,4 +1,4 @@ -// Copyright 2010-2018 Google LLC +// Copyright 2010-2021 Google LLC // Licensed under the Apache License, Version 2.0 (the "License"); // you may not use this file except in compliance with the License. // You may obtain a copy of the License at diff --git a/ortools/constraint_solver/python/routing_index_manager.i b/ortools/constraint_solver/python/routing_index_manager.i index 4f73fd6347..67a035b032 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-2018 Google LLC +// Copyright 2010-2021 Google LLC // Licensed under the Apache License, Version 2.0 (the "License"); // you may not use this file except in compliance with the License. // You may obtain a copy of the License at diff --git a/ortools/constraint_solver/python/routing_types.i b/ortools/constraint_solver/python/routing_types.i index 08a8d84389..84bd0b158b 100644 --- a/ortools/constraint_solver/python/routing_types.i +++ b/ortools/constraint_solver/python/routing_types.i @@ -1,4 +1,4 @@ -// Copyright 2010-2018 Google LLC +// Copyright 2010-2021 Google LLC // Licensed under the Apache License, Version 2.0 (the "License"); // you may not use this file except in compliance with the License. // You may obtain a copy of the License at diff --git a/ortools/constraint_solver/range_cst.cc b/ortools/constraint_solver/range_cst.cc index ff252bfc83..5688f58933 100644 --- a/ortools/constraint_solver/range_cst.cc +++ b/ortools/constraint_solver/range_cst.cc @@ -1,4 +1,4 @@ -// Copyright 2010-2018 Google LLC +// Copyright 2010-2021 Google LLC // Licensed under the Apache License, Version 2.0 (the "License"); // you may not use this file except in compliance with the License. // You may obtain a copy of the License at diff --git a/ortools/constraint_solver/resource.cc b/ortools/constraint_solver/resource.cc index 4dc278d77e..68da01670a 100644 --- a/ortools/constraint_solver/resource.cc +++ b/ortools/constraint_solver/resource.cc @@ -1,4 +1,4 @@ -// Copyright 2010-2018 Google LLC +// Copyright 2010-2021 Google LLC // Licensed under the Apache License, Version 2.0 (the "License"); // you may not use this file except in compliance with the License. // You may obtain a copy of the License at diff --git a/ortools/constraint_solver/routing.cc b/ortools/constraint_solver/routing.cc index bf1e89e3d0..9c735c3e47 100644 --- a/ortools/constraint_solver/routing.cc +++ b/ortools/constraint_solver/routing.cc @@ -1,4 +1,4 @@ -// Copyright 2010-2018 Google LLC +// Copyright 2010-2021 Google LLC // Licensed under the Apache License, Version 2.0 (the "License"); // you may not use this file except in compliance with the License. // You may obtain a copy of the License at diff --git a/ortools/constraint_solver/routing.h b/ortools/constraint_solver/routing.h index 9ce5906308..bc28470b79 100644 --- a/ortools/constraint_solver/routing.h +++ b/ortools/constraint_solver/routing.h @@ -1,4 +1,4 @@ -// Copyright 2010-2018 Google LLC +// Copyright 2010-2021 Google LLC // Licensed under the Apache License, Version 2.0 (the "License"); // you may not use this file except in compliance with the License. // You may obtain a copy of the License at diff --git a/ortools/constraint_solver/routing_breaks.cc b/ortools/constraint_solver/routing_breaks.cc index 211db8e911..ddbf6968b1 100644 --- a/ortools/constraint_solver/routing_breaks.cc +++ b/ortools/constraint_solver/routing_breaks.cc @@ -1,4 +1,4 @@ -// Copyright 2010-2018 Google LLC +// Copyright 2010-2021 Google LLC // Licensed under the Apache License, Version 2.0 (the "License"); // you may not use this file except in compliance with the License. // You may obtain a copy of the License at diff --git a/ortools/constraint_solver/routing_enums.proto b/ortools/constraint_solver/routing_enums.proto index f70c6b5e86..740755b726 100644 --- a/ortools/constraint_solver/routing_enums.proto +++ b/ortools/constraint_solver/routing_enums.proto @@ -1,4 +1,4 @@ -// Copyright 2010-2018 Google LLC +// Copyright 2010-2021 Google LLC // Licensed under the Apache License, Version 2.0 (the "License"); // you may not use this file except in compliance with the License. // You may obtain a copy of the License at diff --git a/ortools/constraint_solver/routing_filters.cc b/ortools/constraint_solver/routing_filters.cc index 008f0300a3..8a84d4ea37 100644 --- a/ortools/constraint_solver/routing_filters.cc +++ b/ortools/constraint_solver/routing_filters.cc @@ -1,4 +1,4 @@ -// Copyright 2010-2018 Google LLC +// Copyright 2010-2021 Google LLC // Licensed under the Apache License, Version 2.0 (the "License"); // you may not use this file except in compliance with the License. // You may obtain a copy of the License at diff --git a/ortools/constraint_solver/routing_filters.h b/ortools/constraint_solver/routing_filters.h index b18acff682..f3907a12db 100644 --- a/ortools/constraint_solver/routing_filters.h +++ b/ortools/constraint_solver/routing_filters.h @@ -1,4 +1,4 @@ -// Copyright 2010-2018 Google LLC +// Copyright 2010-2021 Google LLC // Licensed under the Apache License, Version 2.0 (the "License"); // you may not use this file except in compliance with the License. // You may obtain a copy of the License at diff --git a/ortools/constraint_solver/routing_flags.cc b/ortools/constraint_solver/routing_flags.cc index d2df4e8927..d739c1faf1 100644 --- a/ortools/constraint_solver/routing_flags.cc +++ b/ortools/constraint_solver/routing_flags.cc @@ -1,4 +1,4 @@ -// Copyright 2010-2018 Google LLC +// Copyright 2010-2021 Google LLC // Licensed under the Apache License, Version 2.0 (the "License"); // you may not use this file except in compliance with the License. // You may obtain a copy of the License at diff --git a/ortools/constraint_solver/routing_flags.h b/ortools/constraint_solver/routing_flags.h index c954be8ed6..37dbe9341f 100644 --- a/ortools/constraint_solver/routing_flags.h +++ b/ortools/constraint_solver/routing_flags.h @@ -1,4 +1,4 @@ -// Copyright 2010-2018 Google LLC +// Copyright 2010-2021 Google LLC // Licensed under the Apache License, Version 2.0 (the "License"); // you may not use this file except in compliance with the License. // You may obtain a copy of the License at diff --git a/ortools/constraint_solver/routing_flow.cc b/ortools/constraint_solver/routing_flow.cc index 80b87dd18e..56f0bdf6bf 100644 --- a/ortools/constraint_solver/routing_flow.cc +++ b/ortools/constraint_solver/routing_flow.cc @@ -1,4 +1,4 @@ -// Copyright 2010-2018 Google LLC +// Copyright 2010-2021 Google LLC // Licensed under the Apache License, Version 2.0 (the "License"); // you may not use this file except in compliance with the License. // You may obtain a copy of the License at diff --git a/ortools/constraint_solver/routing_index_manager.cc b/ortools/constraint_solver/routing_index_manager.cc index de33985e2c..5e2633ae51 100644 --- a/ortools/constraint_solver/routing_index_manager.cc +++ b/ortools/constraint_solver/routing_index_manager.cc @@ -1,4 +1,4 @@ -// Copyright 2010-2018 Google LLC +// Copyright 2010-2021 Google LLC // Licensed under the Apache License, Version 2.0 (the "License"); // you may not use this file except in compliance with the License. // You may obtain a copy of the License at diff --git a/ortools/constraint_solver/routing_index_manager.h b/ortools/constraint_solver/routing_index_manager.h index df30ab77ed..7a9c744eaf 100644 --- a/ortools/constraint_solver/routing_index_manager.h +++ b/ortools/constraint_solver/routing_index_manager.h @@ -1,4 +1,4 @@ -// Copyright 2010-2018 Google LLC +// Copyright 2010-2021 Google LLC // Licensed under the Apache License, Version 2.0 (the "License"); // you may not use this file except in compliance with the License. // You may obtain a copy of the License at diff --git a/ortools/constraint_solver/routing_lp_scheduling.cc b/ortools/constraint_solver/routing_lp_scheduling.cc index d1f4bcebec..e6ad6d04a6 100644 --- a/ortools/constraint_solver/routing_lp_scheduling.cc +++ b/ortools/constraint_solver/routing_lp_scheduling.cc @@ -1,4 +1,4 @@ -// Copyright 2010-2018 Google LLC +// Copyright 2010-2021 Google LLC // Licensed under the Apache License, Version 2.0 (the "License"); // you may not use this file except in compliance with the License. // You may obtain a copy of the License at diff --git a/ortools/constraint_solver/routing_lp_scheduling.h b/ortools/constraint_solver/routing_lp_scheduling.h index eba29cc5ae..2f62a5a5ff 100644 --- a/ortools/constraint_solver/routing_lp_scheduling.h +++ b/ortools/constraint_solver/routing_lp_scheduling.h @@ -1,4 +1,4 @@ -// Copyright 2010-2018 Google LLC +// Copyright 2010-2021 Google LLC // Licensed under the Apache License, Version 2.0 (the "License"); // you may not use this file except in compliance with the License. // You may obtain a copy of the License at diff --git a/ortools/constraint_solver/routing_neighborhoods.cc b/ortools/constraint_solver/routing_neighborhoods.cc index e01ecacb50..f4a617dcf6 100644 --- a/ortools/constraint_solver/routing_neighborhoods.cc +++ b/ortools/constraint_solver/routing_neighborhoods.cc @@ -1,4 +1,4 @@ -// Copyright 2010-2018 Google LLC +// Copyright 2010-2021 Google LLC // Licensed under the Apache License, Version 2.0 (the "License"); // you may not use this file except in compliance with the License. // You may obtain a copy of the License at diff --git a/ortools/constraint_solver/routing_neighborhoods.h b/ortools/constraint_solver/routing_neighborhoods.h index 34fa3c4838..085012ef78 100644 --- a/ortools/constraint_solver/routing_neighborhoods.h +++ b/ortools/constraint_solver/routing_neighborhoods.h @@ -1,4 +1,4 @@ -// Copyright 2010-2018 Google LLC +// Copyright 2010-2021 Google LLC // Licensed under the Apache License, Version 2.0 (the "License"); // you may not use this file except in compliance with the License. // You may obtain a copy of the License at diff --git a/ortools/constraint_solver/routing_parameters.cc b/ortools/constraint_solver/routing_parameters.cc index 73bd3291e7..7bebced587 100644 --- a/ortools/constraint_solver/routing_parameters.cc +++ b/ortools/constraint_solver/routing_parameters.cc @@ -1,4 +1,4 @@ -// Copyright 2010-2018 Google LLC +// Copyright 2010-2021 Google LLC // Licensed under the Apache License, Version 2.0 (the "License"); // you may not use this file except in compliance with the License. // You may obtain a copy of the License at diff --git a/ortools/constraint_solver/routing_parameters.h b/ortools/constraint_solver/routing_parameters.h index 792f17e673..1281a64bd3 100644 --- a/ortools/constraint_solver/routing_parameters.h +++ b/ortools/constraint_solver/routing_parameters.h @@ -1,4 +1,4 @@ -// Copyright 2010-2018 Google LLC +// Copyright 2010-2021 Google LLC // Licensed under the Apache License, Version 2.0 (the "License"); // you may not use this file except in compliance with the License. // You may obtain a copy of the License at diff --git a/ortools/constraint_solver/routing_parameters.proto b/ortools/constraint_solver/routing_parameters.proto index 51d83c94ec..33c20cb803 100644 --- a/ortools/constraint_solver/routing_parameters.proto +++ b/ortools/constraint_solver/routing_parameters.proto @@ -1,4 +1,4 @@ -// Copyright 2010-2018 Google LLC +// Copyright 2010-2021 Google LLC // Licensed under the Apache License, Version 2.0 (the "License"); // you may not use this file except in compliance with the License. // You may obtain a copy of the License at diff --git a/ortools/constraint_solver/routing_sat.cc b/ortools/constraint_solver/routing_sat.cc index 7c9511f5b5..be43fb4e33 100644 --- a/ortools/constraint_solver/routing_sat.cc +++ b/ortools/constraint_solver/routing_sat.cc @@ -1,4 +1,4 @@ -// Copyright 2010-2018 Google LLC +// Copyright 2010-2021 Google LLC // Licensed under the Apache License, Version 2.0 (the "License"); // you may not use this file except in compliance with the License. // You may obtain a copy of the License at diff --git a/ortools/constraint_solver/routing_search.cc b/ortools/constraint_solver/routing_search.cc index fa9e0c0323..7795900c04 100644 --- a/ortools/constraint_solver/routing_search.cc +++ b/ortools/constraint_solver/routing_search.cc @@ -1,4 +1,4 @@ -// Copyright 2010-2018 Google LLC +// Copyright 2010-2021 Google LLC // Licensed under the Apache License, Version 2.0 (the "License"); // you may not use this file except in compliance with the License. // You may obtain a copy of the License at diff --git a/ortools/constraint_solver/routing_search.h b/ortools/constraint_solver/routing_search.h index 48a6da2789..db615479a6 100644 --- a/ortools/constraint_solver/routing_search.h +++ b/ortools/constraint_solver/routing_search.h @@ -1,4 +1,4 @@ -// Copyright 2010-2018 Google LLC +// Copyright 2010-2021 Google LLC // Licensed under the Apache License, Version 2.0 (the "License"); // you may not use this file except in compliance with the License. // You may obtain a copy of the License at diff --git a/ortools/constraint_solver/routing_types.h b/ortools/constraint_solver/routing_types.h index 48d72ae416..22b903af68 100644 --- a/ortools/constraint_solver/routing_types.h +++ b/ortools/constraint_solver/routing_types.h @@ -1,4 +1,4 @@ -// Copyright 2010-2018 Google LLC +// Copyright 2010-2021 Google LLC // Licensed under the Apache License, Version 2.0 (the "License"); // you may not use this file except in compliance with the License. // You may obtain a copy of the License at diff --git a/ortools/constraint_solver/samples/SimpleCpProgram.cs b/ortools/constraint_solver/samples/SimpleCpProgram.cs index 85ac40a598..3ed3b65775 100644 --- a/ortools/constraint_solver/samples/SimpleCpProgram.cs +++ b/ortools/constraint_solver/samples/SimpleCpProgram.cs @@ -1,4 +1,4 @@ -// Copyright 2010-2018 Google LLC +// Copyright 2010-2021 Google LLC // Licensed under the Apache License, Version 2.0 (the "License"); // you may not use this file except in compliance with the License. // You may obtain a copy of the License at diff --git a/ortools/constraint_solver/samples/SimpleCpProgram.java b/ortools/constraint_solver/samples/SimpleCpProgram.java index 3e75a485a8..25c0e58b50 100644 --- a/ortools/constraint_solver/samples/SimpleCpProgram.java +++ b/ortools/constraint_solver/samples/SimpleCpProgram.java @@ -1,4 +1,4 @@ -// Copyright 2010-2018 Google LLC +// Copyright 2010-2021 Google LLC // Licensed under the Apache License, Version 2.0 (the "License"); // you may not use this file except in compliance with the License. // You may obtain a copy of the License at diff --git a/ortools/constraint_solver/samples/SimpleRoutingProgram.cs b/ortools/constraint_solver/samples/SimpleRoutingProgram.cs index 2389e0c249..055f16d7c6 100644 --- a/ortools/constraint_solver/samples/SimpleRoutingProgram.cs +++ b/ortools/constraint_solver/samples/SimpleRoutingProgram.cs @@ -1,4 +1,4 @@ -// Copyright 2010-2018 Google LLC +// Copyright 2010-2021 Google LLC // Licensed under the Apache License, Version 2.0 (the "License"); // you may not use this file except in compliance with the License. // You may obtain a copy of the License at diff --git a/ortools/constraint_solver/samples/SimpleRoutingProgram.java b/ortools/constraint_solver/samples/SimpleRoutingProgram.java index 44ec0887d5..5203d640ec 100644 --- a/ortools/constraint_solver/samples/SimpleRoutingProgram.java +++ b/ortools/constraint_solver/samples/SimpleRoutingProgram.java @@ -1,4 +1,4 @@ -// Copyright 2010-2018 Google LLC +// Copyright 2010-2021 Google LLC // Licensed under the Apache License, Version 2.0 (the "License"); // you may not use this file except in compliance with the License. // You may obtain a copy of the License at diff --git a/ortools/constraint_solver/samples/Tsp.cs b/ortools/constraint_solver/samples/Tsp.cs index 332101cd63..3a835a0b18 100644 --- a/ortools/constraint_solver/samples/Tsp.cs +++ b/ortools/constraint_solver/samples/Tsp.cs @@ -1,4 +1,4 @@ -// Copyright 2010-2018 Google LLC +// Copyright 2010-2021 Google LLC // Licensed under the Apache License, Version 2.0 (the "License"); // you may not use this file except in compliance with the License. // You may obtain a copy of the License at diff --git a/ortools/constraint_solver/samples/Tsp.java b/ortools/constraint_solver/samples/Tsp.java index f0629edd1c..5260a689b0 100644 --- a/ortools/constraint_solver/samples/Tsp.java +++ b/ortools/constraint_solver/samples/Tsp.java @@ -1,4 +1,4 @@ -// Copyright 2010-2018 Google LLC +// Copyright 2010-2021 Google LLC // Licensed under the Apache License, Version 2.0 (the "License"); // you may not use this file except in compliance with the License. // You may obtain a copy of the License at diff --git a/ortools/constraint_solver/samples/TspCircuitBoard.cs b/ortools/constraint_solver/samples/TspCircuitBoard.cs index 324a460c34..056db664e6 100644 --- a/ortools/constraint_solver/samples/TspCircuitBoard.cs +++ b/ortools/constraint_solver/samples/TspCircuitBoard.cs @@ -1,4 +1,4 @@ -// Copyright 2010-2018 Google LLC +// Copyright 2010-2021 Google LLC // Licensed under the Apache License, Version 2.0 (the "License"); // you may not use this file except in compliance with the License. // You may obtain a copy of the License at diff --git a/ortools/constraint_solver/samples/TspCircuitBoard.java b/ortools/constraint_solver/samples/TspCircuitBoard.java index 2b0f9c578c..9d29fd22c5 100644 --- a/ortools/constraint_solver/samples/TspCircuitBoard.java +++ b/ortools/constraint_solver/samples/TspCircuitBoard.java @@ -1,4 +1,4 @@ -// Copyright 2010-2018 Google LLC +// Copyright 2010-2021 Google LLC // Licensed under the Apache License, Version 2.0 (the "License"); // you may not use this file except in compliance with the License. // You may obtain a copy of the License at diff --git a/ortools/constraint_solver/samples/TspCities.cs b/ortools/constraint_solver/samples/TspCities.cs index 0f165504d3..804655c26f 100644 --- a/ortools/constraint_solver/samples/TspCities.cs +++ b/ortools/constraint_solver/samples/TspCities.cs @@ -1,4 +1,4 @@ -// Copyright 2010-2018 Google LLC +// Copyright 2010-2021 Google LLC // Licensed under the Apache License, Version 2.0 (the "License"); // you may not use this file except in compliance with the License. // You may obtain a copy of the License at diff --git a/ortools/constraint_solver/samples/TspCities.java b/ortools/constraint_solver/samples/TspCities.java index 9260128646..1e1d47853a 100644 --- a/ortools/constraint_solver/samples/TspCities.java +++ b/ortools/constraint_solver/samples/TspCities.java @@ -1,4 +1,4 @@ -// Copyright 2010-2018 Google LLC +// Copyright 2010-2021 Google LLC // Licensed under the Apache License, Version 2.0 (the "License"); // you may not use this file except in compliance with the License. // You may obtain a copy of the License at diff --git a/ortools/constraint_solver/samples/TspDistanceMatrix.cs b/ortools/constraint_solver/samples/TspDistanceMatrix.cs index b541debad2..3dd1c2e38c 100644 --- a/ortools/constraint_solver/samples/TspDistanceMatrix.cs +++ b/ortools/constraint_solver/samples/TspDistanceMatrix.cs @@ -1,4 +1,4 @@ -// Copyright 2010-2018 Google LLC +// Copyright 2010-2021 Google LLC // Licensed under the Apache License, Version 2.0 (the "License"); // you may not use this file except in compliance with the License. // You may obtain a copy of the License at diff --git a/ortools/constraint_solver/samples/TspDistanceMatrix.java b/ortools/constraint_solver/samples/TspDistanceMatrix.java index 6b3df3449a..879f396fac 100644 --- a/ortools/constraint_solver/samples/TspDistanceMatrix.java +++ b/ortools/constraint_solver/samples/TspDistanceMatrix.java @@ -1,4 +1,4 @@ -// Copyright 2010-2018 Google LLC +// Copyright 2010-2021 Google LLC // Licensed under the Apache License, Version 2.0 (the "License"); // you may not use this file except in compliance with the License. // You may obtain a copy of the License at diff --git a/ortools/constraint_solver/samples/Vrp.cs b/ortools/constraint_solver/samples/Vrp.cs index 872890a32b..80feb7b750 100644 --- a/ortools/constraint_solver/samples/Vrp.cs +++ b/ortools/constraint_solver/samples/Vrp.cs @@ -1,4 +1,4 @@ -// Copyright 2010-2018 Google LLC +// Copyright 2010-2021 Google LLC // Licensed under the Apache License, Version 2.0 (the "License"); // you may not use this file except in compliance with the License. // You may obtain a copy of the License at diff --git a/ortools/constraint_solver/samples/Vrp.java b/ortools/constraint_solver/samples/Vrp.java index 3ff4a8b30b..88488270a8 100644 --- a/ortools/constraint_solver/samples/Vrp.java +++ b/ortools/constraint_solver/samples/Vrp.java @@ -1,4 +1,4 @@ -// Copyright 2010-2018 Google LLC +// Copyright 2010-2021 Google LLC // Licensed under the Apache License, Version 2.0 (the "License"); // you may not use this file except in compliance with the License. // You may obtain a copy of the License at diff --git a/ortools/constraint_solver/samples/VrpCapacity.cs b/ortools/constraint_solver/samples/VrpCapacity.cs index 0803a836eb..c0c987ff4a 100644 --- a/ortools/constraint_solver/samples/VrpCapacity.cs +++ b/ortools/constraint_solver/samples/VrpCapacity.cs @@ -1,4 +1,4 @@ -// Copyright 2010-2018 Google LLC +// Copyright 2010-2021 Google LLC // Licensed under the Apache License, Version 2.0 (the "License"); // you may not use this file except in compliance with the License. // You may obtain a copy of the License at diff --git a/ortools/constraint_solver/samples/VrpCapacity.java b/ortools/constraint_solver/samples/VrpCapacity.java index 3dc4e27b7d..08a58d5441 100644 --- a/ortools/constraint_solver/samples/VrpCapacity.java +++ b/ortools/constraint_solver/samples/VrpCapacity.java @@ -1,4 +1,4 @@ -// Copyright 2010-2018 Google LLC +// Copyright 2010-2021 Google LLC // Licensed under the Apache License, Version 2.0 (the "License"); // you may not use this file except in compliance with the License. // You may obtain a copy of the License at diff --git a/ortools/constraint_solver/samples/VrpDropNodes.cs b/ortools/constraint_solver/samples/VrpDropNodes.cs index f34a0833cf..e8bc603d4d 100644 --- a/ortools/constraint_solver/samples/VrpDropNodes.cs +++ b/ortools/constraint_solver/samples/VrpDropNodes.cs @@ -1,4 +1,4 @@ -// Copyright 2010-2018 Google LLC +// Copyright 2010-2021 Google LLC // Licensed under the Apache License, Version 2.0 (the "License"); // you may not use this file except in compliance with the License. // You may obtain a copy of the License at diff --git a/ortools/constraint_solver/samples/VrpDropNodes.java b/ortools/constraint_solver/samples/VrpDropNodes.java index 2a6ac68bdf..9f17a8f158 100644 --- a/ortools/constraint_solver/samples/VrpDropNodes.java +++ b/ortools/constraint_solver/samples/VrpDropNodes.java @@ -1,4 +1,4 @@ -// Copyright 2010-2018 Google LLC +// Copyright 2010-2021 Google LLC // Licensed under the Apache License, Version 2.0 (the "License"); // you may not use this file except in compliance with the License. // You may obtain a copy of the License at diff --git a/ortools/constraint_solver/samples/VrpGlobalSpan.cs b/ortools/constraint_solver/samples/VrpGlobalSpan.cs index 88f70fd312..dc76fd25ff 100644 --- a/ortools/constraint_solver/samples/VrpGlobalSpan.cs +++ b/ortools/constraint_solver/samples/VrpGlobalSpan.cs @@ -1,4 +1,4 @@ -// Copyright 2010-2018 Google LLC +// Copyright 2010-2021 Google LLC // Licensed under the Apache License, Version 2.0 (the "License"); // you may not use this file except in compliance with the License. // You may obtain a copy of the License at diff --git a/ortools/constraint_solver/samples/VrpGlobalSpan.java b/ortools/constraint_solver/samples/VrpGlobalSpan.java index af5c2aef0b..6c3be85825 100644 --- a/ortools/constraint_solver/samples/VrpGlobalSpan.java +++ b/ortools/constraint_solver/samples/VrpGlobalSpan.java @@ -1,4 +1,4 @@ -// Copyright 2010-2018 Google LLC +// Copyright 2010-2021 Google LLC // Licensed under the Apache License, Version 2.0 (the "License"); // you may not use this file except in compliance with the License. // You may obtain a copy of the License at diff --git a/ortools/constraint_solver/samples/VrpInitialRoutes.cs b/ortools/constraint_solver/samples/VrpInitialRoutes.cs index 6f87db8460..92342aff4a 100644 --- a/ortools/constraint_solver/samples/VrpInitialRoutes.cs +++ b/ortools/constraint_solver/samples/VrpInitialRoutes.cs @@ -1,4 +1,4 @@ -// Copyright 2010-2018 Google LLC +// Copyright 2010-2021 Google LLC // Licensed under the Apache License, Version 2.0 (the "License"); // you may not use this file except in compliance with the License. // You may obtain a copy of the License at diff --git a/ortools/constraint_solver/samples/VrpInitialRoutes.java b/ortools/constraint_solver/samples/VrpInitialRoutes.java index a93bccb642..f76a156eca 100644 --- a/ortools/constraint_solver/samples/VrpInitialRoutes.java +++ b/ortools/constraint_solver/samples/VrpInitialRoutes.java @@ -1,4 +1,4 @@ -// Copyright 2010-2018 Google LLC +// Copyright 2010-2021 Google LLC // Licensed under the Apache License, Version 2.0 (the "License"); // you may not use this file except in compliance with the License. // You may obtain a copy of the License at diff --git a/ortools/constraint_solver/samples/VrpPickupDelivery.cs b/ortools/constraint_solver/samples/VrpPickupDelivery.cs index 1ff78b1e8f..42e3f6da7a 100644 --- a/ortools/constraint_solver/samples/VrpPickupDelivery.cs +++ b/ortools/constraint_solver/samples/VrpPickupDelivery.cs @@ -1,4 +1,4 @@ -// Copyright 2010-2018 Google LLC +// Copyright 2010-2021 Google LLC // Licensed under the Apache License, Version 2.0 (the "License"); // you may not use this file except in compliance with the License. // You may obtain a copy of the License at diff --git a/ortools/constraint_solver/samples/VrpPickupDelivery.java b/ortools/constraint_solver/samples/VrpPickupDelivery.java index 4aef486ddb..25cb99c336 100644 --- a/ortools/constraint_solver/samples/VrpPickupDelivery.java +++ b/ortools/constraint_solver/samples/VrpPickupDelivery.java @@ -1,4 +1,4 @@ -// Copyright 2010-2018 Google LLC +// Copyright 2010-2021 Google LLC // Licensed under the Apache License, Version 2.0 (the "License"); // you may not use this file except in compliance with the License. // You may obtain a copy of the License at diff --git a/ortools/constraint_solver/samples/VrpPickupDeliveryFifo.cs b/ortools/constraint_solver/samples/VrpPickupDeliveryFifo.cs index f16573d83d..63110800b4 100644 --- a/ortools/constraint_solver/samples/VrpPickupDeliveryFifo.cs +++ b/ortools/constraint_solver/samples/VrpPickupDeliveryFifo.cs @@ -1,4 +1,4 @@ -// Copyright 2010-2018 Google LLC +// Copyright 2010-2021 Google LLC // Licensed under the Apache License, Version 2.0 (the "License"); // you may not use this file except in compliance with the License. // You may obtain a copy of the License at diff --git a/ortools/constraint_solver/samples/VrpPickupDeliveryFifo.java b/ortools/constraint_solver/samples/VrpPickupDeliveryFifo.java index 24fb9c3fd3..1519dfb0fc 100644 --- a/ortools/constraint_solver/samples/VrpPickupDeliveryFifo.java +++ b/ortools/constraint_solver/samples/VrpPickupDeliveryFifo.java @@ -1,4 +1,4 @@ -// Copyright 2010-2018 Google LLC +// Copyright 2010-2021 Google LLC // Licensed under the Apache License, Version 2.0 (the "License"); // you may not use this file except in compliance with the License. // You may obtain a copy of the License at diff --git a/ortools/constraint_solver/samples/VrpPickupDeliveryLifo.cs b/ortools/constraint_solver/samples/VrpPickupDeliveryLifo.cs index fb5d9cce5e..95983d1ece 100644 --- a/ortools/constraint_solver/samples/VrpPickupDeliveryLifo.cs +++ b/ortools/constraint_solver/samples/VrpPickupDeliveryLifo.cs @@ -1,4 +1,4 @@ -// Copyright 2010-2018 Google LLC +// Copyright 2010-2021 Google LLC // Licensed under the Apache License, Version 2.0 (the "License"); // you may not use this file except in compliance with the License. // You may obtain a copy of the License at diff --git a/ortools/constraint_solver/samples/VrpPickupDeliveryLifo.java b/ortools/constraint_solver/samples/VrpPickupDeliveryLifo.java index 4803942283..4796db131b 100644 --- a/ortools/constraint_solver/samples/VrpPickupDeliveryLifo.java +++ b/ortools/constraint_solver/samples/VrpPickupDeliveryLifo.java @@ -1,4 +1,4 @@ -// Copyright 2010-2018 Google LLC +// Copyright 2010-2021 Google LLC // Licensed under the Apache License, Version 2.0 (the "License"); // you may not use this file except in compliance with the License. // You may obtain a copy of the License at diff --git a/ortools/constraint_solver/samples/VrpResources.cs b/ortools/constraint_solver/samples/VrpResources.cs index 4ed055e1df..320f954105 100644 --- a/ortools/constraint_solver/samples/VrpResources.cs +++ b/ortools/constraint_solver/samples/VrpResources.cs @@ -1,4 +1,4 @@ -// Copyright 2010-2018 Google LLC +// Copyright 2010-2021 Google LLC // Licensed under the Apache License, Version 2.0 (the "License"); // you may not use this file except in compliance with the License. // You may obtain a copy of the License at diff --git a/ortools/constraint_solver/samples/VrpResources.java b/ortools/constraint_solver/samples/VrpResources.java index 4db1e12623..cd825df0da 100644 --- a/ortools/constraint_solver/samples/VrpResources.java +++ b/ortools/constraint_solver/samples/VrpResources.java @@ -1,4 +1,4 @@ -// Copyright 2010-2018 Google LLC +// Copyright 2010-2021 Google LLC // Licensed under the Apache License, Version 2.0 (the "License"); // you may not use this file except in compliance with the License. // You may obtain a copy of the License at diff --git a/ortools/constraint_solver/samples/VrpStartsEnds.cs b/ortools/constraint_solver/samples/VrpStartsEnds.cs index 42a688959b..b04fc3b4ca 100644 --- a/ortools/constraint_solver/samples/VrpStartsEnds.cs +++ b/ortools/constraint_solver/samples/VrpStartsEnds.cs @@ -1,4 +1,4 @@ -// Copyright 2010-2018 Google LLC +// Copyright 2010-2021 Google LLC // Licensed under the Apache License, Version 2.0 (the "License"); // you may not use this file except in compliance with the License. // You may obtain a copy of the License at diff --git a/ortools/constraint_solver/samples/VrpStartsEnds.java b/ortools/constraint_solver/samples/VrpStartsEnds.java index ea550b6681..ad7cbf908c 100644 --- a/ortools/constraint_solver/samples/VrpStartsEnds.java +++ b/ortools/constraint_solver/samples/VrpStartsEnds.java @@ -1,4 +1,4 @@ -// Copyright 2010-2018 Google LLC +// Copyright 2010-2021 Google LLC // Licensed under the Apache License, Version 2.0 (the "License"); // you may not use this file except in compliance with the License. // You may obtain a copy of the License at diff --git a/ortools/constraint_solver/samples/VrpTimeWindows.cs b/ortools/constraint_solver/samples/VrpTimeWindows.cs index 1559def909..e07b45f1a4 100644 --- a/ortools/constraint_solver/samples/VrpTimeWindows.cs +++ b/ortools/constraint_solver/samples/VrpTimeWindows.cs @@ -1,4 +1,4 @@ -// Copyright 2010-2018 Google LLC +// Copyright 2010-2021 Google LLC // Licensed under the Apache License, Version 2.0 (the "License"); // you may not use this file except in compliance with the License. // You may obtain a copy of the License at diff --git a/ortools/constraint_solver/samples/VrpTimeWindows.java b/ortools/constraint_solver/samples/VrpTimeWindows.java index 4a178073a1..f1df352eda 100644 --- a/ortools/constraint_solver/samples/VrpTimeWindows.java +++ b/ortools/constraint_solver/samples/VrpTimeWindows.java @@ -1,4 +1,4 @@ -// Copyright 2010-2018 Google LLC +// Copyright 2010-2021 Google LLC // Licensed under the Apache License, Version 2.0 (the "License"); // you may not use this file except in compliance with the License. // You may obtain a copy of the License at diff --git a/ortools/constraint_solver/samples/VrpWithTimeLimit.cs b/ortools/constraint_solver/samples/VrpWithTimeLimit.cs index b3b11ccf27..b5a90f0f36 100644 --- a/ortools/constraint_solver/samples/VrpWithTimeLimit.cs +++ b/ortools/constraint_solver/samples/VrpWithTimeLimit.cs @@ -1,4 +1,4 @@ -// Copyright 2010-2018 Google LLC +// Copyright 2010-2021 Google LLC // Licensed under the Apache License, Version 2.0 (the "License"); // you may not use this file except in compliance with the License. // You may obtain a copy of the License at diff --git a/ortools/constraint_solver/samples/VrpWithTimeLimit.java b/ortools/constraint_solver/samples/VrpWithTimeLimit.java index e7c845b52b..c09d0472c4 100644 --- a/ortools/constraint_solver/samples/VrpWithTimeLimit.java +++ b/ortools/constraint_solver/samples/VrpWithTimeLimit.java @@ -1,4 +1,4 @@ -// Copyright 2010-2018 Google LLC +// Copyright 2010-2021 Google LLC // Licensed under the Apache License, Version 2.0 (the "License"); // you may not use this file except in compliance with the License. // You may obtain a copy of the License at diff --git a/ortools/constraint_solver/samples/simple_cp_program.cc b/ortools/constraint_solver/samples/simple_cp_program.cc index 1f48b8e153..7c0d88475e 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-2018 Google LLC +// Copyright 2010-2021 Google LLC // Licensed under the Apache License, Version 2.0 (the "License"); // you may not use this file except in compliance with the License. // You may obtain a copy of the License at diff --git a/ortools/constraint_solver/samples/simple_cp_program.py b/ortools/constraint_solver/samples/simple_cp_program.py index 39631835fe..ffb1a41b80 100644 --- a/ortools/constraint_solver/samples/simple_cp_program.py +++ b/ortools/constraint_solver/samples/simple_cp_program.py @@ -1,4 +1,4 @@ -# Copyright 2010-2018 Google LLC +# Copyright 2010-2021 Google LLC # Licensed under the Apache License, Version 2.0 (the "License"); # you may not use this file except in compliance with the License. # You may obtain a copy of the License at diff --git a/ortools/constraint_solver/samples/simple_ls_program.cc b/ortools/constraint_solver/samples/simple_ls_program.cc index 34e444696e..acc8679fe7 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-2018 Google LLC +// Copyright 2010-2021 Google LLC // Licensed under the Apache License, Version 2.0 (the "License"); // you may not use this file except in compliance with the License. // You may obtain a copy of the License at diff --git a/ortools/constraint_solver/samples/simple_routing_program.cc b/ortools/constraint_solver/samples/simple_routing_program.cc index 64cab88a86..79f6f8719d 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-2018 Google LLC +// Copyright 2010-2021 Google LLC // Licensed under the Apache License, Version 2.0 (the "License"); // you may not use this file except in compliance with the License. // You may obtain a copy of the License at diff --git a/ortools/constraint_solver/samples/simple_routing_program.py b/ortools/constraint_solver/samples/simple_routing_program.py index 95e9325bca..ca075a0d41 100644 --- a/ortools/constraint_solver/samples/simple_routing_program.py +++ b/ortools/constraint_solver/samples/simple_routing_program.py @@ -1,4 +1,4 @@ -# Copyright 2010-2018 Google LLC +# Copyright 2010-2021 Google LLC # Licensed under the Apache License, Version 2.0 (the "License"); # you may not use this file except in compliance with the License. # You may obtain a copy of the License at diff --git a/ortools/constraint_solver/samples/tsp.cc b/ortools/constraint_solver/samples/tsp.cc index c3c6c28ab5..f36132c8fb 100644 --- a/ortools/constraint_solver/samples/tsp.cc +++ b/ortools/constraint_solver/samples/tsp.cc @@ -1,4 +1,4 @@ -// Copyright 2010-2018 Google LLC +// Copyright 2010-2021 Google LLC // Licensed under the Apache License, Version 2.0 (the "License"); // you may not use this file except in compliance with the License. // You may obtain a copy of the License at diff --git a/ortools/constraint_solver/samples/tsp.py b/ortools/constraint_solver/samples/tsp.py index 48a7da595f..5fffc6ed00 100755 --- a/ortools/constraint_solver/samples/tsp.py +++ b/ortools/constraint_solver/samples/tsp.py @@ -1,4 +1,4 @@ -# Copyright 2010-2018 Google LLC +# Copyright 2010-2021 Google LLC # Licensed under the Apache License, Version 2.0 (the "License"); # you may not use this file except in compliance with the License. # You may obtain a copy of the License at diff --git a/ortools/constraint_solver/samples/tsp_circuit_board.cc b/ortools/constraint_solver/samples/tsp_circuit_board.cc index 9f7cc1b1dd..0e1f8a9e27 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-2018 Google LLC +// Copyright 2010-2021 Google LLC // Licensed under the Apache License, Version 2.0 (the "License"); // you may not use this file except in compliance with the License. // You may obtain a copy of the License at diff --git a/ortools/constraint_solver/samples/tsp_circuit_board.py b/ortools/constraint_solver/samples/tsp_circuit_board.py index 97372adae6..8e5af713ff 100644 --- a/ortools/constraint_solver/samples/tsp_circuit_board.py +++ b/ortools/constraint_solver/samples/tsp_circuit_board.py @@ -1,4 +1,4 @@ -# Copyright 2010-2018 Google LLC +# Copyright 2010-2021 Google LLC # Licensed under the Apache License, Version 2.0 (the "License"); # you may not use this file except in compliance with the License. # You may obtain a copy of the License at diff --git a/ortools/constraint_solver/samples/tsp_cities.cc b/ortools/constraint_solver/samples/tsp_cities.cc index 819962a3a2..2168572f1b 100644 --- a/ortools/constraint_solver/samples/tsp_cities.cc +++ b/ortools/constraint_solver/samples/tsp_cities.cc @@ -1,4 +1,4 @@ -// Copyright 2010-2018 Google LLC +// Copyright 2010-2021 Google LLC // Licensed under the Apache License, Version 2.0 (the "License"); // you may not use this file except in compliance with the License. // You may obtain a copy of the License at diff --git a/ortools/constraint_solver/samples/tsp_cities.py b/ortools/constraint_solver/samples/tsp_cities.py index fe884fcb11..9c5cda6bba 100644 --- a/ortools/constraint_solver/samples/tsp_cities.py +++ b/ortools/constraint_solver/samples/tsp_cities.py @@ -1,4 +1,4 @@ -# Copyright 2010-2018 Google LLC +# Copyright 2010-2021 Google LLC # Licensed under the Apache License, Version 2.0 (the "License"); # you may not use this file except in compliance with the License. # You may obtain a copy of the License at diff --git a/ortools/constraint_solver/samples/tsp_cities_routes.cc b/ortools/constraint_solver/samples/tsp_cities_routes.cc index 79232c510a..a4ca2b9f9d 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-2018 Google LLC +// Copyright 2010-2021 Google LLC // Licensed under the Apache License, Version 2.0 (the "License"); // you may not use this file except in compliance with the License. // You may obtain a copy of the License at diff --git a/ortools/constraint_solver/samples/tsp_distance_matrix.cc b/ortools/constraint_solver/samples/tsp_distance_matrix.cc index 06af46a57f..3416d453d7 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-2018 Google LLC +// Copyright 2010-2021 Google LLC // Licensed under the Apache License, Version 2.0 (the "License"); // you may not use this file except in compliance with the License. // You may obtain a copy of the License at diff --git a/ortools/constraint_solver/samples/tsp_distance_matrix.py b/ortools/constraint_solver/samples/tsp_distance_matrix.py index 7f98fb3207..553d85b8e5 100644 --- a/ortools/constraint_solver/samples/tsp_distance_matrix.py +++ b/ortools/constraint_solver/samples/tsp_distance_matrix.py @@ -1,4 +1,4 @@ -# Copyright 2010-2018 Google LLC +# Copyright 2010-2021 Google LLC # Licensed under the Apache License, Version 2.0 (the "License"); # you may not use this file except in compliance with the License. # You may obtain a copy of the License at diff --git a/ortools/constraint_solver/samples/vrp.cc b/ortools/constraint_solver/samples/vrp.cc index a79b4c9bf3..5196420f72 100644 --- a/ortools/constraint_solver/samples/vrp.cc +++ b/ortools/constraint_solver/samples/vrp.cc @@ -1,4 +1,4 @@ -// Copyright 2010-2018 Google LLC +// Copyright 2010-2021 Google LLC // Licensed under the Apache License, Version 2.0 (the "License"); // you may not use this file except in compliance with the License. // You may obtain a copy of the License at diff --git a/ortools/constraint_solver/samples/vrp.py b/ortools/constraint_solver/samples/vrp.py index efd37c15df..903f77aa8b 100755 --- a/ortools/constraint_solver/samples/vrp.py +++ b/ortools/constraint_solver/samples/vrp.py @@ -1,4 +1,4 @@ -# Copyright 2010-2018 Google LLC +# Copyright 2010-2021 Google LLC # Licensed under the Apache License, Version 2.0 (the "License"); # you may not use this file except in compliance with the License. # You may obtain a copy of the License at diff --git a/ortools/constraint_solver/samples/vrp_capacity.cc b/ortools/constraint_solver/samples/vrp_capacity.cc index 73b84f954a..92309bb60f 100644 --- a/ortools/constraint_solver/samples/vrp_capacity.cc +++ b/ortools/constraint_solver/samples/vrp_capacity.cc @@ -1,4 +1,4 @@ -// Copyright 2010-2018 Google LLC +// Copyright 2010-2021 Google LLC // Licensed under the Apache License, Version 2.0 (the "License"); // you may not use this file except in compliance with the License. // You may obtain a copy of the License at diff --git a/ortools/constraint_solver/samples/vrp_capacity.py b/ortools/constraint_solver/samples/vrp_capacity.py index e1b1297366..dfe42ebb35 100644 --- a/ortools/constraint_solver/samples/vrp_capacity.py +++ b/ortools/constraint_solver/samples/vrp_capacity.py @@ -1,4 +1,4 @@ -# Copyright 2010-2018 Google LLC +# Copyright 2010-2021 Google LLC # Licensed under the Apache License, Version 2.0 (the "License"); # you may not use this file except in compliance with the License. # You may obtain a copy of the License at diff --git a/ortools/constraint_solver/samples/vrp_drop_nodes.cc b/ortools/constraint_solver/samples/vrp_drop_nodes.cc index 8279e3ea9a..a99b6ba734 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-2018 Google LLC +// Copyright 2010-2021 Google LLC // Licensed under the Apache License, Version 2.0 (the "License"); // you may not use this file except in compliance with the License. // You may obtain a copy of the License at diff --git a/ortools/constraint_solver/samples/vrp_drop_nodes.py b/ortools/constraint_solver/samples/vrp_drop_nodes.py index 36a62ba15f..924ab17b9e 100644 --- a/ortools/constraint_solver/samples/vrp_drop_nodes.py +++ b/ortools/constraint_solver/samples/vrp_drop_nodes.py @@ -1,4 +1,4 @@ -# Copyright 2010-2018 Google LLC +# Copyright 2010-2021 Google LLC # Licensed under the Apache License, Version 2.0 (the "License"); # you may not use this file except in compliance with the License. # You may obtain a copy of the License at diff --git a/ortools/constraint_solver/samples/vrp_global_span.cc b/ortools/constraint_solver/samples/vrp_global_span.cc index d121bc3480..6345672e69 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-2018 Google LLC +// Copyright 2010-2021 Google LLC // Licensed under the Apache License, Version 2.0 (the "License"); // you may not use this file except in compliance with the License. // You may obtain a copy of the License at diff --git a/ortools/constraint_solver/samples/vrp_global_span.py b/ortools/constraint_solver/samples/vrp_global_span.py index bd6015c39e..2298d6794a 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-2018 Google LLC +# Copyright 2010-2021 Google LLC # Licensed under the Apache License, Version 2.0 (the "License"); # you may not use this file except in compliance with the License. # You may obtain a copy of the License at diff --git a/ortools/constraint_solver/samples/vrp_initial_routes.cc b/ortools/constraint_solver/samples/vrp_initial_routes.cc index 8f61ed5a28..be74d6f89a 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-2018 Google LLC +// Copyright 2010-2021 Google LLC // Licensed under the Apache License, Version 2.0 (the "License"); // you may not use this file except in compliance with the License. // You may obtain a copy of the License at diff --git a/ortools/constraint_solver/samples/vrp_initial_routes.py b/ortools/constraint_solver/samples/vrp_initial_routes.py index b75870f06c..8d3b803b20 100644 --- a/ortools/constraint_solver/samples/vrp_initial_routes.py +++ b/ortools/constraint_solver/samples/vrp_initial_routes.py @@ -1,4 +1,4 @@ -# Copyright 2010-2018 Google LLC +# Copyright 2010-2021 Google LLC # Licensed under the Apache License, Version 2.0 (the "License"); # you may not use this file except in compliance with the License. # You may obtain a copy of the License at diff --git a/ortools/constraint_solver/samples/vrp_pickup_delivery.cc b/ortools/constraint_solver/samples/vrp_pickup_delivery.cc index abf5b60511..3f467fcc5e 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-2018 Google LLC +// Copyright 2010-2021 Google LLC // Licensed under the Apache License, Version 2.0 (the "License"); // you may not use this file except in compliance with the License. // You may obtain a copy of the License at diff --git a/ortools/constraint_solver/samples/vrp_pickup_delivery.py b/ortools/constraint_solver/samples/vrp_pickup_delivery.py index 5b70ede748..eb59e76657 100755 --- a/ortools/constraint_solver/samples/vrp_pickup_delivery.py +++ b/ortools/constraint_solver/samples/vrp_pickup_delivery.py @@ -1,4 +1,4 @@ -# Copyright 2010-2018 Google LLC +# Copyright 2010-2021 Google LLC # Licensed under the Apache License, Version 2.0 (the "License"); # you may not use this file except in compliance with the License. # You may obtain a copy of the License at diff --git a/ortools/constraint_solver/samples/vrp_pickup_delivery_fifo.cc b/ortools/constraint_solver/samples/vrp_pickup_delivery_fifo.cc index 40791f3eb9..606dbe6de2 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-2018 Google LLC +// Copyright 2010-2021 Google LLC // Licensed under the Apache License, Version 2.0 (the "License"); // you may not use this file except in compliance with the License. // You may obtain a copy of the License at diff --git a/ortools/constraint_solver/samples/vrp_pickup_delivery_fifo.py b/ortools/constraint_solver/samples/vrp_pickup_delivery_fifo.py index e96c86cc2b..03981eee61 100755 --- a/ortools/constraint_solver/samples/vrp_pickup_delivery_fifo.py +++ b/ortools/constraint_solver/samples/vrp_pickup_delivery_fifo.py @@ -1,4 +1,4 @@ -# Copyright 2010-2018 Google LLC +# Copyright 2010-2021 Google LLC # Licensed under the Apache License, Version 2.0 (the "License"); # you may not use this file except in compliance with the License. # You may obtain a copy of the License at diff --git a/ortools/constraint_solver/samples/vrp_pickup_delivery_lifo.cc b/ortools/constraint_solver/samples/vrp_pickup_delivery_lifo.cc index aaa788e7e1..305ed23af1 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-2018 Google LLC +// Copyright 2010-2021 Google LLC // Licensed under the Apache License, Version 2.0 (the "License"); // you may not use this file except in compliance with the License. // You may obtain a copy of the License at diff --git a/ortools/constraint_solver/samples/vrp_pickup_delivery_lifo.py b/ortools/constraint_solver/samples/vrp_pickup_delivery_lifo.py index 0cfee0f6df..2a1f216151 100755 --- a/ortools/constraint_solver/samples/vrp_pickup_delivery_lifo.py +++ b/ortools/constraint_solver/samples/vrp_pickup_delivery_lifo.py @@ -1,4 +1,4 @@ -# Copyright 2010-2018 Google LLC +# Copyright 2010-2021 Google LLC # Licensed under the Apache License, Version 2.0 (the "License"); # you may not use this file except in compliance with the License. # You may obtain a copy of the License at diff --git a/ortools/constraint_solver/samples/vrp_resources.cc b/ortools/constraint_solver/samples/vrp_resources.cc index 0e4cd3e9f4..87d636b809 100644 --- a/ortools/constraint_solver/samples/vrp_resources.cc +++ b/ortools/constraint_solver/samples/vrp_resources.cc @@ -1,4 +1,4 @@ -// Copyright 2010-2018 Google LLC +// Copyright 2010-2021 Google LLC // Licensed under the Apache License, Version 2.0 (the "License"); // you may not use this file except in compliance with the License. // You may obtain a copy of the License at diff --git a/ortools/constraint_solver/samples/vrp_resources.py b/ortools/constraint_solver/samples/vrp_resources.py index 3534c60f37..e9f263e1c2 100644 --- a/ortools/constraint_solver/samples/vrp_resources.py +++ b/ortools/constraint_solver/samples/vrp_resources.py @@ -1,4 +1,4 @@ -# Copyright 2010-2018 Google LLC +# Copyright 2010-2021 Google LLC # Licensed under the Apache License, Version 2.0 (the "License"); # you may not use this file except in compliance with the License. # You may obtain a copy of the License at diff --git a/ortools/constraint_solver/samples/vrp_routes.cc b/ortools/constraint_solver/samples/vrp_routes.cc index 8a13701dae..260353d46c 100644 --- a/ortools/constraint_solver/samples/vrp_routes.cc +++ b/ortools/constraint_solver/samples/vrp_routes.cc @@ -1,4 +1,4 @@ -// Copyright 2010-2018 Google LLC +// Copyright 2010-2021 Google LLC // Licensed under the Apache License, Version 2.0 (the "License"); // you may not use this file except in compliance with the License. // You may obtain a copy of the License at diff --git a/ortools/constraint_solver/samples/vrp_starts_ends.cc b/ortools/constraint_solver/samples/vrp_starts_ends.cc index 9a1c257c04..a337c4b8fb 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-2018 Google LLC +// Copyright 2010-2021 Google LLC // Licensed under the Apache License, Version 2.0 (the "License"); // you may not use this file except in compliance with the License. // You may obtain a copy of the License at diff --git a/ortools/constraint_solver/samples/vrp_starts_ends.py b/ortools/constraint_solver/samples/vrp_starts_ends.py index 59c91444e1..8d2f467bb2 100644 --- a/ortools/constraint_solver/samples/vrp_starts_ends.py +++ b/ortools/constraint_solver/samples/vrp_starts_ends.py @@ -1,4 +1,4 @@ -# Copyright 2010-2018 Google LLC +# Copyright 2010-2021 Google LLC # Licensed under the Apache License, Version 2.0 (the "License"); # you may not use this file except in compliance with the License. # You may obtain a copy of the License at diff --git a/ortools/constraint_solver/samples/vrp_time_windows.cc b/ortools/constraint_solver/samples/vrp_time_windows.cc index 78f175b808..2429e8d969 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-2018 Google LLC +// Copyright 2010-2021 Google LLC // Licensed under the Apache License, Version 2.0 (the "License"); // you may not use this file except in compliance with the License. // You may obtain a copy of the License at diff --git a/ortools/constraint_solver/samples/vrp_time_windows.py b/ortools/constraint_solver/samples/vrp_time_windows.py index 4083dc63c3..3932ff4bd3 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-2018 Google LLC +# Copyright 2010-2021 Google LLC # Licensed under the Apache License, Version 2.0 (the "License"); # you may not use this file except in compliance with the License. # You may obtain a copy of the License at diff --git a/ortools/constraint_solver/samples/vrp_with_time_limit.cc b/ortools/constraint_solver/samples/vrp_with_time_limit.cc index e30047c55f..3b49c0607b 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-2018 Google LLC +// Copyright 2010-2021 Google LLC // Licensed under the Apache License, Version 2.0 (the "License"); // you may not use this file except in compliance with the License. // You may obtain a copy of the License at diff --git a/ortools/constraint_solver/samples/vrp_with_time_limit.py b/ortools/constraint_solver/samples/vrp_with_time_limit.py index 9fff19bcea..a4ce7eef7a 100644 --- a/ortools/constraint_solver/samples/vrp_with_time_limit.py +++ b/ortools/constraint_solver/samples/vrp_with_time_limit.py @@ -1,4 +1,4 @@ -# Copyright 2010-2018 Google LLC +# Copyright 2010-2021 Google LLC # Licensed under the Apache License, Version 2.0 (the "License"); # you may not use this file except in compliance with the License. # You may obtain a copy of the License at diff --git a/ortools/constraint_solver/samples/vrptw_store_solution_data.cc b/ortools/constraint_solver/samples/vrptw_store_solution_data.cc index b9cddaf56e..d10f89a689 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-2018 Google LLC +// Copyright 2010-2021 Google LLC // Licensed under the Apache License, Version 2.0 (the "License"); // you may not use this file except in compliance with the License. // You may obtain a copy of the License at diff --git a/ortools/constraint_solver/samples/vrptw_store_solution_data.py b/ortools/constraint_solver/samples/vrptw_store_solution_data.py index 333fbb0233..f554b27550 100644 --- a/ortools/constraint_solver/samples/vrptw_store_solution_data.py +++ b/ortools/constraint_solver/samples/vrptw_store_solution_data.py @@ -1,4 +1,4 @@ -# Copyright 2010-2018 Google LLC +# Copyright 2010-2021 Google LLC # Licensed under the Apache License, Version 2.0 (the "License"); # you may not use this file except in compliance with the License. # You may obtain a copy of the License at diff --git a/ortools/constraint_solver/sched_constraints.cc b/ortools/constraint_solver/sched_constraints.cc index f0078115ec..f8252c5160 100644 --- a/ortools/constraint_solver/sched_constraints.cc +++ b/ortools/constraint_solver/sched_constraints.cc @@ -1,4 +1,4 @@ -// Copyright 2010-2018 Google LLC +// Copyright 2010-2021 Google LLC // Licensed under the Apache License, Version 2.0 (the "License"); // you may not use this file except in compliance with the License. // You may obtain a copy of the License at diff --git a/ortools/constraint_solver/sched_expr.cc b/ortools/constraint_solver/sched_expr.cc index 15158ab0df..09bc2de653 100644 --- a/ortools/constraint_solver/sched_expr.cc +++ b/ortools/constraint_solver/sched_expr.cc @@ -1,4 +1,4 @@ -// Copyright 2010-2018 Google LLC +// Copyright 2010-2021 Google LLC // Licensed under the Apache License, Version 2.0 (the "License"); // you may not use this file except in compliance with the License. // You may obtain a copy of the License at diff --git a/ortools/constraint_solver/sched_search.cc b/ortools/constraint_solver/sched_search.cc index 5efa917384..0ceedf9784 100644 --- a/ortools/constraint_solver/sched_search.cc +++ b/ortools/constraint_solver/sched_search.cc @@ -1,4 +1,4 @@ -// Copyright 2010-2018 Google LLC +// Copyright 2010-2021 Google LLC // Licensed under the Apache License, Version 2.0 (the "License"); // you may not use this file except in compliance with the License. // You may obtain a copy of the License at diff --git a/ortools/constraint_solver/search.cc b/ortools/constraint_solver/search.cc index 86da756b60..4f0821a3c1 100644 --- a/ortools/constraint_solver/search.cc +++ b/ortools/constraint_solver/search.cc @@ -1,4 +1,4 @@ -// Copyright 2010-2018 Google LLC +// Copyright 2010-2021 Google LLC // Licensed under the Apache License, Version 2.0 (the "License"); // you may not use this file except in compliance with the License. // You may obtain a copy of the License at diff --git a/ortools/constraint_solver/search_limit.proto b/ortools/constraint_solver/search_limit.proto index 8550625919..cbfc53ad54 100644 --- a/ortools/constraint_solver/search_limit.proto +++ b/ortools/constraint_solver/search_limit.proto @@ -1,4 +1,4 @@ -// Copyright 2010-2018 Google LLC +// Copyright 2010-2021 Google LLC // Licensed under the Apache License, Version 2.0 (the "License"); // you may not use this file except in compliance with the License. // You may obtain a copy of the License at diff --git a/ortools/constraint_solver/search_stats.proto b/ortools/constraint_solver/search_stats.proto index 34c9c81682..6024ff00ec 100644 --- a/ortools/constraint_solver/search_stats.proto +++ b/ortools/constraint_solver/search_stats.proto @@ -1,4 +1,4 @@ -// Copyright 2010-2018 Google LLC +// Copyright 2010-2021 Google LLC // Licensed under the Apache License, Version 2.0 (the "License"); // you may not use this file except in compliance with the License. // You may obtain a copy of the License at diff --git a/ortools/constraint_solver/solver_parameters.proto b/ortools/constraint_solver/solver_parameters.proto index ca76dd8930..b6545f3be0 100644 --- a/ortools/constraint_solver/solver_parameters.proto +++ b/ortools/constraint_solver/solver_parameters.proto @@ -1,4 +1,4 @@ -// Copyright 2010-2018 Google LLC +// Copyright 2010-2021 Google LLC // Licensed under the Apache License, Version 2.0 (the "License"); // you may not use this file except in compliance with the License. // You may obtain a copy of the License at diff --git a/ortools/constraint_solver/table.cc b/ortools/constraint_solver/table.cc index e3a0b3949f..b9c2719e78 100644 --- a/ortools/constraint_solver/table.cc +++ b/ortools/constraint_solver/table.cc @@ -1,4 +1,4 @@ -// Copyright 2010-2018 Google LLC +// Copyright 2010-2021 Google LLC // Licensed under the Apache License, Version 2.0 (the "License"); // you may not use this file except in compliance with the License. // You may obtain a copy of the License at diff --git a/ortools/constraint_solver/timetabling.cc b/ortools/constraint_solver/timetabling.cc index ec4c61e84e..f0820b15a2 100644 --- a/ortools/constraint_solver/timetabling.cc +++ b/ortools/constraint_solver/timetabling.cc @@ -1,4 +1,4 @@ -// Copyright 2010-2018 Google LLC +// Copyright 2010-2021 Google LLC // Licensed under the Apache License, Version 2.0 (the "License"); // you may not use this file except in compliance with the License. // You may obtain a copy of the License at diff --git a/ortools/constraint_solver/trace.cc b/ortools/constraint_solver/trace.cc index f19b9530fd..f3a596dfd6 100644 --- a/ortools/constraint_solver/trace.cc +++ b/ortools/constraint_solver/trace.cc @@ -1,4 +1,4 @@ -// Copyright 2010-2018 Google LLC +// Copyright 2010-2021 Google LLC // Licensed under the Apache License, Version 2.0 (the "License"); // you may not use this file except in compliance with the License. // You may obtain a copy of the License at diff --git a/ortools/constraint_solver/utilities.cc b/ortools/constraint_solver/utilities.cc index d4ad21eb2f..c3b1df014f 100644 --- a/ortools/constraint_solver/utilities.cc +++ b/ortools/constraint_solver/utilities.cc @@ -1,4 +1,4 @@ -// Copyright 2010-2018 Google LLC +// Copyright 2010-2021 Google LLC // Licensed under the Apache License, Version 2.0 (the "License"); // you may not use this file except in compliance with the License. // You may obtain a copy of the License at diff --git a/ortools/constraint_solver/visitor.cc b/ortools/constraint_solver/visitor.cc index 58d5dad347..18bd79a0c7 100644 --- a/ortools/constraint_solver/visitor.cc +++ b/ortools/constraint_solver/visitor.cc @@ -1,4 +1,4 @@ -// Copyright 2010-2018 Google LLC +// Copyright 2010-2021 Google LLC // Licensed under the Apache License, Version 2.0 (the "License"); // you may not use this file except in compliance with the License. // You may obtain a copy of the License at diff --git a/ortools/data/__init__.py b/ortools/data/__init__.py index d2eb8cb037..695694b10c 100644 --- a/ortools/data/__init__.py +++ b/ortools/data/__init__.py @@ -1,4 +1,4 @@ -# Copyright 2010-2018 Google LLC +# Copyright 2010-2021 Google LLC # Licensed under the Apache License, Version 2.0 (the "License"); # you may not use this file except in compliance with the License. # You may obtain a copy of the License at diff --git a/ortools/data/jobshop_scheduling.proto b/ortools/data/jobshop_scheduling.proto index ab2d2fa773..a8f91ee425 100644 --- a/ortools/data/jobshop_scheduling.proto +++ b/ortools/data/jobshop_scheduling.proto @@ -1,4 +1,4 @@ -// Copyright 2010-2018 Google LLC +// Copyright 2010-2021 Google LLC // Licensed under the Apache License, Version 2.0 (the "License"); // you may not use this file except in compliance with the License. // You may obtain a copy of the License at diff --git a/ortools/data/jobshop_scheduling_parser.cc b/ortools/data/jobshop_scheduling_parser.cc index 57f2d129be..5d1c82e06b 100644 --- a/ortools/data/jobshop_scheduling_parser.cc +++ b/ortools/data/jobshop_scheduling_parser.cc @@ -1,4 +1,4 @@ -// Copyright 2010-2018 Google LLC +// Copyright 2010-2021 Google LLC // Licensed under the Apache License, Version 2.0 (the "License"); // you may not use this file except in compliance with the License. // You may obtain a copy of the License at diff --git a/ortools/data/jobshop_scheduling_parser.h b/ortools/data/jobshop_scheduling_parser.h index bb431ef3ae..9d99849ef9 100644 --- a/ortools/data/jobshop_scheduling_parser.h +++ b/ortools/data/jobshop_scheduling_parser.h @@ -1,4 +1,4 @@ -// Copyright 2010-2018 Google LLC +// Copyright 2010-2021 Google LLC // Licensed under the Apache License, Version 2.0 (the "License"); // you may not use this file except in compliance with the License. // You may obtain a copy of the License at diff --git a/ortools/data/python/rcpsp.i b/ortools/data/python/rcpsp.i index 14415e73fc..af47c86323 100644 --- a/ortools/data/python/rcpsp.i +++ b/ortools/data/python/rcpsp.i @@ -1,4 +1,4 @@ -// Copyright 2010-2018 Google LLC +// Copyright 2010-2021 Google LLC // Licensed under the Apache License, Version 2.0 (the "License"); // you may not use this file except in compliance with the License. // You may obtain a copy of the License at diff --git a/ortools/data/rcpsp.proto b/ortools/data/rcpsp.proto index a82265dde7..ef973e4417 100644 --- a/ortools/data/rcpsp.proto +++ b/ortools/data/rcpsp.proto @@ -1,4 +1,4 @@ -// Copyright 2010-2018 Google LLC +// Copyright 2010-2021 Google LLC // Licensed under the Apache License, Version 2.0 (the "License"); // you may not use this file except in compliance with the License. // You may obtain a copy of the License at diff --git a/ortools/data/rcpsp_parser.cc b/ortools/data/rcpsp_parser.cc index b16111cd66..ca857a7493 100644 --- a/ortools/data/rcpsp_parser.cc +++ b/ortools/data/rcpsp_parser.cc @@ -1,4 +1,4 @@ -// Copyright 2010-2018 Google LLC +// Copyright 2010-2021 Google LLC // Licensed under the Apache License, Version 2.0 (the "License"); // you may not use this file except in compliance with the License. // You may obtain a copy of the License at diff --git a/ortools/data/rcpsp_parser.h b/ortools/data/rcpsp_parser.h index 6358bdf2d0..692118bf35 100644 --- a/ortools/data/rcpsp_parser.h +++ b/ortools/data/rcpsp_parser.h @@ -1,4 +1,4 @@ -// Copyright 2010-2018 Google LLC +// Copyright 2010-2021 Google LLC // Licensed under the Apache License, Version 2.0 (the "License"); // you may not use this file except in compliance with the License. // You may obtain a copy of the License at diff --git a/ortools/data/set_covering_data.cc b/ortools/data/set_covering_data.cc index 0dc8c6c956..eb41ea149a 100644 --- a/ortools/data/set_covering_data.cc +++ b/ortools/data/set_covering_data.cc @@ -1,4 +1,4 @@ -// Copyright 2010-2018 Google LLC +// Copyright 2010-2021 Google LLC // Licensed under the Apache License, Version 2.0 (the "License"); // you may not use this file except in compliance with the License. // You may obtain a copy of the License at diff --git a/ortools/data/set_covering_data.h b/ortools/data/set_covering_data.h index 9d0566d10f..4756f9e8fb 100644 --- a/ortools/data/set_covering_data.h +++ b/ortools/data/set_covering_data.h @@ -1,4 +1,4 @@ -// Copyright 2010-2018 Google LLC +// Copyright 2010-2021 Google LLC // Licensed under the Apache License, Version 2.0 (the "License"); // you may not use this file except in compliance with the License. // You may obtain a copy of the License at diff --git a/ortools/data/set_covering_parser.cc b/ortools/data/set_covering_parser.cc index cf5cd5f152..047d6ca0c5 100644 --- a/ortools/data/set_covering_parser.cc +++ b/ortools/data/set_covering_parser.cc @@ -1,4 +1,4 @@ -// Copyright 2010-2018 Google LLC +// Copyright 2010-2021 Google LLC // Licensed under the Apache License, Version 2.0 (the "License"); // you may not use this file except in compliance with the License. // You may obtain a copy of the License at diff --git a/ortools/data/set_covering_parser.h b/ortools/data/set_covering_parser.h index 373d70fd39..7501b4d7d7 100644 --- a/ortools/data/set_covering_parser.h +++ b/ortools/data/set_covering_parser.h @@ -1,4 +1,4 @@ -// Copyright 2010-2018 Google LLC +// Copyright 2010-2021 Google LLC // Licensed under the Apache License, Version 2.0 (the "License"); // you may not use this file except in compliance with the License. // You may obtain a copy of the License at diff --git a/ortools/data/vector_bin_packing.proto b/ortools/data/vector_bin_packing.proto index e059bbf891..d1f4614df5 100644 --- a/ortools/data/vector_bin_packing.proto +++ b/ortools/data/vector_bin_packing.proto @@ -1,4 +1,4 @@ -// Copyright 2010-2018 Google LLC +// Copyright 2010-2021 Google LLC // Licensed under the Apache License, Version 2.0 (the "License"); // you may not use this file except in compliance with the License. // You may obtain a copy of the License at diff --git a/ortools/data/vector_bin_packing_parser.cc b/ortools/data/vector_bin_packing_parser.cc index 61e1cc84c4..5d1da4e0b5 100644 --- a/ortools/data/vector_bin_packing_parser.cc +++ b/ortools/data/vector_bin_packing_parser.cc @@ -1,4 +1,4 @@ -// Copyright 2010-2018 Google LLC +// Copyright 2010-2021 Google LLC // Licensed under the Apache License, Version 2.0 (the "License"); // you may not use this file except in compliance with the License. // You may obtain a copy of the License at diff --git a/ortools/data/vector_bin_packing_parser.h b/ortools/data/vector_bin_packing_parser.h index d50d099cc5..848e5385a8 100644 --- a/ortools/data/vector_bin_packing_parser.h +++ b/ortools/data/vector_bin_packing_parser.h @@ -1,4 +1,4 @@ -// Copyright 2010-2018 Google LLC +// Copyright 2010-2021 Google LLC // Licensed under the Apache License, Version 2.0 (the "License"); // you may not use this file except in compliance with the License. // You may obtain a copy of the License at diff --git a/ortools/flatzinc/checker.cc b/ortools/flatzinc/checker.cc index 7437d32cda..183ccd9859 100644 --- a/ortools/flatzinc/checker.cc +++ b/ortools/flatzinc/checker.cc @@ -1,4 +1,4 @@ -// Copyright 2010-2018 Google LLC +// Copyright 2010-2021 Google LLC // Licensed under the Apache License, Version 2.0 (the "License"); // you may not use this file except in compliance with the License. // You may obtain a copy of the License at diff --git a/ortools/flatzinc/checker.h b/ortools/flatzinc/checker.h index e22db1d356..12082b70cf 100644 --- a/ortools/flatzinc/checker.h +++ b/ortools/flatzinc/checker.h @@ -1,4 +1,4 @@ -// Copyright 2010-2018 Google LLC +// Copyright 2010-2021 Google LLC // Licensed under the Apache License, Version 2.0 (the "License"); // you may not use this file except in compliance with the License. // You may obtain a copy of the License at diff --git a/ortools/flatzinc/cp_model_fz_solver.cc b/ortools/flatzinc/cp_model_fz_solver.cc index fa1c265f4e..2e92db7265 100644 --- a/ortools/flatzinc/cp_model_fz_solver.cc +++ b/ortools/flatzinc/cp_model_fz_solver.cc @@ -1,4 +1,4 @@ -// Copyright 2010-2018 Google LLC +// Copyright 2010-2021 Google LLC // Licensed under the Apache License, Version 2.0 (the "License"); // you may not use this file except in compliance with the License. // You may obtain a copy of the License at diff --git a/ortools/flatzinc/cp_model_fz_solver.h b/ortools/flatzinc/cp_model_fz_solver.h index 151ee8173e..bafaa7232f 100644 --- a/ortools/flatzinc/cp_model_fz_solver.h +++ b/ortools/flatzinc/cp_model_fz_solver.h @@ -1,4 +1,4 @@ -// Copyright 2010-2018 Google LLC +// Copyright 2010-2021 Google LLC // Licensed under the Apache License, Version 2.0 (the "License"); // you may not use this file except in compliance with the License. // You may obtain a copy of the License at diff --git a/ortools/flatzinc/fz.cc b/ortools/flatzinc/fz.cc index 1e058b7aad..c7a4f1ff27 100644 --- a/ortools/flatzinc/fz.cc +++ b/ortools/flatzinc/fz.cc @@ -1,4 +1,4 @@ -// Copyright 2010-2018 Google LLC +// Copyright 2010-2021 Google LLC // Licensed under the Apache License, Version 2.0 (the "License"); // you may not use this file except in compliance with the License. // You may obtain a copy of the License at diff --git a/ortools/flatzinc/model.cc b/ortools/flatzinc/model.cc index 5fb7687bfa..108ae08d53 100644 --- a/ortools/flatzinc/model.cc +++ b/ortools/flatzinc/model.cc @@ -1,4 +1,4 @@ -// Copyright 2010-2018 Google LLC +// Copyright 2010-2021 Google LLC // Licensed under the Apache License, Version 2.0 (the "License"); // you may not use this file except in compliance with the License. // You may obtain a copy of the License at diff --git a/ortools/flatzinc/model.h b/ortools/flatzinc/model.h index 0a1e2721ec..07ad19089f 100644 --- a/ortools/flatzinc/model.h +++ b/ortools/flatzinc/model.h @@ -1,4 +1,4 @@ -// Copyright 2010-2018 Google LLC +// Copyright 2010-2021 Google LLC // Licensed under the Apache License, Version 2.0 (the "License"); // you may not use this file except in compliance with the License. // You may obtain a copy of the License at diff --git a/ortools/flatzinc/parser.cc b/ortools/flatzinc/parser.cc index b4097dffc0..662288c539 100644 --- a/ortools/flatzinc/parser.cc +++ b/ortools/flatzinc/parser.cc @@ -1,4 +1,4 @@ -// Copyright 2010-2018 Google LLC +// Copyright 2010-2021 Google LLC // Licensed under the Apache License, Version 2.0 (the "License"); // you may not use this file except in compliance with the License. // You may obtain a copy of the License at diff --git a/ortools/flatzinc/parser.h b/ortools/flatzinc/parser.h index c02e78c1c5..7a7b558541 100644 --- a/ortools/flatzinc/parser.h +++ b/ortools/flatzinc/parser.h @@ -1,4 +1,4 @@ -// Copyright 2010-2018 Google LLC +// Copyright 2010-2021 Google LLC // Licensed under the Apache License, Version 2.0 (the "License"); // you may not use this file except in compliance with the License. // You may obtain a copy of the License at diff --git a/ortools/flatzinc/parser.tab.cc b/ortools/flatzinc/parser.tab.cc index 731ce625f9..4642c9edaf 100644 --- a/ortools/flatzinc/parser.tab.cc +++ b/ortools/flatzinc/parser.tab.cc @@ -1,4 +1,4 @@ -// Copyright 2010-2018 Google LLC +// Copyright 2010-2021 Google LLC // Licensed under the Apache License, Version 2.0 (the "License"); // you may not use this file except in compliance with the License. // You may obtain a copy of the License at diff --git a/ortools/flatzinc/parser.yy.cc b/ortools/flatzinc/parser.yy.cc index 8901e3f336..d85fd29475 100644 --- a/ortools/flatzinc/parser.yy.cc +++ b/ortools/flatzinc/parser.yy.cc @@ -1,4 +1,4 @@ -// Copyright 2010-2018 Google LLC +// Copyright 2010-2021 Google LLC // Licensed under the Apache License, Version 2.0 (the "License"); // you may not use this file except in compliance with the License. // You may obtain a copy of the License at diff --git a/ortools/flatzinc/parser_main.cc b/ortools/flatzinc/parser_main.cc index 8933f19a02..d1dfe7373c 100644 --- a/ortools/flatzinc/parser_main.cc +++ b/ortools/flatzinc/parser_main.cc @@ -1,4 +1,4 @@ -// Copyright 2010-2018 Google LLC +// Copyright 2010-2021 Google LLC // Licensed under the Apache License, Version 2.0 (the "License"); // you may not use this file except in compliance with the License. // You may obtain a copy of the License at diff --git a/ortools/flatzinc/parser_util.cc b/ortools/flatzinc/parser_util.cc index c5a0e19596..c858aaba54 100644 --- a/ortools/flatzinc/parser_util.cc +++ b/ortools/flatzinc/parser_util.cc @@ -1,4 +1,4 @@ -// Copyright 2010-2018 Google LLC +// Copyright 2010-2021 Google LLC // Licensed under the Apache License, Version 2.0 (the "License"); // you may not use this file except in compliance with the License. // You may obtain a copy of the License at diff --git a/ortools/flatzinc/parser_util.h b/ortools/flatzinc/parser_util.h index ad089add1a..a832db5ae9 100644 --- a/ortools/flatzinc/parser_util.h +++ b/ortools/flatzinc/parser_util.h @@ -1,4 +1,4 @@ -// Copyright 2010-2018 Google LLC +// Copyright 2010-2021 Google LLC // Licensed under the Apache License, Version 2.0 (the "License"); // you may not use this file except in compliance with the License. // You may obtain a copy of the License at diff --git a/ortools/flatzinc/presolve.cc b/ortools/flatzinc/presolve.cc index 72cd99a41e..5a93464afe 100644 --- a/ortools/flatzinc/presolve.cc +++ b/ortools/flatzinc/presolve.cc @@ -1,4 +1,4 @@ -// Copyright 2010-2018 Google LLC +// Copyright 2010-2021 Google LLC // Licensed under the Apache License, Version 2.0 (the "License"); // you may not use this file except in compliance with the License. // You may obtain a copy of the License at diff --git a/ortools/flatzinc/presolve.h b/ortools/flatzinc/presolve.h index 908bd45775..a1240adb67 100644 --- a/ortools/flatzinc/presolve.h +++ b/ortools/flatzinc/presolve.h @@ -1,4 +1,4 @@ -// Copyright 2010-2018 Google LLC +// Copyright 2010-2021 Google LLC // Licensed under the Apache License, Version 2.0 (the "License"); // you may not use this file except in compliance with the License. // You may obtain a copy of the License at diff --git a/ortools/glop/basis_representation.cc b/ortools/glop/basis_representation.cc index 5b7123a256..6fc0ef00c8 100644 --- a/ortools/glop/basis_representation.cc +++ b/ortools/glop/basis_representation.cc @@ -1,4 +1,4 @@ -// Copyright 2010-2018 Google LLC +// Copyright 2010-2021 Google LLC // Licensed under the Apache License, Version 2.0 (the "License"); // you may not use this file except in compliance with the License. // You may obtain a copy of the License at diff --git a/ortools/glop/basis_representation.h b/ortools/glop/basis_representation.h index 55eae0d364..3050fb4e10 100644 --- a/ortools/glop/basis_representation.h +++ b/ortools/glop/basis_representation.h @@ -1,4 +1,4 @@ -// Copyright 2010-2018 Google LLC +// Copyright 2010-2021 Google LLC // Licensed under the Apache License, Version 2.0 (the "License"); // you may not use this file except in compliance with the License. // You may obtain a copy of the License at diff --git a/ortools/glop/dual_edge_norms.cc b/ortools/glop/dual_edge_norms.cc index f3f5ea7909..702c4594da 100644 --- a/ortools/glop/dual_edge_norms.cc +++ b/ortools/glop/dual_edge_norms.cc @@ -1,4 +1,4 @@ -// Copyright 2010-2018 Google LLC +// Copyright 2010-2021 Google LLC // Licensed under the Apache License, Version 2.0 (the "License"); // you may not use this file except in compliance with the License. // You may obtain a copy of the License at diff --git a/ortools/glop/dual_edge_norms.h b/ortools/glop/dual_edge_norms.h index bc84c46002..473412cf50 100644 --- a/ortools/glop/dual_edge_norms.h +++ b/ortools/glop/dual_edge_norms.h @@ -1,4 +1,4 @@ -// Copyright 2010-2018 Google LLC +// Copyright 2010-2021 Google LLC // Licensed under the Apache License, Version 2.0 (the "License"); // you may not use this file except in compliance with the License. // You may obtain a copy of the License at diff --git a/ortools/glop/entering_variable.cc b/ortools/glop/entering_variable.cc index 5fdc4ccc8e..5f0c8a8cbf 100644 --- a/ortools/glop/entering_variable.cc +++ b/ortools/glop/entering_variable.cc @@ -1,4 +1,4 @@ -// Copyright 2010-2018 Google LLC +// Copyright 2010-2021 Google LLC // Licensed under the Apache License, Version 2.0 (the "License"); // you may not use this file except in compliance with the License. // You may obtain a copy of the License at diff --git a/ortools/glop/entering_variable.h b/ortools/glop/entering_variable.h index 69b7df2c64..e0fe663217 100644 --- a/ortools/glop/entering_variable.h +++ b/ortools/glop/entering_variable.h @@ -1,4 +1,4 @@ -// Copyright 2010-2018 Google LLC +// Copyright 2010-2021 Google LLC // Licensed under the Apache License, Version 2.0 (the "License"); // you may not use this file except in compliance with the License. // You may obtain a copy of the License at diff --git a/ortools/glop/initial_basis.cc b/ortools/glop/initial_basis.cc index a1b80f4536..97c7d80351 100644 --- a/ortools/glop/initial_basis.cc +++ b/ortools/glop/initial_basis.cc @@ -1,4 +1,4 @@ -// Copyright 2010-2018 Google LLC +// Copyright 2010-2021 Google LLC // Licensed under the Apache License, Version 2.0 (the "License"); // you may not use this file except in compliance with the License. // You may obtain a copy of the License at diff --git a/ortools/glop/initial_basis.h b/ortools/glop/initial_basis.h index a3587d7994..a29a54bc2c 100644 --- a/ortools/glop/initial_basis.h +++ b/ortools/glop/initial_basis.h @@ -1,4 +1,4 @@ -// Copyright 2010-2018 Google LLC +// Copyright 2010-2021 Google LLC // Licensed under the Apache License, Version 2.0 (the "License"); // you may not use this file except in compliance with the License. // You may obtain a copy of the License at diff --git a/ortools/glop/lp_solver.cc b/ortools/glop/lp_solver.cc index 941f291553..563d4e342d 100644 --- a/ortools/glop/lp_solver.cc +++ b/ortools/glop/lp_solver.cc @@ -1,4 +1,4 @@ -// Copyright 2010-2018 Google LLC +// Copyright 2010-2021 Google LLC // Licensed under the Apache License, Version 2.0 (the "License"); // you may not use this file except in compliance with the License. // You may obtain a copy of the License at diff --git a/ortools/glop/lp_solver.h b/ortools/glop/lp_solver.h index 2aef632e13..53a886574d 100644 --- a/ortools/glop/lp_solver.h +++ b/ortools/glop/lp_solver.h @@ -1,4 +1,4 @@ -// Copyright 2010-2018 Google LLC +// Copyright 2010-2021 Google LLC // Licensed under the Apache License, Version 2.0 (the "License"); // you may not use this file except in compliance with the License. // You may obtain a copy of the License at diff --git a/ortools/glop/lu_factorization.cc b/ortools/glop/lu_factorization.cc index eee699aa4a..d9aaa6ea41 100644 --- a/ortools/glop/lu_factorization.cc +++ b/ortools/glop/lu_factorization.cc @@ -1,4 +1,4 @@ -// Copyright 2010-2018 Google LLC +// Copyright 2010-2021 Google LLC // Licensed under the Apache License, Version 2.0 (the "License"); // you may not use this file except in compliance with the License. // You may obtain a copy of the License at diff --git a/ortools/glop/lu_factorization.h b/ortools/glop/lu_factorization.h index 947a7de00b..4741d179b6 100644 --- a/ortools/glop/lu_factorization.h +++ b/ortools/glop/lu_factorization.h @@ -1,4 +1,4 @@ -// Copyright 2010-2018 Google LLC +// Copyright 2010-2021 Google LLC // Licensed under the Apache License, Version 2.0 (the "License"); // you may not use this file except in compliance with the License. // You may obtain a copy of the License at diff --git a/ortools/glop/markowitz.cc b/ortools/glop/markowitz.cc index ceb73d9df6..28aee31139 100644 --- a/ortools/glop/markowitz.cc +++ b/ortools/glop/markowitz.cc @@ -1,4 +1,4 @@ -// Copyright 2010-2018 Google LLC +// Copyright 2010-2021 Google LLC // Licensed under the Apache License, Version 2.0 (the "License"); // you may not use this file except in compliance with the License. // You may obtain a copy of the License at diff --git a/ortools/glop/markowitz.h b/ortools/glop/markowitz.h index fa14797caf..e4fd8ff927 100644 --- a/ortools/glop/markowitz.h +++ b/ortools/glop/markowitz.h @@ -1,4 +1,4 @@ -// Copyright 2010-2018 Google LLC +// Copyright 2010-2021 Google LLC // Licensed under the Apache License, Version 2.0 (the "License"); // you may not use this file except in compliance with the License. // You may obtain a copy of the License at diff --git a/ortools/glop/parameters.proto b/ortools/glop/parameters.proto index d3a9914119..0cdac0480d 100644 --- a/ortools/glop/parameters.proto +++ b/ortools/glop/parameters.proto @@ -1,4 +1,4 @@ -// Copyright 2010-2018 Google LLC +// Copyright 2010-2021 Google LLC // Licensed under the Apache License, Version 2.0 (the "License"); // you may not use this file except in compliance with the License. // You may obtain a copy of the License at diff --git a/ortools/glop/preprocessor.cc b/ortools/glop/preprocessor.cc index c137407e34..4723f01190 100644 --- a/ortools/glop/preprocessor.cc +++ b/ortools/glop/preprocessor.cc @@ -1,4 +1,4 @@ -// Copyright 2010-2018 Google LLC +// Copyright 2010-2021 Google LLC // Licensed under the Apache License, Version 2.0 (the "License"); // you may not use this file except in compliance with the License. // You may obtain a copy of the License at diff --git a/ortools/glop/preprocessor.h b/ortools/glop/preprocessor.h index 55ca1c81d7..385d6ebc34 100644 --- a/ortools/glop/preprocessor.h +++ b/ortools/glop/preprocessor.h @@ -1,4 +1,4 @@ -// Copyright 2010-2018 Google LLC +// Copyright 2010-2021 Google LLC // Licensed under the Apache License, Version 2.0 (the "License"); // you may not use this file except in compliance with the License. // You may obtain a copy of the License at diff --git a/ortools/glop/pricing.h b/ortools/glop/pricing.h index 2ade01f1c9..60f6c6c3be 100644 --- a/ortools/glop/pricing.h +++ b/ortools/glop/pricing.h @@ -1,4 +1,4 @@ -// Copyright 2010-2018 Google LLC +// Copyright 2010-2021 Google LLC // Licensed under the Apache License, Version 2.0 (the "License"); // you may not use this file except in compliance with the License. // You may obtain a copy of the License at diff --git a/ortools/glop/primal_edge_norms.cc b/ortools/glop/primal_edge_norms.cc index 0fc6ea269f..c368d41fa1 100644 --- a/ortools/glop/primal_edge_norms.cc +++ b/ortools/glop/primal_edge_norms.cc @@ -1,4 +1,4 @@ -// Copyright 2010-2018 Google LLC +// Copyright 2010-2021 Google LLC // Licensed under the Apache License, Version 2.0 (the "License"); // you may not use this file except in compliance with the License. // You may obtain a copy of the License at diff --git a/ortools/glop/primal_edge_norms.h b/ortools/glop/primal_edge_norms.h index c0374d7511..f006c2bf76 100644 --- a/ortools/glop/primal_edge_norms.h +++ b/ortools/glop/primal_edge_norms.h @@ -1,4 +1,4 @@ -// Copyright 2010-2018 Google LLC +// Copyright 2010-2021 Google LLC // Licensed under the Apache License, Version 2.0 (the "License"); // you may not use this file except in compliance with the License. // You may obtain a copy of the License at diff --git a/ortools/glop/rank_one_update.h b/ortools/glop/rank_one_update.h index 3582bf8b53..dbc0d1f3e2 100644 --- a/ortools/glop/rank_one_update.h +++ b/ortools/glop/rank_one_update.h @@ -1,4 +1,4 @@ -// Copyright 2010-2018 Google LLC +// Copyright 2010-2021 Google LLC // Licensed under the Apache License, Version 2.0 (the "License"); // you may not use this file except in compliance with the License. // You may obtain a copy of the License at diff --git a/ortools/glop/reduced_costs.cc b/ortools/glop/reduced_costs.cc index 53637ce87a..be782ace2f 100644 --- a/ortools/glop/reduced_costs.cc +++ b/ortools/glop/reduced_costs.cc @@ -1,4 +1,4 @@ -// Copyright 2010-2018 Google LLC +// Copyright 2010-2021 Google LLC // Licensed under the Apache License, Version 2.0 (the "License"); // you may not use this file except in compliance with the License. // You may obtain a copy of the License at diff --git a/ortools/glop/reduced_costs.h b/ortools/glop/reduced_costs.h index e63b0154bd..5e6f7f33a4 100644 --- a/ortools/glop/reduced_costs.h +++ b/ortools/glop/reduced_costs.h @@ -1,4 +1,4 @@ -// Copyright 2010-2018 Google LLC +// Copyright 2010-2021 Google LLC // Licensed under the Apache License, Version 2.0 (the "License"); // you may not use this file except in compliance with the License. // You may obtain a copy of the License at diff --git a/ortools/glop/revised_simplex.cc b/ortools/glop/revised_simplex.cc index e8006ee6a4..4270f850b0 100644 --- a/ortools/glop/revised_simplex.cc +++ b/ortools/glop/revised_simplex.cc @@ -1,4 +1,4 @@ -// Copyright 2010-2018 Google LLC +// Copyright 2010-2021 Google LLC // Licensed under the Apache License, Version 2.0 (the "License"); // you may not use this file except in compliance with the License. // You may obtain a copy of the License at diff --git a/ortools/glop/revised_simplex.h b/ortools/glop/revised_simplex.h index 9c22685d65..691f82cc23 100644 --- a/ortools/glop/revised_simplex.h +++ b/ortools/glop/revised_simplex.h @@ -1,4 +1,4 @@ -// Copyright 2010-2018 Google LLC +// Copyright 2010-2021 Google LLC // Licensed under the Apache License, Version 2.0 (the "License"); // you may not use this file except in compliance with the License. // You may obtain a copy of the License at diff --git a/ortools/glop/samples/simple_glop_program.cc b/ortools/glop/samples/simple_glop_program.cc index e73c2df22c..600addec90 100644 --- a/ortools/glop/samples/simple_glop_program.cc +++ b/ortools/glop/samples/simple_glop_program.cc @@ -1,4 +1,4 @@ -// Copyright 2010-2018 Google LLC +// Copyright 2010-2021 Google LLC // Licensed under the Apache License, Version 2.0 (the "License"); // you may not use this file except in compliance with the License. // You may obtain a copy of the License at diff --git a/ortools/glop/status.cc b/ortools/glop/status.cc index b1fb35c982..7105b5b1e3 100644 --- a/ortools/glop/status.cc +++ b/ortools/glop/status.cc @@ -1,4 +1,4 @@ -// Copyright 2010-2018 Google LLC +// Copyright 2010-2021 Google LLC // Licensed under the Apache License, Version 2.0 (the "License"); // you may not use this file except in compliance with the License. // You may obtain a copy of the License at diff --git a/ortools/glop/status.h b/ortools/glop/status.h index 0c53eb63ac..50770eb546 100644 --- a/ortools/glop/status.h +++ b/ortools/glop/status.h @@ -1,4 +1,4 @@ -// Copyright 2010-2018 Google LLC +// Copyright 2010-2021 Google LLC // Licensed under the Apache License, Version 2.0 (the "License"); // you may not use this file except in compliance with the License. // You may obtain a copy of the License at diff --git a/ortools/glop/update_row.cc b/ortools/glop/update_row.cc index 1508014514..c07e933988 100644 --- a/ortools/glop/update_row.cc +++ b/ortools/glop/update_row.cc @@ -1,4 +1,4 @@ -// Copyright 2010-2018 Google LLC +// Copyright 2010-2021 Google LLC // Licensed under the Apache License, Version 2.0 (the "License"); // you may not use this file except in compliance with the License. // You may obtain a copy of the License at diff --git a/ortools/glop/update_row.h b/ortools/glop/update_row.h index 953be1c580..05c3208546 100644 --- a/ortools/glop/update_row.h +++ b/ortools/glop/update_row.h @@ -1,4 +1,4 @@ -// Copyright 2010-2018 Google LLC +// Copyright 2010-2021 Google LLC // Licensed under the Apache License, Version 2.0 (the "License"); // you may not use this file except in compliance with the License. // You may obtain a copy of the License at diff --git a/ortools/glop/variable_values.cc b/ortools/glop/variable_values.cc index d5f2589364..06ddb5ac90 100644 --- a/ortools/glop/variable_values.cc +++ b/ortools/glop/variable_values.cc @@ -1,4 +1,4 @@ -// Copyright 2010-2018 Google LLC +// Copyright 2010-2021 Google LLC // Licensed under the Apache License, Version 2.0 (the "License"); // you may not use this file except in compliance with the License. // You may obtain a copy of the License at diff --git a/ortools/glop/variable_values.h b/ortools/glop/variable_values.h index 368a1bf531..54c54beacb 100644 --- a/ortools/glop/variable_values.h +++ b/ortools/glop/variable_values.h @@ -1,4 +1,4 @@ -// Copyright 2010-2018 Google LLC +// Copyright 2010-2021 Google LLC // Licensed under the Apache License, Version 2.0 (the "License"); // you may not use this file except in compliance with the License. // You may obtain a copy of the License at diff --git a/ortools/glop/variables_info.cc b/ortools/glop/variables_info.cc index 53566896d7..f9626d1a97 100644 --- a/ortools/glop/variables_info.cc +++ b/ortools/glop/variables_info.cc @@ -1,4 +1,4 @@ -// Copyright 2010-2018 Google LLC +// Copyright 2010-2021 Google LLC // Licensed under the Apache License, Version 2.0 (the "License"); // you may not use this file except in compliance with the License. // You may obtain a copy of the License at diff --git a/ortools/glop/variables_info.h b/ortools/glop/variables_info.h index 5569d8ecc1..411671c214 100644 --- a/ortools/glop/variables_info.h +++ b/ortools/glop/variables_info.h @@ -1,4 +1,4 @@ -// Copyright 2010-2018 Google LLC +// Copyright 2010-2021 Google LLC // Licensed under the Apache License, Version 2.0 (the "License"); // you may not use this file except in compliance with the License. // You may obtain a copy of the License at diff --git a/ortools/graph/__init__.py b/ortools/graph/__init__.py index a3625d2fcd..127d3e91c6 100644 --- a/ortools/graph/__init__.py +++ b/ortools/graph/__init__.py @@ -1,4 +1,4 @@ -# Copyright 2010-2018 Google LLC +# Copyright 2010-2021 Google LLC # Licensed under the Apache License, Version 2.0 (the "License"); # you may not use this file except in compliance with the License. # You may obtain a copy of the License at diff --git a/ortools/graph/assignment.cc b/ortools/graph/assignment.cc index e70722e51d..7dcc425edf 100644 --- a/ortools/graph/assignment.cc +++ b/ortools/graph/assignment.cc @@ -1,4 +1,4 @@ -// Copyright 2010-2018 Google LLC +// Copyright 2010-2021 Google LLC // Licensed under the Apache License, Version 2.0 (the "License"); // you may not use this file except in compliance with the License. // You may obtain a copy of the License at diff --git a/ortools/graph/assignment.h b/ortools/graph/assignment.h index b64f1c7d23..600a8deb06 100644 --- a/ortools/graph/assignment.h +++ b/ortools/graph/assignment.h @@ -1,4 +1,4 @@ -// Copyright 2010-2018 Google LLC +// Copyright 2010-2021 Google LLC // Licensed under the Apache License, Version 2.0 (the "License"); // you may not use this file except in compliance with the License. // You may obtain a copy of the License at diff --git a/ortools/graph/astar.cc b/ortools/graph/astar.cc index cda26ca66a..59ff0085a7 100644 --- a/ortools/graph/astar.cc +++ b/ortools/graph/astar.cc @@ -1,4 +1,4 @@ -// Copyright 2010-2018 Google LLC +// Copyright 2010-2021 Google LLC // Licensed under the Apache License, Version 2.0 (the "License"); // you may not use this file except in compliance with the License. // You may obtain a copy of the License at diff --git a/ortools/graph/bellman_ford.cc b/ortools/graph/bellman_ford.cc index 781f72eb51..d2a43e8d88 100644 --- a/ortools/graph/bellman_ford.cc +++ b/ortools/graph/bellman_ford.cc @@ -1,4 +1,4 @@ -// Copyright 2010-2018 Google LLC +// Copyright 2010-2021 Google LLC // Licensed under the Apache License, Version 2.0 (the "License"); // you may not use this file except in compliance with the License. // You may obtain a copy of the License at diff --git a/ortools/graph/christofides.h b/ortools/graph/christofides.h index e56be42de0..d2de43f5e1 100644 --- a/ortools/graph/christofides.h +++ b/ortools/graph/christofides.h @@ -1,4 +1,4 @@ -// Copyright 2010-2018 Google LLC +// Copyright 2010-2021 Google LLC // Licensed under the Apache License, Version 2.0 (the "License"); // you may not use this file except in compliance with the License. // You may obtain a copy of the License at diff --git a/ortools/graph/cliques.cc b/ortools/graph/cliques.cc index 9bf67c88fe..fee343bb66 100644 --- a/ortools/graph/cliques.cc +++ b/ortools/graph/cliques.cc @@ -1,4 +1,4 @@ -// Copyright 2010-2018 Google LLC +// Copyright 2010-2021 Google LLC // Licensed under the Apache License, Version 2.0 (the "License"); // you may not use this file except in compliance with the License. // You may obtain a copy of the License at diff --git a/ortools/graph/cliques.h b/ortools/graph/cliques.h index 299b549bff..7ec506b4b5 100644 --- a/ortools/graph/cliques.h +++ b/ortools/graph/cliques.h @@ -1,4 +1,4 @@ -// Copyright 2010-2018 Google LLC +// Copyright 2010-2021 Google LLC // Licensed under the Apache License, Version 2.0 (the "License"); // you may not use this file except in compliance with the License. // You may obtain a copy of the License at diff --git a/ortools/graph/connected_components.cc b/ortools/graph/connected_components.cc index 86f631e835..8b0923f7af 100644 --- a/ortools/graph/connected_components.cc +++ b/ortools/graph/connected_components.cc @@ -1,4 +1,4 @@ -// Copyright 2010-2018 Google LLC +// Copyright 2010-2021 Google LLC // Licensed under the Apache License, Version 2.0 (the "License"); // you may not use this file except in compliance with the License. // You may obtain a copy of the License at diff --git a/ortools/graph/connected_components.h b/ortools/graph/connected_components.h index a474c2e69a..8dd99165cc 100644 --- a/ortools/graph/connected_components.h +++ b/ortools/graph/connected_components.h @@ -1,4 +1,4 @@ -// Copyright 2010-2018 Google LLC +// Copyright 2010-2021 Google LLC // Licensed under the Apache License, Version 2.0 (the "License"); // you may not use this file except in compliance with the License. // You may obtain a copy of the License at diff --git a/ortools/graph/csharp/graph.i b/ortools/graph/csharp/graph.i index 352841bd9b..2834570004 100644 --- a/ortools/graph/csharp/graph.i +++ b/ortools/graph/csharp/graph.i @@ -1,4 +1,4 @@ -// Copyright 2010-2018 Google LLC +// Copyright 2010-2021 Google LLC // Licensed under the Apache License, Version 2.0 (the "License"); // you may not use this file except in compliance with the License. // You may obtain a copy of the License at diff --git a/ortools/graph/dijkstra.cc b/ortools/graph/dijkstra.cc index 2da9ffec23..30af523d5d 100644 --- a/ortools/graph/dijkstra.cc +++ b/ortools/graph/dijkstra.cc @@ -1,4 +1,4 @@ -// Copyright 2010-2018 Google LLC +// Copyright 2010-2021 Google LLC // Licensed under the Apache License, Version 2.0 (the "License"); // you may not use this file except in compliance with the License. // You may obtain a copy of the License at diff --git a/ortools/graph/ebert_graph.h b/ortools/graph/ebert_graph.h index afdebdb906..68d40a50fa 100644 --- a/ortools/graph/ebert_graph.h +++ b/ortools/graph/ebert_graph.h @@ -1,4 +1,4 @@ -// Copyright 2010-2018 Google LLC +// Copyright 2010-2021 Google LLC // Licensed under the Apache License, Version 2.0 (the "License"); // you may not use this file except in compliance with the License. // You may obtain a copy of the License at diff --git a/ortools/graph/eulerian_path.h b/ortools/graph/eulerian_path.h index 10ece96ee6..57c105cbee 100644 --- a/ortools/graph/eulerian_path.h +++ b/ortools/graph/eulerian_path.h @@ -1,4 +1,4 @@ -// Copyright 2010-2018 Google LLC +// Copyright 2010-2021 Google LLC // Licensed under the Apache License, Version 2.0 (the "License"); // you may not use this file except in compliance with the License. // You may obtain a copy of the License at diff --git a/ortools/graph/flow_problem.proto b/ortools/graph/flow_problem.proto index c1028fa8a6..e5ba8a5d18 100644 --- a/ortools/graph/flow_problem.proto +++ b/ortools/graph/flow_problem.proto @@ -1,4 +1,4 @@ -// Copyright 2010-2018 Google LLC +// Copyright 2010-2021 Google LLC // Licensed under the Apache License, Version 2.0 (the "License"); // you may not use this file except in compliance with the License. // You may obtain a copy of the License at diff --git a/ortools/graph/graph.h b/ortools/graph/graph.h index 813abecd30..e879448309 100644 --- a/ortools/graph/graph.h +++ b/ortools/graph/graph.h @@ -1,4 +1,4 @@ -// Copyright 2010-2018 Google LLC +// Copyright 2010-2021 Google LLC // Licensed under the Apache License, Version 2.0 (the "License"); // you may not use this file except in compliance with the License. // You may obtain a copy of the License at diff --git a/ortools/graph/graphs.h b/ortools/graph/graphs.h index 25e8f61551..8ec0ff59fb 100644 --- a/ortools/graph/graphs.h +++ b/ortools/graph/graphs.h @@ -1,4 +1,4 @@ -// Copyright 2010-2018 Google LLC +// Copyright 2010-2021 Google LLC // Licensed under the Apache License, Version 2.0 (the "License"); // you may not use this file except in compliance with the License. // You may obtain a copy of the License at diff --git a/ortools/graph/hamiltonian_path.h b/ortools/graph/hamiltonian_path.h index 0ac43d0197..28a7fe6481 100644 --- a/ortools/graph/hamiltonian_path.h +++ b/ortools/graph/hamiltonian_path.h @@ -1,4 +1,4 @@ -// Copyright 2010-2018 Google LLC +// Copyright 2010-2021 Google LLC // Licensed under the Apache License, Version 2.0 (the "License"); // you may not use this file except in compliance with the License. // You may obtain a copy of the License at diff --git a/ortools/graph/io.h b/ortools/graph/io.h index 1e42b24c49..f2fa717b2a 100644 --- a/ortools/graph/io.h +++ b/ortools/graph/io.h @@ -1,4 +1,4 @@ -// Copyright 2010-2018 Google LLC +// Copyright 2010-2021 Google LLC // Licensed under the Apache License, Version 2.0 (the "License"); // you may not use this file except in compliance with the License. // You may obtain a copy of the License at diff --git a/ortools/graph/iterators.h b/ortools/graph/iterators.h index 1997bcd42a..e3fc702e06 100644 --- a/ortools/graph/iterators.h +++ b/ortools/graph/iterators.h @@ -1,4 +1,4 @@ -// Copyright 2010-2018 Google LLC +// Copyright 2010-2021 Google LLC // Licensed under the Apache License, Version 2.0 (the "License"); // you may not use this file except in compliance with the License. // You may obtain a copy of the License at diff --git a/ortools/graph/java/graph.i b/ortools/graph/java/graph.i index c7786fa78f..6b4381f09f 100644 --- a/ortools/graph/java/graph.i +++ b/ortools/graph/java/graph.i @@ -1,4 +1,4 @@ -// Copyright 2010-2018 Google LLC +// Copyright 2010-2021 Google LLC // Licensed under the Apache License, Version 2.0 (the "License"); // you may not use this file except in compliance with the License. // You may obtain a copy of the License at diff --git a/ortools/graph/linear_assignment.cc b/ortools/graph/linear_assignment.cc index 9fbb939241..20fbe971ce 100644 --- a/ortools/graph/linear_assignment.cc +++ b/ortools/graph/linear_assignment.cc @@ -1,4 +1,4 @@ -// Copyright 2010-2018 Google LLC +// Copyright 2010-2021 Google LLC // Licensed under the Apache License, Version 2.0 (the "License"); // you may not use this file except in compliance with the License. // You may obtain a copy of the License at diff --git a/ortools/graph/linear_assignment.h b/ortools/graph/linear_assignment.h index 019bac1599..60a93e3d49 100644 --- a/ortools/graph/linear_assignment.h +++ b/ortools/graph/linear_assignment.h @@ -1,4 +1,4 @@ -// Copyright 2010-2018 Google LLC +// Copyright 2010-2021 Google LLC // Licensed under the Apache License, Version 2.0 (the "License"); // you may not use this file except in compliance with the License. // You may obtain a copy of the License at diff --git a/ortools/graph/max_flow.cc b/ortools/graph/max_flow.cc index 3f96edd207..5746343776 100644 --- a/ortools/graph/max_flow.cc +++ b/ortools/graph/max_flow.cc @@ -1,4 +1,4 @@ -// Copyright 2010-2018 Google LLC +// Copyright 2010-2021 Google LLC // Licensed under the Apache License, Version 2.0 (the "License"); // you may not use this file except in compliance with the License. // You may obtain a copy of the License at diff --git a/ortools/graph/max_flow.h b/ortools/graph/max_flow.h index 9ab0996c3a..cc53f36439 100644 --- a/ortools/graph/max_flow.h +++ b/ortools/graph/max_flow.h @@ -1,4 +1,4 @@ -// Copyright 2010-2018 Google LLC +// Copyright 2010-2021 Google LLC // Licensed under the Apache License, Version 2.0 (the "License"); // you may not use this file except in compliance with the License. // You may obtain a copy of the License at diff --git a/ortools/graph/min_cost_flow.cc b/ortools/graph/min_cost_flow.cc index 7a7d6a8863..0f4c6b49e9 100644 --- a/ortools/graph/min_cost_flow.cc +++ b/ortools/graph/min_cost_flow.cc @@ -1,4 +1,4 @@ -// Copyright 2010-2018 Google LLC +// Copyright 2010-2021 Google LLC // Licensed under the Apache License, Version 2.0 (the "License"); // you may not use this file except in compliance with the License. // You may obtain a copy of the License at diff --git a/ortools/graph/min_cost_flow.h b/ortools/graph/min_cost_flow.h index 86685bffbe..5c77167127 100644 --- a/ortools/graph/min_cost_flow.h +++ b/ortools/graph/min_cost_flow.h @@ -1,4 +1,4 @@ -// Copyright 2010-2018 Google LLC +// Copyright 2010-2021 Google LLC // Licensed under the Apache License, Version 2.0 (the "License"); // you may not use this file except in compliance with the License. // You may obtain a copy of the License at diff --git a/ortools/graph/minimum_spanning_tree.h b/ortools/graph/minimum_spanning_tree.h index e014634f7a..246ac64f99 100644 --- a/ortools/graph/minimum_spanning_tree.h +++ b/ortools/graph/minimum_spanning_tree.h @@ -1,4 +1,4 @@ -// Copyright 2010-2018 Google LLC +// Copyright 2010-2021 Google LLC // Licensed under the Apache License, Version 2.0 (the "License"); // you may not use this file except in compliance with the License. // You may obtain a copy of the License at diff --git a/ortools/graph/one_tree_lower_bound.h b/ortools/graph/one_tree_lower_bound.h index f99b658f0b..be481b76d7 100644 --- a/ortools/graph/one_tree_lower_bound.h +++ b/ortools/graph/one_tree_lower_bound.h @@ -1,4 +1,4 @@ -// Copyright 2010-2018 Google LLC +// Copyright 2010-2021 Google LLC // Licensed under the Apache License, Version 2.0 (the "License"); // you may not use this file except in compliance with the License. // You may obtain a copy of the License at diff --git a/ortools/graph/perfect_matching.cc b/ortools/graph/perfect_matching.cc index 43ab367590..4298b10edc 100644 --- a/ortools/graph/perfect_matching.cc +++ b/ortools/graph/perfect_matching.cc @@ -1,4 +1,4 @@ -// Copyright 2010-2018 Google LLC +// Copyright 2010-2021 Google LLC // Licensed under the Apache License, Version 2.0 (the "License"); // you may not use this file except in compliance with the License. // You may obtain a copy of the License at diff --git a/ortools/graph/perfect_matching.h b/ortools/graph/perfect_matching.h index 86903b9ea7..a3e65b3475 100644 --- a/ortools/graph/perfect_matching.h +++ b/ortools/graph/perfect_matching.h @@ -1,4 +1,4 @@ -// Copyright 2010-2018 Google LLC +// Copyright 2010-2021 Google LLC // Licensed under the Apache License, Version 2.0 (the "License"); // you may not use this file except in compliance with the License. // You may obtain a copy of the License at diff --git a/ortools/graph/python/graph.i b/ortools/graph/python/graph.i index 7e4cd48e30..4da85b0fb9 100644 --- a/ortools/graph/python/graph.i +++ b/ortools/graph/python/graph.i @@ -1,4 +1,4 @@ -// Copyright 2010-2018 Google LLC +// Copyright 2010-2021 Google LLC // Licensed under the Apache License, Version 2.0 (the "License"); // you may not use this file except in compliance with the License. // You may obtain a copy of the License at diff --git a/ortools/graph/samples/SimpleMaxFlowProgram.cs b/ortools/graph/samples/SimpleMaxFlowProgram.cs index 83707020ad..d623300d76 100644 --- a/ortools/graph/samples/SimpleMaxFlowProgram.cs +++ b/ortools/graph/samples/SimpleMaxFlowProgram.cs @@ -1,4 +1,4 @@ -// Copyright 2010-2018 Google LLC +// Copyright 2010-2021 Google LLC // Licensed under the Apache License, Version 2.0 (the "License"); // you may not use this file except in compliance with the License. // You may obtain a copy of the License at diff --git a/ortools/graph/samples/SimpleMinCostFlowProgram.cs b/ortools/graph/samples/SimpleMinCostFlowProgram.cs index d05f806b9e..f279214f12 100644 --- a/ortools/graph/samples/SimpleMinCostFlowProgram.cs +++ b/ortools/graph/samples/SimpleMinCostFlowProgram.cs @@ -1,4 +1,4 @@ -// Copyright 2010-2018 Google LLC +// Copyright 2010-2021 Google LLC // Licensed under the Apache License, Version 2.0 (the "License"); // you may not use this file except in compliance with the License. // You may obtain a copy of the License at diff --git a/ortools/graph/samples/simple_max_flow_program.cc b/ortools/graph/samples/simple_max_flow_program.cc index c96fe07c8a..7a8767641d 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-2018 Google LLC +// Copyright 2010-2021 Google LLC // Licensed under the Apache License, Version 2.0 (the "License"); // you may not use this file except in compliance with the License. // You may obtain a copy of the License at diff --git a/ortools/graph/samples/simple_max_flow_program.py b/ortools/graph/samples/simple_max_flow_program.py index c64935ef2e..82399d4804 100644 --- a/ortools/graph/samples/simple_max_flow_program.py +++ b/ortools/graph/samples/simple_max_flow_program.py @@ -1,4 +1,4 @@ -# Copyright 2010-2018 Google LLC +# Copyright 2010-2021 Google LLC # Licensed under the Apache License, Version 2.0 (the "License"); # you may not use this file except in compliance with the License. # You may obtain a copy of the License at diff --git a/ortools/graph/samples/simple_min_cost_flow_program.cc b/ortools/graph/samples/simple_min_cost_flow_program.cc index 0d7eead11e..1b4279f46f 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-2018 Google LLC +// Copyright 2010-2021 Google LLC // Licensed under the Apache License, Version 2.0 (the "License"); // you may not use this file except in compliance with the License. // You may obtain a copy of the License at diff --git a/ortools/graph/samples/simple_min_cost_flow_program.py b/ortools/graph/samples/simple_min_cost_flow_program.py index c1f2bbffbe..6dabc2df00 100644 --- a/ortools/graph/samples/simple_min_cost_flow_program.py +++ b/ortools/graph/samples/simple_min_cost_flow_program.py @@ -1,4 +1,4 @@ -# Copyright 2010-2018 Google LLC +# Copyright 2010-2021 Google LLC # Licensed under the Apache License, Version 2.0 (the "License"); # you may not use this file except in compliance with the License. # You may obtain a copy of the License at diff --git a/ortools/graph/shortestpaths.cc b/ortools/graph/shortestpaths.cc index 1592feb957..2265e07298 100644 --- a/ortools/graph/shortestpaths.cc +++ b/ortools/graph/shortestpaths.cc @@ -1,4 +1,4 @@ -// Copyright 2010-2018 Google LLC +// Copyright 2010-2021 Google LLC // Licensed under the Apache License, Version 2.0 (the "License"); // you may not use this file except in compliance with the License. // You may obtain a copy of the License at diff --git a/ortools/graph/shortestpaths.h b/ortools/graph/shortestpaths.h index 7120061195..42da8d55f7 100644 --- a/ortools/graph/shortestpaths.h +++ b/ortools/graph/shortestpaths.h @@ -1,4 +1,4 @@ -// Copyright 2010-2018 Google LLC +// Copyright 2010-2021 Google LLC // Licensed under the Apache License, Version 2.0 (the "License"); // you may not use this file except in compliance with the License. // You may obtain a copy of the License at diff --git a/ortools/graph/strongly_connected_components.h b/ortools/graph/strongly_connected_components.h index 85a5ccc575..5ebeb959b5 100644 --- a/ortools/graph/strongly_connected_components.h +++ b/ortools/graph/strongly_connected_components.h @@ -1,4 +1,4 @@ -// Copyright 2010-2018 Google LLC +// Copyright 2010-2021 Google LLC // Licensed under the Apache License, Version 2.0 (the "License"); // you may not use this file except in compliance with the License. // You may obtain a copy of the License at diff --git a/ortools/graph/topologicalsorter.cc b/ortools/graph/topologicalsorter.cc index 5c3ed62ffd..95e885f01d 100644 --- a/ortools/graph/topologicalsorter.cc +++ b/ortools/graph/topologicalsorter.cc @@ -1,4 +1,4 @@ -// Copyright 2010-2018 Google LLC +// Copyright 2010-2021 Google LLC // Licensed under the Apache License, Version 2.0 (the "License"); // you may not use this file except in compliance with the License. // You may obtain a copy of the License at diff --git a/ortools/graph/topologicalsorter.h b/ortools/graph/topologicalsorter.h index 8a3ef82c15..bff02870a9 100644 --- a/ortools/graph/topologicalsorter.h +++ b/ortools/graph/topologicalsorter.h @@ -1,4 +1,4 @@ -// Copyright 2010-2018 Google LLC +// Copyright 2010-2021 Google LLC // Licensed under the Apache License, Version 2.0 (the "License"); // you may not use this file except in compliance with the License. // You may obtain a copy of the License at diff --git a/ortools/graph/util.cc b/ortools/graph/util.cc index 7c98abe1cf..4a3aa08fad 100644 --- a/ortools/graph/util.cc +++ b/ortools/graph/util.cc @@ -1,4 +1,4 @@ -// Copyright 2010-2018 Google LLC +// Copyright 2010-2021 Google LLC // Licensed under the Apache License, Version 2.0 (the "License"); // you may not use this file except in compliance with the License. // You may obtain a copy of the License at diff --git a/ortools/graph/util.h b/ortools/graph/util.h index 3390d3c2a9..2d9af352a0 100644 --- a/ortools/graph/util.h +++ b/ortools/graph/util.h @@ -1,4 +1,4 @@ -// Copyright 2010-2018 Google LLC +// Copyright 2010-2021 Google LLC // Licensed under the Apache License, Version 2.0 (the "License"); // you may not use this file except in compliance with the License. // You may obtain a copy of the License at diff --git a/ortools/gscip/gscip.cc b/ortools/gscip/gscip.cc index cd504ab558..d81f9456e0 100644 --- a/ortools/gscip/gscip.cc +++ b/ortools/gscip/gscip.cc @@ -1,4 +1,4 @@ -// Copyright 2010-2018 Google LLC +// Copyright 2010-2021 Google LLC // Licensed under the Apache License, Version 2.0 (the "License"); // you may not use this file except in compliance with the License. // You may obtain a copy of the License at diff --git a/ortools/gscip/gscip.h b/ortools/gscip/gscip.h index 423af62fca..e6b74e29e0 100644 --- a/ortools/gscip/gscip.h +++ b/ortools/gscip/gscip.h @@ -1,4 +1,4 @@ -// Copyright 2010-2018 Google LLC +// Copyright 2010-2021 Google LLC // Licensed under the Apache License, Version 2.0 (the "License"); // you may not use this file except in compliance with the License. // You may obtain a copy of the License at diff --git a/ortools/gscip/gscip.proto b/ortools/gscip/gscip.proto index 447a66b63b..a2f0864adc 100644 --- a/ortools/gscip/gscip.proto +++ b/ortools/gscip/gscip.proto @@ -1,4 +1,4 @@ -// Copyright 2010-2018 Google LLC +// Copyright 2010-2021 Google LLC // Licensed under the Apache License, Version 2.0 (the "License"); // you may not use this file except in compliance with the License. // You may obtain a copy of the License at diff --git a/ortools/gscip/gscip_ext.cc b/ortools/gscip/gscip_ext.cc index fac701c5a4..3807e40e1f 100644 --- a/ortools/gscip/gscip_ext.cc +++ b/ortools/gscip/gscip_ext.cc @@ -1,4 +1,4 @@ -// Copyright 2010-2018 Google LLC +// Copyright 2010-2021 Google LLC // Licensed under the Apache License, Version 2.0 (the "License"); // you may not use this file except in compliance with the License. // You may obtain a copy of the License at diff --git a/ortools/gscip/gscip_ext.h b/ortools/gscip/gscip_ext.h index bf5db65497..59da5dd885 100644 --- a/ortools/gscip/gscip_ext.h +++ b/ortools/gscip/gscip_ext.h @@ -1,4 +1,4 @@ -// Copyright 2010-2018 Google LLC +// Copyright 2010-2021 Google LLC // Licensed under the Apache License, Version 2.0 (the "License"); // you may not use this file except in compliance with the License. // You may obtain a copy of the License at diff --git a/ortools/gscip/gscip_parameters.cc b/ortools/gscip/gscip_parameters.cc index 72e4e9ef6e..48ba0f100e 100644 --- a/ortools/gscip/gscip_parameters.cc +++ b/ortools/gscip/gscip_parameters.cc @@ -1,4 +1,4 @@ -// Copyright 2010-2018 Google LLC +// Copyright 2010-2021 Google LLC // Licensed under the Apache License, Version 2.0 (the "License"); // you may not use this file except in compliance with the License. // You may obtain a copy of the License at diff --git a/ortools/gscip/gscip_parameters.h b/ortools/gscip/gscip_parameters.h index b0b0e9e88d..e4f5fbb908 100644 --- a/ortools/gscip/gscip_parameters.h +++ b/ortools/gscip/gscip_parameters.h @@ -1,4 +1,4 @@ -// Copyright 2010-2018 Google LLC +// Copyright 2010-2021 Google LLC // Licensed under the Apache License, Version 2.0 (the "License"); // you may not use this file except in compliance with the License. // You may obtain a copy of the License at diff --git a/ortools/gscip/legacy_scip_params.cc b/ortools/gscip/legacy_scip_params.cc index 5f296a05b3..e31d3bc84f 100644 --- a/ortools/gscip/legacy_scip_params.cc +++ b/ortools/gscip/legacy_scip_params.cc @@ -1,4 +1,4 @@ -// Copyright 2010-2018 Google LLC +// Copyright 2010-2021 Google LLC // Licensed under the Apache License, Version 2.0 (the "License"); // you may not use this file except in compliance with the License. // You may obtain a copy of the License at diff --git a/ortools/gscip/legacy_scip_params.h b/ortools/gscip/legacy_scip_params.h index dc003c7815..242495e94f 100644 --- a/ortools/gscip/legacy_scip_params.h +++ b/ortools/gscip/legacy_scip_params.h @@ -1,4 +1,4 @@ -// Copyright 2010-2018 Google LLC +// Copyright 2010-2021 Google LLC // Licensed under the Apache License, Version 2.0 (the "License"); // you may not use this file except in compliance with the License. // You may obtain a copy of the License at diff --git a/ortools/gurobi/environment.cc b/ortools/gurobi/environment.cc index 7629e8f4ef..b1fd847a8c 100644 --- a/ortools/gurobi/environment.cc +++ b/ortools/gurobi/environment.cc @@ -1,4 +1,4 @@ -// Copyright 2010-2018 Google LLC +// Copyright 2010-2021 Google LLC // Licensed under the Apache License, Version 2.0 (the "License"); // you may not use this file except in compliance with the License. // You may obtain a copy of the License at diff --git a/ortools/gurobi/environment.h b/ortools/gurobi/environment.h index 05156b8e9d..4693b4d7fa 100644 --- a/ortools/gurobi/environment.h +++ b/ortools/gurobi/environment.h @@ -1,4 +1,4 @@ -// Copyright 2010-2018 Google LLC +// Copyright 2010-2021 Google LLC // Licensed under the Apache License, Version 2.0 (the "License"); // you may not use this file except in compliance with the License. // You may obtain a copy of the License at diff --git a/ortools/init/__init__.py b/ortools/init/__init__.py index d9d7d61063..8401bb2395 100644 --- a/ortools/init/__init__.py +++ b/ortools/init/__init__.py @@ -1,4 +1,4 @@ -# Copyright 2010-2018 Google LLC +# Copyright 2010-2021 Google LLC # Licensed under the Apache License, Version 2.0 (the "License"); # you may not use this file except in compliance with the License. # You may obtain a copy of the License at diff --git a/ortools/java/com/google/ortools/Loader.java b/ortools/java/com/google/ortools/Loader.java index 128c64737e..4714af792a 100644 --- a/ortools/java/com/google/ortools/Loader.java +++ b/ortools/java/com/google/ortools/Loader.java @@ -1,4 +1,4 @@ -// Copyright 2010-2018 Google LLC +// Copyright 2010-2021 Google LLC // Licensed under the Apache License, Version 2.0 (the "License"); // you may not use this file except in compliance with the License. // You may obtain a copy of the License at diff --git a/ortools/java/com/google/ortools/constraintsolver/IntIntToLongFunction.java b/ortools/java/com/google/ortools/constraintsolver/IntIntToLongFunction.java index 78213e51e2..b1e0a3dae2 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-2018 Google LLC +// Copyright 2010-2021 Google LLC // Licensed under the Apache License, Version 2.0 (the "License"); // you may not use this file except in compliance with the License. // You may obtain a copy of the License at diff --git a/ortools/java/com/google/ortools/constraintsolver/JavaDecisionBuilder.java b/ortools/java/com/google/ortools/constraintsolver/JavaDecisionBuilder.java index b11ec8ab2f..0c77d2fecf 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-2018 Google LLC +// Copyright 2010-2021 Google LLC // Licensed under the Apache License, Version 2.0 (the "License"); // you may not use this file except in compliance with the License. // You may obtain a copy of the License at diff --git a/ortools/java/com/google/ortools/constraintsolver/LongTernaryOperator.java b/ortools/java/com/google/ortools/constraintsolver/LongTernaryOperator.java index e29989224b..f54ceccf7c 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-2018 Google LLC +// Copyright 2010-2021 Google LLC // Licensed under the Apache License, Version 2.0 (the "License"); // you may not use this file except in compliance with the License. // You may obtain a copy of the License at diff --git a/ortools/java/com/google/ortools/constraintsolver/LongTernaryPredicate.java b/ortools/java/com/google/ortools/constraintsolver/LongTernaryPredicate.java index c9b19fd581..764175619a 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-2018 Google LLC +// Copyright 2010-2021 Google LLC // Licensed under the Apache License, Version 2.0 (the "License"); // you may not use this file except in compliance with the License. // You may obtain a copy of the License at diff --git a/ortools/java/com/google/ortools/sat/Constraint.java b/ortools/java/com/google/ortools/sat/Constraint.java index ccb3db87dd..2d29d0be68 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-2018 Google LLC +// Copyright 2010-2021 Google LLC // Licensed under the Apache License, Version 2.0 (the "License"); // you may not use this file except in compliance with the License. // You may obtain a copy of the License at diff --git a/ortools/java/com/google/ortools/sat/CpModel.java b/ortools/java/com/google/ortools/sat/CpModel.java index 55a430d0eb..95e6eb3481 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-2018 Google LLC +// Copyright 2010-2021 Google LLC // Licensed under the Apache License, Version 2.0 (the "License"); // you may not use this file except in compliance with the License. // You may obtain a copy of the License at diff --git a/ortools/java/com/google/ortools/sat/CpSolver.java b/ortools/java/com/google/ortools/sat/CpSolver.java index 4086184472..e8e4040fca 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-2018 Google LLC +// Copyright 2010-2021 Google LLC // Licensed under the Apache License, Version 2.0 (the "License"); // you may not use this file except in compliance with the License. // You may obtain a copy of the License at diff --git a/ortools/java/com/google/ortools/sat/CpSolverSolutionCallback.java b/ortools/java/com/google/ortools/sat/CpSolverSolutionCallback.java index f88d66edae..90eefd8242 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-2018 Google LLC +// Copyright 2010-2021 Google LLC // Licensed under the Apache License, Version 2.0 (the "License"); // you may not use this file except in compliance with the License. // You may obtain a copy of the License at diff --git a/ortools/java/com/google/ortools/sat/Difference.java b/ortools/java/com/google/ortools/sat/Difference.java index cd9807d858..b47ac051ce 100644 --- a/ortools/java/com/google/ortools/sat/Difference.java +++ b/ortools/java/com/google/ortools/sat/Difference.java @@ -1,4 +1,4 @@ -// Copyright 2010-2018 Google LLC +// Copyright 2010-2021 Google LLC // Licensed under the Apache License, Version 2.0 (the "License"); // you may not use this file except in compliance with the License. // You may obtain a copy of the License at diff --git a/ortools/java/com/google/ortools/sat/IntVar.java b/ortools/java/com/google/ortools/sat/IntVar.java index 62801004f6..c7938ef50c 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-2018 Google LLC +// Copyright 2010-2021 Google LLC // Licensed under the Apache License, Version 2.0 (the "License"); // you may not use this file except in compliance with the License. // You may obtain a copy of the License at diff --git a/ortools/java/com/google/ortools/sat/IntervalVar.java b/ortools/java/com/google/ortools/sat/IntervalVar.java index f102058344..cc7990148a 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-2018 Google LLC +// Copyright 2010-2021 Google LLC // Licensed under the Apache License, Version 2.0 (the "License"); // you may not use this file except in compliance with the License. // You may obtain a copy of the License at diff --git a/ortools/java/com/google/ortools/sat/LinearExpr.java b/ortools/java/com/google/ortools/sat/LinearExpr.java index 800a952ff3..ce03afb97c 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-2018 Google LLC +// Copyright 2010-2021 Google LLC // Licensed under the Apache License, Version 2.0 (the "License"); // you may not use this file except in compliance with the License. // You may obtain a copy of the License at diff --git a/ortools/java/com/google/ortools/sat/Literal.java b/ortools/java/com/google/ortools/sat/Literal.java index b1229cb0f7..1a0238c149 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-2018 Google LLC +// Copyright 2010-2021 Google LLC // Licensed under the Apache License, Version 2.0 (the "License"); // you may not use this file except in compliance with the License. // You may obtain a copy of the License at diff --git a/ortools/java/com/google/ortools/sat/NotBooleanVariable.java b/ortools/java/com/google/ortools/sat/NotBooleanVariable.java index d12eff918f..5994db26e0 100644 --- a/ortools/java/com/google/ortools/sat/NotBooleanVariable.java +++ b/ortools/java/com/google/ortools/sat/NotBooleanVariable.java @@ -1,4 +1,4 @@ -// Copyright 2010-2018 Google LLC +// Copyright 2010-2021 Google LLC // Licensed under the Apache License, Version 2.0 (the "License"); // you may not use this file except in compliance with the License. // You may obtain a copy of the License at diff --git a/ortools/java/com/google/ortools/sat/ScalProd.java b/ortools/java/com/google/ortools/sat/ScalProd.java index 2c9443b31d..afc5c4e2db 100644 --- a/ortools/java/com/google/ortools/sat/ScalProd.java +++ b/ortools/java/com/google/ortools/sat/ScalProd.java @@ -1,4 +1,4 @@ -// Copyright 2010-2018 Google LLC +// Copyright 2010-2021 Google LLC // Licensed under the Apache License, Version 2.0 (the "License"); // you may not use this file except in compliance with the License. // You may obtain a copy of the License at diff --git a/ortools/java/com/google/ortools/sat/SumOfVariables.java b/ortools/java/com/google/ortools/sat/SumOfVariables.java index 353195953e..85d616f4a5 100644 --- a/ortools/java/com/google/ortools/sat/SumOfVariables.java +++ b/ortools/java/com/google/ortools/sat/SumOfVariables.java @@ -1,4 +1,4 @@ -// Copyright 2010-2018 Google LLC +// Copyright 2010-2021 Google LLC // Licensed under the Apache License, Version 2.0 (the "License"); // you may not use this file except in compliance with the License. // You may obtain a copy of the License at diff --git a/ortools/linear_solver/__init__.py b/ortools/linear_solver/__init__.py index 5723856762..179ee9a9a1 100644 --- a/ortools/linear_solver/__init__.py +++ b/ortools/linear_solver/__init__.py @@ -1,4 +1,4 @@ -# Copyright 2010-2018 Google LLC +# Copyright 2010-2021 Google LLC # Licensed under the Apache License, Version 2.0 (the "License"); # you may not use this file except in compliance with the License. # You may obtain a copy of the License at diff --git a/ortools/linear_solver/bop_interface.cc b/ortools/linear_solver/bop_interface.cc index cc390b9289..1c0e4d791f 100644 --- a/ortools/linear_solver/bop_interface.cc +++ b/ortools/linear_solver/bop_interface.cc @@ -1,4 +1,4 @@ -// Copyright 2010-2018 Google LLC +// Copyright 2010-2021 Google LLC // Licensed under the Apache License, Version 2.0 (the "License"); // you may not use this file except in compliance with the License. // You may obtain a copy of the License at diff --git a/ortools/linear_solver/cbc_interface.cc b/ortools/linear_solver/cbc_interface.cc index d5268284b0..ef367d6263 100644 --- a/ortools/linear_solver/cbc_interface.cc +++ b/ortools/linear_solver/cbc_interface.cc @@ -1,4 +1,4 @@ -// Copyright 2010-2018 Google LLC +// Copyright 2010-2021 Google LLC // Licensed under the Apache License, Version 2.0 (the "License"); // you may not use this file except in compliance with the License. // You may obtain a copy of the License at diff --git a/ortools/linear_solver/clp_interface.cc b/ortools/linear_solver/clp_interface.cc index 5ccaf7724f..53c48e0736 100644 --- a/ortools/linear_solver/clp_interface.cc +++ b/ortools/linear_solver/clp_interface.cc @@ -1,4 +1,4 @@ -// Copyright 2010-2018 Google LLC +// Copyright 2010-2021 Google LLC // Licensed under the Apache License, Version 2.0 (the "License"); // you may not use this file except in compliance with the License. // You may obtain a copy of the License at diff --git a/ortools/linear_solver/csharp/LinearConstraint.cs b/ortools/linear_solver/csharp/LinearConstraint.cs index 3bcfe14670..64dafce352 100644 --- a/ortools/linear_solver/csharp/LinearConstraint.cs +++ b/ortools/linear_solver/csharp/LinearConstraint.cs @@ -1,4 +1,4 @@ -// Copyright 2010-2018 Google LLC +// Copyright 2010-2021 Google LLC // Licensed under the Apache License, Version 2.0 (the "License"); // you may not use this file except in compliance with the License. // You may obtain a copy of the License at diff --git a/ortools/linear_solver/csharp/LinearExpr.cs b/ortools/linear_solver/csharp/LinearExpr.cs index 0856d2e6b4..40411b412d 100644 --- a/ortools/linear_solver/csharp/LinearExpr.cs +++ b/ortools/linear_solver/csharp/LinearExpr.cs @@ -1,4 +1,4 @@ -// Copyright 2010-2018 Google LLC +// Copyright 2010-2021 Google LLC // Licensed under the Apache License, Version 2.0 (the "License"); // you may not use this file except in compliance with the License. // You may obtain a copy of the License at diff --git a/ortools/linear_solver/csharp/SolverHelper.cs b/ortools/linear_solver/csharp/SolverHelper.cs index 7c8ffd6a07..9e199abe29 100644 --- a/ortools/linear_solver/csharp/SolverHelper.cs +++ b/ortools/linear_solver/csharp/SolverHelper.cs @@ -1,4 +1,4 @@ -// Copyright 2010-2018 Google LLC +// Copyright 2010-2021 Google LLC // Licensed under the Apache License, Version 2.0 (the "License"); // you may not use this file except in compliance with the License. // You may obtain a copy of the License at diff --git a/ortools/linear_solver/csharp/VariableHelper.cs b/ortools/linear_solver/csharp/VariableHelper.cs index 8a5819e1f5..535de1d250 100644 --- a/ortools/linear_solver/csharp/VariableHelper.cs +++ b/ortools/linear_solver/csharp/VariableHelper.cs @@ -1,4 +1,4 @@ -// Copyright 2010-2018 Google LLC +// Copyright 2010-2021 Google LLC // Licensed under the Apache License, Version 2.0 (the "License"); // you may not use this file except in compliance with the License. // You may obtain a copy of the License at diff --git a/ortools/linear_solver/csharp/linear_solver.i b/ortools/linear_solver/csharp/linear_solver.i index fc55f8fd97..0d3ad75e73 100644 --- a/ortools/linear_solver/csharp/linear_solver.i +++ b/ortools/linear_solver/csharp/linear_solver.i @@ -1,4 +1,4 @@ -// Copyright 2010-2018 Google LLC +// Copyright 2010-2021 Google LLC // Licensed under the Apache License, Version 2.0 (the "License"); // you may not use this file except in compliance with the License. // You may obtain a copy of the License at diff --git a/ortools/linear_solver/glop_interface.cc b/ortools/linear_solver/glop_interface.cc index 59f1278c43..aefaa686e3 100644 --- a/ortools/linear_solver/glop_interface.cc +++ b/ortools/linear_solver/glop_interface.cc @@ -1,4 +1,4 @@ -// Copyright 2010-2018 Google LLC +// Copyright 2010-2021 Google LLC // Licensed under the Apache License, Version 2.0 (the "License"); // you may not use this file except in compliance with the License. // You may obtain a copy of the License at diff --git a/ortools/linear_solver/glop_utils.cc b/ortools/linear_solver/glop_utils.cc index 86a513b36f..074f0ceb15 100644 --- a/ortools/linear_solver/glop_utils.cc +++ b/ortools/linear_solver/glop_utils.cc @@ -1,4 +1,4 @@ -// Copyright 2010-2018 Google LLC +// Copyright 2010-2021 Google LLC // Licensed under the Apache License, Version 2.0 (the "License"); // you may not use this file except in compliance with the License. // You may obtain a copy of the License at diff --git a/ortools/linear_solver/glop_utils.h b/ortools/linear_solver/glop_utils.h index e1c7d9b97a..721485e01c 100644 --- a/ortools/linear_solver/glop_utils.h +++ b/ortools/linear_solver/glop_utils.h @@ -1,4 +1,4 @@ -// Copyright 2010-2018 Google LLC +// Copyright 2010-2021 Google LLC // Licensed under the Apache License, Version 2.0 (the "License"); // you may not use this file except in compliance with the License. // You may obtain a copy of the License at diff --git a/ortools/linear_solver/glpk_interface.cc b/ortools/linear_solver/glpk_interface.cc index 50fe613927..1f6b1941c0 100644 --- a/ortools/linear_solver/glpk_interface.cc +++ b/ortools/linear_solver/glpk_interface.cc @@ -1,4 +1,4 @@ -// Copyright 2010-2018 Google LLC +// Copyright 2010-2021 Google LLC // Licensed under the Apache License, Version 2.0 (the "License"); // you may not use this file except in compliance with the License. // You may obtain a copy of the License at diff --git a/ortools/linear_solver/gurobi_interface.cc b/ortools/linear_solver/gurobi_interface.cc index e0841388d5..219f771be1 100644 --- a/ortools/linear_solver/gurobi_interface.cc +++ b/ortools/linear_solver/gurobi_interface.cc @@ -1,4 +1,4 @@ -// Copyright 2010-2018 Google LLC +// Copyright 2010-2021 Google LLC // Licensed under the Apache License, Version 2.0 (the "License"); // you may not use this file except in compliance with the License. // You may obtain a copy of the License at diff --git a/ortools/linear_solver/gurobi_proto_solver.cc b/ortools/linear_solver/gurobi_proto_solver.cc index 1be87f132a..0eac1bd0ca 100644 --- a/ortools/linear_solver/gurobi_proto_solver.cc +++ b/ortools/linear_solver/gurobi_proto_solver.cc @@ -1,4 +1,4 @@ -// Copyright 2010-2018 Google LLC +// Copyright 2010-2021 Google LLC // Licensed under the Apache License, Version 2.0 (the "License"); // you may not use this file except in compliance with the License. // You may obtain a copy of the License at diff --git a/ortools/linear_solver/gurobi_proto_solver.h b/ortools/linear_solver/gurobi_proto_solver.h index 6e006aa4b2..502c424c71 100644 --- a/ortools/linear_solver/gurobi_proto_solver.h +++ b/ortools/linear_solver/gurobi_proto_solver.h @@ -1,4 +1,4 @@ -// Copyright 2010-2018 Google LLC +// Copyright 2010-2021 Google LLC // Licensed under the Apache License, Version 2.0 (the "License"); // you may not use this file except in compliance with the License. // You may obtain a copy of the License at diff --git a/ortools/linear_solver/java/linear_solver.i b/ortools/linear_solver/java/linear_solver.i index 9e83eb8556..06ee824ea5 100644 --- a/ortools/linear_solver/java/linear_solver.i +++ b/ortools/linear_solver/java/linear_solver.i @@ -1,4 +1,4 @@ -// Copyright 2010-2018 Google LLC +// Copyright 2010-2021 Google LLC // Licensed under the Apache License, Version 2.0 (the "License"); // you may not use this file except in compliance with the License. // You may obtain a copy of the License at diff --git a/ortools/linear_solver/linear_expr.cc b/ortools/linear_solver/linear_expr.cc index bfbcc96c77..bc5a212aaf 100644 --- a/ortools/linear_solver/linear_expr.cc +++ b/ortools/linear_solver/linear_expr.cc @@ -1,4 +1,4 @@ -// Copyright 2010-2018 Google LLC +// Copyright 2010-2021 Google LLC // Licensed under the Apache License, Version 2.0 (the "License"); // you may not use this file except in compliance with the License. // You may obtain a copy of the License at diff --git a/ortools/linear_solver/linear_expr.h b/ortools/linear_solver/linear_expr.h index cc68fb4a60..82f91204fa 100644 --- a/ortools/linear_solver/linear_expr.h +++ b/ortools/linear_solver/linear_expr.h @@ -1,4 +1,4 @@ -// Copyright 2010-2018 Google LLC +// Copyright 2010-2021 Google LLC // Licensed under the Apache License, Version 2.0 (the "License"); // you may not use this file except in compliance with the License. // You may obtain a copy of the License at diff --git a/ortools/linear_solver/linear_solver.cc b/ortools/linear_solver/linear_solver.cc index c2e746f2ed..993d1f8853 100644 --- a/ortools/linear_solver/linear_solver.cc +++ b/ortools/linear_solver/linear_solver.cc @@ -1,4 +1,4 @@ -// Copyright 2010-2018 Google LLC +// Copyright 2010-2021 Google LLC // Licensed under the Apache License, Version 2.0 (the "License"); // you may not use this file except in compliance with the License. // You may obtain a copy of the License at diff --git a/ortools/linear_solver/linear_solver.h b/ortools/linear_solver/linear_solver.h index 9f9e1a3a30..e8cc152db4 100644 --- a/ortools/linear_solver/linear_solver.h +++ b/ortools/linear_solver/linear_solver.h @@ -1,4 +1,4 @@ -// Copyright 2010-2018 Google LLC +// Copyright 2010-2021 Google LLC // Licensed under the Apache License, Version 2.0 (the "License"); // you may not use this file except in compliance with the License. // You may obtain a copy of the License at diff --git a/ortools/linear_solver/linear_solver.proto b/ortools/linear_solver/linear_solver.proto index 28012fcf25..6962e63a01 100644 --- a/ortools/linear_solver/linear_solver.proto +++ b/ortools/linear_solver/linear_solver.proto @@ -1,4 +1,4 @@ -// Copyright 2010-2018 Google LLC +// Copyright 2010-2021 Google LLC // Licensed under the Apache License, Version 2.0 (the "License"); // you may not use this file except in compliance with the License. // You may obtain a copy of the License at diff --git a/ortools/linear_solver/linear_solver_callback.cc b/ortools/linear_solver/linear_solver_callback.cc index 759f18de9e..bf7b4ebe57 100644 --- a/ortools/linear_solver/linear_solver_callback.cc +++ b/ortools/linear_solver/linear_solver_callback.cc @@ -1,4 +1,4 @@ -// Copyright 2010-2018 Google LLC +// Copyright 2010-2021 Google LLC // Licensed under the Apache License, Version 2.0 (the "License"); // you may not use this file except in compliance with the License. // You may obtain a copy of the License at diff --git a/ortools/linear_solver/linear_solver_callback.h b/ortools/linear_solver/linear_solver_callback.h index c05fa7a61c..5dc5779e5d 100644 --- a/ortools/linear_solver/linear_solver_callback.h +++ b/ortools/linear_solver/linear_solver_callback.h @@ -1,4 +1,4 @@ -// Copyright 2010-2018 Google LLC +// Copyright 2010-2021 Google LLC // Licensed under the Apache License, Version 2.0 (the "License"); // you may not use this file except in compliance with the License. // You may obtain a copy of the License at diff --git a/ortools/linear_solver/linear_solver_natural_api.py b/ortools/linear_solver/linear_solver_natural_api.py index 3bd0a23a4d..b21f5760e9 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-2018 Google LLC +# Copyright 2010-2021 Google LLC # Licensed under the Apache License, Version 2.0 (the "License"); # you may not use this file except in compliance with the License. # You may obtain a copy of the License at diff --git a/ortools/linear_solver/model_exporter.cc b/ortools/linear_solver/model_exporter.cc index a70213f860..6101662769 100644 --- a/ortools/linear_solver/model_exporter.cc +++ b/ortools/linear_solver/model_exporter.cc @@ -1,4 +1,4 @@ -// Copyright 2010-2018 Google LLC +// Copyright 2010-2021 Google LLC // Licensed under the Apache License, Version 2.0 (the "License"); // you may not use this file except in compliance with the License. // You may obtain a copy of the License at diff --git a/ortools/linear_solver/model_exporter.h b/ortools/linear_solver/model_exporter.h index ed3c8e3af1..a79aebcde3 100644 --- a/ortools/linear_solver/model_exporter.h +++ b/ortools/linear_solver/model_exporter.h @@ -1,4 +1,4 @@ -// Copyright 2010-2018 Google LLC +// Copyright 2010-2021 Google LLC // Licensed under the Apache License, Version 2.0 (the "License"); // you may not use this file except in compliance with the License. // You may obtain a copy of the License at diff --git a/ortools/linear_solver/model_exporter_swig_helper.h b/ortools/linear_solver/model_exporter_swig_helper.h index 38ea20ce25..dbb582e621 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-2018 Google LLC +// Copyright 2010-2021 Google LLC // Licensed under the Apache License, Version 2.0 (the "License"); // you may not use this file except in compliance with the License. // You may obtain a copy of the License at diff --git a/ortools/linear_solver/model_validator.cc b/ortools/linear_solver/model_validator.cc index 7cf1bdd4e6..d3183e729b 100644 --- a/ortools/linear_solver/model_validator.cc +++ b/ortools/linear_solver/model_validator.cc @@ -1,4 +1,4 @@ -// Copyright 2010-2018 Google LLC +// Copyright 2010-2021 Google LLC // Licensed under the Apache License, Version 2.0 (the "License"); // you may not use this file except in compliance with the License. // You may obtain a copy of the License at diff --git a/ortools/linear_solver/model_validator.h b/ortools/linear_solver/model_validator.h index 7f5eebd368..9ede08d894 100644 --- a/ortools/linear_solver/model_validator.h +++ b/ortools/linear_solver/model_validator.h @@ -1,4 +1,4 @@ -// Copyright 2010-2018 Google LLC +// Copyright 2010-2021 Google LLC // Licensed under the Apache License, Version 2.0 (the "License"); // you may not use this file except in compliance with the License. // You may obtain a copy of the License at diff --git a/ortools/linear_solver/python/linear_solver.i b/ortools/linear_solver/python/linear_solver.i index 4b590f5db5..40f1048ca5 100644 --- a/ortools/linear_solver/python/linear_solver.i +++ b/ortools/linear_solver/python/linear_solver.i @@ -1,4 +1,4 @@ -// Copyright 2010-2018 Google LLC +// Copyright 2010-2021 Google LLC // Licensed under the Apache License, Version 2.0 (the "License"); // you may not use this file except in compliance with the License. // You may obtain a copy of the License at diff --git a/ortools/linear_solver/samples/AssignmentMip.cs b/ortools/linear_solver/samples/AssignmentMip.cs index 9944c3a76e..abfee607a2 100644 --- a/ortools/linear_solver/samples/AssignmentMip.cs +++ b/ortools/linear_solver/samples/AssignmentMip.cs @@ -1,4 +1,4 @@ -// Copyright 2010-2018 Google LLC +// Copyright 2010-2021 Google LLC // Licensed under the Apache License, Version 2.0 (the "License"); // you may not use this file except in compliance with the License. // You may obtain a copy of the License at diff --git a/ortools/linear_solver/samples/AssignmentMip.java b/ortools/linear_solver/samples/AssignmentMip.java index 7e2a89c619..ebed09f7f3 100644 --- a/ortools/linear_solver/samples/AssignmentMip.java +++ b/ortools/linear_solver/samples/AssignmentMip.java @@ -1,4 +1,4 @@ -// Copyright 2010-2018 Google LLC +// Copyright 2010-2021 Google LLC // Licensed under the Apache License, Version 2.0 (the "License"); // you may not use this file except in compliance with the License. // You may obtain a copy of the License at diff --git a/ortools/linear_solver/samples/BasicExample.cs b/ortools/linear_solver/samples/BasicExample.cs index b9077f2c83..549816aa5d 100644 --- a/ortools/linear_solver/samples/BasicExample.cs +++ b/ortools/linear_solver/samples/BasicExample.cs @@ -1,4 +1,4 @@ -// Copyright 2010-2018 Google LLC +// Copyright 2010-2021 Google LLC // Licensed under the Apache License, Version 2.0 (the "License"); // you may not use this file except in compliance with the License. // You may obtain a copy of the License at diff --git a/ortools/linear_solver/samples/BasicExample.java b/ortools/linear_solver/samples/BasicExample.java index f9994fd9e2..4cf41a2464 100644 --- a/ortools/linear_solver/samples/BasicExample.java +++ b/ortools/linear_solver/samples/BasicExample.java @@ -1,4 +1,4 @@ -// Copyright 2010-2018 Google LLC +// Copyright 2010-2021 Google LLC // Licensed under the Apache License, Version 2.0 (the "License"); // you may not use this file except in compliance with the License. // You may obtain a copy of the License at diff --git a/ortools/linear_solver/samples/BinPackingMip.cs b/ortools/linear_solver/samples/BinPackingMip.cs index 7229c60e9a..4668b1c030 100644 --- a/ortools/linear_solver/samples/BinPackingMip.cs +++ b/ortools/linear_solver/samples/BinPackingMip.cs @@ -1,4 +1,4 @@ -// Copyright 2010-2018 Google LLC +// Copyright 2010-2021 Google LLC // Licensed under the Apache License, Version 2.0 (the "License"); // you may not use this file except in compliance with the License. // You may obtain a copy of the License at diff --git a/ortools/linear_solver/samples/BinPackingMip.java b/ortools/linear_solver/samples/BinPackingMip.java index 395f92d2f1..0551cb9a47 100644 --- a/ortools/linear_solver/samples/BinPackingMip.java +++ b/ortools/linear_solver/samples/BinPackingMip.java @@ -1,4 +1,4 @@ -// Copyright 2010-2018 Google LLC +// Copyright 2010-2021 Google LLC // Licensed under the Apache License, Version 2.0 (the "License"); // you may not use this file except in compliance with the License. // You may obtain a copy of the License at diff --git a/ortools/linear_solver/samples/LinearProgrammingExample.cs b/ortools/linear_solver/samples/LinearProgrammingExample.cs index c96c60e478..98495bf44a 100644 --- a/ortools/linear_solver/samples/LinearProgrammingExample.cs +++ b/ortools/linear_solver/samples/LinearProgrammingExample.cs @@ -1,4 +1,4 @@ -// Copyright 2010-2018 Google LLC +// Copyright 2010-2021 Google LLC // Licensed under the Apache License, Version 2.0 (the "License"); // you may not use this file except in compliance with the License. // You may obtain a copy of the License at diff --git a/ortools/linear_solver/samples/LinearProgrammingExample.java b/ortools/linear_solver/samples/LinearProgrammingExample.java index c9e45529bd..b701ce185b 100644 --- a/ortools/linear_solver/samples/LinearProgrammingExample.java +++ b/ortools/linear_solver/samples/LinearProgrammingExample.java @@ -1,4 +1,4 @@ -// Copyright 2010-2018 Google LLC +// Copyright 2010-2021 Google LLC // Licensed under the Apache License, Version 2.0 (the "License"); // you may not use this file except in compliance with the License. // You may obtain a copy of the License at diff --git a/ortools/linear_solver/samples/MipVarArray.cs b/ortools/linear_solver/samples/MipVarArray.cs index b160e60f1c..a68f1df0ab 100644 --- a/ortools/linear_solver/samples/MipVarArray.cs +++ b/ortools/linear_solver/samples/MipVarArray.cs @@ -1,4 +1,4 @@ -// Copyright 2010-2018 Google LLC +// Copyright 2010-2021 Google LLC // Licensed under the Apache License, Version 2.0 (the "License"); // you may not use this file except in compliance with the License. // You may obtain a copy of the License at diff --git a/ortools/linear_solver/samples/MipVarArray.java b/ortools/linear_solver/samples/MipVarArray.java index d2c58fe71c..930a6f3be6 100644 --- a/ortools/linear_solver/samples/MipVarArray.java +++ b/ortools/linear_solver/samples/MipVarArray.java @@ -1,4 +1,4 @@ -// Copyright 2010-2018 Google LLC +// Copyright 2010-2021 Google LLC // Licensed under the Apache License, Version 2.0 (the "License"); // you may not use this file except in compliance with the License. // You may obtain a copy of the License at diff --git a/ortools/linear_solver/samples/MultipleKnapsackMip.cs b/ortools/linear_solver/samples/MultipleKnapsackMip.cs index 69bfdc581d..2f691716e2 100644 --- a/ortools/linear_solver/samples/MultipleKnapsackMip.cs +++ b/ortools/linear_solver/samples/MultipleKnapsackMip.cs @@ -1,4 +1,4 @@ -// Copyright 2010-2018 Google LLC +// Copyright 2010-2021 Google LLC // Licensed under the Apache License, Version 2.0 (the "License"); // you may not use this file except in compliance with the License. // You may obtain a copy of the License at diff --git a/ortools/linear_solver/samples/MultipleKnapsackMip.java b/ortools/linear_solver/samples/MultipleKnapsackMip.java index 0b06de136c..e9714086f2 100644 --- a/ortools/linear_solver/samples/MultipleKnapsackMip.java +++ b/ortools/linear_solver/samples/MultipleKnapsackMip.java @@ -1,4 +1,4 @@ -// Copyright 2010-2018 Google LLC +// Copyright 2010-2021 Google LLC // Licensed under the Apache License, Version 2.0 (the "License"); // you may not use this file except in compliance with the License. // You may obtain a copy of the License at diff --git a/ortools/linear_solver/samples/SimpleLpProgram.cs b/ortools/linear_solver/samples/SimpleLpProgram.cs index 6ff1751931..62e4712db9 100644 --- a/ortools/linear_solver/samples/SimpleLpProgram.cs +++ b/ortools/linear_solver/samples/SimpleLpProgram.cs @@ -1,4 +1,4 @@ -// Copyright 2010-2018 Google LLC +// Copyright 2010-2021 Google LLC // Licensed under the Apache License, Version 2.0 (the "License"); // you may not use this file except in compliance with the License. // You may obtain a copy of the License at diff --git a/ortools/linear_solver/samples/SimpleLpProgram.java b/ortools/linear_solver/samples/SimpleLpProgram.java index 195fd5a7da..6c4d95073d 100644 --- a/ortools/linear_solver/samples/SimpleLpProgram.java +++ b/ortools/linear_solver/samples/SimpleLpProgram.java @@ -1,4 +1,4 @@ -// Copyright 2010-2018 Google LLC +// Copyright 2010-2021 Google LLC // Licensed under the Apache License, Version 2.0 (the "License"); // you may not use this file except in compliance with the License. // You may obtain a copy of the License at diff --git a/ortools/linear_solver/samples/SimpleMipProgram.cs b/ortools/linear_solver/samples/SimpleMipProgram.cs index 8ed901da52..14a5beb6a2 100644 --- a/ortools/linear_solver/samples/SimpleMipProgram.cs +++ b/ortools/linear_solver/samples/SimpleMipProgram.cs @@ -1,4 +1,4 @@ -// Copyright 2010-2018 Google LLC +// Copyright 2010-2021 Google LLC // Licensed under the Apache License, Version 2.0 (the "License"); // you may not use this file except in compliance with the License. // You may obtain a copy of the License at diff --git a/ortools/linear_solver/samples/SimpleMipProgram.java b/ortools/linear_solver/samples/SimpleMipProgram.java index d3762f9944..952b4dcc9d 100644 --- a/ortools/linear_solver/samples/SimpleMipProgram.java +++ b/ortools/linear_solver/samples/SimpleMipProgram.java @@ -1,4 +1,4 @@ -// Copyright 2010-2018 Google LLC +// Copyright 2010-2021 Google LLC // Licensed under the Apache License, Version 2.0 (the "License"); // you may not use this file except in compliance with the License. // You may obtain a copy of the License at diff --git a/ortools/linear_solver/samples/assignment_mip.cc b/ortools/linear_solver/samples/assignment_mip.cc index 6b3d70b10e..faf75986bc 100644 --- a/ortools/linear_solver/samples/assignment_mip.cc +++ b/ortools/linear_solver/samples/assignment_mip.cc @@ -1,4 +1,4 @@ -// Copyright 2010-2018 Google LLC +// Copyright 2010-2021 Google LLC // Licensed under the Apache License, Version 2.0 (the "License"); // you may not use this file except in compliance with the License. // You may obtain a copy of the License at diff --git a/ortools/linear_solver/samples/assignment_mip.py b/ortools/linear_solver/samples/assignment_mip.py index 8b1f17d51b..d10aae04e6 100644 --- a/ortools/linear_solver/samples/assignment_mip.py +++ b/ortools/linear_solver/samples/assignment_mip.py @@ -1,4 +1,4 @@ -# Copyright 2010-2018 Google LLC +# Copyright 2010-2021 Google LLC # Licensed under the Apache License, Version 2.0 (the "License"); # you may not use this file except in compliance with the License. # You may obtain a copy of the License at diff --git a/ortools/linear_solver/samples/basic_example.cc b/ortools/linear_solver/samples/basic_example.cc index edfe833e6c..dc61c32c74 100644 --- a/ortools/linear_solver/samples/basic_example.cc +++ b/ortools/linear_solver/samples/basic_example.cc @@ -1,4 +1,4 @@ -// Copyright 2010-2018 Google LLC +// Copyright 2010-2021 Google LLC // Licensed under the Apache License, Version 2.0 (the "License"); // you may not use this file except in compliance with the License. // You may obtain a copy of the License at diff --git a/ortools/linear_solver/samples/basic_example.py b/ortools/linear_solver/samples/basic_example.py index ac90dcaae2..29b268416e 100644 --- a/ortools/linear_solver/samples/basic_example.py +++ b/ortools/linear_solver/samples/basic_example.py @@ -1,4 +1,4 @@ -# Copyright 2010-2018 Google LLC +# Copyright 2010-2021 Google LLC # Licensed under the Apache License, Version 2.0 (the "License"); # you may not use this file except in compliance with the License. # You may obtain a copy of the License at diff --git a/ortools/linear_solver/samples/bin_packing_mip.cc b/ortools/linear_solver/samples/bin_packing_mip.cc index 078f46b837..55f8069ad1 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-2018 Google LLC +// Copyright 2010-2021 Google LLC // Licensed under the Apache License, Version 2.0 (the "License"); // you may not use this file except in compliance with the License. // You may obtain a copy of the License at diff --git a/ortools/linear_solver/samples/bin_packing_mip.py b/ortools/linear_solver/samples/bin_packing_mip.py index 6c3d0a2029..705984c293 100644 --- a/ortools/linear_solver/samples/bin_packing_mip.py +++ b/ortools/linear_solver/samples/bin_packing_mip.py @@ -1,4 +1,4 @@ -# Copyright 2010-2018 Google LLC +# Copyright 2010-2021 Google LLC # Licensed under the Apache License, Version 2.0 (the "License"); # you may not use this file except in compliance with the License. # You may obtain a copy of the License at diff --git a/ortools/linear_solver/samples/integer_programming_example.cc b/ortools/linear_solver/samples/integer_programming_example.cc index 2510efc27f..468e6a112c 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-2018 Google LLC +// Copyright 2010-2021 Google LLC // Licensed under the Apache License, Version 2.0 (the "License"); // you may not use this file except in compliance with the License. // You may obtain a copy of the License at diff --git a/ortools/linear_solver/samples/integer_programming_example.py b/ortools/linear_solver/samples/integer_programming_example.py index 6d3d6e2236..14308f3b9c 100644 --- a/ortools/linear_solver/samples/integer_programming_example.py +++ b/ortools/linear_solver/samples/integer_programming_example.py @@ -1,4 +1,4 @@ -# Copyright 2010-2018 Google LLC +# Copyright 2010-2021 Google LLC # Licensed under the Apache License, Version 2.0 (the "License"); # you may not use this file except in compliance with the License. # You may obtain a copy of the License at diff --git a/ortools/linear_solver/samples/linear_programming_example.cc b/ortools/linear_solver/samples/linear_programming_example.cc index a09dd9cabe..b882a87233 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-2018 Google LLC +// Copyright 2010-2021 Google LLC // Licensed under the Apache License, Version 2.0 (the "License"); // you may not use this file except in compliance with the License. // You may obtain a copy of the License at diff --git a/ortools/linear_solver/samples/linear_programming_example.py b/ortools/linear_solver/samples/linear_programming_example.py index 44794e3483..65b3051646 100644 --- a/ortools/linear_solver/samples/linear_programming_example.py +++ b/ortools/linear_solver/samples/linear_programming_example.py @@ -1,4 +1,4 @@ -# Copyright 2010-2018 Google LLC +# Copyright 2010-2021 Google LLC # Licensed under the Apache License, Version 2.0 (the "License"); # you may not use this file except in compliance with the License. # You may obtain a copy of the License at diff --git a/ortools/linear_solver/samples/mip_var_array.cc b/ortools/linear_solver/samples/mip_var_array.cc index d9aa62c9f8..64e50483dc 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-2018 Google LLC +// Copyright 2010-2021 Google LLC // Licensed under the Apache License, Version 2.0 (the "License"); // you may not use this file except in compliance with the License. // You may obtain a copy of the License at diff --git a/ortools/linear_solver/samples/mip_var_array.py b/ortools/linear_solver/samples/mip_var_array.py index 625555689c..2f85d3e8cb 100644 --- a/ortools/linear_solver/samples/mip_var_array.py +++ b/ortools/linear_solver/samples/mip_var_array.py @@ -1,4 +1,4 @@ -# Copyright 2010-2018 Google LLC +# Copyright 2010-2021 Google LLC # Licensed under the Apache License, Version 2.0 (the "License"); # you may not use this file except in compliance with the License. # You may obtain a copy of the License at diff --git a/ortools/linear_solver/samples/multiple_knapsack_mip.cc b/ortools/linear_solver/samples/multiple_knapsack_mip.cc index 6dfac219ae..020b60d104 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-2018 Google LLC +// Copyright 2010-2021 Google LLC // Licensed under the Apache License, Version 2.0 (the "License"); // you may not use this file except in compliance with the License. // You may obtain a copy of the License at diff --git a/ortools/linear_solver/samples/multiple_knapsack_mip.py b/ortools/linear_solver/samples/multiple_knapsack_mip.py index 2b1c7e65cd..65582b92c8 100644 --- a/ortools/linear_solver/samples/multiple_knapsack_mip.py +++ b/ortools/linear_solver/samples/multiple_knapsack_mip.py @@ -1,4 +1,4 @@ -# Copyright 2010-2018 Google LLC +# Copyright 2010-2021 Google LLC # Licensed under the Apache License, Version 2.0 (the "License"); # you may not use this file except in compliance with the License. # You may obtain a copy of the License at diff --git a/ortools/linear_solver/samples/simple_lp_program.cc b/ortools/linear_solver/samples/simple_lp_program.cc index b875c27cb8..0426b5804e 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-2018 Google LLC +// Copyright 2010-2021 Google LLC // Licensed under the Apache License, Version 2.0 (the "License"); // you may not use this file except in compliance with the License. // You may obtain a copy of the License at diff --git a/ortools/linear_solver/samples/simple_lp_program.py b/ortools/linear_solver/samples/simple_lp_program.py index c934665732..4ba6cb7902 100644 --- a/ortools/linear_solver/samples/simple_lp_program.py +++ b/ortools/linear_solver/samples/simple_lp_program.py @@ -1,4 +1,4 @@ -# Copyright 2010-2018 Google LLC +# Copyright 2010-2021 Google LLC # Licensed under the Apache License, Version 2.0 (the "License"); # you may not use this file except in compliance with the License. # You may obtain a copy of the License at diff --git a/ortools/linear_solver/samples/simple_mip_program.cc b/ortools/linear_solver/samples/simple_mip_program.cc index f50e1fbaf4..b8351e4fe1 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-2018 Google LLC +// Copyright 2010-2021 Google LLC // Licensed under the Apache License, Version 2.0 (the "License"); // you may not use this file except in compliance with the License. // You may obtain a copy of the License at diff --git a/ortools/linear_solver/samples/simple_mip_program.py b/ortools/linear_solver/samples/simple_mip_program.py index e7b7c1f238..e115bedc6f 100644 --- a/ortools/linear_solver/samples/simple_mip_program.py +++ b/ortools/linear_solver/samples/simple_mip_program.py @@ -1,4 +1,4 @@ -# Copyright 2010-2018 Google LLC +# Copyright 2010-2021 Google LLC # Licensed under the Apache License, Version 2.0 (the "License"); # you may not use this file except in compliance with the License. # You may obtain a copy of the License at diff --git a/ortools/linear_solver/sat_interface.cc b/ortools/linear_solver/sat_interface.cc index 15e02af70a..3c4982774a 100644 --- a/ortools/linear_solver/sat_interface.cc +++ b/ortools/linear_solver/sat_interface.cc @@ -1,4 +1,4 @@ -// Copyright 2010-2018 Google LLC +// Copyright 2010-2021 Google LLC // Licensed under the Apache License, Version 2.0 (the "License"); // you may not use this file except in compliance with the License. // You may obtain a copy of the License at diff --git a/ortools/linear_solver/sat_proto_solver.cc b/ortools/linear_solver/sat_proto_solver.cc index 1e5c5bce9c..ea0ded7632 100644 --- a/ortools/linear_solver/sat_proto_solver.cc +++ b/ortools/linear_solver/sat_proto_solver.cc @@ -1,4 +1,4 @@ -// Copyright 2010-2018 Google LLC +// Copyright 2010-2021 Google LLC // Licensed under the Apache License, Version 2.0 (the "License"); // you may not use this file except in compliance with the License. // You may obtain a copy of the License at diff --git a/ortools/linear_solver/sat_proto_solver.h b/ortools/linear_solver/sat_proto_solver.h index bd6c7472df..3fc3de1729 100644 --- a/ortools/linear_solver/sat_proto_solver.h +++ b/ortools/linear_solver/sat_proto_solver.h @@ -1,4 +1,4 @@ -// Copyright 2010-2018 Google LLC +// Copyright 2010-2021 Google LLC // Licensed under the Apache License, Version 2.0 (the "License"); // you may not use this file except in compliance with the License. // You may obtain a copy of the License at diff --git a/ortools/linear_solver/sat_solver_utils.cc b/ortools/linear_solver/sat_solver_utils.cc index 2f503ba337..a2e601cbac 100644 --- a/ortools/linear_solver/sat_solver_utils.cc +++ b/ortools/linear_solver/sat_solver_utils.cc @@ -1,4 +1,4 @@ -// Copyright 2010-2018 Google LLC +// Copyright 2010-2021 Google LLC // Licensed under the Apache License, Version 2.0 (the "License"); // you may not use this file except in compliance with the License. // You may obtain a copy of the License at diff --git a/ortools/linear_solver/sat_solver_utils.h b/ortools/linear_solver/sat_solver_utils.h index a4eec9067f..6a8a1c09fa 100644 --- a/ortools/linear_solver/sat_solver_utils.h +++ b/ortools/linear_solver/sat_solver_utils.h @@ -1,4 +1,4 @@ -// Copyright 2010-2018 Google LLC +// Copyright 2010-2021 Google LLC // Licensed under the Apache License, Version 2.0 (the "License"); // you may not use this file except in compliance with the License. // You may obtain a copy of the License at diff --git a/ortools/linear_solver/scip_callback.cc b/ortools/linear_solver/scip_callback.cc index 673ef06c27..bb1e2e6397 100644 --- a/ortools/linear_solver/scip_callback.cc +++ b/ortools/linear_solver/scip_callback.cc @@ -1,4 +1,4 @@ -// Copyright 2010-2018 Google LLC +// Copyright 2010-2021 Google LLC // Licensed under the Apache License, Version 2.0 (the "License"); // you may not use this file except in compliance with the License. // You may obtain a copy of the License at diff --git a/ortools/linear_solver/scip_callback.h b/ortools/linear_solver/scip_callback.h index 28ed826596..c0c89b6d12 100644 --- a/ortools/linear_solver/scip_callback.h +++ b/ortools/linear_solver/scip_callback.h @@ -1,4 +1,4 @@ -// Copyright 2010-2018 Google LLC +// Copyright 2010-2021 Google LLC // Licensed under the Apache License, Version 2.0 (the "License"); // you may not use this file except in compliance with the License. // You may obtain a copy of the License at diff --git a/ortools/linear_solver/scip_helper_macros.h b/ortools/linear_solver/scip_helper_macros.h index 3650906de1..66062998d5 100644 --- a/ortools/linear_solver/scip_helper_macros.h +++ b/ortools/linear_solver/scip_helper_macros.h @@ -1,4 +1,4 @@ -// Copyright 2010-2018 Google LLC +// Copyright 2010-2021 Google LLC // Licensed under the Apache License, Version 2.0 (the "License"); // you may not use this file except in compliance with the License. // You may obtain a copy of the License at diff --git a/ortools/linear_solver/scip_interface.cc b/ortools/linear_solver/scip_interface.cc index b418a8f823..47181fda52 100644 --- a/ortools/linear_solver/scip_interface.cc +++ b/ortools/linear_solver/scip_interface.cc @@ -1,4 +1,4 @@ -// Copyright 2010-2018 Google LLC +// Copyright 2010-2021 Google LLC // Licensed under the Apache License, Version 2.0 (the "License"); // you may not use this file except in compliance with the License. // You may obtain a copy of the License at diff --git a/ortools/linear_solver/scip_proto_solver.cc b/ortools/linear_solver/scip_proto_solver.cc index 80e4566eb2..ce29f494ee 100644 --- a/ortools/linear_solver/scip_proto_solver.cc +++ b/ortools/linear_solver/scip_proto_solver.cc @@ -1,4 +1,4 @@ -// Copyright 2010-2018 Google LLC +// Copyright 2010-2021 Google LLC // Licensed under the Apache License, Version 2.0 (the "License"); // you may not use this file except in compliance with the License. // You may obtain a copy of the License at diff --git a/ortools/linear_solver/scip_proto_solver.h b/ortools/linear_solver/scip_proto_solver.h index 75cfd51fce..0b197954fd 100644 --- a/ortools/linear_solver/scip_proto_solver.h +++ b/ortools/linear_solver/scip_proto_solver.h @@ -1,4 +1,4 @@ -// Copyright 2010-2018 Google LLC +// Copyright 2010-2021 Google LLC // Licensed under the Apache License, Version 2.0 (the "License"); // you may not use this file except in compliance with the License. // You may obtain a copy of the License at diff --git a/ortools/lp_data/lp_data.cc b/ortools/lp_data/lp_data.cc index 9b0405fff9..8e3645f866 100644 --- a/ortools/lp_data/lp_data.cc +++ b/ortools/lp_data/lp_data.cc @@ -1,4 +1,4 @@ -// Copyright 2010-2018 Google LLC +// Copyright 2010-2021 Google LLC // Licensed under the Apache License, Version 2.0 (the "License"); // you may not use this file except in compliance with the License. // You may obtain a copy of the License at diff --git a/ortools/lp_data/lp_data.h b/ortools/lp_data/lp_data.h index 4be93a924e..94e605341a 100644 --- a/ortools/lp_data/lp_data.h +++ b/ortools/lp_data/lp_data.h @@ -1,4 +1,4 @@ -// Copyright 2010-2018 Google LLC +// Copyright 2010-2021 Google LLC // Licensed under the Apache License, Version 2.0 (the "License"); // you may not use this file except in compliance with the License. // You may obtain a copy of the License at diff --git a/ortools/lp_data/lp_data_utils.cc b/ortools/lp_data/lp_data_utils.cc index 280766354d..4fa1bd70c6 100644 --- a/ortools/lp_data/lp_data_utils.cc +++ b/ortools/lp_data/lp_data_utils.cc @@ -1,4 +1,4 @@ -// Copyright 2010-2018 Google LLC +// Copyright 2010-2021 Google LLC // Licensed under the Apache License, Version 2.0 (the "License"); // you may not use this file except in compliance with the License. // You may obtain a copy of the License at diff --git a/ortools/lp_data/lp_data_utils.h b/ortools/lp_data/lp_data_utils.h index 127e7d67fc..e238641313 100644 --- a/ortools/lp_data/lp_data_utils.h +++ b/ortools/lp_data/lp_data_utils.h @@ -1,4 +1,4 @@ -// Copyright 2010-2018 Google LLC +// Copyright 2010-2021 Google LLC // Licensed under the Apache License, Version 2.0 (the "License"); // you may not use this file except in compliance with the License. // You may obtain a copy of the License at diff --git a/ortools/lp_data/lp_decomposer.cc b/ortools/lp_data/lp_decomposer.cc index c756e5ed06..4a002affa7 100644 --- a/ortools/lp_data/lp_decomposer.cc +++ b/ortools/lp_data/lp_decomposer.cc @@ -1,4 +1,4 @@ -// Copyright 2010-2018 Google LLC +// Copyright 2010-2021 Google LLC // Licensed under the Apache License, Version 2.0 (the "License"); // you may not use this file except in compliance with the License. // You may obtain a copy of the License at diff --git a/ortools/lp_data/lp_decomposer.h b/ortools/lp_data/lp_decomposer.h index 26730cca24..92de116f62 100644 --- a/ortools/lp_data/lp_decomposer.h +++ b/ortools/lp_data/lp_decomposer.h @@ -1,4 +1,4 @@ -// Copyright 2010-2018 Google LLC +// Copyright 2010-2021 Google LLC // Licensed under the Apache License, Version 2.0 (the "License"); // you may not use this file except in compliance with the License. // You may obtain a copy of the License at diff --git a/ortools/lp_data/lp_print_utils.cc b/ortools/lp_data/lp_print_utils.cc index fa26909f76..10c3408a0a 100644 --- a/ortools/lp_data/lp_print_utils.cc +++ b/ortools/lp_data/lp_print_utils.cc @@ -1,4 +1,4 @@ -// Copyright 2010-2018 Google LLC +// Copyright 2010-2021 Google LLC // Licensed under the Apache License, Version 2.0 (the "License"); // you may not use this file except in compliance with the License. // You may obtain a copy of the License at diff --git a/ortools/lp_data/lp_print_utils.h b/ortools/lp_data/lp_print_utils.h index 2d46ef35f2..cd11099d0d 100644 --- a/ortools/lp_data/lp_print_utils.h +++ b/ortools/lp_data/lp_print_utils.h @@ -1,4 +1,4 @@ -// Copyright 2010-2018 Google LLC +// Copyright 2010-2021 Google LLC // Licensed under the Apache License, Version 2.0 (the "License"); // you may not use this file except in compliance with the License. // You may obtain a copy of the License at diff --git a/ortools/lp_data/lp_types.cc b/ortools/lp_data/lp_types.cc index 3962ac4c76..14866abcb9 100644 --- a/ortools/lp_data/lp_types.cc +++ b/ortools/lp_data/lp_types.cc @@ -1,4 +1,4 @@ -// Copyright 2010-2018 Google LLC +// Copyright 2010-2021 Google LLC // Licensed under the Apache License, Version 2.0 (the "License"); // you may not use this file except in compliance with the License. // You may obtain a copy of the License at diff --git a/ortools/lp_data/lp_types.h b/ortools/lp_data/lp_types.h index b073212be7..79d74065b3 100644 --- a/ortools/lp_data/lp_types.h +++ b/ortools/lp_data/lp_types.h @@ -1,4 +1,4 @@ -// Copyright 2010-2018 Google LLC +// Copyright 2010-2021 Google LLC // Licensed under the Apache License, Version 2.0 (the "License"); // you may not use this file except in compliance with the License. // You may obtain a copy of the License at diff --git a/ortools/lp_data/lp_utils.cc b/ortools/lp_data/lp_utils.cc index 14351a3408..58788792bf 100644 --- a/ortools/lp_data/lp_utils.cc +++ b/ortools/lp_data/lp_utils.cc @@ -1,4 +1,4 @@ -// Copyright 2010-2018 Google LLC +// Copyright 2010-2021 Google LLC // Licensed under the Apache License, Version 2.0 (the "License"); // you may not use this file except in compliance with the License. // You may obtain a copy of the License at diff --git a/ortools/lp_data/lp_utils.h b/ortools/lp_data/lp_utils.h index 5833647a61..087ab40fa3 100644 --- a/ortools/lp_data/lp_utils.h +++ b/ortools/lp_data/lp_utils.h @@ -1,4 +1,4 @@ -// Copyright 2010-2018 Google LLC +// Copyright 2010-2021 Google LLC // Licensed under the Apache License, Version 2.0 (the "License"); // you may not use this file except in compliance with the License. // You may obtain a copy of the License at diff --git a/ortools/lp_data/matrix_scaler.cc b/ortools/lp_data/matrix_scaler.cc index 1e2bd878c9..070195ed64 100644 --- a/ortools/lp_data/matrix_scaler.cc +++ b/ortools/lp_data/matrix_scaler.cc @@ -1,4 +1,4 @@ -// Copyright 2010-2018 Google LLC +// Copyright 2010-2021 Google LLC // Licensed under the Apache License, Version 2.0 (the "License"); // you may not use this file except in compliance with the License. // You may obtain a copy of the License at diff --git a/ortools/lp_data/matrix_scaler.h b/ortools/lp_data/matrix_scaler.h index 69884f2ae8..160e64f297 100644 --- a/ortools/lp_data/matrix_scaler.h +++ b/ortools/lp_data/matrix_scaler.h @@ -1,4 +1,4 @@ -// Copyright 2010-2018 Google LLC +// Copyright 2010-2021 Google LLC // Licensed under the Apache License, Version 2.0 (the "License"); // you may not use this file except in compliance with the License. // You may obtain a copy of the License at diff --git a/ortools/lp_data/matrix_utils.cc b/ortools/lp_data/matrix_utils.cc index 1aba9ca7c9..b4751b7948 100644 --- a/ortools/lp_data/matrix_utils.cc +++ b/ortools/lp_data/matrix_utils.cc @@ -1,4 +1,4 @@ -// Copyright 2010-2018 Google LLC +// Copyright 2010-2021 Google LLC // Licensed under the Apache License, Version 2.0 (the "License"); // you may not use this file except in compliance with the License. // You may obtain a copy of the License at diff --git a/ortools/lp_data/matrix_utils.h b/ortools/lp_data/matrix_utils.h index 942c811a26..dfd3a83817 100644 --- a/ortools/lp_data/matrix_utils.h +++ b/ortools/lp_data/matrix_utils.h @@ -1,4 +1,4 @@ -// Copyright 2010-2018 Google LLC +// Copyright 2010-2021 Google LLC // Licensed under the Apache License, Version 2.0 (the "License"); // you may not use this file except in compliance with the License. // You may obtain a copy of the License at diff --git a/ortools/lp_data/model_reader.cc b/ortools/lp_data/model_reader.cc index 4a61ee3e3a..2548939844 100644 --- a/ortools/lp_data/model_reader.cc +++ b/ortools/lp_data/model_reader.cc @@ -1,4 +1,4 @@ -// Copyright 2010-2018 Google LLC +// Copyright 2010-2021 Google LLC // Licensed under the Apache License, Version 2.0 (the "License"); // you may not use this file except in compliance with the License. // You may obtain a copy of the License at diff --git a/ortools/lp_data/model_reader.h b/ortools/lp_data/model_reader.h index 789b20f40a..2e4f8497bc 100644 --- a/ortools/lp_data/model_reader.h +++ b/ortools/lp_data/model_reader.h @@ -1,4 +1,4 @@ -// Copyright 2010-2018 Google LLC +// Copyright 2010-2021 Google LLC // Licensed under the Apache License, Version 2.0 (the "License"); // you may not use this file except in compliance with the License. // You may obtain a copy of the License at diff --git a/ortools/lp_data/mps_reader.cc b/ortools/lp_data/mps_reader.cc index 3fe46b2c30..79d4c724f7 100644 --- a/ortools/lp_data/mps_reader.cc +++ b/ortools/lp_data/mps_reader.cc @@ -1,4 +1,4 @@ -// Copyright 2010-2018 Google LLC +// Copyright 2010-2021 Google LLC // Licensed under the Apache License, Version 2.0 (the "License"); // you may not use this file except in compliance with the License. // You may obtain a copy of the License at diff --git a/ortools/lp_data/mps_reader.h b/ortools/lp_data/mps_reader.h index 78535cd53f..3c9d3dc0d9 100644 --- a/ortools/lp_data/mps_reader.h +++ b/ortools/lp_data/mps_reader.h @@ -1,4 +1,4 @@ -// Copyright 2010-2018 Google LLC +// Copyright 2010-2021 Google LLC // Licensed under the Apache License, Version 2.0 (the "License"); // you may not use this file except in compliance with the License. // You may obtain a copy of the License at diff --git a/ortools/lp_data/permutation.h b/ortools/lp_data/permutation.h index f959d09384..16f572daec 100644 --- a/ortools/lp_data/permutation.h +++ b/ortools/lp_data/permutation.h @@ -1,4 +1,4 @@ -// Copyright 2010-2018 Google LLC +// Copyright 2010-2021 Google LLC // Licensed under the Apache License, Version 2.0 (the "License"); // you may not use this file except in compliance with the License. // You may obtain a copy of the License at diff --git a/ortools/lp_data/proto_utils.cc b/ortools/lp_data/proto_utils.cc index a3863e5a0c..79d4011dbc 100644 --- a/ortools/lp_data/proto_utils.cc +++ b/ortools/lp_data/proto_utils.cc @@ -1,4 +1,4 @@ -// Copyright 2010-2018 Google LLC +// Copyright 2010-2021 Google LLC // Licensed under the Apache License, Version 2.0 (the "License"); // you may not use this file except in compliance with the License. // You may obtain a copy of the License at diff --git a/ortools/lp_data/proto_utils.h b/ortools/lp_data/proto_utils.h index 3eac859d9a..50871c6a6d 100644 --- a/ortools/lp_data/proto_utils.h +++ b/ortools/lp_data/proto_utils.h @@ -1,4 +1,4 @@ -// Copyright 2010-2018 Google LLC +// Copyright 2010-2021 Google LLC // Licensed under the Apache License, Version 2.0 (the "License"); // you may not use this file except in compliance with the License. // You may obtain a copy of the License at diff --git a/ortools/lp_data/scattered_vector.h b/ortools/lp_data/scattered_vector.h index 900df8db27..4c3ae05422 100644 --- a/ortools/lp_data/scattered_vector.h +++ b/ortools/lp_data/scattered_vector.h @@ -1,4 +1,4 @@ -// Copyright 2010-2018 Google LLC +// Copyright 2010-2021 Google LLC // Licensed under the Apache License, Version 2.0 (the "License"); // you may not use this file except in compliance with the License. // You may obtain a copy of the License at diff --git a/ortools/lp_data/sparse.cc b/ortools/lp_data/sparse.cc index 38de2690fa..670e048abf 100644 --- a/ortools/lp_data/sparse.cc +++ b/ortools/lp_data/sparse.cc @@ -1,4 +1,4 @@ -// Copyright 2010-2018 Google LLC +// Copyright 2010-2021 Google LLC // Licensed under the Apache License, Version 2.0 (the "License"); // you may not use this file except in compliance with the License. // You may obtain a copy of the License at diff --git a/ortools/lp_data/sparse.h b/ortools/lp_data/sparse.h index 0145005569..f4bac049c8 100644 --- a/ortools/lp_data/sparse.h +++ b/ortools/lp_data/sparse.h @@ -1,4 +1,4 @@ -// Copyright 2010-2018 Google LLC +// Copyright 2010-2021 Google LLC // Licensed under the Apache License, Version 2.0 (the "License"); // you may not use this file except in compliance with the License. // You may obtain a copy of the License at diff --git a/ortools/lp_data/sparse_column.cc b/ortools/lp_data/sparse_column.cc index 2bfb15cb2f..316d1b227b 100644 --- a/ortools/lp_data/sparse_column.cc +++ b/ortools/lp_data/sparse_column.cc @@ -1,4 +1,4 @@ -// Copyright 2010-2018 Google LLC +// Copyright 2010-2021 Google LLC // Licensed under the Apache License, Version 2.0 (the "License"); // you may not use this file except in compliance with the License. // You may obtain a copy of the License at diff --git a/ortools/lp_data/sparse_column.h b/ortools/lp_data/sparse_column.h index cb55309697..2ffabdc898 100644 --- a/ortools/lp_data/sparse_column.h +++ b/ortools/lp_data/sparse_column.h @@ -1,4 +1,4 @@ -// Copyright 2010-2018 Google LLC +// Copyright 2010-2021 Google LLC // Licensed under the Apache License, Version 2.0 (the "License"); // you may not use this file except in compliance with the License. // You may obtain a copy of the License at diff --git a/ortools/lp_data/sparse_row.h b/ortools/lp_data/sparse_row.h index 93dd479e2f..3f67f6898f 100644 --- a/ortools/lp_data/sparse_row.h +++ b/ortools/lp_data/sparse_row.h @@ -1,4 +1,4 @@ -// Copyright 2010-2018 Google LLC +// Copyright 2010-2021 Google LLC // Licensed under the Apache License, Version 2.0 (the "License"); // you may not use this file except in compliance with the License. // You may obtain a copy of the License at diff --git a/ortools/lp_data/sparse_vector.h b/ortools/lp_data/sparse_vector.h index c2a295c09d..1e86d7355a 100644 --- a/ortools/lp_data/sparse_vector.h +++ b/ortools/lp_data/sparse_vector.h @@ -1,4 +1,4 @@ -// Copyright 2010-2018 Google LLC +// Copyright 2010-2021 Google LLC // Licensed under the Apache License, Version 2.0 (the "License"); // you may not use this file except in compliance with the License. // You may obtain a copy of the License at diff --git a/ortools/port/file.cc b/ortools/port/file.cc index d2279ad944..15937b7e0f 100644 --- a/ortools/port/file.cc +++ b/ortools/port/file.cc @@ -1,4 +1,4 @@ -// Copyright 2010-2018 Google LLC +// Copyright 2010-2021 Google LLC // Licensed under the Apache License, Version 2.0 (the "License"); // you may not use this file except in compliance with the License. // You may obtain a copy of the License at diff --git a/ortools/port/file.h b/ortools/port/file.h index 0dcf12022b..6d795d7249 100644 --- a/ortools/port/file.h +++ b/ortools/port/file.h @@ -1,4 +1,4 @@ -// Copyright 2010-2018 Google LLC +// Copyright 2010-2021 Google LLC // Licensed under the Apache License, Version 2.0 (the "License"); // you may not use this file except in compliance with the License. // You may obtain a copy of the License at diff --git a/ortools/port/proto_utils.h b/ortools/port/proto_utils.h index d85aaedfa3..7d646ab490 100644 --- a/ortools/port/proto_utils.h +++ b/ortools/port/proto_utils.h @@ -1,4 +1,4 @@ -// Copyright 2010-2018 Google LLC +// Copyright 2010-2021 Google LLC // Licensed under the Apache License, Version 2.0 (the "License"); // you may not use this file except in compliance with the License. // You may obtain a copy of the License at diff --git a/ortools/port/sysinfo.cc b/ortools/port/sysinfo.cc index 037752be48..d3c71ddee6 100644 --- a/ortools/port/sysinfo.cc +++ b/ortools/port/sysinfo.cc @@ -1,4 +1,4 @@ -// Copyright 2010-2018 Google LLC +// Copyright 2010-2021 Google LLC // Licensed under the Apache License, Version 2.0 (the "License"); // you may not use this file except in compliance with the License. // You may obtain a copy of the License at diff --git a/ortools/port/sysinfo.h b/ortools/port/sysinfo.h index 7c66fc3bcc..62d1c413e0 100644 --- a/ortools/port/sysinfo.h +++ b/ortools/port/sysinfo.h @@ -1,4 +1,4 @@ -// Copyright 2010-2018 Google LLC +// Copyright 2010-2021 Google LLC // Licensed under the Apache License, Version 2.0 (the "License"); // you may not use this file except in compliance with the License. // You may obtain a copy of the License at diff --git a/ortools/port/utf8.h b/ortools/port/utf8.h index 044e884bc9..568c375da3 100644 --- a/ortools/port/utf8.h +++ b/ortools/port/utf8.h @@ -1,4 +1,4 @@ -// Copyright 2010-2018 Google LLC +// Copyright 2010-2021 Google LLC // Licensed under the Apache License, Version 2.0 (the "License"); // you may not use this file except in compliance with the License. // You may obtain a copy of the License at diff --git a/ortools/sat/__init__.py b/ortools/sat/__init__.py index fe62c7678d..e0070a763c 100644 --- a/ortools/sat/__init__.py +++ b/ortools/sat/__init__.py @@ -1,4 +1,4 @@ -# Copyright 2010-2018 Google LLC +# Copyright 2010-2021 Google LLC # Licensed under the Apache License, Version 2.0 (the "License"); # you may not use this file except in compliance with the License. # You may obtain a copy of the License at diff --git a/ortools/sat/all_different.cc b/ortools/sat/all_different.cc index 8c31ce1788..49cc024991 100644 --- a/ortools/sat/all_different.cc +++ b/ortools/sat/all_different.cc @@ -1,4 +1,4 @@ -// Copyright 2010-2018 Google LLC +// Copyright 2010-2021 Google LLC // Licensed under the Apache License, Version 2.0 (the "License"); // you may not use this file except in compliance with the License. // You may obtain a copy of the License at diff --git a/ortools/sat/all_different.h b/ortools/sat/all_different.h index 357eaa67e8..7b3d539516 100644 --- a/ortools/sat/all_different.h +++ b/ortools/sat/all_different.h @@ -1,4 +1,4 @@ -// Copyright 2010-2018 Google LLC +// Copyright 2010-2021 Google LLC // Licensed under the Apache License, Version 2.0 (the "License"); // you may not use this file except in compliance with the License. // You may obtain a copy of the License at diff --git a/ortools/sat/boolean_problem.cc b/ortools/sat/boolean_problem.cc index 30b117c4df..a6f92e7996 100644 --- a/ortools/sat/boolean_problem.cc +++ b/ortools/sat/boolean_problem.cc @@ -1,4 +1,4 @@ -// Copyright 2010-2018 Google LLC +// Copyright 2010-2021 Google LLC // Licensed under the Apache License, Version 2.0 (the "License"); // you may not use this file except in compliance with the License. // You may obtain a copy of the License at diff --git a/ortools/sat/boolean_problem.h b/ortools/sat/boolean_problem.h index def382bf39..a111c6520e 100644 --- a/ortools/sat/boolean_problem.h +++ b/ortools/sat/boolean_problem.h @@ -1,4 +1,4 @@ -// Copyright 2010-2018 Google LLC +// Copyright 2010-2021 Google LLC // Licensed under the Apache License, Version 2.0 (the "License"); // you may not use this file except in compliance with the License. // You may obtain a copy of the License at diff --git a/ortools/sat/boolean_problem.proto b/ortools/sat/boolean_problem.proto index eac0f38af4..2d3e643954 100644 --- a/ortools/sat/boolean_problem.proto +++ b/ortools/sat/boolean_problem.proto @@ -1,4 +1,4 @@ -// Copyright 2010-2018 Google LLC +// Copyright 2010-2021 Google LLC // Licensed under the Apache License, Version 2.0 (the "License"); // you may not use this file except in compliance with the License. // You may obtain a copy of the License at diff --git a/ortools/sat/circuit.cc b/ortools/sat/circuit.cc index 5c8fb09b01..0d19d0379c 100644 --- a/ortools/sat/circuit.cc +++ b/ortools/sat/circuit.cc @@ -1,4 +1,4 @@ -// Copyright 2010-2018 Google LLC +// Copyright 2010-2021 Google LLC // Licensed under the Apache License, Version 2.0 (the "License"); // you may not use this file except in compliance with the License. // You may obtain a copy of the License at diff --git a/ortools/sat/circuit.h b/ortools/sat/circuit.h index 74ab3e76a7..15a6db8ec5 100644 --- a/ortools/sat/circuit.h +++ b/ortools/sat/circuit.h @@ -1,4 +1,4 @@ -// Copyright 2010-2018 Google LLC +// Copyright 2010-2021 Google LLC // Licensed under the Apache License, Version 2.0 (the "License"); // you may not use this file except in compliance with the License. // You may obtain a copy of the License at diff --git a/ortools/sat/clause.cc b/ortools/sat/clause.cc index 48ed6a67f8..c8ca772c17 100644 --- a/ortools/sat/clause.cc +++ b/ortools/sat/clause.cc @@ -1,4 +1,4 @@ -// Copyright 2010-2018 Google LLC +// Copyright 2010-2021 Google LLC // Licensed under the Apache License, Version 2.0 (the "License"); // you may not use this file except in compliance with the License. // You may obtain a copy of the License at diff --git a/ortools/sat/clause.h b/ortools/sat/clause.h index 0da6ca501b..5e4d69fd1f 100644 --- a/ortools/sat/clause.h +++ b/ortools/sat/clause.h @@ -1,4 +1,4 @@ -// Copyright 2010-2018 Google LLC +// Copyright 2010-2021 Google LLC // Licensed under the Apache License, Version 2.0 (the "License"); // you may not use this file except in compliance with the License. // You may obtain a copy of the License at diff --git a/ortools/sat/cp_constraints.cc b/ortools/sat/cp_constraints.cc index d23dd01360..6b9d55b46f 100644 --- a/ortools/sat/cp_constraints.cc +++ b/ortools/sat/cp_constraints.cc @@ -1,4 +1,4 @@ -// Copyright 2010-2018 Google LLC +// Copyright 2010-2021 Google LLC // Licensed under the Apache License, Version 2.0 (the "License"); // you may not use this file except in compliance with the License. // You may obtain a copy of the License at diff --git a/ortools/sat/cp_constraints.h b/ortools/sat/cp_constraints.h index dc981bb233..c1d84d32e6 100644 --- a/ortools/sat/cp_constraints.h +++ b/ortools/sat/cp_constraints.h @@ -1,4 +1,4 @@ -// Copyright 2010-2018 Google LLC +// Copyright 2010-2021 Google LLC // Licensed under the Apache License, Version 2.0 (the "License"); // you may not use this file except in compliance with the License. // You may obtain a copy of the License at diff --git a/ortools/sat/cp_model.cc b/ortools/sat/cp_model.cc index 5fc9957136..8e5ee45cfe 100644 --- a/ortools/sat/cp_model.cc +++ b/ortools/sat/cp_model.cc @@ -1,4 +1,4 @@ -// Copyright 2010-2018 Google LLC +// Copyright 2010-2021 Google LLC // Licensed under the Apache License, Version 2.0 (the "License"); // you may not use this file except in compliance with the License. // You may obtain a copy of the License at diff --git a/ortools/sat/cp_model.h b/ortools/sat/cp_model.h index ae745f0350..15ff90b053 100644 --- a/ortools/sat/cp_model.h +++ b/ortools/sat/cp_model.h @@ -1,4 +1,4 @@ -// Copyright 2010-2018 Google LLC +// Copyright 2010-2021 Google LLC // Licensed under the Apache License, Version 2.0 (the "License"); // you may not use this file except in compliance with the License. // You may obtain a copy of the License at diff --git a/ortools/sat/cp_model.proto b/ortools/sat/cp_model.proto index 3a32e72bc0..878c9b5bcc 100644 --- a/ortools/sat/cp_model.proto +++ b/ortools/sat/cp_model.proto @@ -1,4 +1,4 @@ -// Copyright 2010-2018 Google LLC +// Copyright 2010-2021 Google LLC // Licensed under the Apache License, Version 2.0 (the "License"); // you may not use this file except in compliance with the License. // You may obtain a copy of the License at diff --git a/ortools/sat/cp_model_checker.cc b/ortools/sat/cp_model_checker.cc index 8949679754..a9a1c7d2de 100644 --- a/ortools/sat/cp_model_checker.cc +++ b/ortools/sat/cp_model_checker.cc @@ -1,4 +1,4 @@ -// Copyright 2010-2018 Google LLC +// Copyright 2010-2021 Google LLC // Licensed under the Apache License, Version 2.0 (the "License"); // you may not use this file except in compliance with the License. // You may obtain a copy of the License at diff --git a/ortools/sat/cp_model_checker.h b/ortools/sat/cp_model_checker.h index e7885e756f..dc4ddca538 100644 --- a/ortools/sat/cp_model_checker.h +++ b/ortools/sat/cp_model_checker.h @@ -1,4 +1,4 @@ -// Copyright 2010-2018 Google LLC +// Copyright 2010-2021 Google LLC // Licensed under the Apache License, Version 2.0 (the "License"); // you may not use this file except in compliance with the License. // You may obtain a copy of the License at diff --git a/ortools/sat/cp_model_expand.cc b/ortools/sat/cp_model_expand.cc index a28fb6ac27..c3e2354e2a 100644 --- a/ortools/sat/cp_model_expand.cc +++ b/ortools/sat/cp_model_expand.cc @@ -1,4 +1,4 @@ -// Copyright 2010-2018 Google LLC +// Copyright 2010-2021 Google LLC // Licensed under the Apache License, Version 2.0 (the "License"); // you may not use this file except in compliance with the License. // You may obtain a copy of the License at diff --git a/ortools/sat/cp_model_expand.h b/ortools/sat/cp_model_expand.h index 46a4e32f0e..3c45b08418 100644 --- a/ortools/sat/cp_model_expand.h +++ b/ortools/sat/cp_model_expand.h @@ -1,4 +1,4 @@ -// Copyright 2010-2018 Google LLC +// Copyright 2010-2021 Google LLC // Licensed under the Apache License, Version 2.0 (the "License"); // you may not use this file except in compliance with the License. // You may obtain a copy of the License at diff --git a/ortools/sat/cp_model_lns.cc b/ortools/sat/cp_model_lns.cc index 3ab164fca7..bd2ee3723b 100644 --- a/ortools/sat/cp_model_lns.cc +++ b/ortools/sat/cp_model_lns.cc @@ -1,4 +1,4 @@ -// Copyright 2010-2018 Google LLC +// Copyright 2010-2021 Google LLC // Licensed under the Apache License, Version 2.0 (the "License"); // you may not use this file except in compliance with the License. // You may obtain a copy of the License at diff --git a/ortools/sat/cp_model_lns.h b/ortools/sat/cp_model_lns.h index 8ba6fc88a9..e61cbaba9d 100644 --- a/ortools/sat/cp_model_lns.h +++ b/ortools/sat/cp_model_lns.h @@ -1,4 +1,4 @@ -// Copyright 2010-2018 Google LLC +// Copyright 2010-2021 Google LLC // Licensed under the Apache License, Version 2.0 (the "License"); // you may not use this file except in compliance with the License. // You may obtain a copy of the License at diff --git a/ortools/sat/cp_model_loader.cc b/ortools/sat/cp_model_loader.cc index 384ddfc2fa..d3b6d3b753 100644 --- a/ortools/sat/cp_model_loader.cc +++ b/ortools/sat/cp_model_loader.cc @@ -1,4 +1,4 @@ -// Copyright 2010-2018 Google LLC +// Copyright 2010-2021 Google LLC // Licensed under the Apache License, Version 2.0 (the "License"); // you may not use this file except in compliance with the License. // You may obtain a copy of the License at diff --git a/ortools/sat/cp_model_loader.h b/ortools/sat/cp_model_loader.h index 65c9d3ab75..5b2f7b5f22 100644 --- a/ortools/sat/cp_model_loader.h +++ b/ortools/sat/cp_model_loader.h @@ -1,4 +1,4 @@ -// Copyright 2010-2018 Google LLC +// Copyright 2010-2021 Google LLC // Licensed under the Apache License, Version 2.0 (the "License"); // you may not use this file except in compliance with the License. // You may obtain a copy of the License at diff --git a/ortools/sat/cp_model_objective.cc b/ortools/sat/cp_model_objective.cc index 9449e3797a..602de4fe43 100644 --- a/ortools/sat/cp_model_objective.cc +++ b/ortools/sat/cp_model_objective.cc @@ -1,4 +1,4 @@ -// Copyright 2010-2018 Google LLC +// Copyright 2010-2021 Google LLC // Licensed under the Apache License, Version 2.0 (the "License"); // you may not use this file except in compliance with the License. // You may obtain a copy of the License at diff --git a/ortools/sat/cp_model_objective.h b/ortools/sat/cp_model_objective.h index 003e9bc439..7b6c347230 100644 --- a/ortools/sat/cp_model_objective.h +++ b/ortools/sat/cp_model_objective.h @@ -1,4 +1,4 @@ -// Copyright 2010-2018 Google LLC +// Copyright 2010-2021 Google LLC // Licensed under the Apache License, Version 2.0 (the "License"); // you may not use this file except in compliance with the License. // You may obtain a copy of the License at diff --git a/ortools/sat/cp_model_postsolve.cc b/ortools/sat/cp_model_postsolve.cc index 0fbffb97a1..8ad2003451 100644 --- a/ortools/sat/cp_model_postsolve.cc +++ b/ortools/sat/cp_model_postsolve.cc @@ -1,4 +1,4 @@ -// Copyright 2010-2018 Google LLC +// Copyright 2010-2021 Google LLC // Licensed under the Apache License, Version 2.0 (the "License"); // you may not use this file except in compliance with the License. // You may obtain a copy of the License at diff --git a/ortools/sat/cp_model_postsolve.h b/ortools/sat/cp_model_postsolve.h index dbd791f860..3a08a1124b 100644 --- a/ortools/sat/cp_model_postsolve.h +++ b/ortools/sat/cp_model_postsolve.h @@ -1,4 +1,4 @@ -// Copyright 2010-2018 Google LLC +// Copyright 2010-2021 Google LLC // Licensed under the Apache License, Version 2.0 (the "License"); // you may not use this file except in compliance with the License. // You may obtain a copy of the License at diff --git a/ortools/sat/cp_model_presolve.cc b/ortools/sat/cp_model_presolve.cc index f4dadda855..c1c243daa4 100644 --- a/ortools/sat/cp_model_presolve.cc +++ b/ortools/sat/cp_model_presolve.cc @@ -1,4 +1,4 @@ -// Copyright 2010-2018 Google LLC +// Copyright 2010-2021 Google LLC // Licensed under the Apache License, Version 2.0 (the "License"); // you may not use this file except in compliance with the License. // You may obtain a copy of the License at diff --git a/ortools/sat/cp_model_presolve.h b/ortools/sat/cp_model_presolve.h index a10fe0040a..851582e914 100644 --- a/ortools/sat/cp_model_presolve.h +++ b/ortools/sat/cp_model_presolve.h @@ -1,4 +1,4 @@ -// Copyright 2010-2018 Google LLC +// Copyright 2010-2021 Google LLC // Licensed under the Apache License, Version 2.0 (the "License"); // you may not use this file except in compliance with the License. // You may obtain a copy of the License at diff --git a/ortools/sat/cp_model_search.cc b/ortools/sat/cp_model_search.cc index 0d882675d9..d897fbb67a 100644 --- a/ortools/sat/cp_model_search.cc +++ b/ortools/sat/cp_model_search.cc @@ -1,4 +1,4 @@ -// Copyright 2010-2018 Google LLC +// Copyright 2010-2021 Google LLC // Licensed under the Apache License, Version 2.0 (the "License"); // you may not use this file except in compliance with the License. // You may obtain a copy of the License at diff --git a/ortools/sat/cp_model_search.h b/ortools/sat/cp_model_search.h index 01bfe934df..1dd4b3639a 100644 --- a/ortools/sat/cp_model_search.h +++ b/ortools/sat/cp_model_search.h @@ -1,4 +1,4 @@ -// Copyright 2010-2018 Google LLC +// Copyright 2010-2021 Google LLC // Licensed under the Apache License, Version 2.0 (the "License"); // you may not use this file except in compliance with the License. // You may obtain a copy of the License at diff --git a/ortools/sat/cp_model_service.proto b/ortools/sat/cp_model_service.proto index db951a1619..951c0e1d93 100644 --- a/ortools/sat/cp_model_service.proto +++ b/ortools/sat/cp_model_service.proto @@ -1,4 +1,4 @@ -// Copyright 2010-2018 Google LLC +// Copyright 2010-2021 Google LLC // Licensed under the Apache License, Version 2.0 (the "License"); // you may not use this file except in compliance with the License. // You may obtain a copy of the License at diff --git a/ortools/sat/cp_model_solver.cc b/ortools/sat/cp_model_solver.cc index 78b28124fb..72a2768894 100644 --- a/ortools/sat/cp_model_solver.cc +++ b/ortools/sat/cp_model_solver.cc @@ -1,4 +1,4 @@ -// Copyright 2010-2018 Google LLC +// Copyright 2010-2021 Google LLC // Licensed under the Apache License, Version 2.0 (the "License"); // you may not use this file except in compliance with the License. // You may obtain a copy of the License at diff --git a/ortools/sat/cp_model_solver.h b/ortools/sat/cp_model_solver.h index 181af7cfe2..4c3be8043c 100644 --- a/ortools/sat/cp_model_solver.h +++ b/ortools/sat/cp_model_solver.h @@ -1,4 +1,4 @@ -// Copyright 2010-2018 Google LLC +// Copyright 2010-2021 Google LLC // Licensed under the Apache License, Version 2.0 (the "License"); // you may not use this file except in compliance with the License. // You may obtain a copy of the License at diff --git a/ortools/sat/cp_model_symmetries.cc b/ortools/sat/cp_model_symmetries.cc index 9caaab66c6..d880a66c36 100644 --- a/ortools/sat/cp_model_symmetries.cc +++ b/ortools/sat/cp_model_symmetries.cc @@ -1,4 +1,4 @@ -// Copyright 2010-2018 Google LLC +// Copyright 2010-2021 Google LLC // Licensed under the Apache License, Version 2.0 (the "License"); // you may not use this file except in compliance with the License. // You may obtain a copy of the License at diff --git a/ortools/sat/cp_model_symmetries.h b/ortools/sat/cp_model_symmetries.h index ecc1aef25b..3b9a371233 100644 --- a/ortools/sat/cp_model_symmetries.h +++ b/ortools/sat/cp_model_symmetries.h @@ -1,4 +1,4 @@ -// Copyright 2010-2018 Google LLC +// Copyright 2010-2021 Google LLC // Licensed under the Apache License, Version 2.0 (the "License"); // you may not use this file except in compliance with the License. // You may obtain a copy of the License at diff --git a/ortools/sat/cp_model_utils.cc b/ortools/sat/cp_model_utils.cc index 350d607fd8..e8a87411ff 100644 --- a/ortools/sat/cp_model_utils.cc +++ b/ortools/sat/cp_model_utils.cc @@ -1,4 +1,4 @@ -// Copyright 2010-2018 Google LLC +// Copyright 2010-2021 Google LLC // Licensed under the Apache License, Version 2.0 (the "License"); // you may not use this file except in compliance with the License. // You may obtain a copy of the License at diff --git a/ortools/sat/cp_model_utils.h b/ortools/sat/cp_model_utils.h index f05b126b2a..c9f0dca1e7 100644 --- a/ortools/sat/cp_model_utils.h +++ b/ortools/sat/cp_model_utils.h @@ -1,4 +1,4 @@ -// Copyright 2010-2018 Google LLC +// Copyright 2010-2021 Google LLC // Licensed under the Apache License, Version 2.0 (the "License"); // you may not use this file except in compliance with the License. // You may obtain a copy of the License at diff --git a/ortools/sat/csharp/Constraints.cs b/ortools/sat/csharp/Constraints.cs index 4cde544af2..3c59fdf1f1 100644 --- a/ortools/sat/csharp/Constraints.cs +++ b/ortools/sat/csharp/Constraints.cs @@ -1,4 +1,4 @@ -// Copyright 2010-2018 Google LLC +// Copyright 2010-2021 Google LLC // Licensed under the Apache License, Version 2.0 (the "License"); // you may not use this file except in compliance with the License. // You may obtain a copy of the License at diff --git a/ortools/sat/csharp/CpModel.cs b/ortools/sat/csharp/CpModel.cs index b78f87ecae..b7d2e08b1a 100644 --- a/ortools/sat/csharp/CpModel.cs +++ b/ortools/sat/csharp/CpModel.cs @@ -1,4 +1,4 @@ -// Copyright 2010-2018 Google LLC +// Copyright 2010-2021 Google LLC // Licensed under the Apache License, Version 2.0 (the "License"); // you may not use this file except in compliance with the License. // You may obtain a copy of the License at diff --git a/ortools/sat/csharp/CpSolver.cs b/ortools/sat/csharp/CpSolver.cs index d246f89fda..2602c3e011 100644 --- a/ortools/sat/csharp/CpSolver.cs +++ b/ortools/sat/csharp/CpSolver.cs @@ -1,4 +1,4 @@ -// Copyright 2010-2018 Google LLC +// Copyright 2010-2021 Google LLC // Licensed under the Apache License, Version 2.0 (the "License"); // you may not use this file except in compliance with the License. // You may obtain a copy of the License at diff --git a/ortools/sat/csharp/IntegerExpressions.cs b/ortools/sat/csharp/IntegerExpressions.cs index cee8da59d3..825c2fae58 100644 --- a/ortools/sat/csharp/IntegerExpressions.cs +++ b/ortools/sat/csharp/IntegerExpressions.cs @@ -1,4 +1,4 @@ -// Copyright 2010-2018 Google LLC +// Copyright 2010-2021 Google LLC // Licensed under the Apache License, Version 2.0 (the "License"); // you may not use this file except in compliance with the License. // You may obtain a copy of the License at diff --git a/ortools/sat/csharp/IntervalVariables.cs b/ortools/sat/csharp/IntervalVariables.cs index 85f00ead35..7c6c6bfc92 100644 --- a/ortools/sat/csharp/IntervalVariables.cs +++ b/ortools/sat/csharp/IntervalVariables.cs @@ -1,4 +1,4 @@ -// Copyright 2010-2018 Google LLC +// Copyright 2010-2021 Google LLC // Licensed under the Apache License, Version 2.0 (the "License"); // you may not use this file except in compliance with the License. // You may obtain a copy of the License at diff --git a/ortools/sat/csharp/SearchHelpers.cs b/ortools/sat/csharp/SearchHelpers.cs index 58194eb77b..1014ee5cb6 100644 --- a/ortools/sat/csharp/SearchHelpers.cs +++ b/ortools/sat/csharp/SearchHelpers.cs @@ -1,4 +1,4 @@ -// Copyright 2010-2018 Google LLC +// Copyright 2010-2021 Google LLC // Licensed under the Apache License, Version 2.0 (the "License"); // you may not use this file except in compliance with the License. // You may obtain a copy of the License at diff --git a/ortools/sat/csharp/sat.i b/ortools/sat/csharp/sat.i index 99d5a474e7..0aa922e72f 100644 --- a/ortools/sat/csharp/sat.i +++ b/ortools/sat/csharp/sat.i @@ -1,4 +1,4 @@ -// Copyright 2010-2018 Google LLC +// Copyright 2010-2021 Google LLC // Licensed under the Apache License, Version 2.0 (the "License"); // you may not use this file except in compliance with the License. // You may obtain a copy of the License at diff --git a/ortools/sat/cumulative.cc b/ortools/sat/cumulative.cc index 4b53d4037c..1b9ba0e0bc 100644 --- a/ortools/sat/cumulative.cc +++ b/ortools/sat/cumulative.cc @@ -1,4 +1,4 @@ -// Copyright 2010-2018 Google LLC +// Copyright 2010-2021 Google LLC // Licensed under the Apache License, Version 2.0 (the "License"); // you may not use this file except in compliance with the License. // You may obtain a copy of the License at diff --git a/ortools/sat/cumulative.h b/ortools/sat/cumulative.h index a974a67fe2..821b2d65c7 100644 --- a/ortools/sat/cumulative.h +++ b/ortools/sat/cumulative.h @@ -1,4 +1,4 @@ -// Copyright 2010-2018 Google LLC +// Copyright 2010-2021 Google LLC // Licensed under the Apache License, Version 2.0 (the "License"); // you may not use this file except in compliance with the License. // You may obtain a copy of the License at diff --git a/ortools/sat/cumulative_energy.cc b/ortools/sat/cumulative_energy.cc index 9bccc004f2..e17ed76dde 100644 --- a/ortools/sat/cumulative_energy.cc +++ b/ortools/sat/cumulative_energy.cc @@ -1,4 +1,4 @@ -// Copyright 2010-2018 Google LLC +// Copyright 2010-2021 Google LLC // Licensed under the Apache License, Version 2.0 (the "License"); // you may not use this file except in compliance with the License. // You may obtain a copy of the License at diff --git a/ortools/sat/cumulative_energy.h b/ortools/sat/cumulative_energy.h index ea9a84e60c..46594dbeb9 100644 --- a/ortools/sat/cumulative_energy.h +++ b/ortools/sat/cumulative_energy.h @@ -1,4 +1,4 @@ -// Copyright 2010-2018 Google LLC +// Copyright 2010-2021 Google LLC // Licensed under the Apache License, Version 2.0 (the "License"); // you may not use this file except in compliance with the License. // You may obtain a copy of the License at diff --git a/ortools/sat/cuts.cc b/ortools/sat/cuts.cc index 3c752c6b39..e4ee4e2080 100644 --- a/ortools/sat/cuts.cc +++ b/ortools/sat/cuts.cc @@ -1,4 +1,4 @@ -// Copyright 2010-2018 Google LLC +// Copyright 2010-2021 Google LLC // Licensed under the Apache License, Version 2.0 (the "License"); // you may not use this file except in compliance with the License. // You may obtain a copy of the License at diff --git a/ortools/sat/cuts.h b/ortools/sat/cuts.h index 2dfbc7a785..5aed9a2549 100644 --- a/ortools/sat/cuts.h +++ b/ortools/sat/cuts.h @@ -1,4 +1,4 @@ -// Copyright 2010-2018 Google LLC +// Copyright 2010-2021 Google LLC // Licensed under the Apache License, Version 2.0 (the "License"); // you may not use this file except in compliance with the License. // You may obtain a copy of the License at diff --git a/ortools/sat/diffn.cc b/ortools/sat/diffn.cc index b621fa3f83..515f9bb031 100644 --- a/ortools/sat/diffn.cc +++ b/ortools/sat/diffn.cc @@ -1,4 +1,4 @@ -// Copyright 2010-2018 Google LLC +// Copyright 2010-2021 Google LLC // Licensed under the Apache License, Version 2.0 (the "License"); // you may not use this file except in compliance with the License. // You may obtain a copy of the License at diff --git a/ortools/sat/diffn.h b/ortools/sat/diffn.h index 992a4697dc..dd239fdb33 100644 --- a/ortools/sat/diffn.h +++ b/ortools/sat/diffn.h @@ -1,4 +1,4 @@ -// Copyright 2010-2018 Google LLC +// Copyright 2010-2021 Google LLC // Licensed under the Apache License, Version 2.0 (the "License"); // you may not use this file except in compliance with the License. // You may obtain a copy of the License at diff --git a/ortools/sat/disjunctive.cc b/ortools/sat/disjunctive.cc index 6225931f2d..8223711f51 100644 --- a/ortools/sat/disjunctive.cc +++ b/ortools/sat/disjunctive.cc @@ -1,4 +1,4 @@ -// Copyright 2010-2018 Google LLC +// Copyright 2010-2021 Google LLC // Licensed under the Apache License, Version 2.0 (the "License"); // you may not use this file except in compliance with the License. // You may obtain a copy of the License at diff --git a/ortools/sat/disjunctive.h b/ortools/sat/disjunctive.h index 4de5080e0f..1e25046ee6 100644 --- a/ortools/sat/disjunctive.h +++ b/ortools/sat/disjunctive.h @@ -1,4 +1,4 @@ -// Copyright 2010-2018 Google LLC +// Copyright 2010-2021 Google LLC // Licensed under the Apache License, Version 2.0 (the "License"); // you may not use this file except in compliance with the License. // You may obtain a copy of the License at diff --git a/ortools/sat/drat_checker.cc b/ortools/sat/drat_checker.cc index 65d3e8698d..4ae8aff292 100644 --- a/ortools/sat/drat_checker.cc +++ b/ortools/sat/drat_checker.cc @@ -1,4 +1,4 @@ -// Copyright 2010-2018 Google LLC +// Copyright 2010-2021 Google LLC // Licensed under the Apache License, Version 2.0 (the "License"); // you may not use this file except in compliance with the License. // You may obtain a copy of the License at diff --git a/ortools/sat/drat_checker.h b/ortools/sat/drat_checker.h index d7e305d4bd..c3f96479a0 100644 --- a/ortools/sat/drat_checker.h +++ b/ortools/sat/drat_checker.h @@ -1,4 +1,4 @@ -// Copyright 2010-2018 Google LLC +// Copyright 2010-2021 Google LLC // Licensed under the Apache License, Version 2.0 (the "License"); // you may not use this file except in compliance with the License. // You may obtain a copy of the License at diff --git a/ortools/sat/drat_proof_handler.cc b/ortools/sat/drat_proof_handler.cc index 02e78f0c0c..e3c705ceca 100644 --- a/ortools/sat/drat_proof_handler.cc +++ b/ortools/sat/drat_proof_handler.cc @@ -1,4 +1,4 @@ -// Copyright 2010-2018 Google LLC +// Copyright 2010-2021 Google LLC // Licensed under the Apache License, Version 2.0 (the "License"); // you may not use this file except in compliance with the License. // You may obtain a copy of the License at diff --git a/ortools/sat/drat_proof_handler.h b/ortools/sat/drat_proof_handler.h index aa7e082aff..07a23e9f66 100644 --- a/ortools/sat/drat_proof_handler.h +++ b/ortools/sat/drat_proof_handler.h @@ -1,4 +1,4 @@ -// Copyright 2010-2018 Google LLC +// Copyright 2010-2021 Google LLC // Licensed under the Apache License, Version 2.0 (the "License"); // you may not use this file except in compliance with the License. // You may obtain a copy of the License at diff --git a/ortools/sat/drat_writer.cc b/ortools/sat/drat_writer.cc index 46b6be81ae..8f0cea08e3 100644 --- a/ortools/sat/drat_writer.cc +++ b/ortools/sat/drat_writer.cc @@ -1,4 +1,4 @@ -// Copyright 2010-2018 Google LLC +// Copyright 2010-2021 Google LLC // Licensed under the Apache License, Version 2.0 (the "License"); // you may not use this file except in compliance with the License. // You may obtain a copy of the License at diff --git a/ortools/sat/drat_writer.h b/ortools/sat/drat_writer.h index 6b9a0d81f6..9208655bd0 100644 --- a/ortools/sat/drat_writer.h +++ b/ortools/sat/drat_writer.h @@ -1,4 +1,4 @@ -// Copyright 2010-2018 Google LLC +// Copyright 2010-2021 Google LLC // Licensed under the Apache License, Version 2.0 (the "License"); // you may not use this file except in compliance with the License. // You may obtain a copy of the License at diff --git a/ortools/sat/encoding.cc b/ortools/sat/encoding.cc index 989f0d853a..bf29ba1ba2 100644 --- a/ortools/sat/encoding.cc +++ b/ortools/sat/encoding.cc @@ -1,4 +1,4 @@ -// Copyright 2010-2018 Google LLC +// Copyright 2010-2021 Google LLC // Licensed under the Apache License, Version 2.0 (the "License"); // you may not use this file except in compliance with the License. // You may obtain a copy of the License at diff --git a/ortools/sat/encoding.h b/ortools/sat/encoding.h index 7d7957485d..7c08e30699 100644 --- a/ortools/sat/encoding.h +++ b/ortools/sat/encoding.h @@ -1,4 +1,4 @@ -// Copyright 2010-2018 Google LLC +// Copyright 2010-2021 Google LLC // Licensed under the Apache License, Version 2.0 (the "License"); // you may not use this file except in compliance with the License. // You may obtain a copy of the License at diff --git a/ortools/sat/feasibility_pump.cc b/ortools/sat/feasibility_pump.cc index 05652d07ec..26ae6d22fc 100644 --- a/ortools/sat/feasibility_pump.cc +++ b/ortools/sat/feasibility_pump.cc @@ -1,4 +1,4 @@ -// Copyright 2010-2018 Google LLC +// Copyright 2010-2021 Google LLC // Licensed under the Apache License, Version 2.0 (the "License"); // you may not use this file except in compliance with the License. // You may obtain a copy of the License at diff --git a/ortools/sat/feasibility_pump.h b/ortools/sat/feasibility_pump.h index 89d8685df9..ec7a4adc8b 100644 --- a/ortools/sat/feasibility_pump.h +++ b/ortools/sat/feasibility_pump.h @@ -1,4 +1,4 @@ -// Copyright 2010-2018 Google LLC +// Copyright 2010-2021 Google LLC // Licensed under the Apache License, Version 2.0 (the "License"); // you may not use this file except in compliance with the License. // You may obtain a copy of the License at diff --git a/ortools/sat/implied_bounds.cc b/ortools/sat/implied_bounds.cc index 4c3068f053..2a572d393a 100644 --- a/ortools/sat/implied_bounds.cc +++ b/ortools/sat/implied_bounds.cc @@ -1,4 +1,4 @@ -// Copyright 2010-2018 Google LLC +// Copyright 2010-2021 Google LLC // Licensed under the Apache License, Version 2.0 (the "License"); // you may not use this file except in compliance with the License. // You may obtain a copy of the License at diff --git a/ortools/sat/implied_bounds.h b/ortools/sat/implied_bounds.h index 9018007216..06ff1112eb 100644 --- a/ortools/sat/implied_bounds.h +++ b/ortools/sat/implied_bounds.h @@ -1,4 +1,4 @@ -// Copyright 2010-2018 Google LLC +// Copyright 2010-2021 Google LLC // Licensed under the Apache License, Version 2.0 (the "License"); // you may not use this file except in compliance with the License. // You may obtain a copy of the License at diff --git a/ortools/sat/integer.cc b/ortools/sat/integer.cc index 319ba15ec2..3aad1a1287 100644 --- a/ortools/sat/integer.cc +++ b/ortools/sat/integer.cc @@ -1,4 +1,4 @@ -// Copyright 2010-2018 Google LLC +// Copyright 2010-2021 Google LLC // Licensed under the Apache License, Version 2.0 (the "License"); // you may not use this file except in compliance with the License. // You may obtain a copy of the License at diff --git a/ortools/sat/integer.h b/ortools/sat/integer.h index 182de15a18..9f904d4f2e 100644 --- a/ortools/sat/integer.h +++ b/ortools/sat/integer.h @@ -1,4 +1,4 @@ -// Copyright 2010-2018 Google LLC +// Copyright 2010-2021 Google LLC // Licensed under the Apache License, Version 2.0 (the "License"); // you may not use this file except in compliance with the License. // You may obtain a copy of the License at diff --git a/ortools/sat/integer_expr.cc b/ortools/sat/integer_expr.cc index cae54b7fe8..a0530e49ab 100644 --- a/ortools/sat/integer_expr.cc +++ b/ortools/sat/integer_expr.cc @@ -1,4 +1,4 @@ -// Copyright 2010-2018 Google LLC +// Copyright 2010-2021 Google LLC // Licensed under the Apache License, Version 2.0 (the "License"); // you may not use this file except in compliance with the License. // You may obtain a copy of the License at diff --git a/ortools/sat/integer_expr.h b/ortools/sat/integer_expr.h index d0b453b0bd..a78cb98b15 100644 --- a/ortools/sat/integer_expr.h +++ b/ortools/sat/integer_expr.h @@ -1,4 +1,4 @@ -// Copyright 2010-2018 Google LLC +// Copyright 2010-2021 Google LLC // Licensed under the Apache License, Version 2.0 (the "License"); // you may not use this file except in compliance with the License. // You may obtain a copy of the License at diff --git a/ortools/sat/integer_search.cc b/ortools/sat/integer_search.cc index 42ca27ca54..d16d307e15 100644 --- a/ortools/sat/integer_search.cc +++ b/ortools/sat/integer_search.cc @@ -1,4 +1,4 @@ -// Copyright 2010-2018 Google LLC +// Copyright 2010-2021 Google LLC // Licensed under the Apache License, Version 2.0 (the "License"); // you may not use this file except in compliance with the License. // You may obtain a copy of the License at diff --git a/ortools/sat/integer_search.h b/ortools/sat/integer_search.h index f2777d796f..7e40456363 100644 --- a/ortools/sat/integer_search.h +++ b/ortools/sat/integer_search.h @@ -1,4 +1,4 @@ -// Copyright 2010-2018 Google LLC +// Copyright 2010-2021 Google LLC // Licensed under the Apache License, Version 2.0 (the "License"); // you may not use this file except in compliance with the License. // You may obtain a copy of the License at diff --git a/ortools/sat/intervals.cc b/ortools/sat/intervals.cc index d78aaf2aae..51ad0ec5f3 100644 --- a/ortools/sat/intervals.cc +++ b/ortools/sat/intervals.cc @@ -1,4 +1,4 @@ -// Copyright 2010-2018 Google LLC +// Copyright 2010-2021 Google LLC // Licensed under the Apache License, Version 2.0 (the "License"); // you may not use this file except in compliance with the License. // You may obtain a copy of the License at diff --git a/ortools/sat/intervals.h b/ortools/sat/intervals.h index 52e7ef5489..a0aae7dd03 100644 --- a/ortools/sat/intervals.h +++ b/ortools/sat/intervals.h @@ -1,4 +1,4 @@ -// Copyright 2010-2018 Google LLC +// Copyright 2010-2021 Google LLC // Licensed under the Apache License, Version 2.0 (the "License"); // you may not use this file except in compliance with the License. // You may obtain a copy of the License at diff --git a/ortools/sat/java/sat.i b/ortools/sat/java/sat.i index 5cb222d034..883842f799 100644 --- a/ortools/sat/java/sat.i +++ b/ortools/sat/java/sat.i @@ -1,4 +1,4 @@ -// Copyright 2010-2018 Google LLC +// Copyright 2010-2021 Google LLC // Licensed under the Apache License, Version 2.0 (the "License"); // you may not use this file except in compliance with the License. // You may obtain a copy of the License at diff --git a/ortools/sat/linear_constraint.cc b/ortools/sat/linear_constraint.cc index eb5a46a8b4..c609af03b1 100644 --- a/ortools/sat/linear_constraint.cc +++ b/ortools/sat/linear_constraint.cc @@ -1,4 +1,4 @@ -// Copyright 2010-2018 Google LLC +// Copyright 2010-2021 Google LLC // Licensed under the Apache License, Version 2.0 (the "License"); // you may not use this file except in compliance with the License. // You may obtain a copy of the License at diff --git a/ortools/sat/linear_constraint.h b/ortools/sat/linear_constraint.h index 801bac4673..72c69b6a50 100644 --- a/ortools/sat/linear_constraint.h +++ b/ortools/sat/linear_constraint.h @@ -1,4 +1,4 @@ -// Copyright 2010-2018 Google LLC +// Copyright 2010-2021 Google LLC // Licensed under the Apache License, Version 2.0 (the "License"); // you may not use this file except in compliance with the License. // You may obtain a copy of the License at diff --git a/ortools/sat/linear_constraint_manager.cc b/ortools/sat/linear_constraint_manager.cc index d6d90b283e..0648534340 100644 --- a/ortools/sat/linear_constraint_manager.cc +++ b/ortools/sat/linear_constraint_manager.cc @@ -1,4 +1,4 @@ -// Copyright 2010-2018 Google LLC +// Copyright 2010-2021 Google LLC // Licensed under the Apache License, Version 2.0 (the "License"); // you may not use this file except in compliance with the License. // You may obtain a copy of the License at diff --git a/ortools/sat/linear_constraint_manager.h b/ortools/sat/linear_constraint_manager.h index 4f6a0226e8..58d2964491 100644 --- a/ortools/sat/linear_constraint_manager.h +++ b/ortools/sat/linear_constraint_manager.h @@ -1,4 +1,4 @@ -// Copyright 2010-2018 Google LLC +// Copyright 2010-2021 Google LLC // Licensed under the Apache License, Version 2.0 (the "License"); // you may not use this file except in compliance with the License. // You may obtain a copy of the License at diff --git a/ortools/sat/linear_programming_constraint.cc b/ortools/sat/linear_programming_constraint.cc index 7534549444..aa42b3936e 100644 --- a/ortools/sat/linear_programming_constraint.cc +++ b/ortools/sat/linear_programming_constraint.cc @@ -1,4 +1,4 @@ -// Copyright 2010-2018 Google LLC +// Copyright 2010-2021 Google LLC // Licensed under the Apache License, Version 2.0 (the "License"); // you may not use this file except in compliance with the License. // You may obtain a copy of the License at diff --git a/ortools/sat/linear_programming_constraint.h b/ortools/sat/linear_programming_constraint.h index 936c84e8b0..ba97b1c466 100644 --- a/ortools/sat/linear_programming_constraint.h +++ b/ortools/sat/linear_programming_constraint.h @@ -1,4 +1,4 @@ -// Copyright 2010-2018 Google LLC +// Copyright 2010-2021 Google LLC // Licensed under the Apache License, Version 2.0 (the "License"); // you may not use this file except in compliance with the License. // You may obtain a copy of the License at diff --git a/ortools/sat/linear_relaxation.cc b/ortools/sat/linear_relaxation.cc index 743936b165..d8159b3169 100644 --- a/ortools/sat/linear_relaxation.cc +++ b/ortools/sat/linear_relaxation.cc @@ -1,4 +1,4 @@ -// Copyright 2010-2018 Google LLC +// Copyright 2010-2021 Google LLC // Licensed under the Apache License, Version 2.0 (the "License"); // you may not use this file except in compliance with the License. // You may obtain a copy of the License at diff --git a/ortools/sat/linear_relaxation.h b/ortools/sat/linear_relaxation.h index b417fd4a16..bb5a7d76ce 100644 --- a/ortools/sat/linear_relaxation.h +++ b/ortools/sat/linear_relaxation.h @@ -1,4 +1,4 @@ -// Copyright 2010-2018 Google LLC +// Copyright 2010-2021 Google LLC // Licensed under the Apache License, Version 2.0 (the "License"); // you may not use this file except in compliance with the License. // You may obtain a copy of the License at diff --git a/ortools/sat/lp_utils.cc b/ortools/sat/lp_utils.cc index 497d331938..e206750263 100644 --- a/ortools/sat/lp_utils.cc +++ b/ortools/sat/lp_utils.cc @@ -1,4 +1,4 @@ -// Copyright 2010-2018 Google LLC +// Copyright 2010-2021 Google LLC // Licensed under the Apache License, Version 2.0 (the "License"); // you may not use this file except in compliance with the License. // You may obtain a copy of the License at diff --git a/ortools/sat/lp_utils.h b/ortools/sat/lp_utils.h index 1a04a1fd81..07bbb09646 100644 --- a/ortools/sat/lp_utils.h +++ b/ortools/sat/lp_utils.h @@ -1,4 +1,4 @@ -// Copyright 2010-2018 Google LLC +// Copyright 2010-2021 Google LLC // Licensed under the Apache License, Version 2.0 (the "License"); // you may not use this file except in compliance with the License. // You may obtain a copy of the License at diff --git a/ortools/sat/model.h b/ortools/sat/model.h index c6914f2293..eeef9f0635 100644 --- a/ortools/sat/model.h +++ b/ortools/sat/model.h @@ -1,4 +1,4 @@ -// Copyright 2010-2018 Google LLC +// Copyright 2010-2021 Google LLC // Licensed under the Apache License, Version 2.0 (the "License"); // you may not use this file except in compliance with the License. // You may obtain a copy of the License at diff --git a/ortools/sat/optimization.cc b/ortools/sat/optimization.cc index 8082c23237..0d8d952814 100644 --- a/ortools/sat/optimization.cc +++ b/ortools/sat/optimization.cc @@ -1,4 +1,4 @@ -// Copyright 2010-2018 Google LLC +// Copyright 2010-2021 Google LLC // Licensed under the Apache License, Version 2.0 (the "License"); // you may not use this file except in compliance with the License. // You may obtain a copy of the License at diff --git a/ortools/sat/optimization.h b/ortools/sat/optimization.h index 59246b0e34..b9c187e82a 100644 --- a/ortools/sat/optimization.h +++ b/ortools/sat/optimization.h @@ -1,4 +1,4 @@ -// Copyright 2010-2018 Google LLC +// Copyright 2010-2021 Google LLC // Licensed under the Apache License, Version 2.0 (the "License"); // you may not use this file except in compliance with the License. // You may obtain a copy of the License at diff --git a/ortools/sat/pb_constraint.cc b/ortools/sat/pb_constraint.cc index 339916ced5..5e01c4bee0 100644 --- a/ortools/sat/pb_constraint.cc +++ b/ortools/sat/pb_constraint.cc @@ -1,4 +1,4 @@ -// Copyright 2010-2018 Google LLC +// Copyright 2010-2021 Google LLC // Licensed under the Apache License, Version 2.0 (the "License"); // you may not use this file except in compliance with the License. // You may obtain a copy of the License at diff --git a/ortools/sat/pb_constraint.h b/ortools/sat/pb_constraint.h index 27990a4ef6..401280c922 100644 --- a/ortools/sat/pb_constraint.h +++ b/ortools/sat/pb_constraint.h @@ -1,4 +1,4 @@ -// Copyright 2010-2018 Google LLC +// Copyright 2010-2021 Google LLC // Licensed under the Apache License, Version 2.0 (the "License"); // you may not use this file except in compliance with the License. // You may obtain a copy of the License at diff --git a/ortools/sat/precedences.cc b/ortools/sat/precedences.cc index 7ade234465..9dfe19658f 100644 --- a/ortools/sat/precedences.cc +++ b/ortools/sat/precedences.cc @@ -1,4 +1,4 @@ -// Copyright 2010-2018 Google LLC +// Copyright 2010-2021 Google LLC // Licensed under the Apache License, Version 2.0 (the "License"); // you may not use this file except in compliance with the License. // You may obtain a copy of the License at diff --git a/ortools/sat/precedences.h b/ortools/sat/precedences.h index a78db1856d..a847c89b5d 100644 --- a/ortools/sat/precedences.h +++ b/ortools/sat/precedences.h @@ -1,4 +1,4 @@ -// Copyright 2010-2018 Google LLC +// Copyright 2010-2021 Google LLC // Licensed under the Apache License, Version 2.0 (the "License"); // you may not use this file except in compliance with the License. // You may obtain a copy of the License at diff --git a/ortools/sat/presolve_context.cc b/ortools/sat/presolve_context.cc index 915aa5d41d..4446461881 100644 --- a/ortools/sat/presolve_context.cc +++ b/ortools/sat/presolve_context.cc @@ -1,4 +1,4 @@ -// Copyright 2010-2018 Google LLC +// Copyright 2010-2021 Google LLC // Licensed under the Apache License, Version 2.0 (the "License"); // you may not use this file except in compliance with the License. // You may obtain a copy of the License at diff --git a/ortools/sat/presolve_context.h b/ortools/sat/presolve_context.h index b7c1fe7867..4b095ed5b9 100644 --- a/ortools/sat/presolve_context.h +++ b/ortools/sat/presolve_context.h @@ -1,4 +1,4 @@ -// Copyright 2010-2018 Google LLC +// Copyright 2010-2021 Google LLC // Licensed under the Apache License, Version 2.0 (the "License"); // you may not use this file except in compliance with the License. // You may obtain a copy of the License at diff --git a/ortools/sat/presolve_util.cc b/ortools/sat/presolve_util.cc index 772a8338f4..581756f91f 100644 --- a/ortools/sat/presolve_util.cc +++ b/ortools/sat/presolve_util.cc @@ -1,4 +1,4 @@ -// Copyright 2010-2018 Google LLC +// Copyright 2010-2021 Google LLC // Licensed under the Apache License, Version 2.0 (the "License"); // you may not use this file except in compliance with the License. // You may obtain a copy of the License at diff --git a/ortools/sat/presolve_util.h b/ortools/sat/presolve_util.h index 8f18cf75e1..16fff51937 100644 --- a/ortools/sat/presolve_util.h +++ b/ortools/sat/presolve_util.h @@ -1,4 +1,4 @@ -// Copyright 2010-2018 Google LLC +// Copyright 2010-2021 Google LLC // Licensed under the Apache License, Version 2.0 (the "License"); // you may not use this file except in compliance with the License. // You may obtain a copy of the License at diff --git a/ortools/sat/probing.cc b/ortools/sat/probing.cc index 90d38b4402..e0fc694b28 100644 --- a/ortools/sat/probing.cc +++ b/ortools/sat/probing.cc @@ -1,4 +1,4 @@ -// Copyright 2010-2018 Google LLC +// Copyright 2010-2021 Google LLC // Licensed under the Apache License, Version 2.0 (the "License"); // you may not use this file except in compliance with the License. // You may obtain a copy of the License at diff --git a/ortools/sat/probing.h b/ortools/sat/probing.h index bcb7347ff8..98ced49c9e 100644 --- a/ortools/sat/probing.h +++ b/ortools/sat/probing.h @@ -1,4 +1,4 @@ -// Copyright 2010-2018 Google LLC +// Copyright 2010-2021 Google LLC // Licensed under the Apache License, Version 2.0 (the "License"); // you may not use this file except in compliance with the License. // You may obtain a copy of the License at diff --git a/ortools/sat/pseudo_costs.cc b/ortools/sat/pseudo_costs.cc index c37b290534..1ad9e7db35 100644 --- a/ortools/sat/pseudo_costs.cc +++ b/ortools/sat/pseudo_costs.cc @@ -1,4 +1,4 @@ -// Copyright 2010-2018 Google LLC +// Copyright 2010-2021 Google LLC // Licensed under the Apache License, Version 2.0 (the "License"); // you may not use this file except in compliance with the License. // You may obtain a copy of the License at diff --git a/ortools/sat/pseudo_costs.h b/ortools/sat/pseudo_costs.h index 12c3bfb116..b47bc7e994 100644 --- a/ortools/sat/pseudo_costs.h +++ b/ortools/sat/pseudo_costs.h @@ -1,4 +1,4 @@ -// Copyright 2010-2018 Google LLC +// Copyright 2010-2021 Google LLC // Licensed under the Apache License, Version 2.0 (the "License"); // you may not use this file except in compliance with the License. // You may obtain a copy of the License at diff --git a/ortools/sat/python/cp_model.py b/ortools/sat/python/cp_model.py index 15fb4f2a31..c5be75a8d3 100644 --- a/ortools/sat/python/cp_model.py +++ b/ortools/sat/python/cp_model.py @@ -1,4 +1,4 @@ -# Copyright 2010-2018 Google LLC +# Copyright 2010-2021 Google LLC # Licensed under the Apache License, Version 2.0 (the "License"); # you may not use this file except in compliance with the License. # You may obtain a copy of the License at diff --git a/ortools/sat/python/cp_model_helper.py b/ortools/sat/python/cp_model_helper.py index 59e7b6f6dd..f0ef5c6c8d 100644 --- a/ortools/sat/python/cp_model_helper.py +++ b/ortools/sat/python/cp_model_helper.py @@ -1,4 +1,4 @@ -# Copyright 2010-2018 Google LLC +# Copyright 2010-2021 Google LLC # Licensed under the Apache License, Version 2.0 (the "License"); # you may not use this file except in compliance with the License. # You may obtain a copy of the License at diff --git a/ortools/sat/python/sat.i b/ortools/sat/python/sat.i index 7ebbdc32eb..70a33173c2 100644 --- a/ortools/sat/python/sat.i +++ b/ortools/sat/python/sat.i @@ -1,4 +1,4 @@ -// Copyright 2010-2018 Google LLC +// Copyright 2010-2021 Google LLC // Licensed under the Apache License, Version 2.0 (the "License"); // you may not use this file except in compliance with the License. // You may obtain a copy of the License at diff --git a/ortools/sat/python/visualization.py b/ortools/sat/python/visualization.py index a4287a7134..5af130b7f5 100644 --- a/ortools/sat/python/visualization.py +++ b/ortools/sat/python/visualization.py @@ -1,4 +1,4 @@ -# Copyright 2010-2018 Google LLC +# Copyright 2010-2021 Google LLC # Licensed under the Apache License, Version 2.0 (the "License"); # you may not use this file except in compliance with the License. # You may obtain a copy of the License at diff --git a/ortools/sat/restart.cc b/ortools/sat/restart.cc index 355f561275..7a74e6b776 100644 --- a/ortools/sat/restart.cc +++ b/ortools/sat/restart.cc @@ -1,4 +1,4 @@ -// Copyright 2010-2018 Google LLC +// Copyright 2010-2021 Google LLC // Licensed under the Apache License, Version 2.0 (the "License"); // you may not use this file except in compliance with the License. // You may obtain a copy of the License at diff --git a/ortools/sat/restart.h b/ortools/sat/restart.h index 4b565f89f1..906a5f4374 100644 --- a/ortools/sat/restart.h +++ b/ortools/sat/restart.h @@ -1,4 +1,4 @@ -// Copyright 2010-2018 Google LLC +// Copyright 2010-2021 Google LLC // Licensed under the Apache License, Version 2.0 (the "License"); // you may not use this file except in compliance with the License. // You may obtain a copy of the License at diff --git a/ortools/sat/rins.cc b/ortools/sat/rins.cc index 4d8a15bee3..4ee247c391 100644 --- a/ortools/sat/rins.cc +++ b/ortools/sat/rins.cc @@ -1,4 +1,4 @@ -// Copyright 2010-2018 Google LLC +// Copyright 2010-2021 Google LLC // Licensed under the Apache License, Version 2.0 (the "License"); // you may not use this file except in compliance with the License. // You may obtain a copy of the License at diff --git a/ortools/sat/rins.h b/ortools/sat/rins.h index e8c9c91ad9..af12c7a381 100644 --- a/ortools/sat/rins.h +++ b/ortools/sat/rins.h @@ -1,4 +1,4 @@ -// Copyright 2010-2018 Google LLC +// Copyright 2010-2021 Google LLC // Licensed under the Apache License, Version 2.0 (the "License"); // you may not use this file except in compliance with the License. // You may obtain a copy of the License at diff --git a/ortools/sat/samples/AssignmentSat.cs b/ortools/sat/samples/AssignmentSat.cs index 9d098d895f..c5e4a5fd15 100644 --- a/ortools/sat/samples/AssignmentSat.cs +++ b/ortools/sat/samples/AssignmentSat.cs @@ -1,4 +1,4 @@ -// Copyright 2010-2018 Google LLC +// Copyright 2010-2021 Google LLC // Licensed under the Apache License, Version 2.0 (the "License"); // you may not use this file except in compliance with the License. // You may obtain a copy of the License at diff --git a/ortools/sat/samples/AssignmentSat.java b/ortools/sat/samples/AssignmentSat.java index 18b6b63a02..69d4a2039c 100644 --- a/ortools/sat/samples/AssignmentSat.java +++ b/ortools/sat/samples/AssignmentSat.java @@ -1,4 +1,4 @@ -// Copyright 2010-2018 Google LLC +// Copyright 2010-2021 Google LLC // Licensed under the Apache License, Version 2.0 (the "License"); // you may not use this file except in compliance with the License. // You may obtain a copy of the License at diff --git a/ortools/sat/samples/BinPackingProblemSat.cs b/ortools/sat/samples/BinPackingProblemSat.cs index cd237f5f0d..49aa28279a 100644 --- a/ortools/sat/samples/BinPackingProblemSat.cs +++ b/ortools/sat/samples/BinPackingProblemSat.cs @@ -1,4 +1,4 @@ -// Copyright 2010-2018 Google LLC +// Copyright 2010-2021 Google LLC // Licensed under the Apache License, Version 2.0 (the "License"); // you may not use this file except in compliance with the License. // You may obtain a copy of the License at diff --git a/ortools/sat/samples/BinPackingProblemSat.java b/ortools/sat/samples/BinPackingProblemSat.java index 492a0256df..d2ff8dd35e 100644 --- a/ortools/sat/samples/BinPackingProblemSat.java +++ b/ortools/sat/samples/BinPackingProblemSat.java @@ -1,4 +1,4 @@ -// Copyright 2010-2018 Google LLC +// Copyright 2010-2021 Google LLC // Licensed under the Apache License, Version 2.0 (the "License"); // you may not use this file except in compliance with the License. // You may obtain a copy of the License at diff --git a/ortools/sat/samples/BoolOrSampleSat.cs b/ortools/sat/samples/BoolOrSampleSat.cs index 2e9c7d3dd3..abc5785797 100644 --- a/ortools/sat/samples/BoolOrSampleSat.cs +++ b/ortools/sat/samples/BoolOrSampleSat.cs @@ -1,4 +1,4 @@ -// Copyright 2010-2018 Google LLC +// Copyright 2010-2021 Google LLC // Licensed under the Apache License, Version 2.0 (the "License"); // you may not use this file except in compliance with the License. // You may obtain a copy of the License at diff --git a/ortools/sat/samples/BoolOrSampleSat.java b/ortools/sat/samples/BoolOrSampleSat.java index 2c3c2918d3..b3b1cec122 100644 --- a/ortools/sat/samples/BoolOrSampleSat.java +++ b/ortools/sat/samples/BoolOrSampleSat.java @@ -1,4 +1,4 @@ -// Copyright 2010-2018 Google LLC +// Copyright 2010-2021 Google LLC // Licensed under the Apache License, Version 2.0 (the "License"); // you may not use this file except in compliance with the License. // You may obtain a copy of the License at diff --git a/ortools/sat/samples/ChannelingSampleSat.cs b/ortools/sat/samples/ChannelingSampleSat.cs index f3f3a8bc2f..a7b184bc98 100644 --- a/ortools/sat/samples/ChannelingSampleSat.cs +++ b/ortools/sat/samples/ChannelingSampleSat.cs @@ -1,4 +1,4 @@ -// Copyright 2010-2018 Google LLC +// Copyright 2010-2021 Google LLC // Licensed under the Apache License, Version 2.0 (the "License"); // you may not use this file except in compliance with the License. // You may obtain a copy of the License at diff --git a/ortools/sat/samples/ChannelingSampleSat.java b/ortools/sat/samples/ChannelingSampleSat.java index 247f1b45a9..8ce5acb9a3 100644 --- a/ortools/sat/samples/ChannelingSampleSat.java +++ b/ortools/sat/samples/ChannelingSampleSat.java @@ -1,4 +1,4 @@ -// Copyright 2010-2018 Google LLC +// Copyright 2010-2021 Google LLC // Licensed under the Apache License, Version 2.0 (the "License"); // you may not use this file except in compliance with the License. // You may obtain a copy of the License at diff --git a/ortools/sat/samples/CpIsFunSat.cs b/ortools/sat/samples/CpIsFunSat.cs index d6d3fd8e49..2960b3bcf7 100644 --- a/ortools/sat/samples/CpIsFunSat.cs +++ b/ortools/sat/samples/CpIsFunSat.cs @@ -1,4 +1,4 @@ -// Copyright 2010-2018 Google LLC +// Copyright 2010-2021 Google LLC // Licensed under the Apache License, Version 2.0 (the "License"); // you may not use this file except in compliance with the License. // You may obtain a copy of the License at diff --git a/ortools/sat/samples/CpIsFunSat.java b/ortools/sat/samples/CpIsFunSat.java index cde50a88d9..57fdfd577c 100644 --- a/ortools/sat/samples/CpIsFunSat.java +++ b/ortools/sat/samples/CpIsFunSat.java @@ -1,4 +1,4 @@ -// Copyright 2010-2018 Google LLC +// Copyright 2010-2021 Google LLC // Licensed under the Apache License, Version 2.0 (the "License"); // you may not use this file except in compliance with the License. // You may obtain a copy of the License at diff --git a/ortools/sat/samples/EarlinessTardinessCostSampleSat.cs b/ortools/sat/samples/EarlinessTardinessCostSampleSat.cs index d7fdd323aa..c554286250 100644 --- a/ortools/sat/samples/EarlinessTardinessCostSampleSat.cs +++ b/ortools/sat/samples/EarlinessTardinessCostSampleSat.cs @@ -1,4 +1,4 @@ -// Copyright 2010-2018 Google LLC +// Copyright 2010-2021 Google LLC // Licensed under the Apache License, Version 2.0 (the "License"); // you may not use this file except in compliance with the License. // You may obtain a copy of the License at diff --git a/ortools/sat/samples/EarlinessTardinessCostSampleSat.java b/ortools/sat/samples/EarlinessTardinessCostSampleSat.java index f1d629c45c..4083107ef5 100644 --- a/ortools/sat/samples/EarlinessTardinessCostSampleSat.java +++ b/ortools/sat/samples/EarlinessTardinessCostSampleSat.java @@ -1,4 +1,4 @@ -// Copyright 2010-2018 Google LLC +// Copyright 2010-2021 Google LLC // Licensed under the Apache License, Version 2.0 (the "License"); // you may not use this file except in compliance with the License. // You may obtain a copy of the License at diff --git a/ortools/sat/samples/IntervalSampleSat.cs b/ortools/sat/samples/IntervalSampleSat.cs index c576d9443f..1b38d971c5 100644 --- a/ortools/sat/samples/IntervalSampleSat.cs +++ b/ortools/sat/samples/IntervalSampleSat.cs @@ -1,4 +1,4 @@ -// Copyright 2010-2018 Google LLC +// Copyright 2010-2021 Google LLC // Licensed under the Apache License, Version 2.0 (the "License"); // you may not use this file except in compliance with the License. // You may obtain a copy of the License at diff --git a/ortools/sat/samples/IntervalSampleSat.java b/ortools/sat/samples/IntervalSampleSat.java index efaa0f549c..a569e9e791 100644 --- a/ortools/sat/samples/IntervalSampleSat.java +++ b/ortools/sat/samples/IntervalSampleSat.java @@ -1,4 +1,4 @@ -// Copyright 2010-2018 Google LLC +// Copyright 2010-2021 Google LLC // Licensed under the Apache License, Version 2.0 (the "License"); // you may not use this file except in compliance with the License. // You may obtain a copy of the License at diff --git a/ortools/sat/samples/LiteralSampleSat.cs b/ortools/sat/samples/LiteralSampleSat.cs index 810a28c835..a86bbf3ed5 100644 --- a/ortools/sat/samples/LiteralSampleSat.cs +++ b/ortools/sat/samples/LiteralSampleSat.cs @@ -1,4 +1,4 @@ -// Copyright 2010-2018 Google LLC +// Copyright 2010-2021 Google LLC // Licensed under the Apache License, Version 2.0 (the "License"); // you may not use this file except in compliance with the License. // You may obtain a copy of the License at diff --git a/ortools/sat/samples/LiteralSampleSat.java b/ortools/sat/samples/LiteralSampleSat.java index 744de82856..5b1bc26c0e 100644 --- a/ortools/sat/samples/LiteralSampleSat.java +++ b/ortools/sat/samples/LiteralSampleSat.java @@ -1,4 +1,4 @@ -// Copyright 2010-2018 Google LLC +// Copyright 2010-2021 Google LLC // Licensed under the Apache License, Version 2.0 (the "License"); // you may not use this file except in compliance with the License. // You may obtain a copy of the License at diff --git a/ortools/sat/samples/MultipleKnapsackSat.java b/ortools/sat/samples/MultipleKnapsackSat.java index 88ed0bdba3..9db6300f90 100644 --- a/ortools/sat/samples/MultipleKnapsackSat.java +++ b/ortools/sat/samples/MultipleKnapsackSat.java @@ -1,4 +1,4 @@ -// Copyright 2010-2018 Google LLC +// Copyright 2010-2021 Google LLC // Licensed under the Apache License, Version 2.0 (the "License"); // you may not use this file except in compliance with the License. // You may obtain a copy of the License at diff --git a/ortools/sat/samples/NoOverlapSampleSat.cs b/ortools/sat/samples/NoOverlapSampleSat.cs index 4aa6aaccd6..83915b4ef0 100644 --- a/ortools/sat/samples/NoOverlapSampleSat.cs +++ b/ortools/sat/samples/NoOverlapSampleSat.cs @@ -1,4 +1,4 @@ -// Copyright 2010-2018 Google LLC +// Copyright 2010-2021 Google LLC // Licensed under the Apache License, Version 2.0 (the "License"); // you may not use this file except in compliance with the License. // You may obtain a copy of the License at diff --git a/ortools/sat/samples/NoOverlapSampleSat.java b/ortools/sat/samples/NoOverlapSampleSat.java index 52a935767f..93438c8eca 100644 --- a/ortools/sat/samples/NoOverlapSampleSat.java +++ b/ortools/sat/samples/NoOverlapSampleSat.java @@ -1,4 +1,4 @@ -// Copyright 2010-2018 Google LLC +// Copyright 2010-2021 Google LLC // Licensed under the Apache License, Version 2.0 (the "License"); // you may not use this file except in compliance with the License. // You may obtain a copy of the License at diff --git a/ortools/sat/samples/OptionalIntervalSampleSat.cs b/ortools/sat/samples/OptionalIntervalSampleSat.cs index 3afd2af4d4..5661c22599 100644 --- a/ortools/sat/samples/OptionalIntervalSampleSat.cs +++ b/ortools/sat/samples/OptionalIntervalSampleSat.cs @@ -1,4 +1,4 @@ -// Copyright 2010-2018 Google LLC +// Copyright 2010-2021 Google LLC // Licensed under the Apache License, Version 2.0 (the "License"); // you may not use this file except in compliance with the License. // You may obtain a copy of the License at diff --git a/ortools/sat/samples/OptionalIntervalSampleSat.java b/ortools/sat/samples/OptionalIntervalSampleSat.java index c68a798e5e..b358a4927c 100644 --- a/ortools/sat/samples/OptionalIntervalSampleSat.java +++ b/ortools/sat/samples/OptionalIntervalSampleSat.java @@ -1,4 +1,4 @@ -// Copyright 2010-2018 Google LLC +// Copyright 2010-2021 Google LLC // Licensed under the Apache License, Version 2.0 (the "License"); // you may not use this file except in compliance with the License. // You may obtain a copy of the License at diff --git a/ortools/sat/samples/RabbitsAndPheasantsSat.cs b/ortools/sat/samples/RabbitsAndPheasantsSat.cs index b2254ac690..da5f5ebee8 100644 --- a/ortools/sat/samples/RabbitsAndPheasantsSat.cs +++ b/ortools/sat/samples/RabbitsAndPheasantsSat.cs @@ -1,4 +1,4 @@ -// Copyright 2010-2018 Google LLC +// Copyright 2010-2021 Google LLC // Licensed under the Apache License, Version 2.0 (the "License"); // you may not use this file except in compliance with the License. // You may obtain a copy of the License at diff --git a/ortools/sat/samples/RabbitsAndPheasantsSat.java b/ortools/sat/samples/RabbitsAndPheasantsSat.java index 8dc1ec3bda..ede34e91b9 100644 --- a/ortools/sat/samples/RabbitsAndPheasantsSat.java +++ b/ortools/sat/samples/RabbitsAndPheasantsSat.java @@ -1,4 +1,4 @@ -// Copyright 2010-2018 Google LLC +// Copyright 2010-2021 Google LLC // Licensed under the Apache License, Version 2.0 (the "License"); // you may not use this file except in compliance with the License. // You may obtain a copy of the License at diff --git a/ortools/sat/samples/RankingSampleSat.cs b/ortools/sat/samples/RankingSampleSat.cs index 6f0a96a4ed..0b76011eb8 100644 --- a/ortools/sat/samples/RankingSampleSat.cs +++ b/ortools/sat/samples/RankingSampleSat.cs @@ -1,4 +1,4 @@ -// Copyright 2010-2018 Google LLC +// Copyright 2010-2021 Google LLC // Licensed under the Apache License, Version 2.0 (the "License"); // you may not use this file except in compliance with the License. // You may obtain a copy of the License at diff --git a/ortools/sat/samples/RankingSampleSat.java b/ortools/sat/samples/RankingSampleSat.java index 0ed88a86fb..a71e7aebcb 100644 --- a/ortools/sat/samples/RankingSampleSat.java +++ b/ortools/sat/samples/RankingSampleSat.java @@ -1,4 +1,4 @@ -// Copyright 2010-2018 Google LLC +// Copyright 2010-2021 Google LLC // Licensed under the Apache License, Version 2.0 (the "License"); // you may not use this file except in compliance with the License. // You may obtain a copy of the License at diff --git a/ortools/sat/samples/ReifiedSampleSat.cs b/ortools/sat/samples/ReifiedSampleSat.cs index 12a7d9a30e..c5feb94210 100644 --- a/ortools/sat/samples/ReifiedSampleSat.cs +++ b/ortools/sat/samples/ReifiedSampleSat.cs @@ -1,4 +1,4 @@ -// Copyright 2010-2018 Google LLC +// Copyright 2010-2021 Google LLC // Licensed under the Apache License, Version 2.0 (the "License"); // you may not use this file except in compliance with the License. // You may obtain a copy of the License at diff --git a/ortools/sat/samples/ReifiedSampleSat.java b/ortools/sat/samples/ReifiedSampleSat.java index 970147185a..7eea4f34e4 100644 --- a/ortools/sat/samples/ReifiedSampleSat.java +++ b/ortools/sat/samples/ReifiedSampleSat.java @@ -1,4 +1,4 @@ -// Copyright 2010-2018 Google LLC +// Copyright 2010-2021 Google LLC // Licensed under the Apache License, Version 2.0 (the "License"); // you may not use this file except in compliance with the License. // You may obtain a copy of the License at diff --git a/ortools/sat/samples/SearchForAllSolutionsSampleSat.cs b/ortools/sat/samples/SearchForAllSolutionsSampleSat.cs index 4648ee51d3..9ead81a588 100644 --- a/ortools/sat/samples/SearchForAllSolutionsSampleSat.cs +++ b/ortools/sat/samples/SearchForAllSolutionsSampleSat.cs @@ -1,4 +1,4 @@ -// Copyright 2010-2018 Google LLC +// Copyright 2010-2021 Google LLC // Licensed under the Apache License, Version 2.0 (the "License"); // you may not use this file except in compliance with the License. // You may obtain a copy of the License at diff --git a/ortools/sat/samples/SearchForAllSolutionsSampleSat.java b/ortools/sat/samples/SearchForAllSolutionsSampleSat.java index 14143d72b6..5cea26ebd0 100644 --- a/ortools/sat/samples/SearchForAllSolutionsSampleSat.java +++ b/ortools/sat/samples/SearchForAllSolutionsSampleSat.java @@ -1,4 +1,4 @@ -// Copyright 2010-2018 Google LLC +// Copyright 2010-2021 Google LLC // Licensed under the Apache License, Version 2.0 (the "License"); // you may not use this file except in compliance with the License. // You may obtain a copy of the License at diff --git a/ortools/sat/samples/SimpleSatProgram.cs b/ortools/sat/samples/SimpleSatProgram.cs index 00de0152fe..71cff2419f 100644 --- a/ortools/sat/samples/SimpleSatProgram.cs +++ b/ortools/sat/samples/SimpleSatProgram.cs @@ -1,4 +1,4 @@ -// Copyright 2010-2018 Google LLC +// Copyright 2010-2021 Google LLC // Licensed under the Apache License, Version 2.0 (the "License"); // you may not use this file except in compliance with the License. // You may obtain a copy of the License at diff --git a/ortools/sat/samples/SimpleSatProgram.java b/ortools/sat/samples/SimpleSatProgram.java index a903423b68..5c5eaa278d 100644 --- a/ortools/sat/samples/SimpleSatProgram.java +++ b/ortools/sat/samples/SimpleSatProgram.java @@ -1,4 +1,4 @@ -// Copyright 2010-2018 Google LLC +// Copyright 2010-2021 Google LLC // Licensed under the Apache License, Version 2.0 (the "License"); // you may not use this file except in compliance with the License. // You may obtain a copy of the License at diff --git a/ortools/sat/samples/SolutionHintingSampleSat.cs b/ortools/sat/samples/SolutionHintingSampleSat.cs index 13c70a60a6..ec2e43f586 100644 --- a/ortools/sat/samples/SolutionHintingSampleSat.cs +++ b/ortools/sat/samples/SolutionHintingSampleSat.cs @@ -1,4 +1,4 @@ -// Copyright 2010-2018 Google LLC +// Copyright 2010-2021 Google LLC // Licensed under the Apache License, Version 2.0 (the "License"); // you may not use this file except in compliance with the License. // You may obtain a copy of the License at diff --git a/ortools/sat/samples/SolutionHintingSampleSat.java b/ortools/sat/samples/SolutionHintingSampleSat.java index e0d17898d9..c47544bb27 100644 --- a/ortools/sat/samples/SolutionHintingSampleSat.java +++ b/ortools/sat/samples/SolutionHintingSampleSat.java @@ -1,4 +1,4 @@ -// Copyright 2010-2018 Google LLC +// Copyright 2010-2021 Google LLC // Licensed under the Apache License, Version 2.0 (the "License"); // you may not use this file except in compliance with the License. // You may obtain a copy of the License at diff --git a/ortools/sat/samples/SolveAndPrintIntermediateSolutionsSampleSat.cs b/ortools/sat/samples/SolveAndPrintIntermediateSolutionsSampleSat.cs index 8e2d7f7488..03fb80d998 100644 --- a/ortools/sat/samples/SolveAndPrintIntermediateSolutionsSampleSat.cs +++ b/ortools/sat/samples/SolveAndPrintIntermediateSolutionsSampleSat.cs @@ -1,4 +1,4 @@ -// Copyright 2010-2018 Google LLC +// Copyright 2010-2021 Google LLC // Licensed under the Apache License, Version 2.0 (the "License"); // you may not use this file except in compliance with the License. // You may obtain a copy of the License at diff --git a/ortools/sat/samples/SolveAndPrintIntermediateSolutionsSampleSat.java b/ortools/sat/samples/SolveAndPrintIntermediateSolutionsSampleSat.java index 6da1bf0074..f9a99e3853 100644 --- a/ortools/sat/samples/SolveAndPrintIntermediateSolutionsSampleSat.java +++ b/ortools/sat/samples/SolveAndPrintIntermediateSolutionsSampleSat.java @@ -1,4 +1,4 @@ -// Copyright 2010-2018 Google LLC +// Copyright 2010-2021 Google LLC // Licensed under the Apache License, Version 2.0 (the "License"); // you may not use this file except in compliance with the License. // You may obtain a copy of the License at diff --git a/ortools/sat/samples/SolveWithTimeLimitSampleSat.cs b/ortools/sat/samples/SolveWithTimeLimitSampleSat.cs index 3a0878858a..a3d27331ec 100644 --- a/ortools/sat/samples/SolveWithTimeLimitSampleSat.cs +++ b/ortools/sat/samples/SolveWithTimeLimitSampleSat.cs @@ -1,4 +1,4 @@ -// Copyright 2010-2018 Google LLC +// Copyright 2010-2021 Google LLC // Licensed under the Apache License, Version 2.0 (the "License"); // you may not use this file except in compliance with the License. // You may obtain a copy of the License at diff --git a/ortools/sat/samples/SolveWithTimeLimitSampleSat.java b/ortools/sat/samples/SolveWithTimeLimitSampleSat.java index 6c3edd986c..1a179dc617 100644 --- a/ortools/sat/samples/SolveWithTimeLimitSampleSat.java +++ b/ortools/sat/samples/SolveWithTimeLimitSampleSat.java @@ -1,4 +1,4 @@ -// Copyright 2010-2018 Google LLC +// Copyright 2010-2021 Google LLC // Licensed under the Apache License, Version 2.0 (the "License"); // you may not use this file except in compliance with the License. // You may obtain a copy of the License at diff --git a/ortools/sat/samples/StepFunctionSampleSat.cs b/ortools/sat/samples/StepFunctionSampleSat.cs index fc97a58ae5..a5730c4bcb 100644 --- a/ortools/sat/samples/StepFunctionSampleSat.cs +++ b/ortools/sat/samples/StepFunctionSampleSat.cs @@ -1,4 +1,4 @@ -// Copyright 2010-2018 Google LLC +// Copyright 2010-2021 Google LLC // Licensed under the Apache License, Version 2.0 (the "License"); // you may not use this file except in compliance with the License. // You may obtain a copy of the License at diff --git a/ortools/sat/samples/StepFunctionSampleSat.java b/ortools/sat/samples/StepFunctionSampleSat.java index b1573e9546..b821077c0d 100644 --- a/ortools/sat/samples/StepFunctionSampleSat.java +++ b/ortools/sat/samples/StepFunctionSampleSat.java @@ -1,4 +1,4 @@ -// Copyright 2010-2018 Google LLC +// Copyright 2010-2021 Google LLC // Licensed under the Apache License, Version 2.0 (the "License"); // you may not use this file except in compliance with the License. // You may obtain a copy of the License at diff --git a/ortools/sat/samples/StopAfterNSolutionsSampleSat.cs b/ortools/sat/samples/StopAfterNSolutionsSampleSat.cs index fe413f177e..e68477213b 100644 --- a/ortools/sat/samples/StopAfterNSolutionsSampleSat.cs +++ b/ortools/sat/samples/StopAfterNSolutionsSampleSat.cs @@ -1,4 +1,4 @@ -// Copyright 2010-2018 Google LLC +// Copyright 2010-2021 Google LLC // Licensed under the Apache License, Version 2.0 (the "License"); // you may not use this file except in compliance with the License. // You may obtain a copy of the License at diff --git a/ortools/sat/samples/StopAfterNSolutionsSampleSat.java b/ortools/sat/samples/StopAfterNSolutionsSampleSat.java index c8314090ac..b4c2d7822d 100644 --- a/ortools/sat/samples/StopAfterNSolutionsSampleSat.java +++ b/ortools/sat/samples/StopAfterNSolutionsSampleSat.java @@ -1,4 +1,4 @@ -// Copyright 2010-2018 Google LLC +// Copyright 2010-2021 Google LLC // Licensed under the Apache License, Version 2.0 (the "License"); // you may not use this file except in compliance with the License. // You may obtain a copy of the License at diff --git a/ortools/sat/samples/assignment_sat.cc b/ortools/sat/samples/assignment_sat.cc index dca9ca4b19..e39a9b85b3 100644 --- a/ortools/sat/samples/assignment_sat.cc +++ b/ortools/sat/samples/assignment_sat.cc @@ -1,4 +1,4 @@ -// Copyright 2010-2018 Google LLC +// Copyright 2010-2021 Google LLC // Licensed under the Apache License, Version 2.0 (the "License"); // you may not use this file except in compliance with the License. // You may obtain a copy of the License at diff --git a/ortools/sat/samples/assignment_sat.py b/ortools/sat/samples/assignment_sat.py index 533b0d4638..b66c1d3e90 100644 --- a/ortools/sat/samples/assignment_sat.py +++ b/ortools/sat/samples/assignment_sat.py @@ -1,4 +1,4 @@ -# Copyright 2010-2018 Google LLC +# Copyright 2010-2021 Google LLC # Licensed under the Apache License, Version 2.0 (the "License"); # you may not use this file except in compliance with the License. # You may obtain a copy of the License at diff --git a/ortools/sat/samples/binpacking_problem_sat.cc b/ortools/sat/samples/binpacking_problem_sat.cc index 7f9441e3c1..758e7bb776 100644 --- a/ortools/sat/samples/binpacking_problem_sat.cc +++ b/ortools/sat/samples/binpacking_problem_sat.cc @@ -1,4 +1,4 @@ -// Copyright 2010-2018 Google LLC +// Copyright 2010-2021 Google LLC // Licensed under the Apache License, Version 2.0 (the "License"); // you may not use this file except in compliance with the License. // You may obtain a copy of the License at diff --git a/ortools/sat/samples/binpacking_problem_sat.py b/ortools/sat/samples/binpacking_problem_sat.py index 455976e136..e108ef5e36 100644 --- a/ortools/sat/samples/binpacking_problem_sat.py +++ b/ortools/sat/samples/binpacking_problem_sat.py @@ -1,4 +1,4 @@ -# Copyright 2010-2018 Google LLC +# Copyright 2010-2021 Google LLC # Licensed under the Apache License, Version 2.0 (the "License"); # you may not use this file except in compliance with the License. # You may obtain a copy of the License at diff --git a/ortools/sat/samples/bool_or_sample_sat.cc b/ortools/sat/samples/bool_or_sample_sat.cc index aa490d79ff..bc4faad1d9 100644 --- a/ortools/sat/samples/bool_or_sample_sat.cc +++ b/ortools/sat/samples/bool_or_sample_sat.cc @@ -1,4 +1,4 @@ -// Copyright 2010-2018 Google LLC +// Copyright 2010-2021 Google LLC // Licensed under the Apache License, Version 2.0 (the "License"); // you may not use this file except in compliance with the License. // You may obtain a copy of the License at diff --git a/ortools/sat/samples/bool_or_sample_sat.py b/ortools/sat/samples/bool_or_sample_sat.py index 45ffc80acf..ca7004144c 100644 --- a/ortools/sat/samples/bool_or_sample_sat.py +++ b/ortools/sat/samples/bool_or_sample_sat.py @@ -1,4 +1,4 @@ -# Copyright 2010-2018 Google LLC +# Copyright 2010-2021 Google LLC # Licensed under the Apache License, Version 2.0 (the "License"); # you may not use this file except in compliance with the License. # You may obtain a copy of the License at diff --git a/ortools/sat/samples/boolean_product_sample_sat.py b/ortools/sat/samples/boolean_product_sample_sat.py index 149ba2334e..db5ad1b47a 100644 --- a/ortools/sat/samples/boolean_product_sample_sat.py +++ b/ortools/sat/samples/boolean_product_sample_sat.py @@ -1,4 +1,4 @@ -# Copyright 2010-2018 Google LLC +# Copyright 2010-2021 Google LLC # Licensed under the Apache License, Version 2.0 (the "License"); # you may not use this file except in compliance with the License. # You may obtain a copy of the License at diff --git a/ortools/sat/samples/channeling_sample_sat.cc b/ortools/sat/samples/channeling_sample_sat.cc index a6f4d04dd6..ac381a1bfe 100644 --- a/ortools/sat/samples/channeling_sample_sat.cc +++ b/ortools/sat/samples/channeling_sample_sat.cc @@ -1,4 +1,4 @@ -// Copyright 2010-2018 Google LLC +// Copyright 2010-2021 Google LLC // Licensed under the Apache License, Version 2.0 (the "License"); // you may not use this file except in compliance with the License. // You may obtain a copy of the License at diff --git a/ortools/sat/samples/channeling_sample_sat.py b/ortools/sat/samples/channeling_sample_sat.py index 448a3e3b94..624942897b 100644 --- a/ortools/sat/samples/channeling_sample_sat.py +++ b/ortools/sat/samples/channeling_sample_sat.py @@ -1,4 +1,4 @@ -# Copyright 2010-2018 Google LLC +# Copyright 2010-2021 Google LLC # Licensed under the Apache License, Version 2.0 (the "License"); # you may not use this file except in compliance with the License. # You may obtain a copy of the License at diff --git a/ortools/sat/samples/copy_model_sample_sat.cc b/ortools/sat/samples/copy_model_sample_sat.cc index f90ac4a420..8927ffcb36 100644 --- a/ortools/sat/samples/copy_model_sample_sat.cc +++ b/ortools/sat/samples/copy_model_sample_sat.cc @@ -1,4 +1,4 @@ -// Copyright 2010-2018 Google LLC +// Copyright 2010-2021 Google LLC // Licensed under the Apache License, Version 2.0 (the "License"); // you may not use this file except in compliance with the License. // You may obtain a copy of the License at diff --git a/ortools/sat/samples/copy_model_sample_sat.py b/ortools/sat/samples/copy_model_sample_sat.py index 80cb6253b2..ee50188d6b 100644 --- a/ortools/sat/samples/copy_model_sample_sat.py +++ b/ortools/sat/samples/copy_model_sample_sat.py @@ -1,4 +1,4 @@ -# Copyright 2010-2018 Google LLC +# Copyright 2010-2021 Google LLC # Licensed under the Apache License, Version 2.0 (the "License"); # you may not use this file except in compliance with the License. # You may obtain a copy of the License at diff --git a/ortools/sat/samples/cp_is_fun_sat.cc b/ortools/sat/samples/cp_is_fun_sat.cc index f2e1b96d71..1148001990 100644 --- a/ortools/sat/samples/cp_is_fun_sat.cc +++ b/ortools/sat/samples/cp_is_fun_sat.cc @@ -1,4 +1,4 @@ -// Copyright 2010-2018 Google LLC +// Copyright 2010-2021 Google LLC // Licensed under the Apache License, Version 2.0 (the "License"); // you may not use this file except in compliance with the License. // You may obtain a copy of the License at diff --git a/ortools/sat/samples/cp_is_fun_sat.py b/ortools/sat/samples/cp_is_fun_sat.py index 422c50acc1..86e6753d66 100644 --- a/ortools/sat/samples/cp_is_fun_sat.py +++ b/ortools/sat/samples/cp_is_fun_sat.py @@ -1,4 +1,4 @@ -# Copyright 2010-2018 Google LLC +# Copyright 2010-2021 Google LLC # Licensed under the Apache License, Version 2.0 (the "License"); # you may not use this file except in compliance with the License. # You may obtain a copy of the License at diff --git a/ortools/sat/samples/earliness_tardiness_cost_sample_sat.cc b/ortools/sat/samples/earliness_tardiness_cost_sample_sat.cc index a3b4488aa8..fcc16f6a71 100644 --- a/ortools/sat/samples/earliness_tardiness_cost_sample_sat.cc +++ b/ortools/sat/samples/earliness_tardiness_cost_sample_sat.cc @@ -1,4 +1,4 @@ -// Copyright 2010-2018 Google LLC +// Copyright 2010-2021 Google LLC // Licensed under the Apache License, Version 2.0 (the "License"); // you may not use this file except in compliance with the License. // You may obtain a copy of the License at diff --git a/ortools/sat/samples/earliness_tardiness_cost_sample_sat.py b/ortools/sat/samples/earliness_tardiness_cost_sample_sat.py index b7b172cb86..5acde0818a 100644 --- a/ortools/sat/samples/earliness_tardiness_cost_sample_sat.py +++ b/ortools/sat/samples/earliness_tardiness_cost_sample_sat.py @@ -1,4 +1,4 @@ -# Copyright 2010-2018 Google LLC +# Copyright 2010-2021 Google LLC # Licensed under the Apache License, Version 2.0 (the "License"); # you may not use this file except in compliance with the License. # You may obtain a copy of the License at diff --git a/ortools/sat/samples/interval_sample_sat.cc b/ortools/sat/samples/interval_sample_sat.cc index 7b957bdb26..aec64e688d 100644 --- a/ortools/sat/samples/interval_sample_sat.cc +++ b/ortools/sat/samples/interval_sample_sat.cc @@ -1,4 +1,4 @@ -// Copyright 2010-2018 Google LLC +// Copyright 2010-2021 Google LLC // Licensed under the Apache License, Version 2.0 (the "License"); // you may not use this file except in compliance with the License. // You may obtain a copy of the License at diff --git a/ortools/sat/samples/interval_sample_sat.py b/ortools/sat/samples/interval_sample_sat.py index 38460000af..27a5bf210d 100644 --- a/ortools/sat/samples/interval_sample_sat.py +++ b/ortools/sat/samples/interval_sample_sat.py @@ -1,4 +1,4 @@ -# Copyright 2010-2018 Google LLC +# Copyright 2010-2021 Google LLC # Licensed under the Apache License, Version 2.0 (the "License"); # you may not use this file except in compliance with the License. # You may obtain a copy of the License at diff --git a/ortools/sat/samples/literal_sample_sat.cc b/ortools/sat/samples/literal_sample_sat.cc index 0110b1abc6..8db8c86a05 100644 --- a/ortools/sat/samples/literal_sample_sat.cc +++ b/ortools/sat/samples/literal_sample_sat.cc @@ -1,4 +1,4 @@ -// Copyright 2010-2018 Google LLC +// Copyright 2010-2021 Google LLC // Licensed under the Apache License, Version 2.0 (the "License"); // you may not use this file except in compliance with the License. // You may obtain a copy of the License at diff --git a/ortools/sat/samples/literal_sample_sat.py b/ortools/sat/samples/literal_sample_sat.py index 2e49f31da3..d10f7fa26e 100644 --- a/ortools/sat/samples/literal_sample_sat.py +++ b/ortools/sat/samples/literal_sample_sat.py @@ -1,4 +1,4 @@ -# Copyright 2010-2018 Google LLC +# Copyright 2010-2021 Google LLC # Licensed under the Apache License, Version 2.0 (the "License"); # you may not use this file except in compliance with the License. # You may obtain a copy of the License at diff --git a/ortools/sat/samples/minimal_jobshop_sat.py b/ortools/sat/samples/minimal_jobshop_sat.py index 4189652bc0..dfc981ddff 100644 --- a/ortools/sat/samples/minimal_jobshop_sat.py +++ b/ortools/sat/samples/minimal_jobshop_sat.py @@ -1,4 +1,4 @@ -# Copyright 2010-2018 Google LLC +# Copyright 2010-2021 Google LLC # Licensed under the Apache License, Version 2.0 (the "License"); # you may not use this file except in compliance with the License. # You may obtain a copy of the License at diff --git a/ortools/sat/samples/multiple_knapsack_sat.cc b/ortools/sat/samples/multiple_knapsack_sat.cc index bfdbe4fb97..80938def2d 100644 --- a/ortools/sat/samples/multiple_knapsack_sat.cc +++ b/ortools/sat/samples/multiple_knapsack_sat.cc @@ -1,4 +1,4 @@ -// Copyright 2010-2018 Google LLC +// Copyright 2010-2021 Google LLC // Licensed under the Apache License, Version 2.0 (the "License"); // you may not use this file except in compliance with the License. // You may obtain a copy of the License at diff --git a/ortools/sat/samples/multiple_knapsack_sat.py b/ortools/sat/samples/multiple_knapsack_sat.py index 1a95b20773..782e446362 100644 --- a/ortools/sat/samples/multiple_knapsack_sat.py +++ b/ortools/sat/samples/multiple_knapsack_sat.py @@ -1,4 +1,4 @@ -# Copyright 2010-2018 Google LLC +# Copyright 2010-2021 Google LLC # Licensed under the Apache License, Version 2.0 (the "License"); # you may not use this file except in compliance with the License. # You may obtain a copy of the License at diff --git a/ortools/sat/samples/no_overlap_sample_sat.cc b/ortools/sat/samples/no_overlap_sample_sat.cc index 84be4f4eb9..a682598681 100644 --- a/ortools/sat/samples/no_overlap_sample_sat.cc +++ b/ortools/sat/samples/no_overlap_sample_sat.cc @@ -1,4 +1,4 @@ -// Copyright 2010-2018 Google LLC +// Copyright 2010-2021 Google LLC // Licensed under the Apache License, Version 2.0 (the "License"); // you may not use this file except in compliance with the License. // You may obtain a copy of the License at diff --git a/ortools/sat/samples/no_overlap_sample_sat.py b/ortools/sat/samples/no_overlap_sample_sat.py index bc459e0286..6f11247844 100644 --- a/ortools/sat/samples/no_overlap_sample_sat.py +++ b/ortools/sat/samples/no_overlap_sample_sat.py @@ -1,4 +1,4 @@ -# Copyright 2010-2018 Google LLC +# Copyright 2010-2021 Google LLC # Licensed under the Apache License, Version 2.0 (the "License"); # you may not use this file except in compliance with the License. # You may obtain a copy of the License at diff --git a/ortools/sat/samples/nurses_sat.py b/ortools/sat/samples/nurses_sat.py index 336a9436b5..c2e3b53fc3 100644 --- a/ortools/sat/samples/nurses_sat.py +++ b/ortools/sat/samples/nurses_sat.py @@ -1,4 +1,4 @@ -# Copyright 2010-2018 Google LLC +# Copyright 2010-2021 Google LLC # Licensed under the Apache License, Version 2.0 (the "License"); # you may not use this file except in compliance with the License. # You may obtain a copy of the License at diff --git a/ortools/sat/samples/optional_interval_sample_sat.cc b/ortools/sat/samples/optional_interval_sample_sat.cc index 497280c7b2..8311c03420 100644 --- a/ortools/sat/samples/optional_interval_sample_sat.cc +++ b/ortools/sat/samples/optional_interval_sample_sat.cc @@ -1,4 +1,4 @@ -// Copyright 2010-2018 Google LLC +// Copyright 2010-2021 Google LLC // Licensed under the Apache License, Version 2.0 (the "License"); // you may not use this file except in compliance with the License. // You may obtain a copy of the License at diff --git a/ortools/sat/samples/optional_interval_sample_sat.py b/ortools/sat/samples/optional_interval_sample_sat.py index f0ea7a2e21..6328b3d08d 100644 --- a/ortools/sat/samples/optional_interval_sample_sat.py +++ b/ortools/sat/samples/optional_interval_sample_sat.py @@ -1,4 +1,4 @@ -# Copyright 2010-2018 Google LLC +# Copyright 2010-2021 Google LLC # Licensed under the Apache License, Version 2.0 (the "License"); # you may not use this file except in compliance with the License. # You may obtain a copy of the License at diff --git a/ortools/sat/samples/rabbits_and_pheasants_sat.cc b/ortools/sat/samples/rabbits_and_pheasants_sat.cc index 620a5b42dc..226296581e 100644 --- a/ortools/sat/samples/rabbits_and_pheasants_sat.cc +++ b/ortools/sat/samples/rabbits_and_pheasants_sat.cc @@ -1,4 +1,4 @@ -// Copyright 2010-2018 Google LLC +// Copyright 2010-2021 Google LLC // Licensed under the Apache License, Version 2.0 (the "License"); // you may not use this file except in compliance with the License. // You may obtain a copy of the License at diff --git a/ortools/sat/samples/rabbits_and_pheasants_sat.py b/ortools/sat/samples/rabbits_and_pheasants_sat.py index 5ce4ff9479..ff53d0d27c 100644 --- a/ortools/sat/samples/rabbits_and_pheasants_sat.py +++ b/ortools/sat/samples/rabbits_and_pheasants_sat.py @@ -1,4 +1,4 @@ -# Copyright 2010-2018 Google LLC +# Copyright 2010-2021 Google LLC # Licensed under the Apache License, Version 2.0 (the "License"); # you may not use this file except in compliance with the License. # You may obtain a copy of the License at diff --git a/ortools/sat/samples/ranking_sample_sat.cc b/ortools/sat/samples/ranking_sample_sat.cc index 249883c440..260cf0ba9f 100644 --- a/ortools/sat/samples/ranking_sample_sat.cc +++ b/ortools/sat/samples/ranking_sample_sat.cc @@ -1,4 +1,4 @@ -// Copyright 2010-2018 Google LLC +// Copyright 2010-2021 Google LLC // Licensed under the Apache License, Version 2.0 (the "License"); // you may not use this file except in compliance with the License. // You may obtain a copy of the License at diff --git a/ortools/sat/samples/ranking_sample_sat.py b/ortools/sat/samples/ranking_sample_sat.py index fcdc64dfab..344e7127fb 100644 --- a/ortools/sat/samples/ranking_sample_sat.py +++ b/ortools/sat/samples/ranking_sample_sat.py @@ -1,4 +1,4 @@ -# Copyright 2010-2018 Google LLC +# Copyright 2010-2021 Google LLC # Licensed under the Apache License, Version 2.0 (the "License"); # you may not use this file except in compliance with the License. # You may obtain a copy of the License at diff --git a/ortools/sat/samples/reified_sample_sat.cc b/ortools/sat/samples/reified_sample_sat.cc index a5d102c0fd..0d9ddddffd 100644 --- a/ortools/sat/samples/reified_sample_sat.cc +++ b/ortools/sat/samples/reified_sample_sat.cc @@ -1,4 +1,4 @@ -// Copyright 2010-2018 Google LLC +// Copyright 2010-2021 Google LLC // Licensed under the Apache License, Version 2.0 (the "License"); // you may not use this file except in compliance with the License. // You may obtain a copy of the License at diff --git a/ortools/sat/samples/reified_sample_sat.py b/ortools/sat/samples/reified_sample_sat.py index 540a0991cb..03fe39f519 100644 --- a/ortools/sat/samples/reified_sample_sat.py +++ b/ortools/sat/samples/reified_sample_sat.py @@ -1,4 +1,4 @@ -# Copyright 2010-2018 Google LLC +# Copyright 2010-2021 Google LLC # Licensed under the Apache License, Version 2.0 (the "License"); # you may not use this file except in compliance with the License. # You may obtain a copy of the License at diff --git a/ortools/sat/samples/schedule_requests_sat.py b/ortools/sat/samples/schedule_requests_sat.py index c8225c1647..d5377f2dc1 100644 --- a/ortools/sat/samples/schedule_requests_sat.py +++ b/ortools/sat/samples/schedule_requests_sat.py @@ -1,4 +1,4 @@ -# Copyright 2010-2018 Google LLC +# Copyright 2010-2021 Google LLC # Licensed under the Apache License, Version 2.0 (the "License"); # you may not use this file except in compliance with the License. # You may obtain a copy of the License at diff --git a/ortools/sat/samples/scheduling_with_calendar_sample_sat.py b/ortools/sat/samples/scheduling_with_calendar_sample_sat.py index bfc62dee56..ce691d6743 100644 --- a/ortools/sat/samples/scheduling_with_calendar_sample_sat.py +++ b/ortools/sat/samples/scheduling_with_calendar_sample_sat.py @@ -1,4 +1,4 @@ -# Copyright 2010-2018 Google LLC +# Copyright 2010-2021 Google LLC # Licensed under the Apache License, Version 2.0 (the "License"); # you may not use this file except in compliance with the License. # You may obtain a copy of the License at diff --git a/ortools/sat/samples/search_for_all_solutions_sample_sat.cc b/ortools/sat/samples/search_for_all_solutions_sample_sat.cc index 4819bcb8bd..99f3d0a98f 100644 --- a/ortools/sat/samples/search_for_all_solutions_sample_sat.cc +++ b/ortools/sat/samples/search_for_all_solutions_sample_sat.cc @@ -1,4 +1,4 @@ -// Copyright 2010-2018 Google LLC +// Copyright 2010-2021 Google LLC // Licensed under the Apache License, Version 2.0 (the "License"); // you may not use this file except in compliance with the License. // You may obtain a copy of the License at diff --git a/ortools/sat/samples/search_for_all_solutions_sample_sat.py b/ortools/sat/samples/search_for_all_solutions_sample_sat.py index 2949181c02..8e8b86ea0f 100644 --- a/ortools/sat/samples/search_for_all_solutions_sample_sat.py +++ b/ortools/sat/samples/search_for_all_solutions_sample_sat.py @@ -1,4 +1,4 @@ -# Copyright 2010-2018 Google LLC +# Copyright 2010-2021 Google LLC # Licensed under the Apache License, Version 2.0 (the "License"); # you may not use this file except in compliance with the License. # You may obtain a copy of the License at diff --git a/ortools/sat/samples/simple_sat_program.cc b/ortools/sat/samples/simple_sat_program.cc index 569186b8b0..c4154bb987 100644 --- a/ortools/sat/samples/simple_sat_program.cc +++ b/ortools/sat/samples/simple_sat_program.cc @@ -1,4 +1,4 @@ -// Copyright 2010-2018 Google LLC +// Copyright 2010-2021 Google LLC // Licensed under the Apache License, Version 2.0 (the "License"); // you may not use this file except in compliance with the License. // You may obtain a copy of the License at diff --git a/ortools/sat/samples/simple_sat_program.py b/ortools/sat/samples/simple_sat_program.py index f949e39925..734fd71adf 100644 --- a/ortools/sat/samples/simple_sat_program.py +++ b/ortools/sat/samples/simple_sat_program.py @@ -1,4 +1,4 @@ -# Copyright 2010-2018 Google LLC +# Copyright 2010-2021 Google LLC # Licensed under the Apache License, Version 2.0 (the "License"); # you may not use this file except in compliance with the License. # You may obtain a copy of the License at diff --git a/ortools/sat/samples/solution_hinting_sample_sat.cc b/ortools/sat/samples/solution_hinting_sample_sat.cc index 3dd93f6eb1..155b168472 100644 --- a/ortools/sat/samples/solution_hinting_sample_sat.cc +++ b/ortools/sat/samples/solution_hinting_sample_sat.cc @@ -1,4 +1,4 @@ -// Copyright 2010-2018 Google LLC +// Copyright 2010-2021 Google LLC // Licensed under the Apache License, Version 2.0 (the "License"); // you may not use this file except in compliance with the License. // You may obtain a copy of the License at diff --git a/ortools/sat/samples/solution_hinting_sample_sat.py b/ortools/sat/samples/solution_hinting_sample_sat.py index eeefd4912f..c8f3bb3e3a 100644 --- a/ortools/sat/samples/solution_hinting_sample_sat.py +++ b/ortools/sat/samples/solution_hinting_sample_sat.py @@ -1,4 +1,4 @@ -# Copyright 2010-2018 Google LLC +# Copyright 2010-2021 Google LLC # Licensed under the Apache License, Version 2.0 (the "License"); # you may not use this file except in compliance with the License. # You may obtain a copy of the License at diff --git a/ortools/sat/samples/solve_and_print_intermediate_solutions_sample_sat.cc b/ortools/sat/samples/solve_and_print_intermediate_solutions_sample_sat.cc index 0319ec37c2..a6b689d238 100644 --- a/ortools/sat/samples/solve_and_print_intermediate_solutions_sample_sat.cc +++ b/ortools/sat/samples/solve_and_print_intermediate_solutions_sample_sat.cc @@ -1,4 +1,4 @@ -// Copyright 2010-2018 Google LLC +// Copyright 2010-2021 Google LLC // Licensed under the Apache License, Version 2.0 (the "License"); // you may not use this file except in compliance with the License. // You may obtain a copy of the License at diff --git a/ortools/sat/samples/solve_and_print_intermediate_solutions_sample_sat.py b/ortools/sat/samples/solve_and_print_intermediate_solutions_sample_sat.py index 8168060299..962529318b 100644 --- a/ortools/sat/samples/solve_and_print_intermediate_solutions_sample_sat.py +++ b/ortools/sat/samples/solve_and_print_intermediate_solutions_sample_sat.py @@ -1,4 +1,4 @@ -# Copyright 2010-2018 Google LLC +# Copyright 2010-2021 Google LLC # Licensed under the Apache License, Version 2.0 (the "License"); # you may not use this file except in compliance with the License. # You may obtain a copy of the License at diff --git a/ortools/sat/samples/solve_with_time_limit_sample_sat.cc b/ortools/sat/samples/solve_with_time_limit_sample_sat.cc index 8f3dd3558c..b31232bc9b 100644 --- a/ortools/sat/samples/solve_with_time_limit_sample_sat.cc +++ b/ortools/sat/samples/solve_with_time_limit_sample_sat.cc @@ -1,4 +1,4 @@ -// Copyright 2010-2018 Google LLC +// Copyright 2010-2021 Google LLC // Licensed under the Apache License, Version 2.0 (the "License"); // you may not use this file except in compliance with the License. // You may obtain a copy of the License at diff --git a/ortools/sat/samples/solve_with_time_limit_sample_sat.py b/ortools/sat/samples/solve_with_time_limit_sample_sat.py index e77467f423..8aa28ae779 100644 --- a/ortools/sat/samples/solve_with_time_limit_sample_sat.py +++ b/ortools/sat/samples/solve_with_time_limit_sample_sat.py @@ -1,4 +1,4 @@ -# Copyright 2010-2018 Google LLC +# Copyright 2010-2021 Google LLC # Licensed under the Apache License, Version 2.0 (the "License"); # you may not use this file except in compliance with the License. # You may obtain a copy of the License at diff --git a/ortools/sat/samples/step_function_sample_sat.cc b/ortools/sat/samples/step_function_sample_sat.cc index 3c0c11c5fd..1190fd6e7b 100644 --- a/ortools/sat/samples/step_function_sample_sat.cc +++ b/ortools/sat/samples/step_function_sample_sat.cc @@ -1,4 +1,4 @@ -// Copyright 2010-2018 Google LLC +// Copyright 2010-2021 Google LLC // Licensed under the Apache License, Version 2.0 (the "License"); // you may not use this file except in compliance with the License. // You may obtain a copy of the License at diff --git a/ortools/sat/samples/step_function_sample_sat.py b/ortools/sat/samples/step_function_sample_sat.py index b482292f64..58cf1bdde5 100644 --- a/ortools/sat/samples/step_function_sample_sat.py +++ b/ortools/sat/samples/step_function_sample_sat.py @@ -1,4 +1,4 @@ -# Copyright 2010-2018 Google LLC +# Copyright 2010-2021 Google LLC # Licensed under the Apache License, Version 2.0 (the "License"); # you may not use this file except in compliance with the License. # You may obtain a copy of the License at diff --git a/ortools/sat/samples/stop_after_n_solutions_sample_sat.cc b/ortools/sat/samples/stop_after_n_solutions_sample_sat.cc index 87468bf30b..47aa7ffe6d 100644 --- a/ortools/sat/samples/stop_after_n_solutions_sample_sat.cc +++ b/ortools/sat/samples/stop_after_n_solutions_sample_sat.cc @@ -1,4 +1,4 @@ -// Copyright 2010-2018 Google LLC +// Copyright 2010-2021 Google LLC // Licensed under the Apache License, Version 2.0 (the "License"); // you may not use this file except in compliance with the License. // You may obtain a copy of the License at diff --git a/ortools/sat/samples/stop_after_n_solutions_sample_sat.py b/ortools/sat/samples/stop_after_n_solutions_sample_sat.py index c44ce44ca6..b2770a6f29 100644 --- a/ortools/sat/samples/stop_after_n_solutions_sample_sat.py +++ b/ortools/sat/samples/stop_after_n_solutions_sample_sat.py @@ -1,4 +1,4 @@ -# Copyright 2010-2018 Google LLC +# Copyright 2010-2021 Google LLC # Licensed under the Apache License, Version 2.0 (the "License"); # you may not use this file except in compliance with the License. # You may obtain a copy of the License at diff --git a/ortools/sat/sat_base.h b/ortools/sat/sat_base.h index 2bd06f3443..3ab768b014 100644 --- a/ortools/sat/sat_base.h +++ b/ortools/sat/sat_base.h @@ -1,4 +1,4 @@ -// Copyright 2010-2018 Google LLC +// Copyright 2010-2021 Google LLC // Licensed under the Apache License, Version 2.0 (the "License"); // you may not use this file except in compliance with the License. // You may obtain a copy of the License at diff --git a/ortools/sat/sat_decision.cc b/ortools/sat/sat_decision.cc index 2a8b1b82d8..7ce21d02a0 100644 --- a/ortools/sat/sat_decision.cc +++ b/ortools/sat/sat_decision.cc @@ -1,4 +1,4 @@ -// Copyright 2010-2018 Google LLC +// Copyright 2010-2021 Google LLC // Licensed under the Apache License, Version 2.0 (the "License"); // you may not use this file except in compliance with the License. // You may obtain a copy of the License at diff --git a/ortools/sat/sat_decision.h b/ortools/sat/sat_decision.h index 7a1668a482..d0d575c327 100644 --- a/ortools/sat/sat_decision.h +++ b/ortools/sat/sat_decision.h @@ -1,4 +1,4 @@ -// Copyright 2010-2018 Google LLC +// Copyright 2010-2021 Google LLC // Licensed under the Apache License, Version 2.0 (the "License"); // you may not use this file except in compliance with the License. // You may obtain a copy of the License at diff --git a/ortools/sat/sat_inprocessing.cc b/ortools/sat/sat_inprocessing.cc index 0c1726729b..d481f9dd1d 100644 --- a/ortools/sat/sat_inprocessing.cc +++ b/ortools/sat/sat_inprocessing.cc @@ -1,4 +1,4 @@ -// Copyright 2010-2018 Google LLC +// Copyright 2010-2021 Google LLC // Licensed under the Apache License, Version 2.0 (the "License"); // you may not use this file except in compliance with the License. // You may obtain a copy of the License at diff --git a/ortools/sat/sat_inprocessing.h b/ortools/sat/sat_inprocessing.h index fef9a3f7af..f84dc06238 100644 --- a/ortools/sat/sat_inprocessing.h +++ b/ortools/sat/sat_inprocessing.h @@ -1,4 +1,4 @@ -// Copyright 2010-2018 Google LLC +// Copyright 2010-2021 Google LLC // Licensed under the Apache License, Version 2.0 (the "License"); // you may not use this file except in compliance with the License. // You may obtain a copy of the License at diff --git a/ortools/sat/sat_parameters.proto b/ortools/sat/sat_parameters.proto index 7b4516025c..480518dbb7 100644 --- a/ortools/sat/sat_parameters.proto +++ b/ortools/sat/sat_parameters.proto @@ -1,4 +1,4 @@ -// Copyright 2010-2018 Google LLC +// Copyright 2010-2021 Google LLC // Licensed under the Apache License, Version 2.0 (the "License"); // you may not use this file except in compliance with the License. // You may obtain a copy of the License at diff --git a/ortools/sat/sat_solver.cc b/ortools/sat/sat_solver.cc index 071c59769a..48eb2e3178 100644 --- a/ortools/sat/sat_solver.cc +++ b/ortools/sat/sat_solver.cc @@ -1,4 +1,4 @@ -// Copyright 2010-2018 Google LLC +// Copyright 2010-2021 Google LLC // Licensed under the Apache License, Version 2.0 (the "License"); // you may not use this file except in compliance with the License. // You may obtain a copy of the License at diff --git a/ortools/sat/sat_solver.h b/ortools/sat/sat_solver.h index 5107c61883..51c84a7e47 100644 --- a/ortools/sat/sat_solver.h +++ b/ortools/sat/sat_solver.h @@ -1,4 +1,4 @@ -// Copyright 2010-2018 Google LLC +// Copyright 2010-2021 Google LLC // Licensed under the Apache License, Version 2.0 (the "License"); // you may not use this file except in compliance with the License. // You may obtain a copy of the License at diff --git a/ortools/sat/scheduling_constraints.cc b/ortools/sat/scheduling_constraints.cc index 20e03bff16..8c30d2a902 100644 --- a/ortools/sat/scheduling_constraints.cc +++ b/ortools/sat/scheduling_constraints.cc @@ -1,4 +1,4 @@ -// Copyright 2010-2018 Google LLC +// Copyright 2010-2021 Google LLC // Licensed under the Apache License, Version 2.0 (the "License"); // you may not use this file except in compliance with the License. // You may obtain a copy of the License at diff --git a/ortools/sat/scheduling_constraints.h b/ortools/sat/scheduling_constraints.h index 272c4a5e9d..3d65a30a74 100644 --- a/ortools/sat/scheduling_constraints.h +++ b/ortools/sat/scheduling_constraints.h @@ -1,4 +1,4 @@ -// Copyright 2010-2018 Google LLC +// Copyright 2010-2021 Google LLC // Licensed under the Apache License, Version 2.0 (the "License"); // you may not use this file except in compliance with the License. // You may obtain a copy of the License at diff --git a/ortools/sat/simplification.cc b/ortools/sat/simplification.cc index 703e8df053..90cd06903f 100644 --- a/ortools/sat/simplification.cc +++ b/ortools/sat/simplification.cc @@ -1,4 +1,4 @@ -// Copyright 2010-2018 Google LLC +// Copyright 2010-2021 Google LLC // Licensed under the Apache License, Version 2.0 (the "License"); // you may not use this file except in compliance with the License. // You may obtain a copy of the License at diff --git a/ortools/sat/simplification.h b/ortools/sat/simplification.h index 1b6b9884e2..24026e575e 100644 --- a/ortools/sat/simplification.h +++ b/ortools/sat/simplification.h @@ -1,4 +1,4 @@ -// Copyright 2010-2018 Google LLC +// Copyright 2010-2021 Google LLC // Licensed under the Apache License, Version 2.0 (the "License"); // you may not use this file except in compliance with the License. // You may obtain a copy of the License at diff --git a/ortools/sat/subsolver.cc b/ortools/sat/subsolver.cc index 8844a293c8..5b99b3ffc9 100644 --- a/ortools/sat/subsolver.cc +++ b/ortools/sat/subsolver.cc @@ -1,4 +1,4 @@ -// Copyright 2010-2018 Google LLC +// Copyright 2010-2021 Google LLC // Licensed under the Apache License, Version 2.0 (the "License"); // you may not use this file except in compliance with the License. // You may obtain a copy of the License at diff --git a/ortools/sat/subsolver.h b/ortools/sat/subsolver.h index 4f3276302a..32eb558344 100644 --- a/ortools/sat/subsolver.h +++ b/ortools/sat/subsolver.h @@ -1,4 +1,4 @@ -// Copyright 2010-2018 Google LLC +// Copyright 2010-2021 Google LLC // Licensed under the Apache License, Version 2.0 (the "License"); // you may not use this file except in compliance with the License. // You may obtain a copy of the License at diff --git a/ortools/sat/swig_helper.h b/ortools/sat/swig_helper.h index 32046f0459..5967dd1bbf 100644 --- a/ortools/sat/swig_helper.h +++ b/ortools/sat/swig_helper.h @@ -1,4 +1,4 @@ -// Copyright 2010-2018 Google LLC +// Copyright 2010-2021 Google LLC // Licensed under the Apache License, Version 2.0 (the "License"); // you may not use this file except in compliance with the License. // You may obtain a copy of the License at diff --git a/ortools/sat/symmetry.cc b/ortools/sat/symmetry.cc index 637e6bdeb8..f20fb9aef9 100644 --- a/ortools/sat/symmetry.cc +++ b/ortools/sat/symmetry.cc @@ -1,4 +1,4 @@ -// Copyright 2010-2018 Google LLC +// Copyright 2010-2021 Google LLC // Licensed under the Apache License, Version 2.0 (the "License"); // you may not use this file except in compliance with the License. // You may obtain a copy of the License at diff --git a/ortools/sat/symmetry.h b/ortools/sat/symmetry.h index 8c13a3e90a..65041ae525 100644 --- a/ortools/sat/symmetry.h +++ b/ortools/sat/symmetry.h @@ -1,4 +1,4 @@ -// Copyright 2010-2018 Google LLC +// Copyright 2010-2021 Google LLC // Licensed under the Apache License, Version 2.0 (the "License"); // you may not use this file except in compliance with the License. // You may obtain a copy of the License at diff --git a/ortools/sat/symmetry_util.cc b/ortools/sat/symmetry_util.cc index 2d3a369342..29f20755f7 100644 --- a/ortools/sat/symmetry_util.cc +++ b/ortools/sat/symmetry_util.cc @@ -1,4 +1,4 @@ -// Copyright 2010-2018 Google LLC +// Copyright 2010-2021 Google LLC // Licensed under the Apache License, Version 2.0 (the "License"); // you may not use this file except in compliance with the License. // You may obtain a copy of the License at diff --git a/ortools/sat/symmetry_util.h b/ortools/sat/symmetry_util.h index 142002b445..9b79f10e87 100644 --- a/ortools/sat/symmetry_util.h +++ b/ortools/sat/symmetry_util.h @@ -1,4 +1,4 @@ -// Copyright 2010-2018 Google LLC +// Copyright 2010-2021 Google LLC // Licensed under the Apache License, Version 2.0 (the "License"); // you may not use this file except in compliance with the License. // You may obtain a copy of the License at diff --git a/ortools/sat/synchronization.cc b/ortools/sat/synchronization.cc index aa8c1ead08..24e091ebb7 100644 --- a/ortools/sat/synchronization.cc +++ b/ortools/sat/synchronization.cc @@ -1,4 +1,4 @@ -// Copyright 2010-2018 Google LLC +// Copyright 2010-2021 Google LLC // Licensed under the Apache License, Version 2.0 (the "License"); // you may not use this file except in compliance with the License. // You may obtain a copy of the License at diff --git a/ortools/sat/synchronization.h b/ortools/sat/synchronization.h index 2263ec7c49..3cc7b2a34b 100644 --- a/ortools/sat/synchronization.h +++ b/ortools/sat/synchronization.h @@ -1,4 +1,4 @@ -// Copyright 2010-2018 Google LLC +// Copyright 2010-2021 Google LLC // Licensed under the Apache License, Version 2.0 (the "License"); // you may not use this file except in compliance with the License. // You may obtain a copy of the License at diff --git a/ortools/sat/table.cc b/ortools/sat/table.cc index 0d651d2f5f..fd90927f49 100644 --- a/ortools/sat/table.cc +++ b/ortools/sat/table.cc @@ -1,4 +1,4 @@ -// Copyright 2010-2018 Google LLC +// Copyright 2010-2021 Google LLC // Licensed under the Apache License, Version 2.0 (the "License"); // you may not use this file except in compliance with the License. // You may obtain a copy of the License at diff --git a/ortools/sat/table.h b/ortools/sat/table.h index d7f62c611e..e81e7d2490 100644 --- a/ortools/sat/table.h +++ b/ortools/sat/table.h @@ -1,4 +1,4 @@ -// Copyright 2010-2018 Google LLC +// Copyright 2010-2021 Google LLC // Licensed under the Apache License, Version 2.0 (the "License"); // you may not use this file except in compliance with the License. // You may obtain a copy of the License at diff --git a/ortools/sat/theta_tree.cc b/ortools/sat/theta_tree.cc index 707b02eb30..ac0bf7d183 100644 --- a/ortools/sat/theta_tree.cc +++ b/ortools/sat/theta_tree.cc @@ -1,4 +1,4 @@ -// Copyright 2010-2018 Google LLC +// Copyright 2010-2021 Google LLC // Licensed under the Apache License, Version 2.0 (the "License"); // you may not use this file except in compliance with the License. // You may obtain a copy of the License at diff --git a/ortools/sat/theta_tree.h b/ortools/sat/theta_tree.h index 3e3f09ad5b..d827530c45 100644 --- a/ortools/sat/theta_tree.h +++ b/ortools/sat/theta_tree.h @@ -1,4 +1,4 @@ -// Copyright 2010-2018 Google LLC +// Copyright 2010-2021 Google LLC // Licensed under the Apache License, Version 2.0 (the "License"); // you may not use this file except in compliance with the License. // You may obtain a copy of the License at diff --git a/ortools/sat/timetable.cc b/ortools/sat/timetable.cc index 64f82e2a32..cd1369ca70 100644 --- a/ortools/sat/timetable.cc +++ b/ortools/sat/timetable.cc @@ -1,4 +1,4 @@ -// Copyright 2010-2018 Google LLC +// Copyright 2010-2021 Google LLC // Licensed under the Apache License, Version 2.0 (the "License"); // you may not use this file except in compliance with the License. // You may obtain a copy of the License at diff --git a/ortools/sat/timetable.h b/ortools/sat/timetable.h index 0163f09e4c..a70c72bfec 100644 --- a/ortools/sat/timetable.h +++ b/ortools/sat/timetable.h @@ -1,4 +1,4 @@ -// Copyright 2010-2018 Google LLC +// Copyright 2010-2021 Google LLC // Licensed under the Apache License, Version 2.0 (the "License"); // you may not use this file except in compliance with the License. // You may obtain a copy of the License at diff --git a/ortools/sat/timetable_edgefinding.cc b/ortools/sat/timetable_edgefinding.cc index 3bd6167871..177160cda4 100644 --- a/ortools/sat/timetable_edgefinding.cc +++ b/ortools/sat/timetable_edgefinding.cc @@ -1,4 +1,4 @@ -// Copyright 2010-2018 Google LLC +// Copyright 2010-2021 Google LLC // Licensed under the Apache License, Version 2.0 (the "License"); // you may not use this file except in compliance with the License. // You may obtain a copy of the License at diff --git a/ortools/sat/timetable_edgefinding.h b/ortools/sat/timetable_edgefinding.h index 913047e07b..59c825f1f1 100644 --- a/ortools/sat/timetable_edgefinding.h +++ b/ortools/sat/timetable_edgefinding.h @@ -1,4 +1,4 @@ -// Copyright 2010-2018 Google LLC +// Copyright 2010-2021 Google LLC // Licensed under the Apache License, Version 2.0 (the "License"); // you may not use this file except in compliance with the License. // You may obtain a copy of the License at diff --git a/ortools/sat/util.cc b/ortools/sat/util.cc index 5f2883f131..cfa4140053 100644 --- a/ortools/sat/util.cc +++ b/ortools/sat/util.cc @@ -1,4 +1,4 @@ -// Copyright 2010-2018 Google LLC +// Copyright 2010-2021 Google LLC // Licensed under the Apache License, Version 2.0 (the "License"); // you may not use this file except in compliance with the License. // You may obtain a copy of the License at diff --git a/ortools/sat/util.h b/ortools/sat/util.h index de1688cc8a..5b87721a87 100644 --- a/ortools/sat/util.h +++ b/ortools/sat/util.h @@ -1,4 +1,4 @@ -// Copyright 2010-2018 Google LLC +// Copyright 2010-2021 Google LLC // Licensed under the Apache License, Version 2.0 (the "License"); // you may not use this file except in compliance with the License. // You may obtain a copy of the License at diff --git a/ortools/sat/var_domination.cc b/ortools/sat/var_domination.cc index 5f4cd89688..589eb35944 100644 --- a/ortools/sat/var_domination.cc +++ b/ortools/sat/var_domination.cc @@ -1,4 +1,4 @@ -// Copyright 2010-2018 Google LLC +// Copyright 2010-2021 Google LLC // Licensed under the Apache License, Version 2.0 (the "License"); // you may not use this file except in compliance with the License. // You may obtain a copy of the License at diff --git a/ortools/sat/var_domination.h b/ortools/sat/var_domination.h index 9c0043a8d9..d9225615cd 100644 --- a/ortools/sat/var_domination.h +++ b/ortools/sat/var_domination.h @@ -1,4 +1,4 @@ -// Copyright 2010-2018 Google LLC +// Copyright 2010-2021 Google LLC // Licensed under the Apache License, Version 2.0 (the "License"); // you may not use this file except in compliance with the License. // You may obtain a copy of the License at diff --git a/ortools/sat/zero_half_cuts.cc b/ortools/sat/zero_half_cuts.cc index b1998556e2..0f0e9ce530 100644 --- a/ortools/sat/zero_half_cuts.cc +++ b/ortools/sat/zero_half_cuts.cc @@ -1,4 +1,4 @@ -// Copyright 2010-2018 Google LLC +// Copyright 2010-2021 Google LLC // Licensed under the Apache License, Version 2.0 (the "License"); // you may not use this file except in compliance with the License. // You may obtain a copy of the License at diff --git a/ortools/sat/zero_half_cuts.h b/ortools/sat/zero_half_cuts.h index 9c5ce1db13..be0fc2eb95 100644 --- a/ortools/sat/zero_half_cuts.h +++ b/ortools/sat/zero_half_cuts.h @@ -1,4 +1,4 @@ -// Copyright 2010-2018 Google LLC +// Copyright 2010-2021 Google LLC // Licensed under the Apache License, Version 2.0 (the "License"); // you may not use this file except in compliance with the License. // You may obtain a copy of the License at diff --git a/ortools/util/__init__.py b/ortools/util/__init__.py index 7c1bc8983b..84f0e12b80 100644 --- a/ortools/util/__init__.py +++ b/ortools/util/__init__.py @@ -1,4 +1,4 @@ -# Copyright 2010-2018 Google LLC +# Copyright 2010-2021 Google LLC # Licensed under the Apache License, Version 2.0 (the "License"); # you may not use this file except in compliance with the License. # You may obtain a copy of the License at diff --git a/ortools/util/adaptative_parameter_value.h b/ortools/util/adaptative_parameter_value.h index 91f7679d31..164acb5ca2 100644 --- a/ortools/util/adaptative_parameter_value.h +++ b/ortools/util/adaptative_parameter_value.h @@ -1,4 +1,4 @@ -// Copyright 2010-2018 Google LLC +// Copyright 2010-2021 Google LLC // Licensed under the Apache License, Version 2.0 (the "License"); // you may not use this file except in compliance with the License. // You may obtain a copy of the License at diff --git a/ortools/util/affine_relation.h b/ortools/util/affine_relation.h index 6b39da9322..3ff7547479 100644 --- a/ortools/util/affine_relation.h +++ b/ortools/util/affine_relation.h @@ -1,4 +1,4 @@ -// Copyright 2010-2018 Google LLC +// Copyright 2010-2021 Google LLC // Licensed under the Apache License, Version 2.0 (the "License"); // you may not use this file except in compliance with the License. // You may obtain a copy of the License at diff --git a/ortools/util/bitset.cc b/ortools/util/bitset.cc index 262ac586ab..a76e125a01 100644 --- a/ortools/util/bitset.cc +++ b/ortools/util/bitset.cc @@ -1,4 +1,4 @@ -// Copyright 2010-2018 Google LLC +// Copyright 2010-2021 Google LLC // Licensed under the Apache License, Version 2.0 (the "License"); // you may not use this file except in compliance with the License. // You may obtain a copy of the License at diff --git a/ortools/util/bitset.h b/ortools/util/bitset.h index cadd692b20..12eee81725 100644 --- a/ortools/util/bitset.h +++ b/ortools/util/bitset.h @@ -1,4 +1,4 @@ -// Copyright 2010-2018 Google LLC +// Copyright 2010-2021 Google LLC // Licensed under the Apache License, Version 2.0 (the "License"); // you may not use this file except in compliance with the License. // You may obtain a copy of the License at diff --git a/ortools/util/cached_log.cc b/ortools/util/cached_log.cc index 5c62fef2a5..530f01b6c2 100644 --- a/ortools/util/cached_log.cc +++ b/ortools/util/cached_log.cc @@ -1,4 +1,4 @@ -// Copyright 2010-2018 Google LLC +// Copyright 2010-2021 Google LLC // Licensed under the Apache License, Version 2.0 (the "License"); // you may not use this file except in compliance with the License. // You may obtain a copy of the License at diff --git a/ortools/util/cached_log.h b/ortools/util/cached_log.h index 24a1e8c969..bdd464c9d6 100644 --- a/ortools/util/cached_log.h +++ b/ortools/util/cached_log.h @@ -1,4 +1,4 @@ -// Copyright 2010-2018 Google LLC +// Copyright 2010-2021 Google LLC // Licensed under the Apache License, Version 2.0 (the "License"); // you may not use this file except in compliance with the License. // You may obtain a copy of the License at diff --git a/ortools/util/csharp/NestedArrayHelper.cs b/ortools/util/csharp/NestedArrayHelper.cs index f528428c1c..1977ce593e 100644 --- a/ortools/util/csharp/NestedArrayHelper.cs +++ b/ortools/util/csharp/NestedArrayHelper.cs @@ -1,4 +1,4 @@ -// Copyright 2010-2018 Google LLC +// Copyright 2010-2021 Google LLC // Licensed under the Apache License, Version 2.0 (the "License"); // you may not use this file except in compliance with the License. // You may obtain a copy of the License at diff --git a/ortools/util/csharp/ProtoHelper.cs b/ortools/util/csharp/ProtoHelper.cs index dedc871a59..353f78e0bb 100644 --- a/ortools/util/csharp/ProtoHelper.cs +++ b/ortools/util/csharp/ProtoHelper.cs @@ -1,4 +1,4 @@ -// Copyright 2010-2018 Google LLC +// Copyright 2010-2021 Google LLC // Licensed under the Apache License, Version 2.0 (the "License"); // you may not use this file except in compliance with the License. // You may obtain a copy of the License at diff --git a/ortools/util/csharp/proto.i b/ortools/util/csharp/proto.i index 6230b38605..7eea1c6041 100644 --- a/ortools/util/csharp/proto.i +++ b/ortools/util/csharp/proto.i @@ -1,4 +1,4 @@ -// Copyright 2010-2018 Google LLC +// Copyright 2010-2021 Google LLC // Licensed under the Apache License, Version 2.0 (the "License"); // you may not use this file except in compliance with the License. // You may obtain a copy of the License at diff --git a/ortools/util/csharp/sorted_interval_list.i b/ortools/util/csharp/sorted_interval_list.i index 0e1ebc7c26..718b0ceb5c 100644 --- a/ortools/util/csharp/sorted_interval_list.i +++ b/ortools/util/csharp/sorted_interval_list.i @@ -1,4 +1,4 @@ -// Copyright 2010-2018 Google LLC +// Copyright 2010-2021 Google LLC // Licensed under the Apache License, Version 2.0 (the "License"); // you may not use this file except in compliance with the License. // You may obtain a copy of the License at diff --git a/ortools/util/csharp/tuple_set.i b/ortools/util/csharp/tuple_set.i index 7bd589383a..f4d3eba0d2 100644 --- a/ortools/util/csharp/tuple_set.i +++ b/ortools/util/csharp/tuple_set.i @@ -1,4 +1,4 @@ -// Copyright 2010-2018 Google LLC +// Copyright 2010-2021 Google LLC // Licensed under the Apache License, Version 2.0 (the "License"); // you may not use this file except in compliance with the License. // You may obtain a copy of the License at diff --git a/ortools/util/csharp/vector.i b/ortools/util/csharp/vector.i index 2c7b8966e2..9134760e7b 100644 --- a/ortools/util/csharp/vector.i +++ b/ortools/util/csharp/vector.i @@ -1,4 +1,4 @@ -// Copyright 2010-2018 Google LLC +// Copyright 2010-2021 Google LLC // Licensed under the Apache License, Version 2.0 (the "License"); // you may not use this file except in compliance with the License. // You may obtain a copy of the License at diff --git a/ortools/util/file_util.cc b/ortools/util/file_util.cc index d4c2938400..bb9c8e4049 100644 --- a/ortools/util/file_util.cc +++ b/ortools/util/file_util.cc @@ -1,4 +1,4 @@ -// Copyright 2010-2018 Google LLC +// Copyright 2010-2021 Google LLC // Licensed under the Apache License, Version 2.0 (the "License"); // you may not use this file except in compliance with the License. // You may obtain a copy of the License at diff --git a/ortools/util/file_util.h b/ortools/util/file_util.h index 7975be2c37..2cc6008e54 100644 --- a/ortools/util/file_util.h +++ b/ortools/util/file_util.h @@ -1,4 +1,4 @@ -// Copyright 2010-2018 Google LLC +// Copyright 2010-2021 Google LLC // Licensed under the Apache License, Version 2.0 (the "License"); // you may not use this file except in compliance with the License. // You may obtain a copy of the License at diff --git a/ortools/util/fp_utils.cc b/ortools/util/fp_utils.cc index bbe4e63511..f22540556f 100644 --- a/ortools/util/fp_utils.cc +++ b/ortools/util/fp_utils.cc @@ -1,4 +1,4 @@ -// Copyright 2010-2018 Google LLC +// Copyright 2010-2021 Google LLC // Licensed under the Apache License, Version 2.0 (the "License"); // you may not use this file except in compliance with the License. // You may obtain a copy of the License at diff --git a/ortools/util/fp_utils.h b/ortools/util/fp_utils.h index 1b3f21912e..26eb089b84 100644 --- a/ortools/util/fp_utils.h +++ b/ortools/util/fp_utils.h @@ -1,4 +1,4 @@ -// Copyright 2010-2018 Google LLC +// Copyright 2010-2021 Google LLC // Licensed under the Apache License, Version 2.0 (the "License"); // you may not use this file except in compliance with the License. // You may obtain a copy of the License at diff --git a/ortools/util/functions_swig_helpers.h b/ortools/util/functions_swig_helpers.h index 6deb149c62..5670bf7e07 100644 --- a/ortools/util/functions_swig_helpers.h +++ b/ortools/util/functions_swig_helpers.h @@ -1,4 +1,4 @@ -// Copyright 2010-2018 Google LLC +// Copyright 2010-2021 Google LLC // Licensed under the Apache License, Version 2.0 (the "License"); // you may not use this file except in compliance with the License. // You may obtain a copy of the License at diff --git a/ortools/util/functions_swig_test_helpers.h b/ortools/util/functions_swig_test_helpers.h index 0ca16adf27..2e85e7b094 100644 --- a/ortools/util/functions_swig_test_helpers.h +++ b/ortools/util/functions_swig_test_helpers.h @@ -1,4 +1,4 @@ -// Copyright 2010-2018 Google LLC +// Copyright 2010-2021 Google LLC // Licensed under the Apache License, Version 2.0 (the "License"); // you may not use this file except in compliance with the License. // You may obtain a copy of the License at diff --git a/ortools/util/graph_export.cc b/ortools/util/graph_export.cc index 8f9a462e33..75713d9551 100644 --- a/ortools/util/graph_export.cc +++ b/ortools/util/graph_export.cc @@ -1,4 +1,4 @@ -// Copyright 2010-2018 Google LLC +// Copyright 2010-2021 Google LLC // Licensed under the Apache License, Version 2.0 (the "License"); // you may not use this file except in compliance with the License. // You may obtain a copy of the License at diff --git a/ortools/util/graph_export.h b/ortools/util/graph_export.h index fc7b29ad6a..807068d96c 100644 --- a/ortools/util/graph_export.h +++ b/ortools/util/graph_export.h @@ -1,4 +1,4 @@ -// Copyright 2010-2018 Google LLC +// Copyright 2010-2021 Google LLC // Licensed under the Apache License, Version 2.0 (the "License"); // you may not use this file except in compliance with the License. // You may obtain a copy of the License at diff --git a/ortools/util/integer_pq.h b/ortools/util/integer_pq.h index 6211610927..c8eed9a09c 100644 --- a/ortools/util/integer_pq.h +++ b/ortools/util/integer_pq.h @@ -1,4 +1,4 @@ -// Copyright 2010-2018 Google LLC +// Copyright 2010-2021 Google LLC // Licensed under the Apache License, Version 2.0 (the "License"); // you may not use this file except in compliance with the License. // You may obtain a copy of the License at diff --git a/ortools/util/java/functions.i b/ortools/util/java/functions.i index 4c4409b391..d68b5fefb3 100644 --- a/ortools/util/java/functions.i +++ b/ortools/util/java/functions.i @@ -1,4 +1,4 @@ -// Copyright 2010-2018 Google LLC +// Copyright 2010-2021 Google LLC // Licensed under the Apache License, Version 2.0 (the "License"); // you may not use this file except in compliance with the License. // You may obtain a copy of the License at diff --git a/ortools/util/java/proto.i b/ortools/util/java/proto.i index 5d7b53a35b..9d5607d378 100644 --- a/ortools/util/java/proto.i +++ b/ortools/util/java/proto.i @@ -1,4 +1,4 @@ -// Copyright 2010-2018 Google LLC +// Copyright 2010-2021 Google LLC // Licensed under the Apache License, Version 2.0 (the "License"); // you may not use this file except in compliance with the License. // You may obtain a copy of the License at diff --git a/ortools/util/java/sorted_interval_list.i b/ortools/util/java/sorted_interval_list.i index d1ba2b2f87..8c6c008208 100644 --- a/ortools/util/java/sorted_interval_list.i +++ b/ortools/util/java/sorted_interval_list.i @@ -1,4 +1,4 @@ -// Copyright 2010-2018 Google LLC +// Copyright 2010-2021 Google LLC // Licensed under the Apache License, Version 2.0 (the "License"); // you may not use this file except in compliance with the License. // You may obtain a copy of the License at diff --git a/ortools/util/java/tuple_set.i b/ortools/util/java/tuple_set.i index a33444f313..ce34a8c37d 100644 --- a/ortools/util/java/tuple_set.i +++ b/ortools/util/java/tuple_set.i @@ -1,4 +1,4 @@ -// Copyright 2010-2018 Google LLC +// Copyright 2010-2021 Google LLC // Licensed under the Apache License, Version 2.0 (the "License"); // you may not use this file except in compliance with the License. // You may obtain a copy of the License at diff --git a/ortools/util/java/vector.i b/ortools/util/java/vector.i index 8677e55218..e557a0c74a 100644 --- a/ortools/util/java/vector.i +++ b/ortools/util/java/vector.i @@ -1,4 +1,4 @@ -// Copyright 2010-2018 Google LLC +// Copyright 2010-2021 Google LLC // Licensed under the Apache License, Version 2.0 (the "License"); // you may not use this file except in compliance with the License. // You may obtain a copy of the License at diff --git a/ortools/util/lazy_mutable_copy.h b/ortools/util/lazy_mutable_copy.h index 1b1f2b069b..114152e832 100644 --- a/ortools/util/lazy_mutable_copy.h +++ b/ortools/util/lazy_mutable_copy.h @@ -1,4 +1,4 @@ -// Copyright 2010-2018 Google LLC +// Copyright 2010-2021 Google LLC // Licensed under the Apache License, Version 2.0 (the "License"); // you may not use this file except in compliance with the License. // You may obtain a copy of the License at diff --git a/ortools/util/logging.cc b/ortools/util/logging.cc index 30e716e7b2..93fd668ff7 100644 --- a/ortools/util/logging.cc +++ b/ortools/util/logging.cc @@ -1,4 +1,4 @@ -// Copyright 2010-2018 Google LLC +// Copyright 2010-2021 Google LLC // Licensed under the Apache License, Version 2.0 (the "License"); // you may not use this file except in compliance with the License. // You may obtain a copy of the License at diff --git a/ortools/util/logging.h b/ortools/util/logging.h index 06e48e8a2f..c186546e3d 100644 --- a/ortools/util/logging.h +++ b/ortools/util/logging.h @@ -1,4 +1,4 @@ -// Copyright 2010-2018 Google LLC +// Copyright 2010-2021 Google LLC // Licensed under the Apache License, Version 2.0 (the "License"); // you may not use this file except in compliance with the License. // You may obtain a copy of the License at diff --git a/ortools/util/monoid_operation_tree.h b/ortools/util/monoid_operation_tree.h index 99ac708329..ec7bce3cc8 100644 --- a/ortools/util/monoid_operation_tree.h +++ b/ortools/util/monoid_operation_tree.h @@ -1,4 +1,4 @@ -// Copyright 2010-2018 Google LLC +// Copyright 2010-2021 Google LLC // Licensed under the Apache License, Version 2.0 (the "License"); // you may not use this file except in compliance with the License. // You may obtain a copy of the License at diff --git a/ortools/util/optional_boolean.proto b/ortools/util/optional_boolean.proto index b53e50db3e..147a83ac0d 100644 --- a/ortools/util/optional_boolean.proto +++ b/ortools/util/optional_boolean.proto @@ -1,4 +1,4 @@ -// Copyright 2010-2018 Google LLC +// Copyright 2010-2021 Google LLC // Licensed under the Apache License, Version 2.0 (the "License"); // you may not use this file except in compliance with the License. // You may obtain a copy of the License at diff --git a/ortools/util/permutation.h b/ortools/util/permutation.h index 4879175bc2..0c50371c5a 100644 --- a/ortools/util/permutation.h +++ b/ortools/util/permutation.h @@ -1,4 +1,4 @@ -// Copyright 2010-2018 Google LLC +// Copyright 2010-2021 Google LLC // Licensed under the Apache License, Version 2.0 (the "License"); // you may not use this file except in compliance with the License. // You may obtain a copy of the License at diff --git a/ortools/util/piecewise_linear_function.cc b/ortools/util/piecewise_linear_function.cc index ac55fd3924..4d324b21fa 100644 --- a/ortools/util/piecewise_linear_function.cc +++ b/ortools/util/piecewise_linear_function.cc @@ -1,4 +1,4 @@ -// Copyright 2010-2018 Google LLC +// Copyright 2010-2021 Google LLC // Licensed under the Apache License, Version 2.0 (the "License"); // you may not use this file except in compliance with the License. // You may obtain a copy of the License at diff --git a/ortools/util/piecewise_linear_function.h b/ortools/util/piecewise_linear_function.h index 50c9cb3e83..078e277aed 100644 --- a/ortools/util/piecewise_linear_function.h +++ b/ortools/util/piecewise_linear_function.h @@ -1,4 +1,4 @@ -// Copyright 2010-2018 Google LLC +// Copyright 2010-2021 Google LLC // Licensed under the Apache License, Version 2.0 (the "License"); // you may not use this file except in compliance with the License. // You may obtain a copy of the License at diff --git a/ortools/util/proto_tools.cc b/ortools/util/proto_tools.cc index a59a67e2ed..28230def2c 100644 --- a/ortools/util/proto_tools.cc +++ b/ortools/util/proto_tools.cc @@ -1,4 +1,4 @@ -// Copyright 2010-2018 Google LLC +// Copyright 2010-2021 Google LLC // Licensed under the Apache License, Version 2.0 (the "License"); // you may not use this file except in compliance with the License. // You may obtain a copy of the License at diff --git a/ortools/util/proto_tools.h b/ortools/util/proto_tools.h index 13a23f2f6a..6e5651215d 100644 --- a/ortools/util/proto_tools.h +++ b/ortools/util/proto_tools.h @@ -1,4 +1,4 @@ -// Copyright 2010-2018 Google LLC +// Copyright 2010-2021 Google LLC // Licensed under the Apache License, Version 2.0 (the "License"); // you may not use this file except in compliance with the License. // You may obtain a copy of the License at diff --git a/ortools/util/python/functions.i b/ortools/util/python/functions.i index 39eeb00c5c..4c59c61043 100644 --- a/ortools/util/python/functions.i +++ b/ortools/util/python/functions.i @@ -1,4 +1,4 @@ -// Copyright 2010-2018 Google LLC +// Copyright 2010-2021 Google LLC // Licensed under the Apache License, Version 2.0 (the "License"); // you may not use this file except in compliance with the License. // You may obtain a copy of the License at diff --git a/ortools/util/python/pair.i b/ortools/util/python/pair.i index 8445ba9a66..904ef61c3d 100644 --- a/ortools/util/python/pair.i +++ b/ortools/util/python/pair.i @@ -1,4 +1,4 @@ -// Copyright 2010-2018 Google LLC +// Copyright 2010-2021 Google LLC // Licensed under the Apache License, Version 2.0 (the "License"); // you may not use this file except in compliance with the License. // You may obtain a copy of the License at diff --git a/ortools/util/python/proto.i b/ortools/util/python/proto.i index 43ca643310..3ade351140 100644 --- a/ortools/util/python/proto.i +++ b/ortools/util/python/proto.i @@ -1,4 +1,4 @@ -// Copyright 2010-2018 Google LLC +// Copyright 2010-2021 Google LLC // Licensed under the Apache License, Version 2.0 (the "License"); // you may not use this file except in compliance with the License. // You may obtain a copy of the License at diff --git a/ortools/util/python/sorted_interval_list.i b/ortools/util/python/sorted_interval_list.i index 4b28febe3f..2fc79bb0c6 100644 --- a/ortools/util/python/sorted_interval_list.i +++ b/ortools/util/python/sorted_interval_list.i @@ -1,4 +1,4 @@ -// Copyright 2010-2018 Google LLC +// Copyright 2010-2021 Google LLC // Licensed under the Apache License, Version 2.0 (the "License"); // you may not use this file except in compliance with the License. // You may obtain a copy of the License at diff --git a/ortools/util/python/vector.i b/ortools/util/python/vector.i index b5d7c83e29..61d8f664a3 100644 --- a/ortools/util/python/vector.i +++ b/ortools/util/python/vector.i @@ -1,4 +1,4 @@ -// Copyright 2010-2018 Google LLC +// Copyright 2010-2021 Google LLC // Licensed under the Apache License, Version 2.0 (the "License"); // you may not use this file except in compliance with the License. // You may obtain a copy of the License at diff --git a/ortools/util/random_engine.h b/ortools/util/random_engine.h index edd9e72b6b..7b7161a2d2 100644 --- a/ortools/util/random_engine.h +++ b/ortools/util/random_engine.h @@ -1,4 +1,4 @@ -// Copyright 2010-2018 Google LLC +// Copyright 2010-2021 Google LLC // Licensed under the Apache License, Version 2.0 (the "License"); // you may not use this file except in compliance with the License. // You may obtain a copy of the License at diff --git a/ortools/util/range_minimum_query.h b/ortools/util/range_minimum_query.h index e8acabcd02..daf5723fa5 100644 --- a/ortools/util/range_minimum_query.h +++ b/ortools/util/range_minimum_query.h @@ -1,4 +1,4 @@ -// Copyright 2010-2018 Google LLC +// Copyright 2010-2021 Google LLC // Licensed under the Apache License, Version 2.0 (the "License"); // you may not use this file except in compliance with the License. // You may obtain a copy of the License at diff --git a/ortools/util/range_query_function.cc b/ortools/util/range_query_function.cc index 8498c22fde..c9f41b3d65 100644 --- a/ortools/util/range_query_function.cc +++ b/ortools/util/range_query_function.cc @@ -1,4 +1,4 @@ -// Copyright 2010-2018 Google LLC +// Copyright 2010-2021 Google LLC // Licensed under the Apache License, Version 2.0 (the "License"); // you may not use this file except in compliance with the License. // You may obtain a copy of the License at diff --git a/ortools/util/range_query_function.h b/ortools/util/range_query_function.h index 1db4c0f976..fe087d66ae 100644 --- a/ortools/util/range_query_function.h +++ b/ortools/util/range_query_function.h @@ -1,4 +1,4 @@ -// Copyright 2010-2018 Google LLC +// Copyright 2010-2021 Google LLC // Licensed under the Apache License, Version 2.0 (the "License"); // you may not use this file except in compliance with the License. // You may obtain a copy of the License at diff --git a/ortools/util/rational_approximation.cc b/ortools/util/rational_approximation.cc index 6230fd502e..72f04c44d1 100644 --- a/ortools/util/rational_approximation.cc +++ b/ortools/util/rational_approximation.cc @@ -1,4 +1,4 @@ -// Copyright 2010-2018 Google LLC +// Copyright 2010-2021 Google LLC // Licensed under the Apache License, Version 2.0 (the "License"); // you may not use this file except in compliance with the License. // You may obtain a copy of the License at diff --git a/ortools/util/rational_approximation.h b/ortools/util/rational_approximation.h index ef294ec847..a55626bf13 100644 --- a/ortools/util/rational_approximation.h +++ b/ortools/util/rational_approximation.h @@ -1,4 +1,4 @@ -// Copyright 2010-2018 Google LLC +// Copyright 2010-2021 Google LLC // Licensed under the Apache License, Version 2.0 (the "License"); // you may not use this file except in compliance with the License. // You may obtain a copy of the License at diff --git a/ortools/util/return_macros.h b/ortools/util/return_macros.h index 8b7b7f86df..91624153ce 100644 --- a/ortools/util/return_macros.h +++ b/ortools/util/return_macros.h @@ -1,4 +1,4 @@ -// Copyright 2010-2018 Google LLC +// Copyright 2010-2021 Google LLC // Licensed under the Apache License, Version 2.0 (the "License"); // you may not use this file except in compliance with the License. // You may obtain a copy of the License at diff --git a/ortools/util/rev.h b/ortools/util/rev.h index e1f759eea4..1f2c671b1a 100644 --- a/ortools/util/rev.h +++ b/ortools/util/rev.h @@ -1,4 +1,4 @@ -// Copyright 2010-2018 Google LLC +// Copyright 2010-2021 Google LLC // Licensed under the Apache License, Version 2.0 (the "License"); // you may not use this file except in compliance with the License. // You may obtain a copy of the License at diff --git a/ortools/util/running_stat.h b/ortools/util/running_stat.h index 17661904d1..539a320b08 100644 --- a/ortools/util/running_stat.h +++ b/ortools/util/running_stat.h @@ -1,4 +1,4 @@ -// Copyright 2010-2018 Google LLC +// Copyright 2010-2021 Google LLC // Licensed under the Apache License, Version 2.0 (the "License"); // you may not use this file except in compliance with the License. // You may obtain a copy of the License at diff --git a/ortools/util/saturated_arithmetic.h b/ortools/util/saturated_arithmetic.h index 3ac2b524c1..b4fd881109 100644 --- a/ortools/util/saturated_arithmetic.h +++ b/ortools/util/saturated_arithmetic.h @@ -1,4 +1,4 @@ -// Copyright 2010-2018 Google LLC +// Copyright 2010-2021 Google LLC // Licensed under the Apache License, Version 2.0 (the "License"); // you may not use this file except in compliance with the License. // You may obtain a copy of the License at diff --git a/ortools/util/sigint.cc b/ortools/util/sigint.cc index 70975cdd1f..06a07318d1 100644 --- a/ortools/util/sigint.cc +++ b/ortools/util/sigint.cc @@ -1,4 +1,4 @@ -// Copyright 2010-2018 Google LLC +// Copyright 2010-2021 Google LLC // Licensed under the Apache License, Version 2.0 (the "License"); // you may not use this file except in compliance with the License. // You may obtain a copy of the License at diff --git a/ortools/util/sigint.h b/ortools/util/sigint.h index f13403e8c8..e0989d7930 100644 --- a/ortools/util/sigint.h +++ b/ortools/util/sigint.h @@ -1,4 +1,4 @@ -// Copyright 2010-2018 Google LLC +// Copyright 2010-2021 Google LLC // Licensed under the Apache License, Version 2.0 (the "License"); // you may not use this file except in compliance with the License. // You may obtain a copy of the License at diff --git a/ortools/util/sort.h b/ortools/util/sort.h index 08ee70fd8b..9e569d1784 100644 --- a/ortools/util/sort.h +++ b/ortools/util/sort.h @@ -1,4 +1,4 @@ -// Copyright 2010-2018 Google LLC +// Copyright 2010-2021 Google LLC // Licensed under the Apache License, Version 2.0 (the "License"); // you may not use this file except in compliance with the License. // You may obtain a copy of the License at diff --git a/ortools/util/sorted_interval_list.cc b/ortools/util/sorted_interval_list.cc index 9e0f62f1cf..d12d0b91d5 100644 --- a/ortools/util/sorted_interval_list.cc +++ b/ortools/util/sorted_interval_list.cc @@ -1,4 +1,4 @@ -// Copyright 2010-2018 Google LLC +// Copyright 2010-2021 Google LLC // Licensed under the Apache License, Version 2.0 (the "License"); // you may not use this file except in compliance with the License. // You may obtain a copy of the License at diff --git a/ortools/util/sorted_interval_list.h b/ortools/util/sorted_interval_list.h index 4d201db4a3..6e11feace7 100644 --- a/ortools/util/sorted_interval_list.h +++ b/ortools/util/sorted_interval_list.h @@ -1,4 +1,4 @@ -// Copyright 2010-2018 Google LLC +// Copyright 2010-2021 Google LLC // Licensed under the Apache License, Version 2.0 (the "License"); // you may not use this file except in compliance with the License. // You may obtain a copy of the License at diff --git a/ortools/util/stats.cc b/ortools/util/stats.cc index f1aba538be..3d24086a9c 100644 --- a/ortools/util/stats.cc +++ b/ortools/util/stats.cc @@ -1,4 +1,4 @@ -// Copyright 2010-2018 Google LLC +// Copyright 2010-2021 Google LLC // Licensed under the Apache License, Version 2.0 (the "License"); // you may not use this file except in compliance with the License. // You may obtain a copy of the License at diff --git a/ortools/util/stats.h b/ortools/util/stats.h index aa4bf0bfc0..fb7cfda592 100644 --- a/ortools/util/stats.h +++ b/ortools/util/stats.h @@ -1,4 +1,4 @@ -// Copyright 2010-2018 Google LLC +// Copyright 2010-2021 Google LLC // Licensed under the Apache License, Version 2.0 (the "License"); // you may not use this file except in compliance with the License. // You may obtain a copy of the License at diff --git a/ortools/util/string_array.h b/ortools/util/string_array.h index ec1048f981..d4f583ce4a 100644 --- a/ortools/util/string_array.h +++ b/ortools/util/string_array.h @@ -1,4 +1,4 @@ -// Copyright 2010-2018 Google LLC +// Copyright 2010-2021 Google LLC // Licensed under the Apache License, Version 2.0 (the "License"); // you may not use this file except in compliance with the License. // You may obtain a copy of the License at diff --git a/ortools/util/testing_utils.h b/ortools/util/testing_utils.h index 7e9c5a7206..d0ad0a6447 100644 --- a/ortools/util/testing_utils.h +++ b/ortools/util/testing_utils.h @@ -1,4 +1,4 @@ -// Copyright 2010-2018 Google LLC +// Copyright 2010-2021 Google LLC // Licensed under the Apache License, Version 2.0 (the "License"); // you may not use this file except in compliance with the License. // You may obtain a copy of the License at diff --git a/ortools/util/time_limit.cc b/ortools/util/time_limit.cc index 68bb53eeac..4a89c7ad9b 100644 --- a/ortools/util/time_limit.cc +++ b/ortools/util/time_limit.cc @@ -1,4 +1,4 @@ -// Copyright 2010-2018 Google LLC +// Copyright 2010-2021 Google LLC // Licensed under the Apache License, Version 2.0 (the "License"); // you may not use this file except in compliance with the License. // You may obtain a copy of the License at diff --git a/ortools/util/time_limit.h b/ortools/util/time_limit.h index 7fae18a9de..74f6f947a1 100644 --- a/ortools/util/time_limit.h +++ b/ortools/util/time_limit.h @@ -1,4 +1,4 @@ -// Copyright 2010-2018 Google LLC +// Copyright 2010-2021 Google LLC // Licensed under the Apache License, Version 2.0 (the "License"); // you may not use this file except in compliance with the License. // You may obtain a copy of the License at diff --git a/ortools/util/tuple_set.h b/ortools/util/tuple_set.h index a97508804d..6984388574 100644 --- a/ortools/util/tuple_set.h +++ b/ortools/util/tuple_set.h @@ -1,4 +1,4 @@ -// Copyright 2010-2018 Google LLC +// Copyright 2010-2021 Google LLC // Licensed under the Apache License, Version 2.0 (the "License"); // you may not use this file except in compliance with the License. // You may obtain a copy of the License at diff --git a/ortools/util/vector_map.h b/ortools/util/vector_map.h index 9a97c3aff0..ffc293a7ea 100644 --- a/ortools/util/vector_map.h +++ b/ortools/util/vector_map.h @@ -1,4 +1,4 @@ -// Copyright 2010-2018 Google LLC +// Copyright 2010-2021 Google LLC // Licensed under the Apache License, Version 2.0 (the "License"); // you may not use this file except in compliance with the License. // You may obtain a copy of the License at diff --git a/ortools/util/vector_or_function.h b/ortools/util/vector_or_function.h index ff1abd9f81..150d2a487f 100644 --- a/ortools/util/vector_or_function.h +++ b/ortools/util/vector_or_function.h @@ -1,4 +1,4 @@ -// Copyright 2010-2018 Google LLC +// Copyright 2010-2021 Google LLC // Licensed under the Apache License, Version 2.0 (the "License"); // you may not use this file except in compliance with the License. // You may obtain a copy of the License at diff --git a/ortools/util/zvector.h b/ortools/util/zvector.h index b9e8d0fabb..167b6fc1e1 100644 --- a/ortools/util/zvector.h +++ b/ortools/util/zvector.h @@ -1,4 +1,4 @@ -// Copyright 2010-2018 Google LLC +// Copyright 2010-2021 Google LLC // Licensed under the Apache License, Version 2.0 (the "License"); // you may not use this file except in compliance with the License. // You may obtain a copy of the License at