Skip to content

Commit

Permalink
moved license to the top of the cl_mode_select.hpp file
Browse files Browse the repository at this point in the history
  • Loading branch information
sKlairRad committed Jun 17, 2024
1 parent ee03890 commit 30f7d44
Showing 1 changed file with 3 additions and 4 deletions.
Original file line number Diff line number Diff line change
@@ -1,7 +1,3 @@
#ifndef ROBOT_STATE_MACHINE__CLIENTS__CL_MODE_SELECT_HPP_
#define ROBOT_STATE_MACHINE__CLIENTS__CL_MODE_SELECT_HPP_


// Copyright 2021 RobosoftAI Inc.
//
// Licensed under the Apache License, Version 2.0 (the "License");
Expand All @@ -22,6 +18,9 @@
Author: Sukhraj Klair
******************************************************************************************************************/

#ifndef ROBOT_STATE_MACHINE__CLIENTS__CL_MODE_SELECT_HPP_
#define ROBOT_STATE_MACHINE__CLIENTS__CL_MODE_SELECT_HPP_

#include "smacc2/client_bases/smacc_subscriber_client.hpp"
#include "example_interfaces/msg/int32.hpp"

Expand Down

0 comments on commit 30f7d44

Please sign in to comment.