Skip to content

Commit

Permalink
Add Mozilla license + Update README.md
Browse files Browse the repository at this point in the history
  • Loading branch information
biancabnd committed Aug 2, 2023
1 parent b175b66 commit ee1b1a7
Show file tree
Hide file tree
Showing 10 changed files with 422 additions and 39 deletions.
373 changes: 373 additions & 0 deletions LICENSE.md

Large diffs are not rendered by default.

10 changes: 9 additions & 1 deletion README.md
Original file line number Diff line number Diff line change
@@ -1,2 +1,10 @@
# psdk_ros2
This repository is a ROS2 wrapper for the DJI PSDK libraries.

**psdk_ros2** is a ROS2 wrapper for the DJI PSDK libraries.

##

## License

psdk_ros2 wrapper is under the [Mozilla Public License Version 2.0](https://github.com/umdlife/psdk_ros2/blob/feat/open-source-prep/LICENSE.md). \
Please note that the [DJI Payload-SDK libraries](https://github.com/dji-sdk/Payload-SDK) which are needed to run this wrapper use MIT License.
9 changes: 5 additions & 4 deletions psdk_wrapper/include/psdk_wrapper/psdk_wrapper.hpp
Original file line number Diff line number Diff line change
@@ -1,8 +1,9 @@
/* Copyright (C) 2023 Unmanned Life - All Rights Reserved
*
* This file is part of the `psdk_wrapper` package and is subject to
* the terms and conditions defined in the file LICENSE.txt contained therein.
/*
* This Source Code Form is subject to the terms of the Mozilla Public
* License, v. 2.0. If a copy of the MPL was not distributed with this
* file, You can obtain one at http://mozilla.org/MPL/2.0/.
*/

/**
* @file psdk_wrapper.hpp
*
Expand Down
9 changes: 5 additions & 4 deletions psdk_wrapper/include/psdk_wrapper/psdk_wrapper_utils.hpp
Original file line number Diff line number Diff line change
@@ -1,8 +1,9 @@
/* Copyright (C) 2023 Unmanned Life - All Rights Reserved
*
* This file is part of the `psdk_wrapper` package and is subject to
* the terms and conditions defined in the file LICENSE.txt contained therein.
/*
* This Source Code Form is subject to the terms of the Mozilla Public
* License, v. 2.0. If a copy of the MPL was not distributed with this
* file, You can obtain one at http://mozilla.org/MPL/2.0/.
*/

/**
* @file psdk_wrapper_utils.hpp
*
Expand Down
10 changes: 5 additions & 5 deletions psdk_wrapper/src/main.cpp
Original file line number Diff line number Diff line change
@@ -1,9 +1,9 @@
/* Copyright (C) 2023 Unmanned Life - All Rights Reserved
*
* This file is part of the `psdk_wrapper` source code package and is
* subject to the terms and conditions defined in the file LICENSE.txt contained
* therein.
/*
* This Source Code Form is subject to the terms of the Mozilla Public
* License, v. 2.0. If a copy of the MPL was not distributed with this
* file, You can obtain one at http://mozilla.org/MPL/2.0/.
*/

/**
* @file main.cpp
*
Expand Down
10 changes: 5 additions & 5 deletions psdk_wrapper/src/modules/camera.cpp
Original file line number Diff line number Diff line change
@@ -1,9 +1,9 @@
/* Copyright (C) 2023 Unmanned Life - All Rights Reserved
*
* This file is part of the `umd_psdk_wrapper` source code package and is
* subject to the terms and conditions defined in the file LICENSE.txt contained
* therein.
/*
* This Source Code Form is subject to the terms of the Mozilla Public
* License, v. 2.0. If a copy of the MPL was not distributed with this
* file, You can obtain one at http://mozilla.org/MPL/2.0/.
*/

/**
* @file camera.cpp
*
Expand Down
10 changes: 5 additions & 5 deletions psdk_wrapper/src/modules/flight_control.cpp
Original file line number Diff line number Diff line change
@@ -1,9 +1,9 @@
/* Copyright (C) 2023 Unmanned Life - All Rights Reserved
*
* This file is part of the `psdk_wrapper` source code package and is
* subject to the terms and conditions defined in the file LICENSE.txt contained
* therein.
/*
* This Source Code Form is subject to the terms of the Mozilla Public
* License, v. 2.0. If a copy of the MPL was not distributed with this
* file, You can obtain one at http://mozilla.org/MPL/2.0/.
*/

/**
* @file flight_control.cpp
*
Expand Down
10 changes: 5 additions & 5 deletions psdk_wrapper/src/modules/gimbal.cpp
Original file line number Diff line number Diff line change
@@ -1,9 +1,9 @@
/* Copyright (C) 2023 Unmanned Life - All Rights Reserved
*
* This file is part of the `umd_psdk_wrapper` source code package and is
* subject to the terms and conditions defined in the file LICENSE.txt contained
* therein.
/*
* This Source Code Form is subject to the terms of the Mozilla Public
* License, v. 2.0. If a copy of the MPL was not distributed with this
* file, You can obtain one at http://mozilla.org/MPL/2.0/.
*/

/**
* @file gimbal.cpp
*
Expand Down
10 changes: 5 additions & 5 deletions psdk_wrapper/src/modules/telemetry.cpp
Original file line number Diff line number Diff line change
@@ -1,9 +1,9 @@
/* Copyright (C) 2023 Unmanned Life - All Rights Reserved
*
* This file is part of the `psdk_wrapper` source code package and is
* subject to the terms and conditions defined in the file LICENSE.txt contained
* therein.
/*
* This Source Code Form is subject to the terms of the Mozilla Public
* License, v. 2.0. If a copy of the MPL was not distributed with this
* file, You can obtain one at http://mozilla.org/MPL/2.0/.
*/

/**
* @file telemetry.cpp
*
Expand Down
10 changes: 5 additions & 5 deletions psdk_wrapper/src/psdk_wrapper.cpp
Original file line number Diff line number Diff line change
@@ -1,9 +1,9 @@
/* Copyright (C) 2023 Unmanned Life - All Rights Reserved
*
* This file is part of the `psdk_wrapper` source code package and is
* subject to the terms and conditions defined in the file LICENSE.txt contained
* therein.
/*
* This Source Code Form is subject to the terms of the Mozilla Public
* License, v. 2.0. If a copy of the MPL was not distributed with this
* file, You can obtain one at http://mozilla.org/MPL/2.0/.
*/

/**
* @file psdk_wrapper.cpp
*
Expand Down

0 comments on commit ee1b1a7

Please sign in to comment.