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