summaryrefslogtreecommitdiffstats
path: root/chipdrivers.h
diff options
context:
space:
mode:
authorElyes HAOUAS <ehaouas@noos.fr>2018-04-02 11:14:02 +0200
committerNico Huber <nico.h@gmx.de>2018-04-24 20:21:41 +0000
commite083880279119677e443fc16b4694f8c81bf2c40 (patch)
tree03413b996779bc4c86ec41590f3e7bcdd97d0ef5 /chipdrivers.h
parent124ef38f7afc61ad7c713c22aad7c5c7f79bdb9b (diff)
downloadflashrom-e083880279119677e443fc16b4694f8c81bf2c40.tar.gz
flashrom-e083880279119677e443fc16b4694f8c81bf2c40.tar.bz2
flashrom-e083880279119677e443fc16b4694f8c81bf2c40.zip
Remove address from GPLv2 headers
Change-Id: I7bfc339673cbf5ee2d2ff7564c4db04ca088d0a4 Signed-off-by: Elyes HAOUAS <ehaouas@noos.fr> Reviewed-on: https://review.coreboot.org/25381 Tested-by: build bot (Jenkins) <no-reply@coreboot.org> Reviewed-by: Nico Huber <nico.h@gmx.de>
Diffstat (limited to 'chipdrivers.h')
-rw-r--r--chipdrivers.h5
1 files changed, 0 insertions, 5 deletions
diff --git a/chipdrivers.h b/chipdrivers.h
index af59c30f7..85c64b2b3 100644
--- a/chipdrivers.h
+++ b/chipdrivers.h
@@ -12,11 +12,6 @@
* MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
* GNU General Public License for more details.
*
- * You should have received a copy of the GNU General Public License
- * along with this program; if not, write to the Free Software
- * Foundation, Inc., 51 Franklin St, Fifth Floor, Boston, MA 02110-1301 USA
- *
- *
* Header file for flash chip drivers. Included from flash.h.
* As a general rule, every function listed here should take a pointer to
* struct flashctx as first parameter.