Skip to content

Commit 1f9c824

Browse files
committed
fixing license comments
1 parent a8f6f19 commit 1f9c824

File tree

9 files changed

+9
-9
lines changed

9 files changed

+9
-9
lines changed

simple_node/include/simple_node/actions/action_client.hpp

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
// Copyright (C) 2023 Miguel Ángel González Santamarta
1+
// Copyright (C) 2023 Miguel Ángel González Santamarta
22

33
// This program is free software: you can redistribute it and/or modify
44
// it under the terms of the GNU General Public License as published by

simple_node/include/simple_node/actions/action_server.hpp

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
// Copyright (C) 2023 Miguel Ángel González Santamarta
1+
// Copyright (C) 2023 Miguel Ángel González Santamarta
22

33
// This program is free software: you can redistribute it and/or modify
44
// it under the terms of the GNU General Public License as published by

simple_node/include/simple_node/node.hpp

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
// Copyright (C) 2023 Miguel Ángel González Santamarta
1+
// Copyright (C) 2023 Miguel Ángel González Santamarta
22

33
// This program is free software: you can redistribute it and/or modify
44
// it under the terms of the GNU General Public License as published by

simple_node/simple_node/actions/action_client.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
# Copyright (C) 2023 Miguel Ángel González Santamarta
1+
# Copyright (C) 2023 Miguel Ángel González Santamarta
22

33
# This program is free software: you can redistribute it and/or modify
44
# it under the terms of the GNU General Public License as published by

simple_node/simple_node/actions/action_server.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
# Copyright (C) 2023 Miguel Ángel González Santamarta
1+
# Copyright (C) 2023 Miguel Ángel González Santamarta
22

33
# This program is free software: you can redistribute it and/or modify
44
# it under the terms of the GNU General Public License as published by

simple_node/simple_node/node.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
# Copyright (C) 2023 Miguel Ángel González Santamarta
1+
# Copyright (C) 2023 Miguel Ángel González Santamarta
22

33
# This program is free software: you can redistribute it and/or modify
44
# it under the terms of the GNU General Public License as published by

simple_node/src/simple_node/actions/action_client.cpp

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
// Copyright (C) 2023 Miguel Ángel González Santamarta
1+
// Copyright (C) 2023 Miguel Ángel González Santamarta
22

33
// This program is free software: you can redistribute it and/or modify
44
// it under the terms of the GNU General Public License as published by

simple_node/src/simple_node/actions/action_server.cpp

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
// Copyright (C) 2023 Miguel Ángel González Santamarta
1+
// Copyright (C) 2023 Miguel Ángel González Santamarta
22

33
// This program is free software: you can redistribute it and/or modify
44
// it under the terms of the GNU General Public License as published by

simple_node/src/simple_node/node.cpp

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
// Copyright (C) 2023 Miguel Ángel González Santamarta
1+
// Copyright (C) 2023 Miguel Ángel González Santamarta
22

33
// This program is free software: you can redistribute it and/or modify
44
// it under the terms of the GNU General Public License as published by

0 commit comments

Comments
 (0)