From 8f9e2ac1867182aa622da3d2282a3a93f7d4aa46 Mon Sep 17 00:00:00 2001 From: Brenton Sutherland Date: Thu, 26 May 2016 13:05:40 -0300 Subject: [PATCH] Added copyright notice to example files. --- examples/channel_overrides/channel_overrides.py | 2 ++ examples/create_attribute/create_attribute.py | 2 ++ examples/create_attribute/my_vehicle.py | 2 ++ examples/drone_delivery/drone_delivery.py | 1 + examples/flight_replay/flight_replay.py | 1 + examples/follow_me/follow_me.py | 1 + examples/gcs/microgcs.py | 3 +++ examples/guided_set_speed_yaw/guided_set_speed_yaw.py | 1 + examples/mission_basic/mission_basic.py | 1 + examples/mission_import_export/mission_import_export.py | 1 + examples/performance_test/performance_test.py | 1 + examples/simple_goto/simple_goto.py | 1 + examples/vehicle_state/vehicle_state.py | 1 + 13 files changed, 18 insertions(+) diff --git a/examples/channel_overrides/channel_overrides.py b/examples/channel_overrides/channel_overrides.py index c6b1a2c81..1d8b879ec 100644 --- a/examples/channel_overrides/channel_overrides.py +++ b/examples/channel_overrides/channel_overrides.py @@ -1,4 +1,6 @@ """ +© Copyright 2015-2016, 3D Robotics. + channel_overrides.py: Demonstrates how set and clear channel-override information. diff --git a/examples/create_attribute/create_attribute.py b/examples/create_attribute/create_attribute.py index ee5c9f373..e3c696f80 100644 --- a/examples/create_attribute/create_attribute.py +++ b/examples/create_attribute/create_attribute.py @@ -1,4 +1,6 @@ """ +© Copyright 2015-2016, 3D Robotics. + create_attribute.py: Demonstrates how to create attributes from MAVLink messages within your DroneKit-Python script diff --git a/examples/create_attribute/my_vehicle.py b/examples/create_attribute/my_vehicle.py index 2b56a352e..72255dcb7 100644 --- a/examples/create_attribute/my_vehicle.py +++ b/examples/create_attribute/my_vehicle.py @@ -1,4 +1,6 @@ """ +© Copyright 2015-2016, 3D Robotics. + my_vehicle.py: Custom Vehicle subclass to add IMU data. diff --git a/examples/drone_delivery/drone_delivery.py b/examples/drone_delivery/drone_delivery.py index 861f7aee2..41f643191 100644 --- a/examples/drone_delivery/drone_delivery.py +++ b/examples/drone_delivery/drone_delivery.py @@ -1,4 +1,5 @@ """ +© Copyright 2015-2016, 3D Robotics. drone_delivery.py: A CherryPy based web application that displays a mapbox map to let you view the current vehicle position and send the vehicle commands to fly to a particular latitude and longitude. diff --git a/examples/flight_replay/flight_replay.py b/examples/flight_replay/flight_replay.py index 11e85ef1a..e64d57141 100644 --- a/examples/flight_replay/flight_replay.py +++ b/examples/flight_replay/flight_replay.py @@ -1,4 +1,5 @@ """ +© Copyright 2015-2016, 3D Robotics. flight_replay.py: This example requests a past flight from Droneshare, and then 'replays' diff --git a/examples/follow_me/follow_me.py b/examples/follow_me/follow_me.py index 65e4feb52..fd8af6738 100644 --- a/examples/follow_me/follow_me.py +++ b/examples/follow_me/follow_me.py @@ -1,4 +1,5 @@ """ +© Copyright 2015-2016, 3D Robotics. followme - Tracks GPS position of your computer (Linux only). This example uses the python gps package to read positions from a GPS attached to your diff --git a/examples/gcs/microgcs.py b/examples/gcs/microgcs.py index d61377f0b..ff8f98c9c 100644 --- a/examples/gcs/microgcs.py +++ b/examples/gcs/microgcs.py @@ -1,3 +1,6 @@ +""" +© Copyright 2015-2016, 3D Robotics. +""" # # This is a small example of the python drone API - an ultra minimal GCS # diff --git a/examples/guided_set_speed_yaw/guided_set_speed_yaw.py b/examples/guided_set_speed_yaw/guided_set_speed_yaw.py index 3d6df8bdc..4dda42cd7 100644 --- a/examples/guided_set_speed_yaw/guided_set_speed_yaw.py +++ b/examples/guided_set_speed_yaw/guided_set_speed_yaw.py @@ -1,5 +1,6 @@ """ +© Copyright 2015-2016, 3D Robotics. guided_set_speed_yaw.py: (Copter Only) This example shows how to move/direct Copter and send commands in GUIDED mode using DroneKit Python. diff --git a/examples/mission_basic/mission_basic.py b/examples/mission_basic/mission_basic.py index c3c78a818..704fd6e6e 100644 --- a/examples/mission_basic/mission_basic.py +++ b/examples/mission_basic/mission_basic.py @@ -1,4 +1,5 @@ """ +© Copyright 2015-2016, 3D Robotics. mission_basic.py: Example demonstrating basic mission operations including creating, clearing and monitoring missions. Full documentation is provided at http://python.dronekit.io/examples/mission_basic.html diff --git a/examples/mission_import_export/mission_import_export.py b/examples/mission_import_export/mission_import_export.py index 9c805afee..201668d82 100644 --- a/examples/mission_import_export/mission_import_export.py +++ b/examples/mission_import_export/mission_import_export.py @@ -1,4 +1,5 @@ """ +© Copyright 2015-2016, 3D Robotics. mission_import_export.py: This example demonstrates how to import and export files in the Waypoint file format diff --git a/examples/performance_test/performance_test.py b/examples/performance_test/performance_test.py index f349232a5..0775431aa 100644 --- a/examples/performance_test/performance_test.py +++ b/examples/performance_test/performance_test.py @@ -1,4 +1,5 @@ """ +© Copyright 2015-2016, 3D Robotics. performance_test.py: This performance test logs the interval between messages being diff --git a/examples/simple_goto/simple_goto.py b/examples/simple_goto/simple_goto.py index 208ed1d01..41c986505 100644 --- a/examples/simple_goto/simple_goto.py +++ b/examples/simple_goto/simple_goto.py @@ -1,4 +1,5 @@ """ +© Copyright 2015-2016, 3D Robotics. simple_goto.py: GUIDED mode "simple goto" example (Copter Only) Demonstrates how to arm and takeoff in Copter and how to navigate to points using Vehicle.simple_goto. diff --git a/examples/vehicle_state/vehicle_state.py b/examples/vehicle_state/vehicle_state.py index 568351172..314b034dc 100644 --- a/examples/vehicle_state/vehicle_state.py +++ b/examples/vehicle_state/vehicle_state.py @@ -1,4 +1,5 @@ """ +© Copyright 2015-2016, 3D Robotics. vehicle_state.py: Demonstrates how to get and set vehicle state and parameter information,