memory_bus.c: Add missing copyright notice
The logic that was moved into `memory_bus.c` was originally introduced
by commit 4e32ec19 (Refine physical address mapping of flash chips).
Everything else is just boiler plate.
Change-Id: Ied2e9ba1f55aa79abe705d6bd5314938e670b1f2
Signed-off-by: Nico Huber <nico.huber@secunet.com>
Reviewed-on: https://review.sourcearcade.org/c/flashprog/+/319
Tested-by: Nico Huber <nico.h@gmx.de>
Reviewed-by: Arthur Heymans <arthur@aheymans.xyz>
diff --git a/memory_bus.c b/memory_bus.c
index 365c53c..8badfda 100644
--- a/memory_bus.c
+++ b/memory_bus.c
@@ -1,6 +1,8 @@
/*
* This file is part of the flashprog project.
*
+ * Copyright (C) 2014 Stefan Tauner
+ *
* 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
* the Free Software Foundation; either version 2 of the License, or