diff options
Diffstat (limited to 'src/include/device/dram')
-rw-r--r-- | src/include/device/dram/common.h | 2 | ||||
-rw-r--r-- | src/include/device/dram/ddr2.h | 1 | ||||
-rw-r--r-- | src/include/device/dram/ddr3.h | 1 | ||||
-rw-r--r-- | src/include/device/dram/ddr4.h | 1 |
4 files changed, 0 insertions, 5 deletions
diff --git a/src/include/device/dram/common.h b/src/include/device/dram/common.h index e5fb534551..5dc15e3e4c 100644 --- a/src/include/device/dram/common.h +++ b/src/include/device/dram/common.h @@ -1,8 +1,6 @@ /* * This file is part of the coreboot project. * - * Copyright (C) 2013 Alexandru Gagniuc <mr.nuke.me@gmail.com> - * Copyright (C) 2017 Patrick Rudolph <siro@das-labor.org> * * 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 9bbbfe9652..1da9681169 100644 --- a/src/include/device/dram/ddr2.h +++ b/src/include/device/dram/ddr2.h @@ -1,7 +1,6 @@ /* * This file is part of the coreboot project. * - * Copyright (C) 2017 Patrick Rudolph <siro@das-labor.org> * * 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 0f9373e220..51207e9999 100644 --- a/src/include/device/dram/ddr3.h +++ b/src/include/device/dram/ddr3.h @@ -1,7 +1,6 @@ /* * This file is part of the coreboot project. * - * Copyright (C) 2013 Alexandru Gagniuc <mr.nuke.me@gmail.com> * * 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/ddr4.h b/src/include/device/dram/ddr4.h index faa32995f8..4a371b5d67 100644 --- a/src/include/device/dram/ddr4.h +++ b/src/include/device/dram/ddr4.h @@ -1,7 +1,6 @@ /* * This file is part of the coreboot project. * - * Copyright (C) 2019 Facebook, Inc. * * 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 |