summaryrefslogtreecommitdiffstats
path: root/src/commonlib/storage/bouncebuf.h
diff options
context:
space:
mode:
authorPatrick Georgi <pgeorgi@google.com>2020-05-05 23:43:18 +0200
committerPatrick Georgi <pgeorgi@google.com>2020-05-06 22:20:43 +0000
commitafd4c876a9b4b1040673e94b7aa1561bf4ad4bc6 (patch)
tree63df08dbd4e516c911c11a2e1b121e93d7234e62 /src/commonlib/storage/bouncebuf.h
parent02363b5e464e729366ca21421edcebad33f1237e (diff)
downloadcoreboot-afd4c876a9b4b1040673e94b7aa1561bf4ad4bc6.tar.gz
coreboot-afd4c876a9b4b1040673e94b7aa1561bf4ad4bc6.tar.bz2
coreboot-afd4c876a9b4b1040673e94b7aa1561bf4ad4bc6.zip
treewide: move copyrights and authors to AUTHORS
Also split "this is part of" line from copyright notices. Change-Id: Ibc2446410bcb3104ead458b40a9ce7819c61a8eb Signed-off-by: Patrick Georgi <pgeorgi@google.com> Reviewed-on: https://review.coreboot.org/c/coreboot/+/41067 Tested-by: build bot (Jenkins) <no-reply@coreboot.org> Reviewed-by: David Hendricks <david.hendricks@gmail.com> Reviewed-by: HAOUAS Elyes <ehaouas@noos.fr>
Diffstat (limited to 'src/commonlib/storage/bouncebuf.h')
-rw-r--r--src/commonlib/storage/bouncebuf.h3
1 files changed, 2 insertions, 1 deletions
diff --git a/src/commonlib/storage/bouncebuf.h b/src/commonlib/storage/bouncebuf.h
index 6a2e75961451..615f73e2f671 100644
--- a/src/commonlib/storage/bouncebuf.h
+++ b/src/commonlib/storage/bouncebuf.h
@@ -9,7 +9,8 @@
* but WITHOUT ANY WARRANTY; without even the implied warranty of
* MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
* GNU General Public License for more details.
- *
+ */
+/*
* Generic bounce buffer implementation
*/