From 87b9d55b212e9cfcbdb57920e92d9a1bdcb321f9 Mon Sep 17 00:00:00 2001 From: Laurent Perron Date: Sat, 10 Nov 2018 18:00:53 +0100 Subject: [PATCH] update license headers --- examples/contrib/DietMIP.java | 2 +- examples/contrib/furniture_moving_intervals.cs | 2 +- examples/contrib/organize_day_intervals.cs | 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/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/random_tsp.cc | 2 +- examples/cpp/sat_cnf_reader.h | 2 +- examples/cpp/sat_runner.cc | 2 +- examples/cpp/shift_minimization_sat.cc | 2 +- examples/cpp/solve.cc | 2 +- examples/cpp/sports_scheduling.cc | 2 +- examples/cpp/strawberry_fields_with_column_generation.cc | 2 +- examples/cpp/weighted_tardiness_sat.cc | 2 +- examples/dotnet/cscvrptw.cs | 2 +- examples/dotnet/csflow.cs | 2 +- examples/dotnet/csfz.cs | 2 +- examples/dotnet/csintegerprogramming.cs | 2 +- examples/dotnet/csknapsack.cs | 2 +- examples/dotnet/cslinearprogramming.cs | 2 +- examples/dotnet/csls_api.cs | 2 +- examples/dotnet/csrabbitspheasants.cs | 2 +- examples/dotnet/cstsp.cs | 2 +- examples/dotnet/gate_scheduling_sat.cs | 4 ++-- examples/dotnet/jobshop_ft06_sat.cs | 2 +- examples/dotnet/nurses_sat.cs | 2 +- examples/dotnet/techtalk_scheduling.cs | 2 +- examples/java/FlowExample.java | 2 +- examples/java/IntegerProgramming.java | 2 +- examples/java/Knapsack.java | 2 +- examples/java/LinearAssignmentAPI.java | 2 +- examples/java/LinearProgramming.java | 2 +- examples/java/LsApi.java | 2 +- examples/java/RabbitsPheasants.java | 2 +- examples/python/appointments.py | 2 +- examples/python/assignment_sat.py | 2 +- examples/python/assignment_with_constraints.py | 2 +- examples/python/assignment_with_constraints_sat.py | 2 +- examples/python/balance_group_sat.py | 2 +- examples/python/chemical_balance_lp.py | 2 +- examples/python/chemical_balance_sat.py | 2 +- examples/python/code_samples_sat.py | 2 +- examples/python/flexible_job_shop_sat.py | 2 +- examples/python/gate_scheduling_sat.py | 2 +- examples/python/golomb8.py | 2 +- examples/python/hidato_sat.py | 2 +- examples/python/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/jobshop_ft06_sat.py | 2 +- examples/python/knapsack.py | 2 +- examples/python/linear_assignment_api.py | 2 +- examples/python/magic_sequence_distribute.py | 2 +- examples/python/nqueens_sat.py | 2 +- examples/python/nurses_sat.py | 2 +- examples/python/pyflow_example.py | 2 +- examples/python/rabbit_pheasant.py | 2 +- examples/python/rcpsp_sat.py | 2 +- examples/python/sendmore.py | 2 +- examples/python/simple_meeting.py | 2 +- ...gle_machine_scheduling_with_setup_release_due_dates_sat.py | 2 +- examples/python/steel_mill_slab_sat.py | 2 +- examples/python/sudoku.py | 2 +- examples/python/task_allocation_sat.py | 2 +- examples/python/tasks_and_workers_assignment.py | 2 +- examples/python/vendor_scheduling_sat.py | 2 +- examples/python/worker_schedule_sat.py | 2 +- examples/python/zebra.py | 2 +- examples/tests/TestLp.java | 2 +- examples/tests/issue18.cs | 2 +- examples/tests/issue22.cs | 2 +- examples/tests/issue46.py | 2 +- examples/tests/lp_test.cc | 2 +- examples/tests/lp_test.py | 2 +- examples/tests/pywrapcp_test.py | 2 +- examples/tests/pywraplp_test.py | 2 +- examples/tests/test_sat_model.cs | 2 +- examples/tests/testcp.cs | 2 +- examples/tests/testlp.cs | 2 +- examples/tests/testsat.cs | 2 +- examples/tests/tsp.py | 2 +- ortools/__init__.py | 2 +- ortools/algorithms/__init__.py | 2 +- ortools/algorithms/csharp/IntArrayHelper.cs | 2 +- ortools/algorithms/csharp/knapsack_solver.i | 2 +- ortools/algorithms/dense_doubly_linked_list.h | 2 +- ortools/algorithms/dynamic_partition.cc | 2 +- ortools/algorithms/dynamic_partition.h | 2 +- ortools/algorithms/dynamic_permutation.cc | 2 +- ortools/algorithms/dynamic_permutation.h | 2 +- ortools/algorithms/find_graph_symmetries.cc | 2 +- ortools/algorithms/find_graph_symmetries.h | 2 +- ortools/algorithms/hungarian.cc | 2 +- ortools/algorithms/hungarian.h | 2 +- ortools/algorithms/java/knapsack_solver.i | 2 +- ortools/algorithms/knapsack_solver.cc | 2 +- ortools/algorithms/knapsack_solver.h | 2 +- ortools/algorithms/python/knapsack_solver.i | 2 +- ortools/algorithms/sparse_permutation.cc | 2 +- ortools/algorithms/sparse_permutation.h | 2 +- ortools/base/accurate_sum.h | 2 +- ortools/base/adjustable_priority_queue-inl.h | 2 +- ortools/base/adjustable_priority_queue.h | 2 +- ortools/base/base.i | 2 +- ortools/base/base_export.h | 2 +- ortools/base/basictypes.h | 2 +- ortools/base/bitmap.cc | 2 +- ortools/base/bitmap.h | 2 +- ortools/base/callback.cc | 2 +- ortools/base/callback.h | 2 +- ortools/base/canonical_errors.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/filelineiter.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/match.h | 2 +- ortools/base/mathutil.h | 2 +- ortools/base/memory.h | 2 +- ortools/base/murmur.h | 2 +- ortools/base/mutex.cc | 2 +- ortools/base/mutex.h | 2 +- ortools/base/notification.cc | 2 +- ortools/base/notification.h | 2 +- ortools/base/numbers.cc | 2 +- ortools/base/numbers.h | 2 +- ortools/base/optional.h | 2 +- ortools/base/port.h | 2 +- ortools/base/protoutil.h | 2 +- ortools/base/ptr_util.h | 2 +- ortools/base/python-swig.h | 2 +- ortools/base/python/callbacks.i | 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 +- .../google/ortools/constraintsolver/JavaDecisionBuilder.java | 2 +- ortools/com/google/ortools/sat/Constraint.java | 2 +- ortools/com/google/ortools/sat/CpModel.java | 2 +- ortools/com/google/ortools/sat/CpSolver.java | 2 +- ortools/com/google/ortools/sat/CpSolverSolutionCallback.java | 2 +- ortools/com/google/ortools/sat/IntVar.java | 2 +- ortools/com/google/ortools/sat/IntervalVar.java | 2 +- ortools/com/google/ortools/sat/Literal.java | 2 +- ortools/com/google/ortools/sat/NotBooleanVariable.java | 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/csharp/IntArrayHelper.cs | 2 +- ortools/constraint_solver/csharp/IntVarArrayHelper.cs | 2 +- ortools/constraint_solver/csharp/IntervalVarArrayHelper.cs | 2 +- ortools/constraint_solver/csharp/NetDecisionBuilder.cs | 2 +- ortools/constraint_solver/csharp/SolverHelper.cs | 2 +- ortools/constraint_solver/csharp/ValCstPair.cs | 2 +- ortools/constraint_solver/csharp/constraint_solver.i | 2 +- ortools/constraint_solver/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/java/constraint_solver.i | 2 +- ortools/constraint_solver/java/javawrapcp_util.h | 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/python/constraint_solver.i | 2 +- ortools/constraint_solver/python/constraint_solver_helpers.i | 2 +- ortools/constraint_solver/python/pywrapcp_util.h | 2 +- ortools/constraint_solver/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/data/__init__.py | 2 +- ortools/data/jobshop_scheduling.proto | 2 +- ortools/data/jobshop_scheduling_parser.cc | 2 +- ortools/data/jobshop_scheduling_parser.h | 2 +- ortools/data/python/rcpsp.i | 2 +- ortools/data/rcpsp.proto | 2 +- ortools/data/rcpsp_parser.cc | 2 +- ortools/data/rcpsp_parser.h | 2 +- ortools/data/set_covering_data.cc | 2 +- ortools/data/set_covering_data.h | 2 +- ortools/data/set_covering_parser.cc | 2 +- ortools/data/set_covering_parser.h | 2 +- ortools/dotnet/Google.OrTools.Tests/Program.cs | 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.tab.cc | 2 +- ortools/flatzinc/parser.yy.cc | 2 +- ortools/flatzinc/parser_main.cc | 2 +- ortools/flatzinc/parser_util.cc | 2 +- ortools/flatzinc/parser_util.h | 2 +- ortools/flatzinc/presolve.cc | 2 +- ortools/flatzinc/presolve.h | 2 +- ortools/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/fsharp/OrTools.FSharp.Test/Program.fs | 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/connected_components.cc | 2 +- ortools/graph/connected_components.h | 2 +- ortools/graph/connectivity.h | 2 +- ortools/graph/csharp/graph.i | 2 +- ortools/graph/dijkstra.cc | 2 +- ortools/graph/ebert_graph.h | 2 +- ortools/graph/eulerian_path.h | 2 +- ortools/graph/flow_problem.proto | 2 +- ortools/graph/graph.h | 2 +- ortools/graph/graphs.h | 2 +- ortools/graph/hamiltonian_path.h | 2 +- ortools/graph/io.h | 2 +- ortools/graph/iterators.h | 2 +- ortools/graph/java/graph.i | 2 +- ortools/graph/linear_assignment.cc | 2 +- ortools/graph/linear_assignment.h | 2 +- ortools/graph/max_flow.cc | 2 +- ortools/graph/max_flow.h | 2 +- ortools/graph/min_cost_flow.cc | 2 +- ortools/graph/min_cost_flow.h | 2 +- ortools/graph/minimum_spanning_tree.h | 2 +- ortools/graph/one_tree_lower_bound.h | 2 +- ortools/graph/python/graph.i | 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/csharp/DoubleArrayHelper.cs | 2 +- ortools/linear_solver/csharp/LinearConstraint.cs | 2 +- ortools/linear_solver/csharp/LinearExpr.cs | 2 +- ortools/linear_solver/csharp/SolverHelper.cs | 2 +- ortools/linear_solver/csharp/VariableHelper.cs | 2 +- ortools/linear_solver/csharp/linear_solver.i | 2 +- ortools/linear_solver/glop_interface.cc | 2 +- ortools/linear_solver/glop_utils.cc | 2 +- ortools/linear_solver/glop_utils.h | 2 +- ortools/linear_solver/glpk_interface.cc | 2 +- ortools/linear_solver/gurobi_interface.cc | 2 +- ortools/linear_solver/java/linear_solver.i | 2 +- ortools/linear_solver/linear_expr.cc | 2 +- ortools/linear_solver/linear_expr.h | 2 +- ortools/linear_solver/linear_solver.cc | 2 +- ortools/linear_solver/linear_solver.h | 2 +- ortools/linear_solver/linear_solver.proto | 2 +- ortools/linear_solver/linear_solver_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/python/linear_solver.i | 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_data_utils.cc | 2 +- ortools/lp_data/lp_data_utils.h | 2 +- ortools/lp_data/lp_decomposer.cc | 2 +- ortools/lp_data/lp_decomposer.h | 2 +- ortools/lp_data/lp_print_utils.cc | 2 +- ortools/lp_data/lp_print_utils.h | 2 +- ortools/lp_data/lp_types.cc | 2 +- ortools/lp_data/lp_types.h | 2 +- ortools/lp_data/lp_utils.cc | 2 +- ortools/lp_data/lp_utils.h | 2 +- ortools/lp_data/matrix_scaler.cc | 2 +- ortools/lp_data/matrix_scaler.h | 2 +- ortools/lp_data/matrix_utils.cc | 2 +- ortools/lp_data/matrix_utils.h | 2 +- ortools/lp_data/model_reader.cc | 2 +- ortools/lp_data/model_reader.h | 2 +- ortools/lp_data/mps_reader.cc | 2 +- ortools/lp_data/mps_reader.h | 2 +- ortools/lp_data/permutation.h | 2 +- ortools/lp_data/proto_utils.cc | 2 +- ortools/lp_data/proto_utils.h | 2 +- ortools/lp_data/sparse.cc | 2 +- ortools/lp_data/sparse.h | 2 +- ortools/lp_data/sparse_column.cc | 2 +- ortools/lp_data/sparse_column.h | 2 +- ortools/lp_data/sparse_row.h | 2 +- ortools/lp_data/sparse_vector.h | 2 +- ortools/port/file.h | 2 +- ortools/port/file_nonport.cc | 2 +- ortools/port/proto_utils.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.cc | 2 +- ortools/sat/cp_model.h | 2 +- ortools/sat/cp_model.proto | 2 +- ortools/sat/cp_model_checker.cc | 2 +- ortools/sat/cp_model_checker.h | 2 +- ortools/sat/cp_model_expand.cc | 2 +- ortools/sat/cp_model_expand.h | 2 +- ortools/sat/cp_model_lns.cc | 2 +- ortools/sat/cp_model_lns.h | 2 +- ortools/sat/cp_model_loader.cc | 2 +- ortools/sat/cp_model_loader.h | 2 +- ortools/sat/cp_model_objective.cc | 2 +- ortools/sat/cp_model_objective.h | 2 +- ortools/sat/cp_model_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_symmetries.cc | 2 +- ortools/sat/cp_model_symmetries.h | 2 +- ortools/sat/cp_model_utils.cc | 2 +- ortools/sat/cp_model_utils.h | 2 +- ortools/sat/csharp/Constraints.cs | 2 +- ortools/sat/csharp/CpModel.cs | 2 +- ortools/sat/csharp/CpSolver.cs | 2 +- ortools/sat/csharp/IntegerExpressions.cs | 2 +- ortools/sat/csharp/IntervalVariables.cs | 2 +- ortools/sat/csharp/sat.i | 2 +- ortools/sat/cumulative.cc | 2 +- ortools/sat/cumulative.h | 2 +- ortools/sat/disjunctive.cc | 2 +- ortools/sat/disjunctive.h | 2 +- ortools/sat/drat_checker.cc | 2 +- ortools/sat/drat_checker.h | 2 +- ortools/sat/drat_proof_handler.cc | 2 +- ortools/sat/drat_proof_handler.h | 2 +- ortools/sat/drat_writer.cc | 2 +- ortools/sat/drat_writer.h | 2 +- ortools/sat/encoding.cc | 2 +- ortools/sat/encoding.h | 2 +- ortools/sat/integer.cc | 2 +- ortools/sat/integer.h | 2 +- ortools/sat/integer_expr.cc | 2 +- ortools/sat/integer_expr.h | 2 +- ortools/sat/integer_search.cc | 2 +- ortools/sat/integer_search.h | 2 +- ortools/sat/intervals.cc | 2 +- ortools/sat/intervals.h | 2 +- ortools/sat/java/sat.i | 2 +- ortools/sat/linear_programming_constraint.cc | 2 +- ortools/sat/linear_programming_constraint.h | 2 +- ortools/sat/linear_relaxation.cc | 2 +- ortools/sat/linear_relaxation.h | 2 +- ortools/sat/lns.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/probing.cc | 2 +- ortools/sat/probing.h | 2 +- ortools/sat/python/cp_model.py | 2 +- ortools/sat/python/cp_model_helper.py | 2 +- ortools/sat/python/sat.i | 2 +- ortools/sat/python/visualization.py | 2 +- ortools/sat/restart.cc | 2 +- ortools/sat/restart.h | 2 +- ortools/sat/samples/BinPackingProblem.java | 2 +- ortools/sat/samples/BoolOrSample.java | 2 +- ortools/sat/samples/ChannelingSample.java | 2 +- ortools/sat/samples/CodeSample.java | 2 +- ortools/sat/samples/CpIsFun.cs | 2 +- ortools/sat/samples/CpIsFun.java | 2 +- ortools/sat/samples/IntervalSample.java | 2 +- ortools/sat/samples/LiteralSample.java | 2 +- ortools/sat/samples/NoOverlapSample.java | 2 +- ortools/sat/samples/OptionalIntervalSample.java | 2 +- ortools/sat/samples/RabbitsAndPheasants.java | 2 +- ortools/sat/samples/RankingSample.java | 2 +- ortools/sat/samples/ReifiedSample.java | 2 +- ortools/sat/samples/SimpleSolve.java | 2 +- ortools/sat/samples/SolveAllSolutions.java | 2 +- ortools/sat/samples/SolveWithIntermediateSolutions.java | 2 +- ortools/sat/samples/SolveWithTimeLimit.java | 2 +- ortools/sat/samples/StopAfterNSolutions.java | 2 +- ortools/sat/samples/binpacking_problem.cc | 2 +- ortools/sat/samples/binpacking_problem.cs | 2 +- ortools/sat/samples/binpacking_problem.py | 2 +- ortools/sat/samples/bool_or_sample.cc | 2 +- ortools/sat/samples/bool_or_sample.cs | 2 +- ortools/sat/samples/bool_or_sample.py | 2 +- ortools/sat/samples/channeling_sample.cc | 2 +- ortools/sat/samples/channeling_sample.cs | 2 +- ortools/sat/samples/channeling_sample.py | 2 +- ortools/sat/samples/code_sample.cc | 2 +- ortools/sat/samples/code_sample.cs | 2 +- ortools/sat/samples/code_sample.py | 2 +- ortools/sat/samples/interval_sample.cc | 2 +- ortools/sat/samples/interval_sample.cs | 2 +- ortools/sat/samples/interval_sample.py | 2 +- ortools/sat/samples/literal_sample.cc | 2 +- ortools/sat/samples/literal_sample.cs | 2 +- ortools/sat/samples/literal_sample.py | 2 +- ortools/sat/samples/minimal_jobshop.py | 2 +- ortools/sat/samples/no_overlap_sample.cc | 2 +- ortools/sat/samples/no_overlap_sample.cs | 2 +- ortools/sat/samples/no_overlap_sample.py | 2 +- ortools/sat/samples/optional_interval_sample.cc | 2 +- ortools/sat/samples/optional_interval_sample.cs | 2 +- ortools/sat/samples/optional_interval_sample.py | 2 +- ortools/sat/samples/rabbits_and_pheasants.cc | 2 +- ortools/sat/samples/rabbits_and_pheasants.cs | 2 +- ortools/sat/samples/rabbits_and_pheasants.py | 2 +- ortools/sat/samples/ranking_sample.cc | 2 +- ortools/sat/samples/ranking_sample.cs | 2 +- ortools/sat/samples/ranking_sample.py | 2 +- ortools/sat/samples/reified_sample.cc | 2 +- ortools/sat/samples/reified_sample.cs | 2 +- ortools/sat/samples/reified_sample.py | 2 +- ortools/sat/samples/simple_solve.cc | 2 +- ortools/sat/samples/simple_solve.cs | 2 +- ortools/sat/samples/simple_solve.py | 2 +- ortools/sat/samples/solve_all_solutions.cc | 2 +- ortools/sat/samples/solve_all_solutions.cs | 2 +- ortools/sat/samples/solve_all_solutions.py | 2 +- ortools/sat/samples/solve_with_intermediate_solutions.cc | 2 +- ortools/sat/samples/solve_with_intermediate_solutions.cs | 2 +- ortools/sat/samples/solve_with_intermediate_solutions.py | 2 +- ortools/sat/samples/solve_with_time_limit.cc | 2 +- ortools/sat/samples/solve_with_time_limit.cs | 2 +- ortools/sat/samples/solve_with_time_limit.py | 2 +- ortools/sat/samples/stop_after_n_solutions.cc | 2 +- ortools/sat/samples/stop_after_n_solutions.cs | 2 +- ortools/sat/samples/stop_after_n_solutions.py | 2 +- ortools/sat/sat_base.h | 2 +- ortools/sat/sat_decision.cc | 2 +- ortools/sat/sat_decision.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/__init__.py | 2 +- ortools/util/affine_relation.h | 2 +- ortools/util/bitset.cc | 2 +- ortools/util/bitset.h | 2 +- ortools/util/cached_log.cc | 2 +- ortools/util/cached_log.h | 2 +- ortools/util/csharp/NestedArrayHelper.cs | 2 +- ortools/util/csharp/ProtoHelper.cs | 2 +- ortools/util/csharp/functions.i | 2 +- ortools/util/csharp/proto.i | 2 +- ortools/util/csharp/tuple_set.i | 2 +- ortools/util/file_util.cc | 2 +- ortools/util/file_util.h | 2 +- ortools/util/fp_utils.cc | 2 +- ortools/util/fp_utils.h | 2 +- ortools/util/functions_swig_helpers.h | 2 +- ortools/util/functions_swig_test_helpers.h | 2 +- ortools/util/graph_export.cc | 2 +- ortools/util/graph_export.h | 2 +- ortools/util/integer_pq.h | 2 +- ortools/util/java/functions.i | 2 +- ortools/util/java/proto.i | 2 +- ortools/util/java/tuple_set.i | 2 +- ortools/util/java/vector.i | 2 +- ortools/util/monoid_operation_tree.h | 2 +- ortools/util/optional_boolean.proto | 2 +- ortools/util/permutation.h | 2 +- ortools/util/piecewise_linear_function.cc | 2 +- ortools/util/piecewise_linear_function.h | 2 +- ortools/util/proto_tools.cc | 2 +- ortools/util/proto_tools.h | 2 +- ortools/util/python/functions.i | 2 +- ortools/util/python/vector.i | 2 +- ortools/util/random_engine.h | 2 +- ortools/util/range_minimum_query.h | 2 +- ortools/util/range_query_function.cc | 2 +- ortools/util/range_query_function.h | 2 +- ortools/util/rational_approximation.cc | 2 +- ortools/util/rational_approximation.h | 2 +- ortools/util/return_macros.h | 2 +- ortools/util/rev.h | 2 +- ortools/util/running_stat.h | 2 +- ortools/util/saturated_arithmetic.h | 2 +- ortools/util/sigint.cc | 2 +- ortools/util/sigint.h | 2 +- ortools/util/sort.h | 2 +- ortools/util/sorted_interval_list.cc | 2 +- ortools/util/sorted_interval_list.h | 2 +- ortools/util/stats.cc | 2 +- ortools/util/stats.h | 2 +- ortools/util/string_array.h | 2 +- ortools/util/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 +- 732 files changed, 733 insertions(+), 733 deletions(-) diff --git a/examples/contrib/DietMIP.java b/examples/contrib/DietMIP.java index 1a9abef8fb..b94643c802 100755 --- a/examples/contrib/DietMIP.java +++ b/examples/contrib/DietMIP.java @@ -89,4 +89,4 @@ public class DietMIP { public static void main(String[] args) throws Exception { solve("CBC_MIXED_INTEGER_PROGRAMMING"); } -} \ No newline at end of file +} diff --git a/examples/contrib/furniture_moving_intervals.cs b/examples/contrib/furniture_moving_intervals.cs index 24d7eba72c..0c5dbdc49e 100644 --- a/examples/contrib/furniture_moving_intervals.cs +++ b/examples/contrib/furniture_moving_intervals.cs @@ -1,4 +1,4 @@ -// Copyright 2010-2017 Google +// Copyright 2010-2018 Google LLC // Licensed under the Apache License, Version 2.0 (the "License"); // you may not use this file except in compliance with the License. // You may obtain a copy of the License at diff --git a/examples/contrib/organize_day_intervals.cs b/examples/contrib/organize_day_intervals.cs index 00d85a9872..09f7e75ab0 100644 --- a/examples/contrib/organize_day_intervals.cs +++ b/examples/contrib/organize_day_intervals.cs @@ -1,4 +1,4 @@ -// Copyright 2010-2017 Google +// Copyright 2010-2018 Google LLC // Licensed under the Apache License, Version 2.0 (the "License"); // you 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 224c2ed97a..4d2f81788e 100644 --- a/examples/cpp/acp_challenge.cc +++ b/examples/cpp/acp_challenge.cc @@ -1,4 +1,4 @@ -// Copyright 2010-2017 Google +// Copyright 2010-2018 Google LLC // Licensed under the Apache License, Version 2.0 (the "License"); // you 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 26f6ae5c60..77fa8c09f0 100644 --- a/examples/cpp/acp_challenge_routing.cc +++ b/examples/cpp/acp_challenge_routing.cc @@ -1,4 +1,4 @@ -// Copyright 2010-2017 Google +// Copyright 2010-2018 Google LLC // Licensed under the Apache License, Version 2.0 (the "License"); // you 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 7cf91978ce..1572cc61a5 100644 --- a/examples/cpp/costas_array.cc +++ b/examples/cpp/costas_array.cc @@ -1,4 +1,4 @@ -// Copyright 2010-2017 Google +// Copyright 2010-2018 Google LLC // Licensed under the Apache License, Version 2.0 (the "License"); // you 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 ce342c709f..db2e45c751 100644 --- a/examples/cpp/cryptarithm.cc +++ b/examples/cpp/cryptarithm.cc @@ -1,4 +1,4 @@ -// Copyright 2010-2017 Google +// Copyright 2010-2018 Google LLC // Licensed under the Apache License, Version 2.0 (the "License"); // you 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 d1470e61ec..08f858f2d0 100644 --- a/examples/cpp/cvrp_disjoint_tw.cc +++ b/examples/cpp/cvrp_disjoint_tw.cc @@ -1,4 +1,4 @@ -// Copyright 2010-2017 Google +// Copyright 2010-2018 Google LLC // Licensed under the Apache License, Version 2.0 (the "License"); // you 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 fecc8524fb..587acf17be 100644 --- a/examples/cpp/cvrptw.cc +++ b/examples/cpp/cvrptw.cc @@ -1,4 +1,4 @@ -// Copyright 2010-2017 Google +// Copyright 2010-2018 Google LLC // Licensed under the Apache License, Version 2.0 (the "License"); // you 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 77d048876e..1750ea1e27 100644 --- a/examples/cpp/cvrptw_lib.cc +++ b/examples/cpp/cvrptw_lib.cc @@ -1,4 +1,4 @@ -// Copyright 2010-2017 Google +// Copyright 2010-2018 Google LLC // Licensed under the Apache License, Version 2.0 (the "License"); // you 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 243d2c9b11..ac40f8bcd2 100644 --- a/examples/cpp/cvrptw_lib.h +++ b/examples/cpp/cvrptw_lib.h @@ -1,4 +1,4 @@ -// Copyright 2010-2017 Google +// Copyright 2010-2018 Google LLC // Licensed under the Apache License, Version 2.0 (the "License"); // you 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 cd9ed3d54a..2e44d521da 100644 --- a/examples/cpp/cvrptw_with_breaks.cc +++ b/examples/cpp/cvrptw_with_breaks.cc @@ -1,4 +1,4 @@ -// Copyright 2010-2017 Google +// Copyright 2010-2018 Google LLC // Licensed under the Apache License, Version 2.0 (the "License"); // you 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 e1c374f0b4..570a1fc166 100644 --- a/examples/cpp/cvrptw_with_refueling.cc +++ b/examples/cpp/cvrptw_with_refueling.cc @@ -1,4 +1,4 @@ -// Copyright 2010-2017 Google +// Copyright 2010-2018 Google LLC // Licensed under the Apache License, Version 2.0 (the "License"); // you 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 638db69b4c..df44ed8c9a 100644 --- a/examples/cpp/cvrptw_with_resources.cc +++ b/examples/cpp/cvrptw_with_resources.cc @@ -1,4 +1,4 @@ -// Copyright 2010-2017 Google +// Copyright 2010-2018 Google LLC // Licensed under the Apache License, Version 2.0 (the "License"); // you 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 0db9b00b97..857562c97e 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-2017 Google +// Copyright 2010-2018 Google LLC // Licensed under the Apache License, Version 2.0 (the "License"); // you 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 a27eb945e1..49f8b96f6b 100644 --- a/examples/cpp/dimacs_assignment.cc +++ b/examples/cpp/dimacs_assignment.cc @@ -1,4 +1,4 @@ -// Copyright 2010-2017 Google +// Copyright 2010-2018 Google LLC // Licensed under the Apache License, Version 2.0 (the "License"); // you 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 b0ecf613d4..1ba9ec2a7c 100644 --- a/examples/cpp/dobble_ls.cc +++ b/examples/cpp/dobble_ls.cc @@ -1,4 +1,4 @@ -// Copyright 2010-2017 Google +// Copyright 2010-2018 Google LLC // Licensed under the Apache License, Version 2.0 (the "License"); // you 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 669776b4c7..b179203171 100644 --- a/examples/cpp/fap_model_printer.cc +++ b/examples/cpp/fap_model_printer.cc @@ -1,4 +1,4 @@ -// Copyright 2010-2017 Google +// Copyright 2010-2018 Google LLC // Licensed under the Apache License, Version 2.0 (the "License"); // you 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 337c5bfd4d..09764a35af 100644 --- a/examples/cpp/fap_model_printer.h +++ b/examples/cpp/fap_model_printer.h @@ -1,4 +1,4 @@ -// Copyright 2010-2017 Google +// Copyright 2010-2018 Google LLC // Licensed under the Apache License, Version 2.0 (the "License"); // you 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 071ab497df..c3f9e01622 100644 --- a/examples/cpp/fap_parser.cc +++ b/examples/cpp/fap_parser.cc @@ -1,4 +1,4 @@ -// Copyright 2010-2017 Google +// Copyright 2010-2018 Google LLC // Licensed under the Apache License, Version 2.0 (the "License"); // you 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 33d0766a2d..4c188995fb 100644 --- a/examples/cpp/fap_parser.h +++ b/examples/cpp/fap_parser.h @@ -1,4 +1,4 @@ -// Copyright 2010-2017 Google +// Copyright 2010-2018 Google LLC // Licensed under the Apache License, Version 2.0 (the "License"); // you 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 e7fcf01399..1ad54ef355 100644 --- a/examples/cpp/fap_utilities.cc +++ b/examples/cpp/fap_utilities.cc @@ -1,4 +1,4 @@ -// Copyright 2010-2017 Google +// Copyright 2010-2018 Google LLC // Licensed under the Apache License, Version 2.0 (the "License"); // you 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 31cd25ddf3..e858877b96 100644 --- a/examples/cpp/fap_utilities.h +++ b/examples/cpp/fap_utilities.h @@ -1,4 +1,4 @@ -// Copyright 2010-2017 Google +// Copyright 2010-2018 Google LLC // Licensed under the Apache License, Version 2.0 (the "License"); // you 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 ef6bdca62f..31acbe3d01 100644 --- a/examples/cpp/flexible_jobshop.cc +++ b/examples/cpp/flexible_jobshop.cc @@ -1,4 +1,4 @@ -// Copyright 2010-2017 Google +// Copyright 2010-2018 Google LLC // Licensed under the Apache License, Version 2.0 (the "License"); // you 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 2c801a0580..13590a23f0 100644 --- a/examples/cpp/flexible_jobshop.h +++ b/examples/cpp/flexible_jobshop.h @@ -1,4 +1,4 @@ -// Copyright 2010-2017 Google +// Copyright 2010-2018 Google LLC // Licensed under the Apache License, Version 2.0 (the "License"); // you 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 3094276369..8dcaaa0a3d 100644 --- a/examples/cpp/flow_api.cc +++ b/examples/cpp/flow_api.cc @@ -1,4 +1,4 @@ -// Copyright 2010-2017 Google +// Copyright 2010-2018 Google LLC // Licensed under the Apache License, Version 2.0 (the "License"); // you 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 3ad0c5860d..797d3cf82b 100644 --- a/examples/cpp/frequency_assignment_problem.cc +++ b/examples/cpp/frequency_assignment_problem.cc @@ -1,4 +1,4 @@ -// Copyright 2010-2017 Google +// Copyright 2010-2018 Google LLC // Licensed under the Apache License, Version 2.0 (the "License"); // you 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 81c8bbd056..d051852d89 100644 --- a/examples/cpp/golomb.cc +++ b/examples/cpp/golomb.cc @@ -1,4 +1,4 @@ -// Copyright 2010-2017 Google +// Copyright 2010-2018 Google LLC // Licensed under the Apache License, Version 2.0 (the "License"); // you 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 938cf3e15c..e5d138b6df 100644 --- a/examples/cpp/jobshop.cc +++ b/examples/cpp/jobshop.cc @@ -1,4 +1,4 @@ -// Copyright 2010-2017 Google +// Copyright 2010-2018 Google LLC // Licensed under the Apache License, Version 2.0 (the "License"); // you 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 7785eeedfa..6160f9b133 100644 --- a/examples/cpp/jobshop.h +++ b/examples/cpp/jobshop.h @@ -1,4 +1,4 @@ -// Copyright 2010-2017 Google +// Copyright 2010-2018 Google LLC // Licensed under the Apache License, Version 2.0 (the "License"); // you 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 be23b56ef1..720b354e3d 100644 --- a/examples/cpp/jobshop_earlytardy.cc +++ b/examples/cpp/jobshop_earlytardy.cc @@ -1,4 +1,4 @@ -// Copyright 2010-2017 Google +// Copyright 2010-2018 Google LLC // Licensed under the Apache License, Version 2.0 (the "License"); // you 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 ed29071aaa..a636cc8394 100644 --- a/examples/cpp/jobshop_earlytardy.h +++ b/examples/cpp/jobshop_earlytardy.h @@ -1,4 +1,4 @@ -// Copyright 2010-2017 Google +// Copyright 2010-2018 Google LLC // Licensed under the Apache License, Version 2.0 (the "License"); // you 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 8089d6f67c..bcea08208c 100644 --- a/examples/cpp/jobshop_ls.cc +++ b/examples/cpp/jobshop_ls.cc @@ -1,4 +1,4 @@ -// Copyright 2010-2017 Google +// Copyright 2010-2018 Google LLC // Licensed under the Apache License, Version 2.0 (the "License"); // you 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 6455203195..d29d62044c 100644 --- a/examples/cpp/jobshop_ls.h +++ b/examples/cpp/jobshop_ls.h @@ -1,4 +1,4 @@ -// Copyright 2010-2017 Google +// Copyright 2010-2018 Google LLC // Licensed under the Apache License, Version 2.0 (the "License"); // you 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 2869ec7037..1dc195eaee 100644 --- a/examples/cpp/jobshop_sat.cc +++ b/examples/cpp/jobshop_sat.cc @@ -1,4 +1,4 @@ -// Copyright 2010-2017 Google +// Copyright 2010-2018 Google LLC // Licensed under the Apache License, Version 2.0 (the "License"); // you 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 cd239e5fd0..4a7664e467 100644 --- a/examples/cpp/linear_assignment_api.cc +++ b/examples/cpp/linear_assignment_api.cc @@ -1,4 +1,4 @@ -// Copyright 2010-2017 Google +// Copyright 2010-2018 Google LLC // Licensed under the Apache License, Version 2.0 (the "License"); // you 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 94f6ebd181..fe2096d76d 100644 --- a/examples/cpp/linear_programming.cc +++ b/examples/cpp/linear_programming.cc @@ -1,4 +1,4 @@ -// Copyright 2010-2017 Google +// Copyright 2010-2018 Google LLC // Licensed under the Apache License, Version 2.0 (the "License"); // you 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 a0a692a874..c9757bb697 100644 --- a/examples/cpp/linear_solver_protocol_buffers.cc +++ b/examples/cpp/linear_solver_protocol_buffers.cc @@ -1,4 +1,4 @@ -// Copyright 2010-2017 Google +// Copyright 2010-2018 Google LLC // Licensed under the Apache License, Version 2.0 (the "License"); // you 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 e0d34f5406..acee82a12a 100644 --- a/examples/cpp/ls_api.cc +++ b/examples/cpp/ls_api.cc @@ -1,4 +1,4 @@ -// Copyright 2010-2017 Google +// Copyright 2010-2018 Google LLC // Licensed under the Apache License, Version 2.0 (the "License"); // you 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 423d8b8cd1..3c0d8310e5 100644 --- a/examples/cpp/magic_square.cc +++ b/examples/cpp/magic_square.cc @@ -1,4 +1,4 @@ -// Copyright 2010-2017 Google +// Copyright 2010-2018 Google LLC // Licensed under the Apache License, Version 2.0 (the "License"); // you 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 c92a6f5f2d..26c6be6d70 100644 --- a/examples/cpp/model_util.cc +++ b/examples/cpp/model_util.cc @@ -1,4 +1,4 @@ -// Copyright 2010-2017 Google +// Copyright 2010-2018 Google LLC // Licensed under the Apache License, Version 2.0 (the "License"); // you 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 1d3cc3534f..5123d80528 100644 --- a/examples/cpp/mps_driver.cc +++ b/examples/cpp/mps_driver.cc @@ -1,4 +1,4 @@ -// Copyright 2010-2017 Google +// Copyright 2010-2018 Google LLC // Licensed under the Apache License, Version 2.0 (the "License"); // you 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 f01db7d65d..8dc00f6baf 100644 --- a/examples/cpp/multidim_knapsack.cc +++ b/examples/cpp/multidim_knapsack.cc @@ -1,4 +1,4 @@ -// Copyright 2010-2017 Google +// Copyright 2010-2018 Google LLC // Licensed under the Apache License, Version 2.0 (the "License"); // you 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 0c581d24dc..781e885acd 100644 --- a/examples/cpp/network_routing.cc +++ b/examples/cpp/network_routing.cc @@ -1,4 +1,4 @@ -// Copyright 2010-2017 Google +// Copyright 2010-2018 Google LLC // Licensed under the Apache License, Version 2.0 (the "License"); // you 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 38f42047b0..4d1cd635e8 100644 --- a/examples/cpp/nqueens.cc +++ b/examples/cpp/nqueens.cc @@ -1,4 +1,4 @@ -// Copyright 2010-2017 Google +// Copyright 2010-2018 Google LLC // Licensed under the Apache License, Version 2.0 (the "License"); // you 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 ab6beee2b1..4a67ae6605 100644 --- a/examples/cpp/nqueens2.cc +++ b/examples/cpp/nqueens2.cc @@ -1,4 +1,4 @@ -// Copyright 2010-2017 Google +// Copyright 2010-2018 Google LLC // Licensed under the Apache License, Version 2.0 (the "License"); // you 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 c74adfe6f3..86580e2aa9 100644 --- a/examples/cpp/opb_reader.h +++ b/examples/cpp/opb_reader.h @@ -1,4 +1,4 @@ -// Copyright 2010-2017 Google +// Copyright 2010-2018 Google LLC // Licensed under the Apache License, Version 2.0 (the "License"); // you 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 bb00d432cb..f4f5c7c3de 100644 --- a/examples/cpp/parse_dimacs_assignment.cc +++ b/examples/cpp/parse_dimacs_assignment.cc @@ -1,4 +1,4 @@ -// Copyright 2010-2017 Google +// Copyright 2010-2018 Google LLC // Licensed under the Apache License, Version 2.0 (the "License"); // you 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 f3a78a3912..54cc269c7c 100644 --- a/examples/cpp/parse_dimacs_assignment.h +++ b/examples/cpp/parse_dimacs_assignment.h @@ -1,4 +1,4 @@ -// Copyright 2010-2017 Google +// Copyright 2010-2018 Google LLC // Licensed under the Apache License, Version 2.0 (the "License"); // you 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 0aff16e7a6..8d5fdd530f 100644 --- a/examples/cpp/pdptw.cc +++ b/examples/cpp/pdptw.cc @@ -1,4 +1,4 @@ -// Copyright 2010-2017 Google +// Copyright 2010-2018 Google LLC // Licensed under the Apache License, Version 2.0 (the "License"); // you 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 c8ddc2b23f..33456a9e15 100644 --- a/examples/cpp/print_dimacs_assignment.cc +++ b/examples/cpp/print_dimacs_assignment.cc @@ -1,4 +1,4 @@ -// Copyright 2010-2017 Google +// Copyright 2010-2018 Google LLC // Licensed under the Apache License, Version 2.0 (the "License"); // you 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 6ffda492ac..467773ea3d 100644 --- a/examples/cpp/print_dimacs_assignment.h +++ b/examples/cpp/print_dimacs_assignment.h @@ -1,4 +1,4 @@ -// Copyright 2010-2017 Google +// Copyright 2010-2018 Google LLC // Licensed under the Apache License, Version 2.0 (the "License"); // you may not use this file except in compliance with the License. // You may obtain a copy of the License at diff --git a/examples/cpp/random_tsp.cc b/examples/cpp/random_tsp.cc index 2742e9260f..4d34c99346 100644 --- a/examples/cpp/random_tsp.cc +++ b/examples/cpp/random_tsp.cc @@ -1,4 +1,4 @@ -// Copyright 2010-2017 Google +// Copyright 2010-2018 Google LLC // Licensed under the Apache License, Version 2.0 (the "License"); // you 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 cc4e88286d..c86a55d0ad 100644 --- a/examples/cpp/sat_cnf_reader.h +++ b/examples/cpp/sat_cnf_reader.h @@ -1,4 +1,4 @@ -// Copyright 2010-2017 Google +// Copyright 2010-2018 Google LLC // Licensed under the Apache License, Version 2.0 (the "License"); // you 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 67bd13a218..ecfc446254 100644 --- a/examples/cpp/sat_runner.cc +++ b/examples/cpp/sat_runner.cc @@ -1,4 +1,4 @@ -// Copyright 2010-2017 Google +// Copyright 2010-2018 Google LLC // Licensed under the Apache License, Version 2.0 (the "License"); // you 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 21760c8afb..520531c2cd 100644 --- a/examples/cpp/shift_minimization_sat.cc +++ b/examples/cpp/shift_minimization_sat.cc @@ -1,4 +1,4 @@ -// Copyright 2010-2017 Google +// Copyright 2010-2018 Google LLC // Licensed under the Apache License, Version 2.0 (the "License"); // you 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 c45250516b..4380fe0c89 100644 --- a/examples/cpp/solve.cc +++ b/examples/cpp/solve.cc @@ -1,4 +1,4 @@ -// Copyright 2010-2017 Google +// Copyright 2010-2018 Google LLC // Licensed under the Apache License, Version 2.0 (the "License"); // you 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 33d139e79b..54bdabe475 100644 --- a/examples/cpp/sports_scheduling.cc +++ b/examples/cpp/sports_scheduling.cc @@ -1,4 +1,4 @@ -// Copyright 2010-2017 Google +// Copyright 2010-2018 Google LLC // Licensed under the Apache License, Version 2.0 (the "License"); // you 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 b656f6c5dc..63cbc4c606 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-2017 Google +// Copyright 2010-2018 Google LLC // Licensed under the Apache License, Version 2.0 (the "License"); // you 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 380a423e18..74a89e4802 100644 --- a/examples/cpp/weighted_tardiness_sat.cc +++ b/examples/cpp/weighted_tardiness_sat.cc @@ -1,4 +1,4 @@ -// Copyright 2010-2017 Google +// Copyright 2010-2018 Google LLC // Licensed under the Apache License, Version 2.0 (the "License"); // you may not use this file except in compliance with the License. // You may obtain a copy of the License at diff --git a/examples/dotnet/cscvrptw.cs b/examples/dotnet/cscvrptw.cs index 016e2ac9ca..b00626c2da 100644 --- a/examples/dotnet/cscvrptw.cs +++ b/examples/dotnet/cscvrptw.cs @@ -1,4 +1,4 @@ -// Copyright 2010-2017 Google +// Copyright 2010-2018 Google LLC // Licensed under the Apache License, Version 2.0 (the "License"); // you may not use this file except in compliance with the License. // You may obtain a copy of the License at diff --git a/examples/dotnet/csflow.cs b/examples/dotnet/csflow.cs index 16bd64532e..3f163ebdb6 100644 --- a/examples/dotnet/csflow.cs +++ b/examples/dotnet/csflow.cs @@ -1,4 +1,4 @@ -// Copyright 2010-2017 Google +// Copyright 2010-2018 Google LLC // Licensed under the Apache License, Version 2.0 (the "License"); // you may not use this file except in compliance with the License. // You may obtain a copy of the License at diff --git a/examples/dotnet/csfz.cs b/examples/dotnet/csfz.cs index 008d738c4b..0fd1da04d0 100644 --- a/examples/dotnet/csfz.cs +++ b/examples/dotnet/csfz.cs @@ -1,4 +1,4 @@ -// Copyright 2010-2017 Google +// Copyright 2010-2018 Google LLC // Licensed under the Apache License, Version 2.0 (the "License"); // you may not use this file except in compliance with the License. // You may obtain a copy of the License at diff --git a/examples/dotnet/csintegerprogramming.cs b/examples/dotnet/csintegerprogramming.cs index b05e68bb1f..d813f3f800 100644 --- a/examples/dotnet/csintegerprogramming.cs +++ b/examples/dotnet/csintegerprogramming.cs @@ -1,4 +1,4 @@ -// Copyright 2010-2017 Google +// Copyright 2010-2018 Google LLC // Licensed under the Apache License, Version 2.0 (the "License"); // you may not use this file except in compliance with the License. // You may obtain a copy of the License at diff --git a/examples/dotnet/csknapsack.cs b/examples/dotnet/csknapsack.cs index a780a710e3..9ec809aaf6 100644 --- a/examples/dotnet/csknapsack.cs +++ b/examples/dotnet/csknapsack.cs @@ -1,4 +1,4 @@ -// Copyright 2010-2017 Google +// Copyright 2010-2018 Google LLC // Licensed under the Apache License, Version 2.0 (the "License"); // you may not use this file except in compliance with the License. // You may obtain a copy of the License at diff --git a/examples/dotnet/cslinearprogramming.cs b/examples/dotnet/cslinearprogramming.cs index 0e4136dda6..b88900cd92 100644 --- a/examples/dotnet/cslinearprogramming.cs +++ b/examples/dotnet/cslinearprogramming.cs @@ -1,4 +1,4 @@ -// Copyright 2010-2017 Google +// Copyright 2010-2018 Google LLC // Licensed under the Apache License, Version 2.0 (the "License"); // you may not use this file except in compliance with the License. // You may obtain a copy of the License at diff --git a/examples/dotnet/csls_api.cs b/examples/dotnet/csls_api.cs index 8bd6fb45e8..7aa79d272d 100644 --- a/examples/dotnet/csls_api.cs +++ b/examples/dotnet/csls_api.cs @@ -1,4 +1,4 @@ -// Copyright 2010-2017 Google +// Copyright 2010-2018 Google LLC // Licensed under the Apache License, Version 2.0 (the "License"); // you may not use this file except in compliance with the License. // You may obtain a copy of the License at diff --git a/examples/dotnet/csrabbitspheasants.cs b/examples/dotnet/csrabbitspheasants.cs index c3df0d750a..536a0b0d26 100644 --- a/examples/dotnet/csrabbitspheasants.cs +++ b/examples/dotnet/csrabbitspheasants.cs @@ -1,4 +1,4 @@ -// Copyright 2010-2017 Google +// Copyright 2010-2018 Google LLC // Licensed under the Apache License, Version 2.0 (the "License"); // you may not use this file except in compliance with the License. // You may obtain a copy of the License at diff --git a/examples/dotnet/cstsp.cs b/examples/dotnet/cstsp.cs index 8cbe901be0..7ac974e6e2 100644 --- a/examples/dotnet/cstsp.cs +++ b/examples/dotnet/cstsp.cs @@ -1,4 +1,4 @@ -// Copyright 2010-2017 Google +// Copyright 2010-2018 Google LLC // Licensed under the Apache License, Version 2.0 (the "License"); // you may not use this file except in compliance with the License. // You may obtain a copy of the License at diff --git a/examples/dotnet/gate_scheduling_sat.cs b/examples/dotnet/gate_scheduling_sat.cs index 5b21ce1fcd..67d03c3bbf 100644 --- a/examples/dotnet/gate_scheduling_sat.cs +++ b/examples/dotnet/gate_scheduling_sat.cs @@ -1,4 +1,4 @@ -// Copyright 2010-2017 Google +// Copyright 2010-2018 Google LLC // Licensed under the Apache License, Version 2.0 (the "License"); // you may not use this file except in compliance with the License. // You may obtain a copy of the License at @@ -150,4 +150,4 @@ public class GateSchedulingSat static void Main() { Solve(); } -} \ No newline at end of file +} diff --git a/examples/dotnet/jobshop_ft06_sat.cs b/examples/dotnet/jobshop_ft06_sat.cs index e796c735d2..4e889110dc 100644 --- a/examples/dotnet/jobshop_ft06_sat.cs +++ b/examples/dotnet/jobshop_ft06_sat.cs @@ -1,4 +1,4 @@ -// Copyright 2010-2017 Google +// Copyright 2010-2018 Google LLC // Licensed under the Apache License, Version 2.0 (the "License"); // you may not use this file except in compliance with the License. // You may obtain a copy of the License at diff --git a/examples/dotnet/nurses_sat.cs b/examples/dotnet/nurses_sat.cs index cdeac6a057..a39122a425 100644 --- a/examples/dotnet/nurses_sat.cs +++ b/examples/dotnet/nurses_sat.cs @@ -1,4 +1,4 @@ -// Copyright 2010-2017 Google +// Copyright 2010-2018 Google LLC // Licensed under the Apache License, Version 2.0 (the "License"); // you may not use this file except in compliance with the License. // You may obtain a copy of the License at diff --git a/examples/dotnet/techtalk_scheduling.cs b/examples/dotnet/techtalk_scheduling.cs index 9bd6bb7667..14ff36e155 100644 --- a/examples/dotnet/techtalk_scheduling.cs +++ b/examples/dotnet/techtalk_scheduling.cs @@ -1,4 +1,4 @@ -// Copyright 2010-2017 Google +// Copyright 2010-2018 Google LLC // Licensed under the Apache License, Version 2.0 (the "License"); // you may not use this file except in compliance with the License. // You may obtain a copy of the License at diff --git a/examples/java/FlowExample.java b/examples/java/FlowExample.java index 956e883cf1..b724501034 100644 --- a/examples/java/FlowExample.java +++ b/examples/java/FlowExample.java @@ -1,4 +1,4 @@ -// Copyright 2010-2017 Google +// Copyright 2010-2018 Google LLC // Licensed under the Apache License, Version 2.0 (the "License"); // you may not use this file except in compliance with the License. // You may obtain a copy of the License at diff --git a/examples/java/IntegerProgramming.java b/examples/java/IntegerProgramming.java index d83c5b824c..03b9671ba9 100644 --- a/examples/java/IntegerProgramming.java +++ b/examples/java/IntegerProgramming.java @@ -1,4 +1,4 @@ -// Copyright 2010-2017 Google +// Copyright 2010-2018 Google LLC // Licensed under the Apache License, Version 2.0 (the "License"); // you may not use this file except in compliance with the License. // You may obtain a copy of the License at diff --git a/examples/java/Knapsack.java b/examples/java/Knapsack.java index ad033380cb..235b4f359d 100644 --- a/examples/java/Knapsack.java +++ b/examples/java/Knapsack.java @@ -1,4 +1,4 @@ -// Copyright 2010-2017 Google +// Copyright 2010-2018 Google LLC // Licensed under the Apache License, Version 2.0 (the "License"); // you may not use this file except in compliance with the License. // You may obtain a copy of the License at diff --git a/examples/java/LinearAssignmentAPI.java b/examples/java/LinearAssignmentAPI.java index a5e30d3401..aa5e4286de 100644 --- a/examples/java/LinearAssignmentAPI.java +++ b/examples/java/LinearAssignmentAPI.java @@ -1,4 +1,4 @@ -// Copyright 2010-2017 Google +// Copyright 2010-2018 Google LLC // Licensed under the Apache License, Version 2.0 (the "License"); // you may not use this file except in compliance with the License. // You may obtain a copy of the License at diff --git a/examples/java/LinearProgramming.java b/examples/java/LinearProgramming.java index f2d19d87ce..83708fc737 100644 --- a/examples/java/LinearProgramming.java +++ b/examples/java/LinearProgramming.java @@ -1,4 +1,4 @@ -// Copyright 2010-2017 Google +// Copyright 2010-2018 Google LLC // Licensed under the Apache License, Version 2.0 (the "License"); // you may not use this file except in compliance with the License. // You may obtain a copy of the License at diff --git a/examples/java/LsApi.java b/examples/java/LsApi.java index 085249de7b..16e76fe0c7 100644 --- a/examples/java/LsApi.java +++ b/examples/java/LsApi.java @@ -1,4 +1,4 @@ -// Copyright 2010-2017 Google +// Copyright 2010-2018 Google LLC // Licensed under the Apache License, Version 2.0 (the "License"); // you may not use this file except in compliance with the License. // You may obtain a copy of the License at diff --git a/examples/java/RabbitsPheasants.java b/examples/java/RabbitsPheasants.java index 65cae4547f..760dbc678f 100644 --- a/examples/java/RabbitsPheasants.java +++ b/examples/java/RabbitsPheasants.java @@ -1,4 +1,4 @@ -// Copyright 2010-2017 Google +// Copyright 2010-2018 Google LLC // Licensed under the Apache License, Version 2.0 (the "License"); // you 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 9486972ed5..05286cb562 100644 --- a/examples/python/appointments.py +++ b/examples/python/appointments.py @@ -1,4 +1,4 @@ -# Copyright 2010-2017 Google +# Copyright 2010-2018 Google LLC # Licensed under the Apache License, Version 2.0 (the "License"); # you may not use this file except in compliance with the License. # You may obtain a copy of the License at diff --git a/examples/python/assignment_sat.py b/examples/python/assignment_sat.py index 2f3e5d78d7..88496f5c3a 100644 --- a/examples/python/assignment_sat.py +++ b/examples/python/assignment_sat.py @@ -1,4 +1,4 @@ -# Copyright 2010-2017 Google +# Copyright 2010-2018 Google LLC # Licensed under the Apache License, Version 2.0 (the "License"); # you may not use this file except in compliance with the License. # You may obtain a copy of the License at diff --git a/examples/python/assignment_with_constraints.py b/examples/python/assignment_with_constraints.py index 1202841e77..d40e0fcb57 100644 --- a/examples/python/assignment_with_constraints.py +++ b/examples/python/assignment_with_constraints.py @@ -1,4 +1,4 @@ -# Copyright 2010-2017 Google +# Copyright 2010-2018 Google LLC # Licensed under the Apache License, Version 2.0 (the "License"); # you may not use this file except in compliance with the License. # You may obtain a copy of the License at diff --git a/examples/python/assignment_with_constraints_sat.py b/examples/python/assignment_with_constraints_sat.py index fc9d3fbfa9..b770d44bb6 100644 --- a/examples/python/assignment_with_constraints_sat.py +++ b/examples/python/assignment_with_constraints_sat.py @@ -1,4 +1,4 @@ -# Copyright 2010-2017 Google +# Copyright 2010-2018 Google LLC # Licensed under the Apache License, Version 2.0 (the "License"); # you may not use this file except in compliance with the License. # You may obtain a copy of the License at diff --git a/examples/python/balance_group_sat.py b/examples/python/balance_group_sat.py index 86e4bf35b1..f99c1069fe 100644 --- a/examples/python/balance_group_sat.py +++ b/examples/python/balance_group_sat.py @@ -1,4 +1,4 @@ -# Copyright 2010-2017 Google +# Copyright 2010-2018 Google LLC # Licensed under the Apache License, Version 2.0 (the "License"); # you may not use this file except in compliance with the License. # You may obtain a copy of the License at diff --git a/examples/python/chemical_balance_lp.py b/examples/python/chemical_balance_lp.py index 4f8d8eb5d4..82538af76d 100644 --- a/examples/python/chemical_balance_lp.py +++ b/examples/python/chemical_balance_lp.py @@ -1,4 +1,4 @@ -# Copyright 2010-2017 Google +# Copyright 2010-2018 Google LLC # Licensed under the Apache License, Version 2.0 (the "License"); # you may not use this file except in compliance with the License. # You may obtain a copy of the License at diff --git a/examples/python/chemical_balance_sat.py b/examples/python/chemical_balance_sat.py index eaa4f42d0c..b14cfae4fe 100644 --- a/examples/python/chemical_balance_sat.py +++ b/examples/python/chemical_balance_sat.py @@ -1,4 +1,4 @@ -# Copyright 2010-2017 Google +# Copyright 2010-2018 Google LLC # Licensed under the Apache License, Version 2.0 (the "License"); # you 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/code_samples_sat.py b/examples/python/code_samples_sat.py index 826689bbe1..cfe6fc3d02 100644 --- a/examples/python/code_samples_sat.py +++ b/examples/python/code_samples_sat.py @@ -1,4 +1,4 @@ -# Copyright 2010-2017 Google +# Copyright 2010-2018 Google LLC # Licensed under the Apache License, Version 2.0 (the "License"); # you may not use this file except in compliance with the License. # You may obtain a copy of the License at diff --git a/examples/python/flexible_job_shop_sat.py b/examples/python/flexible_job_shop_sat.py index f6592285cb..c4dea5917e 100644 --- a/examples/python/flexible_job_shop_sat.py +++ b/examples/python/flexible_job_shop_sat.py @@ -1,4 +1,4 @@ -# Copyright 2010-2017 Google +# Copyright 2010-2018 Google LLC # Licensed under the Apache License, Version 2.0 (the "License"); # you 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 c0d635a5c7..53914b3aef 100644 --- a/examples/python/gate_scheduling_sat.py +++ b/examples/python/gate_scheduling_sat.py @@ -1,4 +1,4 @@ -# Copyright 2010-2017 Google +# Copyright 2010-2018 Google LLC # Licensed under the Apache License, Version 2.0 (the "License"); # you may not use this file except in compliance with the License. # You may obtain a copy of the License at diff --git a/examples/python/golomb8.py b/examples/python/golomb8.py index fb37d2c7c7..ab1e8e1118 100644 --- a/examples/python/golomb8.py +++ b/examples/python/golomb8.py @@ -1,4 +1,4 @@ -# Copyright 2010-2017 Google +# Copyright 2010-2018 Google LLC # Licensed under the Apache License, Version 2.0 (the "License"); # you may not use this file except in compliance with the License. # You may obtain a copy of the License at diff --git a/examples/python/hidato_sat.py b/examples/python/hidato_sat.py index 165e0f65b6..c6135fcd6d 100644 --- a/examples/python/hidato_sat.py +++ b/examples/python/hidato_sat.py @@ -1,4 +1,4 @@ -# Copyright 2010-2017 Google +# Copyright 2010-2018 Google LLC # Licensed under the Apache License, Version 2.0 (the "License"); # you 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 64d8a7a2f1..f855c857c8 100644 --- a/examples/python/hidato_table.py +++ b/examples/python/hidato_table.py @@ -1,4 +1,4 @@ -# Copyright 2010-2017 Google +# Copyright 2010-2018 Google LLC # Licensed under the Apache License, Version 2.0 (the "License"); # you 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 e49aaec69d..183d5815b4 100644 --- a/examples/python/integer_programming.py +++ b/examples/python/integer_programming.py @@ -1,4 +1,4 @@ -# Copyright 2010-2017 Google +# Copyright 2010-2018 Google LLC # Licensed under the Apache License, Version 2.0 (the "License"); # you 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 ca32d99b80..146a8e567e 100644 --- a/examples/python/jobshop_ft06.py +++ b/examples/python/jobshop_ft06.py @@ -1,4 +1,4 @@ -# Copyright 2010-2017 Google +# Copyright 2010-2018 Google LLC # Licensed under the Apache License, Version 2.0 (the "License"); # you 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 063593d129..3087a6aaa0 100644 --- a/examples/python/jobshop_ft06_distance.py +++ b/examples/python/jobshop_ft06_distance.py @@ -1,4 +1,4 @@ -# Copyright 2010-2017 Google +# Copyright 2010-2018 Google LLC # Licensed under the Apache License, Version 2.0 (the "License"); # you may not use this file except in compliance with the License. # You may obtain a copy of the License at diff --git a/examples/python/jobshop_ft06_sat.py b/examples/python/jobshop_ft06_sat.py index 40b5322477..8667147a8b 100644 --- a/examples/python/jobshop_ft06_sat.py +++ b/examples/python/jobshop_ft06_sat.py @@ -1,4 +1,4 @@ -# Copyright 2010-2017 Google +# Copyright 2010-2018 Google LLC # Licensed under the Apache License, Version 2.0 (the "License"); # you 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 0edaeabb37..539ac6b5c8 100644 --- a/examples/python/knapsack.py +++ b/examples/python/knapsack.py @@ -1,4 +1,4 @@ -# Copyright 2010-2017 Google +# Copyright 2010-2018 Google LLC # Licensed under the Apache License, Version 2.0 (the "License"); # you 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 cad2ef4757..bdc32262e3 100644 --- a/examples/python/linear_assignment_api.py +++ b/examples/python/linear_assignment_api.py @@ -1,4 +1,4 @@ -# Copyright 2010-2017 Google +# Copyright 2010-2018 Google LLC # Licensed under the Apache License, Version 2.0 (the "License"); # you 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 d87164b65d..449e5f86fd 100644 --- a/examples/python/magic_sequence_distribute.py +++ b/examples/python/magic_sequence_distribute.py @@ -1,4 +1,4 @@ -# Copyright 2010-2017 Google +# Copyright 2010-2018 Google LLC # Licensed under the Apache License, Version 2.0 (the "License"); # you may not use this file except in compliance with the License. # You may obtain a copy of the License at diff --git a/examples/python/nqueens_sat.py b/examples/python/nqueens_sat.py index 0d4bef528a..772ecb1254 100644 --- a/examples/python/nqueens_sat.py +++ b/examples/python/nqueens_sat.py @@ -1,4 +1,4 @@ -# Copyright 2010-2017 Google +# Copyright 2010-2018 Google LLC # Licensed under the Apache License, Version 2.0 (the "License"); # you 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/nurses_sat.py b/examples/python/nurses_sat.py index 3b0b4e9cbb..6711d23ca2 100644 --- a/examples/python/nurses_sat.py +++ b/examples/python/nurses_sat.py @@ -1,4 +1,4 @@ -# Copyright 2010-2017 Google +# Copyright 2010-2018 Google LLC # Licensed under the Apache License, Version 2.0 (the "License"); # you 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 19db82e4a2..93f1d6f404 100644 --- a/examples/python/pyflow_example.py +++ b/examples/python/pyflow_example.py @@ -1,4 +1,4 @@ -# Copyright 2010-2017 Google +# Copyright 2010-2018 Google LLC # Licensed under the Apache License, Version 2.0 (the "License"); # you 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 265e948b7c..44f66baac8 100644 --- a/examples/python/rabbit_pheasant.py +++ b/examples/python/rabbit_pheasant.py @@ -1,4 +1,4 @@ -# Copyright 2010-2017 Google +# Copyright 2010-2018 Google LLC # Licensed under the Apache License, Version 2.0 (the "License"); # you may not use this file except in compliance with the License. # You may obtain a copy of the License at diff --git a/examples/python/rcpsp_sat.py b/examples/python/rcpsp_sat.py index cfe52ea9a9..2d83fe0ce6 100644 --- a/examples/python/rcpsp_sat.py +++ b/examples/python/rcpsp_sat.py @@ -1,4 +1,4 @@ -# Copyright 2010-2017 Google +# Copyright 2010-2018 Google LLC # Licensed under the Apache License, Version 2.0 (the "License"); # you 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 d88c177635..b4e39b9ada 100644 --- a/examples/python/sendmore.py +++ b/examples/python/sendmore.py @@ -1,4 +1,4 @@ -# Copyright 2010-2017 Google +# Copyright 2010-2018 Google LLC # Licensed under the Apache License, Version 2.0 (the "License"); # you 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 5f6939a588..4d49817a3d 100644 --- a/examples/python/simple_meeting.py +++ b/examples/python/simple_meeting.py @@ -1,4 +1,4 @@ -# Copyright 2010-2017 Google +# Copyright 2010-2018 Google LLC # Licensed under the Apache License, Version 2.0 (the "License"); # you may not use this file except in compliance with the License. # You may obtain a copy of the License at diff --git a/examples/python/single_machine_scheduling_with_setup_release_due_dates_sat.py b/examples/python/single_machine_scheduling_with_setup_release_due_dates_sat.py index 2353717294..720a2f24bb 100644 --- a/examples/python/single_machine_scheduling_with_setup_release_due_dates_sat.py +++ b/examples/python/single_machine_scheduling_with_setup_release_due_dates_sat.py @@ -1,4 +1,4 @@ -# Copyright 2010-2017 Google +# Copyright 2010-2018 Google LLC # Licensed under the Apache License, Version 2.0 (the "License"); # you may not use this file except in compliance with the License. # You may obtain a copy of the License at diff --git a/examples/python/steel_mill_slab_sat.py b/examples/python/steel_mill_slab_sat.py index 049c3881ba..e4e52b1c39 100644 --- a/examples/python/steel_mill_slab_sat.py +++ b/examples/python/steel_mill_slab_sat.py @@ -1,4 +1,4 @@ -# Copyright 2010-2017 Google +# Copyright 2010-2018 Google LLC # Licensed under the Apache License, Version 2.0 (the "License"); # you 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 7f3d984ac5..f26307f039 100644 --- a/examples/python/sudoku.py +++ b/examples/python/sudoku.py @@ -1,4 +1,4 @@ -# Copyright 2010-2017 Google +# Copyright 2010-2018 Google LLC # Licensed under the Apache License, Version 2.0 (the "License"); # you may not use this file except in compliance with the License. # You may obtain a copy of the License at diff --git a/examples/python/task_allocation_sat.py b/examples/python/task_allocation_sat.py index 76b395e063..8b664516c8 100644 --- a/examples/python/task_allocation_sat.py +++ b/examples/python/task_allocation_sat.py @@ -1,4 +1,4 @@ -# Copyright 2010-2017 Google +# Copyright 2010-2018 Google LLC # Licensed under the Apache License, Version 2.0 (the "License"); # you may not use this file except in compliance with the License. # You may obtain a copy of the License at diff --git a/examples/python/tasks_and_workers_assignment.py b/examples/python/tasks_and_workers_assignment.py index 5db5f63367..86202567e4 100644 --- a/examples/python/tasks_and_workers_assignment.py +++ b/examples/python/tasks_and_workers_assignment.py @@ -1,4 +1,4 @@ -# Copyright 2010-2017 Google +# Copyright 2010-2018 Google LLC # Licensed under the Apache License, Version 2.0 (the "License"); # you may not use this file except in compliance with the License. # You may obtain a copy of the License at diff --git a/examples/python/vendor_scheduling_sat.py b/examples/python/vendor_scheduling_sat.py index 3117b347b1..1af7a6a625 100644 --- a/examples/python/vendor_scheduling_sat.py +++ b/examples/python/vendor_scheduling_sat.py @@ -1,4 +1,4 @@ -# Copyright 2010-2017 Google +# Copyright 2010-2018 Google LLC # Licensed under the Apache License, Version 2.0 (the "License"); # you may not use this file except in compliance with the License. # You may obtain a copy of the License at diff --git a/examples/python/worker_schedule_sat.py b/examples/python/worker_schedule_sat.py index b47a781b44..d9e1634668 100644 --- a/examples/python/worker_schedule_sat.py +++ b/examples/python/worker_schedule_sat.py @@ -1,4 +1,4 @@ -# Copyright 2010-2017 Google +# Copyright 2010-2018 Google LLC # Licensed under the Apache License, Version 2.0 (the "License"); # you 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 0d44867643..f5c2e7f4f9 100644 --- a/examples/python/zebra.py +++ b/examples/python/zebra.py @@ -1,4 +1,4 @@ -# Copyright 2010-2017 Google +# Copyright 2010-2018 Google LLC # Licensed under the Apache License, Version 2.0 (the "License"); # you 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.java b/examples/tests/TestLp.java index e4df79513e..1df6849cb8 100644 --- a/examples/tests/TestLp.java +++ b/examples/tests/TestLp.java @@ -1,4 +1,4 @@ -// Copyright 2010-2017 Google +// Copyright 2010-2018 Google LLC // Licensed under the Apache License, Version 2.0 (the "License"); // you 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 77c8c24c4c..4e2ee19c84 100644 --- a/examples/tests/issue18.cs +++ b/examples/tests/issue18.cs @@ -1,4 +1,4 @@ -// Copyright 2010-2017 Google +// Copyright 2010-2018 Google LLC // Licensed under the Apache License, Version 2.0 (the "License"); // you 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 c5c547e663..cb1b1a8c25 100644 --- a/examples/tests/issue22.cs +++ b/examples/tests/issue22.cs @@ -1,4 +1,4 @@ -// Copyright 2010-2017 Google +// Copyright 2010-2018 Google LLC // Licensed under the Apache License, Version 2.0 (the "License"); // you 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 7cebde4689..8fde26db2e 100644 --- a/examples/tests/issue46.py +++ b/examples/tests/issue46.py @@ -1,4 +1,4 @@ -# Copyright 2010-2017 Google +# Copyright 2010-2018 Google LLC # Licensed under the Apache License, Version 2.0 (the "License"); # you may not use this file except in compliance with the License. # You may obtain a copy of the License at diff --git a/examples/tests/lp_test.cc b/examples/tests/lp_test.cc index e7f79cd1f7..0870ad7fd8 100644 --- a/examples/tests/lp_test.cc +++ b/examples/tests/lp_test.cc @@ -1,4 +1,4 @@ -// Copyright 2010-2017 Google +// Copyright 2010-2018 Google LLC // Licensed under the Apache License, Version 2.0 (the "License"); // you may not use this file except in compliance with the License. // You may obtain a copy of the License at diff --git a/examples/tests/lp_test.py b/examples/tests/lp_test.py index 44c8ea1f50..4412886aa0 100644 --- a/examples/tests/lp_test.py +++ b/examples/tests/lp_test.py @@ -1,4 +1,4 @@ -# Copyright 2010-2017 Google +# Copyright 2010-2018 Google LLC # Licensed under the Apache License, Version 2.0 (the "License"); # you 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 21c225012e..4d5751bfc7 100644 --- a/examples/tests/pywrapcp_test.py +++ b/examples/tests/pywrapcp_test.py @@ -1,4 +1,4 @@ -# Copyright 2010-2017 Google +# Copyright 2010-2018 Google LLC # Licensed under the Apache License, Version 2.0 (the "License"); # you 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 cbdb97aed3..c6ceb1b0f0 100644 --- a/examples/tests/pywraplp_test.py +++ b/examples/tests/pywraplp_test.py @@ -1,4 +1,4 @@ -# Copyright 2010-2017 Google +# Copyright 2010-2018 Google LLC # Licensed under the Apache License, Version 2.0 (the "License"); # you may not use this file except in compliance with the License. # You may obtain a copy of the License at diff --git a/examples/tests/test_sat_model.cs b/examples/tests/test_sat_model.cs index ae81321b99..e5038dae88 100644 --- a/examples/tests/test_sat_model.cs +++ b/examples/tests/test_sat_model.cs @@ -1,4 +1,4 @@ -// Copyright 2010-2017 Google +// Copyright 2010-2018 Google LLC // Licensed under the Apache License, Version 2.0 (the "License"); // you 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 3d8130bb54..99cf7c0bf6 100644 --- a/examples/tests/testcp.cs +++ b/examples/tests/testcp.cs @@ -1,4 +1,4 @@ -// Copyright 2010-2017 Google +// Copyright 2010-2018 Google LLC // Licensed under the Apache License, Version 2.0 (the "License"); // you 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 b75afbce77..12cf38e711 100644 --- a/examples/tests/testlp.cs +++ b/examples/tests/testlp.cs @@ -1,4 +1,4 @@ -// Copyright 2010-2017 Google +// Copyright 2010-2018 Google LLC // Licensed under the Apache License, Version 2.0 (the "License"); // you 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 f96a0de24d..c60b57bf77 100644 --- a/examples/tests/testsat.cs +++ b/examples/tests/testsat.cs @@ -1,4 +1,4 @@ -// Copyright 2010-2017 Google +// Copyright 2010-2018 Google LLC // Licensed under the Apache License, Version 2.0 (the "License"); // you 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/tsp.py b/examples/tests/tsp.py index 4aad95cf70..58b7f2094b 100644 --- a/examples/tests/tsp.py +++ b/examples/tests/tsp.py @@ -1,4 +1,4 @@ -# Copyright 2010-2017 Google +# Copyright 2010-2018 Google LLC # Licensed under the Apache License, Version 2.0 (the "License"); # you may not use this file except in compliance with the License. # You may obtain a copy of the License at diff --git a/ortools/__init__.py b/ortools/__init__.py index 8974225fb2..581c468a07 100644 --- a/ortools/__init__.py +++ b/ortools/__init__.py @@ -1,4 +1,4 @@ -# Copyright 2010-2017 Google +# Copyright 2010-2018 Google LLC # Licensed under the Apache License, Version 2.0 (the "License"); # you 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 be6b5acbdc..e6cef90397 100644 --- a/ortools/algorithms/__init__.py +++ b/ortools/algorithms/__init__.py @@ -1,4 +1,4 @@ -# Copyright 2010-2017 Google +# Copyright 2010-2018 Google LLC # Licensed under the Apache License, Version 2.0 (the "License"); # you may not use this file except in compliance with the License. # You may obtain a copy of the License at diff --git a/ortools/algorithms/csharp/IntArrayHelper.cs b/ortools/algorithms/csharp/IntArrayHelper.cs index ebfcb6e8f4..ca514e5106 100644 --- a/ortools/algorithms/csharp/IntArrayHelper.cs +++ b/ortools/algorithms/csharp/IntArrayHelper.cs @@ -1,4 +1,4 @@ -// Copyright 2010-2017 Google +// Copyright 2010-2018 Google LLC // Licensed under the Apache License, Version 2.0 (the "License"); // you may not use this file except in compliance with the License. // You may obtain a copy of the License at diff --git a/ortools/algorithms/csharp/knapsack_solver.i b/ortools/algorithms/csharp/knapsack_solver.i index 0f2e3c66fe..54de53b410 100644 --- a/ortools/algorithms/csharp/knapsack_solver.i +++ b/ortools/algorithms/csharp/knapsack_solver.i @@ -1,4 +1,4 @@ -// Copyright 2010-2017 Google +// Copyright 2010-2018 Google LLC // Licensed under the Apache License, Version 2.0 (the "License"); // you 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 113acd4c19..f741fbcc13 100644 --- a/ortools/algorithms/dense_doubly_linked_list.h +++ b/ortools/algorithms/dense_doubly_linked_list.h @@ -1,4 +1,4 @@ -// Copyright 2010-2017 Google +// Copyright 2010-2018 Google LLC // Licensed under the Apache License, Version 2.0 (the "License"); // you 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 1bd7b5f7b8..f2a47ab341 100644 --- a/ortools/algorithms/dynamic_partition.cc +++ b/ortools/algorithms/dynamic_partition.cc @@ -1,4 +1,4 @@ -// Copyright 2010-2017 Google +// Copyright 2010-2018 Google LLC // Licensed under the Apache License, Version 2.0 (the "License"); // you 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 c02df50715..9985e72772 100644 --- a/ortools/algorithms/dynamic_partition.h +++ b/ortools/algorithms/dynamic_partition.h @@ -1,4 +1,4 @@ -// Copyright 2010-2017 Google +// Copyright 2010-2018 Google LLC // Licensed under the Apache License, Version 2.0 (the "License"); // you 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 425c9bb69e..326f58d3bf 100644 --- a/ortools/algorithms/dynamic_permutation.cc +++ b/ortools/algorithms/dynamic_permutation.cc @@ -1,4 +1,4 @@ -// Copyright 2010-2017 Google +// Copyright 2010-2018 Google LLC // Licensed under the Apache License, Version 2.0 (the "License"); // you 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 7266b77c81..f5202ce398 100644 --- a/ortools/algorithms/dynamic_permutation.h +++ b/ortools/algorithms/dynamic_permutation.h @@ -1,4 +1,4 @@ -// Copyright 2010-2017 Google +// Copyright 2010-2018 Google LLC // Licensed under the Apache License, Version 2.0 (the "License"); // you 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 0ccb7cba24..fc42462afb 100644 --- a/ortools/algorithms/find_graph_symmetries.cc +++ b/ortools/algorithms/find_graph_symmetries.cc @@ -1,4 +1,4 @@ -// Copyright 2010-2017 Google +// Copyright 2010-2018 Google LLC // Licensed under the Apache License, Version 2.0 (the "License"); // you 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 7769c42f91..47c5725b8e 100644 --- a/ortools/algorithms/find_graph_symmetries.h +++ b/ortools/algorithms/find_graph_symmetries.h @@ -1,4 +1,4 @@ -// Copyright 2010-2017 Google +// Copyright 2010-2018 Google LLC // Licensed under the Apache License, Version 2.0 (the "License"); // you 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 5e07927250..45abbf4b87 100644 --- a/ortools/algorithms/hungarian.cc +++ b/ortools/algorithms/hungarian.cc @@ -1,4 +1,4 @@ -// Copyright 2010-2017 Google +// Copyright 2010-2018 Google LLC // Licensed under the Apache License, Version 2.0 (the "License"); // you 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 c5a80e275e..0d1e48aa99 100644 --- a/ortools/algorithms/hungarian.h +++ b/ortools/algorithms/hungarian.h @@ -1,4 +1,4 @@ -// Copyright 2010-2017 Google +// Copyright 2010-2018 Google LLC // Licensed under the Apache License, Version 2.0 (the "License"); // you may not use this file except in compliance with the License. // You may obtain a copy of the License at diff --git a/ortools/algorithms/java/knapsack_solver.i b/ortools/algorithms/java/knapsack_solver.i index 85603b987a..a8b5fa1e7b 100644 --- a/ortools/algorithms/java/knapsack_solver.i +++ b/ortools/algorithms/java/knapsack_solver.i @@ -1,4 +1,4 @@ -// Copyright 2010-2017 Google +// Copyright 2010-2018 Google LLC // Licensed under the Apache License, Version 2.0 (the "License"); // you 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 41c111e74c..9d43657081 100644 --- a/ortools/algorithms/knapsack_solver.cc +++ b/ortools/algorithms/knapsack_solver.cc @@ -1,4 +1,4 @@ -// Copyright 2010-2017 Google +// Copyright 2010-2018 Google LLC // Licensed under the Apache License, Version 2.0 (the "License"); // you 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 71539e852c..24eef379d1 100644 --- a/ortools/algorithms/knapsack_solver.h +++ b/ortools/algorithms/knapsack_solver.h @@ -1,4 +1,4 @@ -// Copyright 2010-2017 Google +// Copyright 2010-2018 Google LLC // Licensed under the Apache License, Version 2.0 (the "License"); // you may not use this file except in compliance with the License. // You may obtain a copy of the License at diff --git a/ortools/algorithms/python/knapsack_solver.i b/ortools/algorithms/python/knapsack_solver.i index b1c936306f..3ada4287ca 100644 --- a/ortools/algorithms/python/knapsack_solver.i +++ b/ortools/algorithms/python/knapsack_solver.i @@ -1,4 +1,4 @@ -// Copyright 2010-2017 Google +// Copyright 2010-2018 Google LLC // Licensed under the Apache License, Version 2.0 (the "License"); // you 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 86edf2e612..d39ccc0b13 100644 --- a/ortools/algorithms/sparse_permutation.cc +++ b/ortools/algorithms/sparse_permutation.cc @@ -1,4 +1,4 @@ -// Copyright 2010-2017 Google +// Copyright 2010-2018 Google LLC // Licensed under the Apache License, Version 2.0 (the "License"); // you 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 59e5db0811..52f5f12986 100644 --- a/ortools/algorithms/sparse_permutation.h +++ b/ortools/algorithms/sparse_permutation.h @@ -1,4 +1,4 @@ -// Copyright 2010-2017 Google +// Copyright 2010-2018 Google LLC // Licensed under the Apache License, Version 2.0 (the "License"); // you 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 dd9d984f6b..2ef23b5da4 100644 --- a/ortools/base/accurate_sum.h +++ b/ortools/base/accurate_sum.h @@ -1,4 +1,4 @@ -// Copyright 2010-2017 Google +// Copyright 2010-2018 Google LLC // Licensed under the Apache License, Version 2.0 (the "License"); // you 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 5306142364..b6af4d4507 100644 --- a/ortools/base/adjustable_priority_queue-inl.h +++ b/ortools/base/adjustable_priority_queue-inl.h @@ -1,4 +1,4 @@ -// Copyright 2010-2017 Google +// Copyright 2010-2018 Google LLC // Licensed under the Apache License, Version 2.0 (the "License"); // you 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 3c2c37fb3f..e3503f4b24 100644 --- a/ortools/base/adjustable_priority_queue.h +++ b/ortools/base/adjustable_priority_queue.h @@ -1,4 +1,4 @@ -// Copyright 2010-2017 Google +// Copyright 2010-2018 Google LLC // Licensed under the Apache License, Version 2.0 (the "License"); // you may not use this file except in compliance with the License. // You may obtain a copy of the License at diff --git a/ortools/base/base.i b/ortools/base/base.i index cc9f60aad5..ba1218d65b 100644 --- a/ortools/base/base.i +++ b/ortools/base/base.i @@ -1,4 +1,4 @@ -// Copyright 2010-2017 Google +// Copyright 2010-2018 Google LLC // Licensed under the Apache License, Version 2.0 (the "License"); // you 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 bb655254dc..aab1828143 100644 --- a/ortools/base/base_export.h +++ b/ortools/base/base_export.h @@ -1,4 +1,4 @@ -// Copyright 2010-2017 Google +// Copyright 2010-2018 Google LLC // Licensed under the Apache License, Version 2.0 (the "License"); // you 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 ee96e4576a..12980c7901 100644 --- a/ortools/base/basictypes.h +++ b/ortools/base/basictypes.h @@ -1,4 +1,4 @@ -// Copyright 2010-2017 Google +// Copyright 2010-2018 Google LLC // Licensed under the Apache License, Version 2.0 (the "License"); // you 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 d37ed665c8..4834528a2d 100644 --- a/ortools/base/bitmap.cc +++ b/ortools/base/bitmap.cc @@ -1,4 +1,4 @@ -// Copyright 2010-2017 Google +// Copyright 2010-2018 Google LLC // Licensed under the Apache License, Version 2.0 (the "License"); // you 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 2f499447b4..ae94f3cb6b 100644 --- a/ortools/base/bitmap.h +++ b/ortools/base/bitmap.h @@ -1,4 +1,4 @@ -// Copyright 2010-2017 Google +// Copyright 2010-2018 Google LLC // Licensed under the Apache License, Version 2.0 (the "License"); // you 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 37fcb5693e..6b51f3ecbe 100644 --- a/ortools/base/callback.cc +++ b/ortools/base/callback.cc @@ -1,4 +1,4 @@ -// Copyright 2010-2017 Google +// Copyright 2010-2018 Google LLC // Licensed under the Apache License, Version 2.0 (the "License"); // you 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 7990a2fc1b..acf5a95370 100644 --- a/ortools/base/callback.h +++ b/ortools/base/callback.h @@ -1,4 +1,4 @@ -// Copyright 2010-2017 Google +// Copyright 2010-2018 Google LLC // Licensed under the Apache License, Version 2.0 (the "License"); // you 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/canonical_errors.h b/ortools/base/canonical_errors.h index be987aa6c6..62767cd14a 100644 --- a/ortools/base/canonical_errors.h +++ b/ortools/base/canonical_errors.h @@ -1,4 +1,4 @@ -// Copyright 2010-2017 Google +// Copyright 2010-2018 Google LLC // Licensed under the Apache License, Version 2.0 (the "License"); // you 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 b429c9ad3a..16c17d421b 100644 --- a/ortools/base/casts.h +++ b/ortools/base/casts.h @@ -1,4 +1,4 @@ -// Copyright 2010-2017 Google +// Copyright 2010-2018 Google LLC // Licensed under the Apache License, Version 2.0 (the "License"); // you 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 a02e1046d9..8fc48e2878 100644 --- a/ortools/base/cleanup.h +++ b/ortools/base/cleanup.h @@ -1,4 +1,4 @@ -// Copyright 2010-2017 Google +// Copyright 2010-2018 Google LLC // Licensed under the Apache License, Version 2.0 (the "License"); // you 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 ad44fa817d..717631942e 100644 --- a/ortools/base/commandlineflags.h +++ b/ortools/base/commandlineflags.h @@ -1,4 +1,4 @@ -// Copyright 2010-2017 Google +// Copyright 2010-2018 Google LLC // Licensed under the Apache License, Version 2.0 (the "License"); // you 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 5f98a470b9..c7e27c3de4 100644 --- a/ortools/base/encodingutils.h +++ b/ortools/base/encodingutils.h @@ -1,4 +1,4 @@ -// Copyright 2010-2017 Google +// Copyright 2010-2018 Google LLC // Licensed under the Apache License, Version 2.0 (the "License"); // you 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 954361597e..3ae44fcf97 100644 --- a/ortools/base/file.cc +++ b/ortools/base/file.cc @@ -1,4 +1,4 @@ -// Copyright 2010-2017 Google +// Copyright 2010-2018 Google LLC // Licensed under the Apache License, Version 2.0 (the "License"); // you 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 0dd48c7c68..20c37a820c 100644 --- a/ortools/base/file.h +++ b/ortools/base/file.h @@ -1,4 +1,4 @@ -// Copyright 2010-2017 Google +// Copyright 2010-2018 Google LLC // Licensed under the Apache License, Version 2.0 (the "License"); // you may not use this file except in compliance with the License. // You may obtain a copy of the License at diff --git a/ortools/base/filelineiter.h b/ortools/base/filelineiter.h index 7a138f9eda..b4a6243bc1 100644 --- a/ortools/base/filelineiter.h +++ b/ortools/base/filelineiter.h @@ -1,4 +1,4 @@ -// Copyright 2010-2017 Google +// Copyright 2010-2018 Google LLC // Licensed under the Apache License, Version 2.0 (the "License"); // you 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 7314022ef1..f8e13c8893 100644 --- a/ortools/base/hash.h +++ b/ortools/base/hash.h @@ -1,4 +1,4 @@ -// Copyright 2010-2017 Google +// Copyright 2010-2018 Google LLC // Licensed under the Apache License, Version 2.0 (the "License"); // you 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 061df2b563..871c3e0491 100644 --- a/ortools/base/inlined_vector.h +++ b/ortools/base/inlined_vector.h @@ -1,4 +1,4 @@ -// Copyright 2010-2017 Google +// Copyright 2010-2018 Google LLC // Licensed under the Apache License, Version 2.0 (the "License"); // you 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 2e89e3e64b..1be5b486fd 100644 --- a/ortools/base/int_type.h +++ b/ortools/base/int_type.h @@ -1,4 +1,4 @@ -// Copyright 2010-2017 Google +// Copyright 2010-2018 Google LLC // Licensed under the Apache License, Version 2.0 (the "License"); // you 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 027b2cedf6..b8cb186842 100644 --- a/ortools/base/int_type_indexed_vector.h +++ b/ortools/base/int_type_indexed_vector.h @@ -1,4 +1,4 @@ -// Copyright 2010-2017 Google +// Copyright 2010-2018 Google LLC // Licensed under the Apache License, Version 2.0 (the "License"); // you 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 bdb7286618..4541cfd405 100644 --- a/ortools/base/integral_types.h +++ b/ortools/base/integral_types.h @@ -1,4 +1,4 @@ -// Copyright 2010-2017 Google +// Copyright 2010-2018 Google LLC // Licensed under the Apache License, Version 2.0 (the "License"); // you 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 478b3a4617..ee21a32aa1 100644 --- a/ortools/base/iterator_adaptors.h +++ b/ortools/base/iterator_adaptors.h @@ -1,4 +1,4 @@ -// Copyright 2010-2017 Google +// Copyright 2010-2018 Google LLC // Licensed under the Apache License, Version 2.0 (the "License"); // you 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 3927c7837f..586b576244 100644 --- a/ortools/base/jniutil.h +++ b/ortools/base/jniutil.h @@ -1,4 +1,4 @@ -// Copyright 2010-2017 Google +// Copyright 2010-2018 Google LLC // Licensed under the Apache License, Version 2.0 (the "License"); // you 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 0935b2043a..566dc71d54 100644 --- a/ortools/base/join.cc +++ b/ortools/base/join.cc @@ -1,4 +1,4 @@ -// Copyright 2010-2017 Google +// Copyright 2010-2018 Google LLC // Licensed under the Apache License, Version 2.0 (the "License"); // you 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 934c03c44e..7ee79ae136 100644 --- a/ortools/base/join.h +++ b/ortools/base/join.h @@ -1,4 +1,4 @@ -// Copyright 2010-2017 Google +// Copyright 2010-2018 Google LLC // Licensed under the Apache License, Version 2.0 (the "License"); // you 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 b2ee3f6aff..f0707b9f30 100644 --- a/ortools/base/logging.h +++ b/ortools/base/logging.h @@ -1,4 +1,4 @@ -// Copyright 2010-2017 Google +// Copyright 2010-2018 Google LLC // Licensed under the Apache License, Version 2.0 (the "License"); // you 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 9423f8fbcd..752b91f82a 100644 --- a/ortools/base/macros.h +++ b/ortools/base/macros.h @@ -1,4 +1,4 @@ -// Copyright 2010-2017 Google +// Copyright 2010-2018 Google LLC // Licensed under the Apache License, Version 2.0 (the "License"); // you 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 dfe9f67fc4..ac1039623d 100644 --- a/ortools/base/map_util.h +++ b/ortools/base/map_util.h @@ -1,4 +1,4 @@ -// Copyright 2010-2017 Google +// Copyright 2010-2018 Google LLC // Licensed under the Apache License, Version 2.0 (the "License"); // you 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/match.h b/ortools/base/match.h index 54468583e5..ce4cf71601 100644 --- a/ortools/base/match.h +++ b/ortools/base/match.h @@ -1,4 +1,4 @@ -// Copyright 2010-2017 Google +// Copyright 2010-2018 Google LLC // Licensed under the Apache License, Version 2.0 (the "License"); // you 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 efd722e8db..bed0b13630 100644 --- a/ortools/base/mathutil.h +++ b/ortools/base/mathutil.h @@ -1,4 +1,4 @@ -// Copyright 2010-2017 Google +// Copyright 2010-2018 Google LLC // Licensed under the Apache License, Version 2.0 (the "License"); // you 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/memory.h b/ortools/base/memory.h index 2dc4952621..6a75811a1a 100644 --- a/ortools/base/memory.h +++ b/ortools/base/memory.h @@ -1,4 +1,4 @@ -// Copyright 2010-2017 Google +// Copyright 2010-2018 Google LLC // Licensed under the Apache License, Version 2.0 (the "License"); // you 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 8ddea1abaa..688f764576 100644 --- a/ortools/base/murmur.h +++ b/ortools/base/murmur.h @@ -1,4 +1,4 @@ -// Copyright 2010-2017 Google +// Copyright 2010-2018 Google LLC // Licensed under the Apache License, Version 2.0 (the "License"); // you 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 6ce77e3209..039a57c775 100644 --- a/ortools/base/mutex.cc +++ b/ortools/base/mutex.cc @@ -1,4 +1,4 @@ -// Copyright 2010-2017 Google +// Copyright 2010-2018 Google LLC // Licensed under the Apache License, Version 2.0 (the "License"); // you 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 ea0e4aa371..b9ece7face 100644 --- a/ortools/base/mutex.h +++ b/ortools/base/mutex.h @@ -1,4 +1,4 @@ -// Copyright 2010-2017 Google +// Copyright 2010-2018 Google LLC // Licensed under the Apache License, Version 2.0 (the "License"); // you 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/notification.cc b/ortools/base/notification.cc index 5c3e37fd66..42e74ef147 100644 --- a/ortools/base/notification.cc +++ b/ortools/base/notification.cc @@ -1,4 +1,4 @@ -// Copyright 2010-2017 Google +// Copyright 2010-2018 Google LLC // Licensed under the Apache License, Version 2.0 (the "License"); // you 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/notification.h b/ortools/base/notification.h index ea49bf0ffa..508ccd79d8 100644 --- a/ortools/base/notification.h +++ b/ortools/base/notification.h @@ -1,4 +1,4 @@ -// Copyright 2010-2017 Google +// Copyright 2010-2018 Google LLC // Licensed under the Apache License, Version 2.0 (the "License"); // you 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 66adc14e00..6ba5cffd4a 100644 --- a/ortools/base/numbers.cc +++ b/ortools/base/numbers.cc @@ -1,4 +1,4 @@ -// Copyright 2010-2017 Google +// Copyright 2010-2018 Google LLC // Licensed under the Apache License, Version 2.0 (the "License"); // you 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 bda50a26c1..383a3799db 100644 --- a/ortools/base/numbers.h +++ b/ortools/base/numbers.h @@ -1,4 +1,4 @@ -// Copyright 2010-2017 Google +// Copyright 2010-2018 Google LLC // Licensed under the Apache License, Version 2.0 (the "License"); // you 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/optional.h b/ortools/base/optional.h index be81367675..501fe538ae 100644 --- a/ortools/base/optional.h +++ b/ortools/base/optional.h @@ -1,4 +1,4 @@ -// Copyright 2010-2017 Google +// Copyright 2010-2018 Google LLC // Licensed under the Apache License, Version 2.0 (the "License"); // you 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 2250601d8d..8f09a0be30 100644 --- a/ortools/base/port.h +++ b/ortools/base/port.h @@ -1,4 +1,4 @@ -// Copyright 2010-2017 Google +// Copyright 2010-2018 Google LLC // Licensed under the Apache License, Version 2.0 (the "License"); // you may not use this file except in compliance with the License. // You may obtain a copy of the License at diff --git a/ortools/base/protoutil.h b/ortools/base/protoutil.h index 5c73ebc5ca..e612e7f80b 100644 --- a/ortools/base/protoutil.h +++ b/ortools/base/protoutil.h @@ -1,4 +1,4 @@ -// Copyright 2010-2017 Google +// Copyright 2010-2018 Google LLC // Licensed under the Apache License, Version 2.0 (the "License"); // you may not use this file except in compliance with the License. // You may obtain a copy of the License at diff --git a/ortools/base/ptr_util.h b/ortools/base/ptr_util.h index d09119ac39..93b87f78f9 100644 --- a/ortools/base/ptr_util.h +++ b/ortools/base/ptr_util.h @@ -1,4 +1,4 @@ -// Copyright 2010-2017 Google +// Copyright 2010-2018 Google LLC // Licensed under the Apache License, Version 2.0 (the "License"); // you 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 3cbfd405ac..3f34ce2346 100644 --- a/ortools/base/python-swig.h +++ b/ortools/base/python-swig.h @@ -1,4 +1,4 @@ -// Copyright 2010-2017 Google +// Copyright 2010-2018 Google LLC // Licensed under the Apache License, Version 2.0 (the "License"); // you 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/callbacks.i b/ortools/base/python/callbacks.i index cacc89d43e..f9ad9317f0 100644 --- a/ortools/base/python/callbacks.i +++ b/ortools/base/python/callbacks.i @@ -1,4 +1,4 @@ -// Copyright 2010-2017 Google +// Copyright 2010-2018 Google LLC // Licensed under the Apache License, Version 2.0 (the "License"); // you 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 224cb3b066..b71c7ab78b 100644 --- a/ortools/base/random.cc +++ b/ortools/base/random.cc @@ -1,4 +1,4 @@ -// Copyright 2010-2017 Google +// Copyright 2010-2018 Google LLC // Licensed under the Apache License, Version 2.0 (the "License"); // you 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 bb56eb2239..f954ab63af 100644 --- a/ortools/base/random.h +++ b/ortools/base/random.h @@ -1,4 +1,4 @@ -// Copyright 2010-2017 Google +// Copyright 2010-2018 Google LLC // Licensed under the Apache License, Version 2.0 (the "License"); // you 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 1b03056253..d009580577 100644 --- a/ortools/base/recordio.cc +++ b/ortools/base/recordio.cc @@ -1,4 +1,4 @@ -// Copyright 2010-2017 Google +// Copyright 2010-2018 Google LLC // Licensed under the Apache License, Version 2.0 (the "License"); // you 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 aa82023bef..219771bf15 100644 --- a/ortools/base/recordio.h +++ b/ortools/base/recordio.h @@ -1,4 +1,4 @@ -// Copyright 2010-2017 Google +// Copyright 2010-2018 Google LLC // Licensed under the Apache License, Version 2.0 (the "License"); // you 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 061fd7e259..1c89745daf 100644 --- a/ortools/base/small_map.h +++ b/ortools/base/small_map.h @@ -1,4 +1,4 @@ -// Copyright 2010-2017 Google +// Copyright 2010-2018 Google LLC // Licensed under the Apache License, Version 2.0 (the "License"); // you 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 38b19f47bb..4ba9e02e0b 100644 --- a/ortools/base/small_ordered_set.h +++ b/ortools/base/small_ordered_set.h @@ -1,4 +1,4 @@ -// Copyright 2010-2017 Google +// Copyright 2010-2018 Google LLC // Licensed under the Apache License, Version 2.0 (the "License"); // you 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 27717c681c..a3dc0e6d55 100644 --- a/ortools/base/span.h +++ b/ortools/base/span.h @@ -1,4 +1,4 @@ -// Copyright 2010-2017 Google +// Copyright 2010-2018 Google LLC // Licensed under the Apache License, Version 2.0 (the "License"); // you 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 98e358c003..7caa34bb44 100644 --- a/ortools/base/sparsetable.h +++ b/ortools/base/sparsetable.h @@ -1,4 +1,4 @@ -// Copyright 2010-2017 Google +// Copyright 2010-2018 Google LLC // Licensed under the Apache License, Version 2.0 (the "License"); // you 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 7d1f950822..42aaab7fd5 100644 --- a/ortools/base/split.cc +++ b/ortools/base/split.cc @@ -1,4 +1,4 @@ -// Copyright 2010-2017 Google +// Copyright 2010-2018 Google LLC // Licensed under the Apache License, Version 2.0 (the "License"); // you 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 6dad81744a..5e2116b704 100644 --- a/ortools/base/split.h +++ b/ortools/base/split.h @@ -1,4 +1,4 @@ -// Copyright 2010-2017 Google +// Copyright 2010-2018 Google LLC // Licensed under the Apache License, Version 2.0 (the "License"); // you 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 366eb76971..1ca2562ea0 100644 --- a/ortools/base/status.h +++ b/ortools/base/status.h @@ -1,4 +1,4 @@ -// Copyright 2010-2017 Google +// Copyright 2010-2018 Google LLC // Licensed under the Apache License, Version 2.0 (the "License"); // you 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 92fcc2af85..7c1093bd1d 100644 --- a/ortools/base/statusor.h +++ b/ortools/base/statusor.h @@ -1,4 +1,4 @@ -// Copyright 2010-2017 Google +// Copyright 2010-2018 Google LLC // Licensed under the Apache License, Version 2.0 (the "License"); // you 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 a723f869a1..621bc2a9c5 100644 --- a/ortools/base/stl_util.h +++ b/ortools/base/stl_util.h @@ -1,4 +1,4 @@ -// Copyright 2010-2017 Google +// Copyright 2010-2018 Google LLC // Licensed under the Apache License, Version 2.0 (the "License"); // you 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 c6833f6e82..219682d083 100644 --- a/ortools/base/string_view.cc +++ b/ortools/base/string_view.cc @@ -1,4 +1,4 @@ -// Copyright 2010-2017 Google +// Copyright 2010-2018 Google LLC // Licensed under the Apache License, Version 2.0 (the "License"); // you 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 3b32ec341d..f4a0dd4c4f 100644 --- a/ortools/base/string_view.h +++ b/ortools/base/string_view.h @@ -1,4 +1,4 @@ -// Copyright 2010-2017 Google +// Copyright 2010-2018 Google LLC // Licensed under the Apache License, Version 2.0 (the "License"); // you 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 16f0ad808d..0ab8440faf 100644 --- a/ortools/base/stringpiece_utils.h +++ b/ortools/base/stringpiece_utils.h @@ -1,4 +1,4 @@ -// Copyright 2010-2017 Google +// Copyright 2010-2018 Google LLC // Licensed under the Apache License, Version 2.0 (the "License"); // you 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 95dcad9e21..fa44a5b4d1 100644 --- a/ortools/base/stringprintf.cc +++ b/ortools/base/stringprintf.cc @@ -1,4 +1,4 @@ -// Copyright 2010-2017 Google +// Copyright 2010-2018 Google LLC // Licensed under the Apache License, Version 2.0 (the "License"); // you 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 2dd3ad58e6..bc972b944c 100644 --- a/ortools/base/stringprintf.h +++ b/ortools/base/stringprintf.h @@ -1,4 +1,4 @@ -// Copyright 2010-2017 Google +// Copyright 2010-2018 Google LLC // Licensed under the Apache License, Version 2.0 (the "License"); // you 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 03b57eaf84..3529ec9c17 100644 --- a/ortools/base/strtoint.h +++ b/ortools/base/strtoint.h @@ -1,4 +1,4 @@ -// Copyright 2010-2017 Google +// Copyright 2010-2018 Google LLC // Licensed under the Apache License, Version 2.0 (the "License"); // you 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 ca4e4a4ac4..18bdb43fd8 100644 --- a/ortools/base/strutil.h +++ b/ortools/base/strutil.h @@ -1,4 +1,4 @@ -// Copyright 2010-2017 Google +// Copyright 2010-2018 Google LLC // Licensed under the Apache License, Version 2.0 (the "License"); // you 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 052b2219f7..c54e3a72b4 100644 --- a/ortools/base/synchronization.h +++ b/ortools/base/synchronization.h @@ -1,4 +1,4 @@ -// Copyright 2010-2017 Google +// Copyright 2010-2018 Google LLC // Licensed under the Apache License, Version 2.0 (the "License"); // you 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 e338c8a328..758d96bf0b 100644 --- a/ortools/base/sysinfo.cc +++ b/ortools/base/sysinfo.cc @@ -1,4 +1,4 @@ -// Copyright 2010-2017 Google +// Copyright 2010-2018 Google LLC // Licensed under the Apache License, Version 2.0 (the "License"); // you 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 fd5c9fd7ee..c625d0015e 100644 --- a/ortools/base/sysinfo.h +++ b/ortools/base/sysinfo.h @@ -1,4 +1,4 @@ -// Copyright 2010-2017 Google +// Copyright 2010-2018 Google LLC // Licensed under the Apache License, Version 2.0 (the "License"); // you 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 7ea108ef71..aac508fe9d 100644 --- a/ortools/base/thorough_hash.h +++ b/ortools/base/thorough_hash.h @@ -1,4 +1,4 @@ -// Copyright 2010-2017 Google +// Copyright 2010-2018 Google LLC // Licensed under the Apache License, Version 2.0 (the "License"); // you 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 d84a8e8b3e..3fb7efd1da 100644 --- a/ortools/base/threadpool.cc +++ b/ortools/base/threadpool.cc @@ -1,4 +1,4 @@ -// Copyright 2010-2017 Google +// Copyright 2010-2018 Google LLC // Licensed under the Apache License, Version 2.0 (the "License"); // you 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 52fcf839c8..bfeb502414 100644 --- a/ortools/base/threadpool.h +++ b/ortools/base/threadpool.h @@ -1,4 +1,4 @@ -// Copyright 2010-2017 Google +// Copyright 2010-2018 Google LLC // Licensed under the Apache License, Version 2.0 (the "License"); // you 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 b1ab0ea27b..62c7f8aa8c 100644 --- a/ortools/base/time_support.cc +++ b/ortools/base/time_support.cc @@ -1,4 +1,4 @@ -// Copyright 2010-2017 Google +// Copyright 2010-2018 Google LLC // Licensed under the Apache License, Version 2.0 (the "License"); // you 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 eef66c7d58..e5e77e576b 100644 --- a/ortools/base/time_support.h +++ b/ortools/base/time_support.h @@ -1,4 +1,4 @@ -// Copyright 2010-2017 Google +// Copyright 2010-2018 Google LLC // Licensed under the Apache License, Version 2.0 (the "License"); // you 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 552fbc43ba..46f878db1f 100644 --- a/ortools/base/timer.cc +++ b/ortools/base/timer.cc @@ -1,4 +1,4 @@ -// Copyright 2010-2017 Google +// Copyright 2010-2018 Google LLC // Licensed under the Apache License, Version 2.0 (the "License"); // you 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 f0d53dd569..8b85f3b895 100644 --- a/ortools/base/timer.h +++ b/ortools/base/timer.h @@ -1,4 +1,4 @@ -// Copyright 2010-2017 Google +// Copyright 2010-2018 Google LLC // Licensed under the Apache License, Version 2.0 (the "License"); // you 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 876ab7b7d5..b3c8e745bf 100644 --- a/ortools/base/typeid.h +++ b/ortools/base/typeid.h @@ -1,4 +1,4 @@ -// Copyright 2010-2017 Google +// Copyright 2010-2018 Google LLC // Licensed under the Apache License, Version 2.0 (the "License"); // you 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 5e2aaa574a..0488305c2e 100644 --- a/ortools/bop/bop_base.cc +++ b/ortools/bop/bop_base.cc @@ -1,4 +1,4 @@ -// Copyright 2010-2017 Google +// Copyright 2010-2018 Google LLC // Licensed under the Apache License, Version 2.0 (the "License"); // you 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 afecf0ecdf..8b5b92630c 100644 --- a/ortools/bop/bop_base.h +++ b/ortools/bop/bop_base.h @@ -1,4 +1,4 @@ -// Copyright 2010-2017 Google +// Copyright 2010-2018 Google LLC // Licensed under the Apache License, Version 2.0 (the "License"); // you 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 efbe5e23c0..d58cc92fd1 100644 --- a/ortools/bop/bop_fs.cc +++ b/ortools/bop/bop_fs.cc @@ -1,4 +1,4 @@ -// Copyright 2010-2017 Google +// Copyright 2010-2018 Google LLC // Licensed under the Apache License, Version 2.0 (the "License"); // you 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 095dee170e..e2807f2540 100644 --- a/ortools/bop/bop_fs.h +++ b/ortools/bop/bop_fs.h @@ -1,4 +1,4 @@ -// Copyright 2010-2017 Google +// Copyright 2010-2018 Google LLC // Licensed under the Apache License, Version 2.0 (the "License"); // you 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 0c182ce643..a9ce0c09b1 100644 --- a/ortools/bop/bop_lns.cc +++ b/ortools/bop/bop_lns.cc @@ -1,4 +1,4 @@ -// Copyright 2010-2017 Google +// Copyright 2010-2018 Google LLC // Licensed under the Apache License, Version 2.0 (the "License"); // you 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 2201d2ca04..534bce9a8a 100644 --- a/ortools/bop/bop_lns.h +++ b/ortools/bop/bop_lns.h @@ -1,4 +1,4 @@ -// Copyright 2010-2017 Google +// Copyright 2010-2018 Google LLC // Licensed under the Apache License, Version 2.0 (the "License"); // you 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 6de3f7cee6..cec03c5fee 100644 --- a/ortools/bop/bop_ls.cc +++ b/ortools/bop/bop_ls.cc @@ -1,4 +1,4 @@ -// Copyright 2010-2017 Google +// Copyright 2010-2018 Google LLC // Licensed under the Apache License, Version 2.0 (the "License"); // you 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 e894f6e3c0..243fc3098b 100644 --- a/ortools/bop/bop_ls.h +++ b/ortools/bop/bop_ls.h @@ -1,4 +1,4 @@ -// Copyright 2010-2017 Google +// Copyright 2010-2018 Google LLC // Licensed under the Apache License, Version 2.0 (the "License"); // you 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 c1d82cc420..f90e07eb90 100644 --- a/ortools/bop/bop_parameters.proto +++ b/ortools/bop/bop_parameters.proto @@ -1,4 +1,4 @@ -// Copyright 2010-2017 Google +// Copyright 2010-2018 Google LLC // Licensed under the Apache License, Version 2.0 (the "License"); // you 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 06bfd6b19d..a9c8cfddcc 100644 --- a/ortools/bop/bop_portfolio.cc +++ b/ortools/bop/bop_portfolio.cc @@ -1,4 +1,4 @@ -// Copyright 2010-2017 Google +// Copyright 2010-2018 Google LLC // Licensed under the Apache License, Version 2.0 (the "License"); // you 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 2a50c13292..d6857c9670 100644 --- a/ortools/bop/bop_portfolio.h +++ b/ortools/bop/bop_portfolio.h @@ -1,4 +1,4 @@ -// Copyright 2010-2017 Google +// Copyright 2010-2018 Google LLC // Licensed under the Apache License, Version 2.0 (the "License"); // you 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 2fc2047ef1..b84082b511 100644 --- a/ortools/bop/bop_solution.cc +++ b/ortools/bop/bop_solution.cc @@ -1,4 +1,4 @@ -// Copyright 2010-2017 Google +// Copyright 2010-2018 Google LLC // Licensed under the Apache License, Version 2.0 (the "License"); // you 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 82aa785cce..c3c0f16ab1 100644 --- a/ortools/bop/bop_solution.h +++ b/ortools/bop/bop_solution.h @@ -1,4 +1,4 @@ -// Copyright 2010-2017 Google +// Copyright 2010-2018 Google LLC // Licensed under the Apache License, Version 2.0 (the "License"); // you 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 2bb3fb454b..74441e60ca 100644 --- a/ortools/bop/bop_solver.cc +++ b/ortools/bop/bop_solver.cc @@ -1,4 +1,4 @@ -// Copyright 2010-2017 Google +// Copyright 2010-2018 Google LLC // Licensed under the Apache License, Version 2.0 (the "License"); // you 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 51a55c04b2..643f24fe38 100644 --- a/ortools/bop/bop_solver.h +++ b/ortools/bop/bop_solver.h @@ -1,4 +1,4 @@ -// Copyright 2010-2017 Google +// Copyright 2010-2018 Google LLC // Licensed under the Apache License, Version 2.0 (the "License"); // you 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 c05b493038..610ab0a579 100644 --- a/ortools/bop/bop_types.h +++ b/ortools/bop/bop_types.h @@ -1,4 +1,4 @@ -// Copyright 2010-2017 Google +// Copyright 2010-2018 Google LLC // Licensed under the Apache License, Version 2.0 (the "License"); // you 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 df3eac3942..2d3cd5ee47 100644 --- a/ortools/bop/bop_util.cc +++ b/ortools/bop/bop_util.cc @@ -1,4 +1,4 @@ -// Copyright 2010-2017 Google +// Copyright 2010-2018 Google LLC // Licensed under the Apache License, Version 2.0 (the "License"); // you 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 9cbb110cd2..0acc5813c6 100644 --- a/ortools/bop/bop_util.h +++ b/ortools/bop/bop_util.h @@ -1,4 +1,4 @@ -// Copyright 2010-2017 Google +// Copyright 2010-2018 Google LLC // Licensed under the Apache License, Version 2.0 (the "License"); // you 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 14e315f5f7..83775a0b9b 100644 --- a/ortools/bop/complete_optimizer.cc +++ b/ortools/bop/complete_optimizer.cc @@ -1,4 +1,4 @@ -// Copyright 2010-2017 Google +// Copyright 2010-2018 Google LLC // Licensed under the Apache License, Version 2.0 (the "License"); // you 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 be7707b4c7..dc71f06374 100644 --- a/ortools/bop/complete_optimizer.h +++ b/ortools/bop/complete_optimizer.h @@ -1,4 +1,4 @@ -// Copyright 2010-2017 Google +// Copyright 2010-2018 Google LLC // Licensed under the Apache License, Version 2.0 (the "License"); // you 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 7584cd90d7..99401ff7a1 100644 --- a/ortools/bop/integral_solver.cc +++ b/ortools/bop/integral_solver.cc @@ -1,4 +1,4 @@ -// Copyright 2010-2017 Google +// Copyright 2010-2018 Google LLC // Licensed under the Apache License, Version 2.0 (the "License"); // you 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 82fc822906..c21a57914d 100644 --- a/ortools/bop/integral_solver.h +++ b/ortools/bop/integral_solver.h @@ -1,4 +1,4 @@ -// Copyright 2010-2017 Google +// Copyright 2010-2018 Google LLC // Licensed under the Apache License, Version 2.0 (the "License"); // you 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 7e2983c69f..8ffc4d576e 100644 --- a/ortools/com/google/ortools/constraintsolver/JavaDecisionBuilder.java +++ b/ortools/com/google/ortools/constraintsolver/JavaDecisionBuilder.java @@ -1,4 +1,4 @@ -// Copyright 2010-2017 Google +// Copyright 2010-2018 Google LLC // Licensed under the Apache License, Version 2.0 (the "License"); // you 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/sat/Constraint.java b/ortools/com/google/ortools/sat/Constraint.java index e503eb6f6c..7c52dcdc94 100644 --- a/ortools/com/google/ortools/sat/Constraint.java +++ b/ortools/com/google/ortools/sat/Constraint.java @@ -1,4 +1,4 @@ -// Copyright 2010-2017 Google +// Copyright 2010-2018 Google LLC // Licensed under the Apache License, Version 2.0 (the "License"); // you 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/sat/CpModel.java b/ortools/com/google/ortools/sat/CpModel.java index 694f7f6130..b211da8e6e 100644 --- a/ortools/com/google/ortools/sat/CpModel.java +++ b/ortools/com/google/ortools/sat/CpModel.java @@ -1,4 +1,4 @@ -// Copyright 2010-2017 Google +// Copyright 2010-2018 Google LLC // Licensed under the Apache License, Version 2.0 (the "License"); // you 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/sat/CpSolver.java b/ortools/com/google/ortools/sat/CpSolver.java index 5471abb14e..d6586f026c 100644 --- a/ortools/com/google/ortools/sat/CpSolver.java +++ b/ortools/com/google/ortools/sat/CpSolver.java @@ -1,4 +1,4 @@ -// Copyright 2010-2017 Google +// Copyright 2010-2018 Google LLC // Licensed under the Apache License, Version 2.0 (the "License"); // you 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/sat/CpSolverSolutionCallback.java b/ortools/com/google/ortools/sat/CpSolverSolutionCallback.java index 0782fd7be8..f88d66edae 100644 --- a/ortools/com/google/ortools/sat/CpSolverSolutionCallback.java +++ b/ortools/com/google/ortools/sat/CpSolverSolutionCallback.java @@ -1,4 +1,4 @@ -// Copyright 2010-2017 Google +// Copyright 2010-2018 Google LLC // Licensed under the Apache License, Version 2.0 (the "License"); // you 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/sat/IntVar.java b/ortools/com/google/ortools/sat/IntVar.java index f3ce46ecb6..8b41269e29 100644 --- a/ortools/com/google/ortools/sat/IntVar.java +++ b/ortools/com/google/ortools/sat/IntVar.java @@ -1,4 +1,4 @@ -// Copyright 2010-2017 Google +// Copyright 2010-2018 Google LLC // Licensed under the Apache License, Version 2.0 (the "License"); // you 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/sat/IntervalVar.java b/ortools/com/google/ortools/sat/IntervalVar.java index 3cbbd5d0cb..e9752a7092 100644 --- a/ortools/com/google/ortools/sat/IntervalVar.java +++ b/ortools/com/google/ortools/sat/IntervalVar.java @@ -1,4 +1,4 @@ -// Copyright 2010-2017 Google +// Copyright 2010-2018 Google LLC // Licensed under the Apache License, Version 2.0 (the "License"); // you 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/sat/Literal.java b/ortools/com/google/ortools/sat/Literal.java index 7266e780fa..c092650ae5 100644 --- a/ortools/com/google/ortools/sat/Literal.java +++ b/ortools/com/google/ortools/sat/Literal.java @@ -1,4 +1,4 @@ -// Copyright 2010-2017 Google +// Copyright 2010-2018 Google LLC // Licensed under the Apache License, Version 2.0 (the "License"); // you 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/sat/NotBooleanVariable.java b/ortools/com/google/ortools/sat/NotBooleanVariable.java index f60c94ce3c..162a2e23e4 100644 --- a/ortools/com/google/ortools/sat/NotBooleanVariable.java +++ b/ortools/com/google/ortools/sat/NotBooleanVariable.java @@ -1,4 +1,4 @@ -// Copyright 2010-2017 Google +// Copyright 2010-2018 Google LLC // Licensed under the Apache License, Version 2.0 (the "License"); // you may not 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 48798ddb0f..37f0ea74da 100644 --- a/ortools/constraint_solver/__init__.py +++ b/ortools/constraint_solver/__init__.py @@ -1,4 +1,4 @@ -# Copyright 2010-2017 Google +# Copyright 2010-2018 Google LLC # Licensed under the Apache License, Version 2.0 (the "License"); # you may not 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 35d02d4743..0d40fa185a 100644 --- a/ortools/constraint_solver/alldiff_cst.cc +++ b/ortools/constraint_solver/alldiff_cst.cc @@ -1,4 +1,4 @@ -// Copyright 2010-2017 Google +// Copyright 2010-2018 Google LLC // Licensed under the Apache License, Version 2.0 (the "License"); // you may not 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 28bd0a0735..8a60ed377d 100644 --- a/ortools/constraint_solver/assignment.cc +++ b/ortools/constraint_solver/assignment.cc @@ -1,4 +1,4 @@ -// Copyright 2010-2017 Google +// Copyright 2010-2018 Google LLC // Licensed under the Apache License, Version 2.0 (the "License"); // you may not 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 aab0d5a58a..3faf61ba1e 100644 --- a/ortools/constraint_solver/assignment.proto +++ b/ortools/constraint_solver/assignment.proto @@ -1,4 +1,4 @@ -// Copyright 2010-2017 Google +// Copyright 2010-2018 Google LLC // Licensed under the Apache License, Version 2.0 (the "License"); // you may not 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 3947f7fd3e..0048986334 100644 --- a/ortools/constraint_solver/collect_variables.cc +++ b/ortools/constraint_solver/collect_variables.cc @@ -1,4 +1,4 @@ -// Copyright 2010-2017 Google +// Copyright 2010-2018 Google LLC // Licensed under the Apache License, Version 2.0 (the "License"); // you may not 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 70b4c87cd7..dd8fdb7d58 100644 --- a/ortools/constraint_solver/constraint_solver.cc +++ b/ortools/constraint_solver/constraint_solver.cc @@ -1,4 +1,4 @@ -// Copyright 2010-2017 Google +// Copyright 2010-2018 Google LLC // Licensed under the Apache License, Version 2.0 (the "License"); // you may not 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 8c6b575dfc..43c1feac96 100644 --- a/ortools/constraint_solver/constraint_solver.h +++ b/ortools/constraint_solver/constraint_solver.h @@ -1,4 +1,4 @@ -// Copyright 2010-2017 Google +// Copyright 2010-2018 Google LLC // Licensed under the Apache License, Version 2.0 (the "License"); // you may not 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 65f3e5b761..5f8ff1dc89 100644 --- a/ortools/constraint_solver/constraint_solveri.h +++ b/ortools/constraint_solver/constraint_solveri.h @@ -1,4 +1,4 @@ -// Copyright 2010-2017 Google +// Copyright 2010-2018 Google LLC // Licensed under the Apache License, Version 2.0 (the "License"); // you may not 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 2428687bc9..611117324d 100644 --- a/ortools/constraint_solver/constraints.cc +++ b/ortools/constraint_solver/constraints.cc @@ -1,4 +1,4 @@ -// Copyright 2010-2017 Google +// Copyright 2010-2018 Google LLC // Licensed under the Apache License, Version 2.0 (the "License"); // you may not 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 8ea2dea229..1e8d6dd53b 100644 --- a/ortools/constraint_solver/count_cst.cc +++ b/ortools/constraint_solver/count_cst.cc @@ -1,4 +1,4 @@ -// Copyright 2010-2017 Google +// Copyright 2010-2018 Google LLC // Licensed under the Apache License, Version 2.0 (the "License"); // you may not use this file except in compliance with the License. // You may obtain a copy of the License at diff --git a/ortools/constraint_solver/csharp/IntArrayHelper.cs b/ortools/constraint_solver/csharp/IntArrayHelper.cs index bc16cc4ef8..edfe9dbba4 100644 --- a/ortools/constraint_solver/csharp/IntArrayHelper.cs +++ b/ortools/constraint_solver/csharp/IntArrayHelper.cs @@ -1,4 +1,4 @@ -// Copyright 2010-2017 Google +// Copyright 2010-2018 Google LLC // Licensed under the Apache License, Version 2.0 (the "License"); // you may not use this file except in compliance with the License. // You may obtain a copy of the License at diff --git a/ortools/constraint_solver/csharp/IntVarArrayHelper.cs b/ortools/constraint_solver/csharp/IntVarArrayHelper.cs index 186eac7c54..ee0969e751 100644 --- a/ortools/constraint_solver/csharp/IntVarArrayHelper.cs +++ b/ortools/constraint_solver/csharp/IntVarArrayHelper.cs @@ -1,4 +1,4 @@ -// Copyright 2010-2017 Google +// Copyright 2010-2018 Google LLC // Licensed under the Apache License, Version 2.0 (the "License"); // you may not use this file except in compliance with the License. // You may obtain a copy of the License at diff --git a/ortools/constraint_solver/csharp/IntervalVarArrayHelper.cs b/ortools/constraint_solver/csharp/IntervalVarArrayHelper.cs index b78d1b46a6..e4f7750e6a 100644 --- a/ortools/constraint_solver/csharp/IntervalVarArrayHelper.cs +++ b/ortools/constraint_solver/csharp/IntervalVarArrayHelper.cs @@ -1,4 +1,4 @@ -// Copyright 2010-2017 Google +// Copyright 2010-2018 Google LLC // Licensed under the Apache License, Version 2.0 (the "License"); // you may not use this file except in compliance with the License. // You may obtain a copy of the License at diff --git a/ortools/constraint_solver/csharp/NetDecisionBuilder.cs b/ortools/constraint_solver/csharp/NetDecisionBuilder.cs index 70938862f7..3452b4126c 100644 --- a/ortools/constraint_solver/csharp/NetDecisionBuilder.cs +++ b/ortools/constraint_solver/csharp/NetDecisionBuilder.cs @@ -1,4 +1,4 @@ -// Copyright 2010-2017 Google +// Copyright 2010-2018 Google LLC // Licensed under the Apache License, Version 2.0 (the "License"); // you may not use this file except in compliance with the License. // You may obtain a copy of the License at diff --git a/ortools/constraint_solver/csharp/SolverHelper.cs b/ortools/constraint_solver/csharp/SolverHelper.cs index bf11a4b252..d2ac15e88f 100644 --- a/ortools/constraint_solver/csharp/SolverHelper.cs +++ b/ortools/constraint_solver/csharp/SolverHelper.cs @@ -1,4 +1,4 @@ -// Copyright 2010-2017 Google +// Copyright 2010-2018 Google LLC // Licensed under the Apache License, Version 2.0 (the "License"); // you may not use this file except in compliance with the License. // You may obtain a copy of the License at diff --git a/ortools/constraint_solver/csharp/ValCstPair.cs b/ortools/constraint_solver/csharp/ValCstPair.cs index b964a05ae6..24d0bb9355 100644 --- a/ortools/constraint_solver/csharp/ValCstPair.cs +++ b/ortools/constraint_solver/csharp/ValCstPair.cs @@ -1,4 +1,4 @@ -// Copyright 2010-2017 Google +// Copyright 2010-2018 Google LLC // Licensed under the Apache License, Version 2.0 (the "License"); // you may not use this file except in compliance with the License. // You may obtain a copy of the License at diff --git a/ortools/constraint_solver/csharp/constraint_solver.i b/ortools/constraint_solver/csharp/constraint_solver.i index 1920d74877..03c5ce71c0 100644 --- a/ortools/constraint_solver/csharp/constraint_solver.i +++ b/ortools/constraint_solver/csharp/constraint_solver.i @@ -1,4 +1,4 @@ -// Copyright 2010-2017 Google +// Copyright 2010-2018 Google LLC // Licensed under the Apache License, Version 2.0 (the "License"); // you may not 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 0f7082acf2..322355b339 100644 --- a/ortools/constraint_solver/default_search.cc +++ b/ortools/constraint_solver/default_search.cc @@ -1,4 +1,4 @@ -// Copyright 2010-2017 Google +// Copyright 2010-2018 Google LLC // Licensed under the Apache License, Version 2.0 (the "License"); // you may not 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 d0671accf1..36128de996 100644 --- a/ortools/constraint_solver/demon_profiler.cc +++ b/ortools/constraint_solver/demon_profiler.cc @@ -1,4 +1,4 @@ -// Copyright 2010-2017 Google +// Copyright 2010-2018 Google LLC // Licensed under the Apache License, Version 2.0 (the "License"); // you may not 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 13a5d21172..1441518a1c 100644 --- a/ortools/constraint_solver/demon_profiler.proto +++ b/ortools/constraint_solver/demon_profiler.proto @@ -1,4 +1,4 @@ -// Copyright 2010-2017 Google +// Copyright 2010-2018 Google LLC // Licensed under the Apache License, Version 2.0 (the "License"); // you may not 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 610b4b2d2a..b3a15b1521 100644 --- a/ortools/constraint_solver/deviation.cc +++ b/ortools/constraint_solver/deviation.cc @@ -1,4 +1,4 @@ -// Copyright 2010-2017 Google +// Copyright 2010-2018 Google LLC // Licensed under the Apache License, Version 2.0 (the "License"); // you may not 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 d269a3e55d..7ab5bf8161 100644 --- a/ortools/constraint_solver/diffn.cc +++ b/ortools/constraint_solver/diffn.cc @@ -1,4 +1,4 @@ -// Copyright 2010-2017 Google +// Copyright 2010-2018 Google LLC // Licensed under the Apache License, Version 2.0 (the "License"); // you may not 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 747671adba..ecbbe0c483 100644 --- a/ortools/constraint_solver/element.cc +++ b/ortools/constraint_solver/element.cc @@ -1,4 +1,4 @@ -// Copyright 2010-2017 Google +// Copyright 2010-2018 Google LLC // Licensed under the Apache License, Version 2.0 (the "License"); // you may not 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 5d1ae25889..1480f4bbcc 100644 --- a/ortools/constraint_solver/expr_array.cc +++ b/ortools/constraint_solver/expr_array.cc @@ -1,4 +1,4 @@ -// Copyright 2010-2017 Google +// Copyright 2010-2018 Google LLC // Licensed under the Apache License, Version 2.0 (the "License"); // you may not 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 2f6bd8be29..d7e57c7e59 100644 --- a/ortools/constraint_solver/expr_cst.cc +++ b/ortools/constraint_solver/expr_cst.cc @@ -1,4 +1,4 @@ -// Copyright 2010-2017 Google +// Copyright 2010-2018 Google LLC // Licensed under the Apache License, Version 2.0 (the "License"); // you may not 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 235ab9b1fa..4a03a56d17 100644 --- a/ortools/constraint_solver/expressions.cc +++ b/ortools/constraint_solver/expressions.cc @@ -1,4 +1,4 @@ -// Copyright 2010-2017 Google +// Copyright 2010-2018 Google LLC // Licensed under the Apache License, Version 2.0 (the "License"); // you may not 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 92eb5a7366..abca9825c0 100644 --- a/ortools/constraint_solver/graph_constraints.cc +++ b/ortools/constraint_solver/graph_constraints.cc @@ -1,4 +1,4 @@ -// Copyright 2010-2017 Google +// Copyright 2010-2018 Google LLC // Licensed under the Apache License, Version 2.0 (the "License"); // you may not 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 303427cf7b..4f8da798fe 100644 --- a/ortools/constraint_solver/hybrid.cc +++ b/ortools/constraint_solver/hybrid.cc @@ -1,4 +1,4 @@ -// Copyright 2010-2017 Google +// Copyright 2010-2018 Google LLC // Licensed under the Apache License, Version 2.0 (the "License"); // you may not 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 d3f115e4f2..bd6891a7f4 100644 --- a/ortools/constraint_solver/hybrid.h +++ b/ortools/constraint_solver/hybrid.h @@ -1,4 +1,4 @@ -// Copyright 2010-2017 Google +// Copyright 2010-2018 Google LLC // Licensed under the Apache License, Version 2.0 (the "License"); // you may not 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 80c044f369..bb645f3bc4 100644 --- a/ortools/constraint_solver/interval.cc +++ b/ortools/constraint_solver/interval.cc @@ -1,4 +1,4 @@ -// Copyright 2010-2017 Google +// Copyright 2010-2018 Google LLC // Licensed under the Apache License, Version 2.0 (the "License"); // you may not 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 f7d50644e8..5773597edd 100644 --- a/ortools/constraint_solver/io.cc +++ b/ortools/constraint_solver/io.cc @@ -1,4 +1,4 @@ -// Copyright 2010-2017 Google +// Copyright 2010-2018 Google LLC // Licensed under the Apache License, Version 2.0 (the "License"); // you may not use this file except in compliance with the License. // You may obtain a copy of the License at diff --git a/ortools/constraint_solver/java/constraint_solver.i b/ortools/constraint_solver/java/constraint_solver.i index 6167203801..3aad0049ea 100644 --- a/ortools/constraint_solver/java/constraint_solver.i +++ b/ortools/constraint_solver/java/constraint_solver.i @@ -1,4 +1,4 @@ -// Copyright 2010-2017 Google +// Copyright 2010-2018 Google LLC // Licensed under the Apache License, Version 2.0 (the "License"); // you may not use this file except in compliance with the License. // You may obtain a copy of the License at diff --git a/ortools/constraint_solver/java/javawrapcp_util.h b/ortools/constraint_solver/java/javawrapcp_util.h index 2210da47da..06f9187c6e 100644 --- a/ortools/constraint_solver/java/javawrapcp_util.h +++ b/ortools/constraint_solver/java/javawrapcp_util.h @@ -1,4 +1,4 @@ -// Copyright 2010-2017 Google +// Copyright 2010-2018 Google LLC // Licensed under the Apache License, Version 2.0 (the "License"); // you may not 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 f54d613298..601b52f328 100644 --- a/ortools/constraint_solver/local_search.cc +++ b/ortools/constraint_solver/local_search.cc @@ -1,4 +1,4 @@ -// Copyright 2010-2017 Google +// Copyright 2010-2018 Google LLC // Licensed under the Apache License, Version 2.0 (the "License"); // you may not 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 1450a8a525..d4920b5043 100644 --- a/ortools/constraint_solver/model.proto +++ b/ortools/constraint_solver/model.proto @@ -1,4 +1,4 @@ -// Copyright 2010-2017 Google +// Copyright 2010-2018 Google LLC // Licensed under the Apache License, Version 2.0 (the "License"); // you may not 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 00ef1af935..615f2421d4 100644 --- a/ortools/constraint_solver/model_cache.cc +++ b/ortools/constraint_solver/model_cache.cc @@ -1,4 +1,4 @@ -// Copyright 2010-2017 Google +// Copyright 2010-2018 Google LLC // Licensed under the Apache License, Version 2.0 (the "License"); // you may not 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 d4005530eb..25df990a34 100644 --- a/ortools/constraint_solver/nogoods.cc +++ b/ortools/constraint_solver/nogoods.cc @@ -1,4 +1,4 @@ -// Copyright 2010-2017 Google +// Copyright 2010-2018 Google LLC // Licensed under the Apache License, Version 2.0 (the "License"); // you may not 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 e282788a8f..9eb8b0416a 100644 --- a/ortools/constraint_solver/pack.cc +++ b/ortools/constraint_solver/pack.cc @@ -1,4 +1,4 @@ -// Copyright 2010-2017 Google +// Copyright 2010-2018 Google LLC // Licensed under the Apache License, Version 2.0 (the "License"); // you may not use this file except in compliance with the License. // You may obtain a copy of the License at diff --git a/ortools/constraint_solver/python/constraint_solver.i b/ortools/constraint_solver/python/constraint_solver.i index 233c59506e..d52913bc56 100644 --- a/ortools/constraint_solver/python/constraint_solver.i +++ b/ortools/constraint_solver/python/constraint_solver.i @@ -1,4 +1,4 @@ -// Copyright 2010-2017 Google +// Copyright 2010-2018 Google LLC // Licensed under the Apache License, Version 2.0 (the "License"); // you may not use this file except in compliance with the License. // You may obtain a copy of the License at diff --git a/ortools/constraint_solver/python/constraint_solver_helpers.i b/ortools/constraint_solver/python/constraint_solver_helpers.i index 6c62589d5b..b1f9da5843 100644 --- a/ortools/constraint_solver/python/constraint_solver_helpers.i +++ b/ortools/constraint_solver/python/constraint_solver_helpers.i @@ -1,4 +1,4 @@ -// Copyright 2010-2017 Google +// Copyright 2010-2018 Google LLC // Licensed under the Apache License, Version 2.0 (the "License"); // you may not use this file except in compliance with the License. // You may obtain a copy of the License at diff --git a/ortools/constraint_solver/python/pywrapcp_util.h b/ortools/constraint_solver/python/pywrapcp_util.h index cd9ce55cbc..840f10c38b 100644 --- a/ortools/constraint_solver/python/pywrapcp_util.h +++ b/ortools/constraint_solver/python/pywrapcp_util.h @@ -1,4 +1,4 @@ -// Copyright 2010-2017 Google +// Copyright 2010-2018 Google LLC // Licensed under the Apache License, Version 2.0 (the "License"); // you may not 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 22a123c612..68f3a53a04 100644 --- a/ortools/constraint_solver/range_cst.cc +++ b/ortools/constraint_solver/range_cst.cc @@ -1,4 +1,4 @@ -// Copyright 2010-2017 Google +// Copyright 2010-2018 Google LLC // Licensed under the Apache License, Version 2.0 (the "License"); // you may not 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 3ec3025292..44525895bb 100644 --- a/ortools/constraint_solver/resource.cc +++ b/ortools/constraint_solver/resource.cc @@ -1,4 +1,4 @@ -// Copyright 2010-2017 Google +// Copyright 2010-2018 Google LLC // Licensed under the Apache License, Version 2.0 (the "License"); // you may not 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 1bf0f0d61f..e8a143a654 100644 --- a/ortools/constraint_solver/routing.cc +++ b/ortools/constraint_solver/routing.cc @@ -1,4 +1,4 @@ -// Copyright 2010-2017 Google +// Copyright 2010-2018 Google LLC // Licensed under the Apache License, Version 2.0 (the "License"); // you may not 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 dca2217c57..af4ddf0d14 100644 --- a/ortools/constraint_solver/routing.h +++ b/ortools/constraint_solver/routing.h @@ -1,4 +1,4 @@ -// Copyright 2010-2017 Google +// Copyright 2010-2018 Google LLC // Licensed under the Apache License, Version 2.0 (the "License"); // you may not 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 0be2278989..c84ea6b933 100644 --- a/ortools/constraint_solver/routing_enums.proto +++ b/ortools/constraint_solver/routing_enums.proto @@ -1,4 +1,4 @@ -// Copyright 2010-2017 Google +// Copyright 2010-2018 Google LLC // Licensed under the Apache License, Version 2.0 (the "License"); // you may not 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 865eac715d..075e204297 100644 --- a/ortools/constraint_solver/routing_flags.cc +++ b/ortools/constraint_solver/routing_flags.cc @@ -1,4 +1,4 @@ -// Copyright 2010-2017 Google +// Copyright 2010-2018 Google LLC // Licensed under the Apache License, Version 2.0 (the "License"); // you may not 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 9648e6f49e..67816f5f6b 100644 --- a/ortools/constraint_solver/routing_flags.h +++ b/ortools/constraint_solver/routing_flags.h @@ -1,4 +1,4 @@ -// Copyright 2010-2017 Google +// Copyright 2010-2018 Google LLC // Licensed under the Apache License, Version 2.0 (the "License"); // you may not 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 dbc0071485..704a93b39d 100644 --- a/ortools/constraint_solver/routing_neighborhoods.cc +++ b/ortools/constraint_solver/routing_neighborhoods.cc @@ -1,4 +1,4 @@ -// Copyright 2010-2017 Google +// Copyright 2010-2018 Google LLC // Licensed under the Apache License, Version 2.0 (the "License"); // you may not 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 07d2b63e2a..b8a9751701 100644 --- a/ortools/constraint_solver/routing_neighborhoods.h +++ b/ortools/constraint_solver/routing_neighborhoods.h @@ -1,4 +1,4 @@ -// Copyright 2010-2017 Google +// Copyright 2010-2018 Google LLC // Licensed under the Apache License, Version 2.0 (the "License"); // you may not 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 691dbf8bfb..0377541065 100644 --- a/ortools/constraint_solver/routing_parameters.proto +++ b/ortools/constraint_solver/routing_parameters.proto @@ -1,4 +1,4 @@ -// Copyright 2010-2017 Google +// Copyright 2010-2018 Google LLC // Licensed under the Apache License, Version 2.0 (the "License"); // you may not 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 96240a9ad3..0dc4e2f0b9 100644 --- a/ortools/constraint_solver/routing_search.cc +++ b/ortools/constraint_solver/routing_search.cc @@ -1,4 +1,4 @@ -// Copyright 2010-2017 Google +// Copyright 2010-2018 Google LLC // Licensed under the Apache License, Version 2.0 (the "License"); // you may not 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 f8add68ebc..acfe8c420e 100644 --- a/ortools/constraint_solver/routing_types.h +++ b/ortools/constraint_solver/routing_types.h @@ -1,4 +1,4 @@ -// Copyright 2010-2017 Google +// Copyright 2010-2018 Google LLC // Licensed under the Apache License, Version 2.0 (the "License"); // you may not 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 e25815553a..da0f9497e7 100644 --- a/ortools/constraint_solver/sat_constraint.cc +++ b/ortools/constraint_solver/sat_constraint.cc @@ -1,4 +1,4 @@ -// Copyright 2010-2017 Google +// Copyright 2010-2018 Google LLC // Licensed under the Apache License, Version 2.0 (the "License"); // you may not 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 2a826a1714..7ef805273a 100644 --- a/ortools/constraint_solver/sat_constraint.h +++ b/ortools/constraint_solver/sat_constraint.h @@ -1,4 +1,4 @@ -// Copyright 2010-2017 Google +// Copyright 2010-2018 Google LLC // Licensed under the Apache License, Version 2.0 (the "License"); // you may not 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 76b9524d9f..8b8c64a42f 100644 --- a/ortools/constraint_solver/sched_constraints.cc +++ b/ortools/constraint_solver/sched_constraints.cc @@ -1,4 +1,4 @@ -// Copyright 2010-2017 Google +// Copyright 2010-2018 Google LLC // Licensed under the Apache License, Version 2.0 (the "License"); // you may not 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 99036bddd0..49440cb3ba 100644 --- a/ortools/constraint_solver/sched_expr.cc +++ b/ortools/constraint_solver/sched_expr.cc @@ -1,4 +1,4 @@ -// Copyright 2010-2017 Google +// Copyright 2010-2018 Google LLC // Licensed under the Apache License, Version 2.0 (the "License"); // you may not 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 b5c4c281e9..a47ad317ee 100644 --- a/ortools/constraint_solver/sched_search.cc +++ b/ortools/constraint_solver/sched_search.cc @@ -1,4 +1,4 @@ -// Copyright 2010-2017 Google +// Copyright 2010-2018 Google LLC // Licensed under the Apache License, Version 2.0 (the "License"); // you may not 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 44c74c473b..4b3edd1cf0 100644 --- a/ortools/constraint_solver/search.cc +++ b/ortools/constraint_solver/search.cc @@ -1,4 +1,4 @@ -// Copyright 2010-2017 Google +// Copyright 2010-2018 Google LLC // Licensed under the Apache License, Version 2.0 (the "License"); // you may not 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 b465f4b011..8fb4a19c93 100644 --- a/ortools/constraint_solver/search_limit.proto +++ b/ortools/constraint_solver/search_limit.proto @@ -1,4 +1,4 @@ -// Copyright 2010-2017 Google +// Copyright 2010-2018 Google LLC // Licensed under the Apache License, Version 2.0 (the "License"); // you may not 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 3d2c86e2a0..1183d967a0 100644 --- a/ortools/constraint_solver/solver_parameters.proto +++ b/ortools/constraint_solver/solver_parameters.proto @@ -1,4 +1,4 @@ -// Copyright 2010-2017 Google +// Copyright 2010-2018 Google LLC // Licensed under the Apache License, Version 2.0 (the "License"); // you may not 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 4c51e3c9d1..476d58f5fa 100644 --- a/ortools/constraint_solver/table.cc +++ b/ortools/constraint_solver/table.cc @@ -1,4 +1,4 @@ -// Copyright 2010-2017 Google +// Copyright 2010-2018 Google LLC // Licensed under the Apache License, Version 2.0 (the "License"); // you may not 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 09debdf92b..1d4963d1b1 100644 --- a/ortools/constraint_solver/timetabling.cc +++ b/ortools/constraint_solver/timetabling.cc @@ -1,4 +1,4 @@ -// Copyright 2010-2017 Google +// Copyright 2010-2018 Google LLC // Licensed under the Apache License, Version 2.0 (the "License"); // you may not 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 3a0cb19c81..1704730400 100644 --- a/ortools/constraint_solver/trace.cc +++ b/ortools/constraint_solver/trace.cc @@ -1,4 +1,4 @@ -// Copyright 2010-2017 Google +// Copyright 2010-2018 Google LLC // Licensed under the Apache License, Version 2.0 (the "License"); // you may not 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 036eaf919d..46e839053e 100644 --- a/ortools/constraint_solver/tree_monitor.cc +++ b/ortools/constraint_solver/tree_monitor.cc @@ -1,4 +1,4 @@ -// Copyright 2010-2017 Google +// Copyright 2010-2018 Google LLC // Licensed under the Apache License, Version 2.0 (the "License"); // you may not 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 b6fcf671f5..082cdac7aa 100644 --- a/ortools/constraint_solver/utilities.cc +++ b/ortools/constraint_solver/utilities.cc @@ -1,4 +1,4 @@ -// Copyright 2010-2017 Google +// Copyright 2010-2018 Google LLC // Licensed under the Apache License, Version 2.0 (the "License"); // you may not 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 c5ab3ae553..8047c15d5a 100644 --- a/ortools/constraint_solver/visitor.cc +++ b/ortools/constraint_solver/visitor.cc @@ -1,4 +1,4 @@ -// Copyright 2010-2017 Google +// Copyright 2010-2018 Google LLC // Licensed under the Apache License, Version 2.0 (the "License"); // you may not use this file except in compliance with the License. // You may obtain a copy of the License at diff --git a/ortools/data/__init__.py b/ortools/data/__init__.py index 200aa8b7e8..d2eb8cb037 100644 --- a/ortools/data/__init__.py +++ b/ortools/data/__init__.py @@ -1,4 +1,4 @@ -# Copyright 2010-2017 Google +# Copyright 2010-2018 Google LLC # Licensed under the Apache License, Version 2.0 (the "License"); # you may not use this file except in compliance with the License. # You may obtain a copy of the License at diff --git a/ortools/data/jobshop_scheduling.proto b/ortools/data/jobshop_scheduling.proto index 5411bcffe5..a067498d72 100644 --- a/ortools/data/jobshop_scheduling.proto +++ b/ortools/data/jobshop_scheduling.proto @@ -1,4 +1,4 @@ -// Copyright 2010-2017 Google +// Copyright 2010-2018 Google LLC // Licensed under the Apache License, Version 2.0 (the "License"); // you may not use this file except in compliance with the License. // You may obtain a copy of the License at diff --git a/ortools/data/jobshop_scheduling_parser.cc b/ortools/data/jobshop_scheduling_parser.cc index 215165223a..d1f2df4a05 100644 --- a/ortools/data/jobshop_scheduling_parser.cc +++ b/ortools/data/jobshop_scheduling_parser.cc @@ -1,4 +1,4 @@ -// Copyright 2010-2017 Google +// Copyright 2010-2018 Google LLC // Licensed under the Apache License, Version 2.0 (the "License"); // you may not use this file except in compliance with the License. // You may obtain a copy of the License at diff --git a/ortools/data/jobshop_scheduling_parser.h b/ortools/data/jobshop_scheduling_parser.h index da408cc8fa..ab59dc9568 100644 --- a/ortools/data/jobshop_scheduling_parser.h +++ b/ortools/data/jobshop_scheduling_parser.h @@ -1,4 +1,4 @@ -// Copyright 2010-2017 Google +// Copyright 2010-2018 Google LLC // Licensed under the Apache License, Version 2.0 (the "License"); // you may not use this file except in compliance with the License. // You may obtain a copy of the License at diff --git a/ortools/data/python/rcpsp.i b/ortools/data/python/rcpsp.i index 1d857118f8..14415e73fc 100644 --- a/ortools/data/python/rcpsp.i +++ b/ortools/data/python/rcpsp.i @@ -1,4 +1,4 @@ -// Copyright 2010-2017 Google +// Copyright 2010-2018 Google LLC // Licensed under the Apache License, Version 2.0 (the "License"); // you may not use this file except in compliance with the License. // You may obtain a copy of the License at diff --git a/ortools/data/rcpsp.proto b/ortools/data/rcpsp.proto index a8a38858f4..113d54c678 100644 --- a/ortools/data/rcpsp.proto +++ b/ortools/data/rcpsp.proto @@ -1,4 +1,4 @@ -// Copyright 2010-2017 Google +// Copyright 2010-2018 Google LLC // Licensed under the Apache License, Version 2.0 (the "License"); // you may not use this file except in compliance with the License. // You may obtain a copy of the License at diff --git a/ortools/data/rcpsp_parser.cc b/ortools/data/rcpsp_parser.cc index 6aac01d475..d712e4fefa 100644 --- a/ortools/data/rcpsp_parser.cc +++ b/ortools/data/rcpsp_parser.cc @@ -1,4 +1,4 @@ -// Copyright 2010-2017 Google +// Copyright 2010-2018 Google LLC // Licensed under the Apache License, Version 2.0 (the "License"); // you may not use this file except in compliance with the License. // You may obtain a copy of the License at diff --git a/ortools/data/rcpsp_parser.h b/ortools/data/rcpsp_parser.h index 09a90fcaf5..b413556ace 100644 --- a/ortools/data/rcpsp_parser.h +++ b/ortools/data/rcpsp_parser.h @@ -1,4 +1,4 @@ -// Copyright 2010-2017 Google +// Copyright 2010-2018 Google LLC // Licensed under the Apache License, Version 2.0 (the "License"); // you may not use this file except in compliance with the License. // You may obtain a copy of the License at diff --git a/ortools/data/set_covering_data.cc b/ortools/data/set_covering_data.cc index 0b3caabc58..0dc8c6c956 100644 --- a/ortools/data/set_covering_data.cc +++ b/ortools/data/set_covering_data.cc @@ -1,4 +1,4 @@ -// Copyright 2010-2017 Google +// Copyright 2010-2018 Google LLC // Licensed under the Apache License, Version 2.0 (the "License"); // you may not use this file except in compliance with the License. // You may obtain a copy of the License at diff --git a/ortools/data/set_covering_data.h b/ortools/data/set_covering_data.h index 7dc20a5414..9d0566d10f 100644 --- a/ortools/data/set_covering_data.h +++ b/ortools/data/set_covering_data.h @@ -1,4 +1,4 @@ -// Copyright 2010-2017 Google +// Copyright 2010-2018 Google LLC // Licensed under the Apache License, Version 2.0 (the "License"); // you may not use this file except in compliance with the License. // You may obtain a copy of the License at diff --git a/ortools/data/set_covering_parser.cc b/ortools/data/set_covering_parser.cc index 56cb98d446..ff13543dec 100644 --- a/ortools/data/set_covering_parser.cc +++ b/ortools/data/set_covering_parser.cc @@ -1,4 +1,4 @@ -// Copyright 2010-2017 Google +// Copyright 2010-2018 Google LLC // Licensed under the Apache License, Version 2.0 (the "License"); // you may not use this file except in compliance with the License. // You may obtain a copy of the License at diff --git a/ortools/data/set_covering_parser.h b/ortools/data/set_covering_parser.h index 3196d9755f..06a4b71964 100644 --- a/ortools/data/set_covering_parser.h +++ b/ortools/data/set_covering_parser.h @@ -1,4 +1,4 @@ -// Copyright 2010-2017 Google +// Copyright 2010-2018 Google LLC // Licensed under the Apache License, Version 2.0 (the "License"); // you may not use this file except in compliance with the License. // You may obtain a copy of the License at diff --git a/ortools/dotnet/Google.OrTools.Tests/Program.cs b/ortools/dotnet/Google.OrTools.Tests/Program.cs index ea7f2aae0a..56f1916cfa 100644 --- a/ortools/dotnet/Google.OrTools.Tests/Program.cs +++ b/ortools/dotnet/Google.OrTools.Tests/Program.cs @@ -3,4 +3,4 @@ using Xunit; namespace Google.OrTools.Tests { -} \ No newline at end of file +} diff --git a/ortools/flatzinc/checker.cc b/ortools/flatzinc/checker.cc index 23070661a9..c40d2c46b2 100644 --- a/ortools/flatzinc/checker.cc +++ b/ortools/flatzinc/checker.cc @@ -1,4 +1,4 @@ -// Copyright 2010-2017 Google +// Copyright 2010-2018 Google LLC // Licensed under the Apache License, Version 2.0 (the "License"); // you 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 11fdc0c3cc..3a1dee4518 100644 --- a/ortools/flatzinc/checker.h +++ b/ortools/flatzinc/checker.h @@ -1,4 +1,4 @@ -// Copyright 2010-2017 Google +// Copyright 2010-2018 Google LLC // Licensed under the Apache License, Version 2.0 (the "License"); // you 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 cfd7f6ec83..73a50d18f1 100644 --- a/ortools/flatzinc/constraints.cc +++ b/ortools/flatzinc/constraints.cc @@ -1,4 +1,4 @@ -// Copyright 2010-2017 Google +// Copyright 2010-2018 Google LLC // Licensed under the Apache License, Version 2.0 (the "License"); // you 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 df127f9c57..8b5c77137a 100644 --- a/ortools/flatzinc/constraints.h +++ b/ortools/flatzinc/constraints.h @@ -1,4 +1,4 @@ -// Copyright 2010-2017 Google +// Copyright 2010-2018 Google LLC // Licensed under the Apache License, Version 2.0 (the "License"); // you 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 24cadf115a..17375f9910 100644 --- a/ortools/flatzinc/cp_model_fz_solver.cc +++ b/ortools/flatzinc/cp_model_fz_solver.cc @@ -1,4 +1,4 @@ -// Copyright 2010-2017 Google +// Copyright 2010-2018 Google LLC // Licensed under the Apache License, Version 2.0 (the "License"); // you 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 cc6bfab5e6..5f04a26da1 100644 --- a/ortools/flatzinc/cp_model_fz_solver.h +++ b/ortools/flatzinc/cp_model_fz_solver.h @@ -1,4 +1,4 @@ -// Copyright 2010-2017 Google +// Copyright 2010-2018 Google LLC // Licensed under the Apache License, Version 2.0 (the "License"); // you 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 c5f17260c2..254f07f3a1 100644 --- a/ortools/flatzinc/flatzinc_constraints.cc +++ b/ortools/flatzinc/flatzinc_constraints.cc @@ -1,4 +1,4 @@ -// Copyright 2010-2017 Google +// Copyright 2010-2018 Google LLC // Licensed under the Apache License, Version 2.0 (the "License"); // you 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 980885e369..476a42adce 100644 --- a/ortools/flatzinc/flatzinc_constraints.h +++ b/ortools/flatzinc/flatzinc_constraints.h @@ -1,4 +1,4 @@ -// Copyright 2010-2017 Google +// Copyright 2010-2018 Google LLC // Licensed under the Apache License, Version 2.0 (the "License"); // you 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 825244bfbf..c9d6874878 100644 --- a/ortools/flatzinc/fz.cc +++ b/ortools/flatzinc/fz.cc @@ -1,4 +1,4 @@ -// Copyright 2010-2017 Google +// Copyright 2010-2018 Google LLC // Licensed under the Apache License, Version 2.0 (the "License"); // you 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 2225b45f29..8916b3b848 100644 --- a/ortools/flatzinc/logging.cc +++ b/ortools/flatzinc/logging.cc @@ -1,4 +1,4 @@ -// Copyright 2010-2017 Google +// Copyright 2010-2018 Google LLC // Licensed under the Apache License, Version 2.0 (the "License"); // you 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 180677ed3e..734558b0f3 100644 --- a/ortools/flatzinc/logging.h +++ b/ortools/flatzinc/logging.h @@ -1,4 +1,4 @@ -// Copyright 2010-2017 Google +// Copyright 2010-2018 Google LLC // Licensed under the Apache License, Version 2.0 (the "License"); // you 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 b7f8d537c9..affdf8a819 100644 --- a/ortools/flatzinc/model.cc +++ b/ortools/flatzinc/model.cc @@ -1,4 +1,4 @@ -// Copyright 2010-2017 Google +// Copyright 2010-2018 Google LLC // Licensed under the Apache License, Version 2.0 (the "License"); // you 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 d7d2076c28..57228122f0 100644 --- a/ortools/flatzinc/model.h +++ b/ortools/flatzinc/model.h @@ -1,4 +1,4 @@ -// Copyright 2010-2017 Google +// Copyright 2010-2018 Google LLC // Licensed under the Apache License, Version 2.0 (the "License"); // you 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 bf115bf277..b4097dffc0 100644 --- a/ortools/flatzinc/parser.cc +++ b/ortools/flatzinc/parser.cc @@ -1,4 +1,4 @@ -// Copyright 2010-2017 Google +// Copyright 2010-2018 Google LLC // Licensed under the Apache License, Version 2.0 (the "License"); // you 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 4c72ce5f5e..c02e78c1c5 100644 --- a/ortools/flatzinc/parser.h +++ b/ortools/flatzinc/parser.h @@ -1,4 +1,4 @@ -// Copyright 2010-2017 Google +// Copyright 2010-2018 Google LLC // Licensed under the Apache License, Version 2.0 (the "License"); // you may not use this file except in compliance with the License. // You may obtain a copy of the License at diff --git a/ortools/flatzinc/parser.tab.cc b/ortools/flatzinc/parser.tab.cc index 245bcd5f9d..ee4130bf62 100644 --- a/ortools/flatzinc/parser.tab.cc +++ b/ortools/flatzinc/parser.tab.cc @@ -1,4 +1,4 @@ -// Copyright 2010-2017 Google +// Copyright 2010-2018 Google LLC // Licensed under the Apache License, Version 2.0 (the "License"); // you may not use this file except in compliance with the License. // You may obtain a copy of the License at diff --git a/ortools/flatzinc/parser.yy.cc b/ortools/flatzinc/parser.yy.cc index ab18a84b61..84f9840a6b 100644 --- a/ortools/flatzinc/parser.yy.cc +++ b/ortools/flatzinc/parser.yy.cc @@ -1,4 +1,4 @@ -// Copyright 2010-2017 Google +// Copyright 2010-2018 Google LLC // Licensed under the Apache License, Version 2.0 (the "License"); // you 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 f0cf209970..da76a7cb71 100644 --- a/ortools/flatzinc/parser_main.cc +++ b/ortools/flatzinc/parser_main.cc @@ -1,4 +1,4 @@ -// Copyright 2010-2017 Google +// Copyright 2010-2018 Google LLC // Licensed under the Apache License, Version 2.0 (the "License"); // you 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 7658c90635..88b7261fd9 100644 --- a/ortools/flatzinc/parser_util.cc +++ b/ortools/flatzinc/parser_util.cc @@ -1,4 +1,4 @@ -// Copyright 2010-2017 Google +// Copyright 2010-2018 Google LLC // Licensed under the Apache License, Version 2.0 (the "License"); // you 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 57b30316e9..b198323c7c 100644 --- a/ortools/flatzinc/parser_util.h +++ b/ortools/flatzinc/parser_util.h @@ -1,4 +1,4 @@ -// Copyright 2010-2017 Google +// Copyright 2010-2018 Google LLC // Licensed under the Apache License, Version 2.0 (the "License"); // you 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 d85795b684..3799962487 100644 --- a/ortools/flatzinc/presolve.cc +++ b/ortools/flatzinc/presolve.cc @@ -1,4 +1,4 @@ -// Copyright 2010-2017 Google +// Copyright 2010-2018 Google LLC // Licensed under the Apache License, Version 2.0 (the "License"); // you 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 4b632d6464..9edbd38908 100644 --- a/ortools/flatzinc/presolve.h +++ b/ortools/flatzinc/presolve.h @@ -1,4 +1,4 @@ -// Copyright 2010-2017 Google +// Copyright 2010-2018 Google LLC // Licensed under the Apache License, Version 2.0 (the "License"); // you 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 660eab5d0f..a6a5cce53a 100644 --- a/ortools/flatzinc/reporting.cc +++ b/ortools/flatzinc/reporting.cc @@ -1,4 +1,4 @@ -// Copyright 2010-2017 Google +// Copyright 2010-2018 Google LLC // Licensed under the Apache License, Version 2.0 (the "License"); // you 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 b943ebd250..51299c3a49 100644 --- a/ortools/flatzinc/reporting.h +++ b/ortools/flatzinc/reporting.h @@ -1,4 +1,4 @@ -// Copyright 2010-2017 Google +// Copyright 2010-2018 Google LLC // Licensed under the Apache License, Version 2.0 (the "License"); // you 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 10899bf20e..44635b33fd 100644 --- a/ortools/flatzinc/sat_constraint.cc +++ b/ortools/flatzinc/sat_constraint.cc @@ -1,4 +1,4 @@ -// Copyright 2010-2017 Google +// Copyright 2010-2018 Google LLC // Licensed under the Apache License, Version 2.0 (the "License"); // you 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 22509b7916..c658ed8df4 100644 --- a/ortools/flatzinc/sat_constraint.h +++ b/ortools/flatzinc/sat_constraint.h @@ -1,4 +1,4 @@ -// Copyright 2010-2017 Google +// Copyright 2010-2018 Google LLC // Licensed under the Apache License, Version 2.0 (the "License"); // you 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 e08171e38e..fcd0082263 100644 --- a/ortools/flatzinc/solver.cc +++ b/ortools/flatzinc/solver.cc @@ -1,4 +1,4 @@ -// Copyright 2010-2017 Google +// Copyright 2010-2018 Google LLC // Licensed under the Apache License, Version 2.0 (the "License"); // you 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 43ef322fa4..e316315155 100644 --- a/ortools/flatzinc/solver.h +++ b/ortools/flatzinc/solver.h @@ -1,4 +1,4 @@ -// Copyright 2010-2017 Google +// Copyright 2010-2018 Google LLC // Licensed under the Apache License, Version 2.0 (the "License"); // you 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 cbf5edd969..d5d2f5c551 100644 --- a/ortools/flatzinc/solver_data.cc +++ b/ortools/flatzinc/solver_data.cc @@ -1,4 +1,4 @@ -// Copyright 2010-2017 Google +// Copyright 2010-2018 Google LLC // Licensed under the Apache License, Version 2.0 (the "License"); // you 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 184c3f1df1..d29b1fd3ab 100644 --- a/ortools/flatzinc/solver_data.h +++ b/ortools/flatzinc/solver_data.h @@ -1,4 +1,4 @@ -// Copyright 2010-2017 Google +// Copyright 2010-2018 Google LLC // Licensed under the Apache License, Version 2.0 (the "License"); // you 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 70995be375..43d53b0d33 100644 --- a/ortools/flatzinc/solver_util.cc +++ b/ortools/flatzinc/solver_util.cc @@ -1,4 +1,4 @@ -// Copyright 2010-2017 Google +// Copyright 2010-2018 Google LLC // Licensed under the Apache License, Version 2.0 (the "License"); // you 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 6202ce24bc..164b5955ad 100644 --- a/ortools/flatzinc/solver_util.h +++ b/ortools/flatzinc/solver_util.h @@ -1,4 +1,4 @@ -// Copyright 2010-2017 Google +// Copyright 2010-2018 Google LLC // Licensed under the Apache License, Version 2.0 (the "License"); // you may not use this file except in compliance with the License. // You may obtain a copy of the License at diff --git a/ortools/fsharp/OrTools.FSharp.Test/Program.fs b/ortools/fsharp/OrTools.FSharp.Test/Program.fs index d431851bec..f21907b955 100644 --- a/ortools/fsharp/OrTools.FSharp.Test/Program.fs +++ b/ortools/fsharp/OrTools.FSharp.Test/Program.fs @@ -4,4 +4,4 @@ module Program = [] let main _ = printfn "Google.OrTools.FSharp Tests" - 0 \ No newline at end of file + 0 diff --git a/ortools/glop/basis_representation.cc b/ortools/glop/basis_representation.cc index 987dfd527d..52f59e3718 100644 --- a/ortools/glop/basis_representation.cc +++ b/ortools/glop/basis_representation.cc @@ -1,4 +1,4 @@ -// Copyright 2010-2017 Google +// Copyright 2010-2018 Google LLC // Licensed under the Apache License, Version 2.0 (the "License"); // you 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 904f0b7b26..d4422aef1f 100644 --- a/ortools/glop/basis_representation.h +++ b/ortools/glop/basis_representation.h @@ -1,4 +1,4 @@ -// Copyright 2010-2017 Google +// Copyright 2010-2018 Google LLC // Licensed under the Apache License, Version 2.0 (the "License"); // you 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 4afc0dc19b..91f9ad13a8 100644 --- a/ortools/glop/dual_edge_norms.cc +++ b/ortools/glop/dual_edge_norms.cc @@ -1,4 +1,4 @@ -// Copyright 2010-2017 Google +// Copyright 2010-2018 Google LLC // Licensed under the Apache License, Version 2.0 (the "License"); // you 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 0efd24dd87..d7ce85085f 100644 --- a/ortools/glop/dual_edge_norms.h +++ b/ortools/glop/dual_edge_norms.h @@ -1,4 +1,4 @@ -// Copyright 2010-2017 Google +// Copyright 2010-2018 Google LLC // Licensed under the Apache License, Version 2.0 (the "License"); // you 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 bf1f6f31b5..c5dfb2bda5 100644 --- a/ortools/glop/entering_variable.cc +++ b/ortools/glop/entering_variable.cc @@ -1,4 +1,4 @@ -// Copyright 2010-2017 Google +// Copyright 2010-2018 Google LLC // Licensed under the Apache License, Version 2.0 (the "License"); // you 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 9bbc3829dc..2624edc336 100644 --- a/ortools/glop/entering_variable.h +++ b/ortools/glop/entering_variable.h @@ -1,4 +1,4 @@ -// Copyright 2010-2017 Google +// Copyright 2010-2018 Google LLC // Licensed under the Apache License, Version 2.0 (the "License"); // you 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 dd6bc14ca5..7709b95a49 100644 --- a/ortools/glop/initial_basis.cc +++ b/ortools/glop/initial_basis.cc @@ -1,4 +1,4 @@ -// Copyright 2010-2017 Google +// Copyright 2010-2018 Google LLC // Licensed under the Apache License, Version 2.0 (the "License"); // you 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 d8c18a4f5a..710bfc207a 100644 --- a/ortools/glop/initial_basis.h +++ b/ortools/glop/initial_basis.h @@ -1,4 +1,4 @@ -// Copyright 2010-2017 Google +// Copyright 2010-2018 Google LLC // Licensed under the Apache License, Version 2.0 (the "License"); // you 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 b657b53009..a5efc93647 100644 --- a/ortools/glop/lp_solver.cc +++ b/ortools/glop/lp_solver.cc @@ -1,4 +1,4 @@ -// Copyright 2010-2017 Google +// Copyright 2010-2018 Google LLC // Licensed under the Apache License, Version 2.0 (the "License"); // you 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 f9b963fe92..947d485994 100644 --- a/ortools/glop/lp_solver.h +++ b/ortools/glop/lp_solver.h @@ -1,4 +1,4 @@ -// Copyright 2010-2017 Google +// Copyright 2010-2018 Google LLC // Licensed under the Apache License, Version 2.0 (the "License"); // you 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 79bb65868d..ec0dbf32c5 100644 --- a/ortools/glop/lu_factorization.cc +++ b/ortools/glop/lu_factorization.cc @@ -1,4 +1,4 @@ -// Copyright 2010-2017 Google +// Copyright 2010-2018 Google LLC // Licensed under the Apache License, Version 2.0 (the "License"); // you 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 36f926e762..18d7a764a3 100644 --- a/ortools/glop/lu_factorization.h +++ b/ortools/glop/lu_factorization.h @@ -1,4 +1,4 @@ -// Copyright 2010-2017 Google +// Copyright 2010-2018 Google LLC // Licensed under the Apache License, Version 2.0 (the "License"); // you 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 7bb8243adc..e9d8357a46 100644 --- a/ortools/glop/markowitz.cc +++ b/ortools/glop/markowitz.cc @@ -1,4 +1,4 @@ -// Copyright 2010-2017 Google +// Copyright 2010-2018 Google LLC // Licensed under the Apache License, Version 2.0 (the "License"); // you 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 a523600247..63270c231c 100644 --- a/ortools/glop/markowitz.h +++ b/ortools/glop/markowitz.h @@ -1,4 +1,4 @@ -// Copyright 2010-2017 Google +// Copyright 2010-2018 Google LLC // Licensed under the Apache License, Version 2.0 (the "License"); // you 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 12af8acdd2..6a29eda7ab 100644 --- a/ortools/glop/parameters.proto +++ b/ortools/glop/parameters.proto @@ -1,4 +1,4 @@ -// Copyright 2010-2017 Google +// Copyright 2010-2018 Google LLC // Licensed under the Apache License, Version 2.0 (the "License"); // you 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 a463b5d6f6..1497b0f278 100644 --- a/ortools/glop/preprocessor.cc +++ b/ortools/glop/preprocessor.cc @@ -1,4 +1,4 @@ -// Copyright 2010-2017 Google +// Copyright 2010-2018 Google LLC // Licensed under the Apache License, Version 2.0 (the "License"); // you 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 e1b8a07625..1f5cfc5e75 100644 --- a/ortools/glop/preprocessor.h +++ b/ortools/glop/preprocessor.h @@ -1,4 +1,4 @@ -// Copyright 2010-2017 Google +// Copyright 2010-2018 Google LLC // Licensed under the Apache License, Version 2.0 (the "License"); // you 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 d781de373e..24c7bc2b84 100644 --- a/ortools/glop/primal_edge_norms.cc +++ b/ortools/glop/primal_edge_norms.cc @@ -1,4 +1,4 @@ -// Copyright 2010-2017 Google +// Copyright 2010-2018 Google LLC // Licensed under the Apache License, Version 2.0 (the "License"); // you 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 8fab2ecfe4..a5dfad5e06 100644 --- a/ortools/glop/primal_edge_norms.h +++ b/ortools/glop/primal_edge_norms.h @@ -1,4 +1,4 @@ -// Copyright 2010-2017 Google +// Copyright 2010-2018 Google LLC // Licensed under the Apache License, Version 2.0 (the "License"); // you 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 deaae30871..6f2d383426 100644 --- a/ortools/glop/rank_one_update.h +++ b/ortools/glop/rank_one_update.h @@ -1,4 +1,4 @@ -// Copyright 2010-2017 Google +// Copyright 2010-2018 Google LLC // Licensed under the Apache License, Version 2.0 (the "License"); // you 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 00ca0c0458..4fa2fef20d 100644 --- a/ortools/glop/reduced_costs.cc +++ b/ortools/glop/reduced_costs.cc @@ -1,4 +1,4 @@ -// Copyright 2010-2017 Google +// Copyright 2010-2018 Google LLC // Licensed under the Apache License, Version 2.0 (the "License"); // you 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 b15e6a4b48..cb5b0e2832 100644 --- a/ortools/glop/reduced_costs.h +++ b/ortools/glop/reduced_costs.h @@ -1,4 +1,4 @@ -// Copyright 2010-2017 Google +// Copyright 2010-2018 Google LLC // Licensed under the Apache License, Version 2.0 (the "License"); // you 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 4400c0d407..4560d30a0a 100644 --- a/ortools/glop/revised_simplex.cc +++ b/ortools/glop/revised_simplex.cc @@ -1,4 +1,4 @@ -// Copyright 2010-2017 Google +// Copyright 2010-2018 Google LLC // Licensed under the Apache License, Version 2.0 (the "License"); // you 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 837b07e149..b05fa28295 100644 --- a/ortools/glop/revised_simplex.h +++ b/ortools/glop/revised_simplex.h @@ -1,4 +1,4 @@ -// Copyright 2010-2017 Google +// Copyright 2010-2018 Google LLC // Licensed under the Apache License, Version 2.0 (the "License"); // you 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 1902b30164..b1fb35c982 100644 --- a/ortools/glop/status.cc +++ b/ortools/glop/status.cc @@ -1,4 +1,4 @@ -// Copyright 2010-2017 Google +// Copyright 2010-2018 Google LLC // Licensed under the Apache License, Version 2.0 (the "License"); // you 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 2b2ebf55e3..36e9369d9a 100644 --- a/ortools/glop/status.h +++ b/ortools/glop/status.h @@ -1,4 +1,4 @@ -// Copyright 2010-2017 Google +// Copyright 2010-2018 Google LLC // Licensed under the Apache License, Version 2.0 (the "License"); // you 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 358b42eda8..a31b8897da 100644 --- a/ortools/glop/update_row.cc +++ b/ortools/glop/update_row.cc @@ -1,4 +1,4 @@ -// Copyright 2010-2017 Google +// Copyright 2010-2018 Google LLC // Licensed under the Apache License, Version 2.0 (the "License"); // you 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 2ee5fe8722..0165d931a4 100644 --- a/ortools/glop/update_row.h +++ b/ortools/glop/update_row.h @@ -1,4 +1,4 @@ -// Copyright 2010-2017 Google +// Copyright 2010-2018 Google LLC // Licensed under the Apache License, Version 2.0 (the "License"); // you 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 582849cf42..f62cee9531 100644 --- a/ortools/glop/variable_values.cc +++ b/ortools/glop/variable_values.cc @@ -1,4 +1,4 @@ -// Copyright 2010-2017 Google +// Copyright 2010-2018 Google LLC // Licensed under the Apache License, Version 2.0 (the "License"); // you 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 c30da3a766..27b515fe83 100644 --- a/ortools/glop/variable_values.h +++ b/ortools/glop/variable_values.h @@ -1,4 +1,4 @@ -// Copyright 2010-2017 Google +// Copyright 2010-2018 Google LLC // Licensed under the Apache License, Version 2.0 (the "License"); // you 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 7e18188344..bbe725804b 100644 --- a/ortools/glop/variables_info.cc +++ b/ortools/glop/variables_info.cc @@ -1,4 +1,4 @@ -// Copyright 2010-2017 Google +// Copyright 2010-2018 Google LLC // Licensed under the Apache License, Version 2.0 (the "License"); // you 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 e65c71a228..bfc4c31389 100644 --- a/ortools/glop/variables_info.h +++ b/ortools/glop/variables_info.h @@ -1,4 +1,4 @@ -// Copyright 2010-2017 Google +// Copyright 2010-2018 Google LLC // Licensed under the Apache License, Version 2.0 (the "License"); // you 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 a22b22d1a8..a3625d2fcd 100644 --- a/ortools/graph/__init__.py +++ b/ortools/graph/__init__.py @@ -1,4 +1,4 @@ -# Copyright 2010-2017 Google +# Copyright 2010-2018 Google LLC # Licensed under the Apache License, Version 2.0 (the "License"); # you 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 d00c876acb..e70722e51d 100644 --- a/ortools/graph/assignment.cc +++ b/ortools/graph/assignment.cc @@ -1,4 +1,4 @@ -// Copyright 2010-2017 Google +// Copyright 2010-2018 Google LLC // Licensed under the Apache License, Version 2.0 (the "License"); // you 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 b29d2f025a..b64f1c7d23 100644 --- a/ortools/graph/assignment.h +++ b/ortools/graph/assignment.h @@ -1,4 +1,4 @@ -// Copyright 2010-2017 Google +// Copyright 2010-2018 Google LLC // Licensed under the Apache License, Version 2.0 (the "License"); // you 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 29508dba27..705fff36ea 100644 --- a/ortools/graph/astar.cc +++ b/ortools/graph/astar.cc @@ -1,4 +1,4 @@ -// Copyright 2010-2017 Google +// Copyright 2010-2018 Google LLC // Licensed under the Apache License, Version 2.0 (the "License"); // you 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 2aaab0f230..a1f397568d 100644 --- a/ortools/graph/bellman_ford.cc +++ b/ortools/graph/bellman_ford.cc @@ -1,4 +1,4 @@ -// Copyright 2010-2017 Google +// Copyright 2010-2018 Google LLC // Licensed under the Apache License, Version 2.0 (the "License"); // you 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 fef2798b15..2000982bd1 100644 --- a/ortools/graph/christofides.h +++ b/ortools/graph/christofides.h @@ -1,4 +1,4 @@ -// Copyright 2010-2017 Google +// Copyright 2010-2018 Google LLC // Licensed under the Apache License, Version 2.0 (the "License"); // you 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 8bd5fb1870..a562a39520 100644 --- a/ortools/graph/cliques.cc +++ b/ortools/graph/cliques.cc @@ -1,4 +1,4 @@ -// Copyright 2010-2017 Google +// Copyright 2010-2018 Google LLC // Licensed under the Apache License, Version 2.0 (the "License"); // you 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 00f8015afb..937be0f4ac 100644 --- a/ortools/graph/cliques.h +++ b/ortools/graph/cliques.h @@ -1,4 +1,4 @@ -// Copyright 2010-2017 Google +// Copyright 2010-2018 Google LLC // Licensed under the Apache License, Version 2.0 (the "License"); // you may not use this file except in compliance with the License. // You may obtain a copy of the License at diff --git a/ortools/graph/connected_components.cc b/ortools/graph/connected_components.cc index 9d4809ba55..ace0a40332 100644 --- a/ortools/graph/connected_components.cc +++ b/ortools/graph/connected_components.cc @@ -1,4 +1,4 @@ -// Copyright 2010-2017 Google +// Copyright 2010-2018 Google LLC // Licensed under the Apache License, Version 2.0 (the "License"); // you may not use this file except in compliance with the License. // You may obtain a copy of the License at diff --git a/ortools/graph/connected_components.h b/ortools/graph/connected_components.h index 71ef9cda05..20dfa7fd36 100644 --- a/ortools/graph/connected_components.h +++ b/ortools/graph/connected_components.h @@ -1,4 +1,4 @@ -// Copyright 2010-2017 Google +// Copyright 2010-2018 Google LLC // Licensed under the Apache License, Version 2.0 (the "License"); // you 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 e5d91fba3c..1d700e2777 100644 --- a/ortools/graph/connectivity.h +++ b/ortools/graph/connectivity.h @@ -1,4 +1,4 @@ -// Copyright 2010-2017 Google +// Copyright 2010-2018 Google LLC // Licensed under the Apache License, Version 2.0 (the "License"); // you may not use this file except in compliance with the License. // You may obtain a copy of the License at diff --git a/ortools/graph/csharp/graph.i b/ortools/graph/csharp/graph.i index 909934e885..e6399363ec 100644 --- a/ortools/graph/csharp/graph.i +++ b/ortools/graph/csharp/graph.i @@ -1,4 +1,4 @@ -// Copyright 2010-2017 Google +// Copyright 2010-2018 Google LLC // Licensed under the Apache License, Version 2.0 (the "License"); // you 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 497b52d263..1a510515d1 100644 --- a/ortools/graph/dijkstra.cc +++ b/ortools/graph/dijkstra.cc @@ -1,4 +1,4 @@ -// Copyright 2010-2017 Google +// Copyright 2010-2018 Google LLC // Licensed under the Apache License, Version 2.0 (the "License"); // you 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 f63c7d659e..816c22126c 100644 --- a/ortools/graph/ebert_graph.h +++ b/ortools/graph/ebert_graph.h @@ -1,4 +1,4 @@ -// Copyright 2010-2017 Google +// Copyright 2010-2018 Google LLC // Licensed under the Apache License, Version 2.0 (the "License"); // you 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 63b3f90fed..10ece96ee6 100644 --- a/ortools/graph/eulerian_path.h +++ b/ortools/graph/eulerian_path.h @@ -1,4 +1,4 @@ -// Copyright 2010-2017 Google +// Copyright 2010-2018 Google LLC // Licensed under the Apache License, Version 2.0 (the "License"); // you 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 26dfa7913b..c1028fa8a6 100644 --- a/ortools/graph/flow_problem.proto +++ b/ortools/graph/flow_problem.proto @@ -1,4 +1,4 @@ -// Copyright 2010-2017 Google +// Copyright 2010-2018 Google LLC // Licensed under the Apache License, Version 2.0 (the "License"); // you 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 5f32facfca..b171e3606c 100644 --- a/ortools/graph/graph.h +++ b/ortools/graph/graph.h @@ -1,4 +1,4 @@ -// Copyright 2010-2017 Google +// Copyright 2010-2018 Google LLC // Licensed under the Apache License, Version 2.0 (the "License"); // you 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 8e98494893..25e8f61551 100644 --- a/ortools/graph/graphs.h +++ b/ortools/graph/graphs.h @@ -1,4 +1,4 @@ -// Copyright 2010-2017 Google +// Copyright 2010-2018 Google LLC // Licensed under the Apache License, Version 2.0 (the "License"); // you 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 1b7dc67523..0761ae2c1d 100644 --- a/ortools/graph/hamiltonian_path.h +++ b/ortools/graph/hamiltonian_path.h @@ -1,4 +1,4 @@ -// Copyright 2010-2017 Google +// Copyright 2010-2018 Google LLC // Licensed under the Apache License, Version 2.0 (the "License"); // you 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 3c337ff1e9..8595e7b931 100644 --- a/ortools/graph/io.h +++ b/ortools/graph/io.h @@ -1,4 +1,4 @@ -// Copyright 2010-2017 Google +// Copyright 2010-2018 Google LLC // Licensed under the Apache License, Version 2.0 (the "License"); // you 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 86e3f1de8d..4c74d60f8c 100644 --- a/ortools/graph/iterators.h +++ b/ortools/graph/iterators.h @@ -1,4 +1,4 @@ -// Copyright 2010-2017 Google +// Copyright 2010-2018 Google LLC // Licensed under the Apache License, Version 2.0 (the "License"); // you may not use this file except in compliance with the License. // You may obtain a copy of the License at diff --git a/ortools/graph/java/graph.i b/ortools/graph/java/graph.i index 28fa515cf2..fdeedc7311 100644 --- a/ortools/graph/java/graph.i +++ b/ortools/graph/java/graph.i @@ -1,4 +1,4 @@ -// Copyright 2010-2017 Google +// Copyright 2010-2018 Google LLC // Licensed under the Apache License, Version 2.0 (the "License"); // you 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 1e95bfd520..6f7ae5969b 100644 --- a/ortools/graph/linear_assignment.cc +++ b/ortools/graph/linear_assignment.cc @@ -1,4 +1,4 @@ -// Copyright 2010-2017 Google +// Copyright 2010-2018 Google LLC // Licensed under the Apache License, Version 2.0 (the "License"); // you 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 78a52f05ed..4bfd38e897 100644 --- a/ortools/graph/linear_assignment.h +++ b/ortools/graph/linear_assignment.h @@ -1,4 +1,4 @@ -// Copyright 2010-2017 Google +// Copyright 2010-2018 Google LLC // Licensed under the Apache License, Version 2.0 (the "License"); // you 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 743a9c918c..4cf8fc38b0 100644 --- a/ortools/graph/max_flow.cc +++ b/ortools/graph/max_flow.cc @@ -1,4 +1,4 @@ -// Copyright 2010-2017 Google +// Copyright 2010-2018 Google LLC // Licensed under the Apache License, Version 2.0 (the "License"); // you 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 a69725c1d4..9ab0996c3a 100644 --- a/ortools/graph/max_flow.h +++ b/ortools/graph/max_flow.h @@ -1,4 +1,4 @@ -// Copyright 2010-2017 Google +// Copyright 2010-2018 Google LLC // Licensed under the Apache License, Version 2.0 (the "License"); // you 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 9a871ca2cd..a0b85bdef5 100644 --- a/ortools/graph/min_cost_flow.cc +++ b/ortools/graph/min_cost_flow.cc @@ -1,4 +1,4 @@ -// Copyright 2010-2017 Google +// Copyright 2010-2018 Google LLC // Licensed under the Apache License, Version 2.0 (the "License"); // you 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 6ba48c09cd..53f2a0988a 100644 --- a/ortools/graph/min_cost_flow.h +++ b/ortools/graph/min_cost_flow.h @@ -1,4 +1,4 @@ -// Copyright 2010-2017 Google +// Copyright 2010-2018 Google LLC // Licensed under the Apache License, Version 2.0 (the "License"); // you 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 1320a32dc5..3e8973da3a 100644 --- a/ortools/graph/minimum_spanning_tree.h +++ b/ortools/graph/minimum_spanning_tree.h @@ -1,4 +1,4 @@ -// Copyright 2010-2017 Google +// Copyright 2010-2018 Google LLC // Licensed under the Apache License, Version 2.0 (the "License"); // you 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 863769e36c..ec3a0d2e5d 100644 --- a/ortools/graph/one_tree_lower_bound.h +++ b/ortools/graph/one_tree_lower_bound.h @@ -1,4 +1,4 @@ -// Copyright 2010-2017 Google +// Copyright 2010-2018 Google LLC // Licensed under the Apache License, Version 2.0 (the "License"); // you may not use this file except in compliance with the License. // You may obtain a copy of the License at diff --git a/ortools/graph/python/graph.i b/ortools/graph/python/graph.i index 501307567b..bececa5599 100644 --- a/ortools/graph/python/graph.i +++ b/ortools/graph/python/graph.i @@ -1,4 +1,4 @@ -// Copyright 2010-2017 Google +// Copyright 2010-2018 Google LLC // Licensed under the Apache License, Version 2.0 (the "License"); // you 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 447a384ed6..396d111d83 100644 --- a/ortools/graph/shortestpaths.cc +++ b/ortools/graph/shortestpaths.cc @@ -1,4 +1,4 @@ -// Copyright 2010-2017 Google +// Copyright 2010-2018 Google LLC // Licensed under the Apache License, Version 2.0 (the "License"); // you 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 619d4b8af9..b69fa41e66 100644 --- a/ortools/graph/shortestpaths.h +++ b/ortools/graph/shortestpaths.h @@ -1,4 +1,4 @@ -// Copyright 2010-2017 Google +// Copyright 2010-2018 Google LLC // Licensed under the Apache License, Version 2.0 (the "License"); // you 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 9cc211f4b5..81509fe862 100644 --- a/ortools/graph/strongly_connected_components.h +++ b/ortools/graph/strongly_connected_components.h @@ -1,4 +1,4 @@ -// Copyright 2010-2017 Google +// Copyright 2010-2018 Google LLC // Licensed under the Apache License, Version 2.0 (the "License"); // you 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 e367712515..7c98abe1cf 100644 --- a/ortools/graph/util.cc +++ b/ortools/graph/util.cc @@ -1,4 +1,4 @@ -// Copyright 2010-2017 Google +// Copyright 2010-2018 Google LLC // Licensed under the Apache License, Version 2.0 (the "License"); // you 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 f26e0fcf01..a047b54b0e 100644 --- a/ortools/graph/util.h +++ b/ortools/graph/util.h @@ -1,4 +1,4 @@ -// Copyright 2010-2017 Google +// Copyright 2010-2018 Google LLC // Licensed under the Apache License, Version 2.0 (the "License"); // you 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 c313f1f4f3..5723856762 100644 --- a/ortools/linear_solver/__init__.py +++ b/ortools/linear_solver/__init__.py @@ -1,4 +1,4 @@ -# Copyright 2010-2017 Google +# Copyright 2010-2018 Google LLC # Licensed under the Apache License, Version 2.0 (the "License"); # you 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 2c4edf6e5c..e42d513869 100644 --- a/ortools/linear_solver/bop_interface.cc +++ b/ortools/linear_solver/bop_interface.cc @@ -1,4 +1,4 @@ -// Copyright 2010-2017 Google +// Copyright 2010-2018 Google LLC // Licensed under the Apache License, Version 2.0 (the "License"); // you 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 8fde31cc26..a227f3a1d9 100644 --- a/ortools/linear_solver/cbc_interface.cc +++ b/ortools/linear_solver/cbc_interface.cc @@ -1,4 +1,4 @@ -// Copyright 2010-2017 Google +// Copyright 2010-2018 Google LLC // Licensed under the Apache License, Version 2.0 (the "License"); // you 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 f7805e1722..08aa80b9dd 100644 --- a/ortools/linear_solver/clp_interface.cc +++ b/ortools/linear_solver/clp_interface.cc @@ -1,4 +1,4 @@ -// Copyright 2010-2017 Google +// Copyright 2010-2018 Google LLC // Licensed under the Apache License, Version 2.0 (the "License"); // you may not use this file except in compliance with the License. // You may obtain a copy of the License at diff --git a/ortools/linear_solver/csharp/DoubleArrayHelper.cs b/ortools/linear_solver/csharp/DoubleArrayHelper.cs index 829ce269c0..e967e26a71 100644 --- a/ortools/linear_solver/csharp/DoubleArrayHelper.cs +++ b/ortools/linear_solver/csharp/DoubleArrayHelper.cs @@ -1,4 +1,4 @@ -// Copyright 2010-2017 Google +// Copyright 2010-2018 Google LLC // Licensed under the Apache License, Version 2.0 (the "License"); // you may not use this file except in compliance with the License. // You may obtain a copy of the License at diff --git a/ortools/linear_solver/csharp/LinearConstraint.cs b/ortools/linear_solver/csharp/LinearConstraint.cs index 3442ad5a33..f0874130c4 100644 --- a/ortools/linear_solver/csharp/LinearConstraint.cs +++ b/ortools/linear_solver/csharp/LinearConstraint.cs @@ -1,4 +1,4 @@ -// Copyright 2010-2017 Google +// Copyright 2010-2018 Google LLC // Licensed under the Apache License, Version 2.0 (the "License"); // you may not use this file except in compliance with the License. // You may obtain a copy of the License at diff --git a/ortools/linear_solver/csharp/LinearExpr.cs b/ortools/linear_solver/csharp/LinearExpr.cs index 7abded015a..f63f256a91 100644 --- a/ortools/linear_solver/csharp/LinearExpr.cs +++ b/ortools/linear_solver/csharp/LinearExpr.cs @@ -1,4 +1,4 @@ -// Copyright 2010-2017 Google +// Copyright 2010-2018 Google LLC // Licensed under the Apache License, Version 2.0 (the "License"); // you may not use this file except in compliance with the License. // You may obtain a copy of the License at diff --git a/ortools/linear_solver/csharp/SolverHelper.cs b/ortools/linear_solver/csharp/SolverHelper.cs index 870a14b15a..139e977283 100644 --- a/ortools/linear_solver/csharp/SolverHelper.cs +++ b/ortools/linear_solver/csharp/SolverHelper.cs @@ -1,4 +1,4 @@ -// Copyright 2010-2017 Google +// Copyright 2010-2018 Google LLC // Licensed under the Apache License, Version 2.0 (the "License"); // you may not use this file except in compliance with the License. // You may obtain a copy of the License at diff --git a/ortools/linear_solver/csharp/VariableHelper.cs b/ortools/linear_solver/csharp/VariableHelper.cs index 81b314a2c7..f62df899cc 100644 --- a/ortools/linear_solver/csharp/VariableHelper.cs +++ b/ortools/linear_solver/csharp/VariableHelper.cs @@ -1,4 +1,4 @@ -// Copyright 2010-2017 Google +// Copyright 2010-2018 Google LLC // Licensed under the Apache License, Version 2.0 (the "License"); // you may not use this file except in compliance with the License. // You may obtain a copy of the License at diff --git a/ortools/linear_solver/csharp/linear_solver.i b/ortools/linear_solver/csharp/linear_solver.i index 6b8d01c72e..c99109fe67 100644 --- a/ortools/linear_solver/csharp/linear_solver.i +++ b/ortools/linear_solver/csharp/linear_solver.i @@ -1,4 +1,4 @@ -// Copyright 2010-2017 Google +// Copyright 2010-2018 Google LLC // Licensed under the Apache License, Version 2.0 (the "License"); // you 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 a169851664..9a9501c34e 100644 --- a/ortools/linear_solver/glop_interface.cc +++ b/ortools/linear_solver/glop_interface.cc @@ -1,4 +1,4 @@ -// Copyright 2010-2017 Google +// Copyright 2010-2018 Google LLC // Licensed under the Apache License, Version 2.0 (the "License"); // you 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 a177e409e8..149b8d45f0 100644 --- a/ortools/linear_solver/glop_utils.cc +++ b/ortools/linear_solver/glop_utils.cc @@ -1,4 +1,4 @@ -// Copyright 2010-2017 Google +// Copyright 2010-2018 Google LLC // Licensed under the Apache License, Version 2.0 (the "License"); // you 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 adb88d61d0..e1c7d9b97a 100644 --- a/ortools/linear_solver/glop_utils.h +++ b/ortools/linear_solver/glop_utils.h @@ -1,4 +1,4 @@ -// Copyright 2010-2017 Google +// Copyright 2010-2018 Google LLC // Licensed under the Apache License, Version 2.0 (the "License"); // you 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 f1128016f9..8042ef3291 100644 --- a/ortools/linear_solver/glpk_interface.cc +++ b/ortools/linear_solver/glpk_interface.cc @@ -1,4 +1,4 @@ -// Copyright 2010-2017 Google +// Copyright 2010-2018 Google LLC // Licensed under the Apache License, Version 2.0 (the "License"); // you 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 397587b738..7f44c331f9 100644 --- a/ortools/linear_solver/gurobi_interface.cc +++ b/ortools/linear_solver/gurobi_interface.cc @@ -1,4 +1,4 @@ -// Copyright 2010-2017 Google +// Copyright 2010-2018 Google LLC // Licensed under the Apache License, Version 2.0 (the "License"); // you may not use this file except in compliance with the License. // You may obtain a copy of the License at diff --git a/ortools/linear_solver/java/linear_solver.i b/ortools/linear_solver/java/linear_solver.i index 6ab032b20d..cbd3da2586 100644 --- a/ortools/linear_solver/java/linear_solver.i +++ b/ortools/linear_solver/java/linear_solver.i @@ -1,4 +1,4 @@ -// Copyright 2010-2017 Google +// Copyright 2010-2018 Google LLC // Licensed under the Apache License, Version 2.0 (the "License"); // you 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 b789b1aa36..3c9f14a7b2 100644 --- a/ortools/linear_solver/linear_expr.cc +++ b/ortools/linear_solver/linear_expr.cc @@ -1,4 +1,4 @@ -// Copyright 2010-2017 Google +// Copyright 2010-2018 Google LLC // Licensed under the Apache License, Version 2.0 (the "License"); // you 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 1fc9cbd02f..9d7f64d22d 100644 --- a/ortools/linear_solver/linear_expr.h +++ b/ortools/linear_solver/linear_expr.h @@ -1,4 +1,4 @@ -// Copyright 2010-2017 Google +// Copyright 2010-2018 Google LLC // Licensed under the Apache License, Version 2.0 (the "License"); // you 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 d9826c7bcb..44c4c70c18 100644 --- a/ortools/linear_solver/linear_solver.cc +++ b/ortools/linear_solver/linear_solver.cc @@ -1,4 +1,4 @@ -// Copyright 2010-2017 Google +// Copyright 2010-2018 Google LLC // Licensed under the Apache License, Version 2.0 (the "License"); // you 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 4ae1dbbb77..81de958dd2 100644 --- a/ortools/linear_solver/linear_solver.h +++ b/ortools/linear_solver/linear_solver.h @@ -1,4 +1,4 @@ -// Copyright 2010-2017 Google +// Copyright 2010-2018 Google LLC // Licensed under the Apache License, Version 2.0 (the "License"); // you 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 08c5119892..a735466d38 100644 --- a/ortools/linear_solver/linear_solver.proto +++ b/ortools/linear_solver/linear_solver.proto @@ -1,4 +1,4 @@ -// Copyright 2010-2017 Google +// Copyright 2010-2018 Google LLC // Licensed under the Apache License, Version 2.0 (the "License"); // you 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 4e88450195..32e2907c3e 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-2017 Google +# Copyright 2010-2018 Google LLC # Licensed under the Apache License, Version 2.0 (the "License"); # you 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 80a25bab19..abc8b3ca05 100644 --- a/ortools/linear_solver/model_exporter.cc +++ b/ortools/linear_solver/model_exporter.cc @@ -1,4 +1,4 @@ -// Copyright 2010-2017 Google +// Copyright 2010-2018 Google LLC // Licensed under the Apache License, Version 2.0 (the "License"); // you 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 050874ce81..03ba0ced32 100644 --- a/ortools/linear_solver/model_exporter.h +++ b/ortools/linear_solver/model_exporter.h @@ -1,4 +1,4 @@ -// Copyright 2010-2017 Google +// Copyright 2010-2018 Google LLC // Licensed under the Apache License, Version 2.0 (the "License"); // you 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 a4f45aeadd..bf2841708f 100644 --- a/ortools/linear_solver/model_validator.cc +++ b/ortools/linear_solver/model_validator.cc @@ -1,4 +1,4 @@ -// Copyright 2010-2017 Google +// Copyright 2010-2018 Google LLC // Licensed under the Apache License, Version 2.0 (the "License"); // you 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 a5db975572..e3cb2539bd 100644 --- a/ortools/linear_solver/model_validator.h +++ b/ortools/linear_solver/model_validator.h @@ -1,4 +1,4 @@ -// Copyright 2010-2017 Google +// Copyright 2010-2018 Google LLC // Licensed under the Apache License, Version 2.0 (the "License"); // you may not use this file except in compliance with the License. // You may obtain a copy of the License at diff --git a/ortools/linear_solver/python/linear_solver.i b/ortools/linear_solver/python/linear_solver.i index 011da74b41..02928c4535 100644 --- a/ortools/linear_solver/python/linear_solver.i +++ b/ortools/linear_solver/python/linear_solver.i @@ -1,4 +1,4 @@ -// Copyright 2010-2017 Google +// Copyright 2010-2018 Google LLC // Licensed under the Apache License, Version 2.0 (the "License"); // you 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 e954989410..c1674d57f7 100644 --- a/ortools/linear_solver/scip_interface.cc +++ b/ortools/linear_solver/scip_interface.cc @@ -1,4 +1,4 @@ -// Copyright 2010-2017 Google +// Copyright 2010-2018 Google LLC // Licensed under the Apache License, Version 2.0 (the "License"); // you 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 d268eed7fa..a15d18e063 100644 --- a/ortools/lp_data/lp_data.cc +++ b/ortools/lp_data/lp_data.cc @@ -1,4 +1,4 @@ -// Copyright 2010-2017 Google +// Copyright 2010-2018 Google LLC // Licensed under the Apache License, Version 2.0 (the "License"); // you 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 a3da61a8d0..034cc551c5 100644 --- a/ortools/lp_data/lp_data.h +++ b/ortools/lp_data/lp_data.h @@ -1,4 +1,4 @@ -// Copyright 2010-2017 Google +// Copyright 2010-2018 Google LLC // Licensed under the Apache License, Version 2.0 (the "License"); // you may not use this file except in compliance with the License. // You may obtain a copy of the License at diff --git a/ortools/lp_data/lp_data_utils.cc b/ortools/lp_data/lp_data_utils.cc index 553d7cc063..53d0678c06 100644 --- a/ortools/lp_data/lp_data_utils.cc +++ b/ortools/lp_data/lp_data_utils.cc @@ -1,4 +1,4 @@ -// Copyright 2010-2017 Google +// Copyright 2010-2018 Google LLC // Licensed under the Apache License, Version 2.0 (the "License"); // you may not use this file except in compliance with the License. // You may obtain a copy of the License at diff --git a/ortools/lp_data/lp_data_utils.h b/ortools/lp_data/lp_data_utils.h index 24fc6f3582..90940c292c 100644 --- a/ortools/lp_data/lp_data_utils.h +++ b/ortools/lp_data/lp_data_utils.h @@ -1,4 +1,4 @@ -// Copyright 2010-2017 Google +// Copyright 2010-2018 Google LLC // Licensed under the Apache License, Version 2.0 (the "License"); // you 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 bac0103399..ed4fe18ca2 100644 --- a/ortools/lp_data/lp_decomposer.cc +++ b/ortools/lp_data/lp_decomposer.cc @@ -1,4 +1,4 @@ -// Copyright 2010-2017 Google +// Copyright 2010-2018 Google LLC // Licensed under the Apache License, Version 2.0 (the "License"); // you 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 d26c36762f..ba26dab46a 100644 --- a/ortools/lp_data/lp_decomposer.h +++ b/ortools/lp_data/lp_decomposer.h @@ -1,4 +1,4 @@ -// Copyright 2010-2017 Google +// Copyright 2010-2018 Google LLC // Licensed under the Apache License, Version 2.0 (the "License"); // you 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 fdbaa6b8e7..b18527f2e1 100644 --- a/ortools/lp_data/lp_print_utils.cc +++ b/ortools/lp_data/lp_print_utils.cc @@ -1,4 +1,4 @@ -// Copyright 2010-2017 Google +// Copyright 2010-2018 Google LLC // Licensed under the Apache License, Version 2.0 (the "License"); // you 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 9ca391800c..4b2a568414 100644 --- a/ortools/lp_data/lp_print_utils.h +++ b/ortools/lp_data/lp_print_utils.h @@ -1,4 +1,4 @@ -// Copyright 2010-2017 Google +// Copyright 2010-2018 Google LLC // Licensed under the Apache License, Version 2.0 (the "License"); // you 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 bbbfa195f3..3962ac4c76 100644 --- a/ortools/lp_data/lp_types.cc +++ b/ortools/lp_data/lp_types.cc @@ -1,4 +1,4 @@ -// Copyright 2010-2017 Google +// Copyright 2010-2018 Google LLC // Licensed under the Apache License, Version 2.0 (the "License"); // you 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 565c0db065..9cd24f9ecc 100644 --- a/ortools/lp_data/lp_types.h +++ b/ortools/lp_data/lp_types.h @@ -1,4 +1,4 @@ -// Copyright 2010-2017 Google +// Copyright 2010-2018 Google LLC // Licensed under the Apache License, Version 2.0 (the "License"); // you 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 02bb752027..4675879289 100644 --- a/ortools/lp_data/lp_utils.cc +++ b/ortools/lp_data/lp_utils.cc @@ -1,4 +1,4 @@ -// Copyright 2010-2017 Google +// Copyright 2010-2018 Google LLC // Licensed under the Apache License, Version 2.0 (the "License"); // you 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 e14253deed..6ad45541a2 100644 --- a/ortools/lp_data/lp_utils.h +++ b/ortools/lp_data/lp_utils.h @@ -1,4 +1,4 @@ -// Copyright 2010-2017 Google +// Copyright 2010-2018 Google LLC // Licensed under the Apache License, Version 2.0 (the "License"); // you 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 38e8556e87..1b7789f4b8 100644 --- a/ortools/lp_data/matrix_scaler.cc +++ b/ortools/lp_data/matrix_scaler.cc @@ -1,4 +1,4 @@ -// Copyright 2010-2017 Google +// Copyright 2010-2018 Google LLC // Licensed under the Apache License, Version 2.0 (the "License"); // you 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 94c5111ea5..251bce6340 100644 --- a/ortools/lp_data/matrix_scaler.h +++ b/ortools/lp_data/matrix_scaler.h @@ -1,4 +1,4 @@ -// Copyright 2010-2017 Google +// Copyright 2010-2018 Google LLC // Licensed under the Apache License, Version 2.0 (the "License"); // you 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 83fe1746de..65cf81ca6b 100644 --- a/ortools/lp_data/matrix_utils.cc +++ b/ortools/lp_data/matrix_utils.cc @@ -1,4 +1,4 @@ -// Copyright 2010-2017 Google +// Copyright 2010-2018 Google LLC // Licensed under the Apache License, Version 2.0 (the "License"); // you 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 c8cd43248c..942c811a26 100644 --- a/ortools/lp_data/matrix_utils.h +++ b/ortools/lp_data/matrix_utils.h @@ -1,4 +1,4 @@ -// Copyright 2010-2017 Google +// Copyright 2010-2018 Google LLC // Licensed under the Apache License, Version 2.0 (the "License"); // you 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 ef22a4f91c..271f3d94dd 100644 --- a/ortools/lp_data/model_reader.cc +++ b/ortools/lp_data/model_reader.cc @@ -1,4 +1,4 @@ -// Copyright 2010-2017 Google +// Copyright 2010-2018 Google LLC // Licensed under the Apache License, Version 2.0 (the "License"); // you 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 1143b0fd67..9a7059336b 100644 --- a/ortools/lp_data/model_reader.h +++ b/ortools/lp_data/model_reader.h @@ -1,4 +1,4 @@ -// Copyright 2010-2017 Google +// Copyright 2010-2018 Google LLC // Licensed under the Apache License, Version 2.0 (the "License"); // you 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 e9c03cf73f..bd5b32cba5 100644 --- a/ortools/lp_data/mps_reader.cc +++ b/ortools/lp_data/mps_reader.cc @@ -1,4 +1,4 @@ -// Copyright 2010-2017 Google +// Copyright 2010-2018 Google LLC // Licensed under the Apache License, Version 2.0 (the "License"); // you 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 ae7c1a8bb7..53a3ace3f7 100644 --- a/ortools/lp_data/mps_reader.h +++ b/ortools/lp_data/mps_reader.h @@ -1,4 +1,4 @@ -// Copyright 2010-2017 Google +// Copyright 2010-2018 Google LLC // Licensed under the Apache License, Version 2.0 (the "License"); // you 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 4b2992e98f..ce6ccaae43 100644 --- a/ortools/lp_data/permutation.h +++ b/ortools/lp_data/permutation.h @@ -1,4 +1,4 @@ -// Copyright 2010-2017 Google +// Copyright 2010-2018 Google LLC // Licensed under the Apache License, Version 2.0 (the "License"); // you 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 5d3694bbda..3fd6a35c4d 100644 --- a/ortools/lp_data/proto_utils.cc +++ b/ortools/lp_data/proto_utils.cc @@ -1,4 +1,4 @@ -// Copyright 2010-2017 Google +// Copyright 2010-2018 Google LLC // Licensed under the Apache License, Version 2.0 (the "License"); // you 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 a4d3a38333..3eac859d9a 100644 --- a/ortools/lp_data/proto_utils.h +++ b/ortools/lp_data/proto_utils.h @@ -1,4 +1,4 @@ -// Copyright 2010-2017 Google +// Copyright 2010-2018 Google LLC // Licensed under the Apache License, Version 2.0 (the "License"); // you 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 bbcbbdb2e6..0c8bc43de1 100644 --- a/ortools/lp_data/sparse.cc +++ b/ortools/lp_data/sparse.cc @@ -1,4 +1,4 @@ -// Copyright 2010-2017 Google +// Copyright 2010-2018 Google LLC // Licensed under the Apache License, Version 2.0 (the "License"); // you 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 4d2bc4207e..1df42881ba 100644 --- a/ortools/lp_data/sparse.h +++ b/ortools/lp_data/sparse.h @@ -1,4 +1,4 @@ -// Copyright 2010-2017 Google +// Copyright 2010-2018 Google LLC // Licensed under the Apache License, Version 2.0 (the "License"); // you 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 2b3a191785..7972f99200 100644 --- a/ortools/lp_data/sparse_column.cc +++ b/ortools/lp_data/sparse_column.cc @@ -1,4 +1,4 @@ -// Copyright 2010-2017 Google +// Copyright 2010-2018 Google LLC // Licensed under the Apache License, Version 2.0 (the "License"); // you 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 2a1936d958..45f74e4335 100644 --- a/ortools/lp_data/sparse_column.h +++ b/ortools/lp_data/sparse_column.h @@ -1,4 +1,4 @@ -// Copyright 2010-2017 Google +// Copyright 2010-2018 Google LLC // Licensed under the Apache License, Version 2.0 (the "License"); // you 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 02757ba595..2da4ff4a32 100644 --- a/ortools/lp_data/sparse_row.h +++ b/ortools/lp_data/sparse_row.h @@ -1,4 +1,4 @@ -// Copyright 2010-2017 Google +// Copyright 2010-2018 Google LLC // Licensed under the Apache License, Version 2.0 (the "License"); // you 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 0a46c09533..8dde8d84dc 100644 --- a/ortools/lp_data/sparse_vector.h +++ b/ortools/lp_data/sparse_vector.h @@ -1,4 +1,4 @@ -// Copyright 2010-2017 Google +// Copyright 2010-2018 Google LLC // Licensed under the Apache License, Version 2.0 (the "License"); // you may not use this file except in compliance with the License. // You may obtain a copy of the License at diff --git a/ortools/port/file.h b/ortools/port/file.h index 6f2cd49f57..a13a5c2579 100644 --- a/ortools/port/file.h +++ b/ortools/port/file.h @@ -1,4 +1,4 @@ -// Copyright 2010-2017 Google +// Copyright 2010-2018 Google LLC // Licensed under the Apache License, Version 2.0 (the "License"); // you may not use this file except in compliance with the License. // You may obtain a copy of the License at diff --git a/ortools/port/file_nonport.cc b/ortools/port/file_nonport.cc index 4733ae0052..98730b2128 100644 --- a/ortools/port/file_nonport.cc +++ b/ortools/port/file_nonport.cc @@ -1,4 +1,4 @@ -// Copyright 2010-2017 Google +// Copyright 2010-2018 Google LLC // Licensed under the Apache License, Version 2.0 (the "License"); // you may not use this file except in compliance with the License. // You may obtain a copy of the License at diff --git a/ortools/port/proto_utils.h b/ortools/port/proto_utils.h index bfb2508e9f..2d8c3340e1 100644 --- a/ortools/port/proto_utils.h +++ b/ortools/port/proto_utils.h @@ -1,4 +1,4 @@ -// Copyright 2010-2017 Google +// Copyright 2010-2018 Google LLC // Licensed under the Apache License, Version 2.0 (the "License"); // you 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 7ee36157c8..64b9ea5c18 100644 --- a/ortools/port/sysinfo.h +++ b/ortools/port/sysinfo.h @@ -1,4 +1,4 @@ -// Copyright 2010-2017 Google +// Copyright 2010-2018 Google LLC // Licensed under the Apache License, Version 2.0 (the "License"); // you 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 90eb5cea06..26d0bc6a24 100644 --- a/ortools/port/sysinfo_nonport.cc +++ b/ortools/port/sysinfo_nonport.cc @@ -1,4 +1,4 @@ -// Copyright 2010-2017 Google +// Copyright 2010-2018 Google LLC // Licensed under the Apache License, Version 2.0 (the "License"); // you 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 d5bbbd3beb..a801699525 100644 --- a/ortools/port/utf8.h +++ b/ortools/port/utf8.h @@ -1,4 +1,4 @@ -// Copyright 2010-2017 Google +// Copyright 2010-2018 Google LLC // Licensed under the Apache License, Version 2.0 (the "License"); // you may 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 cf33d9d7f9..fe62c7678d 100644 --- a/ortools/sat/__init__.py +++ b/ortools/sat/__init__.py @@ -1,4 +1,4 @@ -# Copyright 2010-2017 Google +# Copyright 2010-2018 Google LLC # Licensed under the Apache License, Version 2.0 (the "License"); # you may 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 eaef6b2175..6010d79757 100644 --- a/ortools/sat/all_different.cc +++ b/ortools/sat/all_different.cc @@ -1,4 +1,4 @@ -// Copyright 2010-2017 Google +// Copyright 2010-2018 Google LLC // Licensed under the Apache License, Version 2.0 (the "License"); // you may 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 24c7af1810..5cdec24dd5 100644 --- a/ortools/sat/all_different.h +++ b/ortools/sat/all_different.h @@ -1,4 +1,4 @@ -// Copyright 2010-2017 Google +// Copyright 2010-2018 Google LLC // Licensed under the Apache License, Version 2.0 (the "License"); // you may 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 82711a4fa0..09f3f3b47c 100644 --- a/ortools/sat/boolean_problem.cc +++ b/ortools/sat/boolean_problem.cc @@ -1,4 +1,4 @@ -// Copyright 2010-2017 Google +// Copyright 2010-2018 Google LLC // Licensed under the Apache License, Version 2.0 (the "License"); // you may 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 38bfe498d7..ba92e16693 100644 --- a/ortools/sat/boolean_problem.h +++ b/ortools/sat/boolean_problem.h @@ -1,4 +1,4 @@ -// Copyright 2010-2017 Google +// Copyright 2010-2018 Google LLC // Licensed under the Apache License, Version 2.0 (the "License"); // you may 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 c41c0becef..dbaadae7d4 100644 --- a/ortools/sat/boolean_problem.proto +++ b/ortools/sat/boolean_problem.proto @@ -1,4 +1,4 @@ -// Copyright 2010-2017 Google +// Copyright 2010-2018 Google LLC // Licensed under the Apache License, Version 2.0 (the "License"); // you may 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 803d58ce9e..737cddef32 100644 --- a/ortools/sat/circuit.cc +++ b/ortools/sat/circuit.cc @@ -1,4 +1,4 @@ -// Copyright 2010-2017 Google +// Copyright 2010-2018 Google LLC // Licensed under the Apache License, Version 2.0 (the "License"); // you may 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 bc860f445d..1c5b69ca0c 100644 --- a/ortools/sat/circuit.h +++ b/ortools/sat/circuit.h @@ -1,4 +1,4 @@ -// Copyright 2010-2017 Google +// Copyright 2010-2018 Google LLC // Licensed under the Apache License, Version 2.0 (the "License"); // you may 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 d604b37425..67589b4264 100644 --- a/ortools/sat/clause.cc +++ b/ortools/sat/clause.cc @@ -1,4 +1,4 @@ -// Copyright 2010-2017 Google +// Copyright 2010-2018 Google LLC // Licensed under the Apache License, Version 2.0 (the "License"); // you may 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 5de2239f61..f0fc07c447 100644 --- a/ortools/sat/clause.h +++ b/ortools/sat/clause.h @@ -1,4 +1,4 @@ -// Copyright 2010-2017 Google +// Copyright 2010-2018 Google LLC // Licensed under the Apache License, Version 2.0 (the "License"); // you may 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 a8f2505f1a..ffca38a80e 100644 --- a/ortools/sat/cp_constraints.cc +++ b/ortools/sat/cp_constraints.cc @@ -1,4 +1,4 @@ -// Copyright 2010-2017 Google +// Copyright 2010-2018 Google LLC // Licensed under the Apache License, Version 2.0 (the "License"); // you may 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 e83122c969..73a91a8d27 100644 --- a/ortools/sat/cp_constraints.h +++ b/ortools/sat/cp_constraints.h @@ -1,4 +1,4 @@ -// Copyright 2010-2017 Google +// Copyright 2010-2018 Google LLC // Licensed under the Apache License, Version 2.0 (the "License"); // you may not use this file except in compliance with the License. // You may obtain a copy of the License at diff --git a/ortools/sat/cp_model.cc b/ortools/sat/cp_model.cc index a736e16b8e..92b88e7464 100644 --- a/ortools/sat/cp_model.cc +++ b/ortools/sat/cp_model.cc @@ -1,4 +1,4 @@ -// Copyright 2010-2017 Google +// Copyright 2010-2018 Google LLC // Licensed under the Apache License, Version 2.0 (the "License"); // you may not use this file except in compliance with the License. // You may obtain a copy of the License at diff --git a/ortools/sat/cp_model.h b/ortools/sat/cp_model.h index e2d00a3afc..03bba1d7ed 100644 --- a/ortools/sat/cp_model.h +++ b/ortools/sat/cp_model.h @@ -1,4 +1,4 @@ -// Copyright 2010-2017 Google +// Copyright 2010-2018 Google LLC // Licensed under the Apache License, Version 2.0 (the "License"); // you may 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 8a157fd8c9..c42b1d17a6 100644 --- a/ortools/sat/cp_model.proto +++ b/ortools/sat/cp_model.proto @@ -1,4 +1,4 @@ -// Copyright 2010-2017 Google +// Copyright 2010-2018 Google LLC // Licensed under the Apache License, Version 2.0 (the "License"); // you may 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 ae668977c7..1db0e4c5c7 100644 --- a/ortools/sat/cp_model_checker.cc +++ b/ortools/sat/cp_model_checker.cc @@ -1,4 +1,4 @@ -// Copyright 2010-2017 Google +// Copyright 2010-2018 Google LLC // Licensed under the Apache License, Version 2.0 (the "License"); // you may 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 02a194f49a..bc03fdfc0a 100644 --- a/ortools/sat/cp_model_checker.h +++ b/ortools/sat/cp_model_checker.h @@ -1,4 +1,4 @@ -// Copyright 2010-2017 Google +// Copyright 2010-2018 Google LLC // Licensed under the Apache License, Version 2.0 (the "License"); // you may not use this file except in compliance with the License. // You may obtain a copy of the License at diff --git a/ortools/sat/cp_model_expand.cc b/ortools/sat/cp_model_expand.cc index 2493a1d287..470d1b7c8e 100644 --- a/ortools/sat/cp_model_expand.cc +++ b/ortools/sat/cp_model_expand.cc @@ -1,4 +1,4 @@ -// Copyright 2010-2017 Google +// Copyright 2010-2018 Google LLC // Licensed under the Apache License, Version 2.0 (the "License"); // you may not use this file except in compliance with the License. // You may obtain a copy of the License at diff --git a/ortools/sat/cp_model_expand.h b/ortools/sat/cp_model_expand.h index 42a9128842..3973f56aee 100644 --- a/ortools/sat/cp_model_expand.h +++ b/ortools/sat/cp_model_expand.h @@ -1,4 +1,4 @@ -// Copyright 2010-2017 Google +// Copyright 2010-2018 Google LLC // Licensed under the Apache License, Version 2.0 (the "License"); // you may not use this file except in compliance with the License. // You may obtain a copy of the License at diff --git a/ortools/sat/cp_model_lns.cc b/ortools/sat/cp_model_lns.cc index 736a007f5c..01bee95d10 100644 --- a/ortools/sat/cp_model_lns.cc +++ b/ortools/sat/cp_model_lns.cc @@ -1,4 +1,4 @@ -// Copyright 2010-2017 Google +// Copyright 2010-2018 Google LLC // Licensed under the Apache License, Version 2.0 (the "License"); // you may not use this file except in compliance with the License. // You may obtain a copy of the License at diff --git a/ortools/sat/cp_model_lns.h b/ortools/sat/cp_model_lns.h index 99a4903f53..cfa91a2cb3 100644 --- a/ortools/sat/cp_model_lns.h +++ b/ortools/sat/cp_model_lns.h @@ -1,4 +1,4 @@ -// Copyright 2010-2017 Google +// Copyright 2010-2018 Google LLC // Licensed under the Apache License, Version 2.0 (the "License"); // you may not use this file except in compliance with the License. // You may obtain a copy of the License at diff --git a/ortools/sat/cp_model_loader.cc b/ortools/sat/cp_model_loader.cc index b3150ae7b0..9334205e13 100644 --- a/ortools/sat/cp_model_loader.cc +++ b/ortools/sat/cp_model_loader.cc @@ -1,4 +1,4 @@ -// Copyright 2010-2017 Google +// Copyright 2010-2018 Google LLC // Licensed under the Apache License, Version 2.0 (the "License"); // you may not use this file except in compliance with the License. // You may obtain a copy of the License at diff --git a/ortools/sat/cp_model_loader.h b/ortools/sat/cp_model_loader.h index 1b4e612687..d665327bba 100644 --- a/ortools/sat/cp_model_loader.h +++ b/ortools/sat/cp_model_loader.h @@ -1,4 +1,4 @@ -// Copyright 2010-2017 Google +// Copyright 2010-2018 Google LLC // Licensed under the Apache License, Version 2.0 (the "License"); // you may not use this file except in compliance with the License. // You may obtain a copy of the License at diff --git a/ortools/sat/cp_model_objective.cc b/ortools/sat/cp_model_objective.cc index 5fe06ac4c5..0c5d9e1897 100644 --- a/ortools/sat/cp_model_objective.cc +++ b/ortools/sat/cp_model_objective.cc @@ -1,4 +1,4 @@ -// Copyright 2010-2017 Google +// Copyright 2010-2018 Google LLC // Licensed under the Apache License, Version 2.0 (the "License"); // you may not use this file except in compliance with the License. // You may obtain a copy of the License at diff --git a/ortools/sat/cp_model_objective.h b/ortools/sat/cp_model_objective.h index 5cbe4c4446..003e9bc439 100644 --- a/ortools/sat/cp_model_objective.h +++ b/ortools/sat/cp_model_objective.h @@ -1,4 +1,4 @@ -// Copyright 2010-2017 Google +// Copyright 2010-2018 Google LLC // Licensed under the Apache License, Version 2.0 (the "License"); // you may 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 1f37faec47..c4aae2208e 100644 --- a/ortools/sat/cp_model_presolve.cc +++ b/ortools/sat/cp_model_presolve.cc @@ -1,4 +1,4 @@ -// Copyright 2010-2017 Google +// Copyright 2010-2018 Google LLC // Licensed under the Apache License, Version 2.0 (the "License"); // you may 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 08b5be3949..cdfb952fce 100644 --- a/ortools/sat/cp_model_presolve.h +++ b/ortools/sat/cp_model_presolve.h @@ -1,4 +1,4 @@ -// Copyright 2010-2017 Google +// Copyright 2010-2018 Google LLC // Licensed under the Apache License, Version 2.0 (the "License"); // you may 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 7545723a21..3b246c169e 100644 --- a/ortools/sat/cp_model_search.cc +++ b/ortools/sat/cp_model_search.cc @@ -1,4 +1,4 @@ -// Copyright 2010-2017 Google +// Copyright 2010-2018 Google LLC // Licensed under the Apache License, Version 2.0 (the "License"); // you may 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 5796645063..89e94228c3 100644 --- a/ortools/sat/cp_model_search.h +++ b/ortools/sat/cp_model_search.h @@ -1,4 +1,4 @@ -// Copyright 2010-2017 Google +// Copyright 2010-2018 Google LLC // Licensed under the Apache License, Version 2.0 (the "License"); // you may 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 7770eda27f..1140997c85 100644 --- a/ortools/sat/cp_model_solver.cc +++ b/ortools/sat/cp_model_solver.cc @@ -1,4 +1,4 @@ -// Copyright 2010-2017 Google +// Copyright 2010-2018 Google LLC // Licensed under the Apache License, Version 2.0 (the "License"); // you may 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 728016a30f..7385cba044 100644 --- a/ortools/sat/cp_model_solver.h +++ b/ortools/sat/cp_model_solver.h @@ -1,4 +1,4 @@ -// Copyright 2010-2017 Google +// Copyright 2010-2018 Google LLC // Licensed under the Apache License, Version 2.0 (the "License"); // you may not use this file except in compliance with the License. // You may obtain a copy of the License at diff --git a/ortools/sat/cp_model_symmetries.cc b/ortools/sat/cp_model_symmetries.cc index a609ada7ec..0f4555e5d8 100644 --- a/ortools/sat/cp_model_symmetries.cc +++ b/ortools/sat/cp_model_symmetries.cc @@ -1,4 +1,4 @@ -// Copyright 2010-2017 Google +// Copyright 2010-2018 Google LLC // Licensed under the Apache License, Version 2.0 (the "License"); // you may not use this file except in compliance with the License. // You may obtain a copy of the License at diff --git a/ortools/sat/cp_model_symmetries.h b/ortools/sat/cp_model_symmetries.h index 7856021b9f..17f7e8cbef 100644 --- a/ortools/sat/cp_model_symmetries.h +++ b/ortools/sat/cp_model_symmetries.h @@ -1,4 +1,4 @@ -// Copyright 2010-2017 Google +// Copyright 2010-2018 Google LLC // Licensed under the Apache License, Version 2.0 (the "License"); // you may 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 bed637f29f..4debd86db6 100644 --- a/ortools/sat/cp_model_utils.cc +++ b/ortools/sat/cp_model_utils.cc @@ -1,4 +1,4 @@ -// Copyright 2010-2017 Google +// Copyright 2010-2018 Google LLC // Licensed under the Apache License, Version 2.0 (the "License"); // you may 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 f57e40194f..9094841316 100644 --- a/ortools/sat/cp_model_utils.h +++ b/ortools/sat/cp_model_utils.h @@ -1,4 +1,4 @@ -// Copyright 2010-2017 Google +// Copyright 2010-2018 Google LLC // Licensed under the Apache License, Version 2.0 (the "License"); // you may not use this file except in compliance with the License. // You may obtain a copy of the License at diff --git a/ortools/sat/csharp/Constraints.cs b/ortools/sat/csharp/Constraints.cs index aae5148d11..6e3cce35b9 100644 --- a/ortools/sat/csharp/Constraints.cs +++ b/ortools/sat/csharp/Constraints.cs @@ -1,4 +1,4 @@ -// Copyright 2010-2017 Google +// Copyright 2010-2018 Google LLC // Licensed under the Apache License, Version 2.0 (the "License"); // you may not use this file except in compliance with the License. // You may obtain a copy of the License at diff --git a/ortools/sat/csharp/CpModel.cs b/ortools/sat/csharp/CpModel.cs index c06cfa377e..d77280f328 100644 --- a/ortools/sat/csharp/CpModel.cs +++ b/ortools/sat/csharp/CpModel.cs @@ -1,4 +1,4 @@ -// Copyright 2010-2017 Google +// Copyright 2010-2018 Google LLC // Licensed under the Apache License, Version 2.0 (the "License"); // you may not use this file except in compliance with the License. // You may obtain a copy of the License at diff --git a/ortools/sat/csharp/CpSolver.cs b/ortools/sat/csharp/CpSolver.cs index 21c80a7b28..48e93758ca 100644 --- a/ortools/sat/csharp/CpSolver.cs +++ b/ortools/sat/csharp/CpSolver.cs @@ -1,4 +1,4 @@ -// Copyright 2010-2017 Google +// Copyright 2010-2018 Google LLC // Licensed under the Apache License, Version 2.0 (the "License"); // you may not use this file except in compliance with the License. // You may obtain a copy of the License at diff --git a/ortools/sat/csharp/IntegerExpressions.cs b/ortools/sat/csharp/IntegerExpressions.cs index f7622f72be..61328b0242 100644 --- a/ortools/sat/csharp/IntegerExpressions.cs +++ b/ortools/sat/csharp/IntegerExpressions.cs @@ -1,4 +1,4 @@ -// Copyright 2010-2017 Google +// Copyright 2010-2018 Google LLC // Licensed under the Apache License, Version 2.0 (the "License"); // you may not use this file except in compliance with the License. // You may obtain a copy of the License at diff --git a/ortools/sat/csharp/IntervalVariables.cs b/ortools/sat/csharp/IntervalVariables.cs index 405865f0ae..2cddb0b2da 100644 --- a/ortools/sat/csharp/IntervalVariables.cs +++ b/ortools/sat/csharp/IntervalVariables.cs @@ -1,4 +1,4 @@ -// Copyright 2010-2017 Google +// Copyright 2010-2018 Google LLC // Licensed under the Apache License, Version 2.0 (the "License"); // you may not use this file except in compliance with the License. // You may obtain a copy of the License at diff --git a/ortools/sat/csharp/sat.i b/ortools/sat/csharp/sat.i index 328356c10d..2d3872b5e6 100644 --- a/ortools/sat/csharp/sat.i +++ b/ortools/sat/csharp/sat.i @@ -1,4 +1,4 @@ -// Copyright 2010-2017 Google +// Copyright 2010-2018 Google LLC // Licensed under the Apache License, Version 2.0 (the "License"); // you may 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 a111350cc8..160b41a98e 100644 --- a/ortools/sat/cumulative.cc +++ b/ortools/sat/cumulative.cc @@ -1,4 +1,4 @@ -// Copyright 2010-2017 Google +// Copyright 2010-2018 Google LLC // Licensed under the Apache License, Version 2.0 (the "License"); // you may 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 5b8d82808c..fe320cd437 100644 --- a/ortools/sat/cumulative.h +++ b/ortools/sat/cumulative.h @@ -1,4 +1,4 @@ -// Copyright 2010-2017 Google +// Copyright 2010-2018 Google LLC // Licensed under the Apache License, Version 2.0 (the "License"); // you may 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 a895d43fd1..82bfe3b19d 100644 --- a/ortools/sat/disjunctive.cc +++ b/ortools/sat/disjunctive.cc @@ -1,4 +1,4 @@ -// Copyright 2010-2017 Google +// Copyright 2010-2018 Google LLC // Licensed under the Apache License, Version 2.0 (the "License"); // you may 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 e87529501f..8cb910a23c 100644 --- a/ortools/sat/disjunctive.h +++ b/ortools/sat/disjunctive.h @@ -1,4 +1,4 @@ -// Copyright 2010-2017 Google +// Copyright 2010-2018 Google LLC // Licensed under the Apache License, Version 2.0 (the "License"); // you may not use this file except in compliance with the License. // You may obtain a copy of the License at diff --git a/ortools/sat/drat_checker.cc b/ortools/sat/drat_checker.cc index 5482b44429..e79cf38d82 100644 --- a/ortools/sat/drat_checker.cc +++ b/ortools/sat/drat_checker.cc @@ -1,4 +1,4 @@ -// Copyright 2010-2017 Google +// Copyright 2010-2018 Google LLC // Licensed under the Apache License, Version 2.0 (the "License"); // you may not use this file except in compliance with the License. // You may obtain a copy of the License at diff --git a/ortools/sat/drat_checker.h b/ortools/sat/drat_checker.h index 02a89ee5de..34c24e2243 100644 --- a/ortools/sat/drat_checker.h +++ b/ortools/sat/drat_checker.h @@ -1,4 +1,4 @@ -// Copyright 2010-2017 Google +// Copyright 2010-2018 Google LLC // Licensed under the Apache License, Version 2.0 (the "License"); // you may not use this file except in compliance with the License. // You may obtain a copy of the License at diff --git a/ortools/sat/drat_proof_handler.cc b/ortools/sat/drat_proof_handler.cc index e733207024..7706ac06b6 100644 --- a/ortools/sat/drat_proof_handler.cc +++ b/ortools/sat/drat_proof_handler.cc @@ -1,4 +1,4 @@ -// Copyright 2010-2017 Google +// Copyright 2010-2018 Google LLC // Licensed under the Apache License, Version 2.0 (the "License"); // you may not use this file except in compliance with the License. // You may obtain a copy of the License at diff --git a/ortools/sat/drat_proof_handler.h b/ortools/sat/drat_proof_handler.h index 47c7765f62..b066ff070a 100644 --- a/ortools/sat/drat_proof_handler.h +++ b/ortools/sat/drat_proof_handler.h @@ -1,4 +1,4 @@ -// Copyright 2010-2017 Google +// Copyright 2010-2018 Google LLC // Licensed under the Apache License, Version 2.0 (the "License"); // you may not use this file except in compliance with the License. // You may obtain a copy of the License at diff --git a/ortools/sat/drat_writer.cc b/ortools/sat/drat_writer.cc index eb39a61816..4bbb6b4b23 100644 --- a/ortools/sat/drat_writer.cc +++ b/ortools/sat/drat_writer.cc @@ -1,4 +1,4 @@ -// Copyright 2010-2017 Google +// Copyright 2010-2018 Google LLC // Licensed under the Apache License, Version 2.0 (the "License"); // you may not use this file except in compliance with the License. // You may obtain a copy of the License at diff --git a/ortools/sat/drat_writer.h b/ortools/sat/drat_writer.h index 964acf9bab..0071adf80d 100644 --- a/ortools/sat/drat_writer.h +++ b/ortools/sat/drat_writer.h @@ -1,4 +1,4 @@ -// Copyright 2010-2017 Google +// Copyright 2010-2018 Google LLC // Licensed under the Apache License, Version 2.0 (the "License"); // you may 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 6f395830b6..66fb67d8e6 100644 --- a/ortools/sat/encoding.cc +++ b/ortools/sat/encoding.cc @@ -1,4 +1,4 @@ -// Copyright 2010-2017 Google +// Copyright 2010-2018 Google LLC // Licensed under the Apache License, Version 2.0 (the "License"); // you may 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 e9c5e39fc8..bd576443dd 100644 --- a/ortools/sat/encoding.h +++ b/ortools/sat/encoding.h @@ -1,4 +1,4 @@ -// Copyright 2010-2017 Google +// Copyright 2010-2018 Google LLC // Licensed under the Apache License, Version 2.0 (the "License"); // you may 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 fe9c9c2b81..c23e7ab6df 100644 --- a/ortools/sat/integer.cc +++ b/ortools/sat/integer.cc @@ -1,4 +1,4 @@ -// Copyright 2010-2017 Google +// Copyright 2010-2018 Google LLC // Licensed under the Apache License, Version 2.0 (the "License"); // you may 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 fb34ed1594..9555787d67 100644 --- a/ortools/sat/integer.h +++ b/ortools/sat/integer.h @@ -1,4 +1,4 @@ -// Copyright 2010-2017 Google +// Copyright 2010-2018 Google LLC // Licensed under the Apache License, Version 2.0 (the "License"); // you may 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 07969e27da..25292e7de4 100644 --- a/ortools/sat/integer_expr.cc +++ b/ortools/sat/integer_expr.cc @@ -1,4 +1,4 @@ -// Copyright 2010-2017 Google +// Copyright 2010-2018 Google LLC // Licensed under the Apache License, Version 2.0 (the "License"); // you may 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 943b94b121..8e323d1f82 100644 --- a/ortools/sat/integer_expr.h +++ b/ortools/sat/integer_expr.h @@ -1,4 +1,4 @@ -// Copyright 2010-2017 Google +// Copyright 2010-2018 Google LLC // Licensed under the Apache License, Version 2.0 (the "License"); // you may not use this file except in compliance with the License. // You may obtain a copy of the License at diff --git a/ortools/sat/integer_search.cc b/ortools/sat/integer_search.cc index 7aa4364bbb..b0abfc153f 100644 --- a/ortools/sat/integer_search.cc +++ b/ortools/sat/integer_search.cc @@ -1,4 +1,4 @@ -// Copyright 2010-2017 Google +// Copyright 2010-2018 Google LLC // Licensed under the Apache License, Version 2.0 (the "License"); // you may not use this file except in compliance with the License. // You may obtain a copy of the License at diff --git a/ortools/sat/integer_search.h b/ortools/sat/integer_search.h index 08aee063a9..8cede37ca9 100644 --- a/ortools/sat/integer_search.h +++ b/ortools/sat/integer_search.h @@ -1,4 +1,4 @@ -// Copyright 2010-2017 Google +// Copyright 2010-2018 Google LLC // Licensed under the Apache License, Version 2.0 (the "License"); // you may 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 1844f05340..4573fe3824 100644 --- a/ortools/sat/intervals.cc +++ b/ortools/sat/intervals.cc @@ -1,4 +1,4 @@ -// Copyright 2010-2017 Google +// Copyright 2010-2018 Google LLC // Licensed under the Apache License, Version 2.0 (the "License"); // you may 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 69aa8dec25..984666b438 100644 --- a/ortools/sat/intervals.h +++ b/ortools/sat/intervals.h @@ -1,4 +1,4 @@ -// Copyright 2010-2017 Google +// Copyright 2010-2018 Google LLC // Licensed under the Apache License, Version 2.0 (the "License"); // you may not use this file except in compliance with the License. // You may obtain a copy of the License at diff --git a/ortools/sat/java/sat.i b/ortools/sat/java/sat.i index 25dd2d05ae..a2820d04df 100644 --- a/ortools/sat/java/sat.i +++ b/ortools/sat/java/sat.i @@ -1,4 +1,4 @@ -// Copyright 2010-2017 Google +// Copyright 2010-2018 Google LLC // Licensed under the Apache License, Version 2.0 (the "License"); // you may 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 b9b4883114..e71c343307 100644 --- a/ortools/sat/linear_programming_constraint.cc +++ b/ortools/sat/linear_programming_constraint.cc @@ -1,4 +1,4 @@ -// Copyright 2010-2017 Google +// Copyright 2010-2018 Google LLC // Licensed under the Apache License, Version 2.0 (the "License"); // you may 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 fb723908d7..92e2a8447f 100644 --- a/ortools/sat/linear_programming_constraint.h +++ b/ortools/sat/linear_programming_constraint.h @@ -1,4 +1,4 @@ -// Copyright 2010-2017 Google +// Copyright 2010-2018 Google LLC // Licensed under the Apache License, Version 2.0 (the "License"); // you may not use this file except in compliance with the License. // You may obtain a copy of the License at diff --git a/ortools/sat/linear_relaxation.cc b/ortools/sat/linear_relaxation.cc index fed42a2f5a..c8f7797301 100644 --- a/ortools/sat/linear_relaxation.cc +++ b/ortools/sat/linear_relaxation.cc @@ -1,4 +1,4 @@ -// Copyright 2010-2017 Google +// Copyright 2010-2018 Google LLC // Licensed under the Apache License, Version 2.0 (the "License"); // you may not use this file except in compliance with the License. // You may obtain a copy of the License at diff --git a/ortools/sat/linear_relaxation.h b/ortools/sat/linear_relaxation.h index 51ef34f61d..79c1f6f32a 100644 --- a/ortools/sat/linear_relaxation.h +++ b/ortools/sat/linear_relaxation.h @@ -1,4 +1,4 @@ -// Copyright 2010-2017 Google +// Copyright 2010-2018 Google LLC // Licensed under the Apache License, Version 2.0 (the "License"); // you may not use this file except in compliance with the License. // You may obtain a copy of the License at diff --git a/ortools/sat/lns.h b/ortools/sat/lns.h index f5cbd9b3ca..992f692bdb 100644 --- a/ortools/sat/lns.h +++ b/ortools/sat/lns.h @@ -1,4 +1,4 @@ -// Copyright 2010-2017 Google +// Copyright 2010-2018 Google LLC // Licensed under the Apache License, Version 2.0 (the "License"); // you may 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 e0801d9909..68c5c556e9 100644 --- a/ortools/sat/lp_utils.cc +++ b/ortools/sat/lp_utils.cc @@ -1,4 +1,4 @@ -// Copyright 2010-2017 Google +// Copyright 2010-2018 Google LLC // Licensed under the Apache License, Version 2.0 (the "License"); // you may 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 b4862ce5f8..a5123d92ef 100644 --- a/ortools/sat/lp_utils.h +++ b/ortools/sat/lp_utils.h @@ -1,4 +1,4 @@ -// Copyright 2010-2017 Google +// Copyright 2010-2018 Google LLC // Licensed under the Apache License, Version 2.0 (the "License"); // you may 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 7983e4f6fd..d5ead31d32 100644 --- a/ortools/sat/model.h +++ b/ortools/sat/model.h @@ -1,4 +1,4 @@ -// Copyright 2010-2017 Google +// Copyright 2010-2018 Google LLC // Licensed under the Apache License, Version 2.0 (the "License"); // you may 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 b6c3186820..16aaea5dc8 100644 --- a/ortools/sat/optimization.cc +++ b/ortools/sat/optimization.cc @@ -1,4 +1,4 @@ -// Copyright 2010-2017 Google +// Copyright 2010-2018 Google LLC // Licensed under the Apache License, Version 2.0 (the "License"); // you may 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 ccd1a5c9e6..acf96bffa5 100644 --- a/ortools/sat/optimization.h +++ b/ortools/sat/optimization.h @@ -1,4 +1,4 @@ -// Copyright 2010-2017 Google +// Copyright 2010-2018 Google LLC // Licensed under the Apache License, Version 2.0 (the "License"); // you may 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 fd3a709c77..91b501bb7d 100644 --- a/ortools/sat/overload_checker.cc +++ b/ortools/sat/overload_checker.cc @@ -1,4 +1,4 @@ -// Copyright 2010-2017 Google +// Copyright 2010-2018 Google LLC // Licensed under the Apache License, Version 2.0 (the "License"); // you may 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 0263e27638..f748bfaf63 100644 --- a/ortools/sat/overload_checker.h +++ b/ortools/sat/overload_checker.h @@ -1,4 +1,4 @@ -// Copyright 2010-2017 Google +// Copyright 2010-2018 Google LLC // Licensed under the Apache License, Version 2.0 (the "License"); // you may 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 57f424da35..e7cc2566a1 100644 --- a/ortools/sat/pb_constraint.cc +++ b/ortools/sat/pb_constraint.cc @@ -1,4 +1,4 @@ -// Copyright 2010-2017 Google +// Copyright 2010-2018 Google LLC // Licensed under the Apache License, Version 2.0 (the "License"); // you may 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 b5e2cb5ad5..59d0bb85fc 100644 --- a/ortools/sat/pb_constraint.h +++ b/ortools/sat/pb_constraint.h @@ -1,4 +1,4 @@ -// Copyright 2010-2017 Google +// Copyright 2010-2018 Google LLC // Licensed under the Apache License, Version 2.0 (the "License"); // you may 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 0636d550e3..31fb8c9024 100644 --- a/ortools/sat/precedences.cc +++ b/ortools/sat/precedences.cc @@ -1,4 +1,4 @@ -// Copyright 2010-2017 Google +// Copyright 2010-2018 Google LLC // Licensed under the Apache License, Version 2.0 (the "License"); // you may 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 700b73458f..a6c30281bd 100644 --- a/ortools/sat/precedences.h +++ b/ortools/sat/precedences.h @@ -1,4 +1,4 @@ -// Copyright 2010-2017 Google +// Copyright 2010-2018 Google LLC // Licensed under the Apache License, Version 2.0 (the "License"); // you may not use this file except in compliance with the License. // You may obtain a copy of the License at diff --git a/ortools/sat/probing.cc b/ortools/sat/probing.cc index e5cd591817..31a1a96340 100644 --- a/ortools/sat/probing.cc +++ b/ortools/sat/probing.cc @@ -1,4 +1,4 @@ -// Copyright 2010-2017 Google +// Copyright 2010-2018 Google LLC // Licensed under the Apache License, Version 2.0 (the "License"); // you may not use this file except in compliance with the License. // You may obtain a copy of the License at diff --git a/ortools/sat/probing.h b/ortools/sat/probing.h index 7b943a6994..8b397f3309 100644 --- a/ortools/sat/probing.h +++ b/ortools/sat/probing.h @@ -1,4 +1,4 @@ -// Copyright 2010-2017 Google +// Copyright 2010-2018 Google LLC // Licensed under the Apache License, Version 2.0 (the "License"); // you may not use this file except in compliance with the License. // You may obtain a copy of the License at diff --git a/ortools/sat/python/cp_model.py b/ortools/sat/python/cp_model.py index 1859bdd124..405703607b 100644 --- a/ortools/sat/python/cp_model.py +++ b/ortools/sat/python/cp_model.py @@ -1,4 +1,4 @@ -# Copyright 2010-2017 Google +# Copyright 2010-2018 Google LLC # Licensed under the Apache License, Version 2.0 (the "License"); # you may not use this file except in compliance with the License. # You may obtain a copy of the License at diff --git a/ortools/sat/python/cp_model_helper.py b/ortools/sat/python/cp_model_helper.py index aa272cf5af..7292e016be 100644 --- a/ortools/sat/python/cp_model_helper.py +++ b/ortools/sat/python/cp_model_helper.py @@ -1,4 +1,4 @@ -# Copyright 2010-2017 Google +# Copyright 2010-2018 Google LLC # Licensed under the Apache License, Version 2.0 (the "License"); # you may not use this file except in compliance with the License. # You may obtain a copy of the License at diff --git a/ortools/sat/python/sat.i b/ortools/sat/python/sat.i index 0f5c66892e..c568d3a383 100644 --- a/ortools/sat/python/sat.i +++ b/ortools/sat/python/sat.i @@ -1,4 +1,4 @@ -// Copyright 2010-2017 Google +// Copyright 2010-2018 Google LLC // Licensed under the Apache License, Version 2.0 (the "License"); // you may not use this file except in compliance with the License. // You may obtain a copy of the License at diff --git a/ortools/sat/python/visualization.py b/ortools/sat/python/visualization.py index 814c5bb1ee..915556e518 100644 --- a/ortools/sat/python/visualization.py +++ b/ortools/sat/python/visualization.py @@ -1,4 +1,4 @@ -# Copyright 2010-2017 Google +# Copyright 2010-2018 Google LLC # Licensed under the Apache License, Version 2.0 (the "License"); # you may not use this file except in compliance with the License. # You may obtain a copy of the License at diff --git a/ortools/sat/restart.cc b/ortools/sat/restart.cc index a009650c97..ebe6b878e7 100644 --- a/ortools/sat/restart.cc +++ b/ortools/sat/restart.cc @@ -1,4 +1,4 @@ -// Copyright 2010-2017 Google +// Copyright 2010-2018 Google LLC // Licensed under the Apache License, Version 2.0 (the "License"); // you may not use this file except in compliance with the License. // You may obtain a copy of the License at diff --git a/ortools/sat/restart.h b/ortools/sat/restart.h index b21afa4845..58fa5e55de 100644 --- a/ortools/sat/restart.h +++ b/ortools/sat/restart.h @@ -1,4 +1,4 @@ -// Copyright 2010-2017 Google +// Copyright 2010-2018 Google LLC // Licensed under the Apache License, Version 2.0 (the "License"); // you may not use this file except in compliance with the License. // You may obtain a copy of the License at diff --git a/ortools/sat/samples/BinPackingProblem.java b/ortools/sat/samples/BinPackingProblem.java index 8f8a1dcc72..eafe0d4910 100644 --- a/ortools/sat/samples/BinPackingProblem.java +++ b/ortools/sat/samples/BinPackingProblem.java @@ -1,4 +1,4 @@ -// Copyright 2010-2017 Google +// Copyright 2010-2018 Google LLC // Licensed under the Apache License, Version 2.0 (the "License"); // you may not use this file except in compliance with the License. // You may obtain a copy of the License at diff --git a/ortools/sat/samples/BoolOrSample.java b/ortools/sat/samples/BoolOrSample.java index 9afe4c6b09..4cd1421e55 100644 --- a/ortools/sat/samples/BoolOrSample.java +++ b/ortools/sat/samples/BoolOrSample.java @@ -1,4 +1,4 @@ -// Copyright 2010-2017 Google +// Copyright 2010-2018 Google LLC // Licensed under the Apache License, Version 2.0 (the "License"); // you may not use this file except in compliance with the License. // You may obtain a copy of the License at diff --git a/ortools/sat/samples/ChannelingSample.java b/ortools/sat/samples/ChannelingSample.java index b7ca01871b..9804d9d781 100644 --- a/ortools/sat/samples/ChannelingSample.java +++ b/ortools/sat/samples/ChannelingSample.java @@ -1,4 +1,4 @@ -// Copyright 2010-2017 Google +// Copyright 2010-2018 Google LLC // Licensed under the Apache License, Version 2.0 (the "License"); // you may not use this file except in compliance with the License. // You may obtain a copy of the License at diff --git a/ortools/sat/samples/CodeSample.java b/ortools/sat/samples/CodeSample.java index 08eefe48a0..849f770ef4 100644 --- a/ortools/sat/samples/CodeSample.java +++ b/ortools/sat/samples/CodeSample.java @@ -1,4 +1,4 @@ -// Copyright 2010-2017 Google +// Copyright 2010-2018 Google LLC // Licensed under the Apache License, Version 2.0 (the "License"); // you may not use this file except in compliance with the License. // You may obtain a copy of the License at diff --git a/ortools/sat/samples/CpIsFun.cs b/ortools/sat/samples/CpIsFun.cs index 10a1303b4a..ea9302b2b6 100644 --- a/ortools/sat/samples/CpIsFun.cs +++ b/ortools/sat/samples/CpIsFun.cs @@ -1,4 +1,4 @@ -// Copyright 2010-2017 Google +// Copyright 2010-2018 Google LLC // Licensed under the Apache License, Version 2.0 (the "License"); // you may not use this file except in compliance with the License. // You may obtain a copy of the License at diff --git a/ortools/sat/samples/CpIsFun.java b/ortools/sat/samples/CpIsFun.java index 484f7ed72b..c27098ca01 100644 --- a/ortools/sat/samples/CpIsFun.java +++ b/ortools/sat/samples/CpIsFun.java @@ -1,4 +1,4 @@ -// Copyright 2010-2017 Google +// Copyright 2010-2018 Google LLC // Licensed under the Apache License, Version 2.0 (the "License"); // you may not use this file except in compliance with the License. // You may obtain a copy of the License at diff --git a/ortools/sat/samples/IntervalSample.java b/ortools/sat/samples/IntervalSample.java index 62c5def7ee..de74b11893 100644 --- a/ortools/sat/samples/IntervalSample.java +++ b/ortools/sat/samples/IntervalSample.java @@ -1,4 +1,4 @@ -// Copyright 2010-2017 Google +// Copyright 2010-2018 Google LLC // Licensed under the Apache License, Version 2.0 (the "License"); // you may not use this file except in compliance with the License. // You may obtain a copy of the License at diff --git a/ortools/sat/samples/LiteralSample.java b/ortools/sat/samples/LiteralSample.java index d3abba77bf..cc8298488b 100644 --- a/ortools/sat/samples/LiteralSample.java +++ b/ortools/sat/samples/LiteralSample.java @@ -1,4 +1,4 @@ -// Copyright 2010-2017 Google +// Copyright 2010-2018 Google LLC // Licensed under the Apache License, Version 2.0 (the "License"); // you may not use this file except in compliance with the License. // You may obtain a copy of the License at diff --git a/ortools/sat/samples/NoOverlapSample.java b/ortools/sat/samples/NoOverlapSample.java index 5bb4ac0787..b777785667 100644 --- a/ortools/sat/samples/NoOverlapSample.java +++ b/ortools/sat/samples/NoOverlapSample.java @@ -1,4 +1,4 @@ -// Copyright 2010-2017 Google +// Copyright 2010-2018 Google LLC // Licensed under the Apache License, Version 2.0 (the "License"); // you may not use this file except in compliance with the License. // You may obtain a copy of the License at diff --git a/ortools/sat/samples/OptionalIntervalSample.java b/ortools/sat/samples/OptionalIntervalSample.java index 329af9be08..ac740b9338 100644 --- a/ortools/sat/samples/OptionalIntervalSample.java +++ b/ortools/sat/samples/OptionalIntervalSample.java @@ -1,4 +1,4 @@ -// Copyright 2010-2017 Google +// Copyright 2010-2018 Google LLC // Licensed under the Apache License, Version 2.0 (the "License"); // you may not use this file except in compliance with the License. // You may obtain a copy of the License at diff --git a/ortools/sat/samples/RabbitsAndPheasants.java b/ortools/sat/samples/RabbitsAndPheasants.java index 46b294dc23..5bb2681220 100644 --- a/ortools/sat/samples/RabbitsAndPheasants.java +++ b/ortools/sat/samples/RabbitsAndPheasants.java @@ -1,4 +1,4 @@ -// Copyright 2010-2017 Google +// Copyright 2010-2018 Google LLC // Licensed under the Apache License, Version 2.0 (the "License"); // you may not use this file except in compliance with the License. // You may obtain a copy of the License at diff --git a/ortools/sat/samples/RankingSample.java b/ortools/sat/samples/RankingSample.java index 2e493946ce..624a50acb4 100644 --- a/ortools/sat/samples/RankingSample.java +++ b/ortools/sat/samples/RankingSample.java @@ -1,4 +1,4 @@ -// Copyright 2010-2017 Google +// Copyright 2010-2018 Google LLC // Licensed under the Apache License, Version 2.0 (the "License"); // you may not use this file except in compliance with the License. // You may obtain a copy of the License at diff --git a/ortools/sat/samples/ReifiedSample.java b/ortools/sat/samples/ReifiedSample.java index e8bf5a558c..55cd984180 100644 --- a/ortools/sat/samples/ReifiedSample.java +++ b/ortools/sat/samples/ReifiedSample.java @@ -1,4 +1,4 @@ -// Copyright 2010-2017 Google +// Copyright 2010-2018 Google LLC // Licensed under the Apache License, Version 2.0 (the "License"); // you may not use this file except in compliance with the License. // You may obtain a copy of the License at diff --git a/ortools/sat/samples/SimpleSolve.java b/ortools/sat/samples/SimpleSolve.java index 0ed48a785d..a498e1689a 100644 --- a/ortools/sat/samples/SimpleSolve.java +++ b/ortools/sat/samples/SimpleSolve.java @@ -1,4 +1,4 @@ -// Copyright 2010-2017 Google +// Copyright 2010-2018 Google LLC // Licensed under the Apache License, Version 2.0 (the "License"); // you may not use this file except in compliance with the License. // You may obtain a copy of the License at diff --git a/ortools/sat/samples/SolveAllSolutions.java b/ortools/sat/samples/SolveAllSolutions.java index b4ec7e2c5b..8faf7c3a0d 100644 --- a/ortools/sat/samples/SolveAllSolutions.java +++ b/ortools/sat/samples/SolveAllSolutions.java @@ -1,4 +1,4 @@ -// Copyright 2010-2017 Google +// Copyright 2010-2018 Google LLC // Licensed under the Apache License, Version 2.0 (the "License"); // you may not use this file except in compliance with the License. // You may obtain a copy of the License at diff --git a/ortools/sat/samples/SolveWithIntermediateSolutions.java b/ortools/sat/samples/SolveWithIntermediateSolutions.java index 02b9b6f06e..5a5dc6bcbb 100644 --- a/ortools/sat/samples/SolveWithIntermediateSolutions.java +++ b/ortools/sat/samples/SolveWithIntermediateSolutions.java @@ -1,4 +1,4 @@ -// Copyright 2010-2017 Google +// Copyright 2010-2018 Google LLC // Licensed under the Apache License, Version 2.0 (the "License"); // you may not use this file except in compliance with the License. // You may obtain a copy of the License at diff --git a/ortools/sat/samples/SolveWithTimeLimit.java b/ortools/sat/samples/SolveWithTimeLimit.java index 3158ab6d66..5a575c21d4 100644 --- a/ortools/sat/samples/SolveWithTimeLimit.java +++ b/ortools/sat/samples/SolveWithTimeLimit.java @@ -1,4 +1,4 @@ -// Copyright 2010-2017 Google +// Copyright 2010-2018 Google LLC // Licensed under the Apache License, Version 2.0 (the "License"); // you may not use this file except in compliance with the License. // You may obtain a copy of the License at diff --git a/ortools/sat/samples/StopAfterNSolutions.java b/ortools/sat/samples/StopAfterNSolutions.java index 72390bf336..23a3439b8b 100644 --- a/ortools/sat/samples/StopAfterNSolutions.java +++ b/ortools/sat/samples/StopAfterNSolutions.java @@ -1,4 +1,4 @@ -// Copyright 2010-2017 Google +// Copyright 2010-2018 Google LLC // Licensed under the Apache License, Version 2.0 (the "License"); // you may not use this file except in compliance with the License. // You may obtain a copy of the License at diff --git a/ortools/sat/samples/binpacking_problem.cc b/ortools/sat/samples/binpacking_problem.cc index 3ec59dfd84..870c0fe6ab 100644 --- a/ortools/sat/samples/binpacking_problem.cc +++ b/ortools/sat/samples/binpacking_problem.cc @@ -1,4 +1,4 @@ -// Copyright 2010-2017 Google +// Copyright 2010-2018 Google LLC // Licensed under the Apache License, Version 2.0 (the "License"); // you may not use this file except in compliance with the License. // You may obtain a copy of the License at diff --git a/ortools/sat/samples/binpacking_problem.cs b/ortools/sat/samples/binpacking_problem.cs index 75dbab49d8..bbed98ff3a 100644 --- a/ortools/sat/samples/binpacking_problem.cs +++ b/ortools/sat/samples/binpacking_problem.cs @@ -1,4 +1,4 @@ -// Copyright 2010-2017 Google +// Copyright 2010-2018 Google LLC // Licensed under the Apache License, Version 2.0 (the "License"); // you may not use this file except in compliance with the License. // You may obtain a copy of the License at diff --git a/ortools/sat/samples/binpacking_problem.py b/ortools/sat/samples/binpacking_problem.py index 79e92036d9..58f0abb9fb 100644 --- a/ortools/sat/samples/binpacking_problem.py +++ b/ortools/sat/samples/binpacking_problem.py @@ -1,4 +1,4 @@ -# Copyright 2010-2017 Google +# Copyright 2010-2018 Google LLC # Licensed under the Apache License, Version 2.0 (the "License"); # you may not use this file except in compliance with the License. # You may obtain a copy of the License at diff --git a/ortools/sat/samples/bool_or_sample.cc b/ortools/sat/samples/bool_or_sample.cc index cccd27a89f..be4ce6a3be 100644 --- a/ortools/sat/samples/bool_or_sample.cc +++ b/ortools/sat/samples/bool_or_sample.cc @@ -1,4 +1,4 @@ -// Copyright 2010-2017 Google +// Copyright 2010-2018 Google LLC // Licensed under the Apache License, Version 2.0 (the "License"); // you may not use this file except in compliance with the License. // You may obtain a copy of the License at diff --git a/ortools/sat/samples/bool_or_sample.cs b/ortools/sat/samples/bool_or_sample.cs index 4c4d7c42a2..d4e8dfbdf9 100644 --- a/ortools/sat/samples/bool_or_sample.cs +++ b/ortools/sat/samples/bool_or_sample.cs @@ -1,4 +1,4 @@ -// Copyright 2010-2017 Google +// Copyright 2010-2018 Google LLC // Licensed under the Apache License, Version 2.0 (the "License"); // you may not use this file except in compliance with the License. // You may obtain a copy of the License at diff --git a/ortools/sat/samples/bool_or_sample.py b/ortools/sat/samples/bool_or_sample.py index 0251f4d87f..3de536c4c6 100644 --- a/ortools/sat/samples/bool_or_sample.py +++ b/ortools/sat/samples/bool_or_sample.py @@ -1,4 +1,4 @@ -# Copyright 2010-2017 Google +# Copyright 2010-2018 Google LLC # Licensed under the Apache License, Version 2.0 (the "License"); # you may not use this file except in compliance with the License. # You may obtain a copy of the License at diff --git a/ortools/sat/samples/channeling_sample.cc b/ortools/sat/samples/channeling_sample.cc index 8762c1f353..55df36c003 100644 --- a/ortools/sat/samples/channeling_sample.cc +++ b/ortools/sat/samples/channeling_sample.cc @@ -1,4 +1,4 @@ -// Copyright 2010-2017 Google +// Copyright 2010-2018 Google LLC // Licensed under the Apache License, Version 2.0 (the "License"); // you may not use this file except in compliance with the License. // You may obtain a copy of the License at diff --git a/ortools/sat/samples/channeling_sample.cs b/ortools/sat/samples/channeling_sample.cs index 795ff6bb20..9fc20b6b27 100644 --- a/ortools/sat/samples/channeling_sample.cs +++ b/ortools/sat/samples/channeling_sample.cs @@ -1,4 +1,4 @@ -// Copyright 2010-2017 Google +// Copyright 2010-2018 Google LLC // Licensed under the Apache License, Version 2.0 (the "License"); // you may not use this file except in compliance with the License. // You may obtain a copy of the License at diff --git a/ortools/sat/samples/channeling_sample.py b/ortools/sat/samples/channeling_sample.py index 4eea6ecdf8..2033a8f64a 100644 --- a/ortools/sat/samples/channeling_sample.py +++ b/ortools/sat/samples/channeling_sample.py @@ -1,4 +1,4 @@ -# Copyright 2010-2017 Google +# Copyright 2010-2018 Google LLC # Licensed under the Apache License, Version 2.0 (the "License"); # you may not use this file except in compliance with the License. # You may obtain a copy of the License at diff --git a/ortools/sat/samples/code_sample.cc b/ortools/sat/samples/code_sample.cc index 52076f0a6d..cc755913dd 100644 --- a/ortools/sat/samples/code_sample.cc +++ b/ortools/sat/samples/code_sample.cc @@ -1,4 +1,4 @@ -// Copyright 2010-2017 Google +// Copyright 2010-2018 Google LLC // Licensed under the Apache License, Version 2.0 (the "License"); // you may not use this file except in compliance with the License. // You may obtain a copy of the License at diff --git a/ortools/sat/samples/code_sample.cs b/ortools/sat/samples/code_sample.cs index 78f54739b7..0225050b34 100644 --- a/ortools/sat/samples/code_sample.cs +++ b/ortools/sat/samples/code_sample.cs @@ -1,4 +1,4 @@ -// Copyright 2010-2017 Google +// Copyright 2010-2018 Google LLC // Licensed under the Apache License, Version 2.0 (the "License"); // you may not use this file except in compliance with the License. // You may obtain a copy of the License at diff --git a/ortools/sat/samples/code_sample.py b/ortools/sat/samples/code_sample.py index 20b5bd75da..4ba86469ab 100644 --- a/ortools/sat/samples/code_sample.py +++ b/ortools/sat/samples/code_sample.py @@ -1,4 +1,4 @@ -# Copyright 2010-2017 Google +# Copyright 2010-2018 Google LLC # Licensed under the Apache License, Version 2.0 (the "License"); # you may not use this file except in compliance with the License. # You may obtain a copy of the License at diff --git a/ortools/sat/samples/interval_sample.cc b/ortools/sat/samples/interval_sample.cc index b0527d1b4b..9fb269ca37 100644 --- a/ortools/sat/samples/interval_sample.cc +++ b/ortools/sat/samples/interval_sample.cc @@ -1,4 +1,4 @@ -// Copyright 2010-2017 Google +// Copyright 2010-2018 Google LLC // Licensed under the Apache License, Version 2.0 (the "License"); // you may not use this file except in compliance with the License. // You may obtain a copy of the License at diff --git a/ortools/sat/samples/interval_sample.cs b/ortools/sat/samples/interval_sample.cs index 790ba5cc8d..5fab5c5ad7 100644 --- a/ortools/sat/samples/interval_sample.cs +++ b/ortools/sat/samples/interval_sample.cs @@ -1,4 +1,4 @@ -// Copyright 2010-2017 Google +// Copyright 2010-2018 Google LLC // Licensed under the Apache License, Version 2.0 (the "License"); // you may not use this file except in compliance with the License. // You may obtain a copy of the License at diff --git a/ortools/sat/samples/interval_sample.py b/ortools/sat/samples/interval_sample.py index 2c0e8a1e9b..bd6b966f3d 100644 --- a/ortools/sat/samples/interval_sample.py +++ b/ortools/sat/samples/interval_sample.py @@ -1,4 +1,4 @@ -# Copyright 2010-2017 Google +# Copyright 2010-2018 Google LLC # Licensed under the Apache License, Version 2.0 (the "License"); # you may not use this file except in compliance with the License. # You may obtain a copy of the License at diff --git a/ortools/sat/samples/literal_sample.cc b/ortools/sat/samples/literal_sample.cc index ff28666970..77f85040e3 100644 --- a/ortools/sat/samples/literal_sample.cc +++ b/ortools/sat/samples/literal_sample.cc @@ -1,4 +1,4 @@ -// Copyright 2010-2017 Google +// Copyright 2010-2018 Google LLC // Licensed under the Apache License, Version 2.0 (the "License"); // you may not use this file except in compliance with the License. // You may obtain a copy of the License at diff --git a/ortools/sat/samples/literal_sample.cs b/ortools/sat/samples/literal_sample.cs index 98d855d247..3b6d6982df 100644 --- a/ortools/sat/samples/literal_sample.cs +++ b/ortools/sat/samples/literal_sample.cs @@ -1,4 +1,4 @@ -// Copyright 2010-2017 Google +// Copyright 2010-2018 Google LLC // Licensed under the Apache License, Version 2.0 (the "License"); // you may not use this file except in compliance with the License. // You may obtain a copy of the License at diff --git a/ortools/sat/samples/literal_sample.py b/ortools/sat/samples/literal_sample.py index 7ed41f87bc..2cca9be46f 100644 --- a/ortools/sat/samples/literal_sample.py +++ b/ortools/sat/samples/literal_sample.py @@ -1,4 +1,4 @@ -# Copyright 2010-2017 Google +# Copyright 2010-2018 Google LLC # Licensed under the Apache License, Version 2.0 (the "License"); # you may not use this file except in compliance with the License. # You may obtain a copy of the License at diff --git a/ortools/sat/samples/minimal_jobshop.py b/ortools/sat/samples/minimal_jobshop.py index 9aa36c1027..cff8314703 100644 --- a/ortools/sat/samples/minimal_jobshop.py +++ b/ortools/sat/samples/minimal_jobshop.py @@ -1,4 +1,4 @@ -# Copyright 2010-2017 Google +# Copyright 2010-2018 Google LLC # Licensed under the Apache License, Version 2.0 (the "License"); # you may not use this file except in compliance with the License. # You may obtain a copy of the License at diff --git a/ortools/sat/samples/no_overlap_sample.cc b/ortools/sat/samples/no_overlap_sample.cc index 2ae9e5b837..dab996a7ee 100644 --- a/ortools/sat/samples/no_overlap_sample.cc +++ b/ortools/sat/samples/no_overlap_sample.cc @@ -1,4 +1,4 @@ -// Copyright 2010-2017 Google +// Copyright 2010-2018 Google LLC // Licensed under the Apache License, Version 2.0 (the "License"); // you may not use this file except in compliance with the License. // You may obtain a copy of the License at diff --git a/ortools/sat/samples/no_overlap_sample.cs b/ortools/sat/samples/no_overlap_sample.cs index 0f7f1302db..613eb7d6b8 100644 --- a/ortools/sat/samples/no_overlap_sample.cs +++ b/ortools/sat/samples/no_overlap_sample.cs @@ -1,4 +1,4 @@ -// Copyright 2010-2017 Google +// Copyright 2010-2018 Google LLC // Licensed under the Apache License, Version 2.0 (the "License"); // you may not use this file except in compliance with the License. // You may obtain a copy of the License at diff --git a/ortools/sat/samples/no_overlap_sample.py b/ortools/sat/samples/no_overlap_sample.py index 898380f4f8..2e39786a50 100644 --- a/ortools/sat/samples/no_overlap_sample.py +++ b/ortools/sat/samples/no_overlap_sample.py @@ -1,4 +1,4 @@ -# Copyright 2010-2017 Google +# Copyright 2010-2018 Google LLC # Licensed under the Apache License, Version 2.0 (the "License"); # you may not use this file except in compliance with the License. # You may obtain a copy of the License at diff --git a/ortools/sat/samples/optional_interval_sample.cc b/ortools/sat/samples/optional_interval_sample.cc index fdfc57de36..acc8a62330 100644 --- a/ortools/sat/samples/optional_interval_sample.cc +++ b/ortools/sat/samples/optional_interval_sample.cc @@ -1,4 +1,4 @@ -// Copyright 2010-2017 Google +// Copyright 2010-2018 Google LLC // Licensed under the Apache License, Version 2.0 (the "License"); // you may not use this file except in compliance with the License. // You may obtain a copy of the License at diff --git a/ortools/sat/samples/optional_interval_sample.cs b/ortools/sat/samples/optional_interval_sample.cs index 33df4e82e2..450969d82f 100644 --- a/ortools/sat/samples/optional_interval_sample.cs +++ b/ortools/sat/samples/optional_interval_sample.cs @@ -1,4 +1,4 @@ -// Copyright 2010-2017 Google +// Copyright 2010-2018 Google LLC // Licensed under the Apache License, Version 2.0 (the "License"); // you may not use this file except in compliance with the License. // You may obtain a copy of the License at diff --git a/ortools/sat/samples/optional_interval_sample.py b/ortools/sat/samples/optional_interval_sample.py index b3575f8247..2993b914b0 100644 --- a/ortools/sat/samples/optional_interval_sample.py +++ b/ortools/sat/samples/optional_interval_sample.py @@ -1,4 +1,4 @@ -# Copyright 2010-2017 Google +# Copyright 2010-2018 Google LLC # Licensed under the Apache License, Version 2.0 (the "License"); # you may not use this file except in compliance with the License. # You may obtain a copy of the License at diff --git a/ortools/sat/samples/rabbits_and_pheasants.cc b/ortools/sat/samples/rabbits_and_pheasants.cc index 92195728fe..9e2cfa512c 100644 --- a/ortools/sat/samples/rabbits_and_pheasants.cc +++ b/ortools/sat/samples/rabbits_and_pheasants.cc @@ -1,4 +1,4 @@ -// Copyright 2010-2017 Google +// Copyright 2010-2018 Google LLC // Licensed under the Apache License, Version 2.0 (the "License"); // you may not use this file except in compliance with the License. // You may obtain a copy of the License at diff --git a/ortools/sat/samples/rabbits_and_pheasants.cs b/ortools/sat/samples/rabbits_and_pheasants.cs index 1b9023c64f..7e21ddd449 100644 --- a/ortools/sat/samples/rabbits_and_pheasants.cs +++ b/ortools/sat/samples/rabbits_and_pheasants.cs @@ -1,4 +1,4 @@ -// Copyright 2010-2017 Google +// Copyright 2010-2018 Google LLC // Licensed under the Apache License, Version 2.0 (the "License"); // you may not use this file except in compliance with the License. // You may obtain a copy of the License at diff --git a/ortools/sat/samples/rabbits_and_pheasants.py b/ortools/sat/samples/rabbits_and_pheasants.py index 76112677be..d50308816a 100644 --- a/ortools/sat/samples/rabbits_and_pheasants.py +++ b/ortools/sat/samples/rabbits_and_pheasants.py @@ -1,4 +1,4 @@ -# Copyright 2010-2017 Google +# Copyright 2010-2018 Google LLC # Licensed under the Apache License, Version 2.0 (the "License"); # you may not use this file except in compliance with the License. # You may obtain a copy of the License at diff --git a/ortools/sat/samples/ranking_sample.cc b/ortools/sat/samples/ranking_sample.cc index c402d2a24a..f2d9feb0a0 100644 --- a/ortools/sat/samples/ranking_sample.cc +++ b/ortools/sat/samples/ranking_sample.cc @@ -1,4 +1,4 @@ -// Copyright 2010-2017 Google +// Copyright 2010-2018 Google LLC // Licensed under the Apache License, Version 2.0 (the "License"); // you may not use this file except in compliance with the License. // You may obtain a copy of the License at diff --git a/ortools/sat/samples/ranking_sample.cs b/ortools/sat/samples/ranking_sample.cs index b6862192a4..161344f4d8 100644 --- a/ortools/sat/samples/ranking_sample.cs +++ b/ortools/sat/samples/ranking_sample.cs @@ -1,4 +1,4 @@ -// Copyright 2010-2017 Google +// Copyright 2010-2018 Google LLC // Licensed under the Apache License, Version 2.0 (the "License"); // you may not use this file except in compliance with the License. // You may obtain a copy of the License at diff --git a/ortools/sat/samples/ranking_sample.py b/ortools/sat/samples/ranking_sample.py index 520bee6116..da3984970e 100644 --- a/ortools/sat/samples/ranking_sample.py +++ b/ortools/sat/samples/ranking_sample.py @@ -1,4 +1,4 @@ -# Copyright 2010-2017 Google +# Copyright 2010-2018 Google LLC # Licensed under the Apache License, Version 2.0 (the "License"); # you may not use this file except in compliance with the License. # You may obtain a copy of the License at diff --git a/ortools/sat/samples/reified_sample.cc b/ortools/sat/samples/reified_sample.cc index 88cf56e944..aba6caa96e 100644 --- a/ortools/sat/samples/reified_sample.cc +++ b/ortools/sat/samples/reified_sample.cc @@ -1,4 +1,4 @@ -// Copyright 2010-2017 Google +// Copyright 2010-2018 Google LLC // Licensed under the Apache License, Version 2.0 (the "License"); // you may not use this file except in compliance with the License. // You may obtain a copy of the License at diff --git a/ortools/sat/samples/reified_sample.cs b/ortools/sat/samples/reified_sample.cs index a4468a322f..7a65aff937 100644 --- a/ortools/sat/samples/reified_sample.cs +++ b/ortools/sat/samples/reified_sample.cs @@ -1,4 +1,4 @@ -// Copyright 2010-2017 Google +// Copyright 2010-2018 Google LLC // Licensed under the Apache License, Version 2.0 (the "License"); // you may not use this file except in compliance with the License. // You may obtain a copy of the License at diff --git a/ortools/sat/samples/reified_sample.py b/ortools/sat/samples/reified_sample.py index e37bb0b23f..8a193f1d80 100644 --- a/ortools/sat/samples/reified_sample.py +++ b/ortools/sat/samples/reified_sample.py @@ -1,4 +1,4 @@ -# Copyright 2010-2017 Google +# Copyright 2010-2018 Google LLC # Licensed under the Apache License, Version 2.0 (the "License"); # you may not use this file except in compliance with the License. # You may obtain a copy of the License at diff --git a/ortools/sat/samples/simple_solve.cc b/ortools/sat/samples/simple_solve.cc index d210923e69..41ea1978c8 100644 --- a/ortools/sat/samples/simple_solve.cc +++ b/ortools/sat/samples/simple_solve.cc @@ -1,4 +1,4 @@ -// Copyright 2010-2017 Google +// Copyright 2010-2018 Google LLC // Licensed under the Apache License, Version 2.0 (the "License"); // you may not use this file except in compliance with the License. // You may obtain a copy of the License at diff --git a/ortools/sat/samples/simple_solve.cs b/ortools/sat/samples/simple_solve.cs index 06cc80826c..2426ac5e74 100644 --- a/ortools/sat/samples/simple_solve.cs +++ b/ortools/sat/samples/simple_solve.cs @@ -1,4 +1,4 @@ -// Copyright 2010-2017 Google +// Copyright 2010-2018 Google LLC // Licensed under the Apache License, Version 2.0 (the "License"); // you may not use this file except in compliance with the License. // You may obtain a copy of the License at diff --git a/ortools/sat/samples/simple_solve.py b/ortools/sat/samples/simple_solve.py index 97e2064ea3..78494704e7 100644 --- a/ortools/sat/samples/simple_solve.py +++ b/ortools/sat/samples/simple_solve.py @@ -1,4 +1,4 @@ -# Copyright 2010-2017 Google +# Copyright 2010-2018 Google LLC # Licensed under the Apache License, Version 2.0 (the "License"); # you may not use this file except in compliance with the License. # You may obtain a copy of the License at diff --git a/ortools/sat/samples/solve_all_solutions.cc b/ortools/sat/samples/solve_all_solutions.cc index db711550e4..84c7b97799 100644 --- a/ortools/sat/samples/solve_all_solutions.cc +++ b/ortools/sat/samples/solve_all_solutions.cc @@ -1,4 +1,4 @@ -// Copyright 2010-2017 Google +// Copyright 2010-2018 Google LLC // Licensed under the Apache License, Version 2.0 (the "License"); // you may not use this file except in compliance with the License. // You may obtain a copy of the License at diff --git a/ortools/sat/samples/solve_all_solutions.cs b/ortools/sat/samples/solve_all_solutions.cs index 970a8800b1..0ba0e0d17d 100644 --- a/ortools/sat/samples/solve_all_solutions.cs +++ b/ortools/sat/samples/solve_all_solutions.cs @@ -1,4 +1,4 @@ -// Copyright 2010-2017 Google +// Copyright 2010-2018 Google LLC // Licensed under the Apache License, Version 2.0 (the "License"); // you may not use this file except in compliance with the License. // You may obtain a copy of the License at diff --git a/ortools/sat/samples/solve_all_solutions.py b/ortools/sat/samples/solve_all_solutions.py index 082876e325..c2f4f2b190 100644 --- a/ortools/sat/samples/solve_all_solutions.py +++ b/ortools/sat/samples/solve_all_solutions.py @@ -1,4 +1,4 @@ -# Copyright 2010-2017 Google +# Copyright 2010-2018 Google LLC # Licensed under the Apache License, Version 2.0 (the "License"); # you may not use this file except in compliance with the License. # You may obtain a copy of the License at diff --git a/ortools/sat/samples/solve_with_intermediate_solutions.cc b/ortools/sat/samples/solve_with_intermediate_solutions.cc index 719fd036ec..61f4c47f01 100644 --- a/ortools/sat/samples/solve_with_intermediate_solutions.cc +++ b/ortools/sat/samples/solve_with_intermediate_solutions.cc @@ -1,4 +1,4 @@ -// Copyright 2010-2017 Google +// Copyright 2010-2018 Google LLC // Licensed under the Apache License, Version 2.0 (the "License"); // you may not use this file except in compliance with the License. // You may obtain a copy of the License at diff --git a/ortools/sat/samples/solve_with_intermediate_solutions.cs b/ortools/sat/samples/solve_with_intermediate_solutions.cs index 2ffa9059d1..40eea35af4 100644 --- a/ortools/sat/samples/solve_with_intermediate_solutions.cs +++ b/ortools/sat/samples/solve_with_intermediate_solutions.cs @@ -1,4 +1,4 @@ -// Copyright 2010-2017 Google +// Copyright 2010-2018 Google LLC // Licensed under the Apache License, Version 2.0 (the "License"); // you may not use this file except in compliance with the License. // You may obtain a copy of the License at diff --git a/ortools/sat/samples/solve_with_intermediate_solutions.py b/ortools/sat/samples/solve_with_intermediate_solutions.py index e054e700fd..9deb14bf3f 100644 --- a/ortools/sat/samples/solve_with_intermediate_solutions.py +++ b/ortools/sat/samples/solve_with_intermediate_solutions.py @@ -1,4 +1,4 @@ -# Copyright 2010-2017 Google +# Copyright 2010-2018 Google LLC # Licensed under the Apache License, Version 2.0 (the "License"); # you may not use this file except in compliance with the License. # You may obtain a copy of the License at diff --git a/ortools/sat/samples/solve_with_time_limit.cc b/ortools/sat/samples/solve_with_time_limit.cc index c5a4f766a7..328dc1d2c1 100644 --- a/ortools/sat/samples/solve_with_time_limit.cc +++ b/ortools/sat/samples/solve_with_time_limit.cc @@ -1,4 +1,4 @@ -// Copyright 2010-2017 Google +// Copyright 2010-2018 Google LLC // Licensed under the Apache License, Version 2.0 (the "License"); // you may not use this file except in compliance with the License. // You may obtain a copy of the License at diff --git a/ortools/sat/samples/solve_with_time_limit.cs b/ortools/sat/samples/solve_with_time_limit.cs index 8e603c8f64..de267728f2 100644 --- a/ortools/sat/samples/solve_with_time_limit.cs +++ b/ortools/sat/samples/solve_with_time_limit.cs @@ -1,4 +1,4 @@ -// Copyright 2010-2017 Google +// Copyright 2010-2018 Google LLC // Licensed under the Apache License, Version 2.0 (the "License"); // you may not use this file except in compliance with the License. // You may obtain a copy of the License at diff --git a/ortools/sat/samples/solve_with_time_limit.py b/ortools/sat/samples/solve_with_time_limit.py index 0f9c68b47b..673f3540a6 100644 --- a/ortools/sat/samples/solve_with_time_limit.py +++ b/ortools/sat/samples/solve_with_time_limit.py @@ -1,4 +1,4 @@ -# Copyright 2010-2017 Google +# Copyright 2010-2018 Google LLC # Licensed under the Apache License, Version 2.0 (the "License"); # you may not use this file except in compliance with the License. # You may obtain a copy of the License at diff --git a/ortools/sat/samples/stop_after_n_solutions.cc b/ortools/sat/samples/stop_after_n_solutions.cc index 2acd9ad959..54a27d0093 100644 --- a/ortools/sat/samples/stop_after_n_solutions.cc +++ b/ortools/sat/samples/stop_after_n_solutions.cc @@ -1,4 +1,4 @@ -// Copyright 2010-2017 Google +// Copyright 2010-2018 Google LLC // Licensed under the Apache License, Version 2.0 (the "License"); // you may not use this file except in compliance with the License. // You may obtain a copy of the License at diff --git a/ortools/sat/samples/stop_after_n_solutions.cs b/ortools/sat/samples/stop_after_n_solutions.cs index 5bae38fe90..913b5ac7c3 100644 --- a/ortools/sat/samples/stop_after_n_solutions.cs +++ b/ortools/sat/samples/stop_after_n_solutions.cs @@ -1,4 +1,4 @@ -// Copyright 2010-2017 Google +// Copyright 2010-2018 Google LLC // Licensed under the Apache License, Version 2.0 (the "License"); // you may not use this file except in compliance with the License. // You may obtain a copy of the License at diff --git a/ortools/sat/samples/stop_after_n_solutions.py b/ortools/sat/samples/stop_after_n_solutions.py index 279418a3fc..7f3387bff7 100644 --- a/ortools/sat/samples/stop_after_n_solutions.py +++ b/ortools/sat/samples/stop_after_n_solutions.py @@ -1,4 +1,4 @@ -# Copyright 2010-2017 Google +# Copyright 2010-2018 Google LLC # Licensed under the Apache License, Version 2.0 (the "License"); # you may 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 75466da283..4d49c67ccc 100644 --- a/ortools/sat/sat_base.h +++ b/ortools/sat/sat_base.h @@ -1,4 +1,4 @@ -// Copyright 2010-2017 Google +// Copyright 2010-2018 Google LLC // Licensed under the Apache License, Version 2.0 (the "License"); // you may not use this file except in compliance with the License. // You may obtain a copy of the License at diff --git a/ortools/sat/sat_decision.cc b/ortools/sat/sat_decision.cc index a211678722..dc49ac8a5a 100644 --- a/ortools/sat/sat_decision.cc +++ b/ortools/sat/sat_decision.cc @@ -1,4 +1,4 @@ -// Copyright 2010-2017 Google +// Copyright 2010-2018 Google LLC // Licensed under the Apache License, Version 2.0 (the "License"); // you may not use this file except in compliance with the License. // You may obtain a copy of the License at diff --git a/ortools/sat/sat_decision.h b/ortools/sat/sat_decision.h index ea2732f955..008c518ed8 100644 --- a/ortools/sat/sat_decision.h +++ b/ortools/sat/sat_decision.h @@ -1,4 +1,4 @@ -// Copyright 2010-2017 Google +// Copyright 2010-2018 Google LLC // Licensed under the Apache License, Version 2.0 (the "License"); // you may 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 26e94b06bf..2c3a22e008 100644 --- a/ortools/sat/sat_parameters.proto +++ b/ortools/sat/sat_parameters.proto @@ -1,4 +1,4 @@ -// Copyright 2010-2017 Google +// Copyright 2010-2018 Google LLC // Licensed under the Apache License, Version 2.0 (the "License"); // you may 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 8a7f744f92..46e4cc1792 100644 --- a/ortools/sat/sat_solver.cc +++ b/ortools/sat/sat_solver.cc @@ -1,4 +1,4 @@ -// Copyright 2010-2017 Google +// Copyright 2010-2018 Google LLC // Licensed under the Apache License, Version 2.0 (the "License"); // you may 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 d6b49ccef0..f13920a87f 100644 --- a/ortools/sat/sat_solver.h +++ b/ortools/sat/sat_solver.h @@ -1,4 +1,4 @@ -// Copyright 2010-2017 Google +// Copyright 2010-2018 Google LLC // Licensed under the Apache License, Version 2.0 (the "License"); // you may 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 19a6b41f50..47e76ea2cf 100644 --- a/ortools/sat/simplification.cc +++ b/ortools/sat/simplification.cc @@ -1,4 +1,4 @@ -// Copyright 2010-2017 Google +// Copyright 2010-2018 Google LLC // Licensed under the Apache License, Version 2.0 (the "License"); // you may 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 9af0efbbde..4460824803 100644 --- a/ortools/sat/simplification.h +++ b/ortools/sat/simplification.h @@ -1,4 +1,4 @@ -// Copyright 2010-2017 Google +// Copyright 2010-2018 Google LLC // Licensed under the Apache License, Version 2.0 (the "License"); // you may 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 a66171bc64..04240cf1cf 100644 --- a/ortools/sat/swig_helper.h +++ b/ortools/sat/swig_helper.h @@ -1,4 +1,4 @@ -// Copyright 2010-2017 Google +// Copyright 2010-2018 Google LLC // Licensed under the Apache License, Version 2.0 (the "License"); // you may 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 32a53979f7..06109ca0c7 100644 --- a/ortools/sat/symmetry.cc +++ b/ortools/sat/symmetry.cc @@ -1,4 +1,4 @@ -// Copyright 2010-2017 Google +// Copyright 2010-2018 Google LLC // Licensed under the Apache License, Version 2.0 (the "License"); // you may 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 37ee1bede2..3935cbbf0a 100644 --- a/ortools/sat/symmetry.h +++ b/ortools/sat/symmetry.h @@ -1,4 +1,4 @@ -// Copyright 2010-2017 Google +// Copyright 2010-2018 Google LLC // Licensed under the Apache License, Version 2.0 (the "License"); // you may 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 2767831a99..82b87e68c9 100644 --- a/ortools/sat/table.cc +++ b/ortools/sat/table.cc @@ -1,4 +1,4 @@ -// Copyright 2010-2017 Google +// Copyright 2010-2018 Google LLC // Licensed under the Apache License, Version 2.0 (the "License"); // you may 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 eb45d6f451..7bde6fab56 100644 --- a/ortools/sat/table.h +++ b/ortools/sat/table.h @@ -1,4 +1,4 @@ -// Copyright 2010-2017 Google +// Copyright 2010-2018 Google LLC // Licensed under the Apache License, Version 2.0 (the "License"); // you may 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 f8c9923580..d78861cef4 100644 --- a/ortools/sat/theta_tree.cc +++ b/ortools/sat/theta_tree.cc @@ -1,4 +1,4 @@ -// Copyright 2010-2017 Google +// Copyright 2010-2018 Google LLC // Licensed under the Apache License, Version 2.0 (the "License"); // you may 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 b241d953d9..de66965197 100644 --- a/ortools/sat/theta_tree.h +++ b/ortools/sat/theta_tree.h @@ -1,4 +1,4 @@ -// Copyright 2010-2017 Google +// Copyright 2010-2018 Google LLC // Licensed under the Apache License, Version 2.0 (the "License"); // you may 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 1bd2df91eb..a748350142 100644 --- a/ortools/sat/timetable.cc +++ b/ortools/sat/timetable.cc @@ -1,4 +1,4 @@ -// Copyright 2010-2017 Google +// Copyright 2010-2018 Google LLC // Licensed under the Apache License, Version 2.0 (the "License"); // you may 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 15c76256e0..7f0f891813 100644 --- a/ortools/sat/timetable.h +++ b/ortools/sat/timetable.h @@ -1,4 +1,4 @@ -// Copyright 2010-2017 Google +// Copyright 2010-2018 Google LLC // Licensed under the Apache License, Version 2.0 (the "License"); // you may 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 5f9259268d..5c1d86ab05 100644 --- a/ortools/sat/timetable_edgefinding.cc +++ b/ortools/sat/timetable_edgefinding.cc @@ -1,4 +1,4 @@ -// Copyright 2010-2017 Google +// Copyright 2010-2018 Google LLC // Licensed under the Apache License, Version 2.0 (the "License"); // you may 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 f5bed8f2cc..a76a51c268 100644 --- a/ortools/sat/timetable_edgefinding.h +++ b/ortools/sat/timetable_edgefinding.h @@ -1,4 +1,4 @@ -// Copyright 2010-2017 Google +// Copyright 2010-2018 Google LLC // Licensed under the Apache License, Version 2.0 (the "License"); // you may 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 d9372e8a82..2d313bb424 100644 --- a/ortools/sat/util.cc +++ b/ortools/sat/util.cc @@ -1,4 +1,4 @@ -// Copyright 2010-2017 Google +// Copyright 2010-2018 Google LLC // Licensed under the Apache License, Version 2.0 (the "License"); // you may 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 402f875c4d..59b5a1ef28 100644 --- a/ortools/sat/util.h +++ b/ortools/sat/util.h @@ -1,4 +1,4 @@ -// Copyright 2010-2017 Google +// Copyright 2010-2018 Google LLC // Licensed under the Apache License, Version 2.0 (the "License"); // you may not use this file except in compliance with the License. // You may obtain a copy of the License at diff --git a/ortools/util/__init__.py b/ortools/util/__init__.py index 25c0603a15..7c1bc8983b 100644 --- a/ortools/util/__init__.py +++ b/ortools/util/__init__.py @@ -1,4 +1,4 @@ -# Copyright 2010-2017 Google +# Copyright 2010-2018 Google LLC # Licensed under the Apache License, Version 2.0 (the "License"); # you 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 73a5cb4d9e..9792125337 100644 --- a/ortools/util/affine_relation.h +++ b/ortools/util/affine_relation.h @@ -1,4 +1,4 @@ -// Copyright 2010-2017 Google +// Copyright 2010-2018 Google LLC // Licensed under the Apache License, Version 2.0 (the "License"); // you 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 7baf8b3f49..c63fca1a12 100644 --- a/ortools/util/bitset.cc +++ b/ortools/util/bitset.cc @@ -1,4 +1,4 @@ -// Copyright 2010-2017 Google +// Copyright 2010-2018 Google LLC // Licensed under the Apache License, Version 2.0 (the "License"); // you 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 9e9184cdd3..cc97e47f9a 100644 --- a/ortools/util/bitset.h +++ b/ortools/util/bitset.h @@ -1,4 +1,4 @@ -// Copyright 2010-2017 Google +// Copyright 2010-2018 Google LLC // Licensed under the Apache License, Version 2.0 (the "License"); // you 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 88fab8b938..9286f8e7af 100644 --- a/ortools/util/cached_log.cc +++ b/ortools/util/cached_log.cc @@ -1,4 +1,4 @@ -// Copyright 2010-2017 Google +// Copyright 2010-2018 Google LLC // Licensed under the Apache License, Version 2.0 (the "License"); // you 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 6b5b50e295..8c88e72d4b 100644 --- a/ortools/util/cached_log.h +++ b/ortools/util/cached_log.h @@ -1,4 +1,4 @@ -// Copyright 2010-2017 Google +// Copyright 2010-2018 Google LLC // Licensed under the Apache License, Version 2.0 (the "License"); // you may not use this file except in compliance with the License. // You may obtain a copy of the License at diff --git a/ortools/util/csharp/NestedArrayHelper.cs b/ortools/util/csharp/NestedArrayHelper.cs index e543047862..69b30f4d6c 100644 --- a/ortools/util/csharp/NestedArrayHelper.cs +++ b/ortools/util/csharp/NestedArrayHelper.cs @@ -1,4 +1,4 @@ -// Copyright 2010-2017 Google +// Copyright 2010-2018 Google LLC // Licensed under the Apache License, Version 2.0 (the "License"); // you may not use this file except in compliance with the License. // You may obtain a copy of the License at diff --git a/ortools/util/csharp/ProtoHelper.cs b/ortools/util/csharp/ProtoHelper.cs index e82c32b194..3ece956f31 100644 --- a/ortools/util/csharp/ProtoHelper.cs +++ b/ortools/util/csharp/ProtoHelper.cs @@ -1,4 +1,4 @@ -// Copyright 2010-2017 Google +// Copyright 2010-2018 Google LLC // Licensed under the Apache License, Version 2.0 (the "License"); // you may not use this file except in compliance with the License. // You may obtain a copy of the License at diff --git a/ortools/util/csharp/functions.i b/ortools/util/csharp/functions.i index 223f302a7f..b987da95f7 100644 --- a/ortools/util/csharp/functions.i +++ b/ortools/util/csharp/functions.i @@ -1,4 +1,4 @@ -// Copyright 2010-2017 Google +// Copyright 2010-2018 Google LLC // Licensed under the Apache License, Version 2.0 (the "License"); // you may not use this file except in compliance with the License. // You may obtain a copy of the License at diff --git a/ortools/util/csharp/proto.i b/ortools/util/csharp/proto.i index 0100dc21be..db9dff1a3c 100644 --- a/ortools/util/csharp/proto.i +++ b/ortools/util/csharp/proto.i @@ -1,4 +1,4 @@ -// Copyright 2010-2017 Google +// Copyright 2010-2018 Google LLC // Licensed under the Apache License, Version 2.0 (the "License"); // you may not use this file except in compliance with the License. // You may obtain a copy of the License at diff --git a/ortools/util/csharp/tuple_set.i b/ortools/util/csharp/tuple_set.i index a013249ef3..a4dea4c168 100644 --- a/ortools/util/csharp/tuple_set.i +++ b/ortools/util/csharp/tuple_set.i @@ -1,4 +1,4 @@ -// Copyright 2010-2017 Google +// Copyright 2010-2018 Google LLC // Licensed under the Apache License, Version 2.0 (the "License"); // you 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 45f536f34e..ec7a723e61 100644 --- a/ortools/util/file_util.cc +++ b/ortools/util/file_util.cc @@ -1,4 +1,4 @@ -// Copyright 2010-2017 Google +// Copyright 2010-2018 Google LLC // Licensed under the Apache License, Version 2.0 (the "License"); // you 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 50b32dba6c..d3b2e4cc28 100644 --- a/ortools/util/file_util.h +++ b/ortools/util/file_util.h @@ -1,4 +1,4 @@ -// Copyright 2010-2017 Google +// Copyright 2010-2018 Google LLC // Licensed under the Apache License, Version 2.0 (the "License"); // you 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 443d82453f..a3484d62e0 100644 --- a/ortools/util/fp_utils.cc +++ b/ortools/util/fp_utils.cc @@ -1,4 +1,4 @@ -// Copyright 2010-2017 Google +// Copyright 2010-2018 Google LLC // Licensed under the Apache License, Version 2.0 (the "License"); // you 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 78c40527a1..cf239c99fa 100644 --- a/ortools/util/fp_utils.h +++ b/ortools/util/fp_utils.h @@ -1,4 +1,4 @@ -// Copyright 2010-2017 Google +// Copyright 2010-2018 Google LLC // Licensed under the Apache License, Version 2.0 (the "License"); // you 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 7b9da49c4a..66aa6a59bd 100644 --- a/ortools/util/functions_swig_helpers.h +++ b/ortools/util/functions_swig_helpers.h @@ -1,4 +1,4 @@ -// Copyright 2010-2017 Google +// Copyright 2010-2018 Google LLC // Licensed under the Apache License, Version 2.0 (the "License"); // you 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 f26dfdb2d9..6a5077db02 100644 --- a/ortools/util/functions_swig_test_helpers.h +++ b/ortools/util/functions_swig_test_helpers.h @@ -1,4 +1,4 @@ -// Copyright 2010-2017 Google +// Copyright 2010-2018 Google LLC // Licensed under the Apache License, Version 2.0 (the "License"); // you 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 e9c600a4dc..6ebd8d0294 100644 --- a/ortools/util/graph_export.cc +++ b/ortools/util/graph_export.cc @@ -1,4 +1,4 @@ -// Copyright 2010-2017 Google +// Copyright 2010-2018 Google LLC // Licensed under the Apache License, Version 2.0 (the "License"); // you 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 3501e27d4a..fc7b29ad6a 100644 --- a/ortools/util/graph_export.h +++ b/ortools/util/graph_export.h @@ -1,4 +1,4 @@ -// Copyright 2010-2017 Google +// Copyright 2010-2018 Google LLC // Licensed under the Apache License, Version 2.0 (the "License"); // you may not use this file except in compliance with the License. // You may obtain a copy of the License at diff --git a/ortools/util/integer_pq.h b/ortools/util/integer_pq.h index 165b2483b6..6211610927 100644 --- a/ortools/util/integer_pq.h +++ b/ortools/util/integer_pq.h @@ -1,4 +1,4 @@ -// Copyright 2010-2017 Google +// Copyright 2010-2018 Google LLC // Licensed under the Apache License, Version 2.0 (the "License"); // you may not use this file except in compliance with the License. // You may obtain a copy of the License at diff --git a/ortools/util/java/functions.i b/ortools/util/java/functions.i index ba42d7b454..ed7969b394 100644 --- a/ortools/util/java/functions.i +++ b/ortools/util/java/functions.i @@ -1,4 +1,4 @@ -// Copyright 2010-2017 Google +// Copyright 2010-2018 Google LLC // Licensed under the Apache License, Version 2.0 (the "License"); // you may not use this file except in compliance with the License. // You may obtain a copy of the License at diff --git a/ortools/util/java/proto.i b/ortools/util/java/proto.i index f8d3ecf88b..e2746ceed3 100644 --- a/ortools/util/java/proto.i +++ b/ortools/util/java/proto.i @@ -1,4 +1,4 @@ -// Copyright 2010-2017 Google +// Copyright 2010-2018 Google LLC // Licensed under the Apache License, Version 2.0 (the "License"); // you may not use this file except in compliance with the License. // You may obtain a copy of the License at diff --git a/ortools/util/java/tuple_set.i b/ortools/util/java/tuple_set.i index b44af7a469..397430907b 100644 --- a/ortools/util/java/tuple_set.i +++ b/ortools/util/java/tuple_set.i @@ -1,4 +1,4 @@ -// Copyright 2010-2017 Google +// Copyright 2010-2018 Google LLC // Licensed under the Apache License, Version 2.0 (the "License"); // you may not use this file except in compliance with the License. // You may obtain a copy of the License at diff --git a/ortools/util/java/vector.i b/ortools/util/java/vector.i index 9fb1ee6753..adaaef897d 100644 --- a/ortools/util/java/vector.i +++ b/ortools/util/java/vector.i @@ -1,4 +1,4 @@ -// Copyright 2010-2017 Google +// Copyright 2010-2018 Google LLC // Licensed under the Apache License, Version 2.0 (the "License"); // you 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 b2043bf734..80dadcf65a 100644 --- a/ortools/util/monoid_operation_tree.h +++ b/ortools/util/monoid_operation_tree.h @@ -1,4 +1,4 @@ -// Copyright 2010-2017 Google +// Copyright 2010-2018 Google LLC // Licensed under the Apache License, Version 2.0 (the "License"); // you may not use this file except in compliance with the License. // You may obtain a copy of the License at diff --git a/ortools/util/optional_boolean.proto b/ortools/util/optional_boolean.proto index 99b2075281..8efa3cd503 100644 --- a/ortools/util/optional_boolean.proto +++ b/ortools/util/optional_boolean.proto @@ -1,4 +1,4 @@ -// Copyright 2010-2017 Google +// Copyright 2010-2018 Google LLC // Licensed under the Apache License, Version 2.0 (the "License"); // you 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 4fe4443bb2..4879175bc2 100644 --- a/ortools/util/permutation.h +++ b/ortools/util/permutation.h @@ -1,4 +1,4 @@ -// Copyright 2010-2017 Google +// Copyright 2010-2018 Google LLC // Licensed under the Apache License, Version 2.0 (the "License"); // you 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 3323041508..39809708b2 100644 --- a/ortools/util/piecewise_linear_function.cc +++ b/ortools/util/piecewise_linear_function.cc @@ -1,4 +1,4 @@ -// Copyright 2010-2017 Google +// Copyright 2010-2018 Google LLC // Licensed under the Apache License, Version 2.0 (the "License"); // you 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 381818d28d..e4d8c0abdd 100644 --- a/ortools/util/piecewise_linear_function.h +++ b/ortools/util/piecewise_linear_function.h @@ -1,4 +1,4 @@ -// Copyright 2010-2017 Google +// Copyright 2010-2018 Google LLC // Licensed under the Apache License, Version 2.0 (the "License"); // you 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 bca97965ef..8815bcfe8f 100644 --- a/ortools/util/proto_tools.cc +++ b/ortools/util/proto_tools.cc @@ -1,4 +1,4 @@ -// Copyright 2010-2017 Google +// Copyright 2010-2018 Google LLC // Licensed under the Apache License, Version 2.0 (the "License"); // you 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 bd2bc837e5..c3bd8a0927 100644 --- a/ortools/util/proto_tools.h +++ b/ortools/util/proto_tools.h @@ -1,4 +1,4 @@ -// Copyright 2010-2017 Google +// Copyright 2010-2018 Google LLC // Licensed under the Apache License, Version 2.0 (the "License"); // you may not use this file except in compliance with the License. // You may obtain a copy of the License at diff --git a/ortools/util/python/functions.i b/ortools/util/python/functions.i index b19c3539a9..e5885b879d 100644 --- a/ortools/util/python/functions.i +++ b/ortools/util/python/functions.i @@ -1,4 +1,4 @@ -// Copyright 2010-2017 Google +// Copyright 2010-2018 Google LLC // Licensed under the Apache License, Version 2.0 (the "License"); // you may not use this file except in compliance with the License. // You may obtain a copy of the License at diff --git a/ortools/util/python/vector.i b/ortools/util/python/vector.i index 9a037c0ffe..9ea28001a2 100644 --- a/ortools/util/python/vector.i +++ b/ortools/util/python/vector.i @@ -1,4 +1,4 @@ -// Copyright 2010-2017 Google +// Copyright 2010-2018 Google LLC // Licensed under the Apache License, Version 2.0 (the "License"); // you 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 338d1600c7..fa7ba2c49d 100644 --- a/ortools/util/random_engine.h +++ b/ortools/util/random_engine.h @@ -1,4 +1,4 @@ -// Copyright 2010-2017 Google +// Copyright 2010-2018 Google LLC // Licensed under the Apache License, Version 2.0 (the "License"); // you 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 dfaa0a7d0c..e8acabcd02 100644 --- a/ortools/util/range_minimum_query.h +++ b/ortools/util/range_minimum_query.h @@ -1,4 +1,4 @@ -// Copyright 2010-2017 Google +// Copyright 2010-2018 Google LLC // Licensed under the Apache License, Version 2.0 (the "License"); // you 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 ac33df34cd..09d2f9c1c7 100644 --- a/ortools/util/range_query_function.cc +++ b/ortools/util/range_query_function.cc @@ -1,4 +1,4 @@ -// Copyright 2010-2017 Google +// Copyright 2010-2018 Google LLC // Licensed under the Apache License, Version 2.0 (the "License"); // you 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 fbcbb61ddf..0bc9cc9c5c 100644 --- a/ortools/util/range_query_function.h +++ b/ortools/util/range_query_function.h @@ -1,4 +1,4 @@ -// Copyright 2010-2017 Google +// Copyright 2010-2018 Google LLC // Licensed under the Apache License, Version 2.0 (the "License"); // you 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 3f4aeb7fcb..b3a70bb2ba 100644 --- a/ortools/util/rational_approximation.cc +++ b/ortools/util/rational_approximation.cc @@ -1,4 +1,4 @@ -// Copyright 2010-2017 Google +// Copyright 2010-2018 Google LLC // Licensed under the Apache License, Version 2.0 (the "License"); // you 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 0e1c7b8f44..53c19342d7 100644 --- a/ortools/util/rational_approximation.h +++ b/ortools/util/rational_approximation.h @@ -1,4 +1,4 @@ -// Copyright 2010-2017 Google +// Copyright 2010-2018 Google LLC // Licensed under the Apache License, Version 2.0 (the "License"); // you 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 f1936479a1..8b7b7f86df 100644 --- a/ortools/util/return_macros.h +++ b/ortools/util/return_macros.h @@ -1,4 +1,4 @@ -// Copyright 2010-2017 Google +// Copyright 2010-2018 Google LLC // Licensed under the Apache License, Version 2.0 (the "License"); // you 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 2dfcb7ceaf..c9cfef5663 100644 --- a/ortools/util/rev.h +++ b/ortools/util/rev.h @@ -1,4 +1,4 @@ -// Copyright 2010-2017 Google +// Copyright 2010-2018 Google LLC // Licensed under the Apache License, Version 2.0 (the "License"); // you 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 2d83863c02..17661904d1 100644 --- a/ortools/util/running_stat.h +++ b/ortools/util/running_stat.h @@ -1,4 +1,4 @@ -// Copyright 2010-2017 Google +// Copyright 2010-2018 Google LLC // Licensed under the Apache License, Version 2.0 (the "License"); // you 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 b0f34175bc..83ebf5480f 100644 --- a/ortools/util/saturated_arithmetic.h +++ b/ortools/util/saturated_arithmetic.h @@ -1,4 +1,4 @@ -// Copyright 2010-2017 Google +// Copyright 2010-2018 Google LLC // Licensed under the Apache License, Version 2.0 (the "License"); // you may not use this file except in compliance with the License. // You may obtain a copy of the License at diff --git a/ortools/util/sigint.cc b/ortools/util/sigint.cc index 6ae5b25285..8330a328e4 100644 --- a/ortools/util/sigint.cc +++ b/ortools/util/sigint.cc @@ -1,4 +1,4 @@ -// Copyright 2010-2017 Google +// Copyright 2010-2018 Google LLC // Licensed under the Apache License, Version 2.0 (the "License"); // you may not use this file except in compliance with the License. // You may obtain a copy of the License at diff --git a/ortools/util/sigint.h b/ortools/util/sigint.h index 772e653af1..c373f816b1 100644 --- a/ortools/util/sigint.h +++ b/ortools/util/sigint.h @@ -1,4 +1,4 @@ -// Copyright 2010-2017 Google +// Copyright 2010-2018 Google LLC // Licensed under the Apache License, Version 2.0 (the "License"); // you 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 2cedc571a2..08ee70fd8b 100644 --- a/ortools/util/sort.h +++ b/ortools/util/sort.h @@ -1,4 +1,4 @@ -// Copyright 2010-2017 Google +// Copyright 2010-2018 Google LLC // Licensed under the Apache License, Version 2.0 (the "License"); // you 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 d8cba450d1..941193556f 100644 --- a/ortools/util/sorted_interval_list.cc +++ b/ortools/util/sorted_interval_list.cc @@ -1,4 +1,4 @@ -// Copyright 2010-2017 Google +// Copyright 2010-2018 Google LLC // Licensed under the Apache License, Version 2.0 (the "License"); // you 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 53eb5464ab..07c60d291a 100644 --- a/ortools/util/sorted_interval_list.h +++ b/ortools/util/sorted_interval_list.h @@ -1,4 +1,4 @@ -// Copyright 2010-2017 Google +// Copyright 2010-2018 Google LLC // Licensed under the Apache License, Version 2.0 (the "License"); // you 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 88b308dce4..328ee2a5a1 100644 --- a/ortools/util/stats.cc +++ b/ortools/util/stats.cc @@ -1,4 +1,4 @@ -// Copyright 2010-2017 Google +// Copyright 2010-2018 Google LLC // Licensed under the Apache License, Version 2.0 (the "License"); // you 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 77e9c59982..4d414dcf6b 100644 --- a/ortools/util/stats.h +++ b/ortools/util/stats.h @@ -1,4 +1,4 @@ -// Copyright 2010-2017 Google +// Copyright 2010-2018 Google LLC // Licensed under the Apache License, Version 2.0 (the "License"); // you 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 a38746a5dd..42f77fe84c 100644 --- a/ortools/util/string_array.h +++ b/ortools/util/string_array.h @@ -1,4 +1,4 @@ -// Copyright 2010-2017 Google +// Copyright 2010-2018 Google LLC // Licensed under the Apache License, Version 2.0 (the "License"); // you 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 7b91ab548a..42af8ddd8e 100644 --- a/ortools/util/time_limit.cc +++ b/ortools/util/time_limit.cc @@ -1,4 +1,4 @@ -// Copyright 2010-2017 Google +// Copyright 2010-2018 Google LLC // Licensed under the Apache License, Version 2.0 (the "License"); // you 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 9cdecff03f..b8ec8cfec8 100644 --- a/ortools/util/time_limit.h +++ b/ortools/util/time_limit.h @@ -1,4 +1,4 @@ -// Copyright 2010-2017 Google +// Copyright 2010-2018 Google LLC // Licensed under the Apache License, Version 2.0 (the "License"); // you 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 4e36d6c924..f6e6eea7a3 100644 --- a/ortools/util/tuple_set.h +++ b/ortools/util/tuple_set.h @@ -1,4 +1,4 @@ -// Copyright 2010-2017 Google +// Copyright 2010-2018 Google LLC // Licensed under the Apache License, Version 2.0 (the "License"); // you 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 9dfb8878bb..315f26a107 100644 --- a/ortools/util/vector_map.h +++ b/ortools/util/vector_map.h @@ -1,4 +1,4 @@ -// Copyright 2010-2017 Google +// Copyright 2010-2018 Google LLC // Licensed under the Apache License, Version 2.0 (the "License"); // you 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 a20af415c5..ff1abd9f81 100644 --- a/ortools/util/vector_or_function.h +++ b/ortools/util/vector_or_function.h @@ -1,4 +1,4 @@ -// Copyright 2010-2017 Google +// Copyright 2010-2018 Google LLC // Licensed under the Apache License, Version 2.0 (the "License"); // you 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 2be6e9061f..4532e4f993 100644 --- a/ortools/util/xml_helper.cc +++ b/ortools/util/xml_helper.cc @@ -1,4 +1,4 @@ -// Copyright 2010-2017 Google +// Copyright 2010-2018 Google LLC // Licensed under the Apache License, Version 2.0 (the "License"); // you 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 dd2c9e3a9d..e483799f22 100644 --- a/ortools/util/xml_helper.h +++ b/ortools/util/xml_helper.h @@ -1,4 +1,4 @@ -// Copyright 2010-2017 Google +// Copyright 2010-2018 Google LLC // Licensed under the Apache License, Version 2.0 (the "License"); // you 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 0195c53482..ffd51901eb 100644 --- a/ortools/util/zvector.h +++ b/ortools/util/zvector.h @@ -1,4 +1,4 @@ -// Copyright 2010-2017 Google +// Copyright 2010-2018 Google LLC // Licensed under the Apache License, Version 2.0 (the "License"); // you may not use this file except in compliance with the License. // You may obtain a copy of the License at