X-Git-Url: http://www.aleph1.co.uk/gitweb/?p=yaffs2.git;a=blobdiff_plain;f=direct%2Ftest-framework%2Ftimothy_tests%2Fquick_tests%2Ftest_yaffs_dup.c;h=ff46c881b4779335e4f37c39a9f9904798818889;hp=2a0f63a62be856c45ac892b7ee4a33c7a175f5f9;hb=1f3d64d1d804fef6715126dead54bf30b176c67e;hpb=cabb7b51f48a784fbd8bd04ea8878abe2196167a diff --git a/direct/test-framework/timothy_tests/quick_tests/test_yaffs_dup.c b/direct/test-framework/timothy_tests/quick_tests/test_yaffs_dup.c index 2a0f63a..ff46c88 100644 --- a/direct/test-framework/timothy_tests/quick_tests/test_yaffs_dup.c +++ b/direct/test-framework/timothy_tests/quick_tests/test_yaffs_dup.c @@ -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 * @@ -22,7 +21,7 @@ int test_yaffs_dup(void) handle2 =yaffs_dup(handle); return handle2; } - + return handle; }