From 754dac768605cc9387a19d8f96832e1bd7d3fb31 Mon Sep 17 00:00:00 2001 From: Pavol Rusnak Date: Sun, 20 Apr 2025 22:08:05 +0200 Subject: [PATCH] usb:msc: use new email for contributor --- include/libopencm3/usb/msc.h | 4 ++-- lib/usb/usb_msc.c | 2 +- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/include/libopencm3/usb/msc.h b/include/libopencm3/usb/msc.h index 1317b2a7..d4e47515 100644 --- a/include/libopencm3/usb/msc.h +++ b/include/libopencm3/usb/msc.h @@ -8,7 +8,7 @@ @author @htmlonly © @endhtmlonly 2013 Weston Schmidt -Pavol Rusnak +Pavol Rusnak @date 27 June 2013 @@ -19,7 +19,7 @@ LGPL License Terms @ref lgpl_license * This file is part of the libopencm3 project. * * Copyright (C) 2013 Weston Schmidt - * Copyright (C) 2013 Pavol Rusnak + * Copyright (C) 2013 Pavol Rusnak * * This library is free software: you can redistribute it and/or modify * it under the terms of the GNU Lesser General Public License as published by diff --git a/lib/usb/usb_msc.c b/lib/usb/usb_msc.c index ff25c526..f6420587 100644 --- a/lib/usb/usb_msc.c +++ b/lib/usb/usb_msc.c @@ -2,7 +2,7 @@ * This file is part of the libopencm3 project. * * Copyright (C) 2013 Weston Schmidt - * Copyright (C) 2013 Pavol Rusnak + * Copyright (C) 2013 Pavol Rusnak * * This library is free software: you can redistribute it and/or modify * it under the terms of the GNU Lesser General Public License as published by