summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--src/crypto/digest.c3
-rw-r--r--src/crypto/keystore.h3
-rw-r--r--src/digest.h3
-rw-r--r--src/fdt.c3
-rw-r--r--src/libdt.c3
5 files changed, 0 insertions, 15 deletions
diff --git a/src/crypto/digest.c b/src/crypto/digest.c
index 8353412..dc73ede 100644
--- a/src/crypto/digest.c
+++ b/src/crypto/digest.c
@@ -1,9 +1,6 @@
/*
* (C) Copyright 2008-2010 Jean-Christophe PLAGNIOL-VILLARD <plagnioj@jcrosoft.com>
*
- * See file CREDITS for list of people who contributed to this
- * 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 the Free Software Foundation; version 2 of
diff --git a/src/crypto/keystore.h b/src/crypto/keystore.h
index 193a413..2cedd73 100644
--- a/src/crypto/keystore.h
+++ b/src/crypto/keystore.h
@@ -1,9 +1,6 @@
/*
* (C) Copyright 2015 Pengutronix, Marc Kleine-Budde <kernel@pengutronix.de>
*
- * See file CREDITS for list of people who contributed to this
- * 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 the Free Software Foundation; version 2 of
diff --git a/src/digest.h b/src/digest.h
index efe330d..9764e57 100644
--- a/src/digest.h
+++ b/src/digest.h
@@ -1,9 +1,6 @@
/*
* (C) Copyright 2008-2010 Jean-Christophe PLAGNIOL-VILLARD <plagnioj@jcrosoft.com>
*
- * See file CREDITS for list of people who contributed to this
- * 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 the Free Software Foundation; version 2 of
diff --git a/src/fdt.c b/src/fdt.c
index 5d0831c..74d2825 100644
--- a/src/fdt.c
+++ b/src/fdt.c
@@ -5,9 +5,6 @@
*
* based on Linux devicetree support
*
- * See file CREDITS for list of people who contributed to this
- * project.
- *
* This program is free software; you can redistribute it and/or modify
* it under the terms of the GNU General Public License version 2
* as published by the Free Software Foundation.
diff --git a/src/libdt.c b/src/libdt.c
index 342313f..59e76d3 100644
--- a/src/libdt.c
+++ b/src/libdt.c
@@ -5,9 +5,6 @@
*
* based on Linux devicetree support
*
- * See file CREDITS for list of people who contributed to this
- * project.
- *
* This program is free software; you can redistribute it and/or modify
* it under the terms of the GNU General Public License version 2
* as published by the Free Software Foundation.