diff options
Diffstat (limited to 'src/include/device/dram')
-rw-r--r-- | src/include/device/dram/common.h | 3 | ||||
-rw-r--r-- | src/include/device/dram/ddr2.h | 3 | ||||
-rw-r--r-- | src/include/device/dram/ddr3.h | 3 |
3 files changed, 3 insertions, 6 deletions
diff --git a/src/include/device/dram/common.h b/src/include/device/dram/common.h index 5dc15e3e4c..32cdc79de1 100644 --- a/src/include/device/dram/common.h +++ b/src/include/device/dram/common.h @@ -1,6 +1,5 @@ +/* This file is part of the coreboot project. */ /* - * 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 published by diff --git a/src/include/device/dram/ddr2.h b/src/include/device/dram/ddr2.h index 1da9681169..f83965971b 100644 --- a/src/include/device/dram/ddr2.h +++ b/src/include/device/dram/ddr2.h @@ -1,6 +1,5 @@ +/* This file is part of the coreboot project. */ /* - * 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 published by diff --git a/src/include/device/dram/ddr3.h b/src/include/device/dram/ddr3.h index 51207e9999..2ded8a8fdb 100644 --- a/src/include/device/dram/ddr3.h +++ b/src/include/device/dram/ddr3.h @@ -1,6 +1,5 @@ +/* This file is part of the coreboot project. */ /* - * 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 published by |