aboutsummaryrefslogtreecommitdiff
path: root/list.h
diff options
context:
space:
mode:
authorAmit Kucheria <amit.kucheria@linaro.org>2014-09-16 17:52:48 -0700
committerAmit Kucheria <amit.kucheria@linaro.org>2014-09-16 17:52:48 -0700
commitcbebd248d51c516d8d175f08175d28ebee338045 (patch)
tree01453100920a709a1ec7115a799a986a95adc28a /list.h
parent9bc9fb41f42301245949315d74ecb4f0baed7ab3 (diff)
Fix list.h copyright
Commit 2543c80b3bf16b2d3f646e3c99d4252a10f2dece and 253e3c90d0f2adcd967c569d35d5d97035c6501e added incorrect copyright while adding mass-adding copyright to all files. list.h was copied from the kernel. Signed-off-by: Amit Kucheria <amit.kucheria@linaro.org>
Diffstat (limited to 'list.h')
-rw-r--r--list.h23
1 files changed, 1 insertions, 22 deletions
diff --git a/list.h b/list.h
index 41d74c0..82be7f3 100644
--- a/list.h
+++ b/list.h
@@ -1,27 +1,6 @@
/*
- * list.h
+ * list.h copied from the Linux kernel
*
- * Copyright (C) 2014, Linaro Limited.
- *
- * ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
- * 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 the License.
- *
- * This program is distributed in the hope that it will be useful, but
- * WITHOUT ANY WARRANTY; without even the implied warranty of
- * 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.
- *
- * ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
- *
- * Contributors:
- * Daniel Lezcano <daniel.lezcano@linaro.org>
- * Zoran Markovic <zoran.markovic@linaro.org>
*
*/
#ifndef _LINUX_LIST_H