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.
This commit is contained in:
Karl Palsson
2021-01-29 11:41:09 +00:00
parent 0cf8a47d88
commit c02ccfe47e
2 changed files with 1 additions and 2 deletions

View File

@@ -1,6 +1,7 @@
/* /*
* This file is part of the libopencm3 project. * This file is part of the libopencm3 project.
* *
* Copyright (C) 2016, Chuck McManis <cmcmanis@mcmanis.com>
* *
* This library is free software: you can redistribute it and/or modify * 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 * it under the terms of the GNU Lesser General Public License as published by

View File

@@ -1,8 +1,6 @@
/* /*
* STM32F4 Quad SPI defines * STM32F4 Quad SPI defines
* *
* Copyright (C) 2016, Chuck McManis <cmcmanis@mcmanis.com>
*
* This file is part of the libopencm3 project. * This file is part of the libopencm3 project.
* *
* This library is free software: you can redistribute it and/or modify * This library is free software: you can redistribute it and/or modify