Fix copyright
[yaffs2.git] / direct / test-framework / timothy_tests / quick_tests / test_yaffs_dup.c
index 2a0f63a62be856c45ac892b7ee4a33c7a175f5f9..ff46c881b4779335e4f37c39a9f9904798818889 100644 (file)
@@ -1,8 +1,7 @@
 /*
  * YAFFS: Yet another FFS. A NAND-flash specific file system.
  *
- * Copyright (C) 2002-2011 Aleph One Ltd.
- *   for Toby Churchill Ltd and Brightstar Engineering
+ * Copyright (C) 2002-2018 Aleph One Ltd.
  *
  * Created by Timothy Manning <timothy@yaffs.net>
  *
@@ -22,7 +21,7 @@ int test_yaffs_dup(void)
                handle2 =yaffs_dup(handle);
                return handle2;
        }
-       
+       return handle;  
 }