From 79d07ef45c6f2061edeb8e63d01e6152030f4227 Mon Sep 17 00:00:00 2001 From: Jack Danger Date: Mon, 2 Oct 2017 02:28:25 -0700 Subject: [PATCH] Updating year on all 'Project OSRM' copyrights --- include/contractor/contractor.hpp | 2 +- include/contractor/contractor_config.hpp | 2 +- include/engine/api/base_parameters.hpp | 2 +- include/engine/api/match_parameters.hpp | 2 +- include/engine/api/nearest_parameters.hpp | 2 +- include/engine/api/route_parameters.hpp | 2 +- include/engine/api/table_parameters.hpp | 2 +- include/engine/api/tile_parameters.hpp | 2 +- include/engine/api/trip_parameters.hpp | 2 +- include/engine/approach.hpp | 2 +- include/engine/bearing.hpp | 2 +- include/engine/engine_config.hpp | 2 +- include/engine/hint.hpp | 2 +- include/engine/phantom_node.hpp | 2 +- include/engine/status.hpp | 2 +- include/extractor/extractor.hpp | 2 +- include/extractor/extractor_config.hpp | 2 +- include/extractor/travel_mode.hpp | 2 +- include/osrm/approach.hpp | 2 +- include/osrm/bearing.hpp | 2 +- include/osrm/coordinate.hpp | 2 +- include/osrm/engine_config.hpp | 2 +- include/osrm/exception.hpp | 2 +- include/osrm/json_container.hpp | 2 +- include/osrm/match_parameters.hpp | 2 +- include/osrm/nearest_parameters.hpp | 2 +- include/osrm/osrm.hpp | 2 +- include/osrm/osrm_fwd.hpp | 2 +- include/osrm/route_parameters.hpp | 2 +- include/osrm/status.hpp | 2 +- include/osrm/storage_config.hpp | 2 +- include/osrm/table_parameters.hpp | 2 +- include/osrm/tile_parameters.hpp | 2 +- include/osrm/trip_parameters.hpp | 2 +- include/storage/storage.hpp | 2 +- include/storage/storage_config.hpp | 2 +- include/updater/updater_config.hpp | 2 +- include/util/alias.hpp | 2 +- include/util/coordinate.hpp | 2 +- include/util/exception.hpp | 2 +- include/util/json_container.hpp | 2 +- include/util/typedefs.hpp | 2 +- 42 files changed, 42 insertions(+), 42 deletions(-) diff --git a/include/contractor/contractor.hpp b/include/contractor/contractor.hpp index 7fabd34cf..5ba5cc3d4 100644 --- a/include/contractor/contractor.hpp +++ b/include/contractor/contractor.hpp @@ -1,6 +1,6 @@ /* -Copyright (c) 2016, Project OSRM contributors +Copyright (c) 2017, Project OSRM contributors All rights reserved. Redistribution and use in source and binary forms, with or without modification, diff --git a/include/contractor/contractor_config.hpp b/include/contractor/contractor_config.hpp index 23dc32959..f6306e3d1 100644 --- a/include/contractor/contractor_config.hpp +++ b/include/contractor/contractor_config.hpp @@ -1,6 +1,6 @@ /* -Copyright (c) 2016, Project OSRM contributors +Copyright (c) 2017, Project OSRM contributors All rights reserved. Redistribution and use in source and binary forms, with or without modification, diff --git a/include/engine/api/base_parameters.hpp b/include/engine/api/base_parameters.hpp index d63c58e5c..4693c67a1 100644 --- a/include/engine/api/base_parameters.hpp +++ b/include/engine/api/base_parameters.hpp @@ -1,6 +1,6 @@ /* -Copyright (c) 2016, Project OSRM contributors +Copyright (c) 2017, Project OSRM contributors All rights reserved. Redistribution and use in source and binary forms, with or without modification, diff --git a/include/engine/api/match_parameters.hpp b/include/engine/api/match_parameters.hpp index 4e037fb45..a72f393eb 100644 --- a/include/engine/api/match_parameters.hpp +++ b/include/engine/api/match_parameters.hpp @@ -1,6 +1,6 @@ /* -Copyright (c) 2016, Project OSRM contributors +Copyright (c) 2017, Project OSRM contributors All rights reserved. Redistribution and use in source and binary forms, with or without modification, diff --git a/include/engine/api/nearest_parameters.hpp b/include/engine/api/nearest_parameters.hpp index 6a6dad7f1..f24251b8c 100644 --- a/include/engine/api/nearest_parameters.hpp +++ b/include/engine/api/nearest_parameters.hpp @@ -1,6 +1,6 @@ /* -Copyright (c) 2016, Project OSRM contributors +Copyright (c) 2017, Project OSRM contributors All rights reserved. Redistribution and use in source and binary forms, with or without modification, diff --git a/include/engine/api/route_parameters.hpp b/include/engine/api/route_parameters.hpp index 115a557af..c78ec70ea 100644 --- a/include/engine/api/route_parameters.hpp +++ b/include/engine/api/route_parameters.hpp @@ -1,6 +1,6 @@ /* -Copyright (c) 2016, Project OSRM contributors +Copyright (c) 2017, Project OSRM contributors All rights reserved. Redistribution and use in source and binary forms, with or without modification, diff --git a/include/engine/api/table_parameters.hpp b/include/engine/api/table_parameters.hpp index 78f17b1e1..58d936c73 100644 --- a/include/engine/api/table_parameters.hpp +++ b/include/engine/api/table_parameters.hpp @@ -1,6 +1,6 @@ /* -Copyright (c) 2016, Project OSRM contributors +Copyright (c) 2017, Project OSRM contributors All rights reserved. Redistribution and use in source and binary forms, with or without modification, diff --git a/include/engine/api/tile_parameters.hpp b/include/engine/api/tile_parameters.hpp index b62e1036f..137c4dac3 100644 --- a/include/engine/api/tile_parameters.hpp +++ b/include/engine/api/tile_parameters.hpp @@ -1,6 +1,6 @@ /* -Copyright (c) 2016, Project OSRM contributors +Copyright (c) 2017, Project OSRM contributors All rights reserved. Redistribution and use in source and binary forms, with or without modification, diff --git a/include/engine/api/trip_parameters.hpp b/include/engine/api/trip_parameters.hpp index 0164dbb02..0df38d6c9 100644 --- a/include/engine/api/trip_parameters.hpp +++ b/include/engine/api/trip_parameters.hpp @@ -1,6 +1,6 @@ /* -Copyright (c) 2016, Project OSRM contributors +Copyright (c) 2017, Project OSRM contributors All rights reserved. Redistribution and use in source and binary forms, with or without modification, diff --git a/include/engine/approach.hpp b/include/engine/approach.hpp index 55ed5a50c..5c6787f27 100644 --- a/include/engine/approach.hpp +++ b/include/engine/approach.hpp @@ -1,6 +1,6 @@ /* -Copyright (c) 2016, Project OSRM contributors +Copyright (c) 2017, Project OSRM contributors All rights reserved. Redistribution and use in source and binary forms, with or without modification, diff --git a/include/engine/bearing.hpp b/include/engine/bearing.hpp index 3b999622b..eaabae781 100644 --- a/include/engine/bearing.hpp +++ b/include/engine/bearing.hpp @@ -1,6 +1,6 @@ /* -Copyright (c) 2016, Project OSRM contributors +Copyright (c) 2017, Project OSRM contributors All rights reserved. Redistribution and use in source and binary forms, with or without modification, diff --git a/include/engine/engine_config.hpp b/include/engine/engine_config.hpp index a5795413d..2628f5e36 100644 --- a/include/engine/engine_config.hpp +++ b/include/engine/engine_config.hpp @@ -1,6 +1,6 @@ /* -Copyright (c) 2016, Project OSRM contributors +Copyright (c) 2017, Project OSRM contributors All rights reserved. Redistribution and use in source and binary forms, with or without modification, diff --git a/include/engine/hint.hpp b/include/engine/hint.hpp index 334a45fd9..7334b6737 100644 --- a/include/engine/hint.hpp +++ b/include/engine/hint.hpp @@ -1,6 +1,6 @@ /* -Copyright (c) 2016, Project OSRM contributors +Copyright (c) 2017, Project OSRM contributors All rights reserved. Redistribution and use in source and binary forms, with or without modification, diff --git a/include/engine/phantom_node.hpp b/include/engine/phantom_node.hpp index d732cff7d..8fc2e3f56 100644 --- a/include/engine/phantom_node.hpp +++ b/include/engine/phantom_node.hpp @@ -1,6 +1,6 @@ /* -Copyright (c) 2016, Project OSRM contributors +Copyright (c) 2017, Project OSRM contributors All rights reserved. Redistribution and use in source and binary forms, with or without modification, diff --git a/include/engine/status.hpp b/include/engine/status.hpp index 4a0fc9a54..c2c31cdfb 100644 --- a/include/engine/status.hpp +++ b/include/engine/status.hpp @@ -1,6 +1,6 @@ /* -Copyright (c) 2016, Project OSRM contributors +Copyright (c) 2017, Project OSRM contributors All rights reserved. Redistribution and use in source and binary forms, with or without modification, diff --git a/include/extractor/extractor.hpp b/include/extractor/extractor.hpp index a3f1b796c..13a46abb7 100644 --- a/include/extractor/extractor.hpp +++ b/include/extractor/extractor.hpp @@ -1,6 +1,6 @@ /* -Copyright (c) 2016, Project OSRM contributors +Copyright (c) 2017, Project OSRM contributors All rights reserved. Redistribution and use in source and binary forms, with or without modification, diff --git a/include/extractor/extractor_config.hpp b/include/extractor/extractor_config.hpp index f4054c3e2..9494a3c5e 100644 --- a/include/extractor/extractor_config.hpp +++ b/include/extractor/extractor_config.hpp @@ -1,6 +1,6 @@ /* -Copyright (c) 2016, Project OSRM contributors +Copyright (c) 2017, Project OSRM contributors All rights reserved. Redistribution and use in source and binary forms, with or without modification, diff --git a/include/extractor/travel_mode.hpp b/include/extractor/travel_mode.hpp index ff36a6724..2ec64f07a 100644 --- a/include/extractor/travel_mode.hpp +++ b/include/extractor/travel_mode.hpp @@ -1,6 +1,6 @@ /* -Copyright (c) 2016, Project OSRM contributors +Copyright (c) 2017, Project OSRM contributors All rights reserved. Redistribution and use in source and binary forms, with or without modification, diff --git a/include/osrm/approach.hpp b/include/osrm/approach.hpp index 842dc8c32..bbb43999d 100644 --- a/include/osrm/approach.hpp +++ b/include/osrm/approach.hpp @@ -1,6 +1,6 @@ /* -Copyright (c) 2016, Project OSRM contributors +Copyright (c) 2017, Project OSRM contributors All rights reserved. Redistribution and use in source and binary forms, with or without modification, diff --git a/include/osrm/bearing.hpp b/include/osrm/bearing.hpp index 817ce1f18..c01131d5a 100644 --- a/include/osrm/bearing.hpp +++ b/include/osrm/bearing.hpp @@ -1,6 +1,6 @@ /* -Copyright (c) 2016, Project OSRM contributors +Copyright (c) 2017, Project OSRM contributors All rights reserved. Redistribution and use in source and binary forms, with or without modification, diff --git a/include/osrm/coordinate.hpp b/include/osrm/coordinate.hpp index 33ecab533..d8bf1fdd9 100644 --- a/include/osrm/coordinate.hpp +++ b/include/osrm/coordinate.hpp @@ -1,6 +1,6 @@ /* -Copyright (c) 2016, Project OSRM contributors +Copyright (c) 2017, Project OSRM contributors All rights reserved. Redistribution and use in source and binary forms, with or without modification, diff --git a/include/osrm/engine_config.hpp b/include/osrm/engine_config.hpp index e48dceb86..372870057 100644 --- a/include/osrm/engine_config.hpp +++ b/include/osrm/engine_config.hpp @@ -1,6 +1,6 @@ /* -Copyright (c) 2016, Project OSRM contributors +Copyright (c) 2017, Project OSRM contributors All rights reserved. Redistribution and use in source and binary forms, with or without modification, diff --git a/include/osrm/exception.hpp b/include/osrm/exception.hpp index e45df8aa9..b217f0ee3 100644 --- a/include/osrm/exception.hpp +++ b/include/osrm/exception.hpp @@ -1,6 +1,6 @@ /* -Copyright (c) 2016, Project OSRM contributors +Copyright (c) 2017, Project OSRM contributors All rights reserved. Redistribution and use in source and binary forms, with or without modification, diff --git a/include/osrm/json_container.hpp b/include/osrm/json_container.hpp index 7010cf48d..3d93c9b52 100644 --- a/include/osrm/json_container.hpp +++ b/include/osrm/json_container.hpp @@ -1,6 +1,6 @@ /* -Copyright (c) 2016, Project OSRM contributors +Copyright (c) 2017, Project OSRM contributors All rights reserved. Redistribution and use in source and binary forms, with or without modification, diff --git a/include/osrm/match_parameters.hpp b/include/osrm/match_parameters.hpp index 36e7001ff..117d59df1 100644 --- a/include/osrm/match_parameters.hpp +++ b/include/osrm/match_parameters.hpp @@ -1,6 +1,6 @@ /* -Copyright (c) 2016, Project OSRM contributors +Copyright (c) 2017, Project OSRM contributors All rights reserved. Redistribution and use in source and binary forms, with or without modification, diff --git a/include/osrm/nearest_parameters.hpp b/include/osrm/nearest_parameters.hpp index f19131c67..eb3608c1e 100644 --- a/include/osrm/nearest_parameters.hpp +++ b/include/osrm/nearest_parameters.hpp @@ -1,6 +1,6 @@ /* -Copyright (c) 2016, Project OSRM contributors +Copyright (c) 2017, Project OSRM contributors All rights reserved. Redistribution and use in source and binary forms, with or without modification, diff --git a/include/osrm/osrm.hpp b/include/osrm/osrm.hpp index d243ee5eb..499039d0f 100644 --- a/include/osrm/osrm.hpp +++ b/include/osrm/osrm.hpp @@ -1,6 +1,6 @@ /* -Copyright (c) 2016, Project OSRM contributors +Copyright (c) 2017, Project OSRM contributors All rights reserved. Redistribution and use in source and binary forms, with or without modification, diff --git a/include/osrm/osrm_fwd.hpp b/include/osrm/osrm_fwd.hpp index 2c1f177a2..a232390d0 100644 --- a/include/osrm/osrm_fwd.hpp +++ b/include/osrm/osrm_fwd.hpp @@ -1,6 +1,6 @@ /* -Copyright (c) 2016, Project OSRM contributors +Copyright (c) 2017, Project OSRM contributors All rights reserved. Redistribution and use in source and binary forms, with or without modification, diff --git a/include/osrm/route_parameters.hpp b/include/osrm/route_parameters.hpp index 6c0508c30..7da9c7455 100644 --- a/include/osrm/route_parameters.hpp +++ b/include/osrm/route_parameters.hpp @@ -1,6 +1,6 @@ /* -Copyright (c) 2016, Project OSRM contributors +Copyright (c) 2017, Project OSRM contributors All rights reserved. Redistribution and use in source and binary forms, with or without modification, diff --git a/include/osrm/status.hpp b/include/osrm/status.hpp index 8bb1f665a..f3d5ff1d1 100644 --- a/include/osrm/status.hpp +++ b/include/osrm/status.hpp @@ -1,6 +1,6 @@ /* -Copyright (c) 2016, Project OSRM contributors +Copyright (c) 2017, Project OSRM contributors All rights reserved. Redistribution and use in source and binary forms, with or without modification, diff --git a/include/osrm/storage_config.hpp b/include/osrm/storage_config.hpp index 353c75eed..fa911803d 100644 --- a/include/osrm/storage_config.hpp +++ b/include/osrm/storage_config.hpp @@ -1,6 +1,6 @@ /* -Copyright (c) 2016, Project OSRM contributors +Copyright (c) 2017, Project OSRM contributors All rights reserved. Redistribution and use in source and binary forms, with or without modification, diff --git a/include/osrm/table_parameters.hpp b/include/osrm/table_parameters.hpp index 7bb16eb43..3e133dd67 100644 --- a/include/osrm/table_parameters.hpp +++ b/include/osrm/table_parameters.hpp @@ -1,6 +1,6 @@ /* -Copyright (c) 2016, Project OSRM contributors +Copyright (c) 2017, Project OSRM contributors All rights reserved. Redistribution and use in source and binary forms, with or without modification, diff --git a/include/osrm/tile_parameters.hpp b/include/osrm/tile_parameters.hpp index 0672deaa6..2a57c45c5 100644 --- a/include/osrm/tile_parameters.hpp +++ b/include/osrm/tile_parameters.hpp @@ -1,6 +1,6 @@ /* -Copyright (c) 2016, Project OSRM contributors +Copyright (c) 2017, Project OSRM contributors All rights reserved. Redistribution and use in source and binary forms, with or without modification, diff --git a/include/osrm/trip_parameters.hpp b/include/osrm/trip_parameters.hpp index 15a70c1fa..c937b26e2 100644 --- a/include/osrm/trip_parameters.hpp +++ b/include/osrm/trip_parameters.hpp @@ -1,6 +1,6 @@ /* -Copyright (c) 2016, Project OSRM contributors +Copyright (c) 2017, Project OSRM contributors All rights reserved. Redistribution and use in source and binary forms, with or without modification, diff --git a/include/storage/storage.hpp b/include/storage/storage.hpp index efa98dbcd..0ec48c1e9 100644 --- a/include/storage/storage.hpp +++ b/include/storage/storage.hpp @@ -1,6 +1,6 @@ /* -Copyright (c) 2016, Project OSRM contributors +Copyright (c) 2017, Project OSRM contributors All rights reserved. Redistribution and use in source and binary forms, with or without modification, diff --git a/include/storage/storage_config.hpp b/include/storage/storage_config.hpp index 5d8945487..79b6f6b81 100644 --- a/include/storage/storage_config.hpp +++ b/include/storage/storage_config.hpp @@ -1,6 +1,6 @@ /* -Copyright (c) 2016, Project OSRM contributors +Copyright (c) 2017, Project OSRM contributors All rights reserved. Redistribution and use in source and binary forms, with or without modification, diff --git a/include/updater/updater_config.hpp b/include/updater/updater_config.hpp index 438840d7e..b096164b0 100644 --- a/include/updater/updater_config.hpp +++ b/include/updater/updater_config.hpp @@ -1,6 +1,6 @@ /* -Copyright (c) 2016, Project OSRM contributors +Copyright (c) 2017, Project OSRM contributors All rights reserved. Redistribution and use in source and binary forms, with or without modification, diff --git a/include/util/alias.hpp b/include/util/alias.hpp index bc267b3cc..43b007a19 100644 --- a/include/util/alias.hpp +++ b/include/util/alias.hpp @@ -1,6 +1,6 @@ /* -Copyright (c) 2016, Project OSRM contributors +Copyright (c) 2017, Project OSRM contributors All rights reserved. Redistribution and use in source and binary forms, with or without modification, diff --git a/include/util/coordinate.hpp b/include/util/coordinate.hpp index 996466c32..3ff309ba9 100644 --- a/include/util/coordinate.hpp +++ b/include/util/coordinate.hpp @@ -1,6 +1,6 @@ /* -Copyright (c) 2016, Project OSRM contributors +Copyright (c) 2017, Project OSRM contributors All rights reserved. Redistribution and use in source and binary forms, with or without modification, diff --git a/include/util/exception.hpp b/include/util/exception.hpp index 55a0a5428..26e219f8e 100644 --- a/include/util/exception.hpp +++ b/include/util/exception.hpp @@ -1,6 +1,6 @@ /* -Copyright (c) 2016, Project OSRM contributors +Copyright (c) 2017, Project OSRM contributors All rights reserved. Redistribution and use in source and binary forms, with or without modification, diff --git a/include/util/json_container.hpp b/include/util/json_container.hpp index b404b9d33..9aaa8dfd8 100644 --- a/include/util/json_container.hpp +++ b/include/util/json_container.hpp @@ -1,6 +1,6 @@ /* -Copyright (c) 2016, Project OSRM contributors +Copyright (c) 2017, Project OSRM contributors All rights reserved. Redistribution and use in source and binary forms, with or without modification, diff --git a/include/util/typedefs.hpp b/include/util/typedefs.hpp index 2bb808550..bb601bfbe 100644 --- a/include/util/typedefs.hpp +++ b/include/util/typedefs.hpp @@ -1,6 +1,6 @@ /* -Copyright (c) 2016, Project OSRM contributors +Copyright (c) 2017, Project OSRM contributors All rights reserved. Redistribution and use in source and binary forms, with or without modification,