From 8c0f29a4ea530af878298dc45bb6a8c07ac34ac6 Mon Sep 17 00:00:00 2001 From: padeler Date: Tue, 21 Feb 2017 01:45:39 +0200 Subject: [PATCH] LP-483 Fixed typo in header comments --- flight/modules/FlightPlan/lib/uavobject.pyt.template | 2 +- python/examples/example.py | 2 +- python/examples/example_readlog.py | 2 +- python/examples/example_tuning.py | 2 +- python/librepilot/uavtalk/connectionManager.py | 2 +- python/librepilot/uavtalk/flighttelemetrystats.py | 2 +- python/librepilot/uavtalk/objectManager.py | 2 +- python/librepilot/uavtalk/uavobject.py | 2 +- python/librepilot/uavtalk/uavtalk.py | 2 +- 9 files changed, 9 insertions(+), 9 deletions(-) diff --git a/flight/modules/FlightPlan/lib/uavobject.pyt.template b/flight/modules/FlightPlan/lib/uavobject.pyt.template index f6d6f319d..1326d46a8 100644 --- a/flight/modules/FlightPlan/lib/uavobject.pyt.template +++ b/flight/modules/FlightPlan/lib/uavobject.pyt.template @@ -2,7 +2,7 @@ ############################################################################## # # @file $(NAMELC).py -# @author The LibrePilot Project, http://www.librepilot.org Copyright (C) # 2017. +# @author The LibrePilot Project, http://www.librepilot.org Copyright (C) 2017. # The OpenPilot Team, http://www.openpilot.org Copyright (C) 2010. # @brief Implementation of the $(NAME) object. This file has been # automatically generated by the UAVObjectGenerator. For use with diff --git a/python/examples/example.py b/python/examples/example.py index 5fb7f81be..3fc708512 100644 --- a/python/examples/example.py +++ b/python/examples/example.py @@ -2,7 +2,7 @@ ############################################################################## # # @file example.py -# @author The LibrePilot Project, http://www.librepilot.org Copyright (C) # 2017. +# @author The LibrePilot Project, http://www.librepilot.org Copyright (C) 2017. # The OpenPilot Team, http://www.openpilot.org Copyright (C) 2011. # @brief Base classes for python UAVObject # diff --git a/python/examples/example_readlog.py b/python/examples/example_readlog.py index 3c82a65ae..70b5b9fcf 100644 --- a/python/examples/example_readlog.py +++ b/python/examples/example_readlog.py @@ -2,7 +2,7 @@ ############################################################################## # # @file example_readlog.py -# @author The LibrePilot Project, http://www.librepilot.org Copyright (C) # 2017. +# @author The LibrePilot Project, http://www.librepilot.org Copyright (C) 2017. # The OpenPilot Team, http://www.openpilot.org Copyright (C) 2011. # @brief Base classes for python UAVObject # diff --git a/python/examples/example_tuning.py b/python/examples/example_tuning.py index ed82a3bc5..ff3d166a4 100644 --- a/python/examples/example_tuning.py +++ b/python/examples/example_tuning.py @@ -2,7 +2,7 @@ ############################################################################## # # @file example.py -# @author The LibrePilot Project, http://www.librepilot.org Copyright (C) # 2017. +# @author The LibrePilot Project, http://www.librepilot.org Copyright (C) 2017. # The OpenPilot Team, http://www.openpilot.org Copyright (C) 2011. # @brief Base classes for python UAVObject # diff --git a/python/librepilot/uavtalk/connectionManager.py b/python/librepilot/uavtalk/connectionManager.py index 7d835a94a..58097f186 100644 --- a/python/librepilot/uavtalk/connectionManager.py +++ b/python/librepilot/uavtalk/connectionManager.py @@ -2,7 +2,7 @@ ############################################################################## # # @file connectionManager.py -# @author The LibrePilot Project, http://www.librepilot.org Copyright (C) # 2017. +# @author The LibrePilot Project, http://www.librepilot.org Copyright (C) 2017. # The OpenPilot Team, http://www.openpilot.org Copyright (C) 2011. # @brief Base classes for python UAVObject # diff --git a/python/librepilot/uavtalk/flighttelemetrystats.py b/python/librepilot/uavtalk/flighttelemetrystats.py index 3ca675042..b223f1ddc 100644 --- a/python/librepilot/uavtalk/flighttelemetrystats.py +++ b/python/librepilot/uavtalk/flighttelemetrystats.py @@ -2,7 +2,7 @@ ############################################################################## # # @file flighttelemetrystats.py -# @author The LibrePilot Project, http://www.librepilot.org Copyright (C) # 2017. +# @author The LibrePilot Project, http://www.librepilot.org Copyright (C) 2017. # The OpenPilot Team, http://www.openpilot.org Copyright (C) 2011. # @brief Implementation of the FlightTelemetryStats object. This file has been # automatically generated by the UAVObjectGenerator. For use with diff --git a/python/librepilot/uavtalk/objectManager.py b/python/librepilot/uavtalk/objectManager.py index bdcf2604f..e3e22fb66 100644 --- a/python/librepilot/uavtalk/objectManager.py +++ b/python/librepilot/uavtalk/objectManager.py @@ -2,7 +2,7 @@ ############################################################################## # # @file objectManager.py -# @author The LibrePilot Project, http://www.librepilot.org Copyright (C) # 2017. +# @author The LibrePilot Project, http://www.librepilot.org Copyright (C) 2017. # The OpenPilot Team, http://www.openpilot.org Copyright (C) 2011. # @brief Base classes for python UAVObject # diff --git a/python/librepilot/uavtalk/uavobject.py b/python/librepilot/uavtalk/uavobject.py index 561cc4564..799deceb4 100644 --- a/python/librepilot/uavtalk/uavobject.py +++ b/python/librepilot/uavtalk/uavobject.py @@ -2,7 +2,7 @@ ############################################################################## # # @file uavobject.py -# @author The LibrePilot Project, http://www.librepilot.org Copyright (C) # 2017. +# @author The LibrePilot Project, http://www.librepilot.org Copyright (C) 2017. # The OpenPilot Team, http://www.openpilot.org Copyright (C) 2011. # @brief Base classes for python UAVObject # diff --git a/python/librepilot/uavtalk/uavtalk.py b/python/librepilot/uavtalk/uavtalk.py index cd8f4b6af..9bf78a73f 100644 --- a/python/librepilot/uavtalk/uavtalk.py +++ b/python/librepilot/uavtalk/uavtalk.py @@ -2,7 +2,7 @@ ############################################################################## # # @file uavtalk.py -# @author The LibrePilot Project, http://www.librepilot.org Copyright (C) # 2017. +# @author The LibrePilot Project, http://www.librepilot.org Copyright (C) 2017. # The OpenPilot Team, http://www.openpilot.org Copyright (C) 2011. # @brief Base classes for python UAVObject #