Message ID | 20250727015720.6867-3-laurent.pinchart@ideasonboard.com |
---|---|
State | Superseded |
Headers | show |
Series |
|
Related | show |
Hi Laurent, Thank you for the patch. Quoting Laurent Pinchart (2025-07-27 03:57:12) > The name of the documentation authors listed in conf.py is seriously out > of date. As the information is bound to bitrot, replace the names by a > generic mention of the libcamera documentation authors. > > While at it, update the copyright dates. > > Signed-off-by: Laurent Pinchart <laurent.pinchart@ideasonboard.com> > --- > Documentation/conf.py | 4 ++-- > 1 file changed, 2 insertions(+), 2 deletions(-) > > diff --git a/Documentation/conf.py b/Documentation/conf.py > index 7d05fc9abcd3..870937289eb4 100644 > --- a/Documentation/conf.py > +++ b/Documentation/conf.py > @@ -21,8 +21,8 @@ > # -- Project information ----------------------------------------------------- > > project = 'libcamera' > -copyright = '2018-2019, The libcamera documentation authors' > -author = u'Kieran Bingham, Jacopo Mondi, Laurent Pinchart, Niklas Söderlund' > +copyright = '2018-2025, The libcamera documentation authors' > +author = 'The libcamera documentation authors' Dang, I just wanted to add my name there in the next series :-) But the generic one is better. Reviewed-by: Stefan Klug <stefan.klug@ideasonboard.com> Best regards, Stefan > > # Version information is provided by the build environment, through the > # sphinx command line. > -- > Regards, > > Laurent Pinchart >
diff --git a/Documentation/conf.py b/Documentation/conf.py index 7d05fc9abcd3..870937289eb4 100644 --- a/Documentation/conf.py +++ b/Documentation/conf.py @@ -21,8 +21,8 @@ # -- Project information ----------------------------------------------------- project = 'libcamera' -copyright = '2018-2019, The libcamera documentation authors' -author = u'Kieran Bingham, Jacopo Mondi, Laurent Pinchart, Niklas Söderlund' +copyright = '2018-2025, The libcamera documentation authors' +author = 'The libcamera documentation authors' # Version information is provided by the build environment, through the # sphinx command line.
The name of the documentation authors listed in conf.py is seriously out of date. As the information is bound to bitrot, replace the names by a generic mention of the libcamera documentation authors. While at it, update the copyright dates. Signed-off-by: Laurent Pinchart <laurent.pinchart@ideasonboard.com> --- Documentation/conf.py | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-)