Skip to content

Commit

Permalink
Copyright year update.
Browse files Browse the repository at this point in the history
  • Loading branch information
jcoupey committed Jan 16, 2024
1 parent 0e68c51 commit 176f57a
Show file tree
Hide file tree
Showing 180 changed files with 189 additions and 180 deletions.
2 changes: 1 addition & 1 deletion LICENSE
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
Copyright (c) 2016, Julien Coupey
Copyright (c) 2015-2024, Julien Coupey
All rights reserved.

Redistribution and use in source and binary forms, with or without
Expand Down
2 changes: 1 addition & 1 deletion docs/API.md
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
<!-- This file is part of VROOM. -->

<!-- Copyright (c) 2015-2022, Julien Coupey. -->
<!-- Copyright (c) 2015-2024, Julien Coupey. -->
<!-- All rights reserved (see LICENSE). -->

This file describes the `vroom` API.
Expand Down
2 changes: 1 addition & 1 deletion src/algorithms/heuristics/heuristics.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
This file is part of VROOM.
Copyright (c) 2015-2022, Julien Coupey.
Copyright (c) 2015-2024, Julien Coupey.
All rights reserved (see LICENSE).
*/
Expand Down
2 changes: 1 addition & 1 deletion src/algorithms/heuristics/heuristics.h
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@
This file is part of VROOM.
Copyright (c) 2015-2022, Julien Coupey.
Copyright (c) 2015-2024, Julien Coupey.
All rights reserved (see LICENSE).
*/
Expand Down
2 changes: 1 addition & 1 deletion src/algorithms/kruskal.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
This file is part of VROOM.
Copyright (c) 2015-2022, Julien Coupey.
Copyright (c) 2015-2024, Julien Coupey.
All rights reserved (see LICENSE).
*/
Expand Down
2 changes: 1 addition & 1 deletion src/algorithms/kruskal.h
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@
This file is part of VROOM.
Copyright (c) 2015-2022, Julien Coupey.
Copyright (c) 2015-2024, Julien Coupey.
All rights reserved (see LICENSE).
*/
Expand Down
9 changes: 9 additions & 0 deletions src/algorithms/local_search/insertion_search.h
Original file line number Diff line number Diff line change
@@ -1,6 +1,15 @@
#ifndef INSERTION_SEARCH_H
#define INSERTION_SEARCH_H

/*
This file is part of VROOM.
Copyright (c) 2015-2024, Julien Coupey.
All rights reserved (see LICENSE).
*/

#include "structures/typedefs.h"
#include "structures/vroom/solution_state.h"
#include "utils/helpers.h"
Expand Down
2 changes: 1 addition & 1 deletion src/algorithms/local_search/local_search.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
This file is part of VROOM.
Copyright (c) 2015-2022, Julien Coupey.
Copyright (c) 2015-2024, Julien Coupey.
All rights reserved (see LICENSE).
*/
Expand Down
2 changes: 1 addition & 1 deletion src/algorithms/local_search/local_search.h
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@
This file is part of VROOM.
Copyright (c) 2015-2022, Julien Coupey.
Copyright (c) 2015-2024, Julien Coupey.
All rights reserved (see LICENSE).
*/
Expand Down
2 changes: 1 addition & 1 deletion src/algorithms/local_search/operator.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
This file is part of VROOM.
Copyright (c) 2015-2022, Julien Coupey.
Copyright (c) 2015-2024, Julien Coupey.
All rights reserved (see LICENSE).
*/
Expand Down
2 changes: 1 addition & 1 deletion src/algorithms/local_search/operator.h
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@
This file is part of VROOM.
Copyright (c) 2015-2022, Julien Coupey.
Copyright (c) 2015-2024, Julien Coupey.
All rights reserved (see LICENSE).
*/
Expand Down
2 changes: 1 addition & 1 deletion src/algorithms/local_search/route_split_utils.h
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@
This file is part of VROOM.
Copyright (c) 2015-2022, Julien Coupey.
Copyright (c) 2015-2024, Julien Coupey.
All rights reserved (see LICENSE).
*/
Expand Down
2 changes: 1 addition & 1 deletion src/algorithms/local_search/swap_star_utils.h
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@
This file is part of VROOM.
Copyright (c) 2015-2022, Julien Coupey.
Copyright (c) 2015-2024, Julien Coupey.
All rights reserved (see LICENSE).
*/
Expand Down
2 changes: 1 addition & 1 deletion src/algorithms/local_search/top_insertions.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
This file is part of VROOM.
Copyright (c) 2015-2022, Julien Coupey.
Copyright (c) 2015-2024, Julien Coupey.
All rights reserved (see LICENSE).
*/
Expand Down
2 changes: 1 addition & 1 deletion src/algorithms/local_search/top_insertions.h
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@
This file is part of VROOM.
Copyright (c) 2015-2022, Julien Coupey.
Copyright (c) 2015-2024, Julien Coupey.
All rights reserved (see LICENSE).
*/
Expand Down
2 changes: 1 addition & 1 deletion src/algorithms/munkres.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
This file is part of VROOM.
Copyright (c) 2015-2022, Julien Coupey.
Copyright (c) 2015-2024, Julien Coupey.
All rights reserved (see LICENSE).
*/
Expand Down
2 changes: 1 addition & 1 deletion src/algorithms/munkres.h
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@
This file is part of VROOM.
Copyright (c) 2015-2022, Julien Coupey.
Copyright (c) 2015-2024, Julien Coupey.
All rights reserved (see LICENSE).
*/
Expand Down
2 changes: 1 addition & 1 deletion src/algorithms/validation/check.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
This file is part of VROOM.
Copyright (c) 2015-2022, Julien Coupey.
Copyright (c) 2015-2024, Julien Coupey.
All rights reserved (see LICENSE).
*/
Expand Down
2 changes: 1 addition & 1 deletion src/algorithms/validation/check.h
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@
This file is part of VROOM.
Copyright (c) 2015-2022, Julien Coupey.
Copyright (c) 2015-2024, Julien Coupey.
All rights reserved (see LICENSE).
*/
Expand Down
2 changes: 1 addition & 1 deletion src/algorithms/validation/choose_ETA.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
This file is part of VROOM.
Copyright (c) 2015-2022, Julien Coupey.
Copyright (c) 2015-2024, Julien Coupey.
All rights reserved (see LICENSE).
*/
Expand Down
2 changes: 1 addition & 1 deletion src/algorithms/validation/choose_ETA.h
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@
This file is part of VROOM.
Copyright (c) 2015-2022, Julien Coupey.
Copyright (c) 2015-2024, Julien Coupey.
All rights reserved (see LICENSE).
*/
Expand Down
4 changes: 2 additions & 2 deletions src/main.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
This file is part of VROOM.
Copyright (c) 2015-2022, Julien Coupey.
Copyright (c) 2015-2024, Julien Coupey.
All rights reserved (see LICENSE).
*/
Expand Down Expand Up @@ -35,7 +35,7 @@ int main(int argc, char** argv) {
std::vector<std::string> heuristic_params_arg;

cxxopts::Options options("vroom",
"VROOM Copyright (C) 2015-2022, Julien Coupey\n"
"VROOM Copyright (C) 2015-2024, Julien Coupey\n"
"Version: " +
vroom::get_version() +
"\n\n"
Expand Down
2 changes: 1 addition & 1 deletion src/makefile
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
# This file is part of VROOM.
#
# Copyright (c) 2015-2022, Julien Coupey.
# Copyright (c) 2015-2024, Julien Coupey.
# All rights reserved (see LICENSE).

# Variables.
Expand Down
2 changes: 1 addition & 1 deletion src/problems/cvrp/cvrp.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
This file is part of VROOM.
Copyright (c) 2015-2022, Julien Coupey.
Copyright (c) 2015-2024, Julien Coupey.
All rights reserved (see LICENSE).
*/
Expand Down
2 changes: 1 addition & 1 deletion src/problems/cvrp/cvrp.h
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@
This file is part of VROOM.
Copyright (c) 2015-2022, Julien Coupey.
Copyright (c) 2015-2024, Julien Coupey.
All rights reserved (see LICENSE).
*/
Expand Down
2 changes: 1 addition & 1 deletion src/problems/cvrp/operators/cross_exchange.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
This file is part of VROOM.
Copyright (c) 2015-2022, Julien Coupey.
Copyright (c) 2015-2024, Julien Coupey.
All rights reserved (see LICENSE).
*/
Expand Down
2 changes: 1 addition & 1 deletion src/problems/cvrp/operators/cross_exchange.h
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@
This file is part of VROOM.
Copyright (c) 2015-2022, Julien Coupey.
Copyright (c) 2015-2024, Julien Coupey.
All rights reserved (see LICENSE).
*/
Expand Down
2 changes: 1 addition & 1 deletion src/problems/cvrp/operators/intra_cross_exchange.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
This file is part of VROOM.
Copyright (c) 2015-2022, Julien Coupey.
Copyright (c) 2015-2024, Julien Coupey.
All rights reserved (see LICENSE).
*/
Expand Down
2 changes: 1 addition & 1 deletion src/problems/cvrp/operators/intra_cross_exchange.h
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@
This file is part of VROOM.
Copyright (c) 2015-2022, Julien Coupey.
Copyright (c) 2015-2024, Julien Coupey.
All rights reserved (see LICENSE).
*/
Expand Down
2 changes: 1 addition & 1 deletion src/problems/cvrp/operators/intra_exchange.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
This file is part of VROOM.
Copyright (c) 2015-2022, Julien Coupey.
Copyright (c) 2015-2024, Julien Coupey.
All rights reserved (see LICENSE).
*/
Expand Down
2 changes: 1 addition & 1 deletion src/problems/cvrp/operators/intra_exchange.h
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@
This file is part of VROOM.
Copyright (c) 2015-2022, Julien Coupey.
Copyright (c) 2015-2024, Julien Coupey.
All rights reserved (see LICENSE).
*/
Expand Down
2 changes: 1 addition & 1 deletion src/problems/cvrp/operators/intra_mixed_exchange.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
This file is part of VROOM.
Copyright (c) 2015-2022, Julien Coupey.
Copyright (c) 2015-2024, Julien Coupey.
All rights reserved (see LICENSE).
*/
Expand Down
2 changes: 1 addition & 1 deletion src/problems/cvrp/operators/intra_mixed_exchange.h
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@
This file is part of VROOM.
Copyright (c) 2015-2022, Julien Coupey.
Copyright (c) 2015-2024, Julien Coupey.
All rights reserved (see LICENSE).
*/
Expand Down
2 changes: 1 addition & 1 deletion src/problems/cvrp/operators/intra_or_opt.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
This file is part of VROOM.
Copyright (c) 2015-2022, Julien Coupey.
Copyright (c) 2015-2024, Julien Coupey.
All rights reserved (see LICENSE).
*/
Expand Down
2 changes: 1 addition & 1 deletion src/problems/cvrp/operators/intra_or_opt.h
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@
This file is part of VROOM.
Copyright (c) 2015-2022, Julien Coupey.
Copyright (c) 2015-2024, Julien Coupey.
All rights reserved (see LICENSE).
*/
Expand Down
2 changes: 1 addition & 1 deletion src/problems/cvrp/operators/intra_relocate.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
This file is part of VROOM.
Copyright (c) 2015-2022, Julien Coupey.
Copyright (c) 2015-2024, Julien Coupey.
All rights reserved (see LICENSE).
*/
Expand Down
2 changes: 1 addition & 1 deletion src/problems/cvrp/operators/intra_relocate.h
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@
This file is part of VROOM.
Copyright (c) 2015-2022, Julien Coupey.
Copyright (c) 2015-2024, Julien Coupey.
All rights reserved (see LICENSE).
*/
Expand Down
2 changes: 1 addition & 1 deletion src/problems/cvrp/operators/intra_two_opt.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
This file is part of VROOM.
Copyright (c) 2015-2022, Julien Coupey.
Copyright (c) 2015-2024, Julien Coupey.
All rights reserved (see LICENSE).
*/
Expand Down
2 changes: 1 addition & 1 deletion src/problems/cvrp/operators/intra_two_opt.h
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@
This file is part of VROOM.
Copyright (c) 2015-2022, Julien Coupey.
Copyright (c) 2015-2024, Julien Coupey.
All rights reserved (see LICENSE).
*/
Expand Down
2 changes: 1 addition & 1 deletion src/problems/cvrp/operators/mixed_exchange.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
This file is part of VROOM.
Copyright (c) 2015-2022, Julien Coupey.
Copyright (c) 2015-2024, Julien Coupey.
All rights reserved (see LICENSE).
*/
Expand Down
2 changes: 1 addition & 1 deletion src/problems/cvrp/operators/mixed_exchange.h
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@
This file is part of VROOM.
Copyright (c) 2015-2022, Julien Coupey.
Copyright (c) 2015-2024, Julien Coupey.
All rights reserved (see LICENSE).
*/
Expand Down
2 changes: 1 addition & 1 deletion src/problems/cvrp/operators/or_opt.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
This file is part of VROOM.
Copyright (c) 2015-2022, Julien Coupey.
Copyright (c) 2015-2024, Julien Coupey.
All rights reserved (see LICENSE).
*/
Expand Down
2 changes: 1 addition & 1 deletion src/problems/cvrp/operators/or_opt.h
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@
This file is part of VROOM.
Copyright (c) 2015-2022, Julien Coupey.
Copyright (c) 2015-2024, Julien Coupey.
All rights reserved (see LICENSE).
*/
Expand Down
Loading

0 comments on commit 176f57a

Please sign in to comment.