This is an automated email from Gerrit. "Antonio Borneo <borneo.anto...@gmail.com>" just uploaded a new patch set to Gerrit, which you can find at https://review.openocd.org/c/openocd/+/7201
-- gerrit commit 8a5e67fdcd4bd037522c4133f824dc39f5b481e9 Author: Antonio Borneo <borneo.anto...@gmail.com> Date: Mon Sep 19 10:29:20 2022 +0200 doc: fix copyright dates The copyright date for OpenOCD project has never been updated. Add the range till current year. Change-Id: I42c7e3b2bf2e3a486bf836d063460dfa7b40d24d Signed-off-by: Antonio Borneo <borneo.anto...@gmail.com> diff --git a/doc/openocd.texi b/doc/openocd.texi index fc86429d16..2a8626b804 100644 --- a/doc/openocd.texi +++ b/doc/openocd.texi @@ -19,7 +19,7 @@ dated @value{UPDATED}, of the Open On-Chip Debugger (OpenOCD). @itemize @bullet -@item Copyright @copyright{} 2008 The OpenOCD Project +@item Copyright @copyright{} 2008-2022 The OpenOCD Project @item Copyright @copyright{} 2007-2008 Spencer Oliver @email{spen@@spen-soft.co.uk} @item Copyright @copyright{} 2008-2010 Oyvind Harboe @email{oyvind.harboe@@zylin.com} @item Copyright @copyright{} 2008 Duane Ellis @email{openocd@@duaneellis.com} --