summaryrefslogtreecommitdiffstats
path: root/drivers/base
diff options
context:
space:
mode:
Diffstat (limited to 'drivers/base')
-rw-r--r--drivers/base/driver.c3
-rw-r--r--drivers/base/platform.c3
-rw-r--r--drivers/base/resource.c4
3 files changed, 0 insertions, 10 deletions
diff --git a/drivers/base/driver.c b/drivers/base/driver.c
index 6cd428681f..dc29021738 100644
--- a/drivers/base/driver.c
+++ b/drivers/base/driver.c
@@ -15,9 +15,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., 59 Temple Place, Suite 330, Boston, MA 02111-1307 USA
*/
/**
diff --git a/drivers/base/platform.c b/drivers/base/platform.c
index e0dd9ea58e..f1069bc899 100644
--- a/drivers/base/platform.c
+++ b/drivers/base/platform.c
@@ -15,9 +15,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., 59 Temple Place, Suite 330, Boston, MA 02111-1307 USA
*/
#include <common.h>
#include <driver.h>
diff --git a/drivers/base/resource.c b/drivers/base/resource.c
index 988d27ea93..2709a9183c 100644
--- a/drivers/base/resource.c
+++ b/drivers/base/resource.c
@@ -15,10 +15,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., 59 Temple Place, Suite 330, Boston,
- * MA 02111-1307 USA
*/
#include <common.h>