From 2c7a8bf8f621ea82d26c5f68af1495b6eabb43f8 Mon Sep 17 00:00:00 2001 From: Laurent Perron Date: Tue, 17 Oct 2017 13:08:10 +0200 Subject: [PATCH] change copyright date --- examples/com/google/ortools/samples/FlowExample.java | 2 +- examples/com/google/ortools/samples/IntegerProgramming.java | 2 +- examples/com/google/ortools/samples/Knapsack.java | 2 +- examples/com/google/ortools/samples/LinearAssignmentAPI.java | 2 +- examples/com/google/ortools/samples/LinearProgramming.java | 2 +- examples/com/google/ortools/samples/LsApi.java | 2 +- examples/com/google/ortools/samples/RabbitsPheasants.java | 2 +- examples/cpp/acp_challenge.cc | 2 +- examples/cpp/acp_challenge_routing.cc | 2 +- examples/cpp/costas_array.cc | 2 +- examples/cpp/cryptarithm.cc | 2 +- examples/cpp/cvrp_disjoint_tw.cc | 2 +- examples/cpp/cvrptw.cc | 2 +- examples/cpp/cvrptw_lib.cc | 2 +- examples/cpp/cvrptw_lib.h | 2 +- examples/cpp/cvrptw_with_breaks.cc | 2 +- examples/cpp/cvrptw_with_refueling.cc | 2 +- examples/cpp/cvrptw_with_resources.cc | 2 +- examples/cpp/cvrptw_with_stop_times_and_resources.cc | 2 +- examples/cpp/dimacs_assignment.cc | 2 +- examples/cpp/dobble_ls.cc | 2 +- examples/cpp/fap_model_printer.cc | 2 +- examples/cpp/fap_model_printer.h | 2 +- examples/cpp/fap_parser.cc | 2 +- examples/cpp/fap_parser.h | 2 +- examples/cpp/fap_utilities.cc | 2 +- examples/cpp/fap_utilities.h | 2 +- examples/cpp/flexible_jobshop.cc | 2 +- examples/cpp/flexible_jobshop.h | 2 +- examples/cpp/flow_api.cc | 2 +- examples/cpp/frequency_assignment_problem.cc | 2 +- examples/cpp/golomb.cc | 2 +- examples/cpp/integer_programming.cc | 2 +- examples/cpp/jobshop.cc | 2 +- examples/cpp/jobshop.h | 2 +- examples/cpp/jobshop_earlytardy.cc | 2 +- examples/cpp/jobshop_earlytardy.h | 2 +- examples/cpp/jobshop_ls.cc | 2 +- examples/cpp/jobshop_ls.h | 2 +- examples/cpp/jobshop_sat.cc | 2 +- examples/cpp/linear_assignment_api.cc | 2 +- examples/cpp/linear_programming.cc | 2 +- examples/cpp/linear_solver_protocol_buffers.cc | 2 +- examples/cpp/ls_api.cc | 2 +- examples/cpp/magic_square.cc | 2 +- examples/cpp/model_util.cc | 2 +- examples/cpp/mps_driver.cc | 2 +- examples/cpp/multidim_knapsack.cc | 2 +- examples/cpp/network_routing.cc | 2 +- examples/cpp/nqueens.cc | 2 +- examples/cpp/nqueens2.cc | 2 +- examples/cpp/opb_reader.h | 2 +- examples/cpp/parse_dimacs_assignment.cc | 2 +- examples/cpp/parse_dimacs_assignment.h | 2 +- examples/cpp/pdptw.cc | 2 +- examples/cpp/print_dimacs_assignment.cc | 2 +- examples/cpp/print_dimacs_assignment.h | 2 +- examples/cpp/rcpsp_sat.cc | 2 +- examples/cpp/sat_cnf_reader.h | 2 +- examples/cpp/sat_runner.cc | 2 +- examples/cpp/shift_minimization_sat.cc | 2 +- examples/cpp/solve.cc | 2 +- examples/cpp/sports_scheduling.cc | 2 +- examples/cpp/strawberry_fields_with_column_generation.cc | 2 +- examples/cpp/tsp.cc | 2 +- examples/cpp/weighted_tardiness_sat.cc | 2 +- examples/csharp/cscvrptw.cs | 2 +- examples/csharp/csflow.cs | 2 +- examples/csharp/csfz.cs | 2 +- examples/csharp/csintegerprogramming.cs | 2 +- examples/csharp/csknapsack.cs | 2 +- examples/csharp/cslinearprogramming.cs | 2 +- examples/csharp/csls_api.cs | 2 +- examples/csharp/csrabbitspheasants.cs | 2 +- examples/csharp/cstsp.cs | 2 +- examples/csharp/furniture_moving_intervals.cs | 2 +- examples/csharp/organize_day_intervals.cs | 2 +- examples/csharp/techtalk_scheduling.cs | 2 +- examples/python/appointments.py | 2 +- examples/python/gate_scheduling_sat.py | 3 +++ examples/python/golomb8.py | 2 +- examples/python/hidato_table.py | 2 +- examples/python/integer_programming.py | 2 +- examples/python/jobshop_ft06.py | 2 +- examples/python/jobshop_ft06_distance.py | 2 +- examples/python/knapsack.py | 2 +- examples/python/linear_assignment_api.py | 2 +- examples/python/linear_programming.py | 2 +- examples/python/magic_sequence_distribute.py | 2 +- examples/python/pyflow_example.py | 2 +- examples/python/rabbit_pheasant.py | 2 +- examples/python/sendmore.py | 2 +- examples/python/simple_meeting.py | 2 +- examples/python/sudoku.py | 2 +- examples/python/tsp.py | 2 +- examples/python/zebra.py | 2 +- examples/tests/issue18.cs | 2 +- examples/tests/issue22.cs | 2 +- examples/tests/issue46.py | 2 +- examples/tests/pywrapcp_test.py | 2 +- examples/tests/pywraplp_test.py | 2 +- examples/tests/testcp.cs | 2 +- examples/tests/testlp.cs | 2 +- examples/tests/testsat.cs | 2 +- ortools/algorithms/__init__.py | 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/knapsack_solver.cc | 2 +- ortools/algorithms/knapsack_solver.h | 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_export.h | 2 +- ortools/base/basictypes.h | 2 +- ortools/base/bitmap.cc | 2 +- ortools/base/bitmap.h | 2 +- ortools/base/callback.cc | 2 +- ortools/base/callback.h | 2 +- ortools/base/casts.h | 2 +- ortools/base/cleanup.h | 2 +- ortools/base/commandlineflags.h | 2 +- ortools/base/encodingutils.h | 2 +- ortools/base/file.cc | 2 +- ortools/base/file.h | 2 +- ortools/base/filelinereader.cc | 2 +- ortools/base/filelinereader.h | 2 +- ortools/base/hash.h | 2 +- ortools/base/inlined_vector.h | 2 +- ortools/base/int_type.h | 2 +- ortools/base/int_type_indexed_vector.h | 2 +- ortools/base/integral_types.h | 2 +- ortools/base/iterator_adaptors.h | 2 +- ortools/base/jniutil.h | 2 +- ortools/base/join.cc | 2 +- ortools/base/join.h | 2 +- ortools/base/logging.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/mutex.cc | 2 +- ortools/base/mutex.h | 2 +- ortools/base/numbers.cc | 2 +- ortools/base/numbers.h | 2 +- ortools/base/port.h | 2 +- ortools/base/python-swig.h | 2 +- ortools/base/random.cc | 2 +- ortools/base/random.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/span.h | 2 +- ortools/base/sparsetable.h | 2 +- ortools/base/split.cc | 2 +- ortools/base/split.h | 2 +- ortools/base/status.h | 2 +- ortools/base/statusor.h | 2 +- ortools/base/stl_util.h | 2 +- ortools/base/string_view.cc | 2 +- ortools/base/string_view.h | 2 +- ortools/base/stringpiece_utils.h | 2 +- ortools/base/stringprintf.cc | 2 +- ortools/base/stringprintf.h | 2 +- ortools/base/strtoint.h | 2 +- ortools/base/strutil.h | 2 +- ortools/base/synchronization.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/time_support.cc | 2 +- ortools/base/time_support.h | 2 +- ortools/base/timer.cc | 2 +- ortools/base/timer.h | 2 +- ortools/base/typeid.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/com/google/ortools/algorithms/IntArrayHelper.cs | 2 +- ortools/com/google/ortools/constraintsolver/IntArrayHelper.cs | 2 +- .../com/google/ortools/constraintsolver/IntVarArrayHelper.cs | 2 +- .../google/ortools/constraintsolver/IntervalVarArrayHelper.cs | 2 +- .../google/ortools/constraintsolver/JavaDecisionBuilder.java | 2 +- .../com/google/ortools/constraintsolver/NetDecisionBuilder.cs | 2 +- ortools/com/google/ortools/constraintsolver/SolverHelper.cs | 2 +- ortools/com/google/ortools/constraintsolver/ValCstPair.cs | 2 +- ortools/com/google/ortools/linearsolver/DoubleArrayHelper.cs | 2 +- ortools/com/google/ortools/linearsolver/LinearConstraint.cs | 2 +- ortools/com/google/ortools/linearsolver/LinearExpr.cs | 2 +- ortools/com/google/ortools/linearsolver/SolverHelper.cs | 2 +- ortools/com/google/ortools/linearsolver/VariableHelper.cs | 2 +- ortools/com/google/ortools/util/NestedArrayHelper.cs | 2 +- ortools/com/google/ortools/util/ProtoHelper.cs | 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/collect_variables.cc | 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/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/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/hybrid.cc | 2 +- ortools/constraint_solver/hybrid.h | 2 +- ortools/constraint_solver/interval.cc | 2 +- ortools/constraint_solver/io.cc | 2 +- ortools/constraint_solver/local_search.cc | 2 +- ortools/constraint_solver/model.proto | 2 +- ortools/constraint_solver/model_cache.cc | 2 +- ortools/constraint_solver/nogoods.cc | 2 +- ortools/constraint_solver/pack.cc | 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_enums.proto | 2 +- ortools/constraint_solver/routing_flags.cc | 2 +- ortools/constraint_solver/routing_flags.h | 2 +- ortools/constraint_solver/routing_neighborhoods.cc | 2 +- ortools/constraint_solver/routing_neighborhoods.h | 2 +- ortools/constraint_solver/routing_parameters.proto | 2 +- ortools/constraint_solver/routing_search.cc | 2 +- ortools/constraint_solver/routing_types.h | 2 +- ortools/constraint_solver/sat_constraint.cc | 2 +- ortools/constraint_solver/sat_constraint.h | 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/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/tree_monitor.cc | 2 +- ortools/constraint_solver/utilities.cc | 2 +- ortools/constraint_solver/visitor.cc | 2 +- ortools/flatzinc/checker.cc | 2 +- ortools/flatzinc/checker.h | 2 +- ortools/flatzinc/constraints.cc | 2 +- ortools/flatzinc/constraints.h | 2 +- ortools/flatzinc/cp_model_fz_solver.cc | 2 +- ortools/flatzinc/cp_model_fz_solver.h | 2 +- ortools/flatzinc/flatzinc_constraints.cc | 2 +- ortools/flatzinc/flatzinc_constraints.h | 2 +- ortools/flatzinc/fz.cc | 2 +- ortools/flatzinc/logging.cc | 2 +- ortools/flatzinc/logging.h | 2 +- ortools/flatzinc/model.cc | 2 +- ortools/flatzinc/model.h | 2 +- ortools/flatzinc/parser.cc | 2 +- ortools/flatzinc/parser.h | 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/flatzinc/reporting.cc | 2 +- ortools/flatzinc/reporting.h | 2 +- ortools/flatzinc/sat_constraint.cc | 2 +- ortools/flatzinc/sat_constraint.h | 2 +- ortools/flatzinc/solver.cc | 2 +- ortools/flatzinc/solver.h | 2 +- ortools/flatzinc/solver_data.cc | 2 +- ortools/flatzinc/solver_data.h | 2 +- ortools/flatzinc/solver_util.cc | 2 +- ortools/flatzinc/solver_util.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/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/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/connectivity.h | 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/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/shortestpaths.cc | 2 +- ortools/graph/shortestpaths.h | 2 +- ortools/graph/strongly_connected_components.h | 2 +- ortools/graph/util.cc | 2 +- ortools/graph/util.h | 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/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/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_natural_api.py | 2 +- ortools/linear_solver/model_exporter.cc | 2 +- ortools/linear_solver/model_exporter.h | 2 +- ortools/linear_solver/model_validator.cc | 2 +- ortools/linear_solver/model_validator.h | 2 +- ortools/linear_solver/scip_interface.cc | 2 +- ortools/lp_data/lp_data.cc | 2 +- ortools/lp_data/lp_data.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/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/sysinfo.h | 2 +- ortools/port/sysinfo_nonport.cc | 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.proto | 2 +- ortools/sat/cp_model_checker.cc | 2 +- ortools/sat/cp_model_checker.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_solver.cc | 2 +- ortools/sat/cp_model_solver.h | 2 +- ortools/sat/cp_model_utils.cc | 2 +- ortools/sat/cp_model_utils.h | 2 +- ortools/sat/cumulative.cc | 2 +- ortools/sat/cumulative.h | 2 +- ortools/sat/disjunctive.cc | 2 +- ortools/sat/disjunctive.h | 2 +- ortools/sat/drat.cc | 2 +- ortools/sat/drat.h | 2 +- ortools/sat/encoding.cc | 2 +- ortools/sat/encoding.h | 2 +- ortools/sat/flow_costs.cc | 2 +- ortools/sat/flow_costs.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/intervals.cc | 2 +- ortools/sat/intervals.h | 2 +- ortools/sat/linear_programming_constraint.cc | 2 +- ortools/sat/linear_programming_constraint.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/overload_checker.cc | 2 +- ortools/sat/overload_checker.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/sat_base.h | 2 +- ortools/sat/sat_parameters.proto | 2 +- ortools/sat/sat_solver.cc | 2 +- ortools/sat/sat_solver.h | 2 +- ortools/sat/simplification.cc | 2 +- ortools/sat/simplification.h | 2 +- ortools/sat/swig_helper.h | 2 +- ortools/sat/symmetry.cc | 2 +- ortools/sat/symmetry.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/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/file_util.cc | 2 +- ortools/util/file_util.h | 2 +- ortools/util/filelineiter.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/monoid_operation_tree.h | 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/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/rcpsp_parser.cc | 2 +- ortools/util/rcpsp_parser.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/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/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/xml_helper.cc | 2 +- ortools/util/xml_helper.h | 2 +- ortools/util/zvector.h | 2 +- 538 files changed, 540 insertions(+), 537 deletions(-) diff --git a/examples/com/google/ortools/samples/FlowExample.java b/examples/com/google/ortools/samples/FlowExample.java index 8aa4addf82..9cbfb50fc1 100644 --- a/examples/com/google/ortools/samples/FlowExample.java +++ b/examples/com/google/ortools/samples/FlowExample.java @@ -1,4 +1,4 @@ -// Copyright 2010-2014 Google +// Copyright 2010-2017 Google // Licensed under the Apache License, Version 2.0 (the "License"); // you may not use this file except in compliance with the License. // You may obtain a copy of the License at diff --git a/examples/com/google/ortools/samples/IntegerProgramming.java b/examples/com/google/ortools/samples/IntegerProgramming.java index 8bd5554912..1cc927a43f 100644 --- a/examples/com/google/ortools/samples/IntegerProgramming.java +++ b/examples/com/google/ortools/samples/IntegerProgramming.java @@ -1,4 +1,4 @@ -// Copyright 2010-2014 Google +// Copyright 2010-2017 Google // Licensed under the Apache License, Version 2.0 (the "License"); // you may not use this file except in compliance with the License. // You may obtain a copy of the License at diff --git a/examples/com/google/ortools/samples/Knapsack.java b/examples/com/google/ortools/samples/Knapsack.java index 9af65913ca..5a14054fa1 100644 --- a/examples/com/google/ortools/samples/Knapsack.java +++ b/examples/com/google/ortools/samples/Knapsack.java @@ -1,4 +1,4 @@ -// Copyright 2010-2014 Google +// Copyright 2010-2017 Google // Licensed under the Apache License, Version 2.0 (the "License"); // you may not use this file except in compliance with the License. // You may obtain a copy of the License at diff --git a/examples/com/google/ortools/samples/LinearAssignmentAPI.java b/examples/com/google/ortools/samples/LinearAssignmentAPI.java index cd60baef2d..68c5a73d71 100644 --- a/examples/com/google/ortools/samples/LinearAssignmentAPI.java +++ b/examples/com/google/ortools/samples/LinearAssignmentAPI.java @@ -1,4 +1,4 @@ -// Copyright 2010-2014 Google +// Copyright 2010-2017 Google // Licensed under the Apache License, Version 2.0 (the "License"); // you may not use this file except in compliance with the License. // You may obtain a copy of the License at diff --git a/examples/com/google/ortools/samples/LinearProgramming.java b/examples/com/google/ortools/samples/LinearProgramming.java index 3035d2926c..52f880fb29 100644 --- a/examples/com/google/ortools/samples/LinearProgramming.java +++ b/examples/com/google/ortools/samples/LinearProgramming.java @@ -1,4 +1,4 @@ -// Copyright 2010-2014 Google +// Copyright 2010-2017 Google // Licensed under the Apache License, Version 2.0 (the "License"); // you may not use this file except in compliance with the License. // You may obtain a copy of the License at diff --git a/examples/com/google/ortools/samples/LsApi.java b/examples/com/google/ortools/samples/LsApi.java index c5b8fd0d2b..56da11d3b7 100644 --- a/examples/com/google/ortools/samples/LsApi.java +++ b/examples/com/google/ortools/samples/LsApi.java @@ -1,4 +1,4 @@ -// Copyright 2010-2014 Google +// Copyright 2010-2017 Google // Licensed under the Apache License, Version 2.0 (the "License"); // you may not use this file except in compliance with the License. // You may obtain a copy of the License at diff --git a/examples/com/google/ortools/samples/RabbitsPheasants.java b/examples/com/google/ortools/samples/RabbitsPheasants.java index 40068d1530..00f08c7e87 100644 --- a/examples/com/google/ortools/samples/RabbitsPheasants.java +++ b/examples/com/google/ortools/samples/RabbitsPheasants.java @@ -1,4 +1,4 @@ -// Copyright 2010-2014 Google +// Copyright 2010-2017 Google // Licensed under the Apache License, Version 2.0 (the "License"); // you may not use this file except in compliance with the License. // You may obtain a copy of the License at diff --git a/examples/cpp/acp_challenge.cc b/examples/cpp/acp_challenge.cc index 4d819cf01c..d68b761988 100644 --- a/examples/cpp/acp_challenge.cc +++ b/examples/cpp/acp_challenge.cc @@ -1,4 +1,4 @@ -// Copyright 2010-2014 Google +// Copyright 2010-2017 Google // Licensed under the Apache License, Version 2.0 (the "License"); // you may not use this file except in compliance with the License. // You may obtain a copy of the License at diff --git a/examples/cpp/acp_challenge_routing.cc b/examples/cpp/acp_challenge_routing.cc index bdeec59d1e..b1726f4d13 100644 --- a/examples/cpp/acp_challenge_routing.cc +++ b/examples/cpp/acp_challenge_routing.cc @@ -1,4 +1,4 @@ -// Copyright 2010-2014 Google +// Copyright 2010-2017 Google // Licensed under the Apache License, Version 2.0 (the "License"); // you may not use this file except in compliance with the License. // You may obtain a copy of the License at diff --git a/examples/cpp/costas_array.cc b/examples/cpp/costas_array.cc index 98a362ea4e..44e037f7e7 100644 --- a/examples/cpp/costas_array.cc +++ b/examples/cpp/costas_array.cc @@ -1,4 +1,4 @@ -// Copyright 2010-2014 Google +// Copyright 2010-2017 Google // Licensed under the Apache License, Version 2.0 (the "License"); // you may not use this file except in compliance with the License. // You may obtain a copy of the License at diff --git a/examples/cpp/cryptarithm.cc b/examples/cpp/cryptarithm.cc index 01f16813b6..79a943c647 100644 --- a/examples/cpp/cryptarithm.cc +++ b/examples/cpp/cryptarithm.cc @@ -1,4 +1,4 @@ -// Copyright 2010-2014 Google +// Copyright 2010-2017 Google // Licensed under the Apache License, Version 2.0 (the "License"); // you may not use this file except in compliance with the License. // You may obtain a copy of the License at diff --git a/examples/cpp/cvrp_disjoint_tw.cc b/examples/cpp/cvrp_disjoint_tw.cc index 518eb9d6bf..465b7c4ad1 100644 --- a/examples/cpp/cvrp_disjoint_tw.cc +++ b/examples/cpp/cvrp_disjoint_tw.cc @@ -1,4 +1,4 @@ -// Copyright 2010-2014 Google +// Copyright 2010-2017 Google // Licensed under the Apache License, Version 2.0 (the "License"); // you may not use this file except in compliance with the License. // You may obtain a copy of the License at diff --git a/examples/cpp/cvrptw.cc b/examples/cpp/cvrptw.cc index 3bff282658..b71ff39ec1 100644 --- a/examples/cpp/cvrptw.cc +++ b/examples/cpp/cvrptw.cc @@ -1,4 +1,4 @@ -// Copyright 2010-2014 Google +// Copyright 2010-2017 Google // Licensed under the Apache License, Version 2.0 (the "License"); // you may not use this file except in compliance with the License. // You may obtain a copy of the License at diff --git a/examples/cpp/cvrptw_lib.cc b/examples/cpp/cvrptw_lib.cc index b6f94279b0..deb8a62754 100644 --- a/examples/cpp/cvrptw_lib.cc +++ b/examples/cpp/cvrptw_lib.cc @@ -1,4 +1,4 @@ -// Copyright 2010-2014 Google +// Copyright 2010-2017 Google // Licensed under the Apache License, Version 2.0 (the "License"); // you may not use this file except in compliance with the License. // You may obtain a copy of the License at diff --git a/examples/cpp/cvrptw_lib.h b/examples/cpp/cvrptw_lib.h index 9e9bf777da..f3005fd93b 100644 --- a/examples/cpp/cvrptw_lib.h +++ b/examples/cpp/cvrptw_lib.h @@ -1,4 +1,4 @@ -// Copyright 2010-2014 Google +// Copyright 2010-2017 Google // Licensed under the Apache License, Version 2.0 (the "License"); // you may not use this file except in compliance with the License. // You may obtain a copy of the License at diff --git a/examples/cpp/cvrptw_with_breaks.cc b/examples/cpp/cvrptw_with_breaks.cc index c6793ec849..3dc746f082 100644 --- a/examples/cpp/cvrptw_with_breaks.cc +++ b/examples/cpp/cvrptw_with_breaks.cc @@ -1,4 +1,4 @@ -// Copyright 2010-2014 Google +// Copyright 2010-2017 Google // Licensed under the Apache License, Version 2.0 (the "License"); // you may not use this file except in compliance with the License. // You may obtain a copy of the License at diff --git a/examples/cpp/cvrptw_with_refueling.cc b/examples/cpp/cvrptw_with_refueling.cc index c4bf9d1905..58c71f58c5 100644 --- a/examples/cpp/cvrptw_with_refueling.cc +++ b/examples/cpp/cvrptw_with_refueling.cc @@ -1,4 +1,4 @@ -// Copyright 2010-2014 Google +// Copyright 2010-2017 Google // Licensed under the Apache License, Version 2.0 (the "License"); // you may not use this file except in compliance with the License. // You may obtain a copy of the License at diff --git a/examples/cpp/cvrptw_with_resources.cc b/examples/cpp/cvrptw_with_resources.cc index 223b2c8aec..59fba279cf 100644 --- a/examples/cpp/cvrptw_with_resources.cc +++ b/examples/cpp/cvrptw_with_resources.cc @@ -1,4 +1,4 @@ -// Copyright 2010-2014 Google +// Copyright 2010-2017 Google // Licensed under the Apache License, Version 2.0 (the "License"); // you may not use this file except in compliance with the License. // You may obtain a copy of the License at diff --git a/examples/cpp/cvrptw_with_stop_times_and_resources.cc b/examples/cpp/cvrptw_with_stop_times_and_resources.cc index f9303f906f..c2ca2b162b 100644 --- a/examples/cpp/cvrptw_with_stop_times_and_resources.cc +++ b/examples/cpp/cvrptw_with_stop_times_and_resources.cc @@ -1,4 +1,4 @@ -// Copyright 2010-2014 Google +// Copyright 2010-2017 Google // Licensed under the Apache License, Version 2.0 (the "License"); // you may not use this file except in compliance with the License. // You may obtain a copy of the License at diff --git a/examples/cpp/dimacs_assignment.cc b/examples/cpp/dimacs_assignment.cc index fb2bc31faa..a4186e82ff 100644 --- a/examples/cpp/dimacs_assignment.cc +++ b/examples/cpp/dimacs_assignment.cc @@ -1,4 +1,4 @@ -// Copyright 2010-2014 Google +// Copyright 2010-2017 Google // Licensed under the Apache License, Version 2.0 (the "License"); // you may not use this file except in compliance with the License. // You may obtain a copy of the License at diff --git a/examples/cpp/dobble_ls.cc b/examples/cpp/dobble_ls.cc index 56944f1660..5ccd27eb5d 100644 --- a/examples/cpp/dobble_ls.cc +++ b/examples/cpp/dobble_ls.cc @@ -1,4 +1,4 @@ -// Copyright 2010-2014 Google +// Copyright 2010-2017 Google // Licensed under the Apache License, Version 2.0 (the "License"); // you may not use this file except in compliance with the License. // You may obtain a copy of the License at diff --git a/examples/cpp/fap_model_printer.cc b/examples/cpp/fap_model_printer.cc index 7981bc6390..669776b4c7 100644 --- a/examples/cpp/fap_model_printer.cc +++ b/examples/cpp/fap_model_printer.cc @@ -1,4 +1,4 @@ -// Copyright 2010-2014 Google +// Copyright 2010-2017 Google // Licensed under the Apache License, Version 2.0 (the "License"); // you may not use this file except in compliance with the License. // You may obtain a copy of the License at diff --git a/examples/cpp/fap_model_printer.h b/examples/cpp/fap_model_printer.h index f2eba5e4cc..337c5bfd4d 100644 --- a/examples/cpp/fap_model_printer.h +++ b/examples/cpp/fap_model_printer.h @@ -1,4 +1,4 @@ -// Copyright 2010-2014 Google +// Copyright 2010-2017 Google // Licensed under the Apache License, Version 2.0 (the "License"); // you may not use this file except in compliance with the License. // You may obtain a copy of the License at diff --git a/examples/cpp/fap_parser.cc b/examples/cpp/fap_parser.cc index da30ec180d..c8ec18f9bf 100644 --- a/examples/cpp/fap_parser.cc +++ b/examples/cpp/fap_parser.cc @@ -1,4 +1,4 @@ -// Copyright 2010-2014 Google +// Copyright 2010-2017 Google // Licensed under the Apache License, Version 2.0 (the "License"); // you may not use this file except in compliance with the License. // You may obtain a copy of the License at diff --git a/examples/cpp/fap_parser.h b/examples/cpp/fap_parser.h index 4f60685077..8b14ce806f 100644 --- a/examples/cpp/fap_parser.h +++ b/examples/cpp/fap_parser.h @@ -1,4 +1,4 @@ -// Copyright 2010-2014 Google +// Copyright 2010-2017 Google // Licensed under the Apache License, Version 2.0 (the "License"); // you may not use this file except in compliance with the License. // You may obtain a copy of the License at diff --git a/examples/cpp/fap_utilities.cc b/examples/cpp/fap_utilities.cc index 1b29a2a9d1..2857c30288 100644 --- a/examples/cpp/fap_utilities.cc +++ b/examples/cpp/fap_utilities.cc @@ -1,4 +1,4 @@ -// Copyright 2010-2014 Google +// Copyright 2010-2017 Google // Licensed under the Apache License, Version 2.0 (the "License"); // you may not use this file except in compliance with the License. // You may obtain a copy of the License at diff --git a/examples/cpp/fap_utilities.h b/examples/cpp/fap_utilities.h index bc6417a823..e5432b7eab 100644 --- a/examples/cpp/fap_utilities.h +++ b/examples/cpp/fap_utilities.h @@ -1,4 +1,4 @@ -// Copyright 2010-2014 Google +// Copyright 2010-2017 Google // Licensed under the Apache License, Version 2.0 (the "License"); // you may not use this file except in compliance with the License. // You may obtain a copy of the License at diff --git a/examples/cpp/flexible_jobshop.cc b/examples/cpp/flexible_jobshop.cc index 3c18289680..de9abb0504 100644 --- a/examples/cpp/flexible_jobshop.cc +++ b/examples/cpp/flexible_jobshop.cc @@ -1,4 +1,4 @@ -// Copyright 2010-2014 Google +// Copyright 2010-2017 Google // Licensed under the Apache License, Version 2.0 (the "License"); // you may not use this file except in compliance with the License. // You may obtain a copy of the License at diff --git a/examples/cpp/flexible_jobshop.h b/examples/cpp/flexible_jobshop.h index 96e4d80409..2cfbd6f44e 100644 --- a/examples/cpp/flexible_jobshop.h +++ b/examples/cpp/flexible_jobshop.h @@ -1,4 +1,4 @@ -// Copyright 2010-2014 Google +// Copyright 2010-2017 Google // Licensed under the Apache License, Version 2.0 (the "License"); // you may not use this file except in compliance with the License. // You may obtain a copy of the License at diff --git a/examples/cpp/flow_api.cc b/examples/cpp/flow_api.cc index 7e9c68a8f2..b125a32bf9 100644 --- a/examples/cpp/flow_api.cc +++ b/examples/cpp/flow_api.cc @@ -1,4 +1,4 @@ -// Copyright 2010-2014 Google +// Copyright 2010-2017 Google // Licensed under the Apache License, Version 2.0 (the "License"); // you may not use this file except in compliance with the License. // You may obtain a copy of the License at diff --git a/examples/cpp/frequency_assignment_problem.cc b/examples/cpp/frequency_assignment_problem.cc index 430ede4e71..379c652750 100644 --- a/examples/cpp/frequency_assignment_problem.cc +++ b/examples/cpp/frequency_assignment_problem.cc @@ -1,4 +1,4 @@ -// Copyright 2010-2014 Google +// Copyright 2010-2017 Google // Licensed under the Apache License, Version 2.0 (the "License"); // you may not use this file except in compliance with the License. // You may obtain a copy of the License at diff --git a/examples/cpp/golomb.cc b/examples/cpp/golomb.cc index 70b7c98363..e55e496d35 100644 --- a/examples/cpp/golomb.cc +++ b/examples/cpp/golomb.cc @@ -1,4 +1,4 @@ -// Copyright 2010-2014 Google +// Copyright 2010-2017 Google // Licensed under the Apache License, Version 2.0 (the "License"); // you may not use this file except in compliance with the License. // You may obtain a copy of the License at diff --git a/examples/cpp/integer_programming.cc b/examples/cpp/integer_programming.cc index 3b64367502..4c700ae523 100644 --- a/examples/cpp/integer_programming.cc +++ b/examples/cpp/integer_programming.cc @@ -1,4 +1,4 @@ -// Copyright 2010-2014 Google +// Copyright 2010-2017 Google // Licensed under the Apache License, Version 2.0 (the "License"); // you may not use this file except in compliance with the License. // You may obtain a copy of the License at diff --git a/examples/cpp/jobshop.cc b/examples/cpp/jobshop.cc index b788732a94..a906ec1d26 100644 --- a/examples/cpp/jobshop.cc +++ b/examples/cpp/jobshop.cc @@ -1,4 +1,4 @@ -// Copyright 2010-2014 Google +// Copyright 2010-2017 Google // Licensed under the Apache License, Version 2.0 (the "License"); // you may not use this file except in compliance with the License. // You may obtain a copy of the License at diff --git a/examples/cpp/jobshop.h b/examples/cpp/jobshop.h index d7e9f77c41..9e5d21cbc1 100644 --- a/examples/cpp/jobshop.h +++ b/examples/cpp/jobshop.h @@ -1,4 +1,4 @@ -// Copyright 2010-2014 Google +// Copyright 2010-2017 Google // Licensed under the Apache License, Version 2.0 (the "License"); // you may not use this file except in compliance with the License. // You may obtain a copy of the License at diff --git a/examples/cpp/jobshop_earlytardy.cc b/examples/cpp/jobshop_earlytardy.cc index 8f75c68437..5a3487b28e 100644 --- a/examples/cpp/jobshop_earlytardy.cc +++ b/examples/cpp/jobshop_earlytardy.cc @@ -1,4 +1,4 @@ -// Copyright 2010-2014 Google +// Copyright 2010-2017 Google // Licensed under the Apache License, Version 2.0 (the "License"); // you may not use this file except in compliance with the License. // You may obtain a copy of the License at diff --git a/examples/cpp/jobshop_earlytardy.h b/examples/cpp/jobshop_earlytardy.h index 3ce01774d6..20da495138 100644 --- a/examples/cpp/jobshop_earlytardy.h +++ b/examples/cpp/jobshop_earlytardy.h @@ -1,4 +1,4 @@ -// Copyright 2010-2014 Google +// Copyright 2010-2017 Google // Licensed under the Apache License, Version 2.0 (the "License"); // you may not use this file except in compliance with the License. // You may obtain a copy of the License at diff --git a/examples/cpp/jobshop_ls.cc b/examples/cpp/jobshop_ls.cc index ba3a6bbcce..e2d33370c0 100644 --- a/examples/cpp/jobshop_ls.cc +++ b/examples/cpp/jobshop_ls.cc @@ -1,4 +1,4 @@ -// Copyright 2010-2014 Google +// Copyright 2010-2017 Google // Licensed under the Apache License, Version 2.0 (the "License"); // you may not use this file except in compliance with the License. // You may obtain a copy of the License at diff --git a/examples/cpp/jobshop_ls.h b/examples/cpp/jobshop_ls.h index 3321129e41..632ab938c7 100644 --- a/examples/cpp/jobshop_ls.h +++ b/examples/cpp/jobshop_ls.h @@ -1,4 +1,4 @@ -// Copyright 2010-2014 Google +// Copyright 2010-2017 Google // Licensed under the Apache License, Version 2.0 (the "License"); // you may not use this file except in compliance with the License. // You may obtain a copy of the License at diff --git a/examples/cpp/jobshop_sat.cc b/examples/cpp/jobshop_sat.cc index ac539d7af7..429b447e3b 100644 --- a/examples/cpp/jobshop_sat.cc +++ b/examples/cpp/jobshop_sat.cc @@ -1,4 +1,4 @@ -// Copyright 2010-2014 Google +// Copyright 2010-2017 Google // Licensed under the Apache License, Version 2.0 (the "License"); // you may not use this file except in compliance with the License. // You may obtain a copy of the License at diff --git a/examples/cpp/linear_assignment_api.cc b/examples/cpp/linear_assignment_api.cc index eadfa0a502..cf6cfe697b 100644 --- a/examples/cpp/linear_assignment_api.cc +++ b/examples/cpp/linear_assignment_api.cc @@ -1,4 +1,4 @@ -// Copyright 2010-2014 Google +// Copyright 2010-2017 Google // Licensed under the Apache License, Version 2.0 (the "License"); // you may not use this file except in compliance with the License. // You may obtain a copy of the License at diff --git a/examples/cpp/linear_programming.cc b/examples/cpp/linear_programming.cc index 2ba4fba975..f138bc12de 100644 --- a/examples/cpp/linear_programming.cc +++ b/examples/cpp/linear_programming.cc @@ -1,4 +1,4 @@ -// Copyright 2010-2014 Google +// Copyright 2010-2017 Google // Licensed under the Apache License, Version 2.0 (the "License"); // you may not use this file except in compliance with the License. // You may obtain a copy of the License at diff --git a/examples/cpp/linear_solver_protocol_buffers.cc b/examples/cpp/linear_solver_protocol_buffers.cc index fad553e25e..509fc43076 100644 --- a/examples/cpp/linear_solver_protocol_buffers.cc +++ b/examples/cpp/linear_solver_protocol_buffers.cc @@ -1,4 +1,4 @@ -// Copyright 2010-2014 Google +// Copyright 2010-2017 Google // Licensed under the Apache License, Version 2.0 (the "License"); // you may not use this file except in compliance with the License. // You may obtain a copy of the License at diff --git a/examples/cpp/ls_api.cc b/examples/cpp/ls_api.cc index d3eb42aa7d..2d18dc068f 100644 --- a/examples/cpp/ls_api.cc +++ b/examples/cpp/ls_api.cc @@ -1,4 +1,4 @@ -// Copyright 2010-2014 Google +// Copyright 2010-2017 Google // Licensed under the Apache License, Version 2.0 (the "License"); // you may not use this file except in compliance with the License. // You may obtain a copy of the License at diff --git a/examples/cpp/magic_square.cc b/examples/cpp/magic_square.cc index 085f73d024..5b6e3c10c1 100644 --- a/examples/cpp/magic_square.cc +++ b/examples/cpp/magic_square.cc @@ -1,4 +1,4 @@ -// Copyright 2010-2014 Google +// Copyright 2010-2017 Google // Licensed under the Apache License, Version 2.0 (the "License"); // you may not use this file except in compliance with the License. // You may obtain a copy of the License at diff --git a/examples/cpp/model_util.cc b/examples/cpp/model_util.cc index b7a4a60139..ffa51dc2d5 100644 --- a/examples/cpp/model_util.cc +++ b/examples/cpp/model_util.cc @@ -1,4 +1,4 @@ -// Copyright 2010-2014 Google +// Copyright 2010-2017 Google // Licensed under the Apache License, Version 2.0 (the "License"); // you may not use this file except in compliance with the License. // You may obtain a copy of the License at diff --git a/examples/cpp/mps_driver.cc b/examples/cpp/mps_driver.cc index 4c6ae78e39..044bb697be 100644 --- a/examples/cpp/mps_driver.cc +++ b/examples/cpp/mps_driver.cc @@ -1,4 +1,4 @@ -// Copyright 2010-2014 Google +// Copyright 2010-2017 Google // Licensed under the Apache License, Version 2.0 (the "License"); // you may not use this file except in compliance with the License. // You may obtain a copy of the License at diff --git a/examples/cpp/multidim_knapsack.cc b/examples/cpp/multidim_knapsack.cc index e205d84ddc..4a872f60f2 100644 --- a/examples/cpp/multidim_knapsack.cc +++ b/examples/cpp/multidim_knapsack.cc @@ -1,4 +1,4 @@ -// Copyright 2010-2014 Google +// Copyright 2010-2017 Google // Licensed under the Apache License, Version 2.0 (the "License"); // you may not use this file except in compliance with the License. // You may obtain a copy of the License at diff --git a/examples/cpp/network_routing.cc b/examples/cpp/network_routing.cc index abcb6bb23d..ce7441563d 100644 --- a/examples/cpp/network_routing.cc +++ b/examples/cpp/network_routing.cc @@ -1,4 +1,4 @@ -// Copyright 2010-2014 Google +// Copyright 2010-2017 Google // Licensed under the Apache License, Version 2.0 (the "License"); // you may not use this file except in compliance with the License. // You may obtain a copy of the License at diff --git a/examples/cpp/nqueens.cc b/examples/cpp/nqueens.cc index 03aad7cf7d..3e38c41771 100644 --- a/examples/cpp/nqueens.cc +++ b/examples/cpp/nqueens.cc @@ -1,4 +1,4 @@ -// Copyright 2010-2014 Google +// Copyright 2010-2017 Google // Licensed under the Apache License, Version 2.0 (the "License"); // you may not use this file except in compliance with the License. // You may obtain a copy of the License at diff --git a/examples/cpp/nqueens2.cc b/examples/cpp/nqueens2.cc index 6f365e3ba2..734e5afac6 100644 --- a/examples/cpp/nqueens2.cc +++ b/examples/cpp/nqueens2.cc @@ -1,4 +1,4 @@ -// Copyright 2010-2014 Google +// Copyright 2010-2017 Google // Licensed under the Apache License, Version 2.0 (the "License"); // you may not use this file except in compliance with the License. // You may obtain a copy of the License at diff --git a/examples/cpp/opb_reader.h b/examples/cpp/opb_reader.h index 780eeaf79f..d6e3e07449 100644 --- a/examples/cpp/opb_reader.h +++ b/examples/cpp/opb_reader.h @@ -1,4 +1,4 @@ -// Copyright 2010-2014 Google +// Copyright 2010-2017 Google // Licensed under the Apache License, Version 2.0 (the "License"); // you may not use this file except in compliance with the License. // You may obtain a copy of the License at diff --git a/examples/cpp/parse_dimacs_assignment.cc b/examples/cpp/parse_dimacs_assignment.cc index d845dbf97a..479d9fa931 100644 --- a/examples/cpp/parse_dimacs_assignment.cc +++ b/examples/cpp/parse_dimacs_assignment.cc @@ -1,4 +1,4 @@ -// Copyright 2010-2014 Google +// Copyright 2010-2017 Google // Licensed under the Apache License, Version 2.0 (the "License"); // you may not use this file except in compliance with the License. // You may obtain a copy of the License at diff --git a/examples/cpp/parse_dimacs_assignment.h b/examples/cpp/parse_dimacs_assignment.h index 075aaccc09..d91a8cae4e 100644 --- a/examples/cpp/parse_dimacs_assignment.h +++ b/examples/cpp/parse_dimacs_assignment.h @@ -1,4 +1,4 @@ -// Copyright 2010-2014 Google +// Copyright 2010-2017 Google // Licensed under the Apache License, Version 2.0 (the "License"); // you may not use this file except in compliance with the License. // You may obtain a copy of the License at diff --git a/examples/cpp/pdptw.cc b/examples/cpp/pdptw.cc index f11ca64ef7..3e1500a301 100644 --- a/examples/cpp/pdptw.cc +++ b/examples/cpp/pdptw.cc @@ -1,4 +1,4 @@ -// Copyright 2010-2014 Google +// Copyright 2010-2017 Google // Licensed under the Apache License, Version 2.0 (the "License"); // you may not use this file except in compliance with the License. // You may obtain a copy of the License at diff --git a/examples/cpp/print_dimacs_assignment.cc b/examples/cpp/print_dimacs_assignment.cc index 332cffe729..6b3197a358 100644 --- a/examples/cpp/print_dimacs_assignment.cc +++ b/examples/cpp/print_dimacs_assignment.cc @@ -1,4 +1,4 @@ -// Copyright 2010-2014 Google +// Copyright 2010-2017 Google // Licensed under the Apache License, Version 2.0 (the "License"); // you may not use this file except in compliance with the License. // You may obtain a copy of the License at diff --git a/examples/cpp/print_dimacs_assignment.h b/examples/cpp/print_dimacs_assignment.h index 5fa12e6fa1..5b7bb01dfb 100644 --- a/examples/cpp/print_dimacs_assignment.h +++ b/examples/cpp/print_dimacs_assignment.h @@ -1,4 +1,4 @@ -// Copyright 2010-2014 Google +// Copyright 2010-2017 Google // Licensed under the Apache License, Version 2.0 (the "License"); // you may not use this file except in compliance with the License. // You may obtain a copy of the License at diff --git a/examples/cpp/rcpsp_sat.cc b/examples/cpp/rcpsp_sat.cc index 63ea7598b8..5ecbf68549 100644 --- a/examples/cpp/rcpsp_sat.cc +++ b/examples/cpp/rcpsp_sat.cc @@ -1,4 +1,4 @@ -// Copyright 2010-2014 Google +// Copyright 2010-2017 Google // Licensed under the Apache License, Version 2.0 (the "License"); // you may not use this file except in compliance with the License. // You may obtain a copy of the License at diff --git a/examples/cpp/sat_cnf_reader.h b/examples/cpp/sat_cnf_reader.h index 2e22dd5756..69f8c558da 100644 --- a/examples/cpp/sat_cnf_reader.h +++ b/examples/cpp/sat_cnf_reader.h @@ -1,4 +1,4 @@ -// Copyright 2010-2014 Google +// Copyright 2010-2017 Google // Licensed under the Apache License, Version 2.0 (the "License"); // you may not use this file except in compliance with the License. // You may obtain a copy of the License at diff --git a/examples/cpp/sat_runner.cc b/examples/cpp/sat_runner.cc index f8165fd79f..2f2ddd72e8 100644 --- a/examples/cpp/sat_runner.cc +++ b/examples/cpp/sat_runner.cc @@ -1,4 +1,4 @@ -// Copyright 2010-2014 Google +// Copyright 2010-2017 Google // Licensed under the Apache License, Version 2.0 (the "License"); // you may not use this file except in compliance with the License. // You may obtain a copy of the License at diff --git a/examples/cpp/shift_minimization_sat.cc b/examples/cpp/shift_minimization_sat.cc index 3a4eb6396e..368ddc41ba 100644 --- a/examples/cpp/shift_minimization_sat.cc +++ b/examples/cpp/shift_minimization_sat.cc @@ -1,4 +1,4 @@ -// Copyright 2010-2014 Google +// Copyright 2010-2017 Google // Licensed under the Apache License, Version 2.0 (the "License"); // you may not use this file except in compliance with the License. // You may obtain a copy of the License at diff --git a/examples/cpp/solve.cc b/examples/cpp/solve.cc index 2681c6583f..51b01348ab 100644 --- a/examples/cpp/solve.cc +++ b/examples/cpp/solve.cc @@ -1,4 +1,4 @@ -// Copyright 2010-2014 Google +// Copyright 2010-2017 Google // Licensed under the Apache License, Version 2.0 (the "License"); // you may not use this file except in compliance with the License. // You may obtain a copy of the License at diff --git a/examples/cpp/sports_scheduling.cc b/examples/cpp/sports_scheduling.cc index adacaf1af1..0fec194c30 100644 --- a/examples/cpp/sports_scheduling.cc +++ b/examples/cpp/sports_scheduling.cc @@ -1,4 +1,4 @@ -// Copyright 2010-2014 Google +// Copyright 2010-2017 Google // Licensed under the Apache License, Version 2.0 (the "License"); // you may not use this file except in compliance with the License. // You may obtain a copy of the License at diff --git a/examples/cpp/strawberry_fields_with_column_generation.cc b/examples/cpp/strawberry_fields_with_column_generation.cc index f54f8d3611..83dbdcce36 100644 --- a/examples/cpp/strawberry_fields_with_column_generation.cc +++ b/examples/cpp/strawberry_fields_with_column_generation.cc @@ -1,4 +1,4 @@ -// Copyright 2010-2014 Google +// Copyright 2010-2017 Google // Licensed under the Apache License, Version 2.0 (the "License"); // you may not use this file except in compliance with the License. // You may obtain a copy of the License at diff --git a/examples/cpp/tsp.cc b/examples/cpp/tsp.cc index ff64ddcc2c..3360b97d0d 100644 --- a/examples/cpp/tsp.cc +++ b/examples/cpp/tsp.cc @@ -1,4 +1,4 @@ -// Copyright 2010-2014 Google +// Copyright 2010-2017 Google // Licensed under the Apache License, Version 2.0 (the "License"); // you may not use this file except in compliance with the License. // You may obtain a copy of the License at diff --git a/examples/cpp/weighted_tardiness_sat.cc b/examples/cpp/weighted_tardiness_sat.cc index d851b643d1..05d9183eeb 100644 --- a/examples/cpp/weighted_tardiness_sat.cc +++ b/examples/cpp/weighted_tardiness_sat.cc @@ -1,4 +1,4 @@ -// Copyright 2010-2014 Google +// Copyright 2010-2017 Google // Licensed under the Apache License, Version 2.0 (the "License"); // you may not use this file except in compliance with the License. // You may obtain a copy of the License at diff --git a/examples/csharp/cscvrptw.cs b/examples/csharp/cscvrptw.cs index 6c13baa2e9..4a3064c011 100644 --- a/examples/csharp/cscvrptw.cs +++ b/examples/csharp/cscvrptw.cs @@ -1,4 +1,4 @@ -// Copyright 2010-2014 Google +// Copyright 2010-2017 Google // Licensed under the Apache License, Version 2.0 (the "License"); // you may not use this file except in compliance with the License. // You may obtain a copy of the License at diff --git a/examples/csharp/csflow.cs b/examples/csharp/csflow.cs index 2420b2c556..16bd64532e 100644 --- a/examples/csharp/csflow.cs +++ b/examples/csharp/csflow.cs @@ -1,4 +1,4 @@ -// Copyright 2010-2014 Google +// Copyright 2010-2017 Google // Licensed under the Apache License, Version 2.0 (the "License"); // you may not use this file except in compliance with the License. // You may obtain a copy of the License at diff --git a/examples/csharp/csfz.cs b/examples/csharp/csfz.cs index f1a2b52181..008d738c4b 100644 --- a/examples/csharp/csfz.cs +++ b/examples/csharp/csfz.cs @@ -1,4 +1,4 @@ -// Copyright 2010-2014 Google +// Copyright 2010-2017 Google // Licensed under the Apache License, Version 2.0 (the "License"); // you may not use this file except in compliance with the License. // You may obtain a copy of the License at diff --git a/examples/csharp/csintegerprogramming.cs b/examples/csharp/csintegerprogramming.cs index 3b48b90729..b05e68bb1f 100644 --- a/examples/csharp/csintegerprogramming.cs +++ b/examples/csharp/csintegerprogramming.cs @@ -1,4 +1,4 @@ -// Copyright 2010-2014 Google +// Copyright 2010-2017 Google // Licensed under the Apache License, Version 2.0 (the "License"); // you may not use this file except in compliance with the License. // You may obtain a copy of the License at diff --git a/examples/csharp/csknapsack.cs b/examples/csharp/csknapsack.cs index 17829ee13b..a780a710e3 100644 --- a/examples/csharp/csknapsack.cs +++ b/examples/csharp/csknapsack.cs @@ -1,4 +1,4 @@ -// Copyright 2010-2014 Google +// Copyright 2010-2017 Google // Licensed under the Apache License, Version 2.0 (the "License"); // you may not use this file except in compliance with the License. // You may obtain a copy of the License at diff --git a/examples/csharp/cslinearprogramming.cs b/examples/csharp/cslinearprogramming.cs index ed22f67e01..0e4136dda6 100644 --- a/examples/csharp/cslinearprogramming.cs +++ b/examples/csharp/cslinearprogramming.cs @@ -1,4 +1,4 @@ -// Copyright 2010-2014 Google +// Copyright 2010-2017 Google // Licensed under the Apache License, Version 2.0 (the "License"); // you may not use this file except in compliance with the License. // You may obtain a copy of the License at diff --git a/examples/csharp/csls_api.cs b/examples/csharp/csls_api.cs index 92283e1de8..8bd6fb45e8 100644 --- a/examples/csharp/csls_api.cs +++ b/examples/csharp/csls_api.cs @@ -1,4 +1,4 @@ -// Copyright 2010-2014 Google +// Copyright 2010-2017 Google // Licensed under the Apache License, Version 2.0 (the "License"); // you may not use this file except in compliance with the License. // You may obtain a copy of the License at diff --git a/examples/csharp/csrabbitspheasants.cs b/examples/csharp/csrabbitspheasants.cs index 3a5af7b92c..c3df0d750a 100644 --- a/examples/csharp/csrabbitspheasants.cs +++ b/examples/csharp/csrabbitspheasants.cs @@ -1,4 +1,4 @@ -// Copyright 2010-2014 Google +// Copyright 2010-2017 Google // Licensed under the Apache License, Version 2.0 (the "License"); // you may not use this file except in compliance with the License. // You may obtain a copy of the License at diff --git a/examples/csharp/cstsp.cs b/examples/csharp/cstsp.cs index a33206a369..a4372d6145 100644 --- a/examples/csharp/cstsp.cs +++ b/examples/csharp/cstsp.cs @@ -1,4 +1,4 @@ -// Copyright 2010-2014 Google +// Copyright 2010-2017 Google // Licensed under the Apache License, Version 2.0 (the "License"); // you may not use this file except in compliance with the License. // You may obtain a copy of the License at diff --git a/examples/csharp/furniture_moving_intervals.cs b/examples/csharp/furniture_moving_intervals.cs index a397c10bec..24d7eba72c 100644 --- a/examples/csharp/furniture_moving_intervals.cs +++ b/examples/csharp/furniture_moving_intervals.cs @@ -1,4 +1,4 @@ -// Copyright 2010-2014 Google +// Copyright 2010-2017 Google // Licensed under the Apache License, Version 2.0 (the "License"); // you may not use this file except in compliance with the License. // You may obtain a copy of the License at diff --git a/examples/csharp/organize_day_intervals.cs b/examples/csharp/organize_day_intervals.cs index 35fa428042..00d85a9872 100644 --- a/examples/csharp/organize_day_intervals.cs +++ b/examples/csharp/organize_day_intervals.cs @@ -1,4 +1,4 @@ -// Copyright 2010-2014 Google +// Copyright 2010-2017 Google // Licensed under the Apache License, Version 2.0 (the "License"); // you may not use this file except in compliance with the License. // You may obtain a copy of the License at diff --git a/examples/csharp/techtalk_scheduling.cs b/examples/csharp/techtalk_scheduling.cs index fb99d464eb..9bd6bb7667 100644 --- a/examples/csharp/techtalk_scheduling.cs +++ b/examples/csharp/techtalk_scheduling.cs @@ -1,4 +1,4 @@ -// Copyright 2010-2014 Google +// Copyright 2010-2017 Google // Licensed under the Apache License, Version 2.0 (the "License"); // you may not use this file except in compliance with the License. // You may obtain a copy of the License at diff --git a/examples/python/appointments.py b/examples/python/appointments.py index 7814e89243..0bd4913c39 100644 --- a/examples/python/appointments.py +++ b/examples/python/appointments.py @@ -1,4 +1,4 @@ -# Copyright 2010-2014 Google +# Copyright 2010-2017 Google # Licensed under the Apache License, Version 2.0 (the "License"); # you may not use this file except in compliance with the License. # You may obtain a copy of the License at diff --git a/examples/python/gate_scheduling_sat.py b/examples/python/gate_scheduling_sat.py index 001bccdbae..a54284cce5 100644 --- a/examples/python/gate_scheduling_sat.py +++ b/examples/python/gate_scheduling_sat.py @@ -98,6 +98,9 @@ def main(): model.AddMaxEquality(makespan, ends) model.Minimize(makespan) + # Symmetry breaking. + model.Add(performed[0] == 0) + # Solve model. solver = cp_model.CpSolver() solver.Solve(model) diff --git a/examples/python/golomb8.py b/examples/python/golomb8.py index cc18fea170..08daeb1662 100644 --- a/examples/python/golomb8.py +++ b/examples/python/golomb8.py @@ -1,4 +1,4 @@ -# Copyright 2010-2014 Google +# Copyright 2010-2017 Google # Licensed under the Apache License, Version 2.0 (the "License"); # you may not use this file except in compliance with the License. # You may obtain a copy of the License at diff --git a/examples/python/hidato_table.py b/examples/python/hidato_table.py index d4d4ea352f..1fb6ced8db 100644 --- a/examples/python/hidato_table.py +++ b/examples/python/hidato_table.py @@ -1,4 +1,4 @@ -# Copyright 2010-2014 Google +# Copyright 2010-2017 Google # Licensed under the Apache License, Version 2.0 (the "License"); # you may not use this file except in compliance with the License. # You may obtain a copy of the License at diff --git a/examples/python/integer_programming.py b/examples/python/integer_programming.py index c68708bbcc..8fe396904c 100644 --- a/examples/python/integer_programming.py +++ b/examples/python/integer_programming.py @@ -1,4 +1,4 @@ -# Copyright 2010-2014 Google +# Copyright 2010-2017 Google # Licensed under the Apache License, Version 2.0 (the "License"); # you may not use this file except in compliance with the License. # You may obtain a copy of the License at diff --git a/examples/python/jobshop_ft06.py b/examples/python/jobshop_ft06.py index 0d1995c0a1..1e2780ad20 100644 --- a/examples/python/jobshop_ft06.py +++ b/examples/python/jobshop_ft06.py @@ -1,4 +1,4 @@ -# Copyright 2010-2014 Google +# Copyright 2010-2017 Google # Licensed under the Apache License, Version 2.0 (the "License"); # you may not use this file except in compliance with the License. # You may obtain a copy of the License at diff --git a/examples/python/jobshop_ft06_distance.py b/examples/python/jobshop_ft06_distance.py index 1d27c48796..4d64c5b553 100644 --- a/examples/python/jobshop_ft06_distance.py +++ b/examples/python/jobshop_ft06_distance.py @@ -1,4 +1,4 @@ -# Copyright 2010-2014 Google +# Copyright 2010-2017 Google # Licensed under the Apache License, Version 2.0 (the "License"); # you may not use this file except in compliance with the License. # You may obtain a copy of the License at diff --git a/examples/python/knapsack.py b/examples/python/knapsack.py index d69650689f..aa4a01c8de 100644 --- a/examples/python/knapsack.py +++ b/examples/python/knapsack.py @@ -1,4 +1,4 @@ -# Copyright 2010-2014 Google +# Copyright 2010-2017 Google # Licensed under the Apache License, Version 2.0 (the "License"); # you may not use this file except in compliance with the License. # You may obtain a copy of the License at diff --git a/examples/python/linear_assignment_api.py b/examples/python/linear_assignment_api.py index 1407e14453..f190c49d20 100644 --- a/examples/python/linear_assignment_api.py +++ b/examples/python/linear_assignment_api.py @@ -1,4 +1,4 @@ -# Copyright 2010-2014 Google +# Copyright 2010-2017 Google # Licensed under the Apache License, Version 2.0 (the "License"); # you may not use this file except in compliance with the License. # You may obtain a copy of the License at diff --git a/examples/python/linear_programming.py b/examples/python/linear_programming.py index 20a1085ec3..3bbc72557a 100644 --- a/examples/python/linear_programming.py +++ b/examples/python/linear_programming.py @@ -1,4 +1,4 @@ -# Copyright 2010-2014 Google +# Copyright 2010-2017 Google # Licensed under the Apache License, Version 2.0 (the "License"); # you may not use this file except in compliance with the License. # You may obtain a copy of the License at diff --git a/examples/python/magic_sequence_distribute.py b/examples/python/magic_sequence_distribute.py index d2c9485dc6..f2e163725a 100644 --- a/examples/python/magic_sequence_distribute.py +++ b/examples/python/magic_sequence_distribute.py @@ -1,4 +1,4 @@ -# Copyright 2010-2014 Google +# Copyright 2010-2017 Google # Licensed under the Apache License, Version 2.0 (the "License"); # you may not use this file except in compliance with the License. # You may obtain a copy of the License at diff --git a/examples/python/pyflow_example.py b/examples/python/pyflow_example.py index f4530cfa33..480d7755e7 100644 --- a/examples/python/pyflow_example.py +++ b/examples/python/pyflow_example.py @@ -1,4 +1,4 @@ -# Copyright 2010-2014 Google +# Copyright 2010-2017 Google # Licensed under the Apache License, Version 2.0 (the "License"); # you may not use this file except in compliance with the License. # You may obtain a copy of the License at diff --git a/examples/python/rabbit_pheasant.py b/examples/python/rabbit_pheasant.py index d25ddf7e82..362ba930ff 100644 --- a/examples/python/rabbit_pheasant.py +++ b/examples/python/rabbit_pheasant.py @@ -1,4 +1,4 @@ -# Copyright 2010-2014 Google +# Copyright 2010-2017 Google # Licensed under the Apache License, Version 2.0 (the "License"); # you may not use this file except in compliance with the License. # You may obtain a copy of the License at diff --git a/examples/python/sendmore.py b/examples/python/sendmore.py index 8da826ec2e..2f96f17865 100644 --- a/examples/python/sendmore.py +++ b/examples/python/sendmore.py @@ -1,4 +1,4 @@ -# Copyright 2010-2014 Google +# Copyright 2010-2017 Google # Licensed under the Apache License, Version 2.0 (the "License"); # you may not use this file except in compliance with the License. # You may obtain a copy of the License at diff --git a/examples/python/simple_meeting.py b/examples/python/simple_meeting.py index ba09af1a24..ebf89a1d91 100644 --- a/examples/python/simple_meeting.py +++ b/examples/python/simple_meeting.py @@ -1,4 +1,4 @@ -# Copyright 2010-2014 Google +# Copyright 2010-2017 Google # Licensed under the Apache License, Version 2.0 (the "License"); # you may not use this file except in compliance with the License. # You may obtain a copy of the License at diff --git a/examples/python/sudoku.py b/examples/python/sudoku.py index 2c5abdec2d..027c02c733 100644 --- a/examples/python/sudoku.py +++ b/examples/python/sudoku.py @@ -1,4 +1,4 @@ -# Copyright 2010-2014 Google +# Copyright 2010-2017 Google # Licensed under the Apache License, Version 2.0 (the "License"); # you may not use this file except in compliance with the License. # You may obtain a copy of the License at diff --git a/examples/python/tsp.py b/examples/python/tsp.py index d6e79c5c92..4a0f10d743 100644 --- a/examples/python/tsp.py +++ b/examples/python/tsp.py @@ -1,4 +1,4 @@ -# Copyright 2010-2014 Google +# Copyright 2010-2017 Google # Licensed under the Apache License, Version 2.0 (the "License"); # you may not use this file except in compliance with the License. # You may obtain a copy of the License at diff --git a/examples/python/zebra.py b/examples/python/zebra.py index be95a7fd20..11f05ce179 100644 --- a/examples/python/zebra.py +++ b/examples/python/zebra.py @@ -1,4 +1,4 @@ -# Copyright 2010-2014 Google +# Copyright 2010-2017 Google # Licensed under the Apache License, Version 2.0 (the "License"); # you may not use this file except in compliance with the License. # You may obtain a copy of the License at diff --git a/examples/tests/issue18.cs b/examples/tests/issue18.cs index 26dbbae853..c2e45ae328 100644 --- a/examples/tests/issue18.cs +++ b/examples/tests/issue18.cs @@ -1,4 +1,4 @@ -// Copyright 2010-2014 Google +// Copyright 2010-2017 Google // Licensed under the Apache License, Version 2.0 (the "License"); // you may not use this file except in compliance with the License. // You may obtain a copy of the License at diff --git a/examples/tests/issue22.cs b/examples/tests/issue22.cs index eef4d1b8f0..8f2a54fda9 100644 --- a/examples/tests/issue22.cs +++ b/examples/tests/issue22.cs @@ -1,4 +1,4 @@ -// Copyright 2010-2014 Google +// Copyright 2010-2017 Google // Licensed under the Apache License, Version 2.0 (the "License"); // you may not use this file except in compliance with the License. // You may obtain a copy of the License at diff --git a/examples/tests/issue46.py b/examples/tests/issue46.py index 39ce667e5d..7cebde4689 100644 --- a/examples/tests/issue46.py +++ b/examples/tests/issue46.py @@ -1,4 +1,4 @@ -# Copyright 2010-2014 Google +# Copyright 2010-2017 Google # Licensed under the Apache License, Version 2.0 (the "License"); # you may not use this file except in compliance with the License. # You may obtain a copy of the License at diff --git a/examples/tests/pywrapcp_test.py b/examples/tests/pywrapcp_test.py index eb3ede9770..21c225012e 100644 --- a/examples/tests/pywrapcp_test.py +++ b/examples/tests/pywrapcp_test.py @@ -1,4 +1,4 @@ -# Copyright 2010-2014 Google +# Copyright 2010-2017 Google # Licensed under the Apache License, Version 2.0 (the "License"); # you may not use this file except in compliance with the License. # You may obtain a copy of the License at diff --git a/examples/tests/pywraplp_test.py b/examples/tests/pywraplp_test.py index cfc7f6f955..cbdb97aed3 100644 --- a/examples/tests/pywraplp_test.py +++ b/examples/tests/pywraplp_test.py @@ -1,4 +1,4 @@ -# Copyright 2010-2014 Google +# Copyright 2010-2017 Google # Licensed under the Apache License, Version 2.0 (the "License"); # you may not use this file except in compliance with the License. # You may obtain a copy of the License at diff --git a/examples/tests/testcp.cs b/examples/tests/testcp.cs index c2079a8f91..3d8130bb54 100644 --- a/examples/tests/testcp.cs +++ b/examples/tests/testcp.cs @@ -1,4 +1,4 @@ -// Copyright 2010-2014 Google +// Copyright 2010-2017 Google // Licensed under the Apache License, Version 2.0 (the "License"); // you may not use this file except in compliance with the License. // You may obtain a copy of the License at diff --git a/examples/tests/testlp.cs b/examples/tests/testlp.cs index b9f566ecf5..b75afbce77 100644 --- a/examples/tests/testlp.cs +++ b/examples/tests/testlp.cs @@ -1,4 +1,4 @@ -// Copyright 2010-2014 Google +// Copyright 2010-2017 Google // Licensed under the Apache License, Version 2.0 (the "License"); // you may not use this file except in compliance with the License. // You may obtain a copy of the License at diff --git a/examples/tests/testsat.cs b/examples/tests/testsat.cs index a14e114cae..547309f7dc 100644 --- a/examples/tests/testsat.cs +++ b/examples/tests/testsat.cs @@ -1,4 +1,4 @@ -// Copyright 2010-2014 Google +// Copyright 2010-2017 Google // Licensed under the Apache License, Version 2.0 (the "License"); // you may not use this file except in compliance with the License. // You may obtain a copy of the License at diff --git a/ortools/algorithms/__init__.py b/ortools/algorithms/__init__.py index f733bc1722..be6b5acbdc 100644 --- a/ortools/algorithms/__init__.py +++ b/ortools/algorithms/__init__.py @@ -1,4 +1,4 @@ -# Copyright 2010-2014 Google +# Copyright 2010-2017 Google # Licensed under the Apache License, Version 2.0 (the "License"); # you may not use this file except in compliance with the License. # You may obtain a copy of the License at diff --git a/ortools/algorithms/dense_doubly_linked_list.h b/ortools/algorithms/dense_doubly_linked_list.h index 9610624531..113acd4c19 100644 --- a/ortools/algorithms/dense_doubly_linked_list.h +++ b/ortools/algorithms/dense_doubly_linked_list.h @@ -1,4 +1,4 @@ -// Copyright 2010-2014 Google +// Copyright 2010-2017 Google // Licensed under the Apache License, Version 2.0 (the "License"); // you may not use this file except in compliance with the License. // You may obtain a copy of the License at diff --git a/ortools/algorithms/dynamic_partition.cc b/ortools/algorithms/dynamic_partition.cc index 590153754e..aaba19416c 100644 --- a/ortools/algorithms/dynamic_partition.cc +++ b/ortools/algorithms/dynamic_partition.cc @@ -1,4 +1,4 @@ -// Copyright 2010-2014 Google +// Copyright 2010-2017 Google // Licensed under the Apache License, Version 2.0 (the "License"); // you may not use this file except in compliance with the License. // You may obtain a copy of the License at diff --git a/ortools/algorithms/dynamic_partition.h b/ortools/algorithms/dynamic_partition.h index d3dd74090a..82915e7ed4 100644 --- a/ortools/algorithms/dynamic_partition.h +++ b/ortools/algorithms/dynamic_partition.h @@ -1,4 +1,4 @@ -// Copyright 2010-2014 Google +// Copyright 2010-2017 Google // Licensed under the Apache License, Version 2.0 (the "License"); // you may not use this file except in compliance with the License. // You may obtain a copy of the License at diff --git a/ortools/algorithms/dynamic_permutation.cc b/ortools/algorithms/dynamic_permutation.cc index 7e4cd4be01..425c9bb69e 100644 --- a/ortools/algorithms/dynamic_permutation.cc +++ b/ortools/algorithms/dynamic_permutation.cc @@ -1,4 +1,4 @@ -// Copyright 2010-2014 Google +// Copyright 2010-2017 Google // Licensed under the Apache License, Version 2.0 (the "License"); // you may not use this file except in compliance with the License. // You may obtain a copy of the License at diff --git a/ortools/algorithms/dynamic_permutation.h b/ortools/algorithms/dynamic_permutation.h index d8dac7f257..7266b77c81 100644 --- a/ortools/algorithms/dynamic_permutation.h +++ b/ortools/algorithms/dynamic_permutation.h @@ -1,4 +1,4 @@ -// Copyright 2010-2014 Google +// Copyright 2010-2017 Google // Licensed under the Apache License, Version 2.0 (the "License"); // you may not use this file except in compliance with the License. // You may obtain a copy of the License at diff --git a/ortools/algorithms/find_graph_symmetries.cc b/ortools/algorithms/find_graph_symmetries.cc index c6dd6d82ae..5331f0ca56 100644 --- a/ortools/algorithms/find_graph_symmetries.cc +++ b/ortools/algorithms/find_graph_symmetries.cc @@ -1,4 +1,4 @@ -// Copyright 2010-2014 Google +// Copyright 2010-2017 Google // Licensed under the Apache License, Version 2.0 (the "License"); // you may not use this file except in compliance with the License. // You may obtain a copy of the License at diff --git a/ortools/algorithms/find_graph_symmetries.h b/ortools/algorithms/find_graph_symmetries.h index 53554a8bd6..951f6d8f9f 100644 --- a/ortools/algorithms/find_graph_symmetries.h +++ b/ortools/algorithms/find_graph_symmetries.h @@ -1,4 +1,4 @@ -// Copyright 2010-2014 Google +// Copyright 2010-2017 Google // Licensed under the Apache License, Version 2.0 (the "License"); // you may not use this file except in compliance with the License. // You may obtain a copy of the License at diff --git a/ortools/algorithms/hungarian.cc b/ortools/algorithms/hungarian.cc index c5f96c7908..23e6170fb7 100644 --- a/ortools/algorithms/hungarian.cc +++ b/ortools/algorithms/hungarian.cc @@ -1,4 +1,4 @@ -// Copyright 2010-2014 Google +// Copyright 2010-2017 Google // Licensed under the Apache License, Version 2.0 (the "License"); // you may not use this file except in compliance with the License. // You may obtain a copy of the License at diff --git a/ortools/algorithms/hungarian.h b/ortools/algorithms/hungarian.h index a23b884909..df7f2c46fd 100644 --- a/ortools/algorithms/hungarian.h +++ b/ortools/algorithms/hungarian.h @@ -1,4 +1,4 @@ -// Copyright 2010-2014 Google +// Copyright 2010-2017 Google // Licensed under the Apache License, Version 2.0 (the "License"); // you may not use this file except in compliance with the License. // You may obtain a copy of the License at diff --git a/ortools/algorithms/knapsack_solver.cc b/ortools/algorithms/knapsack_solver.cc index 15bddfb1f2..79f87f55cb 100644 --- a/ortools/algorithms/knapsack_solver.cc +++ b/ortools/algorithms/knapsack_solver.cc @@ -1,4 +1,4 @@ -// Copyright 2010-2014 Google +// Copyright 2010-2017 Google // Licensed under the Apache License, Version 2.0 (the "License"); // you may not use this file except in compliance with the License. // You may obtain a copy of the License at diff --git a/ortools/algorithms/knapsack_solver.h b/ortools/algorithms/knapsack_solver.h index 28674ce8db..40b92f5fc3 100644 --- a/ortools/algorithms/knapsack_solver.h +++ b/ortools/algorithms/knapsack_solver.h @@ -1,4 +1,4 @@ -// Copyright 2010-2014 Google +// Copyright 2010-2017 Google // Licensed under the Apache License, Version 2.0 (the "License"); // you may not use this file except in compliance with the License. // You may obtain a copy of the License at diff --git a/ortools/algorithms/sparse_permutation.cc b/ortools/algorithms/sparse_permutation.cc index 44a72e1598..b7da04cda8 100644 --- a/ortools/algorithms/sparse_permutation.cc +++ b/ortools/algorithms/sparse_permutation.cc @@ -1,4 +1,4 @@ -// Copyright 2010-2014 Google +// Copyright 2010-2017 Google // Licensed under the Apache License, Version 2.0 (the "License"); // you may not use this file except in compliance with the License. // You may obtain a copy of the License at diff --git a/ortools/algorithms/sparse_permutation.h b/ortools/algorithms/sparse_permutation.h index 8db013822f..c917327493 100644 --- a/ortools/algorithms/sparse_permutation.h +++ b/ortools/algorithms/sparse_permutation.h @@ -1,4 +1,4 @@ -// Copyright 2010-2014 Google +// Copyright 2010-2017 Google // Licensed under the Apache License, Version 2.0 (the "License"); // you may not use this file except in compliance with the License. // You may obtain a copy of the License at diff --git a/ortools/base/accurate_sum.h b/ortools/base/accurate_sum.h index 44cacd3105..392d101b31 100644 --- a/ortools/base/accurate_sum.h +++ b/ortools/base/accurate_sum.h @@ -1,4 +1,4 @@ -// Copyright 2010-2014 Google +// Copyright 2010-2017 Google // Licensed under the Apache License, Version 2.0 (the "License"); // you may not use this file except in compliance with the License. // You may obtain a copy of the License at diff --git a/ortools/base/adjustable_priority_queue-inl.h b/ortools/base/adjustable_priority_queue-inl.h index a89dbc901c..5306142364 100644 --- a/ortools/base/adjustable_priority_queue-inl.h +++ b/ortools/base/adjustable_priority_queue-inl.h @@ -1,4 +1,4 @@ -// Copyright 2010-2014 Google +// Copyright 2010-2017 Google // Licensed under the Apache License, Version 2.0 (the "License"); // you may not use this file except in compliance with the License. // You may obtain a copy of the License at diff --git a/ortools/base/adjustable_priority_queue.h b/ortools/base/adjustable_priority_queue.h index 8c432c414f..3c2c37fb3f 100644 --- a/ortools/base/adjustable_priority_queue.h +++ b/ortools/base/adjustable_priority_queue.h @@ -1,4 +1,4 @@ -// Copyright 2010-2014 Google +// Copyright 2010-2017 Google // Licensed under the Apache License, Version 2.0 (the "License"); // you may not use this file except in compliance with the License. // You may obtain a copy of the License at diff --git a/ortools/base/base_export.h b/ortools/base/base_export.h index 769e51880d..bb655254dc 100644 --- a/ortools/base/base_export.h +++ b/ortools/base/base_export.h @@ -1,4 +1,4 @@ -// Copyright 2010-2014 Google +// Copyright 2010-2017 Google // Licensed under the Apache License, Version 2.0 (the "License"); // you may not use this file except in compliance with the License. // You may obtain a copy of the License at diff --git a/ortools/base/basictypes.h b/ortools/base/basictypes.h index 133f318136..ee96e4576a 100644 --- a/ortools/base/basictypes.h +++ b/ortools/base/basictypes.h @@ -1,4 +1,4 @@ -// Copyright 2010-2014 Google +// Copyright 2010-2017 Google // Licensed under the Apache License, Version 2.0 (the "License"); // you may not use this file except in compliance with the License. // You may obtain a copy of the License at diff --git a/ortools/base/bitmap.cc b/ortools/base/bitmap.cc index 25d9fa02d5..d37ed665c8 100644 --- a/ortools/base/bitmap.cc +++ b/ortools/base/bitmap.cc @@ -1,4 +1,4 @@ -// Copyright 2010-2014 Google +// Copyright 2010-2017 Google // Licensed under the Apache License, Version 2.0 (the "License"); // you may not use this file except in compliance with the License. // You may obtain a copy of the License at diff --git a/ortools/base/bitmap.h b/ortools/base/bitmap.h index 1035fc20cf..2f499447b4 100644 --- a/ortools/base/bitmap.h +++ b/ortools/base/bitmap.h @@ -1,4 +1,4 @@ -// Copyright 2010-2014 Google +// Copyright 2010-2017 Google // Licensed under the Apache License, Version 2.0 (the "License"); // you may not use this file except in compliance with the License. // You may obtain a copy of the License at diff --git a/ortools/base/callback.cc b/ortools/base/callback.cc index c429f486b0..b11a9135c1 100644 --- a/ortools/base/callback.cc +++ b/ortools/base/callback.cc @@ -1,4 +1,4 @@ -// Copyright 2010-2014 Google +// Copyright 2010-2017 Google // Licensed under the Apache License, Version 2.0 (the "License"); // you may not use this file except in compliance with the License. // You may obtain a copy of the License at diff --git a/ortools/base/callback.h b/ortools/base/callback.h index 12cfe8786e..9568236ee1 100644 --- a/ortools/base/callback.h +++ b/ortools/base/callback.h @@ -1,4 +1,4 @@ -// Copyright 2010-2014 Google +// Copyright 2010-2017 Google // Licensed under the Apache License, Version 2.0 (the "License"); // you may not use this file except in compliance with the License. // You may obtain a copy of the License at diff --git a/ortools/base/casts.h b/ortools/base/casts.h index 532f75da93..c953b7158a 100644 --- a/ortools/base/casts.h +++ b/ortools/base/casts.h @@ -1,4 +1,4 @@ -// Copyright 2010-2014 Google +// Copyright 2010-2017 Google // Licensed under the Apache License, Version 2.0 (the "License"); // you may not use this file except in compliance with the License. // You may obtain a copy of the License at diff --git a/ortools/base/cleanup.h b/ortools/base/cleanup.h index 8a311df721..b18775b715 100644 --- a/ortools/base/cleanup.h +++ b/ortools/base/cleanup.h @@ -1,4 +1,4 @@ -// Copyright 2010-2014 Google +// Copyright 2010-2017 Google // Licensed under the Apache License, Version 2.0 (the "License"); // you may not use this file except in compliance with the License. // You may obtain a copy of the License at diff --git a/ortools/base/commandlineflags.h b/ortools/base/commandlineflags.h index 671dfbfa36..73b62e07d5 100644 --- a/ortools/base/commandlineflags.h +++ b/ortools/base/commandlineflags.h @@ -1,4 +1,4 @@ -// Copyright 2010-2014 Google +// Copyright 2010-2017 Google // Licensed under the Apache License, Version 2.0 (the "License"); // you may not use this file except in compliance with the License. // You may obtain a copy of the License at diff --git a/ortools/base/encodingutils.h b/ortools/base/encodingutils.h index 3606d527cb..5f98a470b9 100644 --- a/ortools/base/encodingutils.h +++ b/ortools/base/encodingutils.h @@ -1,4 +1,4 @@ -// Copyright 2010-2014 Google +// Copyright 2010-2017 Google // Licensed under the Apache License, Version 2.0 (the "License"); // you may not use this file except in compliance with the License. // You may obtain a copy of the License at diff --git a/ortools/base/file.cc b/ortools/base/file.cc index ab21cf0b45..626b4f0479 100644 --- a/ortools/base/file.cc +++ b/ortools/base/file.cc @@ -1,4 +1,4 @@ -// Copyright 2010-2014 Google +// Copyright 2010-2017 Google // Licensed under the Apache License, Version 2.0 (the "License"); // you may not use this file except in compliance with the License. // You may obtain a copy of the License at diff --git a/ortools/base/file.h b/ortools/base/file.h index 4354382462..6800098614 100644 --- a/ortools/base/file.h +++ b/ortools/base/file.h @@ -1,4 +1,4 @@ -// Copyright 2010-2014 Google +// Copyright 2010-2017 Google // Licensed under the Apache License, Version 2.0 (the "License"); // you may not use this file except in compliance with the License. // You may obtain a copy of the License at diff --git a/ortools/base/filelinereader.cc b/ortools/base/filelinereader.cc index b53945146a..e68dc529b6 100644 --- a/ortools/base/filelinereader.cc +++ b/ortools/base/filelinereader.cc @@ -1,4 +1,4 @@ -// Copyright 2010-2014 Google +// Copyright 2010-2017 Google // Licensed under the Apache License, Version 2.0 (the "License"); // you may not use this file except in compliance with the License. // You may obtain a copy of the License at diff --git a/ortools/base/filelinereader.h b/ortools/base/filelinereader.h index a9292b9071..f79aaae0f3 100644 --- a/ortools/base/filelinereader.h +++ b/ortools/base/filelinereader.h @@ -1,4 +1,4 @@ -// Copyright 2010-2014 Google +// Copyright 2010-2017 Google // Licensed under the Apache License, Version 2.0 (the "License"); // you may not use this file except in compliance with the License. // You may obtain a copy of the License at diff --git a/ortools/base/hash.h b/ortools/base/hash.h index 56044a3a38..eee6fc753c 100644 --- a/ortools/base/hash.h +++ b/ortools/base/hash.h @@ -1,4 +1,4 @@ -// Copyright 2010-2014 Google +// Copyright 2010-2017 Google // Licensed under the Apache License, Version 2.0 (the "License"); // you may not use this file except in compliance with the License. // You may obtain a copy of the License at diff --git a/ortools/base/inlined_vector.h b/ortools/base/inlined_vector.h index ad6f0413c7..09d266c884 100644 --- a/ortools/base/inlined_vector.h +++ b/ortools/base/inlined_vector.h @@ -1,4 +1,4 @@ -// Copyright 2010-2014 Google +// Copyright 2010-2017 Google // Licensed under the Apache License, Version 2.0 (the "License"); // you may not use this file except in compliance with the License. // You may obtain a copy of the License at diff --git a/ortools/base/int_type.h b/ortools/base/int_type.h index 3fa71a4e7c..e61a4d7ba2 100755 --- a/ortools/base/int_type.h +++ b/ortools/base/int_type.h @@ -1,4 +1,4 @@ -// Copyright 2010-2014 Google +// Copyright 2010-2017 Google // Licensed under the Apache License, Version 2.0 (the "License"); // you may not use this file except in compliance with the License. // You may obtain a copy of the License at diff --git a/ortools/base/int_type_indexed_vector.h b/ortools/base/int_type_indexed_vector.h index a9ca0c26c1..26e036d68c 100755 --- a/ortools/base/int_type_indexed_vector.h +++ b/ortools/base/int_type_indexed_vector.h @@ -1,4 +1,4 @@ -// Copyright 2010-2014 Google +// Copyright 2010-2017 Google // Licensed under the Apache License, Version 2.0 (the "License"); // you may not use this file except in compliance with the License. // You may obtain a copy of the License at diff --git a/ortools/base/integral_types.h b/ortools/base/integral_types.h index b982f0cb9d..bdb7286618 100644 --- a/ortools/base/integral_types.h +++ b/ortools/base/integral_types.h @@ -1,4 +1,4 @@ -// Copyright 2010-2014 Google +// Copyright 2010-2017 Google // Licensed under the Apache License, Version 2.0 (the "License"); // you may not use this file except in compliance with the License. // You may obtain a copy of the License at diff --git a/ortools/base/iterator_adaptors.h b/ortools/base/iterator_adaptors.h index 25d9fde9cb..478b3a4617 100644 --- a/ortools/base/iterator_adaptors.h +++ b/ortools/base/iterator_adaptors.h @@ -1,4 +1,4 @@ -// Copyright 2010-2014 Google +// Copyright 2010-2017 Google // Licensed under the Apache License, Version 2.0 (the "License"); // you may not use this file except in compliance with the License. // You may obtain a copy of the License at diff --git a/ortools/base/jniutil.h b/ortools/base/jniutil.h index 320b46b758..3927c7837f 100644 --- a/ortools/base/jniutil.h +++ b/ortools/base/jniutil.h @@ -1,4 +1,4 @@ -// Copyright 2010-2014 Google +// Copyright 2010-2017 Google // Licensed under the Apache License, Version 2.0 (the "License"); // you may not use this file except in compliance with the License. // You may obtain a copy of the License at diff --git a/ortools/base/join.cc b/ortools/base/join.cc index c361fd1115..71f5aa9cc3 100644 --- a/ortools/base/join.cc +++ b/ortools/base/join.cc @@ -1,4 +1,4 @@ -// Copyright 2010-2014 Google +// Copyright 2010-2017 Google // Licensed under the Apache License, Version 2.0 (the "License"); // you may not use this file except in compliance with the License. // You may obtain a copy of the License at diff --git a/ortools/base/join.h b/ortools/base/join.h index 052810bb11..d1b1bc2941 100644 --- a/ortools/base/join.h +++ b/ortools/base/join.h @@ -1,4 +1,4 @@ -// Copyright 2010-2014 Google +// Copyright 2010-2017 Google // Licensed under the Apache License, Version 2.0 (the "License"); // you may not use this file except in compliance with the License. // You may obtain a copy of the License at diff --git a/ortools/base/logging.h b/ortools/base/logging.h index fbe6ea819e..3ebd25d628 100644 --- a/ortools/base/logging.h +++ b/ortools/base/logging.h @@ -1,4 +1,4 @@ -// Copyright 2010-2014 Google +// Copyright 2010-2017 Google // Licensed under the Apache License, Version 2.0 (the "License"); // you may not use this file except in compliance with the License. // You may obtain a copy of the License at diff --git a/ortools/base/macros.h b/ortools/base/macros.h index a3284b8062..72062101b4 100644 --- a/ortools/base/macros.h +++ b/ortools/base/macros.h @@ -1,4 +1,4 @@ -// Copyright 2010-2014 Google +// Copyright 2010-2017 Google // Licensed under the Apache License, Version 2.0 (the "License"); // you may not use this file except in compliance with the License. // You may obtain a copy of the License at diff --git a/ortools/base/map_util.h b/ortools/base/map_util.h index bec7130644..259b2610e3 100644 --- a/ortools/base/map_util.h +++ b/ortools/base/map_util.h @@ -1,4 +1,4 @@ -// Copyright 2010-2014 Google +// Copyright 2010-2017 Google // Licensed under the Apache License, Version 2.0 (the "License"); // you may not use this file except in compliance with the License. // You may obtain a copy of the License at diff --git a/ortools/base/mathutil.h b/ortools/base/mathutil.h index 318271f2f1..b67529450c 100644 --- a/ortools/base/mathutil.h +++ b/ortools/base/mathutil.h @@ -1,4 +1,4 @@ -// Copyright 2010-2014 Google +// Copyright 2010-2017 Google // Licensed under the Apache License, Version 2.0 (the "License"); // you may not use this file except in compliance with the License. // You may obtain a copy of the License at diff --git a/ortools/base/murmur.h b/ortools/base/murmur.h index 7cfc1cee90..8bb4b3b1f8 100644 --- a/ortools/base/murmur.h +++ b/ortools/base/murmur.h @@ -1,4 +1,4 @@ -// Copyright 2010-2014 Google +// Copyright 2010-2017 Google // Licensed under the Apache License, Version 2.0 (the "License"); // you may not use this file except in compliance with the License. // You may obtain a copy of the License at diff --git a/ortools/base/mutex.cc b/ortools/base/mutex.cc index acda00c562..06ce71dc58 100644 --- a/ortools/base/mutex.cc +++ b/ortools/base/mutex.cc @@ -1,4 +1,4 @@ -// Copyright 2010-2014 Google +// Copyright 2010-2017 Google // Licensed under the Apache License, Version 2.0 (the "License"); // you may not use this file except in compliance with the License. // You may obtain a copy of the License at diff --git a/ortools/base/mutex.h b/ortools/base/mutex.h index ca4a073945..d0d3a6d2e9 100644 --- a/ortools/base/mutex.h +++ b/ortools/base/mutex.h @@ -1,4 +1,4 @@ -// Copyright 2010-2014 Google +// Copyright 2010-2017 Google // Licensed under the Apache License, Version 2.0 (the "License"); // you may not use this file except in compliance with the License. // You may obtain a copy of the License at diff --git a/ortools/base/numbers.cc b/ortools/base/numbers.cc index 2134a1f816..6789fde890 100644 --- a/ortools/base/numbers.cc +++ b/ortools/base/numbers.cc @@ -1,4 +1,4 @@ -// Copyright 2010-2014 Google +// Copyright 2010-2017 Google // Licensed under the Apache License, Version 2.0 (the "License"); // you may not use this file except in compliance with the License. // You may obtain a copy of the License at diff --git a/ortools/base/numbers.h b/ortools/base/numbers.h index eb476e594e..2d5f279447 100644 --- a/ortools/base/numbers.h +++ b/ortools/base/numbers.h @@ -1,4 +1,4 @@ -// Copyright 2010-2014 Google +// Copyright 2010-2017 Google // Licensed under the Apache License, Version 2.0 (the "License"); // you may not use this file except in compliance with the License. // You may obtain a copy of the License at diff --git a/ortools/base/port.h b/ortools/base/port.h index e142c08984..2250601d8d 100644 --- a/ortools/base/port.h +++ b/ortools/base/port.h @@ -1,4 +1,4 @@ -// Copyright 2010-2014 Google +// Copyright 2010-2017 Google // Licensed under the Apache License, Version 2.0 (the "License"); // you may not use this file except in compliance with the License. // You may obtain a copy of the License at diff --git a/ortools/base/python-swig.h b/ortools/base/python-swig.h index 06431b033d..0672ec736e 100644 --- a/ortools/base/python-swig.h +++ b/ortools/base/python-swig.h @@ -1,4 +1,4 @@ -// Copyright 2010-2014 Google +// Copyright 2010-2017 Google // Licensed under the Apache License, Version 2.0 (the "License"); // you may not use this file except in compliance with the License. // You may obtain a copy of the License at diff --git a/ortools/base/random.cc b/ortools/base/random.cc index adf27961e8..d2d729b446 100644 --- a/ortools/base/random.cc +++ b/ortools/base/random.cc @@ -1,4 +1,4 @@ -// Copyright 2010-2014 Google +// Copyright 2010-2017 Google // Licensed under the Apache License, Version 2.0 (the "License"); // you may not use this file except in compliance with the License. // You may obtain a copy of the License at diff --git a/ortools/base/random.h b/ortools/base/random.h index 1a21525ad2..2d9a1c049f 100644 --- a/ortools/base/random.h +++ b/ortools/base/random.h @@ -1,4 +1,4 @@ -// Copyright 2010-2014 Google +// Copyright 2010-2017 Google // Licensed under the Apache License, Version 2.0 (the "License"); // you may not use this file except in compliance with the License. // You may obtain a copy of the License at diff --git a/ortools/base/recordio.cc b/ortools/base/recordio.cc index e6f2b9a94c..7fcb089e8f 100644 --- a/ortools/base/recordio.cc +++ b/ortools/base/recordio.cc @@ -1,4 +1,4 @@ -// Copyright 2010-2014 Google +// Copyright 2010-2017 Google // Licensed under the Apache License, Version 2.0 (the "License"); // you may not use this file except in compliance with the License. // You may obtain a copy of the License at diff --git a/ortools/base/recordio.h b/ortools/base/recordio.h index ae94349ceb..aa82023bef 100644 --- a/ortools/base/recordio.h +++ b/ortools/base/recordio.h @@ -1,4 +1,4 @@ -// Copyright 2010-2014 Google +// Copyright 2010-2017 Google // Licensed under the Apache License, Version 2.0 (the "License"); // you may not use this file except in compliance with the License. // You may obtain a copy of the License at diff --git a/ortools/base/small_map.h b/ortools/base/small_map.h index 44c108153e..061fd7e259 100644 --- a/ortools/base/small_map.h +++ b/ortools/base/small_map.h @@ -1,4 +1,4 @@ -// Copyright 2010-2014 Google +// Copyright 2010-2017 Google // Licensed under the Apache License, Version 2.0 (the "License"); // you may not use this file except in compliance with the License. // You may obtain a copy of the License at diff --git a/ortools/base/small_ordered_set.h b/ortools/base/small_ordered_set.h index 79e6339f91..38b19f47bb 100644 --- a/ortools/base/small_ordered_set.h +++ b/ortools/base/small_ordered_set.h @@ -1,4 +1,4 @@ -// Copyright 2010-2014 Google +// Copyright 2010-2017 Google // Licensed under the Apache License, Version 2.0 (the "License"); // you may not use this file except in compliance with the License. // You may obtain a copy of the License at diff --git a/ortools/base/span.h b/ortools/base/span.h index 03c8d4b729..523d008f55 100644 --- a/ortools/base/span.h +++ b/ortools/base/span.h @@ -1,4 +1,4 @@ -// Copyright 2010-2014 Google +// Copyright 2010-2017 Google // Licensed under the Apache License, Version 2.0 (the "License"); // you may not use this file except in compliance with the License. // You may obtain a copy of the License at diff --git a/ortools/base/sparsetable.h b/ortools/base/sparsetable.h index 64a20e5643..98e358c003 100644 --- a/ortools/base/sparsetable.h +++ b/ortools/base/sparsetable.h @@ -1,4 +1,4 @@ -// Copyright 2010-2014 Google +// Copyright 2010-2017 Google // Licensed under the Apache License, Version 2.0 (the "License"); // you may not use this file except in compliance with the License. // You may obtain a copy of the License at diff --git a/ortools/base/split.cc b/ortools/base/split.cc index 3f451e208d..d3e824d86b 100644 --- a/ortools/base/split.cc +++ b/ortools/base/split.cc @@ -1,4 +1,4 @@ -// Copyright 2010-2014 Google +// Copyright 2010-2017 Google // Licensed under the Apache License, Version 2.0 (the "License"); // you may not use this file except in compliance with the License. // You may obtain a copy of the License at diff --git a/ortools/base/split.h b/ortools/base/split.h index feac19cb67..c6dbedcaff 100644 --- a/ortools/base/split.h +++ b/ortools/base/split.h @@ -1,4 +1,4 @@ -// Copyright 2010-2014 Google +// Copyright 2010-2017 Google // Licensed under the Apache License, Version 2.0 (the "License"); // you may not use this file except in compliance with the License. // You may obtain a copy of the License at diff --git a/ortools/base/status.h b/ortools/base/status.h index 8980bc973c..63cca200a0 100644 --- a/ortools/base/status.h +++ b/ortools/base/status.h @@ -1,4 +1,4 @@ -// Copyright 2010-2014 Google +// Copyright 2010-2017 Google // Licensed under the Apache License, Version 2.0 (the "License"); // you may not use this file except in compliance with the License. // You may obtain a copy of the License at diff --git a/ortools/base/statusor.h b/ortools/base/statusor.h index 3dcdf104a7..44653aa207 100644 --- a/ortools/base/statusor.h +++ b/ortools/base/statusor.h @@ -1,4 +1,4 @@ -// Copyright 2010-2014 Google +// Copyright 2010-2017 Google // Licensed under the Apache License, Version 2.0 (the "License"); // you may not use this file except in compliance with the License. // You may obtain a copy of the License at diff --git a/ortools/base/stl_util.h b/ortools/base/stl_util.h index 348479ef97..f994cde4e6 100644 --- a/ortools/base/stl_util.h +++ b/ortools/base/stl_util.h @@ -1,4 +1,4 @@ -// Copyright 2010-2014 Google +// Copyright 2010-2017 Google // Licensed under the Apache License, Version 2.0 (the "License"); // you may not use this file except in compliance with the License. // You may obtain a copy of the License at diff --git a/ortools/base/string_view.cc b/ortools/base/string_view.cc index 9b91c00264..9c96333c4b 100644 --- a/ortools/base/string_view.cc +++ b/ortools/base/string_view.cc @@ -1,4 +1,4 @@ -// Copyright 2010-2014 Google +// Copyright 2010-2017 Google // Licensed under the Apache License, Version 2.0 (the "License"); // you may not use this file except in compliance with the License. // You may obtain a copy of the License at diff --git a/ortools/base/string_view.h b/ortools/base/string_view.h index 8b53b2a199..1c3b52ec43 100644 --- a/ortools/base/string_view.h +++ b/ortools/base/string_view.h @@ -1,4 +1,4 @@ -// Copyright 2010-2014 Google +// Copyright 2010-2017 Google // Licensed under the Apache License, Version 2.0 (the "License"); // you may not use this file except in compliance with the License. // You may obtain a copy of the License at diff --git a/ortools/base/stringpiece_utils.h b/ortools/base/stringpiece_utils.h index bb43385a30..decc59ee03 100644 --- a/ortools/base/stringpiece_utils.h +++ b/ortools/base/stringpiece_utils.h @@ -1,4 +1,4 @@ -// Copyright 2010-2014 Google +// Copyright 2010-2017 Google // Licensed under the Apache License, Version 2.0 (the "License"); // you may not use this file except in compliance with the License. // You may obtain a copy of the License at diff --git a/ortools/base/stringprintf.cc b/ortools/base/stringprintf.cc index 2bd6ba1a45..3c3ae00306 100644 --- a/ortools/base/stringprintf.cc +++ b/ortools/base/stringprintf.cc @@ -1,4 +1,4 @@ -// Copyright 2010-2014 Google +// Copyright 2010-2017 Google // Licensed under the Apache License, Version 2.0 (the "License"); // you may not use this file except in compliance with the License. // You may obtain a copy of the License at diff --git a/ortools/base/stringprintf.h b/ortools/base/stringprintf.h index 6a5299441f..8b01f3888c 100644 --- a/ortools/base/stringprintf.h +++ b/ortools/base/stringprintf.h @@ -1,4 +1,4 @@ -// Copyright 2010-2014 Google +// Copyright 2010-2017 Google // Licensed under the Apache License, Version 2.0 (the "License"); // you may not use this file except in compliance with the License. // You may obtain a copy of the License at diff --git a/ortools/base/strtoint.h b/ortools/base/strtoint.h index 0c3549daaf..03b57eaf84 100644 --- a/ortools/base/strtoint.h +++ b/ortools/base/strtoint.h @@ -1,4 +1,4 @@ -// Copyright 2010-2014 Google +// Copyright 2010-2017 Google // Licensed under the Apache License, Version 2.0 (the "License"); // you may not use this file except in compliance with the License. // You may obtain a copy of the License at diff --git a/ortools/base/strutil.h b/ortools/base/strutil.h index 3caee2bf36..e9aba75aa2 100644 --- a/ortools/base/strutil.h +++ b/ortools/base/strutil.h @@ -1,4 +1,4 @@ -// Copyright 2010-2014 Google +// Copyright 2010-2017 Google // Licensed under the Apache License, Version 2.0 (the "License"); // you may not use this file except in compliance with the License. // You may obtain a copy of the License at diff --git a/ortools/base/synchronization.h b/ortools/base/synchronization.h index 1ca6d1ea84..052b2219f7 100644 --- a/ortools/base/synchronization.h +++ b/ortools/base/synchronization.h @@ -1,4 +1,4 @@ -// Copyright 2010-2014 Google +// Copyright 2010-2017 Google // Licensed under the Apache License, Version 2.0 (the "License"); // you may not use this file except in compliance with the License. // You may obtain a copy of the License at diff --git a/ortools/base/sysinfo.cc b/ortools/base/sysinfo.cc index ca3aae3382..5899c619e4 100644 --- a/ortools/base/sysinfo.cc +++ b/ortools/base/sysinfo.cc @@ -1,4 +1,4 @@ -// Copyright 2010-2014 Google +// Copyright 2010-2017 Google // Licensed under the Apache License, Version 2.0 (the "License"); // you may not use this file except in compliance with the License. // You may obtain a copy of the License at diff --git a/ortools/base/sysinfo.h b/ortools/base/sysinfo.h index 2383422f9d..fd5c9fd7ee 100644 --- a/ortools/base/sysinfo.h +++ b/ortools/base/sysinfo.h @@ -1,4 +1,4 @@ -// Copyright 2010-2014 Google +// Copyright 2010-2017 Google // Licensed under the Apache License, Version 2.0 (the "License"); // you may not use this file except in compliance with the License. // You may obtain a copy of the License at diff --git a/ortools/base/thorough_hash.h b/ortools/base/thorough_hash.h index 5acd36bad8..090a91a933 100644 --- a/ortools/base/thorough_hash.h +++ b/ortools/base/thorough_hash.h @@ -1,4 +1,4 @@ -// Copyright 2010-2014 Google +// Copyright 2010-2017 Google // Licensed under the Apache License, Version 2.0 (the "License"); // you may not use this file except in compliance with the License. // You may obtain a copy of the License at diff --git a/ortools/base/threadpool.cc b/ortools/base/threadpool.cc index 976d39b50c..d84a8e8b3e 100644 --- a/ortools/base/threadpool.cc +++ b/ortools/base/threadpool.cc @@ -1,4 +1,4 @@ -// Copyright 2010-2014 Google +// Copyright 2010-2017 Google // Licensed under the Apache License, Version 2.0 (the "License"); // you may not use this file except in compliance with the License. // You may obtain a copy of the License at diff --git a/ortools/base/threadpool.h b/ortools/base/threadpool.h index c1767dc00d..52fcf839c8 100644 --- a/ortools/base/threadpool.h +++ b/ortools/base/threadpool.h @@ -1,4 +1,4 @@ -// Copyright 2010-2014 Google +// Copyright 2010-2017 Google // Licensed under the Apache License, Version 2.0 (the "License"); // you may not use this file except in compliance with the License. // You may obtain a copy of the License at diff --git a/ortools/base/time_support.cc b/ortools/base/time_support.cc index f07fe66206..5388c53452 100644 --- a/ortools/base/time_support.cc +++ b/ortools/base/time_support.cc @@ -1,4 +1,4 @@ -// Copyright 2010-2014 Google +// Copyright 2010-2017 Google // Licensed under the Apache License, Version 2.0 (the "License"); // you may not use this file except in compliance with the License. // You may obtain a copy of the License at diff --git a/ortools/base/time_support.h b/ortools/base/time_support.h index 4c089277d9..a1d8918ab9 100644 --- a/ortools/base/time_support.h +++ b/ortools/base/time_support.h @@ -1,4 +1,4 @@ -// Copyright 2010-2014 Google +// Copyright 2010-2017 Google // Licensed under the Apache License, Version 2.0 (the "License"); // you may not use this file except in compliance with the License. // You may obtain a copy of the License at diff --git a/ortools/base/timer.cc b/ortools/base/timer.cc index 5a20cd37bb..552fbc43ba 100644 --- a/ortools/base/timer.cc +++ b/ortools/base/timer.cc @@ -1,4 +1,4 @@ -// Copyright 2010-2014 Google +// Copyright 2010-2017 Google // Licensed under the Apache License, Version 2.0 (the "License"); // you may not use this file except in compliance with the License. // You may obtain a copy of the License at diff --git a/ortools/base/timer.h b/ortools/base/timer.h index 5a39536e8d..4f7302a1a4 100644 --- a/ortools/base/timer.h +++ b/ortools/base/timer.h @@ -1,4 +1,4 @@ -// Copyright 2010-2014 Google +// Copyright 2010-2017 Google // Licensed under the Apache License, Version 2.0 (the "License"); // you may not use this file except in compliance with the License. // You may obtain a copy of the License at diff --git a/ortools/base/typeid.h b/ortools/base/typeid.h index 759438980c..f4780a337f 100644 --- a/ortools/base/typeid.h +++ b/ortools/base/typeid.h @@ -1,4 +1,4 @@ -// Copyright 2010-2014 Google +// Copyright 2010-2017 Google // Licensed under the Apache License, Version 2.0 (the "License"); // you may not use this file except in compliance with the License. // You may obtain a copy of the License at diff --git a/ortools/bop/bop_base.cc b/ortools/bop/bop_base.cc index 0562e8e374..c9919bcefe 100644 --- a/ortools/bop/bop_base.cc +++ b/ortools/bop/bop_base.cc @@ -1,4 +1,4 @@ -// Copyright 2010-2014 Google +// Copyright 2010-2017 Google // Licensed under the Apache License, Version 2.0 (the "License"); // you may not use this file except in compliance with the License. // You may obtain a copy of the License at diff --git a/ortools/bop/bop_base.h b/ortools/bop/bop_base.h index 99884a95ec..4a71ddca68 100644 --- a/ortools/bop/bop_base.h +++ b/ortools/bop/bop_base.h @@ -1,4 +1,4 @@ -// Copyright 2010-2014 Google +// Copyright 2010-2017 Google // Licensed under the Apache License, Version 2.0 (the "License"); // you may not use this file except in compliance with the License. // You may obtain a copy of the License at diff --git a/ortools/bop/bop_fs.cc b/ortools/bop/bop_fs.cc index 189c741e5a..3d05f64937 100644 --- a/ortools/bop/bop_fs.cc +++ b/ortools/bop/bop_fs.cc @@ -1,4 +1,4 @@ -// Copyright 2010-2014 Google +// Copyright 2010-2017 Google // Licensed under the Apache License, Version 2.0 (the "License"); // you may not use this file except in compliance with the License. // You may obtain a copy of the License at diff --git a/ortools/bop/bop_fs.h b/ortools/bop/bop_fs.h index 2257d0f8d6..662ea769a2 100644 --- a/ortools/bop/bop_fs.h +++ b/ortools/bop/bop_fs.h @@ -1,4 +1,4 @@ -// Copyright 2010-2014 Google +// Copyright 2010-2017 Google // Licensed under the Apache License, Version 2.0 (the "License"); // you may not use this file except in compliance with the License. // You may obtain a copy of the License at diff --git a/ortools/bop/bop_lns.cc b/ortools/bop/bop_lns.cc index 37e22ae1e0..3b79278ca6 100644 --- a/ortools/bop/bop_lns.cc +++ b/ortools/bop/bop_lns.cc @@ -1,4 +1,4 @@ -// Copyright 2010-2014 Google +// Copyright 2010-2017 Google // Licensed under the Apache License, Version 2.0 (the "License"); // you may not use this file except in compliance with the License. // You may obtain a copy of the License at diff --git a/ortools/bop/bop_lns.h b/ortools/bop/bop_lns.h index 261b1fe0c9..f78b83a423 100644 --- a/ortools/bop/bop_lns.h +++ b/ortools/bop/bop_lns.h @@ -1,4 +1,4 @@ -// Copyright 2010-2014 Google +// Copyright 2010-2017 Google // Licensed under the Apache License, Version 2.0 (the "License"); // you may not use this file except in compliance with the License. // You may obtain a copy of the License at diff --git a/ortools/bop/bop_ls.cc b/ortools/bop/bop_ls.cc index 74bb7cfd28..af695e7103 100644 --- a/ortools/bop/bop_ls.cc +++ b/ortools/bop/bop_ls.cc @@ -1,4 +1,4 @@ -// Copyright 2010-2014 Google +// Copyright 2010-2017 Google // Licensed under the Apache License, Version 2.0 (the "License"); // you may not use this file except in compliance with the License. // You may obtain a copy of the License at diff --git a/ortools/bop/bop_ls.h b/ortools/bop/bop_ls.h index 7c5f443871..dd508a66ae 100644 --- a/ortools/bop/bop_ls.h +++ b/ortools/bop/bop_ls.h @@ -1,4 +1,4 @@ -// Copyright 2010-2014 Google +// Copyright 2010-2017 Google // Licensed under the Apache License, Version 2.0 (the "License"); // you may not use this file except in compliance with the License. // You may obtain a copy of the License at diff --git a/ortools/bop/bop_parameters.proto b/ortools/bop/bop_parameters.proto index e231f42ea5..154a89f583 100644 --- a/ortools/bop/bop_parameters.proto +++ b/ortools/bop/bop_parameters.proto @@ -1,4 +1,4 @@ -// Copyright 2010-2014 Google +// Copyright 2010-2017 Google // Licensed under the Apache License, Version 2.0 (the "License"); // you may not use this file except in compliance with the License. // You may obtain a copy of the License at diff --git a/ortools/bop/bop_portfolio.cc b/ortools/bop/bop_portfolio.cc index 480d6e9131..a71fc11205 100644 --- a/ortools/bop/bop_portfolio.cc +++ b/ortools/bop/bop_portfolio.cc @@ -1,4 +1,4 @@ -// Copyright 2010-2014 Google +// Copyright 2010-2017 Google // Licensed under the Apache License, Version 2.0 (the "License"); // you may not use this file except in compliance with the License. // You may obtain a copy of the License at diff --git a/ortools/bop/bop_portfolio.h b/ortools/bop/bop_portfolio.h index 557af1d47a..1d9a787065 100644 --- a/ortools/bop/bop_portfolio.h +++ b/ortools/bop/bop_portfolio.h @@ -1,4 +1,4 @@ -// Copyright 2010-2014 Google +// Copyright 2010-2017 Google // Licensed under the Apache License, Version 2.0 (the "License"); // you may not use this file except in compliance with the License. // You may obtain a copy of the License at diff --git a/ortools/bop/bop_solution.cc b/ortools/bop/bop_solution.cc index 46f0f80363..2fc2047ef1 100644 --- a/ortools/bop/bop_solution.cc +++ b/ortools/bop/bop_solution.cc @@ -1,4 +1,4 @@ -// Copyright 2010-2014 Google +// Copyright 2010-2017 Google // Licensed under the Apache License, Version 2.0 (the "License"); // you may not use this file except in compliance with the License. // You may obtain a copy of the License at diff --git a/ortools/bop/bop_solution.h b/ortools/bop/bop_solution.h index dc8a884702..00e174cff4 100644 --- a/ortools/bop/bop_solution.h +++ b/ortools/bop/bop_solution.h @@ -1,4 +1,4 @@ -// Copyright 2010-2014 Google +// Copyright 2010-2017 Google // Licensed under the Apache License, Version 2.0 (the "License"); // you may not use this file except in compliance with the License. // You may obtain a copy of the License at diff --git a/ortools/bop/bop_solver.cc b/ortools/bop/bop_solver.cc index d77aa4b7ea..63e04e4001 100644 --- a/ortools/bop/bop_solver.cc +++ b/ortools/bop/bop_solver.cc @@ -1,4 +1,4 @@ -// Copyright 2010-2014 Google +// Copyright 2010-2017 Google // Licensed under the Apache License, Version 2.0 (the "License"); // you may not use this file except in compliance with the License. // You may obtain a copy of the License at diff --git a/ortools/bop/bop_solver.h b/ortools/bop/bop_solver.h index 00fab91d79..c6cddb5423 100644 --- a/ortools/bop/bop_solver.h +++ b/ortools/bop/bop_solver.h @@ -1,4 +1,4 @@ -// Copyright 2010-2014 Google +// Copyright 2010-2017 Google // Licensed under the Apache License, Version 2.0 (the "License"); // you may not use this file except in compliance with the License. // You may obtain a copy of the License at diff --git a/ortools/bop/bop_types.h b/ortools/bop/bop_types.h index fa82a7686a..ba380f4329 100644 --- a/ortools/bop/bop_types.h +++ b/ortools/bop/bop_types.h @@ -1,4 +1,4 @@ -// Copyright 2010-2014 Google +// Copyright 2010-2017 Google // Licensed under the Apache License, Version 2.0 (the "License"); // you may not use this file except in compliance with the License. // You may obtain a copy of the License at diff --git a/ortools/bop/bop_util.cc b/ortools/bop/bop_util.cc index 60f01d1f22..df3eac3942 100644 --- a/ortools/bop/bop_util.cc +++ b/ortools/bop/bop_util.cc @@ -1,4 +1,4 @@ -// Copyright 2010-2014 Google +// Copyright 2010-2017 Google // Licensed under the Apache License, Version 2.0 (the "License"); // you may not use this file except in compliance with the License. // You may obtain a copy of the License at diff --git a/ortools/bop/bop_util.h b/ortools/bop/bop_util.h index bc774e1c51..9cbb110cd2 100644 --- a/ortools/bop/bop_util.h +++ b/ortools/bop/bop_util.h @@ -1,4 +1,4 @@ -// Copyright 2010-2014 Google +// Copyright 2010-2017 Google // Licensed under the Apache License, Version 2.0 (the "License"); // you may not use this file except in compliance with the License. // You may obtain a copy of the License at diff --git a/ortools/bop/complete_optimizer.cc b/ortools/bop/complete_optimizer.cc index ed7c2e00f6..4b886f83d1 100644 --- a/ortools/bop/complete_optimizer.cc +++ b/ortools/bop/complete_optimizer.cc @@ -1,4 +1,4 @@ -// Copyright 2010-2014 Google +// Copyright 2010-2017 Google // Licensed under the Apache License, Version 2.0 (the "License"); // you may not use this file except in compliance with the License. // You may obtain a copy of the License at diff --git a/ortools/bop/complete_optimizer.h b/ortools/bop/complete_optimizer.h index 83cf663464..ebbd1813c7 100644 --- a/ortools/bop/complete_optimizer.h +++ b/ortools/bop/complete_optimizer.h @@ -1,4 +1,4 @@ -// Copyright 2010-2014 Google +// Copyright 2010-2017 Google // Licensed under the Apache License, Version 2.0 (the "License"); // you may not use this file except in compliance with the License. // You may obtain a copy of the License at diff --git a/ortools/bop/integral_solver.cc b/ortools/bop/integral_solver.cc index 57476bac83..e0dfd41a2d 100644 --- a/ortools/bop/integral_solver.cc +++ b/ortools/bop/integral_solver.cc @@ -1,4 +1,4 @@ -// Copyright 2010-2014 Google +// Copyright 2010-2017 Google // Licensed under the Apache License, Version 2.0 (the "License"); // you may not use this file except in compliance with the License. // You may obtain a copy of the License at diff --git a/ortools/bop/integral_solver.h b/ortools/bop/integral_solver.h index 2aedd46066..71cf7398a5 100644 --- a/ortools/bop/integral_solver.h +++ b/ortools/bop/integral_solver.h @@ -1,4 +1,4 @@ -// Copyright 2010-2014 Google +// Copyright 2010-2017 Google // Licensed under the Apache License, Version 2.0 (the "License"); // you may not use this file except in compliance with the License. // You may obtain a copy of the License at diff --git a/ortools/com/google/ortools/algorithms/IntArrayHelper.cs b/ortools/com/google/ortools/algorithms/IntArrayHelper.cs index 84e4668e0d..ebfcb6e8f4 100644 --- a/ortools/com/google/ortools/algorithms/IntArrayHelper.cs +++ b/ortools/com/google/ortools/algorithms/IntArrayHelper.cs @@ -1,4 +1,4 @@ -// Copyright 2010-2014 Google +// Copyright 2010-2017 Google // Licensed under the Apache License, Version 2.0 (the "License"); // you may not use this file except in compliance with the License. // You may obtain a copy of the License at diff --git a/ortools/com/google/ortools/constraintsolver/IntArrayHelper.cs b/ortools/com/google/ortools/constraintsolver/IntArrayHelper.cs index a706316d0c..bc16cc4ef8 100644 --- a/ortools/com/google/ortools/constraintsolver/IntArrayHelper.cs +++ b/ortools/com/google/ortools/constraintsolver/IntArrayHelper.cs @@ -1,4 +1,4 @@ -// Copyright 2010-2014 Google +// Copyright 2010-2017 Google // Licensed under the Apache License, Version 2.0 (the "License"); // you may not use this file except in compliance with the License. // You may obtain a copy of the License at diff --git a/ortools/com/google/ortools/constraintsolver/IntVarArrayHelper.cs b/ortools/com/google/ortools/constraintsolver/IntVarArrayHelper.cs index 6944ec48be..186eac7c54 100644 --- a/ortools/com/google/ortools/constraintsolver/IntVarArrayHelper.cs +++ b/ortools/com/google/ortools/constraintsolver/IntVarArrayHelper.cs @@ -1,4 +1,4 @@ -// Copyright 2010-2014 Google +// Copyright 2010-2017 Google // Licensed under the Apache License, Version 2.0 (the "License"); // you may not use this file except in compliance with the License. // You may obtain a copy of the License at diff --git a/ortools/com/google/ortools/constraintsolver/IntervalVarArrayHelper.cs b/ortools/com/google/ortools/constraintsolver/IntervalVarArrayHelper.cs index ec817cdccf..b78d1b46a6 100644 --- a/ortools/com/google/ortools/constraintsolver/IntervalVarArrayHelper.cs +++ b/ortools/com/google/ortools/constraintsolver/IntervalVarArrayHelper.cs @@ -1,4 +1,4 @@ -// Copyright 2010-2014 Google +// Copyright 2010-2017 Google // Licensed under the Apache License, Version 2.0 (the "License"); // you may not use this file except in compliance with the License. // You may obtain a copy of the License at diff --git a/ortools/com/google/ortools/constraintsolver/JavaDecisionBuilder.java b/ortools/com/google/ortools/constraintsolver/JavaDecisionBuilder.java index ca689fd8f0..7e2983c69f 100644 --- a/ortools/com/google/ortools/constraintsolver/JavaDecisionBuilder.java +++ b/ortools/com/google/ortools/constraintsolver/JavaDecisionBuilder.java @@ -1,4 +1,4 @@ -// Copyright 2010-2014 Google +// Copyright 2010-2017 Google // Licensed under the Apache License, Version 2.0 (the "License"); // you may not use this file except in compliance with the License. // You may obtain a copy of the License at diff --git a/ortools/com/google/ortools/constraintsolver/NetDecisionBuilder.cs b/ortools/com/google/ortools/constraintsolver/NetDecisionBuilder.cs index 8377a7d534..9c3ee0c935 100644 --- a/ortools/com/google/ortools/constraintsolver/NetDecisionBuilder.cs +++ b/ortools/com/google/ortools/constraintsolver/NetDecisionBuilder.cs @@ -1,4 +1,4 @@ -// Copyright 2010-2014 Google +// Copyright 2010-2017 Google // Licensed under the Apache License, Version 2.0 (the "License"); // you may not use this file except in compliance with the License. // You may obtain a copy of the License at diff --git a/ortools/com/google/ortools/constraintsolver/SolverHelper.cs b/ortools/com/google/ortools/constraintsolver/SolverHelper.cs index 6011172ee4..bf11a4b252 100644 --- a/ortools/com/google/ortools/constraintsolver/SolverHelper.cs +++ b/ortools/com/google/ortools/constraintsolver/SolverHelper.cs @@ -1,4 +1,4 @@ -// Copyright 2010-2014 Google +// Copyright 2010-2017 Google // Licensed under the Apache License, Version 2.0 (the "License"); // you may not use this file except in compliance with the License. // You may obtain a copy of the License at diff --git a/ortools/com/google/ortools/constraintsolver/ValCstPair.cs b/ortools/com/google/ortools/constraintsolver/ValCstPair.cs index 4c0e0e224f..b964a05ae6 100644 --- a/ortools/com/google/ortools/constraintsolver/ValCstPair.cs +++ b/ortools/com/google/ortools/constraintsolver/ValCstPair.cs @@ -1,4 +1,4 @@ -// Copyright 2010-2014 Google +// Copyright 2010-2017 Google // Licensed under the Apache License, Version 2.0 (the "License"); // you may not use this file except in compliance with the License. // You may obtain a copy of the License at diff --git a/ortools/com/google/ortools/linearsolver/DoubleArrayHelper.cs b/ortools/com/google/ortools/linearsolver/DoubleArrayHelper.cs index 8366603cde..829ce269c0 100644 --- a/ortools/com/google/ortools/linearsolver/DoubleArrayHelper.cs +++ b/ortools/com/google/ortools/linearsolver/DoubleArrayHelper.cs @@ -1,4 +1,4 @@ -// Copyright 2010-2014 Google +// Copyright 2010-2017 Google // Licensed under the Apache License, Version 2.0 (the "License"); // you may not use this file except in compliance with the License. // You may obtain a copy of the License at diff --git a/ortools/com/google/ortools/linearsolver/LinearConstraint.cs b/ortools/com/google/ortools/linearsolver/LinearConstraint.cs index 4c20eceb58..3442ad5a33 100644 --- a/ortools/com/google/ortools/linearsolver/LinearConstraint.cs +++ b/ortools/com/google/ortools/linearsolver/LinearConstraint.cs @@ -1,4 +1,4 @@ -// Copyright 2010-2014 Google +// Copyright 2010-2017 Google // Licensed under the Apache License, Version 2.0 (the "License"); // you may not use this file except in compliance with the License. // You may obtain a copy of the License at diff --git a/ortools/com/google/ortools/linearsolver/LinearExpr.cs b/ortools/com/google/ortools/linearsolver/LinearExpr.cs index d0cb760f4c..7abded015a 100644 --- a/ortools/com/google/ortools/linearsolver/LinearExpr.cs +++ b/ortools/com/google/ortools/linearsolver/LinearExpr.cs @@ -1,4 +1,4 @@ -// Copyright 2010-2014 Google +// Copyright 2010-2017 Google // Licensed under the Apache License, Version 2.0 (the "License"); // you may not use this file except in compliance with the License. // You may obtain a copy of the License at diff --git a/ortools/com/google/ortools/linearsolver/SolverHelper.cs b/ortools/com/google/ortools/linearsolver/SolverHelper.cs index e1d9b22c36..870a14b15a 100644 --- a/ortools/com/google/ortools/linearsolver/SolverHelper.cs +++ b/ortools/com/google/ortools/linearsolver/SolverHelper.cs @@ -1,4 +1,4 @@ -// Copyright 2010-2014 Google +// Copyright 2010-2017 Google // Licensed under the Apache License, Version 2.0 (the "License"); // you may not use this file except in compliance with the License. // You may obtain a copy of the License at diff --git a/ortools/com/google/ortools/linearsolver/VariableHelper.cs b/ortools/com/google/ortools/linearsolver/VariableHelper.cs index 5d1a5496db..81b314a2c7 100644 --- a/ortools/com/google/ortools/linearsolver/VariableHelper.cs +++ b/ortools/com/google/ortools/linearsolver/VariableHelper.cs @@ -1,4 +1,4 @@ -// Copyright 2010-2014 Google +// Copyright 2010-2017 Google // Licensed under the Apache License, Version 2.0 (the "License"); // you may not use this file except in compliance with the License. // You may obtain a copy of the License at diff --git a/ortools/com/google/ortools/util/NestedArrayHelper.cs b/ortools/com/google/ortools/util/NestedArrayHelper.cs index c401b8236e..e543047862 100644 --- a/ortools/com/google/ortools/util/NestedArrayHelper.cs +++ b/ortools/com/google/ortools/util/NestedArrayHelper.cs @@ -1,4 +1,4 @@ -// Copyright 2010-2014 Google +// Copyright 2010-2017 Google // Licensed under the Apache License, Version 2.0 (the "License"); // you may not use this file except in compliance with the License. // You may obtain a copy of the License at diff --git a/ortools/com/google/ortools/util/ProtoHelper.cs b/ortools/com/google/ortools/util/ProtoHelper.cs index a89ed4b0d1..e82c32b194 100644 --- a/ortools/com/google/ortools/util/ProtoHelper.cs +++ b/ortools/com/google/ortools/util/ProtoHelper.cs @@ -1,4 +1,4 @@ -// Copyright 2010-2014 Google +// Copyright 2010-2017 Google // Licensed under the Apache License, Version 2.0 (the "License"); // you may not use this file except in compliance with the License. // You may obtain a copy of the License at diff --git a/ortools/constraint_solver/__init__.py b/ortools/constraint_solver/__init__.py index 73b2136f0c..48798ddb0f 100644 --- a/ortools/constraint_solver/__init__.py +++ b/ortools/constraint_solver/__init__.py @@ -1,4 +1,4 @@ -# Copyright 2010-2014 Google +# Copyright 2010-2017 Google # Licensed under the Apache License, Version 2.0 (the "License"); # you may not use this file except in compliance with the License. # You may obtain a copy of the License at diff --git a/ortools/constraint_solver/alldiff_cst.cc b/ortools/constraint_solver/alldiff_cst.cc index cfb1af3e77..722cf205a2 100644 --- a/ortools/constraint_solver/alldiff_cst.cc +++ b/ortools/constraint_solver/alldiff_cst.cc @@ -1,4 +1,4 @@ -// Copyright 2010-2014 Google +// Copyright 2010-2017 Google // Licensed under the Apache License, Version 2.0 (the "License"); // you may not use this file except in compliance with the License. // You may obtain a copy of the License at diff --git a/ortools/constraint_solver/assignment.cc b/ortools/constraint_solver/assignment.cc index 5e8a468a7d..c2b2523c68 100644 --- a/ortools/constraint_solver/assignment.cc +++ b/ortools/constraint_solver/assignment.cc @@ -1,4 +1,4 @@ -// Copyright 2010-2014 Google +// Copyright 2010-2017 Google // Licensed under the Apache License, Version 2.0 (the "License"); // you may not use this file except in compliance with the License. // You may obtain a copy of the License at diff --git a/ortools/constraint_solver/assignment.proto b/ortools/constraint_solver/assignment.proto index a557bf01a9..aab0d5a58a 100644 --- a/ortools/constraint_solver/assignment.proto +++ b/ortools/constraint_solver/assignment.proto @@ -1,4 +1,4 @@ -// Copyright 2010-2014 Google +// Copyright 2010-2017 Google // Licensed under the Apache License, Version 2.0 (the "License"); // you may not use this file except in compliance with the License. // You may obtain a copy of the License at diff --git a/ortools/constraint_solver/collect_variables.cc b/ortools/constraint_solver/collect_variables.cc index c925edd46a..d6ed3aea87 100644 --- a/ortools/constraint_solver/collect_variables.cc +++ b/ortools/constraint_solver/collect_variables.cc @@ -1,4 +1,4 @@ -// Copyright 2010-2014 Google +// Copyright 2010-2017 Google // Licensed under the Apache License, Version 2.0 (the "License"); // you may not use this file except in compliance with the License. // You may obtain a copy of the License at diff --git a/ortools/constraint_solver/constraint_solver.cc b/ortools/constraint_solver/constraint_solver.cc index 1587bb8949..0fc4f46b7c 100644 --- a/ortools/constraint_solver/constraint_solver.cc +++ b/ortools/constraint_solver/constraint_solver.cc @@ -1,4 +1,4 @@ -// Copyright 2010-2014 Google +// Copyright 2010-2017 Google // Licensed under the Apache License, Version 2.0 (the "License"); // you may not use this file except in compliance with the License. // You may obtain a copy of the License at diff --git a/ortools/constraint_solver/constraint_solver.h b/ortools/constraint_solver/constraint_solver.h index 01d52d2e95..90be0526d2 100644 --- a/ortools/constraint_solver/constraint_solver.h +++ b/ortools/constraint_solver/constraint_solver.h @@ -1,4 +1,4 @@ -// Copyright 2010-2014 Google +// Copyright 2010-2017 Google // Licensed under the Apache License, Version 2.0 (the "License"); // you may not use this file except in compliance with the License. // You may obtain a copy of the License at diff --git a/ortools/constraint_solver/constraint_solveri.h b/ortools/constraint_solver/constraint_solveri.h index 2d2a419a10..5808ec2700 100644 --- a/ortools/constraint_solver/constraint_solveri.h +++ b/ortools/constraint_solver/constraint_solveri.h @@ -1,4 +1,4 @@ -// Copyright 2010-2014 Google +// Copyright 2010-2017 Google // Licensed under the Apache License, Version 2.0 (the "License"); // you may not use this file except in compliance with the License. // You may obtain a copy of the License at diff --git a/ortools/constraint_solver/constraints.cc b/ortools/constraint_solver/constraints.cc index f641a6c740..bc8099f2c3 100644 --- a/ortools/constraint_solver/constraints.cc +++ b/ortools/constraint_solver/constraints.cc @@ -1,4 +1,4 @@ -// Copyright 2010-2014 Google +// Copyright 2010-2017 Google // Licensed under the Apache License, Version 2.0 (the "License"); // you may not use this file except in compliance with the License. // You may obtain a copy of the License at diff --git a/ortools/constraint_solver/count_cst.cc b/ortools/constraint_solver/count_cst.cc index 11644ebb22..3f42f9eea5 100644 --- a/ortools/constraint_solver/count_cst.cc +++ b/ortools/constraint_solver/count_cst.cc @@ -1,4 +1,4 @@ -// Copyright 2010-2014 Google +// Copyright 2010-2017 Google // Licensed under the Apache License, Version 2.0 (the "License"); // you may not use this file except in compliance with the License. // You may obtain a copy of the License at diff --git a/ortools/constraint_solver/default_search.cc b/ortools/constraint_solver/default_search.cc index 01bb39e7e2..c009092cbd 100644 --- a/ortools/constraint_solver/default_search.cc +++ b/ortools/constraint_solver/default_search.cc @@ -1,4 +1,4 @@ -// Copyright 2010-2014 Google +// Copyright 2010-2017 Google // Licensed under the Apache License, Version 2.0 (the "License"); // you may not use this file except in compliance with the License. // You may obtain a copy of the License at diff --git a/ortools/constraint_solver/demon_profiler.cc b/ortools/constraint_solver/demon_profiler.cc index 0cee41f43f..8f7d5a59f5 100644 --- a/ortools/constraint_solver/demon_profiler.cc +++ b/ortools/constraint_solver/demon_profiler.cc @@ -1,4 +1,4 @@ -// Copyright 2010-2014 Google +// Copyright 2010-2017 Google // Licensed under the Apache License, Version 2.0 (the "License"); // you may not use this file except in compliance with the License. // You may obtain a copy of the License at diff --git a/ortools/constraint_solver/demon_profiler.proto b/ortools/constraint_solver/demon_profiler.proto index 59dc1ce4ab..13a5d21172 100644 --- a/ortools/constraint_solver/demon_profiler.proto +++ b/ortools/constraint_solver/demon_profiler.proto @@ -1,4 +1,4 @@ -// Copyright 2010-2014 Google +// Copyright 2010-2017 Google // Licensed under the Apache License, Version 2.0 (the "License"); // you may not use this file except in compliance with the License. // You may obtain a copy of the License at diff --git a/ortools/constraint_solver/deviation.cc b/ortools/constraint_solver/deviation.cc index 030642d729..70c30cf83d 100644 --- a/ortools/constraint_solver/deviation.cc +++ b/ortools/constraint_solver/deviation.cc @@ -1,4 +1,4 @@ -// Copyright 2010-2014 Google +// Copyright 2010-2017 Google // Licensed under the Apache License, Version 2.0 (the "License"); // you may not use this file except in compliance with the License. // You may obtain a copy of the License at diff --git a/ortools/constraint_solver/diffn.cc b/ortools/constraint_solver/diffn.cc index fe10ed9a45..d726b6b258 100644 --- a/ortools/constraint_solver/diffn.cc +++ b/ortools/constraint_solver/diffn.cc @@ -1,4 +1,4 @@ -// Copyright 2010-2014 Google +// Copyright 2010-2017 Google // Licensed under the Apache License, Version 2.0 (the "License"); // you may not use this file except in compliance with the License. // You may obtain a copy of the License at diff --git a/ortools/constraint_solver/element.cc b/ortools/constraint_solver/element.cc index 656c3e2426..a4b537d762 100644 --- a/ortools/constraint_solver/element.cc +++ b/ortools/constraint_solver/element.cc @@ -1,4 +1,4 @@ -// Copyright 2010-2014 Google +// Copyright 2010-2017 Google // Licensed under the Apache License, Version 2.0 (the "License"); // you may not use this file except in compliance with the License. // You may obtain a copy of the License at diff --git a/ortools/constraint_solver/expr_array.cc b/ortools/constraint_solver/expr_array.cc index 7d236742f5..efc06195ae 100644 --- a/ortools/constraint_solver/expr_array.cc +++ b/ortools/constraint_solver/expr_array.cc @@ -1,4 +1,4 @@ -// Copyright 2010-2014 Google +// Copyright 2010-2017 Google // Licensed under the Apache License, Version 2.0 (the "License"); // you may not use this file except in compliance with the License. // You may obtain a copy of the License at diff --git a/ortools/constraint_solver/expr_cst.cc b/ortools/constraint_solver/expr_cst.cc index 5a7b72482d..103480b9b8 100644 --- a/ortools/constraint_solver/expr_cst.cc +++ b/ortools/constraint_solver/expr_cst.cc @@ -1,4 +1,4 @@ -// Copyright 2010-2014 Google +// Copyright 2010-2017 Google // Licensed under the Apache License, Version 2.0 (the "License"); // you may not use this file except in compliance with the License. // You may obtain a copy of the License at diff --git a/ortools/constraint_solver/expressions.cc b/ortools/constraint_solver/expressions.cc index 25b81ebbe2..0e3aa25140 100644 --- a/ortools/constraint_solver/expressions.cc +++ b/ortools/constraint_solver/expressions.cc @@ -1,4 +1,4 @@ -// Copyright 2010-2014 Google +// Copyright 2010-2017 Google // Licensed under the Apache License, Version 2.0 (the "License"); // you may not use this file except in compliance with the License. // You may obtain a copy of the License at diff --git a/ortools/constraint_solver/graph_constraints.cc b/ortools/constraint_solver/graph_constraints.cc index b24218bae1..bd7ef6b69c 100644 --- a/ortools/constraint_solver/graph_constraints.cc +++ b/ortools/constraint_solver/graph_constraints.cc @@ -1,4 +1,4 @@ -// Copyright 2010-2014 Google +// Copyright 2010-2017 Google // Licensed under the Apache License, Version 2.0 (the "License"); // you may not use this file except in compliance with the License. // You may obtain a copy of the License at diff --git a/ortools/constraint_solver/hybrid.cc b/ortools/constraint_solver/hybrid.cc index cc3d396b98..dfcb1e1dcf 100644 --- a/ortools/constraint_solver/hybrid.cc +++ b/ortools/constraint_solver/hybrid.cc @@ -1,4 +1,4 @@ -// Copyright 2010-2014 Google +// Copyright 2010-2017 Google // Licensed under the Apache License, Version 2.0 (the "License"); // you may not use this file except in compliance with the License. // You may obtain a copy of the License at diff --git a/ortools/constraint_solver/hybrid.h b/ortools/constraint_solver/hybrid.h index 5647a8a855..4304571225 100644 --- a/ortools/constraint_solver/hybrid.h +++ b/ortools/constraint_solver/hybrid.h @@ -1,4 +1,4 @@ -// Copyright 2010-2014 Google +// Copyright 2010-2017 Google // Licensed under the Apache License, Version 2.0 (the "License"); // you may not use this file except in compliance with the License. // You may obtain a copy of the License at diff --git a/ortools/constraint_solver/interval.cc b/ortools/constraint_solver/interval.cc index 99bf6aa53e..63d8d35b24 100644 --- a/ortools/constraint_solver/interval.cc +++ b/ortools/constraint_solver/interval.cc @@ -1,4 +1,4 @@ -// Copyright 2010-2014 Google +// Copyright 2010-2017 Google // Licensed under the Apache License, Version 2.0 (the "License"); // you may not use this file except in compliance with the License. // You may obtain a copy of the License at diff --git a/ortools/constraint_solver/io.cc b/ortools/constraint_solver/io.cc index 476dc67972..000da05b5d 100644 --- a/ortools/constraint_solver/io.cc +++ b/ortools/constraint_solver/io.cc @@ -1,4 +1,4 @@ -// Copyright 2010-2014 Google +// Copyright 2010-2017 Google // Licensed under the Apache License, Version 2.0 (the "License"); // you may not use this file except in compliance with the License. // You may obtain a copy of the License at diff --git a/ortools/constraint_solver/local_search.cc b/ortools/constraint_solver/local_search.cc index 77fc1144a0..ab3293f465 100644 --- a/ortools/constraint_solver/local_search.cc +++ b/ortools/constraint_solver/local_search.cc @@ -1,4 +1,4 @@ -// Copyright 2010-2014 Google +// Copyright 2010-2017 Google // Licensed under the Apache License, Version 2.0 (the "License"); // you may not use this file except in compliance with the License. // You may obtain a copy of the License at diff --git a/ortools/constraint_solver/model.proto b/ortools/constraint_solver/model.proto index cc5cabb66e..1450a8a525 100644 --- a/ortools/constraint_solver/model.proto +++ b/ortools/constraint_solver/model.proto @@ -1,4 +1,4 @@ -// Copyright 2010-2014 Google +// Copyright 2010-2017 Google // Licensed under the Apache License, Version 2.0 (the "License"); // you may not use this file except in compliance with the License. // You may obtain a copy of the License at diff --git a/ortools/constraint_solver/model_cache.cc b/ortools/constraint_solver/model_cache.cc index b623fccc49..dc1335fc06 100644 --- a/ortools/constraint_solver/model_cache.cc +++ b/ortools/constraint_solver/model_cache.cc @@ -1,4 +1,4 @@ -// Copyright 2010-2014 Google +// Copyright 2010-2017 Google // Licensed under the Apache License, Version 2.0 (the "License"); // you may not use this file except in compliance with the License. // You may obtain a copy of the License at diff --git a/ortools/constraint_solver/nogoods.cc b/ortools/constraint_solver/nogoods.cc index 931adec2dd..f5bd86c5c1 100644 --- a/ortools/constraint_solver/nogoods.cc +++ b/ortools/constraint_solver/nogoods.cc @@ -1,4 +1,4 @@ -// Copyright 2010-2014 Google +// Copyright 2010-2017 Google // Licensed under the Apache License, Version 2.0 (the "License"); // you may not use this file except in compliance with the License. // You may obtain a copy of the License at diff --git a/ortools/constraint_solver/pack.cc b/ortools/constraint_solver/pack.cc index 37a28a2952..e38bee3cf7 100644 --- a/ortools/constraint_solver/pack.cc +++ b/ortools/constraint_solver/pack.cc @@ -1,4 +1,4 @@ -// Copyright 2010-2014 Google +// Copyright 2010-2017 Google // Licensed under the Apache License, Version 2.0 (the "License"); // you may not use this file except in compliance with the License. // You may obtain a copy of the License at diff --git a/ortools/constraint_solver/range_cst.cc b/ortools/constraint_solver/range_cst.cc index bf20e9e983..22a123c612 100644 --- a/ortools/constraint_solver/range_cst.cc +++ b/ortools/constraint_solver/range_cst.cc @@ -1,4 +1,4 @@ -// Copyright 2010-2014 Google +// Copyright 2010-2017 Google // Licensed under the Apache License, Version 2.0 (the "License"); // you may not use this file except in compliance with the License. // You may obtain a copy of the License at diff --git a/ortools/constraint_solver/resource.cc b/ortools/constraint_solver/resource.cc index 81452ba26c..0b6367bab5 100644 --- a/ortools/constraint_solver/resource.cc +++ b/ortools/constraint_solver/resource.cc @@ -1,4 +1,4 @@ -// Copyright 2010-2014 Google +// Copyright 2010-2017 Google // Licensed under the Apache License, Version 2.0 (the "License"); // you may not use this file except in compliance with the License. // You may obtain a copy of the License at diff --git a/ortools/constraint_solver/routing.cc b/ortools/constraint_solver/routing.cc index 1384dc835e..e430566333 100644 --- a/ortools/constraint_solver/routing.cc +++ b/ortools/constraint_solver/routing.cc @@ -1,4 +1,4 @@ -// Copyright 2010-2014 Google +// Copyright 2010-2017 Google // Licensed under the Apache License, Version 2.0 (the "License"); // you may not use this file except in compliance with the License. // You may obtain a copy of the License at diff --git a/ortools/constraint_solver/routing.h b/ortools/constraint_solver/routing.h index f6ea69b3d5..89a08d7224 100644 --- a/ortools/constraint_solver/routing.h +++ b/ortools/constraint_solver/routing.h @@ -1,4 +1,4 @@ -// Copyright 2010-2014 Google +// Copyright 2010-2017 Google // Licensed under the Apache License, Version 2.0 (the "License"); // you may not use this file except in compliance with the License. // You may obtain a copy of the License at diff --git a/ortools/constraint_solver/routing_enums.proto b/ortools/constraint_solver/routing_enums.proto index bff6dc14f4..0be2278989 100644 --- a/ortools/constraint_solver/routing_enums.proto +++ b/ortools/constraint_solver/routing_enums.proto @@ -1,4 +1,4 @@ -// Copyright 2010-2014 Google +// Copyright 2010-2017 Google // Licensed under the Apache License, Version 2.0 (the "License"); // you may not use this file except in compliance with the License. // You may obtain a copy of the License at diff --git a/ortools/constraint_solver/routing_flags.cc b/ortools/constraint_solver/routing_flags.cc index 0910c8cfae..7b21dff83e 100644 --- a/ortools/constraint_solver/routing_flags.cc +++ b/ortools/constraint_solver/routing_flags.cc @@ -1,4 +1,4 @@ -// Copyright 2010-2014 Google +// Copyright 2010-2017 Google // Licensed under the Apache License, Version 2.0 (the "License"); // you may not use this file except in compliance with the License. // You may obtain a copy of the License at diff --git a/ortools/constraint_solver/routing_flags.h b/ortools/constraint_solver/routing_flags.h index 4ec623eb11..9648e6f49e 100644 --- a/ortools/constraint_solver/routing_flags.h +++ b/ortools/constraint_solver/routing_flags.h @@ -1,4 +1,4 @@ -// Copyright 2010-2014 Google +// Copyright 2010-2017 Google // Licensed under the Apache License, Version 2.0 (the "License"); // you may not use this file except in compliance with the License. // You may obtain a copy of the License at diff --git a/ortools/constraint_solver/routing_neighborhoods.cc b/ortools/constraint_solver/routing_neighborhoods.cc index 00860206de..dbc0071485 100644 --- a/ortools/constraint_solver/routing_neighborhoods.cc +++ b/ortools/constraint_solver/routing_neighborhoods.cc @@ -1,4 +1,4 @@ -// Copyright 2010-2014 Google +// Copyright 2010-2017 Google // Licensed under the Apache License, Version 2.0 (the "License"); // you may not use this file except in compliance with the License. // You may obtain a copy of the License at diff --git a/ortools/constraint_solver/routing_neighborhoods.h b/ortools/constraint_solver/routing_neighborhoods.h index b4a5a8e645..e01fdc523a 100644 --- a/ortools/constraint_solver/routing_neighborhoods.h +++ b/ortools/constraint_solver/routing_neighborhoods.h @@ -1,4 +1,4 @@ -// Copyright 2010-2014 Google +// Copyright 2010-2017 Google // Licensed under the Apache License, Version 2.0 (the "License"); // you may not use this file except in compliance with the License. // You may obtain a copy of the License at diff --git a/ortools/constraint_solver/routing_parameters.proto b/ortools/constraint_solver/routing_parameters.proto index 935ff13dc8..691dbf8bfb 100644 --- a/ortools/constraint_solver/routing_parameters.proto +++ b/ortools/constraint_solver/routing_parameters.proto @@ -1,4 +1,4 @@ -// Copyright 2010-2014 Google +// Copyright 2010-2017 Google // Licensed under the Apache License, Version 2.0 (the "License"); // you may not use this file except in compliance with the License. // You may obtain a copy of the License at diff --git a/ortools/constraint_solver/routing_search.cc b/ortools/constraint_solver/routing_search.cc index 68604bd055..5f36ff078c 100644 --- a/ortools/constraint_solver/routing_search.cc +++ b/ortools/constraint_solver/routing_search.cc @@ -1,4 +1,4 @@ -// Copyright 2010-2014 Google +// Copyright 2010-2017 Google // Licensed under the Apache License, Version 2.0 (the "License"); // you may not use this file except in compliance with the License. // You may obtain a copy of the License at diff --git a/ortools/constraint_solver/routing_types.h b/ortools/constraint_solver/routing_types.h index cbace25526..70ab6b1582 100644 --- a/ortools/constraint_solver/routing_types.h +++ b/ortools/constraint_solver/routing_types.h @@ -1,4 +1,4 @@ -// Copyright 2010-2014 Google +// Copyright 2010-2017 Google // Licensed under the Apache License, Version 2.0 (the "License"); // you may not use this file except in compliance with the License. // You may obtain a copy of the License at diff --git a/ortools/constraint_solver/sat_constraint.cc b/ortools/constraint_solver/sat_constraint.cc index 0cd629640c..f8f0f13588 100644 --- a/ortools/constraint_solver/sat_constraint.cc +++ b/ortools/constraint_solver/sat_constraint.cc @@ -1,4 +1,4 @@ -// Copyright 2010-2014 Google +// Copyright 2010-2017 Google // Licensed under the Apache License, Version 2.0 (the "License"); // you may not use this file except in compliance with the License. // You may obtain a copy of the License at diff --git a/ortools/constraint_solver/sat_constraint.h b/ortools/constraint_solver/sat_constraint.h index 3b20d272b9..c467eb5282 100644 --- a/ortools/constraint_solver/sat_constraint.h +++ b/ortools/constraint_solver/sat_constraint.h @@ -1,4 +1,4 @@ -// Copyright 2010-2014 Google +// Copyright 2010-2017 Google // Licensed under the Apache License, Version 2.0 (the "License"); // you may not use this file except in compliance with the License. // You may obtain a copy of the License at diff --git a/ortools/constraint_solver/sched_constraints.cc b/ortools/constraint_solver/sched_constraints.cc index 253f1cf43a..2310a0d602 100644 --- a/ortools/constraint_solver/sched_constraints.cc +++ b/ortools/constraint_solver/sched_constraints.cc @@ -1,4 +1,4 @@ -// Copyright 2010-2014 Google +// Copyright 2010-2017 Google // Licensed under the Apache License, Version 2.0 (the "License"); // you may not use this file except in compliance with the License. // You may obtain a copy of the License at diff --git a/ortools/constraint_solver/sched_expr.cc b/ortools/constraint_solver/sched_expr.cc index 5ed2060b0c..4eb5352451 100644 --- a/ortools/constraint_solver/sched_expr.cc +++ b/ortools/constraint_solver/sched_expr.cc @@ -1,4 +1,4 @@ -// Copyright 2010-2014 Google +// Copyright 2010-2017 Google // Licensed under the Apache License, Version 2.0 (the "License"); // you may not use this file except in compliance with the License. // You may obtain a copy of the License at diff --git a/ortools/constraint_solver/sched_search.cc b/ortools/constraint_solver/sched_search.cc index ac514a8d62..aeae750f88 100644 --- a/ortools/constraint_solver/sched_search.cc +++ b/ortools/constraint_solver/sched_search.cc @@ -1,4 +1,4 @@ -// Copyright 2010-2014 Google +// Copyright 2010-2017 Google // Licensed under the Apache License, Version 2.0 (the "License"); // you may not use this file except in compliance with the License. // You may obtain a copy of the License at diff --git a/ortools/constraint_solver/search.cc b/ortools/constraint_solver/search.cc index 4f5aa1bbe8..337829b2d1 100644 --- a/ortools/constraint_solver/search.cc +++ b/ortools/constraint_solver/search.cc @@ -1,4 +1,4 @@ -// Copyright 2010-2014 Google +// Copyright 2010-2017 Google // Licensed under the Apache License, Version 2.0 (the "License"); // you may not use this file except in compliance with the License. // You may obtain a copy of the License at diff --git a/ortools/constraint_solver/search_limit.proto b/ortools/constraint_solver/search_limit.proto index 763622d839..b465f4b011 100644 --- a/ortools/constraint_solver/search_limit.proto +++ b/ortools/constraint_solver/search_limit.proto @@ -1,4 +1,4 @@ -// Copyright 2010-2014 Google +// Copyright 2010-2017 Google // Licensed under the Apache License, Version 2.0 (the "License"); // you may not use this file except in compliance with the License. // You may obtain a copy of the License at diff --git a/ortools/constraint_solver/solver_parameters.proto b/ortools/constraint_solver/solver_parameters.proto index cc567956c4..3d2c86e2a0 100644 --- a/ortools/constraint_solver/solver_parameters.proto +++ b/ortools/constraint_solver/solver_parameters.proto @@ -1,4 +1,4 @@ -// Copyright 2010-2014 Google +// Copyright 2010-2017 Google // Licensed under the Apache License, Version 2.0 (the "License"); // you may not use this file except in compliance with the License. // You may obtain a copy of the License at diff --git a/ortools/constraint_solver/table.cc b/ortools/constraint_solver/table.cc index 6ba296c451..569c33ad4e 100644 --- a/ortools/constraint_solver/table.cc +++ b/ortools/constraint_solver/table.cc @@ -1,4 +1,4 @@ -// Copyright 2010-2014 Google +// Copyright 2010-2017 Google // Licensed under the Apache License, Version 2.0 (the "License"); // you may not use this file except in compliance with the License. // You may obtain a copy of the License at diff --git a/ortools/constraint_solver/timetabling.cc b/ortools/constraint_solver/timetabling.cc index 53e3b8309f..c7a201c130 100644 --- a/ortools/constraint_solver/timetabling.cc +++ b/ortools/constraint_solver/timetabling.cc @@ -1,4 +1,4 @@ -// Copyright 2010-2014 Google +// Copyright 2010-2017 Google // Licensed under the Apache License, Version 2.0 (the "License"); // you may not use this file except in compliance with the License. // You may obtain a copy of the License at diff --git a/ortools/constraint_solver/trace.cc b/ortools/constraint_solver/trace.cc index 53519102d4..657dcbb8ca 100644 --- a/ortools/constraint_solver/trace.cc +++ b/ortools/constraint_solver/trace.cc @@ -1,4 +1,4 @@ -// Copyright 2010-2014 Google +// Copyright 2010-2017 Google // Licensed under the Apache License, Version 2.0 (the "License"); // you may not use this file except in compliance with the License. // You may obtain a copy of the License at diff --git a/ortools/constraint_solver/tree_monitor.cc b/ortools/constraint_solver/tree_monitor.cc index 070cae2940..43c763d910 100644 --- a/ortools/constraint_solver/tree_monitor.cc +++ b/ortools/constraint_solver/tree_monitor.cc @@ -1,4 +1,4 @@ -// Copyright 2010-2014 Google +// Copyright 2010-2017 Google // Licensed under the Apache License, Version 2.0 (the "License"); // you may not use this file except in compliance with the License. // You may obtain a copy of the License at diff --git a/ortools/constraint_solver/utilities.cc b/ortools/constraint_solver/utilities.cc index 5e5663c3a0..cf4e1eef05 100644 --- a/ortools/constraint_solver/utilities.cc +++ b/ortools/constraint_solver/utilities.cc @@ -1,4 +1,4 @@ -// Copyright 2010-2014 Google +// Copyright 2010-2017 Google // Licensed under the Apache License, Version 2.0 (the "License"); // you may not use this file except in compliance with the License. // You may obtain a copy of the License at diff --git a/ortools/constraint_solver/visitor.cc b/ortools/constraint_solver/visitor.cc index 871722abb2..64f67aed88 100644 --- a/ortools/constraint_solver/visitor.cc +++ b/ortools/constraint_solver/visitor.cc @@ -1,4 +1,4 @@ -// Copyright 2010-2014 Google +// Copyright 2010-2017 Google // Licensed under the Apache License, Version 2.0 (the "License"); // you may not use this file except in compliance with the License. // You may obtain a copy of the License at diff --git a/ortools/flatzinc/checker.cc b/ortools/flatzinc/checker.cc index 6c7e0165d4..1870ac424f 100644 --- a/ortools/flatzinc/checker.cc +++ b/ortools/flatzinc/checker.cc @@ -1,4 +1,4 @@ -// Copyright 2010-2014 Google +// Copyright 2010-2017 Google // Licensed under the Apache License, Version 2.0 (the "License"); // you may not use this file except in compliance with the License. // You may obtain a copy of the License at diff --git a/ortools/flatzinc/checker.h b/ortools/flatzinc/checker.h index b121da87d8..11fdc0c3cc 100644 --- a/ortools/flatzinc/checker.h +++ b/ortools/flatzinc/checker.h @@ -1,4 +1,4 @@ -// Copyright 2010-2014 Google +// Copyright 2010-2017 Google // Licensed under the Apache License, Version 2.0 (the "License"); // you may not use this file except in compliance with the License. // You may obtain a copy of the License at diff --git a/ortools/flatzinc/constraints.cc b/ortools/flatzinc/constraints.cc index 3305840d1c..eca05e1f0b 100644 --- a/ortools/flatzinc/constraints.cc +++ b/ortools/flatzinc/constraints.cc @@ -1,4 +1,4 @@ -// Copyright 2010-2014 Google +// Copyright 2010-2017 Google // Licensed under the Apache License, Version 2.0 (the "License"); // you may not use this file except in compliance with the License. // You may obtain a copy of the License at diff --git a/ortools/flatzinc/constraints.h b/ortools/flatzinc/constraints.h index 015d93d546..f3c42c319c 100644 --- a/ortools/flatzinc/constraints.h +++ b/ortools/flatzinc/constraints.h @@ -1,4 +1,4 @@ -// Copyright 2010-2014 Google +// Copyright 2010-2017 Google // Licensed under the Apache License, Version 2.0 (the "License"); // you may not use this file except in compliance with the License. // You may obtain a copy of the License at diff --git a/ortools/flatzinc/cp_model_fz_solver.cc b/ortools/flatzinc/cp_model_fz_solver.cc index 23be5e6556..a1bbfc86a6 100644 --- a/ortools/flatzinc/cp_model_fz_solver.cc +++ b/ortools/flatzinc/cp_model_fz_solver.cc @@ -1,4 +1,4 @@ -// Copyright 2010-2014 Google +// Copyright 2010-2017 Google // Licensed under the Apache License, Version 2.0 (the "License"); // you may not use this file except in compliance with the License. // You may obtain a copy of the License at diff --git a/ortools/flatzinc/cp_model_fz_solver.h b/ortools/flatzinc/cp_model_fz_solver.h index 866072be3d..510439871d 100644 --- a/ortools/flatzinc/cp_model_fz_solver.h +++ b/ortools/flatzinc/cp_model_fz_solver.h @@ -1,4 +1,4 @@ -// Copyright 2010-2014 Google +// Copyright 2010-2017 Google // Licensed under the Apache License, Version 2.0 (the "License"); // you may not use this file except in compliance with the License. // You may obtain a copy of the License at diff --git a/ortools/flatzinc/flatzinc_constraints.cc b/ortools/flatzinc/flatzinc_constraints.cc index 3b75f1ae1b..8e7545dea3 100644 --- a/ortools/flatzinc/flatzinc_constraints.cc +++ b/ortools/flatzinc/flatzinc_constraints.cc @@ -1,4 +1,4 @@ -// Copyright 2010-2014 Google +// Copyright 2010-2017 Google // Licensed under the Apache License, Version 2.0 (the "License"); // you may not use this file except in compliance with the License. // You may obtain a copy of the License at diff --git a/ortools/flatzinc/flatzinc_constraints.h b/ortools/flatzinc/flatzinc_constraints.h index d50a06ec7a..4c19b16853 100644 --- a/ortools/flatzinc/flatzinc_constraints.h +++ b/ortools/flatzinc/flatzinc_constraints.h @@ -1,4 +1,4 @@ -// Copyright 2010-2014 Google +// Copyright 2010-2017 Google // Licensed under the Apache License, Version 2.0 (the "License"); // you may not use this file except in compliance with the License. // You may obtain a copy of the License at diff --git a/ortools/flatzinc/fz.cc b/ortools/flatzinc/fz.cc index 5b19f5858f..3469c20100 100644 --- a/ortools/flatzinc/fz.cc +++ b/ortools/flatzinc/fz.cc @@ -1,4 +1,4 @@ -// Copyright 2010-2014 Google +// Copyright 2010-2017 Google // Licensed under the Apache License, Version 2.0 (the "License"); // you may not use this file except in compliance with the License. // You may obtain a copy of the License at diff --git a/ortools/flatzinc/logging.cc b/ortools/flatzinc/logging.cc index 068396e8db..3f32e68e1b 100644 --- a/ortools/flatzinc/logging.cc +++ b/ortools/flatzinc/logging.cc @@ -1,4 +1,4 @@ -// Copyright 2010-2014 Google +// Copyright 2010-2017 Google // Licensed under the Apache License, Version 2.0 (the "License"); // you may not use this file except in compliance with the License. // You may obtain a copy of the License at diff --git a/ortools/flatzinc/logging.h b/ortools/flatzinc/logging.h index 53264139de..180677ed3e 100644 --- a/ortools/flatzinc/logging.h +++ b/ortools/flatzinc/logging.h @@ -1,4 +1,4 @@ -// Copyright 2010-2014 Google +// Copyright 2010-2017 Google // Licensed under the Apache License, Version 2.0 (the "License"); // you may not use this file except in compliance with the License. // You may obtain a copy of the License at diff --git a/ortools/flatzinc/model.cc b/ortools/flatzinc/model.cc index b4ef7d4590..5a28f55445 100644 --- a/ortools/flatzinc/model.cc +++ b/ortools/flatzinc/model.cc @@ -1,4 +1,4 @@ -// Copyright 2010-2014 Google +// Copyright 2010-2017 Google // Licensed under the Apache License, Version 2.0 (the "License"); // you may not use this file except in compliance with the License. // You may obtain a copy of the License at diff --git a/ortools/flatzinc/model.h b/ortools/flatzinc/model.h index 257ac8181a..98b3fd006e 100644 --- a/ortools/flatzinc/model.h +++ b/ortools/flatzinc/model.h @@ -1,4 +1,4 @@ -// Copyright 2010-2014 Google +// Copyright 2010-2017 Google // Licensed under the Apache License, Version 2.0 (the "License"); // you may not use this file except in compliance with the License. // You may obtain a copy of the License at diff --git a/ortools/flatzinc/parser.cc b/ortools/flatzinc/parser.cc index c461781eab..bf115bf277 100644 --- a/ortools/flatzinc/parser.cc +++ b/ortools/flatzinc/parser.cc @@ -1,4 +1,4 @@ -// Copyright 2010-2014 Google +// Copyright 2010-2017 Google // Licensed under the Apache License, Version 2.0 (the "License"); // you may not use this file except in compliance with the License. // You may obtain a copy of the License at diff --git a/ortools/flatzinc/parser.h b/ortools/flatzinc/parser.h index efe996f887..4c72ce5f5e 100644 --- a/ortools/flatzinc/parser.h +++ b/ortools/flatzinc/parser.h @@ -1,4 +1,4 @@ -// Copyright 2010-2014 Google +// Copyright 2010-2017 Google // Licensed under the Apache License, Version 2.0 (the "License"); // you may not use this file except in compliance with the License. // You may obtain a copy of the License at diff --git a/ortools/flatzinc/parser_main.cc b/ortools/flatzinc/parser_main.cc index fd76249241..6f1df7ebc4 100644 --- a/ortools/flatzinc/parser_main.cc +++ b/ortools/flatzinc/parser_main.cc @@ -1,4 +1,4 @@ -// Copyright 2010-2014 Google +// Copyright 2010-2017 Google // Licensed under the Apache License, Version 2.0 (the "License"); // you may not use this file except in compliance with the License. // You may obtain a copy of the License at diff --git a/ortools/flatzinc/parser_util.cc b/ortools/flatzinc/parser_util.cc index 33161c469b..070fa66aea 100644 --- a/ortools/flatzinc/parser_util.cc +++ b/ortools/flatzinc/parser_util.cc @@ -1,4 +1,4 @@ -// Copyright 2010-2014 Google +// Copyright 2010-2017 Google // Licensed under the Apache License, Version 2.0 (the "License"); // you may not use this file except in compliance with the License. // You may obtain a copy of the License at diff --git a/ortools/flatzinc/parser_util.h b/ortools/flatzinc/parser_util.h index bb676f3efb..ffc1e64fb7 100644 --- a/ortools/flatzinc/parser_util.h +++ b/ortools/flatzinc/parser_util.h @@ -1,4 +1,4 @@ -// Copyright 2010-2014 Google +// Copyright 2010-2017 Google // Licensed under the Apache License, Version 2.0 (the "License"); // you may not use this file except in compliance with the License. // You may obtain a copy of the License at diff --git a/ortools/flatzinc/presolve.cc b/ortools/flatzinc/presolve.cc index 8fdc702ad1..fe7fc19690 100644 --- a/ortools/flatzinc/presolve.cc +++ b/ortools/flatzinc/presolve.cc @@ -1,4 +1,4 @@ -// Copyright 2010-2014 Google +// Copyright 2010-2017 Google // Licensed under the Apache License, Version 2.0 (the "License"); // you may not use this file except in compliance with the License. // You may obtain a copy of the License at diff --git a/ortools/flatzinc/presolve.h b/ortools/flatzinc/presolve.h index b49ac812df..8f8675008d 100644 --- a/ortools/flatzinc/presolve.h +++ b/ortools/flatzinc/presolve.h @@ -1,4 +1,4 @@ -// Copyright 2010-2014 Google +// Copyright 2010-2017 Google // Licensed under the Apache License, Version 2.0 (the "License"); // you may not use this file except in compliance with the License. // You may obtain a copy of the License at diff --git a/ortools/flatzinc/reporting.cc b/ortools/flatzinc/reporting.cc index d9c03779b4..49ad1d9e3b 100644 --- a/ortools/flatzinc/reporting.cc +++ b/ortools/flatzinc/reporting.cc @@ -1,4 +1,4 @@ -// Copyright 2010-2014 Google +// Copyright 2010-2017 Google // Licensed under the Apache License, Version 2.0 (the "License"); // you may not use this file except in compliance with the License. // You may obtain a copy of the License at diff --git a/ortools/flatzinc/reporting.h b/ortools/flatzinc/reporting.h index 48e05bc455..999c9db9e2 100644 --- a/ortools/flatzinc/reporting.h +++ b/ortools/flatzinc/reporting.h @@ -1,4 +1,4 @@ -// Copyright 2010-2014 Google +// Copyright 2010-2017 Google // Licensed under the Apache License, Version 2.0 (the "License"); // you may not use this file except in compliance with the License. // You may obtain a copy of the License at diff --git a/ortools/flatzinc/sat_constraint.cc b/ortools/flatzinc/sat_constraint.cc index 9a0fa1b97b..22c3cb6201 100644 --- a/ortools/flatzinc/sat_constraint.cc +++ b/ortools/flatzinc/sat_constraint.cc @@ -1,4 +1,4 @@ -// Copyright 2010-2014 Google +// Copyright 2010-2017 Google // Licensed under the Apache License, Version 2.0 (the "License"); // you may not use this file except in compliance with the License. // You may obtain a copy of the License at diff --git a/ortools/flatzinc/sat_constraint.h b/ortools/flatzinc/sat_constraint.h index 49c9be7271..22509b7916 100644 --- a/ortools/flatzinc/sat_constraint.h +++ b/ortools/flatzinc/sat_constraint.h @@ -1,4 +1,4 @@ -// Copyright 2010-2014 Google +// Copyright 2010-2017 Google // Licensed under the Apache License, Version 2.0 (the "License"); // you may not use this file except in compliance with the License. // You may obtain a copy of the License at diff --git a/ortools/flatzinc/solver.cc b/ortools/flatzinc/solver.cc index 554b68cedd..41ac414327 100644 --- a/ortools/flatzinc/solver.cc +++ b/ortools/flatzinc/solver.cc @@ -1,4 +1,4 @@ -// Copyright 2010-2014 Google +// Copyright 2010-2017 Google // Licensed under the Apache License, Version 2.0 (the "License"); // you may not use this file except in compliance with the License. // You may obtain a copy of the License at diff --git a/ortools/flatzinc/solver.h b/ortools/flatzinc/solver.h index bc4db8ec1e..5416979c57 100644 --- a/ortools/flatzinc/solver.h +++ b/ortools/flatzinc/solver.h @@ -1,4 +1,4 @@ -// Copyright 2010-2014 Google +// Copyright 2010-2017 Google // Licensed under the Apache License, Version 2.0 (the "License"); // you may not use this file except in compliance with the License. // You may obtain a copy of the License at diff --git a/ortools/flatzinc/solver_data.cc b/ortools/flatzinc/solver_data.cc index f61fb36be4..d079a91bc3 100644 --- a/ortools/flatzinc/solver_data.cc +++ b/ortools/flatzinc/solver_data.cc @@ -1,4 +1,4 @@ -// Copyright 2010-2014 Google +// Copyright 2010-2017 Google // Licensed under the Apache License, Version 2.0 (the "License"); // you may not use this file except in compliance with the License. // You may obtain a copy of the License at diff --git a/ortools/flatzinc/solver_data.h b/ortools/flatzinc/solver_data.h index 22b757e678..184c3f1df1 100644 --- a/ortools/flatzinc/solver_data.h +++ b/ortools/flatzinc/solver_data.h @@ -1,4 +1,4 @@ -// Copyright 2010-2014 Google +// Copyright 2010-2017 Google // Licensed under the Apache License, Version 2.0 (the "License"); // you may not use this file except in compliance with the License. // You may obtain a copy of the License at diff --git a/ortools/flatzinc/solver_util.cc b/ortools/flatzinc/solver_util.cc index a7c7f90f97..9511ec98d4 100644 --- a/ortools/flatzinc/solver_util.cc +++ b/ortools/flatzinc/solver_util.cc @@ -1,4 +1,4 @@ -// Copyright 2010-2014 Google +// Copyright 2010-2017 Google // Licensed under the Apache License, Version 2.0 (the "License"); // you may not use this file except in compliance with the License. // You may obtain a copy of the License at diff --git a/ortools/flatzinc/solver_util.h b/ortools/flatzinc/solver_util.h index 8fc79e6bdb..6202ce24bc 100644 --- a/ortools/flatzinc/solver_util.h +++ b/ortools/flatzinc/solver_util.h @@ -1,4 +1,4 @@ -// Copyright 2010-2014 Google +// Copyright 2010-2017 Google // Licensed under the Apache License, Version 2.0 (the "License"); // you may not use this file except in compliance with the License. // You may obtain a copy of the License at diff --git a/ortools/glop/basis_representation.cc b/ortools/glop/basis_representation.cc index 01f2a7f431..cd6a161ecb 100644 --- a/ortools/glop/basis_representation.cc +++ b/ortools/glop/basis_representation.cc @@ -1,4 +1,4 @@ -// Copyright 2010-2014 Google +// Copyright 2010-2017 Google // Licensed under the Apache License, Version 2.0 (the "License"); // you may not use this file except in compliance with the License. // You may obtain a copy of the License at diff --git a/ortools/glop/basis_representation.h b/ortools/glop/basis_representation.h index 3259bda1af..d5790fecc3 100644 --- a/ortools/glop/basis_representation.h +++ b/ortools/glop/basis_representation.h @@ -1,4 +1,4 @@ -// Copyright 2010-2014 Google +// Copyright 2010-2017 Google // Licensed under the Apache License, Version 2.0 (the "License"); // you may not use this file except in compliance with the License. // You may obtain a copy of the License at diff --git a/ortools/glop/dual_edge_norms.cc b/ortools/glop/dual_edge_norms.cc index 8cea9dbb68..6d110b2ddd 100644 --- a/ortools/glop/dual_edge_norms.cc +++ b/ortools/glop/dual_edge_norms.cc @@ -1,4 +1,4 @@ -// Copyright 2010-2014 Google +// Copyright 2010-2017 Google // Licensed under the Apache License, Version 2.0 (the "License"); // you may not use this file except in compliance with the License. // You may obtain a copy of the License at diff --git a/ortools/glop/dual_edge_norms.h b/ortools/glop/dual_edge_norms.h index abe67ca7d0..ae2f9699b8 100644 --- a/ortools/glop/dual_edge_norms.h +++ b/ortools/glop/dual_edge_norms.h @@ -1,4 +1,4 @@ -// Copyright 2010-2014 Google +// Copyright 2010-2017 Google // Licensed under the Apache License, Version 2.0 (the "License"); // you may not use this file except in compliance with the License. // You may obtain a copy of the License at diff --git a/ortools/glop/entering_variable.cc b/ortools/glop/entering_variable.cc index 36e8a8650c..f7c9197642 100644 --- a/ortools/glop/entering_variable.cc +++ b/ortools/glop/entering_variable.cc @@ -1,4 +1,4 @@ -// Copyright 2010-2014 Google +// Copyright 2010-2017 Google // Licensed under the Apache License, Version 2.0 (the "License"); // you may not use this file except in compliance with the License. // You may obtain a copy of the License at diff --git a/ortools/glop/entering_variable.h b/ortools/glop/entering_variable.h index 9db1528259..60b61a3048 100644 --- a/ortools/glop/entering_variable.h +++ b/ortools/glop/entering_variable.h @@ -1,4 +1,4 @@ -// Copyright 2010-2014 Google +// Copyright 2010-2017 Google // Licensed under the Apache License, Version 2.0 (the "License"); // you may not use this file except in compliance with the License. // You may obtain a copy of the License at diff --git a/ortools/glop/initial_basis.cc b/ortools/glop/initial_basis.cc index bfdc8e1d90..175cdf1e21 100644 --- a/ortools/glop/initial_basis.cc +++ b/ortools/glop/initial_basis.cc @@ -1,4 +1,4 @@ -// Copyright 2010-2014 Google +// Copyright 2010-2017 Google // Licensed under the Apache License, Version 2.0 (the "License"); // you may not use this file except in compliance with the License. // You may obtain a copy of the License at diff --git a/ortools/glop/initial_basis.h b/ortools/glop/initial_basis.h index a3c2a9ada0..daec925b88 100644 --- a/ortools/glop/initial_basis.h +++ b/ortools/glop/initial_basis.h @@ -1,4 +1,4 @@ -// Copyright 2010-2014 Google +// Copyright 2010-2017 Google // Licensed under the Apache License, Version 2.0 (the "License"); // you may not use this file except in compliance with the License. // You may obtain a copy of the License at diff --git a/ortools/glop/lp_solver.cc b/ortools/glop/lp_solver.cc index 542c2727ff..4df7833969 100644 --- a/ortools/glop/lp_solver.cc +++ b/ortools/glop/lp_solver.cc @@ -1,4 +1,4 @@ -// Copyright 2010-2014 Google +// Copyright 2010-2017 Google // Licensed under the Apache License, Version 2.0 (the "License"); // you may not use this file except in compliance with the License. // You may obtain a copy of the License at diff --git a/ortools/glop/lp_solver.h b/ortools/glop/lp_solver.h index 19cf8c9acb..1089dee061 100644 --- a/ortools/glop/lp_solver.h +++ b/ortools/glop/lp_solver.h @@ -1,4 +1,4 @@ -// Copyright 2010-2014 Google +// Copyright 2010-2017 Google // Licensed under the Apache License, Version 2.0 (the "License"); // you may not use this file except in compliance with the License. // You may obtain a copy of the License at diff --git a/ortools/glop/lu_factorization.cc b/ortools/glop/lu_factorization.cc index 29a9158423..5621c24372 100644 --- a/ortools/glop/lu_factorization.cc +++ b/ortools/glop/lu_factorization.cc @@ -1,4 +1,4 @@ -// Copyright 2010-2014 Google +// Copyright 2010-2017 Google // Licensed under the Apache License, Version 2.0 (the "License"); // you may not use this file except in compliance with the License. // You may obtain a copy of the License at diff --git a/ortools/glop/lu_factorization.h b/ortools/glop/lu_factorization.h index 99ca95a230..e7afb18cb1 100644 --- a/ortools/glop/lu_factorization.h +++ b/ortools/glop/lu_factorization.h @@ -1,4 +1,4 @@ -// Copyright 2010-2014 Google +// Copyright 2010-2017 Google // Licensed under the Apache License, Version 2.0 (the "License"); // you may not use this file except in compliance with the License. // You may obtain a copy of the License at diff --git a/ortools/glop/markowitz.cc b/ortools/glop/markowitz.cc index a1d8913a57..08b1bb2b50 100644 --- a/ortools/glop/markowitz.cc +++ b/ortools/glop/markowitz.cc @@ -1,4 +1,4 @@ -// Copyright 2010-2014 Google +// Copyright 2010-2017 Google // Licensed under the Apache License, Version 2.0 (the "License"); // you may not use this file except in compliance with the License. // You may obtain a copy of the License at diff --git a/ortools/glop/markowitz.h b/ortools/glop/markowitz.h index e3186b4fc5..d91b5dd334 100644 --- a/ortools/glop/markowitz.h +++ b/ortools/glop/markowitz.h @@ -1,4 +1,4 @@ -// Copyright 2010-2014 Google +// Copyright 2010-2017 Google // Licensed under the Apache License, Version 2.0 (the "License"); // you may not use this file except in compliance with the License. // You may obtain a copy of the License at diff --git a/ortools/glop/parameters.proto b/ortools/glop/parameters.proto index cc80efcb3d..69bc866b5b 100644 --- a/ortools/glop/parameters.proto +++ b/ortools/glop/parameters.proto @@ -1,4 +1,4 @@ -// Copyright 2010-2014 Google +// Copyright 2010-2017 Google // Licensed under the Apache License, Version 2.0 (the "License"); // you may not use this file except in compliance with the License. // You may obtain a copy of the License at diff --git a/ortools/glop/preprocessor.cc b/ortools/glop/preprocessor.cc index 1e84d1979a..74b631b510 100644 --- a/ortools/glop/preprocessor.cc +++ b/ortools/glop/preprocessor.cc @@ -1,4 +1,4 @@ -// Copyright 2010-2014 Google +// Copyright 2010-2017 Google // Licensed under the Apache License, Version 2.0 (the "License"); // you may not use this file except in compliance with the License. // You may obtain a copy of the License at diff --git a/ortools/glop/preprocessor.h b/ortools/glop/preprocessor.h index 70a78453f9..6684333716 100644 --- a/ortools/glop/preprocessor.h +++ b/ortools/glop/preprocessor.h @@ -1,4 +1,4 @@ -// Copyright 2010-2014 Google +// Copyright 2010-2017 Google // Licensed under the Apache License, Version 2.0 (the "License"); // you may not use this file except in compliance with the License. // You may obtain a copy of the License at diff --git a/ortools/glop/primal_edge_norms.cc b/ortools/glop/primal_edge_norms.cc index 63a487f9af..aaed64dc8f 100644 --- a/ortools/glop/primal_edge_norms.cc +++ b/ortools/glop/primal_edge_norms.cc @@ -1,4 +1,4 @@ -// Copyright 2010-2014 Google +// Copyright 2010-2017 Google // Licensed under the Apache License, Version 2.0 (the "License"); // you may not use this file except in compliance with the License. // You may obtain a copy of the License at diff --git a/ortools/glop/primal_edge_norms.h b/ortools/glop/primal_edge_norms.h index c6b51e12fc..bf98fd45af 100644 --- a/ortools/glop/primal_edge_norms.h +++ b/ortools/glop/primal_edge_norms.h @@ -1,4 +1,4 @@ -// Copyright 2010-2014 Google +// Copyright 2010-2017 Google // Licensed under the Apache License, Version 2.0 (the "License"); // you may not use this file except in compliance with the License. // You may obtain a copy of the License at diff --git a/ortools/glop/rank_one_update.h b/ortools/glop/rank_one_update.h index 148ac2580a..fcc1d4dae3 100644 --- a/ortools/glop/rank_one_update.h +++ b/ortools/glop/rank_one_update.h @@ -1,4 +1,4 @@ -// Copyright 2010-2014 Google +// Copyright 2010-2017 Google // Licensed under the Apache License, Version 2.0 (the "License"); // you may not use this file except in compliance with the License. // You may obtain a copy of the License at diff --git a/ortools/glop/reduced_costs.cc b/ortools/glop/reduced_costs.cc index d715f6802c..ab19f01214 100644 --- a/ortools/glop/reduced_costs.cc +++ b/ortools/glop/reduced_costs.cc @@ -1,4 +1,4 @@ -// Copyright 2010-2014 Google +// Copyright 2010-2017 Google // Licensed under the Apache License, Version 2.0 (the "License"); // you may not use this file except in compliance with the License. // You may obtain a copy of the License at diff --git a/ortools/glop/reduced_costs.h b/ortools/glop/reduced_costs.h index 2f59d103de..349b0f25f8 100644 --- a/ortools/glop/reduced_costs.h +++ b/ortools/glop/reduced_costs.h @@ -1,4 +1,4 @@ -// Copyright 2010-2014 Google +// Copyright 2010-2017 Google // Licensed under the Apache License, Version 2.0 (the "License"); // you may not use this file except in compliance with the License. // You may obtain a copy of the License at diff --git a/ortools/glop/revised_simplex.cc b/ortools/glop/revised_simplex.cc index 6d4b780dfc..7b785d4b0d 100644 --- a/ortools/glop/revised_simplex.cc +++ b/ortools/glop/revised_simplex.cc @@ -1,4 +1,4 @@ -// Copyright 2010-2014 Google +// Copyright 2010-2017 Google // Licensed under the Apache License, Version 2.0 (the "License"); // you may not use this file except in compliance with the License. // You may obtain a copy of the License at diff --git a/ortools/glop/revised_simplex.h b/ortools/glop/revised_simplex.h index d33168b3fe..e6016ffa6e 100644 --- a/ortools/glop/revised_simplex.h +++ b/ortools/glop/revised_simplex.h @@ -1,4 +1,4 @@ -// Copyright 2010-2014 Google +// Copyright 2010-2017 Google // Licensed under the Apache License, Version 2.0 (the "License"); // you may not use this file except in compliance with the License. // You may obtain a copy of the License at diff --git a/ortools/glop/status.cc b/ortools/glop/status.cc index f31845f1de..7d287fe62b 100644 --- a/ortools/glop/status.cc +++ b/ortools/glop/status.cc @@ -1,4 +1,4 @@ -// Copyright 2010-2014 Google +// Copyright 2010-2017 Google // Licensed under the Apache License, Version 2.0 (the "License"); // you may not use this file except in compliance with the License. // You may obtain a copy of the License at diff --git a/ortools/glop/status.h b/ortools/glop/status.h index dcbbb628ba..a5680e4877 100644 --- a/ortools/glop/status.h +++ b/ortools/glop/status.h @@ -1,4 +1,4 @@ -// Copyright 2010-2014 Google +// Copyright 2010-2017 Google // Licensed under the Apache License, Version 2.0 (the "License"); // you may not use this file except in compliance with the License. // You may obtain a copy of the License at diff --git a/ortools/glop/update_row.cc b/ortools/glop/update_row.cc index 72c3455051..e4970ddc3c 100644 --- a/ortools/glop/update_row.cc +++ b/ortools/glop/update_row.cc @@ -1,4 +1,4 @@ -// Copyright 2010-2014 Google +// Copyright 2010-2017 Google // Licensed under the Apache License, Version 2.0 (the "License"); // you may not use this file except in compliance with the License. // You may obtain a copy of the License at diff --git a/ortools/glop/update_row.h b/ortools/glop/update_row.h index d124e2b7fe..05c3211988 100644 --- a/ortools/glop/update_row.h +++ b/ortools/glop/update_row.h @@ -1,4 +1,4 @@ -// Copyright 2010-2014 Google +// Copyright 2010-2017 Google // Licensed under the Apache License, Version 2.0 (the "License"); // you may not use this file except in compliance with the License. // You may obtain a copy of the License at diff --git a/ortools/glop/variable_values.cc b/ortools/glop/variable_values.cc index 05c1a40bea..e530cc5019 100644 --- a/ortools/glop/variable_values.cc +++ b/ortools/glop/variable_values.cc @@ -1,4 +1,4 @@ -// Copyright 2010-2014 Google +// Copyright 2010-2017 Google // Licensed under the Apache License, Version 2.0 (the "License"); // you may not use this file except in compliance with the License. // You may obtain a copy of the License at diff --git a/ortools/glop/variable_values.h b/ortools/glop/variable_values.h index c9e061bd3f..9dc2c8f5a2 100644 --- a/ortools/glop/variable_values.h +++ b/ortools/glop/variable_values.h @@ -1,4 +1,4 @@ -// Copyright 2010-2014 Google +// Copyright 2010-2017 Google // Licensed under the Apache License, Version 2.0 (the "License"); // you may not use this file except in compliance with the License. // You may obtain a copy of the License at diff --git a/ortools/glop/variables_info.cc b/ortools/glop/variables_info.cc index 971561f57b..7e18188344 100644 --- a/ortools/glop/variables_info.cc +++ b/ortools/glop/variables_info.cc @@ -1,4 +1,4 @@ -// Copyright 2010-2014 Google +// Copyright 2010-2017 Google // Licensed under the Apache License, Version 2.0 (the "License"); // you may not use this file except in compliance with the License. // You may obtain a copy of the License at diff --git a/ortools/glop/variables_info.h b/ortools/glop/variables_info.h index 0ce7599480..d53ec7bff8 100644 --- a/ortools/glop/variables_info.h +++ b/ortools/glop/variables_info.h @@ -1,4 +1,4 @@ -// Copyright 2010-2014 Google +// Copyright 2010-2017 Google // Licensed under the Apache License, Version 2.0 (the "License"); // you may not use this file except in compliance with the License. // You may obtain a copy of the License at diff --git a/ortools/graph/__init__.py b/ortools/graph/__init__.py index 778a172379..a22b22d1a8 100644 --- a/ortools/graph/__init__.py +++ b/ortools/graph/__init__.py @@ -1,4 +1,4 @@ -# Copyright 2010-2014 Google +# Copyright 2010-2017 Google # Licensed under the Apache License, Version 2.0 (the "License"); # you may not use this file except in compliance with the License. # You may obtain a copy of the License at diff --git a/ortools/graph/assignment.cc b/ortools/graph/assignment.cc index f998ef6f32..3b905b2a3f 100644 --- a/ortools/graph/assignment.cc +++ b/ortools/graph/assignment.cc @@ -1,4 +1,4 @@ -// Copyright 2010-2014 Google +// Copyright 2010-2017 Google // Licensed under the Apache License, Version 2.0 (the "License"); // you may not use this file except in compliance with the License. // You may obtain a copy of the License at diff --git a/ortools/graph/assignment.h b/ortools/graph/assignment.h index 1f523f0ee3..b29d2f025a 100644 --- a/ortools/graph/assignment.h +++ b/ortools/graph/assignment.h @@ -1,4 +1,4 @@ -// Copyright 2010-2014 Google +// Copyright 2010-2017 Google // Licensed under the Apache License, Version 2.0 (the "License"); // you may not use this file except in compliance with the License. // You may obtain a copy of the License at diff --git a/ortools/graph/astar.cc b/ortools/graph/astar.cc index dd116044b6..83393d9685 100644 --- a/ortools/graph/astar.cc +++ b/ortools/graph/astar.cc @@ -1,4 +1,4 @@ -// Copyright 2010-2014 Google +// Copyright 2010-2017 Google // Licensed under the Apache License, Version 2.0 (the "License"); // you may not use this file except in compliance with the License. // You may obtain a copy of the License at diff --git a/ortools/graph/bellman_ford.cc b/ortools/graph/bellman_ford.cc index 14f71e5218..5dc506d460 100644 --- a/ortools/graph/bellman_ford.cc +++ b/ortools/graph/bellman_ford.cc @@ -1,4 +1,4 @@ -// Copyright 2010-2014 Google +// Copyright 2010-2017 Google // Licensed under the Apache License, Version 2.0 (the "License"); // you may not use this file except in compliance with the License. // You may obtain a copy of the License at diff --git a/ortools/graph/christofides.h b/ortools/graph/christofides.h index 675ffda177..f2a3787d18 100644 --- a/ortools/graph/christofides.h +++ b/ortools/graph/christofides.h @@ -1,4 +1,4 @@ -// Copyright 2010-2014 Google +// Copyright 2010-2017 Google // Licensed under the Apache License, Version 2.0 (the "License"); // you may not use this file except in compliance with the License. // You may obtain a copy of the License at diff --git a/ortools/graph/cliques.cc b/ortools/graph/cliques.cc index f51de1196a..42ffcb5e85 100644 --- a/ortools/graph/cliques.cc +++ b/ortools/graph/cliques.cc @@ -1,4 +1,4 @@ -// Copyright 2010-2014 Google +// Copyright 2010-2017 Google // Licensed under the Apache License, Version 2.0 (the "License"); // you may not use this file except in compliance with the License. // You may obtain a copy of the License at diff --git a/ortools/graph/cliques.h b/ortools/graph/cliques.h index e2294bfe4d..b1f0d315cc 100644 --- a/ortools/graph/cliques.h +++ b/ortools/graph/cliques.h @@ -1,4 +1,4 @@ -// Copyright 2010-2014 Google +// Copyright 2010-2017 Google // Licensed under the Apache License, Version 2.0 (the "License"); // you may not use this file except in compliance with the License. // You may obtain a copy of the License at diff --git a/ortools/graph/connectivity.h b/ortools/graph/connectivity.h index 6c3ec7aba9..95eafb8f80 100644 --- a/ortools/graph/connectivity.h +++ b/ortools/graph/connectivity.h @@ -1,4 +1,4 @@ -// Copyright 2010-2014 Google +// Copyright 2010-2017 Google // Licensed under the Apache License, Version 2.0 (the "License"); // you may not use this file except in compliance with the License. // You may obtain a copy of the License at diff --git a/ortools/graph/dijkstra.cc b/ortools/graph/dijkstra.cc index faa5fc5ded..e3303e352d 100644 --- a/ortools/graph/dijkstra.cc +++ b/ortools/graph/dijkstra.cc @@ -1,4 +1,4 @@ -// Copyright 2010-2014 Google +// Copyright 2010-2017 Google // Licensed under the Apache License, Version 2.0 (the "License"); // you may not use this file except in compliance with the License. // You may obtain a copy of the License at diff --git a/ortools/graph/ebert_graph.h b/ortools/graph/ebert_graph.h index 9dea694fd4..561a78b32b 100644 --- a/ortools/graph/ebert_graph.h +++ b/ortools/graph/ebert_graph.h @@ -1,4 +1,4 @@ -// Copyright 2010-2014 Google +// Copyright 2010-2017 Google // Licensed under the Apache License, Version 2.0 (the "License"); // you may not use this file except in compliance with the License. // You may obtain a copy of the License at diff --git a/ortools/graph/eulerian_path.h b/ortools/graph/eulerian_path.h index 2d11408a4d..aad996d898 100644 --- a/ortools/graph/eulerian_path.h +++ b/ortools/graph/eulerian_path.h @@ -1,4 +1,4 @@ -// Copyright 2010-2014 Google +// Copyright 2010-2017 Google // Licensed under the Apache License, Version 2.0 (the "License"); // you may not use this file except in compliance with the License. // You may obtain a copy of the License at diff --git a/ortools/graph/flow_problem.proto b/ortools/graph/flow_problem.proto index dffd23f1c0..26dfa7913b 100644 --- a/ortools/graph/flow_problem.proto +++ b/ortools/graph/flow_problem.proto @@ -1,4 +1,4 @@ -// Copyright 2010-2014 Google +// Copyright 2010-2017 Google // Licensed under the Apache License, Version 2.0 (the "License"); // you may not use this file except in compliance with the License. // You may obtain a copy of the License at diff --git a/ortools/graph/graph.h b/ortools/graph/graph.h index 6ba9a6b8c1..0ac36f92d7 100644 --- a/ortools/graph/graph.h +++ b/ortools/graph/graph.h @@ -1,4 +1,4 @@ -// Copyright 2010-2014 Google +// Copyright 2010-2017 Google // Licensed under the Apache License, Version 2.0 (the "License"); // you may not use this file except in compliance with the License. // You may obtain a copy of the License at diff --git a/ortools/graph/graphs.h b/ortools/graph/graphs.h index 5a2bf8dd03..108e88133b 100644 --- a/ortools/graph/graphs.h +++ b/ortools/graph/graphs.h @@ -1,4 +1,4 @@ -// Copyright 2010-2014 Google +// Copyright 2010-2017 Google // Licensed under the Apache License, Version 2.0 (the "License"); // you may not use this file except in compliance with the License. // You may obtain a copy of the License at diff --git a/ortools/graph/hamiltonian_path.h b/ortools/graph/hamiltonian_path.h index baaa2ad3ed..abbdb5bc24 100644 --- a/ortools/graph/hamiltonian_path.h +++ b/ortools/graph/hamiltonian_path.h @@ -1,4 +1,4 @@ -// Copyright 2010-2014 Google +// Copyright 2010-2017 Google // Licensed under the Apache License, Version 2.0 (the "License"); // you may not use this file except in compliance with the License. // You may obtain a copy of the License at diff --git a/ortools/graph/io.h b/ortools/graph/io.h index c5aa01d389..ec4079fbea 100644 --- a/ortools/graph/io.h +++ b/ortools/graph/io.h @@ -1,4 +1,4 @@ -// Copyright 2010-2014 Google +// Copyright 2010-2017 Google // Licensed under the Apache License, Version 2.0 (the "License"); // you may not use this file except in compliance with the License. // You may obtain a copy of the License at diff --git a/ortools/graph/iterators.h b/ortools/graph/iterators.h index 6f9fdf0f5f..86e3f1de8d 100644 --- a/ortools/graph/iterators.h +++ b/ortools/graph/iterators.h @@ -1,4 +1,4 @@ -// Copyright 2010-2014 Google +// Copyright 2010-2017 Google // Licensed under the Apache License, Version 2.0 (the "License"); // you may not use this file except in compliance with the License. // You may obtain a copy of the License at diff --git a/ortools/graph/linear_assignment.cc b/ortools/graph/linear_assignment.cc index 044faacf8b..72caf63601 100644 --- a/ortools/graph/linear_assignment.cc +++ b/ortools/graph/linear_assignment.cc @@ -1,4 +1,4 @@ -// Copyright 2010-2014 Google +// Copyright 2010-2017 Google // Licensed under the Apache License, Version 2.0 (the "License"); // you may not use this file except in compliance with the License. // You may obtain a copy of the License at diff --git a/ortools/graph/linear_assignment.h b/ortools/graph/linear_assignment.h index 09a9b67453..5d44ed4be0 100644 --- a/ortools/graph/linear_assignment.h +++ b/ortools/graph/linear_assignment.h @@ -1,4 +1,4 @@ -// Copyright 2010-2014 Google +// Copyright 2010-2017 Google // Licensed under the Apache License, Version 2.0 (the "License"); // you may not use this file except in compliance with the License. // You may obtain a copy of the License at diff --git a/ortools/graph/max_flow.cc b/ortools/graph/max_flow.cc index 113384443c..68a03cb130 100644 --- a/ortools/graph/max_flow.cc +++ b/ortools/graph/max_flow.cc @@ -1,4 +1,4 @@ -// Copyright 2010-2014 Google +// Copyright 2010-2017 Google // Licensed under the Apache License, Version 2.0 (the "License"); // you may not use this file except in compliance with the License. // You may obtain a copy of the License at diff --git a/ortools/graph/max_flow.h b/ortools/graph/max_flow.h index a5bdd062f8..70572b2f0f 100644 --- a/ortools/graph/max_flow.h +++ b/ortools/graph/max_flow.h @@ -1,4 +1,4 @@ -// Copyright 2010-2014 Google +// Copyright 2010-2017 Google // Licensed under the Apache License, Version 2.0 (the "License"); // you may not use this file except in compliance with the License. // You may obtain a copy of the License at diff --git a/ortools/graph/min_cost_flow.cc b/ortools/graph/min_cost_flow.cc index 2a7e5bde55..1bc828520f 100644 --- a/ortools/graph/min_cost_flow.cc +++ b/ortools/graph/min_cost_flow.cc @@ -1,4 +1,4 @@ -// Copyright 2010-2014 Google +// Copyright 2010-2017 Google // Licensed under the Apache License, Version 2.0 (the "License"); // you may not use this file except in compliance with the License. // You may obtain a copy of the License at diff --git a/ortools/graph/min_cost_flow.h b/ortools/graph/min_cost_flow.h index 4c4eb8a87a..70137966a1 100644 --- a/ortools/graph/min_cost_flow.h +++ b/ortools/graph/min_cost_flow.h @@ -1,4 +1,4 @@ -// Copyright 2010-2014 Google +// Copyright 2010-2017 Google // Licensed under the Apache License, Version 2.0 (the "License"); // you may not use this file except in compliance with the License. // You may obtain a copy of the License at diff --git a/ortools/graph/minimum_spanning_tree.h b/ortools/graph/minimum_spanning_tree.h index dad9009ee2..2ec15dd3fd 100644 --- a/ortools/graph/minimum_spanning_tree.h +++ b/ortools/graph/minimum_spanning_tree.h @@ -1,4 +1,4 @@ -// Copyright 2010-2014 Google +// Copyright 2010-2017 Google // Licensed under the Apache License, Version 2.0 (the "License"); // you may not use this file except in compliance with the License. // You may obtain a copy of the License at diff --git a/ortools/graph/one_tree_lower_bound.h b/ortools/graph/one_tree_lower_bound.h index 35f8cf19c9..672661fb23 100644 --- a/ortools/graph/one_tree_lower_bound.h +++ b/ortools/graph/one_tree_lower_bound.h @@ -1,4 +1,4 @@ -// Copyright 2010-2014 Google +// Copyright 2010-2017 Google // Licensed under the Apache License, Version 2.0 (the "License"); // you may not use this file except in compliance with the License. // You may obtain a copy of the License at diff --git a/ortools/graph/shortestpaths.cc b/ortools/graph/shortestpaths.cc index 4642e38b90..65a60a1f39 100644 --- a/ortools/graph/shortestpaths.cc +++ b/ortools/graph/shortestpaths.cc @@ -1,4 +1,4 @@ -// Copyright 2010-2014 Google +// Copyright 2010-2017 Google // Licensed under the Apache License, Version 2.0 (the "License"); // you may not use this file except in compliance with the License. // You may obtain a copy of the License at diff --git a/ortools/graph/shortestpaths.h b/ortools/graph/shortestpaths.h index c48cfaef07..f2f1b88d60 100644 --- a/ortools/graph/shortestpaths.h +++ b/ortools/graph/shortestpaths.h @@ -1,4 +1,4 @@ -// Copyright 2010-2014 Google +// Copyright 2010-2017 Google // Licensed under the Apache License, Version 2.0 (the "License"); // you may not use this file except in compliance with the License. // You may obtain a copy of the License at diff --git a/ortools/graph/strongly_connected_components.h b/ortools/graph/strongly_connected_components.h index 2b1d83cfdb..7b076a4c32 100644 --- a/ortools/graph/strongly_connected_components.h +++ b/ortools/graph/strongly_connected_components.h @@ -1,4 +1,4 @@ -// Copyright 2010-2014 Google +// Copyright 2010-2017 Google // Licensed under the Apache License, Version 2.0 (the "License"); // you may not use this file except in compliance with the License. // You may obtain a copy of the License at diff --git a/ortools/graph/util.cc b/ortools/graph/util.cc index 079e425ee7..e367712515 100644 --- a/ortools/graph/util.cc +++ b/ortools/graph/util.cc @@ -1,4 +1,4 @@ -// Copyright 2010-2014 Google +// Copyright 2010-2017 Google // Licensed under the Apache License, Version 2.0 (the "License"); // you may not use this file except in compliance with the License. // You may obtain a copy of the License at diff --git a/ortools/graph/util.h b/ortools/graph/util.h index 552127af51..ca0b315718 100644 --- a/ortools/graph/util.h +++ b/ortools/graph/util.h @@ -1,4 +1,4 @@ -// Copyright 2010-2014 Google +// Copyright 2010-2017 Google // Licensed under the Apache License, Version 2.0 (the "License"); // you may not use this file except in compliance with the License. // You may obtain a copy of the License at diff --git a/ortools/linear_solver/__init__.py b/ortools/linear_solver/__init__.py index 70b8f9c837..c313f1f4f3 100644 --- a/ortools/linear_solver/__init__.py +++ b/ortools/linear_solver/__init__.py @@ -1,4 +1,4 @@ -# Copyright 2010-2014 Google +# Copyright 2010-2017 Google # Licensed under the Apache License, Version 2.0 (the "License"); # you may not use this file except in compliance with the License. # You may obtain a copy of the License at diff --git a/ortools/linear_solver/bop_interface.cc b/ortools/linear_solver/bop_interface.cc index 5d8fcf66a2..70267becf8 100644 --- a/ortools/linear_solver/bop_interface.cc +++ b/ortools/linear_solver/bop_interface.cc @@ -1,4 +1,4 @@ -// Copyright 2010-2014 Google +// Copyright 2010-2017 Google // Licensed under the Apache License, Version 2.0 (the "License"); // you may not use this file except in compliance with the License. // You may obtain a copy of the License at diff --git a/ortools/linear_solver/cbc_interface.cc b/ortools/linear_solver/cbc_interface.cc index 03727e5f9e..ca3bc91a5e 100644 --- a/ortools/linear_solver/cbc_interface.cc +++ b/ortools/linear_solver/cbc_interface.cc @@ -1,4 +1,4 @@ -// Copyright 2010-2014 Google +// Copyright 2010-2017 Google // Licensed under the Apache License, Version 2.0 (the "License"); // you may not use this file except in compliance with the License. // You may obtain a copy of the License at diff --git a/ortools/linear_solver/clp_interface.cc b/ortools/linear_solver/clp_interface.cc index ece1fb970a..fa50381929 100644 --- a/ortools/linear_solver/clp_interface.cc +++ b/ortools/linear_solver/clp_interface.cc @@ -1,4 +1,4 @@ -// Copyright 2010-2014 Google +// Copyright 2010-2017 Google // Licensed under the Apache License, Version 2.0 (the "License"); // you may not use this file except in compliance with the License. // You may obtain a copy of the License at diff --git a/ortools/linear_solver/glop_interface.cc b/ortools/linear_solver/glop_interface.cc index bbf4a96697..1e6c97e456 100644 --- a/ortools/linear_solver/glop_interface.cc +++ b/ortools/linear_solver/glop_interface.cc @@ -1,4 +1,4 @@ -// Copyright 2010-2014 Google +// Copyright 2010-2017 Google // Licensed under the Apache License, Version 2.0 (the "License"); // you may not use this file except in compliance with the License. // You may obtain a copy of the License at diff --git a/ortools/linear_solver/glop_utils.cc b/ortools/linear_solver/glop_utils.cc index c8f4440b61..a177e409e8 100644 --- a/ortools/linear_solver/glop_utils.cc +++ b/ortools/linear_solver/glop_utils.cc @@ -1,4 +1,4 @@ -// Copyright 2010-2014 Google +// Copyright 2010-2017 Google // Licensed under the Apache License, Version 2.0 (the "License"); // you may not use this file except in compliance with the License. // You may obtain a copy of the License at diff --git a/ortools/linear_solver/glop_utils.h b/ortools/linear_solver/glop_utils.h index aae257f690..adb88d61d0 100644 --- a/ortools/linear_solver/glop_utils.h +++ b/ortools/linear_solver/glop_utils.h @@ -1,4 +1,4 @@ -// Copyright 2010-2014 Google +// Copyright 2010-2017 Google // Licensed under the Apache License, Version 2.0 (the "License"); // you may not use this file except in compliance with the License. // You may obtain a copy of the License at diff --git a/ortools/linear_solver/glpk_interface.cc b/ortools/linear_solver/glpk_interface.cc index e0dbe95fec..8e9699bb4b 100644 --- a/ortools/linear_solver/glpk_interface.cc +++ b/ortools/linear_solver/glpk_interface.cc @@ -1,4 +1,4 @@ -// Copyright 2010-2014 Google +// Copyright 2010-2017 Google // Licensed under the Apache License, Version 2.0 (the "License"); // you may not use this file except in compliance with the License. // You may obtain a copy of the License at diff --git a/ortools/linear_solver/gurobi_interface.cc b/ortools/linear_solver/gurobi_interface.cc index 169a09573d..b548d94fe7 100644 --- a/ortools/linear_solver/gurobi_interface.cc +++ b/ortools/linear_solver/gurobi_interface.cc @@ -1,4 +1,4 @@ -// Copyright 2010-2014 Google +// Copyright 2010-2017 Google // Licensed under the Apache License, Version 2.0 (the "License"); // you may not use this file except in compliance with the License. // You may obtain a copy of the License at diff --git a/ortools/linear_solver/linear_expr.cc b/ortools/linear_solver/linear_expr.cc index 1f8271124e..b789b1aa36 100644 --- a/ortools/linear_solver/linear_expr.cc +++ b/ortools/linear_solver/linear_expr.cc @@ -1,4 +1,4 @@ -// Copyright 2010-2014 Google +// Copyright 2010-2017 Google // Licensed under the Apache License, Version 2.0 (the "License"); // you may not use this file except in compliance with the License. // You may obtain a copy of the License at diff --git a/ortools/linear_solver/linear_expr.h b/ortools/linear_solver/linear_expr.h index f74d806df6..373440f487 100644 --- a/ortools/linear_solver/linear_expr.h +++ b/ortools/linear_solver/linear_expr.h @@ -1,4 +1,4 @@ -// Copyright 2010-2014 Google +// Copyright 2010-2017 Google // Licensed under the Apache License, Version 2.0 (the "License"); // you may not use this file except in compliance with the License. // You may obtain a copy of the License at diff --git a/ortools/linear_solver/linear_solver.cc b/ortools/linear_solver/linear_solver.cc index 5ffe3f938e..8d0ddaee86 100644 --- a/ortools/linear_solver/linear_solver.cc +++ b/ortools/linear_solver/linear_solver.cc @@ -1,4 +1,4 @@ -// Copyright 2010-2014 Google +// Copyright 2010-2017 Google // Licensed under the Apache License, Version 2.0 (the "License"); // you may not use this file except in compliance with the License. // You may obtain a copy of the License at diff --git a/ortools/linear_solver/linear_solver.h b/ortools/linear_solver/linear_solver.h index 29155daeff..fbc6a76b66 100644 --- a/ortools/linear_solver/linear_solver.h +++ b/ortools/linear_solver/linear_solver.h @@ -1,4 +1,4 @@ -// Copyright 2010-2014 Google +// Copyright 2010-2017 Google // Licensed under the Apache License, Version 2.0 (the "License"); // you may not use this file except in compliance with the License. // You may obtain a copy of the License at diff --git a/ortools/linear_solver/linear_solver.proto b/ortools/linear_solver/linear_solver.proto index bf37062b8e..bf0a5ef1fe 100644 --- a/ortools/linear_solver/linear_solver.proto +++ b/ortools/linear_solver/linear_solver.proto @@ -1,4 +1,4 @@ -// Copyright 2010-2014 Google +// Copyright 2010-2017 Google // Licensed under the Apache License, Version 2.0 (the "License"); // you may not use this file except in compliance with the License. // You may obtain a copy of the License at diff --git a/ortools/linear_solver/linear_solver_natural_api.py b/ortools/linear_solver/linear_solver_natural_api.py index 1ca98f0b36..4e88450195 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-2014 Google +# Copyright 2010-2017 Google # Licensed under the Apache License, Version 2.0 (the "License"); # you may not use this file except in compliance with the License. # You may obtain a copy of the License at diff --git a/ortools/linear_solver/model_exporter.cc b/ortools/linear_solver/model_exporter.cc index a3e7431c1e..cf134b52d4 100644 --- a/ortools/linear_solver/model_exporter.cc +++ b/ortools/linear_solver/model_exporter.cc @@ -1,4 +1,4 @@ -// Copyright 2010-2014 Google +// Copyright 2010-2017 Google // Licensed under the Apache License, Version 2.0 (the "License"); // you may not use this file except in compliance with the License. // You may obtain a copy of the License at diff --git a/ortools/linear_solver/model_exporter.h b/ortools/linear_solver/model_exporter.h index b572dd6a17..d1e073e5cf 100644 --- a/ortools/linear_solver/model_exporter.h +++ b/ortools/linear_solver/model_exporter.h @@ -1,4 +1,4 @@ -// Copyright 2010-2014 Google +// Copyright 2010-2017 Google // Licensed under the Apache License, Version 2.0 (the "License"); // you may not use this file except in compliance with the License. // You may obtain a copy of the License at diff --git a/ortools/linear_solver/model_validator.cc b/ortools/linear_solver/model_validator.cc index 7f32703bd3..088a75a289 100644 --- a/ortools/linear_solver/model_validator.cc +++ b/ortools/linear_solver/model_validator.cc @@ -1,4 +1,4 @@ -// Copyright 2010-2014 Google +// Copyright 2010-2017 Google // Licensed under the Apache License, Version 2.0 (the "License"); // you may not use this file except in compliance with the License. // You may obtain a copy of the License at diff --git a/ortools/linear_solver/model_validator.h b/ortools/linear_solver/model_validator.h index 02863c1376..6912986c4e 100644 --- a/ortools/linear_solver/model_validator.h +++ b/ortools/linear_solver/model_validator.h @@ -1,4 +1,4 @@ -// Copyright 2010-2014 Google +// Copyright 2010-2017 Google // Licensed under the Apache License, Version 2.0 (the "License"); // you may not use this file except in compliance with the License. // You may obtain a copy of the License at diff --git a/ortools/linear_solver/scip_interface.cc b/ortools/linear_solver/scip_interface.cc index 0bca2ecdc0..7088006f42 100644 --- a/ortools/linear_solver/scip_interface.cc +++ b/ortools/linear_solver/scip_interface.cc @@ -1,4 +1,4 @@ -// Copyright 2010-2014 Google +// Copyright 2010-2017 Google // Licensed under the Apache License, Version 2.0 (the "License"); // you may not use this file except in compliance with the License. // You may obtain a copy of the License at diff --git a/ortools/lp_data/lp_data.cc b/ortools/lp_data/lp_data.cc index 0295d59a52..e9e1a7ab2a 100644 --- a/ortools/lp_data/lp_data.cc +++ b/ortools/lp_data/lp_data.cc @@ -1,4 +1,4 @@ -// Copyright 2010-2014 Google +// Copyright 2010-2017 Google // Licensed under the Apache License, Version 2.0 (the "License"); // you may not use this file except in compliance with the License. // You may obtain a copy of the License at diff --git a/ortools/lp_data/lp_data.h b/ortools/lp_data/lp_data.h index 9b83c79f2d..9eb310c032 100644 --- a/ortools/lp_data/lp_data.h +++ b/ortools/lp_data/lp_data.h @@ -1,4 +1,4 @@ -// Copyright 2010-2014 Google +// Copyright 2010-2017 Google // Licensed under the Apache License, Version 2.0 (the "License"); // you may not use this file except in compliance with the License. // You may obtain a copy of the License at diff --git a/ortools/lp_data/lp_decomposer.cc b/ortools/lp_data/lp_decomposer.cc index abe07aa293..360b8e0463 100644 --- a/ortools/lp_data/lp_decomposer.cc +++ b/ortools/lp_data/lp_decomposer.cc @@ -1,4 +1,4 @@ -// Copyright 2010-2014 Google +// Copyright 2010-2017 Google // Licensed under the Apache License, Version 2.0 (the "License"); // you may not use this file except in compliance with the License. // You may obtain a copy of the License at diff --git a/ortools/lp_data/lp_decomposer.h b/ortools/lp_data/lp_decomposer.h index 56646605d2..4d454ae8ec 100644 --- a/ortools/lp_data/lp_decomposer.h +++ b/ortools/lp_data/lp_decomposer.h @@ -1,4 +1,4 @@ -// Copyright 2010-2014 Google +// Copyright 2010-2017 Google // Licensed under the Apache License, Version 2.0 (the "License"); // you may not use this file except in compliance with the License. // You may obtain a copy of the License at diff --git a/ortools/lp_data/lp_print_utils.cc b/ortools/lp_data/lp_print_utils.cc index f1d5b14c38..eb50593f98 100644 --- a/ortools/lp_data/lp_print_utils.cc +++ b/ortools/lp_data/lp_print_utils.cc @@ -1,4 +1,4 @@ -// Copyright 2010-2014 Google +// Copyright 2010-2017 Google // Licensed under the Apache License, Version 2.0 (the "License"); // you may not use this file except in compliance with the License. // You may obtain a copy of the License at diff --git a/ortools/lp_data/lp_print_utils.h b/ortools/lp_data/lp_print_utils.h index 6012cf0afe..5e6b84c820 100644 --- a/ortools/lp_data/lp_print_utils.h +++ b/ortools/lp_data/lp_print_utils.h @@ -1,4 +1,4 @@ -// Copyright 2010-2014 Google +// Copyright 2010-2017 Google // Licensed under the Apache License, Version 2.0 (the "License"); // you may not use this file except in compliance with the License. // You may obtain a copy of the License at diff --git a/ortools/lp_data/lp_types.cc b/ortools/lp_data/lp_types.cc index 5f185bf9fb..5cf9ff3c98 100644 --- a/ortools/lp_data/lp_types.cc +++ b/ortools/lp_data/lp_types.cc @@ -1,4 +1,4 @@ -// Copyright 2010-2014 Google +// Copyright 2010-2017 Google // Licensed under the Apache License, Version 2.0 (the "License"); // you may not use this file except in compliance with the License. // You may obtain a copy of the License at diff --git a/ortools/lp_data/lp_types.h b/ortools/lp_data/lp_types.h index 2db860741e..7a5c2e4e3b 100644 --- a/ortools/lp_data/lp_types.h +++ b/ortools/lp_data/lp_types.h @@ -1,4 +1,4 @@ -// Copyright 2010-2014 Google +// Copyright 2010-2017 Google // Licensed under the Apache License, Version 2.0 (the "License"); // you may not use this file except in compliance with the License. // You may obtain a copy of the License at diff --git a/ortools/lp_data/lp_utils.cc b/ortools/lp_data/lp_utils.cc index 8c4b56f5e9..04e501deee 100644 --- a/ortools/lp_data/lp_utils.cc +++ b/ortools/lp_data/lp_utils.cc @@ -1,4 +1,4 @@ -// Copyright 2010-2014 Google +// Copyright 2010-2017 Google // Licensed under the Apache License, Version 2.0 (the "License"); // you may not use this file except in compliance with the License. // You may obtain a copy of the License at diff --git a/ortools/lp_data/lp_utils.h b/ortools/lp_data/lp_utils.h index 312497ab32..45df7b5c17 100644 --- a/ortools/lp_data/lp_utils.h +++ b/ortools/lp_data/lp_utils.h @@ -1,4 +1,4 @@ -// Copyright 2010-2014 Google +// Copyright 2010-2017 Google // Licensed under the Apache License, Version 2.0 (the "License"); // you may not use this file except in compliance with the License. // You may obtain a copy of the License at diff --git a/ortools/lp_data/matrix_scaler.cc b/ortools/lp_data/matrix_scaler.cc index 58f4659b15..74eef524c2 100644 --- a/ortools/lp_data/matrix_scaler.cc +++ b/ortools/lp_data/matrix_scaler.cc @@ -1,4 +1,4 @@ -// Copyright 2010-2014 Google +// Copyright 2010-2017 Google // Licensed under the Apache License, Version 2.0 (the "License"); // you may not use this file except in compliance with the License. // You may obtain a copy of the License at diff --git a/ortools/lp_data/matrix_scaler.h b/ortools/lp_data/matrix_scaler.h index e19bc26963..4a3424b271 100644 --- a/ortools/lp_data/matrix_scaler.h +++ b/ortools/lp_data/matrix_scaler.h @@ -1,4 +1,4 @@ -// Copyright 2010-2014 Google +// Copyright 2010-2017 Google // Licensed under the Apache License, Version 2.0 (the "License"); // you may not use this file except in compliance with the License. // You may obtain a copy of the License at diff --git a/ortools/lp_data/matrix_utils.cc b/ortools/lp_data/matrix_utils.cc index a0520e76ba..83fe1746de 100644 --- a/ortools/lp_data/matrix_utils.cc +++ b/ortools/lp_data/matrix_utils.cc @@ -1,4 +1,4 @@ -// Copyright 2010-2014 Google +// Copyright 2010-2017 Google // Licensed under the Apache License, Version 2.0 (the "License"); // you may not use this file except in compliance with the License. // You may obtain a copy of the License at diff --git a/ortools/lp_data/matrix_utils.h b/ortools/lp_data/matrix_utils.h index d43a618461..c8cd43248c 100644 --- a/ortools/lp_data/matrix_utils.h +++ b/ortools/lp_data/matrix_utils.h @@ -1,4 +1,4 @@ -// Copyright 2010-2014 Google +// Copyright 2010-2017 Google // Licensed under the Apache License, Version 2.0 (the "License"); // you may not use this file except in compliance with the License. // You may obtain a copy of the License at diff --git a/ortools/lp_data/model_reader.cc b/ortools/lp_data/model_reader.cc index 54f3371119..ef22a4f91c 100644 --- a/ortools/lp_data/model_reader.cc +++ b/ortools/lp_data/model_reader.cc @@ -1,4 +1,4 @@ -// Copyright 2010-2014 Google +// Copyright 2010-2017 Google // Licensed under the Apache License, Version 2.0 (the "License"); // you may not use this file except in compliance with the License. // You may obtain a copy of the License at diff --git a/ortools/lp_data/model_reader.h b/ortools/lp_data/model_reader.h index b6d1c6079f..1143b0fd67 100644 --- a/ortools/lp_data/model_reader.h +++ b/ortools/lp_data/model_reader.h @@ -1,4 +1,4 @@ -// Copyright 2010-2014 Google +// Copyright 2010-2017 Google // Licensed under the Apache License, Version 2.0 (the "License"); // you may not use this file except in compliance with the License. // You may obtain a copy of the License at diff --git a/ortools/lp_data/mps_reader.cc b/ortools/lp_data/mps_reader.cc index 07f3fd68a3..8035bc0490 100644 --- a/ortools/lp_data/mps_reader.cc +++ b/ortools/lp_data/mps_reader.cc @@ -1,4 +1,4 @@ -// Copyright 2010-2014 Google +// Copyright 2010-2017 Google // Licensed under the Apache License, Version 2.0 (the "License"); // you may not use this file except in compliance with the License. // You may obtain a copy of the License at diff --git a/ortools/lp_data/mps_reader.h b/ortools/lp_data/mps_reader.h index 187d234dcc..6a09b5cc91 100644 --- a/ortools/lp_data/mps_reader.h +++ b/ortools/lp_data/mps_reader.h @@ -1,4 +1,4 @@ -// Copyright 2010-2014 Google +// Copyright 2010-2017 Google // Licensed under the Apache License, Version 2.0 (the "License"); // you may not use this file except in compliance with the License. // You may obtain a copy of the License at diff --git a/ortools/lp_data/permutation.h b/ortools/lp_data/permutation.h index fc70136955..a07e747cd4 100644 --- a/ortools/lp_data/permutation.h +++ b/ortools/lp_data/permutation.h @@ -1,4 +1,4 @@ -// Copyright 2010-2014 Google +// Copyright 2010-2017 Google // Licensed under the Apache License, Version 2.0 (the "License"); // you may not use this file except in compliance with the License. // You may obtain a copy of the License at diff --git a/ortools/lp_data/proto_utils.cc b/ortools/lp_data/proto_utils.cc index e3e01dc6b3..5d3694bbda 100644 --- a/ortools/lp_data/proto_utils.cc +++ b/ortools/lp_data/proto_utils.cc @@ -1,4 +1,4 @@ -// Copyright 2010-2014 Google +// Copyright 2010-2017 Google // Licensed under the Apache License, Version 2.0 (the "License"); // you may not use this file except in compliance with the License. // You may obtain a copy of the License at diff --git a/ortools/lp_data/proto_utils.h b/ortools/lp_data/proto_utils.h index 0ad04e08a1..a4d3a38333 100644 --- a/ortools/lp_data/proto_utils.h +++ b/ortools/lp_data/proto_utils.h @@ -1,4 +1,4 @@ -// Copyright 2010-2014 Google +// Copyright 2010-2017 Google // Licensed under the Apache License, Version 2.0 (the "License"); // you may not use this file except in compliance with the License. // You may obtain a copy of the License at diff --git a/ortools/lp_data/sparse.cc b/ortools/lp_data/sparse.cc index f12d4f090a..5b057d7d29 100644 --- a/ortools/lp_data/sparse.cc +++ b/ortools/lp_data/sparse.cc @@ -1,4 +1,4 @@ -// Copyright 2010-2014 Google +// Copyright 2010-2017 Google // Licensed under the Apache License, Version 2.0 (the "License"); // you may not use this file except in compliance with the License. // You may obtain a copy of the License at diff --git a/ortools/lp_data/sparse.h b/ortools/lp_data/sparse.h index 53279dc27d..e801366491 100644 --- a/ortools/lp_data/sparse.h +++ b/ortools/lp_data/sparse.h @@ -1,4 +1,4 @@ -// Copyright 2010-2014 Google +// Copyright 2010-2017 Google // Licensed under the Apache License, Version 2.0 (the "License"); // you may not use this file except in compliance with the License. // You may obtain a copy of the License at diff --git a/ortools/lp_data/sparse_column.cc b/ortools/lp_data/sparse_column.cc index 4b84a351c1..91fe606b2e 100644 --- a/ortools/lp_data/sparse_column.cc +++ b/ortools/lp_data/sparse_column.cc @@ -1,4 +1,4 @@ -// Copyright 2010-2014 Google +// Copyright 2010-2017 Google // Licensed under the Apache License, Version 2.0 (the "License"); // you may not use this file except in compliance with the License. // You may obtain a copy of the License at diff --git a/ortools/lp_data/sparse_column.h b/ortools/lp_data/sparse_column.h index eadb8dab1c..2a1936d958 100644 --- a/ortools/lp_data/sparse_column.h +++ b/ortools/lp_data/sparse_column.h @@ -1,4 +1,4 @@ -// Copyright 2010-2014 Google +// Copyright 2010-2017 Google // Licensed under the Apache License, Version 2.0 (the "License"); // you may not use this file except in compliance with the License. // You may obtain a copy of the License at diff --git a/ortools/lp_data/sparse_row.h b/ortools/lp_data/sparse_row.h index 043fbd1eb5..6cdb4c1daa 100644 --- a/ortools/lp_data/sparse_row.h +++ b/ortools/lp_data/sparse_row.h @@ -1,4 +1,4 @@ -// Copyright 2010-2014 Google +// Copyright 2010-2017 Google // Licensed under the Apache License, Version 2.0 (the "License"); // you may not use this file except in compliance with the License. // You may obtain a copy of the License at diff --git a/ortools/lp_data/sparse_vector.h b/ortools/lp_data/sparse_vector.h index a2df7e8607..3af3e5f29a 100644 --- a/ortools/lp_data/sparse_vector.h +++ b/ortools/lp_data/sparse_vector.h @@ -1,4 +1,4 @@ -// Copyright 2010-2014 Google +// Copyright 2010-2017 Google // Licensed under the Apache License, Version 2.0 (the "License"); // you may not use this file except in compliance with the License. // You may obtain a copy of the License at diff --git a/ortools/port/sysinfo.h b/ortools/port/sysinfo.h index 601d6ea860..7ee36157c8 100644 --- a/ortools/port/sysinfo.h +++ b/ortools/port/sysinfo.h @@ -1,4 +1,4 @@ -// Copyright 2010-2014 Google +// Copyright 2010-2017 Google // Licensed under the Apache License, Version 2.0 (the "License"); // you may not use this file except in compliance with the License. // You may obtain a copy of the License at diff --git a/ortools/port/sysinfo_nonport.cc b/ortools/port/sysinfo_nonport.cc index a7fe545f14..cbcae55988 100644 --- a/ortools/port/sysinfo_nonport.cc +++ b/ortools/port/sysinfo_nonport.cc @@ -1,4 +1,4 @@ -// Copyright 2010-2014 Google +// Copyright 2010-2017 Google // Licensed under the Apache License, Version 2.0 (the "License"); // you may not use this file except in compliance with the License. // You may obtain a copy of the License at diff --git a/ortools/port/utf8.h b/ortools/port/utf8.h index bf85a6b171..d5bbbd3beb 100644 --- a/ortools/port/utf8.h +++ b/ortools/port/utf8.h @@ -1,4 +1,4 @@ -// Copyright 2010-2014 Google +// Copyright 2010-2017 Google // Licensed under the Apache License, Version 2.0 (the "License"); // you may not use this file except in compliance with the License. // You may obtain a copy of the License at diff --git a/ortools/sat/__init__.py b/ortools/sat/__init__.py index 9b80562f87..cf33d9d7f9 100644 --- a/ortools/sat/__init__.py +++ b/ortools/sat/__init__.py @@ -1,4 +1,4 @@ -# Copyright 2010-2014 Google +# Copyright 2010-2017 Google # Licensed under the Apache License, Version 2.0 (the "License"); # you may not use this file except in compliance with the License. # You may obtain a copy of the License at diff --git a/ortools/sat/all_different.cc b/ortools/sat/all_different.cc index c28830ca13..d2d22ca6bc 100644 --- a/ortools/sat/all_different.cc +++ b/ortools/sat/all_different.cc @@ -1,4 +1,4 @@ -// Copyright 2010-2014 Google +// Copyright 2010-2017 Google // Licensed under the Apache License, Version 2.0 (the "License"); // you may not use this file except in compliance with the License. // You may obtain a copy of the License at diff --git a/ortools/sat/all_different.h b/ortools/sat/all_different.h index 1db10debe2..24c7af1810 100644 --- a/ortools/sat/all_different.h +++ b/ortools/sat/all_different.h @@ -1,4 +1,4 @@ -// Copyright 2010-2014 Google +// Copyright 2010-2017 Google // Licensed under the Apache License, Version 2.0 (the "License"); // you may not use this file except in compliance with the License. // You may obtain a copy of the License at diff --git a/ortools/sat/boolean_problem.cc b/ortools/sat/boolean_problem.cc index c764d1d754..db4f516bbd 100644 --- a/ortools/sat/boolean_problem.cc +++ b/ortools/sat/boolean_problem.cc @@ -1,4 +1,4 @@ -// Copyright 2010-2014 Google +// Copyright 2010-2017 Google // Licensed under the Apache License, Version 2.0 (the "License"); // you may not use this file except in compliance with the License. // You may obtain a copy of the License at diff --git a/ortools/sat/boolean_problem.h b/ortools/sat/boolean_problem.h index d259fdeed1..48bd5b6a49 100644 --- a/ortools/sat/boolean_problem.h +++ b/ortools/sat/boolean_problem.h @@ -1,4 +1,4 @@ -// Copyright 2010-2014 Google +// Copyright 2010-2017 Google // Licensed under the Apache License, Version 2.0 (the "License"); // you may not use this file except in compliance with the License. // You may obtain a copy of the License at diff --git a/ortools/sat/boolean_problem.proto b/ortools/sat/boolean_problem.proto index 64537bfb32..c41c0becef 100644 --- a/ortools/sat/boolean_problem.proto +++ b/ortools/sat/boolean_problem.proto @@ -1,4 +1,4 @@ -// Copyright 2010-2014 Google +// Copyright 2010-2017 Google // Licensed under the Apache License, Version 2.0 (the "License"); // you may not use this file except in compliance with the License. // You may obtain a copy of the License at diff --git a/ortools/sat/circuit.cc b/ortools/sat/circuit.cc index e1be718473..6970fccff8 100644 --- a/ortools/sat/circuit.cc +++ b/ortools/sat/circuit.cc @@ -1,4 +1,4 @@ -// Copyright 2010-2014 Google +// Copyright 2010-2017 Google // Licensed under the Apache License, Version 2.0 (the "License"); // you may not use this file except in compliance with the License. // You may obtain a copy of the License at diff --git a/ortools/sat/circuit.h b/ortools/sat/circuit.h index 2c35320ea8..f8886a66da 100644 --- a/ortools/sat/circuit.h +++ b/ortools/sat/circuit.h @@ -1,4 +1,4 @@ -// Copyright 2010-2014 Google +// Copyright 2010-2017 Google // Licensed under the Apache License, Version 2.0 (the "License"); // you may not use this file except in compliance with the License. // You may obtain a copy of the License at diff --git a/ortools/sat/clause.cc b/ortools/sat/clause.cc index 3aa5a754f4..069150eb3e 100644 --- a/ortools/sat/clause.cc +++ b/ortools/sat/clause.cc @@ -1,4 +1,4 @@ -// Copyright 2010-2014 Google +// Copyright 2010-2017 Google // Licensed under the Apache License, Version 2.0 (the "License"); // you may not use this file except in compliance with the License. // You may obtain a copy of the License at diff --git a/ortools/sat/clause.h b/ortools/sat/clause.h index fb9295f085..940a9d08d5 100644 --- a/ortools/sat/clause.h +++ b/ortools/sat/clause.h @@ -1,4 +1,4 @@ -// Copyright 2010-2014 Google +// Copyright 2010-2017 Google // Licensed under the Apache License, Version 2.0 (the "License"); // you may not use this file except in compliance with the License. // You may obtain a copy of the License at diff --git a/ortools/sat/cp_constraints.cc b/ortools/sat/cp_constraints.cc index 63ec130b49..0d9000ba6e 100644 --- a/ortools/sat/cp_constraints.cc +++ b/ortools/sat/cp_constraints.cc @@ -1,4 +1,4 @@ -// Copyright 2010-2014 Google +// Copyright 2010-2017 Google // Licensed under the Apache License, Version 2.0 (the "License"); // you may not use this file except in compliance with the License. // You may obtain a copy of the License at diff --git a/ortools/sat/cp_constraints.h b/ortools/sat/cp_constraints.h index 232e36224d..8a3306b357 100644 --- a/ortools/sat/cp_constraints.h +++ b/ortools/sat/cp_constraints.h @@ -1,4 +1,4 @@ -// Copyright 2010-2014 Google +// Copyright 2010-2017 Google // Licensed under the Apache License, Version 2.0 (the "License"); // you may not use this file except in compliance with the License. // You may obtain a copy of the License at diff --git a/ortools/sat/cp_model.proto b/ortools/sat/cp_model.proto index 1256797629..5035abc950 100644 --- a/ortools/sat/cp_model.proto +++ b/ortools/sat/cp_model.proto @@ -1,4 +1,4 @@ -// Copyright 2010-2014 Google +// Copyright 2010-2017 Google // Licensed under the Apache License, Version 2.0 (the "License"); // you may not use this file except in compliance with the License. // You may obtain a copy of the License at diff --git a/ortools/sat/cp_model_checker.cc b/ortools/sat/cp_model_checker.cc index 3e5b305ef2..5ce9c9efba 100644 --- a/ortools/sat/cp_model_checker.cc +++ b/ortools/sat/cp_model_checker.cc @@ -1,4 +1,4 @@ -// Copyright 2010-2014 Google +// Copyright 2010-2017 Google // Licensed under the Apache License, Version 2.0 (the "License"); // you may not use this file except in compliance with the License. // You may obtain a copy of the License at diff --git a/ortools/sat/cp_model_checker.h b/ortools/sat/cp_model_checker.h index 43a6c64cec..1928161755 100644 --- a/ortools/sat/cp_model_checker.h +++ b/ortools/sat/cp_model_checker.h @@ -1,4 +1,4 @@ -// Copyright 2010-2014 Google +// Copyright 2010-2017 Google // Licensed under the Apache License, Version 2.0 (the "License"); // you may not use this file except in compliance with the License. // You may obtain a copy of the License at diff --git a/ortools/sat/cp_model_presolve.cc b/ortools/sat/cp_model_presolve.cc index 24c5b449de..4973a5b8f2 100644 --- a/ortools/sat/cp_model_presolve.cc +++ b/ortools/sat/cp_model_presolve.cc @@ -1,4 +1,4 @@ -// Copyright 2010-2014 Google +// Copyright 2010-2017 Google // Licensed under the Apache License, Version 2.0 (the "License"); // you may not use this file except in compliance with the License. // You may obtain a copy of the License at diff --git a/ortools/sat/cp_model_presolve.h b/ortools/sat/cp_model_presolve.h index 0d273dc28b..3adb5e2e0d 100644 --- a/ortools/sat/cp_model_presolve.h +++ b/ortools/sat/cp_model_presolve.h @@ -1,4 +1,4 @@ -// Copyright 2010-2014 Google +// Copyright 2010-2017 Google // Licensed under the Apache License, Version 2.0 (the "License"); // you may not use this file except in compliance with the License. // You may obtain a copy of the License at diff --git a/ortools/sat/cp_model_search.cc b/ortools/sat/cp_model_search.cc index 5e8a2b53ec..d842afb434 100644 --- a/ortools/sat/cp_model_search.cc +++ b/ortools/sat/cp_model_search.cc @@ -1,4 +1,4 @@ -// Copyright 2010-2014 Google +// Copyright 2010-2017 Google // Licensed under the Apache License, Version 2.0 (the "License"); // you may not use this file except in compliance with the License. // You may obtain a copy of the License at diff --git a/ortools/sat/cp_model_search.h b/ortools/sat/cp_model_search.h index 6d34b73682..a9555c13d8 100644 --- a/ortools/sat/cp_model_search.h +++ b/ortools/sat/cp_model_search.h @@ -1,4 +1,4 @@ -// Copyright 2010-2014 Google +// Copyright 2010-2017 Google // Licensed under the Apache License, Version 2.0 (the "License"); // you may not use this file except in compliance with the License. // You may obtain a copy of the License at diff --git a/ortools/sat/cp_model_solver.cc b/ortools/sat/cp_model_solver.cc index 8baa08f64b..e9f12778d6 100644 --- a/ortools/sat/cp_model_solver.cc +++ b/ortools/sat/cp_model_solver.cc @@ -1,4 +1,4 @@ -// Copyright 2010-2014 Google +// Copyright 2010-2017 Google // Licensed under the Apache License, Version 2.0 (the "License"); // you may not use this file except in compliance with the License. // You may obtain a copy of the License at diff --git a/ortools/sat/cp_model_solver.h b/ortools/sat/cp_model_solver.h index f763c0ec9a..c9027bb87c 100644 --- a/ortools/sat/cp_model_solver.h +++ b/ortools/sat/cp_model_solver.h @@ -1,4 +1,4 @@ -// Copyright 2010-2014 Google +// Copyright 2010-2017 Google // Licensed under the Apache License, Version 2.0 (the "License"); // you may not use this file except in compliance with the License. // You may obtain a copy of the License at diff --git a/ortools/sat/cp_model_utils.cc b/ortools/sat/cp_model_utils.cc index eacfbf9310..06262fe39b 100644 --- a/ortools/sat/cp_model_utils.cc +++ b/ortools/sat/cp_model_utils.cc @@ -1,4 +1,4 @@ -// Copyright 2010-2014 Google +// Copyright 2010-2017 Google // Licensed under the Apache License, Version 2.0 (the "License"); // you may not use this file except in compliance with the License. // You may obtain a copy of the License at diff --git a/ortools/sat/cp_model_utils.h b/ortools/sat/cp_model_utils.h index bf478b4315..13b776f35b 100644 --- a/ortools/sat/cp_model_utils.h +++ b/ortools/sat/cp_model_utils.h @@ -1,4 +1,4 @@ -// Copyright 2010-2014 Google +// Copyright 2010-2017 Google // Licensed under the Apache License, Version 2.0 (the "License"); // you may not use this file except in compliance with the License. // You may obtain a copy of the License at diff --git a/ortools/sat/cumulative.cc b/ortools/sat/cumulative.cc index 63f48f1603..e31ecedbe8 100644 --- a/ortools/sat/cumulative.cc +++ b/ortools/sat/cumulative.cc @@ -1,4 +1,4 @@ -// Copyright 2010-2014 Google +// Copyright 2010-2017 Google // Licensed under the Apache License, Version 2.0 (the "License"); // you may not use this file except in compliance with the License. // You may obtain a copy of the License at diff --git a/ortools/sat/cumulative.h b/ortools/sat/cumulative.h index d39baac1c0..5b8d82808c 100644 --- a/ortools/sat/cumulative.h +++ b/ortools/sat/cumulative.h @@ -1,4 +1,4 @@ -// Copyright 2010-2014 Google +// Copyright 2010-2017 Google // Licensed under the Apache License, Version 2.0 (the "License"); // you may not use this file except in compliance with the License. // You may obtain a copy of the License at diff --git a/ortools/sat/disjunctive.cc b/ortools/sat/disjunctive.cc index 69d26fbc4f..28aafa92dc 100644 --- a/ortools/sat/disjunctive.cc +++ b/ortools/sat/disjunctive.cc @@ -1,4 +1,4 @@ -// Copyright 2010-2014 Google +// Copyright 2010-2017 Google // Licensed under the Apache License, Version 2.0 (the "License"); // you may not use this file except in compliance with the License. // You may obtain a copy of the License at diff --git a/ortools/sat/disjunctive.h b/ortools/sat/disjunctive.h index e84ecc369e..146ec1383d 100644 --- a/ortools/sat/disjunctive.h +++ b/ortools/sat/disjunctive.h @@ -1,4 +1,4 @@ -// Copyright 2010-2014 Google +// Copyright 2010-2017 Google // Licensed under the Apache License, Version 2.0 (the "License"); // you may not use this file except in compliance with the License. // You may obtain a copy of the License at diff --git a/ortools/sat/drat.cc b/ortools/sat/drat.cc index 3d1f3163ab..484e3b4d33 100644 --- a/ortools/sat/drat.cc +++ b/ortools/sat/drat.cc @@ -1,4 +1,4 @@ -// Copyright 2010-2014 Google +// Copyright 2010-2017 Google // Licensed under the Apache License, Version 2.0 (the "License"); // you may not use this file except in compliance with the License. // You may obtain a copy of the License at diff --git a/ortools/sat/drat.h b/ortools/sat/drat.h index dfb2febea1..4b2c7217ae 100644 --- a/ortools/sat/drat.h +++ b/ortools/sat/drat.h @@ -1,4 +1,4 @@ -// Copyright 2010-2014 Google +// Copyright 2010-2017 Google // Licensed under the Apache License, Version 2.0 (the "License"); // you may not use this file except in compliance with the License. // You may obtain a copy of the License at diff --git a/ortools/sat/encoding.cc b/ortools/sat/encoding.cc index f92f02aedb..6f395830b6 100644 --- a/ortools/sat/encoding.cc +++ b/ortools/sat/encoding.cc @@ -1,4 +1,4 @@ -// Copyright 2010-2014 Google +// Copyright 2010-2017 Google // Licensed under the Apache License, Version 2.0 (the "License"); // you may not use this file except in compliance with the License. // You may obtain a copy of the License at diff --git a/ortools/sat/encoding.h b/ortools/sat/encoding.h index 72112320d4..196926f741 100644 --- a/ortools/sat/encoding.h +++ b/ortools/sat/encoding.h @@ -1,4 +1,4 @@ -// Copyright 2010-2014 Google +// Copyright 2010-2017 Google // Licensed under the Apache License, Version 2.0 (the "License"); // you may not use this file except in compliance with the License. // You may obtain a copy of the License at diff --git a/ortools/sat/flow_costs.cc b/ortools/sat/flow_costs.cc index 69100c6666..52c1cb8d23 100644 --- a/ortools/sat/flow_costs.cc +++ b/ortools/sat/flow_costs.cc @@ -1,4 +1,4 @@ -// Copyright 2010-2014 Google +// Copyright 2010-2017 Google // Licensed under the Apache License, Version 2.0 (the "License"); // you may not use this file except in compliance with the License. // You may obtain a copy of the License at diff --git a/ortools/sat/flow_costs.h b/ortools/sat/flow_costs.h index abd5b7e529..590ec93d72 100644 --- a/ortools/sat/flow_costs.h +++ b/ortools/sat/flow_costs.h @@ -1,4 +1,4 @@ -// Copyright 2010-2014 Google +// Copyright 2010-2017 Google // Licensed under the Apache License, Version 2.0 (the "License"); // you may not use this file except in compliance with the License. // You may obtain a copy of the License at diff --git a/ortools/sat/integer.cc b/ortools/sat/integer.cc index 2c5fa86e91..91ee0ba43f 100644 --- a/ortools/sat/integer.cc +++ b/ortools/sat/integer.cc @@ -1,4 +1,4 @@ -// Copyright 2010-2014 Google +// Copyright 2010-2017 Google // Licensed under the Apache License, Version 2.0 (the "License"); // you may not use this file except in compliance with the License. // You may obtain a copy of the License at diff --git a/ortools/sat/integer.h b/ortools/sat/integer.h index c072ecb1bd..2336978177 100644 --- a/ortools/sat/integer.h +++ b/ortools/sat/integer.h @@ -1,4 +1,4 @@ -// Copyright 2010-2014 Google +// Copyright 2010-2017 Google // Licensed under the Apache License, Version 2.0 (the "License"); // you may not use this file except in compliance with the License. // You may obtain a copy of the License at diff --git a/ortools/sat/integer_expr.cc b/ortools/sat/integer_expr.cc index 33224bad1f..ab1bfd2e7d 100644 --- a/ortools/sat/integer_expr.cc +++ b/ortools/sat/integer_expr.cc @@ -1,4 +1,4 @@ -// Copyright 2010-2014 Google +// Copyright 2010-2017 Google // Licensed under the Apache License, Version 2.0 (the "License"); // you may not use this file except in compliance with the License. // You may obtain a copy of the License at diff --git a/ortools/sat/integer_expr.h b/ortools/sat/integer_expr.h index 8ee0149626..c7706ec859 100644 --- a/ortools/sat/integer_expr.h +++ b/ortools/sat/integer_expr.h @@ -1,4 +1,4 @@ -// Copyright 2010-2014 Google +// Copyright 2010-2017 Google // Licensed under the Apache License, Version 2.0 (the "License"); // you may not use this file except in compliance with the License. // You may obtain a copy of the License at diff --git a/ortools/sat/intervals.cc b/ortools/sat/intervals.cc index f8f87d3624..16075b8a0e 100644 --- a/ortools/sat/intervals.cc +++ b/ortools/sat/intervals.cc @@ -1,4 +1,4 @@ -// Copyright 2010-2014 Google +// Copyright 2010-2017 Google // Licensed under the Apache License, Version 2.0 (the "License"); // you may not use this file except in compliance with the License. // You may obtain a copy of the License at diff --git a/ortools/sat/intervals.h b/ortools/sat/intervals.h index 19afcab22a..8bf6f1a804 100644 --- a/ortools/sat/intervals.h +++ b/ortools/sat/intervals.h @@ -1,4 +1,4 @@ -// Copyright 2010-2014 Google +// Copyright 2010-2017 Google // Licensed under the Apache License, Version 2.0 (the "License"); // you may not use this file except in compliance with the License. // You may obtain a copy of the License at diff --git a/ortools/sat/linear_programming_constraint.cc b/ortools/sat/linear_programming_constraint.cc index bea2f77f4f..87f78e57cb 100644 --- a/ortools/sat/linear_programming_constraint.cc +++ b/ortools/sat/linear_programming_constraint.cc @@ -1,4 +1,4 @@ -// Copyright 2010-2014 Google +// Copyright 2010-2017 Google // Licensed under the Apache License, Version 2.0 (the "License"); // you may not use this file except in compliance with the License. // You may obtain a copy of the License at diff --git a/ortools/sat/linear_programming_constraint.h b/ortools/sat/linear_programming_constraint.h index 20d3f4549a..f1f743dfe4 100644 --- a/ortools/sat/linear_programming_constraint.h +++ b/ortools/sat/linear_programming_constraint.h @@ -1,4 +1,4 @@ -// Copyright 2010-2014 Google +// Copyright 2010-2017 Google // Licensed under the Apache License, Version 2.0 (the "License"); // you may not use this file except in compliance with the License. // You may obtain a copy of the License at diff --git a/ortools/sat/lp_utils.cc b/ortools/sat/lp_utils.cc index 5f876d95d9..367edb5a64 100644 --- a/ortools/sat/lp_utils.cc +++ b/ortools/sat/lp_utils.cc @@ -1,4 +1,4 @@ -// Copyright 2010-2014 Google +// Copyright 2010-2017 Google // Licensed under the Apache License, Version 2.0 (the "License"); // you may not use this file except in compliance with the License. // You may obtain a copy of the License at diff --git a/ortools/sat/lp_utils.h b/ortools/sat/lp_utils.h index 085d8a954a..b4862ce5f8 100644 --- a/ortools/sat/lp_utils.h +++ b/ortools/sat/lp_utils.h @@ -1,4 +1,4 @@ -// Copyright 2010-2014 Google +// Copyright 2010-2017 Google // Licensed under the Apache License, Version 2.0 (the "License"); // you may not use this file except in compliance with the License. // You may obtain a copy of the License at diff --git a/ortools/sat/model.h b/ortools/sat/model.h index cf06b534ac..bf76f82bb3 100644 --- a/ortools/sat/model.h +++ b/ortools/sat/model.h @@ -1,4 +1,4 @@ -// Copyright 2010-2014 Google +// Copyright 2010-2017 Google // Licensed under the Apache License, Version 2.0 (the "License"); // you may not use this file except in compliance with the License. // You may obtain a copy of the License at diff --git a/ortools/sat/optimization.cc b/ortools/sat/optimization.cc index 74f06f999c..d1e20a1769 100644 --- a/ortools/sat/optimization.cc +++ b/ortools/sat/optimization.cc @@ -1,4 +1,4 @@ -// Copyright 2010-2014 Google +// Copyright 2010-2017 Google // Licensed under the Apache License, Version 2.0 (the "License"); // you may not use this file except in compliance with the License. // You may obtain a copy of the License at diff --git a/ortools/sat/optimization.h b/ortools/sat/optimization.h index a45503f9a3..9cda1fed25 100644 --- a/ortools/sat/optimization.h +++ b/ortools/sat/optimization.h @@ -1,4 +1,4 @@ -// Copyright 2010-2014 Google +// Copyright 2010-2017 Google // Licensed under the Apache License, Version 2.0 (the "License"); // you may not use this file except in compliance with the License. // You may obtain a copy of the License at diff --git a/ortools/sat/overload_checker.cc b/ortools/sat/overload_checker.cc index d68f4df081..fd3a709c77 100644 --- a/ortools/sat/overload_checker.cc +++ b/ortools/sat/overload_checker.cc @@ -1,4 +1,4 @@ -// Copyright 2010-2014 Google +// Copyright 2010-2017 Google // Licensed under the Apache License, Version 2.0 (the "License"); // you may not use this file except in compliance with the License. // You may obtain a copy of the License at diff --git a/ortools/sat/overload_checker.h b/ortools/sat/overload_checker.h index 298f0f7827..e31c781d4e 100644 --- a/ortools/sat/overload_checker.h +++ b/ortools/sat/overload_checker.h @@ -1,4 +1,4 @@ -// Copyright 2010-2014 Google +// Copyright 2010-2017 Google // Licensed under the Apache License, Version 2.0 (the "License"); // you may not use this file except in compliance with the License. // You may obtain a copy of the License at diff --git a/ortools/sat/pb_constraint.cc b/ortools/sat/pb_constraint.cc index 66879403c8..ea59a3330d 100644 --- a/ortools/sat/pb_constraint.cc +++ b/ortools/sat/pb_constraint.cc @@ -1,4 +1,4 @@ -// Copyright 2010-2014 Google +// Copyright 2010-2017 Google // Licensed under the Apache License, Version 2.0 (the "License"); // you may not use this file except in compliance with the License. // You may obtain a copy of the License at diff --git a/ortools/sat/pb_constraint.h b/ortools/sat/pb_constraint.h index c2a143fc2f..dfd0b6143d 100644 --- a/ortools/sat/pb_constraint.h +++ b/ortools/sat/pb_constraint.h @@ -1,4 +1,4 @@ -// Copyright 2010-2014 Google +// Copyright 2010-2017 Google // Licensed under the Apache License, Version 2.0 (the "License"); // you may not use this file except in compliance with the License. // You may obtain a copy of the License at diff --git a/ortools/sat/precedences.cc b/ortools/sat/precedences.cc index bee5f26f36..d6b6ce807c 100644 --- a/ortools/sat/precedences.cc +++ b/ortools/sat/precedences.cc @@ -1,4 +1,4 @@ -// Copyright 2010-2014 Google +// Copyright 2010-2017 Google // Licensed under the Apache License, Version 2.0 (the "License"); // you may not use this file except in compliance with the License. // You may obtain a copy of the License at diff --git a/ortools/sat/precedences.h b/ortools/sat/precedences.h index ca44ce5c89..d1e2a3554c 100644 --- a/ortools/sat/precedences.h +++ b/ortools/sat/precedences.h @@ -1,4 +1,4 @@ -// Copyright 2010-2014 Google +// Copyright 2010-2017 Google // Licensed under the Apache License, Version 2.0 (the "License"); // you may not use this file except in compliance with the License. // You may obtain a copy of the License at diff --git a/ortools/sat/sat_base.h b/ortools/sat/sat_base.h index 87a6b89d22..48a643cab0 100644 --- a/ortools/sat/sat_base.h +++ b/ortools/sat/sat_base.h @@ -1,4 +1,4 @@ -// Copyright 2010-2014 Google +// Copyright 2010-2017 Google // Licensed under the Apache License, Version 2.0 (the "License"); // you may not use this file except in compliance with the License. // You may obtain a copy of the License at diff --git a/ortools/sat/sat_parameters.proto b/ortools/sat/sat_parameters.proto index c6b8c55cea..32a6758e46 100644 --- a/ortools/sat/sat_parameters.proto +++ b/ortools/sat/sat_parameters.proto @@ -1,4 +1,4 @@ -// Copyright 2010-2014 Google +// Copyright 2010-2017 Google // Licensed under the Apache License, Version 2.0 (the "License"); // you may not use this file except in compliance with the License. // You may obtain a copy of the License at diff --git a/ortools/sat/sat_solver.cc b/ortools/sat/sat_solver.cc index d6ff00a50b..f154ccbc34 100644 --- a/ortools/sat/sat_solver.cc +++ b/ortools/sat/sat_solver.cc @@ -1,4 +1,4 @@ -// Copyright 2010-2014 Google +// Copyright 2010-2017 Google // Licensed under the Apache License, Version 2.0 (the "License"); // you may not use this file except in compliance with the License. // You may obtain a copy of the License at diff --git a/ortools/sat/sat_solver.h b/ortools/sat/sat_solver.h index 9eaecbbe94..d313627f30 100644 --- a/ortools/sat/sat_solver.h +++ b/ortools/sat/sat_solver.h @@ -1,4 +1,4 @@ -// Copyright 2010-2014 Google +// Copyright 2010-2017 Google // Licensed under the Apache License, Version 2.0 (the "License"); // you may not use this file except in compliance with the License. // You may obtain a copy of the License at diff --git a/ortools/sat/simplification.cc b/ortools/sat/simplification.cc index 011ec2b7d7..e51dbe98fc 100644 --- a/ortools/sat/simplification.cc +++ b/ortools/sat/simplification.cc @@ -1,4 +1,4 @@ -// Copyright 2010-2014 Google +// Copyright 2010-2017 Google // Licensed under the Apache License, Version 2.0 (the "License"); // you may not use this file except in compliance with the License. // You may obtain a copy of the License at diff --git a/ortools/sat/simplification.h b/ortools/sat/simplification.h index 1fa192e270..47ec337265 100644 --- a/ortools/sat/simplification.h +++ b/ortools/sat/simplification.h @@ -1,4 +1,4 @@ -// Copyright 2010-2014 Google +// Copyright 2010-2017 Google // Licensed under the Apache License, Version 2.0 (the "License"); // you may not use this file except in compliance with the License. // You may obtain a copy of the License at diff --git a/ortools/sat/swig_helper.h b/ortools/sat/swig_helper.h index 0eec4bca07..eb2ba85f1f 100644 --- a/ortools/sat/swig_helper.h +++ b/ortools/sat/swig_helper.h @@ -1,4 +1,4 @@ -// Copyright 2010-2014 Google +// Copyright 2010-2017 Google // Licensed under the Apache License, Version 2.0 (the "License"); // you may not use this file except in compliance with the License. // You may obtain a copy of the License at diff --git a/ortools/sat/symmetry.cc b/ortools/sat/symmetry.cc index bb30a6833b..442a5ff8b5 100644 --- a/ortools/sat/symmetry.cc +++ b/ortools/sat/symmetry.cc @@ -1,4 +1,4 @@ -// Copyright 2010-2014 Google +// Copyright 2010-2017 Google // Licensed under the Apache License, Version 2.0 (the "License"); // you may not use this file except in compliance with the License. // You may obtain a copy of the License at diff --git a/ortools/sat/symmetry.h b/ortools/sat/symmetry.h index 39e2519ea9..2f0cf28426 100644 --- a/ortools/sat/symmetry.h +++ b/ortools/sat/symmetry.h @@ -1,4 +1,4 @@ -// Copyright 2010-2014 Google +// Copyright 2010-2017 Google // Licensed under the Apache License, Version 2.0 (the "License"); // you may not use this file except in compliance with the License. // You may obtain a copy of the License at diff --git a/ortools/sat/table.cc b/ortools/sat/table.cc index db893917b3..ee799bb31b 100644 --- a/ortools/sat/table.cc +++ b/ortools/sat/table.cc @@ -1,4 +1,4 @@ -// Copyright 2010-2014 Google +// Copyright 2010-2017 Google // Licensed under the Apache License, Version 2.0 (the "License"); // you may not use this file except in compliance with the License. // You may obtain a copy of the License at diff --git a/ortools/sat/table.h b/ortools/sat/table.h index 130f28dab9..eb45d6f451 100644 --- a/ortools/sat/table.h +++ b/ortools/sat/table.h @@ -1,4 +1,4 @@ -// Copyright 2010-2014 Google +// Copyright 2010-2017 Google // Licensed under the Apache License, Version 2.0 (the "License"); // you may not use this file except in compliance with the License. // You may obtain a copy of the License at diff --git a/ortools/sat/theta_tree.cc b/ortools/sat/theta_tree.cc index e40f929875..3f3294e0c1 100644 --- a/ortools/sat/theta_tree.cc +++ b/ortools/sat/theta_tree.cc @@ -1,4 +1,4 @@ -// Copyright 2010-2014 Google +// Copyright 2010-2017 Google // Licensed under the Apache License, Version 2.0 (the "License"); // you may not use this file except in compliance with the License. // You may obtain a copy of the License at diff --git a/ortools/sat/theta_tree.h b/ortools/sat/theta_tree.h index 8965b81ce8..9249a11eca 100644 --- a/ortools/sat/theta_tree.h +++ b/ortools/sat/theta_tree.h @@ -1,4 +1,4 @@ -// Copyright 2010-2014 Google +// Copyright 2010-2017 Google // Licensed under the Apache License, Version 2.0 (the "License"); // you may not use this file except in compliance with the License. // You may obtain a copy of the License at diff --git a/ortools/sat/timetable.cc b/ortools/sat/timetable.cc index d3066a5c86..3fae931616 100644 --- a/ortools/sat/timetable.cc +++ b/ortools/sat/timetable.cc @@ -1,4 +1,4 @@ -// Copyright 2010-2014 Google +// Copyright 2010-2017 Google // Licensed under the Apache License, Version 2.0 (the "License"); // you may not use this file except in compliance with the License. // You may obtain a copy of the License at diff --git a/ortools/sat/timetable.h b/ortools/sat/timetable.h index 261f42a640..7921934026 100644 --- a/ortools/sat/timetable.h +++ b/ortools/sat/timetable.h @@ -1,4 +1,4 @@ -// Copyright 2010-2014 Google +// Copyright 2010-2017 Google // Licensed under the Apache License, Version 2.0 (the "License"); // you may not use this file except in compliance with the License. // You may obtain a copy of the License at diff --git a/ortools/sat/timetable_edgefinding.cc b/ortools/sat/timetable_edgefinding.cc index a043c679b1..390cd3c67f 100644 --- a/ortools/sat/timetable_edgefinding.cc +++ b/ortools/sat/timetable_edgefinding.cc @@ -1,4 +1,4 @@ -// Copyright 2010-2014 Google +// Copyright 2010-2017 Google // Licensed under the Apache License, Version 2.0 (the "License"); // you may not use this file except in compliance with the License. // You may obtain a copy of the License at diff --git a/ortools/sat/timetable_edgefinding.h b/ortools/sat/timetable_edgefinding.h index 4dc3473127..09c163743d 100644 --- a/ortools/sat/timetable_edgefinding.h +++ b/ortools/sat/timetable_edgefinding.h @@ -1,4 +1,4 @@ -// Copyright 2010-2014 Google +// Copyright 2010-2017 Google // Licensed under the Apache License, Version 2.0 (the "License"); // you may not use this file except in compliance with the License. // You may obtain a copy of the License at diff --git a/ortools/sat/util.cc b/ortools/sat/util.cc index 912629ea3f..e506763418 100644 --- a/ortools/sat/util.cc +++ b/ortools/sat/util.cc @@ -1,4 +1,4 @@ -// Copyright 2010-2014 Google +// Copyright 2010-2017 Google // Licensed under the Apache License, Version 2.0 (the "License"); // you may not use this file except in compliance with the License. // You may obtain a copy of the License at diff --git a/ortools/sat/util.h b/ortools/sat/util.h index e87cdd4e05..681f2826aa 100644 --- a/ortools/sat/util.h +++ b/ortools/sat/util.h @@ -1,4 +1,4 @@ -// Copyright 2010-2014 Google +// Copyright 2010-2017 Google // Licensed under the Apache License, Version 2.0 (the "License"); // you may not use this file except in compliance with the License. // You may obtain a copy of the License at diff --git a/ortools/util/affine_relation.h b/ortools/util/affine_relation.h index d9ae964b4b..7d36a27644 100644 --- a/ortools/util/affine_relation.h +++ b/ortools/util/affine_relation.h @@ -1,4 +1,4 @@ -// Copyright 2010-2014 Google +// Copyright 2010-2017 Google // Licensed under the Apache License, Version 2.0 (the "License"); // you may not use this file except in compliance with the License. // You may obtain a copy of the License at diff --git a/ortools/util/bitset.cc b/ortools/util/bitset.cc index ebc2bf2b2b..681a31ee0a 100644 --- a/ortools/util/bitset.cc +++ b/ortools/util/bitset.cc @@ -1,4 +1,4 @@ -// Copyright 2010-2014 Google +// Copyright 2010-2017 Google // Licensed under the Apache License, Version 2.0 (the "License"); // you may not use this file except in compliance with the License. // You may obtain a copy of the License at diff --git a/ortools/util/bitset.h b/ortools/util/bitset.h index 34ba3766ba..245e5cee75 100644 --- a/ortools/util/bitset.h +++ b/ortools/util/bitset.h @@ -1,4 +1,4 @@ -// Copyright 2010-2014 Google +// Copyright 2010-2017 Google // Licensed under the Apache License, Version 2.0 (the "License"); // you may not use this file except in compliance with the License. // You may obtain a copy of the License at diff --git a/ortools/util/cached_log.cc b/ortools/util/cached_log.cc index 3a35fc6e97..259aca98ad 100644 --- a/ortools/util/cached_log.cc +++ b/ortools/util/cached_log.cc @@ -1,4 +1,4 @@ -// Copyright 2010-2014 Google +// Copyright 2010-2017 Google // Licensed under the Apache License, Version 2.0 (the "License"); // you may not use this file except in compliance with the License. // You may obtain a copy of the License at diff --git a/ortools/util/cached_log.h b/ortools/util/cached_log.h index baaf86bca1..8da7be4d7f 100644 --- a/ortools/util/cached_log.h +++ b/ortools/util/cached_log.h @@ -1,4 +1,4 @@ -// Copyright 2010-2014 Google +// Copyright 2010-2017 Google // Licensed under the Apache License, Version 2.0 (the "License"); // you may not use this file except in compliance with the License. // You may obtain a copy of the License at diff --git a/ortools/util/file_util.cc b/ortools/util/file_util.cc index bea790bfec..aa76538d36 100644 --- a/ortools/util/file_util.cc +++ b/ortools/util/file_util.cc @@ -1,4 +1,4 @@ -// Copyright 2010-2014 Google +// Copyright 2010-2017 Google // Licensed under the Apache License, Version 2.0 (the "License"); // you may not use this file except in compliance with the License. // You may obtain a copy of the License at diff --git a/ortools/util/file_util.h b/ortools/util/file_util.h index d1a7a8c0e3..0bbc13716f 100644 --- a/ortools/util/file_util.h +++ b/ortools/util/file_util.h @@ -1,4 +1,4 @@ -// Copyright 2010-2014 Google +// Copyright 2010-2017 Google // Licensed under the Apache License, Version 2.0 (the "License"); // you may not use this file except in compliance with the License. // You may obtain a copy of the License at diff --git a/ortools/util/filelineiter.h b/ortools/util/filelineiter.h index 956acd7284..f26ceff629 100644 --- a/ortools/util/filelineiter.h +++ b/ortools/util/filelineiter.h @@ -1,4 +1,4 @@ -// Copyright 2010-2014 Google +// Copyright 2010-2017 Google // Licensed under the Apache License, Version 2.0 (the "License"); // you may not use this file except in compliance with the License. // You may obtain a copy of the License at diff --git a/ortools/util/fp_utils.cc b/ortools/util/fp_utils.cc index c88368505f..443d82453f 100644 --- a/ortools/util/fp_utils.cc +++ b/ortools/util/fp_utils.cc @@ -1,4 +1,4 @@ -// Copyright 2010-2014 Google +// Copyright 2010-2017 Google // Licensed under the Apache License, Version 2.0 (the "License"); // you may not use this file except in compliance with the License. // You may obtain a copy of the License at diff --git a/ortools/util/fp_utils.h b/ortools/util/fp_utils.h index 04952bc519..16bc1d97e2 100644 --- a/ortools/util/fp_utils.h +++ b/ortools/util/fp_utils.h @@ -1,4 +1,4 @@ -// Copyright 2010-2014 Google +// Copyright 2010-2017 Google // Licensed under the Apache License, Version 2.0 (the "License"); // you may not use this file except in compliance with the License. // You may obtain a copy of the License at diff --git a/ortools/util/functions_swig_helpers.h b/ortools/util/functions_swig_helpers.h index eed56e43ca..7b9da49c4a 100644 --- a/ortools/util/functions_swig_helpers.h +++ b/ortools/util/functions_swig_helpers.h @@ -1,4 +1,4 @@ -// Copyright 2010-2014 Google +// Copyright 2010-2017 Google // Licensed under the Apache License, Version 2.0 (the "License"); // you may not use this file except in compliance with the License. // You may obtain a copy of the License at diff --git a/ortools/util/functions_swig_test_helpers.h b/ortools/util/functions_swig_test_helpers.h index 69c6fa2059..eab08e2cae 100644 --- a/ortools/util/functions_swig_test_helpers.h +++ b/ortools/util/functions_swig_test_helpers.h @@ -1,4 +1,4 @@ -// Copyright 2010-2014 Google +// Copyright 2010-2017 Google // Licensed under the Apache License, Version 2.0 (the "License"); // you may not use this file except in compliance with the License. // You may obtain a copy of the License at diff --git a/ortools/util/graph_export.cc b/ortools/util/graph_export.cc index 76e9a65e3e..9f40e31610 100644 --- a/ortools/util/graph_export.cc +++ b/ortools/util/graph_export.cc @@ -1,4 +1,4 @@ -// Copyright 2010-2014 Google +// Copyright 2010-2017 Google // Licensed under the Apache License, Version 2.0 (the "License"); // you may not use this file except in compliance with the License. // You may obtain a copy of the License at diff --git a/ortools/util/graph_export.h b/ortools/util/graph_export.h index 01d7df2303..17248edf85 100644 --- a/ortools/util/graph_export.h +++ b/ortools/util/graph_export.h @@ -1,4 +1,4 @@ -// Copyright 2010-2014 Google +// Copyright 2010-2017 Google // Licensed under the Apache License, Version 2.0 (the "License"); // you may not use this file except in compliance with the License. // You may obtain a copy of the License at diff --git a/ortools/util/monoid_operation_tree.h b/ortools/util/monoid_operation_tree.h index 49b31cf590..c16e28cb79 100644 --- a/ortools/util/monoid_operation_tree.h +++ b/ortools/util/monoid_operation_tree.h @@ -1,4 +1,4 @@ -// Copyright 2010-2014 Google +// Copyright 2010-2017 Google // Licensed under the Apache License, Version 2.0 (the "License"); // you may not use this file except in compliance with the License. // You may obtain a copy of the License at diff --git a/ortools/util/permutation.h b/ortools/util/permutation.h index 8e7898c3bb..4fe4443bb2 100644 --- a/ortools/util/permutation.h +++ b/ortools/util/permutation.h @@ -1,4 +1,4 @@ -// Copyright 2010-2014 Google +// Copyright 2010-2017 Google // Licensed under the Apache License, Version 2.0 (the "License"); // you may not use this file except in compliance with the License. // You may obtain a copy of the License at diff --git a/ortools/util/piecewise_linear_function.cc b/ortools/util/piecewise_linear_function.cc index 63f9ac115f..18796ce8f9 100644 --- a/ortools/util/piecewise_linear_function.cc +++ b/ortools/util/piecewise_linear_function.cc @@ -1,4 +1,4 @@ -// Copyright 2010-2014 Google +// Copyright 2010-2017 Google // Licensed under the Apache License, Version 2.0 (the "License"); // you may not use this file except in compliance with the License. // You may obtain a copy of the License at diff --git a/ortools/util/piecewise_linear_function.h b/ortools/util/piecewise_linear_function.h index 15b02c7904..8f746bf3c1 100644 --- a/ortools/util/piecewise_linear_function.h +++ b/ortools/util/piecewise_linear_function.h @@ -1,4 +1,4 @@ -// Copyright 2010-2014 Google +// Copyright 2010-2017 Google // Licensed under the Apache License, Version 2.0 (the "License"); // you may not use this file except in compliance with the License. // You may obtain a copy of the License at diff --git a/ortools/util/proto_tools.cc b/ortools/util/proto_tools.cc index 4b30d2814d..60ab4cda4d 100644 --- a/ortools/util/proto_tools.cc +++ b/ortools/util/proto_tools.cc @@ -1,4 +1,4 @@ -// Copyright 2010-2014 Google +// Copyright 2010-2017 Google // Licensed under the Apache License, Version 2.0 (the "License"); // you may not use this file except in compliance with the License. // You may obtain a copy of the License at diff --git a/ortools/util/proto_tools.h b/ortools/util/proto_tools.h index 3a4a7b5e5f..49527caf52 100644 --- a/ortools/util/proto_tools.h +++ b/ortools/util/proto_tools.h @@ -1,4 +1,4 @@ -// Copyright 2010-2014 Google +// Copyright 2010-2017 Google // Licensed under the Apache License, Version 2.0 (the "License"); // you may not use this file except in compliance with the License. // You may obtain a copy of the License at diff --git a/ortools/util/random_engine.h b/ortools/util/random_engine.h index dd91af6643..338d1600c7 100644 --- a/ortools/util/random_engine.h +++ b/ortools/util/random_engine.h @@ -1,4 +1,4 @@ -// Copyright 2010-2014 Google +// Copyright 2010-2017 Google // Licensed under the Apache License, Version 2.0 (the "License"); // you may not use this file except in compliance with the License. // You may obtain a copy of the License at diff --git a/ortools/util/range_minimum_query.h b/ortools/util/range_minimum_query.h index e8040b8ce7..90bcc4dfa3 100644 --- a/ortools/util/range_minimum_query.h +++ b/ortools/util/range_minimum_query.h @@ -1,4 +1,4 @@ -// Copyright 2010-2014 Google +// Copyright 2010-2017 Google // Licensed under the Apache License, Version 2.0 (the "License"); // you may not use this file except in compliance with the License. // You may obtain a copy of the License at diff --git a/ortools/util/range_query_function.cc b/ortools/util/range_query_function.cc index cd251bee4c..1c4aec0e8e 100644 --- a/ortools/util/range_query_function.cc +++ b/ortools/util/range_query_function.cc @@ -1,4 +1,4 @@ -// Copyright 2010-2014 Google +// Copyright 2010-2017 Google // Licensed under the Apache License, Version 2.0 (the "License"); // you may not use this file except in compliance with the License. // You may obtain a copy of the License at diff --git a/ortools/util/range_query_function.h b/ortools/util/range_query_function.h index 2ccd1a55b9..fbcbb61ddf 100644 --- a/ortools/util/range_query_function.h +++ b/ortools/util/range_query_function.h @@ -1,4 +1,4 @@ -// Copyright 2010-2014 Google +// Copyright 2010-2017 Google // Licensed under the Apache License, Version 2.0 (the "License"); // you may not use this file except in compliance with the License. // You may obtain a copy of the License at diff --git a/ortools/util/rational_approximation.cc b/ortools/util/rational_approximation.cc index 8cd0929fa6..3f4aeb7fcb 100644 --- a/ortools/util/rational_approximation.cc +++ b/ortools/util/rational_approximation.cc @@ -1,4 +1,4 @@ -// Copyright 2010-2014 Google +// Copyright 2010-2017 Google // Licensed under the Apache License, Version 2.0 (the "License"); // you may not use this file except in compliance with the License. // You may obtain a copy of the License at diff --git a/ortools/util/rational_approximation.h b/ortools/util/rational_approximation.h index 8e4b2a9dad..412fd99c71 100644 --- a/ortools/util/rational_approximation.h +++ b/ortools/util/rational_approximation.h @@ -1,4 +1,4 @@ -// Copyright 2010-2014 Google +// Copyright 2010-2017 Google // Licensed under the Apache License, Version 2.0 (the "License"); // you may not use this file except in compliance with the License. // You may obtain a copy of the License at diff --git a/ortools/util/rcpsp_parser.cc b/ortools/util/rcpsp_parser.cc index 982ec48bf4..db7086e786 100644 --- a/ortools/util/rcpsp_parser.cc +++ b/ortools/util/rcpsp_parser.cc @@ -1,4 +1,4 @@ -// Copyright 2010-2014 Google +// Copyright 2010-2017 Google // Licensed under the Apache License, Version 2.0 (the "License"); // you may not use this file except in compliance with the License. // You may obtain a copy of the License at diff --git a/ortools/util/rcpsp_parser.h b/ortools/util/rcpsp_parser.h index 8979e1c6d9..4993c13bf8 100644 --- a/ortools/util/rcpsp_parser.h +++ b/ortools/util/rcpsp_parser.h @@ -1,4 +1,4 @@ -// Copyright 2010-2014 Google +// Copyright 2010-2017 Google // Licensed under the Apache License, Version 2.0 (the "License"); // you may not use this file except in compliance with the License. // You may obtain a copy of the License at diff --git a/ortools/util/return_macros.h b/ortools/util/return_macros.h index 1cdcc5cb07..f1936479a1 100644 --- a/ortools/util/return_macros.h +++ b/ortools/util/return_macros.h @@ -1,4 +1,4 @@ -// Copyright 2010-2014 Google +// Copyright 2010-2017 Google // Licensed under the Apache License, Version 2.0 (the "License"); // you may not use this file except in compliance with the License. // You may obtain a copy of the License at diff --git a/ortools/util/rev.h b/ortools/util/rev.h index c27ceef29d..3ba617e22a 100644 --- a/ortools/util/rev.h +++ b/ortools/util/rev.h @@ -1,4 +1,4 @@ -// Copyright 2010-2014 Google +// Copyright 2010-2017 Google // Licensed under the Apache License, Version 2.0 (the "License"); // you may not use this file except in compliance with the License. // You may obtain a copy of the License at diff --git a/ortools/util/running_stat.h b/ortools/util/running_stat.h index feb1d3ec34..2d83863c02 100644 --- a/ortools/util/running_stat.h +++ b/ortools/util/running_stat.h @@ -1,4 +1,4 @@ -// Copyright 2010-2014 Google +// Copyright 2010-2017 Google // Licensed under the Apache License, Version 2.0 (the "License"); // you may not use this file except in compliance with the License. // You may obtain a copy of the License at diff --git a/ortools/util/saturated_arithmetic.h b/ortools/util/saturated_arithmetic.h index cb4ff64462..4b564e64d1 100644 --- a/ortools/util/saturated_arithmetic.h +++ b/ortools/util/saturated_arithmetic.h @@ -1,4 +1,4 @@ -// Copyright 2010-2014 Google +// Copyright 2010-2017 Google // Licensed under the Apache License, Version 2.0 (the "License"); // you may not use this file except in compliance with the License. // You may obtain a copy of the License at diff --git a/ortools/util/sort.h b/ortools/util/sort.h index c5e8564e70..200c06d8a3 100644 --- a/ortools/util/sort.h +++ b/ortools/util/sort.h @@ -1,4 +1,4 @@ -// Copyright 2010-2014 Google +// Copyright 2010-2017 Google // Licensed under the Apache License, Version 2.0 (the "License"); // you may not use this file except in compliance with the License. // You may obtain a copy of the License at diff --git a/ortools/util/sorted_interval_list.cc b/ortools/util/sorted_interval_list.cc index eb151a5a18..b7e175f801 100644 --- a/ortools/util/sorted_interval_list.cc +++ b/ortools/util/sorted_interval_list.cc @@ -1,4 +1,4 @@ -// Copyright 2010-2014 Google +// Copyright 2010-2017 Google // Licensed under the Apache License, Version 2.0 (the "License"); // you may not use this file except in compliance with the License. // You may obtain a copy of the License at diff --git a/ortools/util/sorted_interval_list.h b/ortools/util/sorted_interval_list.h index 9174144947..60ed82b736 100644 --- a/ortools/util/sorted_interval_list.h +++ b/ortools/util/sorted_interval_list.h @@ -1,4 +1,4 @@ -// Copyright 2010-2014 Google +// Copyright 2010-2017 Google // Licensed under the Apache License, Version 2.0 (the "License"); // you may not use this file except in compliance with the License. // You may obtain a copy of the License at diff --git a/ortools/util/stats.cc b/ortools/util/stats.cc index 6b6a33de23..a2fc81b817 100644 --- a/ortools/util/stats.cc +++ b/ortools/util/stats.cc @@ -1,4 +1,4 @@ -// Copyright 2010-2014 Google +// Copyright 2010-2017 Google // Licensed under the Apache License, Version 2.0 (the "License"); // you may not use this file except in compliance with the License. // You may obtain a copy of the License at diff --git a/ortools/util/stats.h b/ortools/util/stats.h index f4ff77e5a2..ac003029d7 100644 --- a/ortools/util/stats.h +++ b/ortools/util/stats.h @@ -1,4 +1,4 @@ -// Copyright 2010-2014 Google +// Copyright 2010-2017 Google // Licensed under the Apache License, Version 2.0 (the "License"); // you may not use this file except in compliance with the License. // You may obtain a copy of the License at diff --git a/ortools/util/string_array.h b/ortools/util/string_array.h index d2fbc49088..1d6e086c20 100644 --- a/ortools/util/string_array.h +++ b/ortools/util/string_array.h @@ -1,4 +1,4 @@ -// Copyright 2010-2014 Google +// Copyright 2010-2017 Google // Licensed under the Apache License, Version 2.0 (the "License"); // you may not use this file except in compliance with the License. // You may obtain a copy of the License at diff --git a/ortools/util/time_limit.cc b/ortools/util/time_limit.cc index 163109f433..11c2b11aa0 100644 --- a/ortools/util/time_limit.cc +++ b/ortools/util/time_limit.cc @@ -1,4 +1,4 @@ -// Copyright 2010-2014 Google +// Copyright 2010-2017 Google // Licensed under the Apache License, Version 2.0 (the "License"); // you may not use this file except in compliance with the License. // You may obtain a copy of the License at diff --git a/ortools/util/time_limit.h b/ortools/util/time_limit.h index c8d0c4e717..02c16cda30 100644 --- a/ortools/util/time_limit.h +++ b/ortools/util/time_limit.h @@ -1,4 +1,4 @@ -// Copyright 2010-2014 Google +// Copyright 2010-2017 Google // Licensed under the Apache License, Version 2.0 (the "License"); // you may not use this file except in compliance with the License. // You may obtain a copy of the License at diff --git a/ortools/util/tuple_set.h b/ortools/util/tuple_set.h index 915af73975..cec407f9cd 100644 --- a/ortools/util/tuple_set.h +++ b/ortools/util/tuple_set.h @@ -1,4 +1,4 @@ -// Copyright 2010-2014 Google +// Copyright 2010-2017 Google // Licensed under the Apache License, Version 2.0 (the "License"); // you may not use this file except in compliance with the License. // You may obtain a copy of the License at diff --git a/ortools/util/vector_map.h b/ortools/util/vector_map.h index 2ff346c2db..37528e37e6 100644 --- a/ortools/util/vector_map.h +++ b/ortools/util/vector_map.h @@ -1,4 +1,4 @@ -// Copyright 2010-2014 Google +// Copyright 2010-2017 Google // Licensed under the Apache License, Version 2.0 (the "License"); // you may not use this file except in compliance with the License. // You may obtain a copy of the License at diff --git a/ortools/util/vector_or_function.h b/ortools/util/vector_or_function.h index d87930ba2d..a20af415c5 100644 --- a/ortools/util/vector_or_function.h +++ b/ortools/util/vector_or_function.h @@ -1,4 +1,4 @@ -// Copyright 2010-2014 Google +// Copyright 2010-2017 Google // Licensed under the Apache License, Version 2.0 (the "License"); // you may not use this file except in compliance with the License. // You may obtain a copy of the License at diff --git a/ortools/util/xml_helper.cc b/ortools/util/xml_helper.cc index 2aec1c06c1..0df8b0bfbb 100644 --- a/ortools/util/xml_helper.cc +++ b/ortools/util/xml_helper.cc @@ -1,4 +1,4 @@ -// Copyright 2010-2014 Google +// Copyright 2010-2017 Google // Licensed under the Apache License, Version 2.0 (the "License"); // you may not use this file except in compliance with the License. // You may obtain a copy of the License at diff --git a/ortools/util/xml_helper.h b/ortools/util/xml_helper.h index c887928cd1..38219f34b0 100644 --- a/ortools/util/xml_helper.h +++ b/ortools/util/xml_helper.h @@ -1,4 +1,4 @@ -// Copyright 2010-2014 Google +// Copyright 2010-2017 Google // Licensed under the Apache License, Version 2.0 (the "License"); // you may not use this file except in compliance with the License. // You may obtain a copy of the License at diff --git a/ortools/util/zvector.h b/ortools/util/zvector.h index 3a3ac89dd4..364ac8a12f 100644 --- a/ortools/util/zvector.h +++ b/ortools/util/zvector.h @@ -1,4 +1,4 @@ -// Copyright 2010-2014 Google +// Copyright 2010-2017 Google // Licensed under the Apache License, Version 2.0 (the "License"); // you may not use this file except in compliance with the License. // You may obtain a copy of the License at