From 0ff0fe65321acf5fefa3f04ebdf01a09f9c72e58 Mon Sep 17 00:00:00 2001 From: padeler Date: Fri, 17 Feb 2017 20:37:47 +0200 Subject: [PATCH] LP-483 sets author to librepilot in all python files --- flight/modules/FlightPlan/lib/uavobject.pyt.template | 3 ++- python/examples/example.py | 3 ++- python/examples/example_readlog.py | 3 ++- python/examples/example_tuning.py | 3 ++- python/librepilot/uavtalk/connectionManager.py | 3 ++- python/librepilot/uavtalk/flighttelemetrystats.py | 3 ++- python/librepilot/uavtalk/objectManager.py | 3 ++- python/librepilot/uavtalk/uavobject.py | 3 ++- python/librepilot/uavtalk/uavtalk.py | 3 ++- python/setup.py | 8 ++++---- 10 files changed, 22 insertions(+), 13 deletions(-) diff --git a/flight/modules/FlightPlan/lib/uavobject.pyt.template b/flight/modules/FlightPlan/lib/uavobject.pyt.template index 6d0fb5709..f6d6f319d 100644 --- a/flight/modules/FlightPlan/lib/uavobject.pyt.template +++ b/flight/modules/FlightPlan/lib/uavobject.pyt.template @@ -2,7 +2,8 @@ ############################################################################## # # @file $(NAMELC).py -# @author The OpenPilot Team, http://www.openpilot.org Copyright (C) 2010. +# @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 # the PyMite VM of the FlightPlan module. diff --git a/python/examples/example.py b/python/examples/example.py index efcdd442e..5fb7f81be 100644 --- a/python/examples/example.py +++ b/python/examples/example.py @@ -2,7 +2,8 @@ ############################################################################## # # @file example.py -# @author The OpenPilot Team, http://www.openpilot.org Copyright (C) 2011. +# @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 # # @see The GNU Public License (GPL) Version 3 diff --git a/python/examples/example_readlog.py b/python/examples/example_readlog.py index b8565071a..3c82a65ae 100644 --- a/python/examples/example_readlog.py +++ b/python/examples/example_readlog.py @@ -2,7 +2,8 @@ ############################################################################## # # @file example_readlog.py -# @author The OpenPilot Team, http://www.openpilot.org Copyright (C) 2011. +# @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 # # @see The GNU Public License (GPL) Version 3 diff --git a/python/examples/example_tuning.py b/python/examples/example_tuning.py index ca193090a..ed82a3bc5 100644 --- a/python/examples/example_tuning.py +++ b/python/examples/example_tuning.py @@ -2,7 +2,8 @@ ############################################################################## # # @file example.py -# @author The OpenPilot Team, http://www.openpilot.org Copyright (C) 2011. +# @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 # # @see The GNU Public License (GPL) Version 3 diff --git a/python/librepilot/uavtalk/connectionManager.py b/python/librepilot/uavtalk/connectionManager.py index 995ae0f8e..7d835a94a 100644 --- a/python/librepilot/uavtalk/connectionManager.py +++ b/python/librepilot/uavtalk/connectionManager.py @@ -2,7 +2,8 @@ ############################################################################## # # @file connectionManager.py -# @author The OpenPilot Team, http://www.openpilot.org Copyright (C) 2011. +# @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 # # @see The GNU Public License (GPL) Version 3 diff --git a/python/librepilot/uavtalk/flighttelemetrystats.py b/python/librepilot/uavtalk/flighttelemetrystats.py index 216ae52ca..3ca675042 100644 --- a/python/librepilot/uavtalk/flighttelemetrystats.py +++ b/python/librepilot/uavtalk/flighttelemetrystats.py @@ -2,7 +2,8 @@ ############################################################################## # # @file flighttelemetrystats.py -# @author The OpenPilot Team, http://www.openpilot.org Copyright (C) 2010. +# @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 # the PyMite VM of the FlightPlan module. diff --git a/python/librepilot/uavtalk/objectManager.py b/python/librepilot/uavtalk/objectManager.py index a3549e7ef..bdcf2604f 100644 --- a/python/librepilot/uavtalk/objectManager.py +++ b/python/librepilot/uavtalk/objectManager.py @@ -2,7 +2,8 @@ ############################################################################## # # @file objectManager.py -# @author The OpenPilot Team, http://www.openpilot.org Copyright (C) 2011. +# @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 # # @see The GNU Public License (GPL) Version 3 diff --git a/python/librepilot/uavtalk/uavobject.py b/python/librepilot/uavtalk/uavobject.py index 7176e83e1..561cc4564 100644 --- a/python/librepilot/uavtalk/uavobject.py +++ b/python/librepilot/uavtalk/uavobject.py @@ -2,7 +2,8 @@ ############################################################################## # # @file uavobject.py -# @author The OpenPilot Team, http://www.openpilot.org Copyright (C) 2010. +# @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 # # @see The GNU Public License (GPL) Version 3 diff --git a/python/librepilot/uavtalk/uavtalk.py b/python/librepilot/uavtalk/uavtalk.py index ab6996652..cd8f4b6af 100644 --- a/python/librepilot/uavtalk/uavtalk.py +++ b/python/librepilot/uavtalk/uavtalk.py @@ -2,7 +2,8 @@ ############################################################################## # # @file uavtalk.py -# @author The OpenPilot Team, http://www.openpilot.org Copyright (C) 2011. +# @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 # # @see The GNU Public License (GPL) Version 3 diff --git a/python/setup.py b/python/setup.py index 7e4c225e5..053b16931 100644 --- a/python/setup.py +++ b/python/setup.py @@ -1,9 +1,9 @@ from distutils.core import setup import glob -setup(name='OpenPilot UavTalk', +setup(name='LibrePilot UAVTalk', version='1.0', - description='OpenPilot UavTalk', - url='http://www.openpilot.org', - packages=['openpilot', 'openpilot.uavtalk', 'openpilot.uavobjects'], + description='LibrePilot UAVTalk', + url='http://www.librepilot.org', + packages=['librepilot', 'librepilot.uavtalk', 'librepilot.uavobjects'], )