From 230504e16c723ddd2f120d3a86b96d826a65fde2 Mon Sep 17 00:00:00 2001 From: Darigov Research <30328618+darigovresearch@users.noreply.github.com> Date: Sat, 22 May 2021 20:15:33 +0100 Subject: [PATCH] fix: Bumps year in confs to 2021 Should resolve https://github.com/ArduPilot/ardupilot_wiki/issues/3555 if merged --- antennatracker/source/conf.py | 2 +- ardupilot/source/conf.py | 2 +- copter/source/conf.py | 2 +- dev/source/conf.py | 2 +- plane/source/conf.py | 2 +- planner/source/conf.py | 2 +- planner2/source/conf.py | 2 +- rover/source/conf.py | 2 +- 8 files changed, 8 insertions(+), 8 deletions(-) diff --git a/antennatracker/source/conf.py b/antennatracker/source/conf.py index 4f65b84040..6b9800f280 100644 --- a/antennatracker/source/conf.py +++ b/antennatracker/source/conf.py @@ -62,7 +62,7 @@ # General information about the project. project = u'AntennaTracker' -copyright = u'2020, ArduPilot Dev Team' +copyright = u'2021, ArduPilot Dev Team' author = u'ArduPilot Dev Team' # The version info for the project you're documenting, acts as replacement for diff --git a/ardupilot/source/conf.py b/ardupilot/source/conf.py index b5b1b552f5..b6ce967df3 100644 --- a/ardupilot/source/conf.py +++ b/ardupilot/source/conf.py @@ -60,7 +60,7 @@ # General information about the project. project = u'ArduPilot' -copyright = u'2020, ArduPilot Dev Team.' +copyright = u'2021, ArduPilot Dev Team.' author = u'ArduPilot Dev Team' # The version info for the project you're documenting, acts as replacement for diff --git a/copter/source/conf.py b/copter/source/conf.py index a6e4307752..55097efbb6 100644 --- a/copter/source/conf.py +++ b/copter/source/conf.py @@ -62,7 +62,7 @@ # General information about the project. project = u'Copter' -copyright = u'2020, ArduPilot Dev Team' +copyright = u'2021, ArduPilot Dev Team' author = u'ArduPilot Dev Team' # The version info for the project you're documenting, acts as replacement for diff --git a/dev/source/conf.py b/dev/source/conf.py index a8cf1e8ae0..2df4c48fb2 100644 --- a/dev/source/conf.py +++ b/dev/source/conf.py @@ -60,7 +60,7 @@ # General information about the project. project = u'Dev' -copyright = u'2020, ArduPilot Dev Team' +copyright = u'2021, ArduPilot Dev Team' author = u'ArduPilot Dev Team' # The version info for the project you're documenting, acts as replacement for diff --git a/plane/source/conf.py b/plane/source/conf.py index d451ea8f92..cc79499e23 100644 --- a/plane/source/conf.py +++ b/plane/source/conf.py @@ -62,7 +62,7 @@ # General information about the project. project = u'Plane' -copyright = u'2020, ArduPilot Dev Team' +copyright = u'2021, ArduPilot Dev Team' author = u'ArduPilot Dev Team' # The version info for the project you're documenting, acts as replacement for diff --git a/planner/source/conf.py b/planner/source/conf.py index c1e64258a4..d2a75b392d 100644 --- a/planner/source/conf.py +++ b/planner/source/conf.py @@ -60,7 +60,7 @@ # General information about the project. project = u'Mission Planner' -copyright = u'2020, ArduPilot Dev Team' +copyright = u'2021, ArduPilot Dev Team' author = u'ArduPilot Dev Team' # The version info for the project you're documenting, acts as replacement for diff --git a/planner2/source/conf.py b/planner2/source/conf.py index 164ab6504b..afbf42e36f 100644 --- a/planner2/source/conf.py +++ b/planner2/source/conf.py @@ -60,7 +60,7 @@ # General information about the project. project = u'APM Planner 2' -copyright = u'2020, ArduPilot Dev Team' +copyright = u'2021, ArduPilot Dev Team' author = u'ArduPilot Dev Team' # The version info for the project you're documenting, acts as replacement for diff --git a/rover/source/conf.py b/rover/source/conf.py index 334d5ad5ee..df0a6d76c8 100644 --- a/rover/source/conf.py +++ b/rover/source/conf.py @@ -62,7 +62,7 @@ # General information about the project. project = u'Rover' -copyright = u'2020, ArduPilot Dev Team' +copyright = u'2021, ArduPilot Dev Team' author = u'ArduPilot Dev Team' # The version info for the project you're documenting, acts as replacement for