Skip to content

Commit 42d8e18

Browse files
changed copyright
1 parent 228453b commit 42d8e18

File tree

8 files changed

+8
-8
lines changed

8 files changed

+8
-8
lines changed

nav2_route/include/nav2_route/graph_saver.hpp

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
// Copyright (c) 2024 Leidos
1+
// Copyright (c) 2024 John Chrosniak
22
//
33
// Licensed under the Apache License, Version 2.0 (the "License");
44
// you may not use this file except in compliance with the License.

nav2_route/include/nav2_route/interfaces/graph_file_saver.hpp

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
// Copyright (c) 2024 Leidos
1+
// Copyright (c) 2024 John Chrosniak
22
//
33
// Licensed under the Apache License, Version 2.0 (the "License");
44
// you may not use this file except in compliance with the License.

nav2_route/include/nav2_route/plugins/graph_file_savers/geojson_graph_file_saver.hpp

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
// Copyright (c) 2024 Leidos
1+
// Copyright (c) 2024 John Chrosniak
22
//
33
// Licensed under the Apache License, Version 2.0 (the "License");
44
// you may not use this file except in compliance with the License.

nav2_route/src/graph_saver.cpp

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
// Copyright (c) 2024 Leidos
1+
// Copyright (c) 2024 John Chrosniak
22
//
33
// Licensed under the Apache License, Version 2.0 (the "License");
44
// you may not use this file except in compliance with the License.

nav2_route/src/plugins/graph_file_savers/geojson_graph_file_saver.cpp

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
// Copyright (c) 2024 Leidos
1+
// Copyright (c) 2024 John Chrosniak
22
//
33
// Licensed under the Apache License, Version 2.0 (the "License");
44
// you may not use this file except in compliance with the License.

nav2_rviz_plugins/include/nav2_rviz_plugins/route_tool.hpp

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
// Copyright (c) 2024 Leidos
1+
// Copyright (c) 2024 John Chrosniak
22
//
33
// Licensed under the Apache License, Version 2.0 (the "License");
44
// you may not use this file except in compliance with the License.

nav2_rviz_plugins/launch/route_tool.launch.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
#!/usr/bin/env python3
22

3-
# Copyright (c) 2024 Leidos
3+
# Copyright (c) 2024 John Chrosniak
44
#
55
# Licensed under the Apache License, Version 2.0 (the "License");
66
# you may not use this file except in compliance with the License.

nav2_rviz_plugins/src/route_tool.cpp

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
// Copyright (c) 2024 Leidos
1+
// Copyright (c) 2024 John Chrosniak
22
//
33
// Licensed under the Apache License, Version 2.0 (the "License");
44
// you may not use this file except in compliance with the License.

0 commit comments

Comments
 (0)