diff options
Diffstat (limited to 'src/commonlib/storage/bouncebuf.c')
-rw-r--r-- | src/commonlib/storage/bouncebuf.c | 7 |
1 files changed, 3 insertions, 4 deletions
diff --git a/src/commonlib/storage/bouncebuf.c b/src/commonlib/storage/bouncebuf.c index 5d98c74489..99287b6270 100644 --- a/src/commonlib/storage/bouncebuf.c +++ b/src/commonlib/storage/bouncebuf.c @@ -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 */ #include <arch/cache.h> |