From c02ccfe47e881a4d3015c59da4c8b993f057e234 Mon Sep 17 00:00:00 2001 From: Karl Palsson Date: Fri, 29 Jan 2021 11:41:09 +0000 Subject: [PATCH] stm32: quadspi: restore copyright after file move The f4 quadspi implementation was moved to the -v1 file, so the copyright should have moved with it. --- include/libopencm3/stm32/common/quadspi_common_v1.h | 1 + include/libopencm3/stm32/f4/quadspi.h | 2 -- 2 files changed, 1 insertion(+), 2 deletions(-) diff --git a/include/libopencm3/stm32/common/quadspi_common_v1.h b/include/libopencm3/stm32/common/quadspi_common_v1.h index 4ea23f92..d0af76e0 100644 --- a/include/libopencm3/stm32/common/quadspi_common_v1.h +++ b/include/libopencm3/stm32/common/quadspi_common_v1.h @@ -1,6 +1,7 @@ /* * This file is part of the libopencm3 project. * + * Copyright (C) 2016, Chuck McManis * * 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/include/libopencm3/stm32/f4/quadspi.h b/include/libopencm3/stm32/f4/quadspi.h index 101c5284..f4aff561 100644 --- a/include/libopencm3/stm32/f4/quadspi.h +++ b/include/libopencm3/stm32/f4/quadspi.h @@ -1,8 +1,6 @@ /* * STM32F4 Quad SPI defines * - * Copyright (C) 2016, Chuck McManis - * * This file is part of the libopencm3 project. * * This library is free software: you can redistribute it and/or modify