aboutsummaryrefslogtreecommitdiff
path: root/src/commonlib/storage/bouncebuf.h
diff options
context:
space:
mode:
Diffstat (limited to 'src/commonlib/storage/bouncebuf.h')
-rw-r--r--src/commonlib/storage/bouncebuf.h7
1 files changed, 3 insertions, 4 deletions
diff --git a/src/commonlib/storage/bouncebuf.h b/src/commonlib/storage/bouncebuf.h
index 0d81be1faa..3e702fad29 100644
--- a/src/commonlib/storage/bouncebuf.h
+++ b/src/commonlib/storage/bouncebuf.h
@@ -1,8 +1,5 @@
/*
- * Generic bounce buffer implementation
- *
- * Copyright (C) 2012 Marek Vasut <marex@denx.de>
- * Copyright 2013 Google Inc. All rights reserved.
+ * This file is part of the coreboot project.
*
* This program is free software; you can redistribute it and/or
* modify it under the terms of the GNU General Public License as
@@ -13,6 +10,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
*/
#ifndef __COMMONLIB_STORAGE_BOUNCEBUF_H__