summaryrefslogtreecommitdiff
path: root/yaffs_allocator.c
diff options
context:
space:
mode:
authorTimothy Manning <tfhmanning@gmail.com>2010-10-22 17:18:24 +1300
committerTimothy Manning <tfhmanning@gmail.com>2010-10-22 17:18:24 +1300
commita34826e701dd381a293bb90b25a48d2bd58e8de8 (patch)
tree8cf3c7c694c9f01d52777c780e80d9efdeec749c /yaffs_allocator.c
parent1006cb30d2977365c64e4dd544b445b088750061 (diff)
yaffs Normalise copyright headers
Some of the headers were not the right format. Signed-off-by: Timothy Manning <tfhmanning@gmail.com>
Diffstat (limited to 'yaffs_allocator.c')
-rw-r--r--yaffs_allocator.c7
1 files changed, 3 insertions, 4 deletions
diff --git a/yaffs_allocator.c b/yaffs_allocator.c
index c0513d5..47c89b8 100644
--- a/yaffs_allocator.c
+++ b/yaffs_allocator.c
@@ -1,5 +1,5 @@
/*
- * YAFFS: Yet another Flash File System . A NAND-flash specific file system.
+ * YAFFS: Yet Another Flash File System. A NAND-flash specific file system.
*
* Copyright (C) 2002-2010 Aleph One Ltd.
* for Toby Churchill Ltd and Brightstar Engineering
@@ -7,13 +7,12 @@
* Created by Charles Manning <charles@aleph1.co.uk>
*
* This program is free software; you can redistribute it and/or modify
- * it under the terms of the GNU Lesser General Public License version 2.1 as
+ * it under the terms of the GNU General Public License version 2 as
* published by the Free Software Foundation.
- *
- * Note: Only YAFFS headers are LGPL, YAFFS C code is covered by GPL.
*/
+
#include "yaffs_allocator.h"
#include "yaffs_guts.h"
#include "yaffs_trace.h"