From 1f3d64d1d804fef6715126dead54bf30b176c67e Mon Sep 17 00:00:00 2001 From: Charles Manning Date: Mon, 26 Feb 2018 17:34:01 +1300 Subject: [PATCH] Fix copyright Signed-off-by: Charles Manning --- Makefile | 3 +-- direct/test-framework/FrameworkRules.mk | 2 +- direct/test-framework/basic-tests/Makefile | 2 +- direct/test-framework/basic-tests/dtest.c | 3 +-- direct/test-framework/nand_chip.h | 2 +- direct/test-framework/nand_store.h | 2 +- direct/test-framework/nanddrv.c | 2 +- direct/test-framework/nanddrv.h | 2 +- direct/test-framework/nandsim.c | 2 +- direct/test-framework/nandsim.h | 2 +- direct/test-framework/nandsim_file.c | 2 +- direct/test-framework/nandsim_file.h | 2 +- direct/test-framework/nandstore_file.c | 2 +- direct/test-framework/nandstore_file.h | 2 +- direct/test-framework/python/Makefile | 4 ++-- direct/test-framework/python/examples.py | 3 +-- direct/test-framework/python/yaffs_browser.py | 3 +-- direct/test-framework/python/yaffs_importer.py | 3 +-- direct/test-framework/python/yaffs_python_helper.c | 3 +-- direct/test-framework/python/yaffsfs.py | 3 +-- direct/test-framework/tests/Makefile | 2 +- direct/test-framework/tests/fuzzer.c | 3 +-- direct/test-framework/tests/nor_stress.c | 3 +-- direct/test-framework/tests/nor_stress.h | 3 +-- direct/test-framework/tests/yaffs_test.c | 3 +-- direct/test-framework/timothy_tests/handle_tests/Makefile | 2 +- .../test-framework/timothy_tests/handle_tests/handle_test.c | 3 +-- .../test-framework/timothy_tests/handle_tests/handle_test.h | 3 +-- .../timothy_tests/is_yaffs_working_tests/Makefile | 2 +- .../timothy_tests/is_yaffs_working_tests/test_1_yaffs_mount.c | 3 +-- direct/test-framework/timothy_tests/linux_tests/Makefile | 2 +- direct/test-framework/timothy_tests/linux_tests/lib.c | 3 +-- direct/test-framework/timothy_tests/linux_tests/lib.h | 3 +-- direct/test-framework/timothy_tests/linux_tests/linux_test.c | 3 +-- direct/test-framework/timothy_tests/linux_tests/linux_test.h | 3 +-- direct/test-framework/timothy_tests/quick_tests/Makefile | 2 +- direct/test-framework/timothy_tests/quick_tests/lib.c | 3 +-- direct/test-framework/timothy_tests/quick_tests/lib.h | 3 +-- direct/test-framework/timothy_tests/quick_tests/quick_tests.c | 3 +-- direct/test-framework/timothy_tests/quick_tests/quick_tests.h | 3 +-- .../timothy_tests/quick_tests/test_yaffs_access.c | 3 +-- .../timothy_tests/quick_tests/test_yaffs_access.h | 3 +-- .../timothy_tests/quick_tests/test_yaffs_access_EACCES.c | 3 +-- .../timothy_tests/quick_tests/test_yaffs_access_EACCES.h | 3 +-- .../timothy_tests/quick_tests/test_yaffs_access_EINVAL.c | 3 +-- .../timothy_tests/quick_tests/test_yaffs_access_EINVAL.h | 3 +-- .../timothy_tests/quick_tests/test_yaffs_access_ELOOP.c | 3 +-- .../timothy_tests/quick_tests/test_yaffs_access_ELOOP.h | 3 +-- .../timothy_tests/quick_tests/test_yaffs_access_ELOOP_dir.c | 3 +-- .../timothy_tests/quick_tests/test_yaffs_access_ELOOP_dir.h | 3 +-- .../quick_tests/test_yaffs_access_ENAMETOOLONG.c | 3 +-- .../quick_tests/test_yaffs_access_ENAMETOOLONG.h | 3 +-- .../timothy_tests/quick_tests/test_yaffs_access_ENOENT.c | 3 +-- .../timothy_tests/quick_tests/test_yaffs_access_ENOENT.h | 3 +-- .../timothy_tests/quick_tests/test_yaffs_access_ENOENT2.c | 3 +-- .../timothy_tests/quick_tests/test_yaffs_access_ENOENT2.h | 3 +-- .../timothy_tests/quick_tests/test_yaffs_access_ENOTDIR.c | 3 +-- .../timothy_tests/quick_tests/test_yaffs_access_ENOTDIR.h | 3 +-- .../timothy_tests/quick_tests/test_yaffs_access_EROFS.c | 3 +-- .../timothy_tests/quick_tests/test_yaffs_access_EROFS.h | 3 +-- .../timothy_tests/quick_tests/test_yaffs_access_NULL.c | 3 +-- .../timothy_tests/quick_tests/test_yaffs_access_NULL.h | 3 +-- .../timothy_tests/quick_tests/test_yaffs_chmod.c | 3 +-- .../timothy_tests/quick_tests/test_yaffs_chmod.h | 3 +-- .../timothy_tests/quick_tests/test_yaffs_chmod_EINVAL.c | 3 +-- .../timothy_tests/quick_tests/test_yaffs_chmod_EINVAL.h | 3 +-- .../timothy_tests/quick_tests/test_yaffs_chmod_ELOOP.c | 3 +-- .../timothy_tests/quick_tests/test_yaffs_chmod_ELOOP.h | 3 +-- .../timothy_tests/quick_tests/test_yaffs_chmod_ELOOP_dir.c | 3 +-- .../timothy_tests/quick_tests/test_yaffs_chmod_ELOOP_dir.h | 3 +-- .../timothy_tests/quick_tests/test_yaffs_chmod_ENAMETOOLONG.c | 3 +-- .../timothy_tests/quick_tests/test_yaffs_chmod_ENAMETOOLONG.h | 3 +-- .../timothy_tests/quick_tests/test_yaffs_chmod_ENOENT.c | 3 +-- .../timothy_tests/quick_tests/test_yaffs_chmod_ENOENT.h | 3 +-- .../timothy_tests/quick_tests/test_yaffs_chmod_ENOENT2.c | 3 +-- .../timothy_tests/quick_tests/test_yaffs_chmod_ENOENT2.h | 3 +-- .../timothy_tests/quick_tests/test_yaffs_chmod_ENOTDIR.c | 3 +-- .../timothy_tests/quick_tests/test_yaffs_chmod_ENOTDIR.h | 3 +-- .../timothy_tests/quick_tests/test_yaffs_chmod_EROFS.c | 3 +-- .../timothy_tests/quick_tests/test_yaffs_chmod_EROFS.h | 3 +-- .../timothy_tests/quick_tests/test_yaffs_chmod_NULL.c | 3 +-- .../timothy_tests/quick_tests/test_yaffs_chmod_NULL.h | 3 +-- .../timothy_tests/quick_tests/test_yaffs_close_EBADF.c | 3 +-- .../timothy_tests/quick_tests/test_yaffs_close_EBADF.h | 3 +-- .../timothy_tests/quick_tests/test_yaffs_close_NULL.c | 3 +-- .../timothy_tests/quick_tests/test_yaffs_close_NULL.h | 3 +-- .../test-framework/timothy_tests/quick_tests/test_yaffs_dup.c | 3 +-- .../test-framework/timothy_tests/quick_tests/test_yaffs_dup.h | 3 +-- .../timothy_tests/quick_tests/test_yaffs_dup_EBADF.c | 3 +-- .../timothy_tests/quick_tests/test_yaffs_dup_EBADF.h | 3 +-- .../timothy_tests/quick_tests/test_yaffs_fchmod.c | 3 +-- .../timothy_tests/quick_tests/test_yaffs_fchmod.h | 3 +-- .../timothy_tests/quick_tests/test_yaffs_fchmod_EBADF.c | 3 +-- .../timothy_tests/quick_tests/test_yaffs_fchmod_EBADF.h | 3 +-- .../timothy_tests/quick_tests/test_yaffs_fchmod_EINVAL.c | 3 +-- .../timothy_tests/quick_tests/test_yaffs_fchmod_EINVAL.h | 3 +-- .../timothy_tests/quick_tests/test_yaffs_fchmod_EROFS.c | 3 +-- .../timothy_tests/quick_tests/test_yaffs_fchmod_EROFS.h | 3 +-- .../timothy_tests/quick_tests/test_yaffs_fchmod_NULL.c | 3 +-- .../timothy_tests/quick_tests/test_yaffs_fchmod_NULL.h | 3 +-- .../timothy_tests/quick_tests/test_yaffs_fdatasync.c | 3 +-- .../timothy_tests/quick_tests/test_yaffs_fdatasync.h | 3 +-- .../timothy_tests/quick_tests/test_yaffs_fdatasync_EBADF.c | 3 +-- .../timothy_tests/quick_tests/test_yaffs_fdatasync_EBADF.h | 3 +-- .../timothy_tests/quick_tests/test_yaffs_fdatasync_EROFS.c | 3 +-- .../timothy_tests/quick_tests/test_yaffs_fdatasync_EROFS.h | 3 +-- .../timothy_tests/quick_tests/test_yaffs_fdatasync_NULL.c | 3 +-- .../timothy_tests/quick_tests/test_yaffs_fdatasync_NULL.h | 3 +-- .../timothy_tests/quick_tests/test_yaffs_flush.c | 3 +-- .../timothy_tests/quick_tests/test_yaffs_flush.h | 3 +-- .../timothy_tests/quick_tests/test_yaffs_flush_EBADF.c | 3 +-- .../timothy_tests/quick_tests/test_yaffs_flush_EBADF.h | 3 +-- .../timothy_tests/quick_tests/test_yaffs_flush_EROFS.c | 3 +-- .../timothy_tests/quick_tests/test_yaffs_flush_EROFS.h | 3 +-- .../timothy_tests/quick_tests/test_yaffs_freespace.c | 3 +-- .../timothy_tests/quick_tests/test_yaffs_freespace.h | 3 +-- .../timothy_tests/quick_tests/test_yaffs_freespace_EINVAL.c | 3 +-- .../timothy_tests/quick_tests/test_yaffs_freespace_EINVAL.h | 3 +-- .../quick_tests/test_yaffs_freespace_ENAMETOOLONG.c | 3 +-- .../quick_tests/test_yaffs_freespace_ENAMETOOLONG.h | 3 +-- .../timothy_tests/quick_tests/test_yaffs_freespace_NULL.c | 3 +-- .../timothy_tests/quick_tests/test_yaffs_freespace_NULL.h | 3 +-- .../timothy_tests/quick_tests/test_yaffs_fstat.c | 3 +-- .../timothy_tests/quick_tests/test_yaffs_fstat.h | 3 +-- .../timothy_tests/quick_tests/test_yaffs_fstat_EBADF.c | 3 +-- .../timothy_tests/quick_tests/test_yaffs_fstat_EBADF.h | 3 +-- .../timothy_tests/quick_tests/test_yaffs_fsync.c | 3 +-- .../timothy_tests/quick_tests/test_yaffs_fsync.h | 3 +-- .../timothy_tests/quick_tests/test_yaffs_fsync_EBADF.c | 3 +-- .../timothy_tests/quick_tests/test_yaffs_fsync_EBADF.h | 3 +-- .../timothy_tests/quick_tests/test_yaffs_fsync_EROFS.c | 3 +-- .../timothy_tests/quick_tests/test_yaffs_fsync_EROFS.h | 3 +-- .../timothy_tests/quick_tests/test_yaffs_ftruncate.c | 3 +-- .../timothy_tests/quick_tests/test_yaffs_ftruncate.h | 3 +-- .../timothy_tests/quick_tests/test_yaffs_ftruncate_EBADF.c | 3 +-- .../timothy_tests/quick_tests/test_yaffs_ftruncate_EBADF.h | 3 +-- .../timothy_tests/quick_tests/test_yaffs_ftruncate_EINVAL.c | 3 +-- .../timothy_tests/quick_tests/test_yaffs_ftruncate_EINVAL.h | 3 +-- .../timothy_tests/quick_tests/test_yaffs_ftruncate_EROFS.c | 3 +-- .../timothy_tests/quick_tests/test_yaffs_ftruncate_EROFS.h | 3 +-- .../timothy_tests/quick_tests/test_yaffs_ftruncate_big_file.c | 3 +-- .../timothy_tests/quick_tests/test_yaffs_ftruncate_big_file.h | 3 +-- .../timothy_tests/quick_tests/test_yaffs_inodecount.c | 3 +-- .../timothy_tests/quick_tests/test_yaffs_inodecount.h | 3 +-- .../timothy_tests/quick_tests/test_yaffs_inodecount_EINVAL.c | 3 +-- .../timothy_tests/quick_tests/test_yaffs_inodecount_EINVAL.h | 3 +-- .../quick_tests/test_yaffs_inodecount_ENAMETOOLONG.c | 3 +-- .../quick_tests/test_yaffs_inodecount_ENAMETOOLONG.h | 3 +-- .../timothy_tests/quick_tests/test_yaffs_inodecount_NULL.c | 3 +-- .../timothy_tests/quick_tests/test_yaffs_inodecount_NULL.h | 3 +-- .../timothy_tests/quick_tests/test_yaffs_link.c | 3 +-- .../timothy_tests/quick_tests/test_yaffs_link.h | 3 +-- .../timothy_tests/quick_tests/test_yaffs_link_EEXIST.c | 3 +-- .../timothy_tests/quick_tests/test_yaffs_link_EEXIST.h | 3 +-- .../timothy_tests/quick_tests/test_yaffs_link_ELOOP_dir.c | 3 +-- .../timothy_tests/quick_tests/test_yaffs_link_ELOOP_dir.h | 3 +-- .../timothy_tests/quick_tests/test_yaffs_link_ENAMETOOLONG.c | 3 +-- .../timothy_tests/quick_tests/test_yaffs_link_ENAMETOOLONG.h | 3 +-- .../timothy_tests/quick_tests/test_yaffs_link_ENAMETOOLONG2.c | 3 +-- .../timothy_tests/quick_tests/test_yaffs_link_ENAMETOOLONG2.h | 3 +-- .../timothy_tests/quick_tests/test_yaffs_link_ENOENT.c | 3 +-- .../timothy_tests/quick_tests/test_yaffs_link_ENOENT.h | 3 +-- .../timothy_tests/quick_tests/test_yaffs_link_ENOENT2.c | 3 +-- .../timothy_tests/quick_tests/test_yaffs_link_ENOENT2.h | 3 +-- .../timothy_tests/quick_tests/test_yaffs_link_ENOENT3.c | 3 +-- .../timothy_tests/quick_tests/test_yaffs_link_ENOENT3.h | 3 +-- .../timothy_tests/quick_tests/test_yaffs_link_ENOENT4.c | 3 +-- .../timothy_tests/quick_tests/test_yaffs_link_ENOENT4.h | 3 +-- .../timothy_tests/quick_tests/test_yaffs_link_ENOTDIR.c | 3 +-- .../timothy_tests/quick_tests/test_yaffs_link_ENOTDIR.h | 3 +-- .../timothy_tests/quick_tests/test_yaffs_link_ENOTDIR2.c | 3 +-- .../timothy_tests/quick_tests/test_yaffs_link_ENOTDIR2.h | 3 +-- .../timothy_tests/quick_tests/test_yaffs_link_EROFS.c | 3 +-- .../timothy_tests/quick_tests/test_yaffs_link_EROFS.h | 3 +-- .../timothy_tests/quick_tests/test_yaffs_link_NULL.c | 3 +-- .../timothy_tests/quick_tests/test_yaffs_link_NULL.h | 3 +-- .../timothy_tests/quick_tests/test_yaffs_link_NULL2.c | 3 +-- .../timothy_tests/quick_tests/test_yaffs_link_NULL2.h | 3 +-- .../timothy_tests/quick_tests/test_yaffs_lseek.c | 3 +-- .../timothy_tests/quick_tests/test_yaffs_lseek.h | 3 +-- .../timothy_tests/quick_tests/test_yaffs_lseek_EBADF.c | 3 +-- .../timothy_tests/quick_tests/test_yaffs_lseek_EBADF.h | 3 +-- .../timothy_tests/quick_tests/test_yaffs_lseek_EINVAL.c | 3 +-- .../timothy_tests/quick_tests/test_yaffs_lseek_EINVAL.h | 3 +-- .../timothy_tests/quick_tests/test_yaffs_lseek_EROFS.c | 3 +-- .../timothy_tests/quick_tests/test_yaffs_lseek_EROFS.h | 3 +-- .../timothy_tests/quick_tests/test_yaffs_lseek_big_file.c | 3 +-- .../timothy_tests/quick_tests/test_yaffs_lseek_big_file.h | 3 +-- .../timothy_tests/quick_tests/test_yaffs_lstat.c | 3 +-- .../timothy_tests/quick_tests/test_yaffs_lstat.h | 3 +-- .../timothy_tests/quick_tests/test_yaffs_lstat_ENAMETOOLONG.c | 3 +-- .../timothy_tests/quick_tests/test_yaffs_lstat_ENAMETOOLONG.h | 3 +-- .../timothy_tests/quick_tests/test_yaffs_lstat_ENOENT.c | 3 +-- .../timothy_tests/quick_tests/test_yaffs_lstat_ENOENT.h | 3 +-- .../timothy_tests/quick_tests/test_yaffs_lstat_ENOTDIR.c | 3 +-- .../timothy_tests/quick_tests/test_yaffs_lstat_ENOTDIR.h | 3 +-- .../timothy_tests/quick_tests/test_yaffs_lstat_NULL.c | 3 +-- .../timothy_tests/quick_tests/test_yaffs_lstat_NULL.h | 3 +-- .../timothy_tests/quick_tests/test_yaffs_mkdir.c | 3 +-- .../timothy_tests/quick_tests/test_yaffs_mkdir.h | 3 +-- .../timothy_tests/quick_tests/test_yaffs_mkdir_EEXIST.c | 3 +-- .../timothy_tests/quick_tests/test_yaffs_mkdir_EEXIST.h | 3 +-- .../timothy_tests/quick_tests/test_yaffs_mkdir_ELOOP_dir.c | 3 +-- .../timothy_tests/quick_tests/test_yaffs_mkdir_ELOOP_dir.h | 3 +-- .../timothy_tests/quick_tests/test_yaffs_mkdir_ENAMETOOLONG.c | 3 +-- .../timothy_tests/quick_tests/test_yaffs_mkdir_ENAMETOOLONG.h | 3 +-- .../timothy_tests/quick_tests/test_yaffs_mkdir_ENOENT.c | 3 +-- .../timothy_tests/quick_tests/test_yaffs_mkdir_ENOENT.h | 3 +-- .../timothy_tests/quick_tests/test_yaffs_mkdir_ENOTDIR.c | 3 +-- .../timothy_tests/quick_tests/test_yaffs_mkdir_ENOTDIR.h | 3 +-- .../timothy_tests/quick_tests/test_yaffs_mkdir_EROFS.c | 3 +-- .../timothy_tests/quick_tests/test_yaffs_mkdir_EROFS.h | 3 +-- .../timothy_tests/quick_tests/test_yaffs_mkdir_NULL.c | 3 +-- .../timothy_tests/quick_tests/test_yaffs_mkdir_NULL.h | 3 +-- .../timothy_tests/quick_tests/test_yaffs_mount.c | 3 +-- .../timothy_tests/quick_tests/test_yaffs_mount.h | 3 +-- .../timothy_tests/quick_tests/test_yaffs_mount2.c | 3 +-- .../timothy_tests/quick_tests/test_yaffs_mount2.h | 3 +-- .../timothy_tests/quick_tests/test_yaffs_mount2_ENODEV.c | 3 +-- .../timothy_tests/quick_tests/test_yaffs_mount2_ENODEV.h | 3 +-- .../timothy_tests/quick_tests/test_yaffs_mount_EBUSY.c | 3 +-- .../timothy_tests/quick_tests/test_yaffs_mount_EBUSY.h | 3 +-- .../timothy_tests/quick_tests/test_yaffs_mount_ENAMETOOLONG.c | 3 +-- .../timothy_tests/quick_tests/test_yaffs_mount_ENAMETOOLONG.h | 3 +-- .../timothy_tests/quick_tests/test_yaffs_mount_ENODEV.c | 3 +-- .../timothy_tests/quick_tests/test_yaffs_mount_ENODEV.h | 3 +-- .../timothy_tests/quick_tests/test_yaffs_mount_NULL.c | 3 +-- .../timothy_tests/quick_tests/test_yaffs_mount_NULL.h | 3 +-- .../timothy_tests/quick_tests/test_yaffs_open.c | 3 +-- .../timothy_tests/quick_tests/test_yaffs_open.h | 3 +-- .../timothy_tests/quick_tests/test_yaffs_open_EACCES.c | 3 +-- .../timothy_tests/quick_tests/test_yaffs_open_EACCES.h | 3 +-- .../timothy_tests/quick_tests/test_yaffs_open_EEXIST.c | 3 +-- .../timothy_tests/quick_tests/test_yaffs_open_EEXIST.h | 3 +-- .../timothy_tests/quick_tests/test_yaffs_open_EINVAL.c | 3 +-- .../timothy_tests/quick_tests/test_yaffs_open_EINVAL.h | 3 +-- .../timothy_tests/quick_tests/test_yaffs_open_EINVAL2.c | 3 +-- .../timothy_tests/quick_tests/test_yaffs_open_EINVAL2.h | 3 +-- .../timothy_tests/quick_tests/test_yaffs_open_EISDIR.c | 3 +-- .../timothy_tests/quick_tests/test_yaffs_open_EISDIR.h | 3 +-- .../timothy_tests/quick_tests/test_yaffs_open_ELOOP.c | 3 +-- .../timothy_tests/quick_tests/test_yaffs_open_ELOOP.h | 3 +-- .../timothy_tests/quick_tests/test_yaffs_open_ELOOP_dir.c | 3 +-- .../timothy_tests/quick_tests/test_yaffs_open_ELOOP_dir.h | 3 +-- .../timothy_tests/quick_tests/test_yaffs_open_ENAMETOOLONG.c | 3 +-- .../timothy_tests/quick_tests/test_yaffs_open_ENAMETOOLONG.h | 3 +-- .../timothy_tests/quick_tests/test_yaffs_open_ENOENT.c | 3 +-- .../timothy_tests/quick_tests/test_yaffs_open_ENOENT.h | 3 +-- .../timothy_tests/quick_tests/test_yaffs_open_ENOTDIR.c | 3 +-- .../timothy_tests/quick_tests/test_yaffs_open_ENOTDIR.h | 3 +-- .../timothy_tests/quick_tests/test_yaffs_open_EROFS.c | 3 +-- .../timothy_tests/quick_tests/test_yaffs_open_EROFS.h | 3 +-- .../timothy_tests/quick_tests/test_yaffs_open_NULL.c | 3 +-- .../timothy_tests/quick_tests/test_yaffs_open_NULL.h | 3 +-- .../timothy_tests/quick_tests/test_yaffs_read.c | 3 +-- .../timothy_tests/quick_tests/test_yaffs_read.h | 3 +-- .../timothy_tests/quick_tests/test_yaffs_read_EBADF.c | 3 +-- .../timothy_tests/quick_tests/test_yaffs_read_EBADF.h | 3 +-- .../timothy_tests/quick_tests/test_yaffs_read_EINVAL.c | 3 +-- .../timothy_tests/quick_tests/test_yaffs_read_EINVAL.h | 3 +-- .../timothy_tests/quick_tests/test_yaffs_remount_EINVAL.c | 3 +-- .../timothy_tests/quick_tests/test_yaffs_remount_EINVAL.h | 3 +-- .../quick_tests/test_yaffs_remount_ENAMETOOLONG.c | 3 +-- .../quick_tests/test_yaffs_remount_ENAMETOOLONG.h | 3 +-- .../timothy_tests/quick_tests/test_yaffs_remount_ENODEV.c | 3 +-- .../timothy_tests/quick_tests/test_yaffs_remount_ENODEV.h | 3 +-- .../timothy_tests/quick_tests/test_yaffs_remount_NULL.c | 3 +-- .../timothy_tests/quick_tests/test_yaffs_remount_NULL.h | 3 +-- .../quick_tests/test_yaffs_remount_force_off_read_only_off.c | 3 +-- .../quick_tests/test_yaffs_remount_force_off_read_only_off.h | 3 +-- .../quick_tests/test_yaffs_remount_force_off_read_only_on.c | 3 +-- .../quick_tests/test_yaffs_remount_force_off_read_only_on.h | 3 +-- .../quick_tests/test_yaffs_remount_force_on_read_only_off.c | 3 +-- .../quick_tests/test_yaffs_remount_force_on_read_only_off.h | 3 +-- .../quick_tests/test_yaffs_remount_force_on_read_only_on.c | 3 +-- .../quick_tests/test_yaffs_remount_force_on_read_only_on.h | 3 +-- .../timothy_tests/quick_tests/test_yaffs_rename.c | 3 +-- .../timothy_tests/quick_tests/test_yaffs_rename.h | 3 +-- .../timothy_tests/quick_tests/test_yaffs_rename_EEXISTS.c | 3 +-- .../timothy_tests/quick_tests/test_yaffs_rename_EEXISTS.h | 3 +-- .../timothy_tests/quick_tests/test_yaffs_rename_EINVAL.c | 3 +-- .../timothy_tests/quick_tests/test_yaffs_rename_EINVAL.h | 3 +-- .../timothy_tests/quick_tests/test_yaffs_rename_ELOOP_dir.c | 3 +-- .../timothy_tests/quick_tests/test_yaffs_rename_ELOOP_dir.h | 3 +-- .../quick_tests/test_yaffs_rename_ENAMETOOLONG.c | 3 +-- .../quick_tests/test_yaffs_rename_ENAMETOOLONG.h | 3 +-- .../quick_tests/test_yaffs_rename_ENAMETOOLONG2.c | 3 +-- .../quick_tests/test_yaffs_rename_ENAMETOOLONG2.h | 3 +-- .../timothy_tests/quick_tests/test_yaffs_rename_ENOENT.c | 3 +-- .../timothy_tests/quick_tests/test_yaffs_rename_ENOENT.h | 3 +-- .../timothy_tests/quick_tests/test_yaffs_rename_ENOTDIR.c | 3 +-- .../timothy_tests/quick_tests/test_yaffs_rename_ENOTDIR.h | 3 +-- .../timothy_tests/quick_tests/test_yaffs_rename_ENOTEMPTY.c | 3 +-- .../timothy_tests/quick_tests/test_yaffs_rename_ENOTEMPTY.h | 3 +-- .../timothy_tests/quick_tests/test_yaffs_rename_EROFS.c | 3 +-- .../timothy_tests/quick_tests/test_yaffs_rename_EROFS.h | 3 +-- .../timothy_tests/quick_tests/test_yaffs_rename_NULL.c | 3 +-- .../timothy_tests/quick_tests/test_yaffs_rename_NULL.h | 3 +-- .../timothy_tests/quick_tests/test_yaffs_rename_NULL2.c | 3 +-- .../timothy_tests/quick_tests/test_yaffs_rename_NULL2.h | 3 +-- .../timothy_tests/quick_tests/test_yaffs_rename_dir.c | 3 +-- .../timothy_tests/quick_tests/test_yaffs_rename_dir.h | 3 +-- .../timothy_tests/quick_tests/test_yaffs_rename_dir_ENOENT.c | 3 +-- .../timothy_tests/quick_tests/test_yaffs_rename_dir_ENOENT.h | 3 +-- .../timothy_tests/quick_tests/test_yaffs_rename_dir_ENOENT2.c | 3 +-- .../timothy_tests/quick_tests/test_yaffs_rename_dir_ENOENT2.h | 3 +-- .../quick_tests/test_yaffs_rename_dir_not_empty.c | 3 +-- .../quick_tests/test_yaffs_rename_dir_not_empty.h | 3 +-- .../quick_tests/test_yaffs_rename_dir_over_dir.c | 3 +-- .../quick_tests/test_yaffs_rename_dir_over_dir.h | 3 +-- .../timothy_tests/quick_tests/test_yaffs_rename_dir_to_file.c | 3 +-- .../timothy_tests/quick_tests/test_yaffs_rename_dir_to_file.h | 3 +-- .../quick_tests/test_yaffs_rename_file_over_file.c | 3 +-- .../quick_tests/test_yaffs_rename_file_over_file.h | 3 +-- .../timothy_tests/quick_tests/test_yaffs_rename_file_to_dir.c | 3 +-- .../timothy_tests/quick_tests/test_yaffs_rename_file_to_dir.h | 3 +-- .../quick_tests/test_yaffs_rename_full_dir_over_dir.c | 3 +-- .../quick_tests/test_yaffs_rename_full_dir_over_dir.h | 3 +-- .../quick_tests/test_yaffs_rename_to_null_file.c | 3 +-- .../timothy_tests/quick_tests/test_yaffs_rmdir.c | 3 +-- .../timothy_tests/quick_tests/test_yaffs_rmdir.h | 3 +-- .../timothy_tests/quick_tests/test_yaffs_rmdir_EBUSY.c | 3 +-- .../timothy_tests/quick_tests/test_yaffs_rmdir_EBUSY.h | 3 +-- .../timothy_tests/quick_tests/test_yaffs_rmdir_EINVAL.c | 3 +-- .../timothy_tests/quick_tests/test_yaffs_rmdir_EINVAL.h | 3 +-- .../timothy_tests/quick_tests/test_yaffs_rmdir_ELOOP_dir.c | 3 +-- .../timothy_tests/quick_tests/test_yaffs_rmdir_ELOOP_dir.h | 3 +-- .../timothy_tests/quick_tests/test_yaffs_rmdir_ENAMETOOLONG.c | 3 +-- .../timothy_tests/quick_tests/test_yaffs_rmdir_ENAMETOOLONG.h | 3 +-- .../timothy_tests/quick_tests/test_yaffs_rmdir_ENOENT.c | 3 +-- .../timothy_tests/quick_tests/test_yaffs_rmdir_ENOENT.h | 3 +-- .../timothy_tests/quick_tests/test_yaffs_rmdir_ENOTDIR.c | 3 +-- .../timothy_tests/quick_tests/test_yaffs_rmdir_ENOTDIR.h | 3 +-- .../timothy_tests/quick_tests/test_yaffs_rmdir_ENOTEMPTY.c | 3 +-- .../timothy_tests/quick_tests/test_yaffs_rmdir_ENOTEMPTY.h | 3 +-- .../timothy_tests/quick_tests/test_yaffs_rmdir_EROFS.c | 3 +-- .../timothy_tests/quick_tests/test_yaffs_rmdir_EROFS.h | 3 +-- .../timothy_tests/quick_tests/test_yaffs_rmdir_NULL.c | 3 +-- .../timothy_tests/quick_tests/test_yaffs_rmdir_NULL.h | 3 +-- .../timothy_tests/quick_tests/test_yaffs_stat.c | 3 +-- .../timothy_tests/quick_tests/test_yaffs_stat.h | 3 +-- .../timothy_tests/quick_tests/test_yaffs_stat_ELOOP.c | 3 +-- .../timothy_tests/quick_tests/test_yaffs_stat_ELOOP.h | 3 +-- .../timothy_tests/quick_tests/test_yaffs_stat_ELOOP_dir.c | 3 +-- .../timothy_tests/quick_tests/test_yaffs_stat_ELOOP_dir.h | 3 +-- .../timothy_tests/quick_tests/test_yaffs_stat_ENAMETOOLONG.c | 3 +-- .../timothy_tests/quick_tests/test_yaffs_stat_ENAMETOOLONG.h | 3 +-- .../timothy_tests/quick_tests/test_yaffs_stat_ENOENT.c | 3 +-- .../timothy_tests/quick_tests/test_yaffs_stat_ENOENT.h | 3 +-- .../timothy_tests/quick_tests/test_yaffs_stat_ENOENT2.c | 3 +-- .../timothy_tests/quick_tests/test_yaffs_stat_ENOENT2.h | 3 +-- .../timothy_tests/quick_tests/test_yaffs_stat_ENOTDIR.c | 3 +-- .../timothy_tests/quick_tests/test_yaffs_stat_ENOTDIR.h | 3 +-- .../timothy_tests/quick_tests/test_yaffs_stat_NULL.c | 3 +-- .../timothy_tests/quick_tests/test_yaffs_stat_NULL.h | 3 +-- .../timothy_tests/quick_tests/test_yaffs_symlink.c | 3 +-- .../timothy_tests/quick_tests/test_yaffs_symlink.h | 3 +-- .../timothy_tests/quick_tests/test_yaffs_symlink_EEXIST.c | 3 +-- .../timothy_tests/quick_tests/test_yaffs_symlink_EEXIST.h | 3 +-- .../timothy_tests/quick_tests/test_yaffs_symlink_ELOOP_dir.c | 3 +-- .../timothy_tests/quick_tests/test_yaffs_symlink_ELOOP_dir.h | 3 +-- .../quick_tests/test_yaffs_symlink_ENAMETOOLONG.c | 3 +-- .../quick_tests/test_yaffs_symlink_ENAMETOOLONG.h | 3 +-- .../timothy_tests/quick_tests/test_yaffs_symlink_ENOENT.c | 3 +-- .../timothy_tests/quick_tests/test_yaffs_symlink_ENOENT.h | 3 +-- .../timothy_tests/quick_tests/test_yaffs_symlink_ENOENT2.c | 3 +-- .../timothy_tests/quick_tests/test_yaffs_symlink_ENOENT2.h | 3 +-- .../timothy_tests/quick_tests/test_yaffs_symlink_ENOTDIR.c | 3 +-- .../timothy_tests/quick_tests/test_yaffs_symlink_ENOTDIR.h | 3 +-- .../timothy_tests/quick_tests/test_yaffs_symlink_EROFS.c | 3 +-- .../timothy_tests/quick_tests/test_yaffs_symlink_EROFS.h | 3 +-- .../timothy_tests/quick_tests/test_yaffs_symlink_NULL.c | 3 +-- .../timothy_tests/quick_tests/test_yaffs_symlink_NULL.h | 3 +-- .../timothy_tests/quick_tests/test_yaffs_symlink_NULL2.c | 3 +-- .../timothy_tests/quick_tests/test_yaffs_symlink_NULL2.h | 3 +-- .../timothy_tests/quick_tests/test_yaffs_sync.c | 3 +-- .../timothy_tests/quick_tests/test_yaffs_sync.h | 3 +-- .../timothy_tests/quick_tests/test_yaffs_sync_ENAMETOOLONG.c | 3 +-- .../timothy_tests/quick_tests/test_yaffs_sync_ENAMETOOLONG.h | 3 +-- .../timothy_tests/quick_tests/test_yaffs_sync_ENODEV.c | 3 +-- .../timothy_tests/quick_tests/test_yaffs_sync_ENODEV.h | 3 +-- .../timothy_tests/quick_tests/test_yaffs_sync_EROFS.c | 3 +-- .../timothy_tests/quick_tests/test_yaffs_sync_EROFS.h | 3 +-- .../timothy_tests/quick_tests/test_yaffs_sync_NULL.c | 3 +-- .../timothy_tests/quick_tests/test_yaffs_sync_NULL.h | 3 +-- .../timothy_tests/quick_tests/test_yaffs_totalspace.c | 3 +-- .../timothy_tests/quick_tests/test_yaffs_totalspace.h | 3 +-- .../timothy_tests/quick_tests/test_yaffs_totalspace_EINVAL.c | 3 +-- .../timothy_tests/quick_tests/test_yaffs_totalspace_EINVAL.h | 3 +-- .../quick_tests/test_yaffs_totalspace_ENAMETOOLONG.c | 3 +-- .../quick_tests/test_yaffs_totalspace_ENAMETOOLONG.h | 3 +-- .../timothy_tests/quick_tests/test_yaffs_totalspace_NULL.c | 3 +-- .../timothy_tests/quick_tests/test_yaffs_totalspace_NULL.h | 3 +-- .../timothy_tests/quick_tests/test_yaffs_truncate.c | 3 +-- .../timothy_tests/quick_tests/test_yaffs_truncate.h | 3 +-- .../timothy_tests/quick_tests/test_yaffs_truncate_EINVAL.c | 3 +-- .../timothy_tests/quick_tests/test_yaffs_truncate_EINVAL.h | 3 +-- .../timothy_tests/quick_tests/test_yaffs_truncate_EISDIR.c | 3 +-- .../timothy_tests/quick_tests/test_yaffs_truncate_EISDIR.h | 3 +-- .../timothy_tests/quick_tests/test_yaffs_truncate_ELOOP.c | 3 +-- .../timothy_tests/quick_tests/test_yaffs_truncate_ELOOP.h | 3 +-- .../timothy_tests/quick_tests/test_yaffs_truncate_ELOOP_dir.c | 3 +-- .../timothy_tests/quick_tests/test_yaffs_truncate_ELOOP_dir.h | 3 +-- .../quick_tests/test_yaffs_truncate_ENAMETOOLONG.c | 3 +-- .../quick_tests/test_yaffs_truncate_ENAMETOOLONG.h | 3 +-- .../timothy_tests/quick_tests/test_yaffs_truncate_ENOENT.c | 3 +-- .../timothy_tests/quick_tests/test_yaffs_truncate_ENOENT.h | 3 +-- .../timothy_tests/quick_tests/test_yaffs_truncate_ENOENT2.c | 3 +-- .../timothy_tests/quick_tests/test_yaffs_truncate_ENOENT2.h | 3 +-- .../timothy_tests/quick_tests/test_yaffs_truncate_ENOTDIR.c | 3 +-- .../timothy_tests/quick_tests/test_yaffs_truncate_ENOTDIR.h | 3 +-- .../timothy_tests/quick_tests/test_yaffs_truncate_EROFS.c | 3 +-- .../timothy_tests/quick_tests/test_yaffs_truncate_EROFS.h | 3 +-- .../timothy_tests/quick_tests/test_yaffs_truncate_NULL.c | 3 +-- .../timothy_tests/quick_tests/test_yaffs_truncate_NULL.h | 3 +-- .../timothy_tests/quick_tests/test_yaffs_truncate_big_file.c | 3 +-- .../timothy_tests/quick_tests/test_yaffs_truncate_big_file.h | 3 +-- .../timothy_tests/quick_tests/test_yaffs_unlink.c | 3 +-- .../timothy_tests/quick_tests/test_yaffs_unlink.h | 3 +-- .../timothy_tests/quick_tests/test_yaffs_unlink_EISDIR.c | 3 +-- .../timothy_tests/quick_tests/test_yaffs_unlink_EISDIR.h | 3 +-- .../timothy_tests/quick_tests/test_yaffs_unlink_ELOOP_dir.c | 3 +-- .../timothy_tests/quick_tests/test_yaffs_unlink_ELOOP_dir.h | 3 +-- .../quick_tests/test_yaffs_unlink_ENAMETOOLONG.c | 3 +-- .../quick_tests/test_yaffs_unlink_ENAMETOOLONG.h | 3 +-- .../timothy_tests/quick_tests/test_yaffs_unlink_ENOENT.c | 3 +-- .../timothy_tests/quick_tests/test_yaffs_unlink_ENOENT.h | 3 +-- .../timothy_tests/quick_tests/test_yaffs_unlink_ENOENT2.c | 3 +-- .../timothy_tests/quick_tests/test_yaffs_unlink_ENOENT2.h | 3 +-- .../timothy_tests/quick_tests/test_yaffs_unlink_ENOTDIR.c | 3 +-- .../timothy_tests/quick_tests/test_yaffs_unlink_ENOTDIR.h | 3 +-- .../timothy_tests/quick_tests/test_yaffs_unlink_EROFS.c | 3 +-- .../timothy_tests/quick_tests/test_yaffs_unlink_EROFS.h | 3 +-- .../timothy_tests/quick_tests/test_yaffs_unlink_NULL.c | 3 +-- .../timothy_tests/quick_tests/test_yaffs_unlink_NULL.h | 3 +-- .../timothy_tests/quick_tests/test_yaffs_unmount.c | 3 +-- .../timothy_tests/quick_tests/test_yaffs_unmount.h | 3 +-- .../timothy_tests/quick_tests/test_yaffs_unmount2.c | 3 +-- .../timothy_tests/quick_tests/test_yaffs_unmount2.h | 3 +-- .../timothy_tests/quick_tests/test_yaffs_unmount2_EINVAL.c | 3 +-- .../timothy_tests/quick_tests/test_yaffs_unmount2_EINVAL.h | 3 +-- .../timothy_tests/quick_tests/test_yaffs_unmount2_ENODEV.c | 3 +-- .../timothy_tests/quick_tests/test_yaffs_unmount2_ENODEV.h | 3 +-- ...test_yaffs_unmount2_with_handle_open_and_forced_mode_off.c | 3 +-- ...test_yaffs_unmount2_with_handle_open_and_forced_mode_off.h | 3 +-- .../test_yaffs_unmount2_with_handle_open_and_forced_mode_on.c | 3 +-- .../test_yaffs_unmount2_with_handle_open_and_forced_mode_on.h | 3 +-- .../timothy_tests/quick_tests/test_yaffs_unmount_EBUSY.c | 3 +-- .../timothy_tests/quick_tests/test_yaffs_unmount_EBUSY.h | 3 +-- .../quick_tests/test_yaffs_unmount_ENAMETOOLONG.c | 3 +-- .../quick_tests/test_yaffs_unmount_ENAMETOOLONG.h | 3 +-- .../timothy_tests/quick_tests/test_yaffs_unmount_ENODEV.c | 3 +-- .../timothy_tests/quick_tests/test_yaffs_unmount_ENODEV.h | 3 +-- .../timothy_tests/quick_tests/test_yaffs_unmount_NULL.c | 3 +-- .../timothy_tests/quick_tests/test_yaffs_unmount_NULL.h | 3 +-- .../timothy_tests/quick_tests/test_yaffs_write.c | 3 +-- .../timothy_tests/quick_tests/test_yaffs_write.h | 3 +-- .../timothy_tests/quick_tests/test_yaffs_write_EBADF.c | 3 +-- .../timothy_tests/quick_tests/test_yaffs_write_EBADF.h | 3 +-- .../timothy_tests/quick_tests/test_yaffs_write_EROFS.c | 3 +-- .../timothy_tests/quick_tests/test_yaffs_write_EROFS.h | 3 +-- .../timothy_tests/quick_tests/test_yaffs_write_big_file.c | 3 +-- .../timothy_tests/quick_tests/test_yaffs_write_big_file.h | 3 +-- direct/test-framework/timothy_tests/stress_tester/Makefile | 2 +- .../timothy_tests/stress_tester/error_handler.c | 3 +-- .../timothy_tests/stress_tester/error_handler.h | 3 +-- .../timothy_tests/stress_tester/message_buffer.c | 3 +-- .../timothy_tests/stress_tester/message_buffer.h | 3 +-- .../test-framework/timothy_tests/stress_tester/yaffs_tester.c | 3 +-- .../test-framework/timothy_tests/stress_tester/yaffs_tester.h | 3 +-- direct/test-framework/timothy_tests/threading/Makefile | 2 +- direct/test-framework/timothy_tests/threading/lib.c | 3 +-- direct/test-framework/timothy_tests/threading/lib.h | 3 +-- direct/test-framework/timothy_tests/threading/test_a.c | 3 +-- direct/test-framework/timothy_tests/threading/test_a.h | 3 +-- direct/test-framework/timothy_tests/threading/test_b.c | 3 +-- direct/test-framework/timothy_tests/threading/test_b.h | 3 +-- .../test-framework/timothy_tests/threading/thread_function.c | 3 +-- .../test-framework/timothy_tests/threading/thread_function.h | 3 +-- direct/test-framework/timothy_tests/threading/threading.c | 3 +-- direct/test-framework/timothy_tests/threading/threading.h | 3 +-- .../timothy_tests/yaffs_and_linux_mirror_tests/Makefile | 2 +- .../timothy_tests/yaffs_and_linux_mirror_tests/lib.c | 3 +-- .../timothy_tests/yaffs_and_linux_mirror_tests/lib.h | 3 +-- .../yaffs_and_linux_mirror_tests/linux_test_open.c | 3 +-- .../yaffs_and_linux_mirror_tests/linux_test_open.h | 3 +-- .../yaffs_and_linux_mirror_tests/linux_test_truncate.c | 3 +-- .../yaffs_and_linux_mirror_tests/linux_test_truncate.h | 3 +-- .../yaffs_and_linux_mirror_tests/linux_test_unlink.c | 3 +-- .../yaffs_and_linux_mirror_tests/linux_test_unlink.h | 3 +-- .../yaffs_and_linux_mirror_tests/linux_test_write.c | 3 +-- .../yaffs_and_linux_mirror_tests/linux_test_write.h | 3 +-- .../timothy_tests/yaffs_and_linux_mirror_tests/mirror_tests.c | 3 +-- .../timothy_tests/yaffs_and_linux_mirror_tests/mirror_tests.h | 3 +-- .../yaffs_and_linux_mirror_tests/yaffs_test_open.c | 3 +-- .../yaffs_and_linux_mirror_tests/yaffs_test_open.h | 3 +-- .../yaffs_and_linux_mirror_tests/yaffs_test_truncate.c | 3 +-- .../yaffs_and_linux_mirror_tests/yaffs_test_truncate.h | 3 +-- .../yaffs_and_linux_mirror_tests/yaffs_test_unlink.c | 3 +-- .../yaffs_and_linux_mirror_tests/yaffs_test_unlink.h | 3 +-- .../yaffs_and_linux_mirror_tests/yaffs_test_write.c | 3 +-- .../yaffs_and_linux_mirror_tests/yaffs_test_write.h | 3 +-- direct/test-framework/yaffs_fileem.c | 3 +-- direct/test-framework/yaffs_fileem2k.c | 3 +-- direct/test-framework/yaffs_fileem2k.h | 3 +-- direct/test-framework/yaffs_m18_drv.c | 3 +-- direct/test-framework/yaffs_m18_drv.h | 3 +-- direct/test-framework/yaffs_nand_drv.c | 3 +-- direct/test-framework/yaffs_nand_drv.h | 3 +-- direct/test-framework/yaffs_nandsim_file.c | 3 +-- direct/test-framework/yaffs_nandsim_file.h | 3 +-- direct/test-framework/yaffs_nor_drv.c | 3 +-- direct/test-framework/yaffs_nor_drv.h | 3 +-- direct/test-framework/yaffs_osglue.c | 3 +-- direct/test-framework/yaffs_ramdisk.c | 3 +-- direct/test-framework/yaffs_ramdisk.h | 3 +-- direct/test-framework/yaffs_ramem2k.c | 3 +-- direct/test-framework/yaffscfg2k.c | 3 +-- direct/test-framework/yaffsnewcfg.c | 3 +-- direct/test-framework/ynorsim.c | 3 +-- direct/test-framework/ynorsim.h | 3 +-- direct/test-framework/yramsim.c | 3 +-- direct/test-framework/yramsim.h | 3 +-- direct/u-boot/fs/yaffs2/Makefile | 2 +- direct/u-boot/fs/yaffs2/yaffs_mtdif.c | 3 +-- direct/u-boot/fs/yaffs2/yaffs_mtdif.h | 3 +-- direct/u-boot/fs/yaffs2/yaffs_mtdif2.c | 3 +-- direct/u-boot/fs/yaffs2/yaffs_mtdif2.h | 3 +-- direct/u-boot/fs/yaffs2/yaffs_uboot_glue.c | 3 +-- direct/u-boot/patch-u-boot.sh | 2 +- direct/yaffs_attribs.c | 3 +-- direct/yaffs_error.c | 3 +-- direct/yaffs_flashif.h | 3 +-- direct/yaffs_flashif2.h | 3 +-- direct/yaffs_hweight.c | 3 +-- direct/yaffs_hweight.h | 3 +-- direct/yaffs_list.h | 3 +-- direct/yaffs_nandemul2k.h | 3 +-- direct/yaffs_osglue.h | 3 +-- direct/yaffscfg.h | 3 +-- direct/yaffsfs.c | 3 +-- direct/yaffsfs.h | 3 +-- direct/ydirectenv.h | 3 +-- direct/yportenv.h | 3 +-- linux-tests/xattrtest.c | 3 +-- moduleconfig.h | 3 +-- mtdemul/Makefile | 3 +-- mtdemul/nandemul2k.c | 3 +-- patch-ker.sh | 2 +- patches/yaffs_linux_allocator.c | 3 +-- patches/yaffs_mtdif2.c | 3 +-- utils/Makefile | 3 +-- utils/mkyaffs2image.c | 3 +-- utils/mkyaffsimage.c | 3 +-- utils/yutilsenv.h | 3 +-- yaffs_allocator.c | 3 +-- yaffs_allocator.h | 3 +-- yaffs_attribs.c | 3 +-- yaffs_attribs.h | 3 +-- yaffs_bitmap.c | 3 +-- yaffs_bitmap.h | 3 +-- yaffs_checkptrw.c | 3 +-- yaffs_checkptrw.h | 3 +-- yaffs_ecc.c | 3 +-- yaffs_ecc.h | 3 +-- yaffs_endian.c | 3 +-- yaffs_endian.h | 3 +-- yaffs_getblockinfo.h | 3 +-- yaffs_guts.c | 3 +-- yaffs_guts.h | 3 +-- yaffs_linux.h | 3 +-- yaffs_mtdif.h | 3 +-- yaffs_mtdif_multi.c | 3 +-- yaffs_mtdif_single.c | 3 +-- yaffs_nameval.c | 3 +-- yaffs_nameval.h | 3 +-- yaffs_nand.c | 3 +-- yaffs_nand.h | 3 +-- yaffs_packedtags1.c | 3 +-- yaffs_packedtags1.h | 3 +-- yaffs_packedtags2.c | 3 +-- yaffs_packedtags2.h | 3 +-- yaffs_summary.c | 3 +-- yaffs_summary.h | 3 +-- yaffs_tagscompat.c | 3 +-- yaffs_tagscompat.h | 3 +-- yaffs_tagsmarshall.c | 3 +-- yaffs_tagsmarshall.h | 3 +-- yaffs_trace.h | 3 +-- yaffs_verify.c | 3 +-- yaffs_verify.h | 3 +-- yaffs_vfs_multi.c | 3 +-- yaffs_vfs_single.c | 3 +-- yaffs_yaffs1.c | 3 +-- yaffs_yaffs1.h | 3 +-- yaffs_yaffs2.c | 3 +-- yaffs_yaffs2.h | 3 +-- yportenv.h | 3 +-- yportenv_multi.h | 3 +-- yportenv_single.h | 3 +-- 600 files changed, 601 insertions(+), 1177 deletions(-) diff --git a/Makefile b/Makefile index c82fdbd..9318d4d 100644 --- a/Makefile +++ b/Makefile @@ -6,8 +6,7 @@ # # 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 +# Copyright (C) 2002-2018 Aleph One Ltd. # # Created by Charles Manning # diff --git a/direct/test-framework/FrameworkRules.mk b/direct/test-framework/FrameworkRules.mk index e400659..d56dcf6 100644 --- a/direct/test-framework/FrameworkRules.mk +++ b/direct/test-framework/FrameworkRules.mk @@ -3,7 +3,7 @@ # # YAFFS: Yet another Flash File System. A NAND-flash specific file system. # -# Copyright (C) 2003-2010 Aleph One Ltd. +# Copyright (C) 2002-2018 Aleph One Ltd. # # # Created by Charles Manning diff --git a/direct/test-framework/basic-tests/Makefile b/direct/test-framework/basic-tests/Makefile index d71aab1..3535381 100644 --- a/direct/test-framework/basic-tests/Makefile +++ b/direct/test-framework/basic-tests/Makefile @@ -3,7 +3,7 @@ # # YAFFS: Yet another Flash File System. A NAND-flash specific file system. # -# Copyright (C) 2003-2010 Aleph One Ltd. +# Copyright (C) 2002-2018 Aleph One Ltd. # # # Created by Charles Manning diff --git a/direct/test-framework/basic-tests/dtest.c b/direct/test-framework/basic-tests/dtest.c index 863925e..8d1b991 100644 --- a/direct/test-framework/basic-tests/dtest.c +++ b/direct/test-framework/basic-tests/dtest.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 Charles Manning * diff --git a/direct/test-framework/nand_chip.h b/direct/test-framework/nand_chip.h index c0c8f1d..ea25069 100644 --- a/direct/test-framework/nand_chip.h +++ b/direct/test-framework/nand_chip.h @@ -1,7 +1,7 @@ /* * YAFFS: Yet another Flash File System . A NAND-flash specific file system. * - * Copyright (C) 2002-2011 Aleph One Ltd. + * Copyright (C) 2002-2018 Aleph One Ltd. * * Created by Charles Manning * diff --git a/direct/test-framework/nand_store.h b/direct/test-framework/nand_store.h index 431ec1a..98f7218 100644 --- a/direct/test-framework/nand_store.h +++ b/direct/test-framework/nand_store.h @@ -1,7 +1,7 @@ /* * YAFFS: Yet another Flash File System . A NAND-flash specific file system. * - * Copyright (C) 2002-2011 Aleph One Ltd. + * Copyright (C) 2002-2018 Aleph One Ltd. * * Created by Charles Manning * diff --git a/direct/test-framework/nanddrv.c b/direct/test-framework/nanddrv.c index 2008ecf..07c4fec 100644 --- a/direct/test-framework/nanddrv.c +++ b/direct/test-framework/nanddrv.c @@ -1,7 +1,7 @@ /* * YAFFS: Yet Another Flash File System. A NAND-flash specific file system. * - * Copyright (C) 2010-2011 Aleph One Ltd. + * Copyright (C) 2002-2018 Aleph One Ltd. * * Created by Charles Manning * diff --git a/direct/test-framework/nanddrv.h b/direct/test-framework/nanddrv.h index 5b8e8e7..ae07f54 100644 --- a/direct/test-framework/nanddrv.h +++ b/direct/test-framework/nanddrv.h @@ -1,7 +1,7 @@ /* * YAFFS: Yet another Flash File System . A NAND-flash specific file system. * - * Copyright (C) 2002-2011 Aleph One Ltd. + * Copyright (C) 2002-2018 Aleph One Ltd. * * Created by Charles Manning * diff --git a/direct/test-framework/nandsim.c b/direct/test-framework/nandsim.c index ded465b..e6b70df 100644 --- a/direct/test-framework/nandsim.c +++ b/direct/test-framework/nandsim.c @@ -1,7 +1,7 @@ /* * YAFFS: Yet Another Flash File System. A NAND-flash specific file system. * - * Copyright (C) 2010-2011 Aleph One Ltd. + * Copyright (C) 2002-2018 Aleph One Ltd. * * Created by Charles Manning * diff --git a/direct/test-framework/nandsim.h b/direct/test-framework/nandsim.h index 77d256d..f30e046 100644 --- a/direct/test-framework/nandsim.h +++ b/direct/test-framework/nandsim.h @@ -1,7 +1,7 @@ /* * YAFFS: Yet another Flash File System . A NAND-flash specific file system. * - * Copyright (C) 2002-2011 Aleph One Ltd. + * Copyright (C) 2002-2018 Aleph One Ltd. * * Created by Charles Manning * diff --git a/direct/test-framework/nandsim_file.c b/direct/test-framework/nandsim_file.c index f5940a2..3f537f5 100644 --- a/direct/test-framework/nandsim_file.c +++ b/direct/test-framework/nandsim_file.c @@ -1,7 +1,7 @@ /* * YAFFS: Yet Another Flash File System. A NAND-flash specific file system. * - * Copyright (C) 2010-2011 Aleph One Ltd. + * Copyright (C) 2002-2018 Aleph One Ltd. * * Created by Charles Manning * diff --git a/direct/test-framework/nandsim_file.h b/direct/test-framework/nandsim_file.h index 2db2b92..727c77c 100644 --- a/direct/test-framework/nandsim_file.h +++ b/direct/test-framework/nandsim_file.h @@ -1,7 +1,7 @@ /* * YAFFS: Yet another Flash File System . A NAND-flash specific file system. * - * Copyright (C) 2002-2011 Aleph One Ltd. + * Copyright (C) 2002-2018 Aleph One Ltd. * * Created by Charles Manning * diff --git a/direct/test-framework/nandstore_file.c b/direct/test-framework/nandstore_file.c index 0b46b3e..fa85b55 100644 --- a/direct/test-framework/nandstore_file.c +++ b/direct/test-framework/nandstore_file.c @@ -1,7 +1,7 @@ /* * YAFFS: Yet Another Flash File System. A NAND-flash specific file system. * - * Copyright (C) 2010-2011 Aleph One Ltd. + * Copyright (C) 2002-2018 Aleph One Ltd. * * Created by Charles Manning * diff --git a/direct/test-framework/nandstore_file.h b/direct/test-framework/nandstore_file.h index 4f2c136..41dfea6 100644 --- a/direct/test-framework/nandstore_file.h +++ b/direct/test-framework/nandstore_file.h @@ -1,7 +1,7 @@ /* * YAFFS: Yet another Flash File System . A NAND-flash specific file system. * - * Copyright (C) 2002-2011 Aleph One Ltd. + * Copyright (C) 2002-2018 Aleph One Ltd. * * Created by Charles Manning * diff --git a/direct/test-framework/python/Makefile b/direct/test-framework/python/Makefile index 9deee5e..7cba39a 100644 --- a/direct/test-framework/python/Makefile +++ b/direct/test-framework/python/Makefile @@ -3,7 +3,7 @@ # # YAFFS: Yet another Flash File System. A NAND-flash specific file system. # -# Copyright (C) 2003-2010 Aleph One Ltd. +# Copyright (C) 2002-2018 Aleph One Ltd. # # # Created by Charles Manning @@ -37,7 +37,7 @@ $(DIRECTEXTRASYMLINKS): # # YAFFS: Yet another Flash File System. A NAND-flash specific file system. # -# Copyright (C) 2003-2010 Aleph One Ltd. +# Copyright (C) 2002-2018 Aleph One Ltd. # # # Created by Charles Manning diff --git a/direct/test-framework/python/examples.py b/direct/test-framework/python/examples.py index 68fc95c..5e32e35 100644 --- a/direct/test-framework/python/examples.py +++ b/direct/test-framework/python/examples.py @@ -1,8 +1,7 @@ ## ## 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 +# Copyright (C) 2002-2018 Aleph One Ltd. ## ## Created by Charles Manning ## diff --git a/direct/test-framework/python/yaffs_browser.py b/direct/test-framework/python/yaffs_browser.py index 462038d..ed04672 100755 --- a/direct/test-framework/python/yaffs_browser.py +++ b/direct/test-framework/python/yaffs_browser.py @@ -2,8 +2,7 @@ ## ## 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 +# Copyright (C) 2002-2018 Aleph One Ltd. ## ## Created by Timothy Manning ## diff --git a/direct/test-framework/python/yaffs_importer.py b/direct/test-framework/python/yaffs_importer.py index 9296df5..86f65e9 100644 --- a/direct/test-framework/python/yaffs_importer.py +++ b/direct/test-framework/python/yaffs_importer.py @@ -1,8 +1,7 @@ ## ## 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 +# Copyright (C) 2002-2018 Aleph One Ltd. ## ## Created by Timothy Manning ## diff --git a/direct/test-framework/python/yaffs_python_helper.c b/direct/test-framework/python/yaffs_python_helper.c index e473bb3..798c3cd 100644 --- a/direct/test-framework/python/yaffs_python_helper.c +++ b/direct/test-framework/python/yaffs_python_helper.c @@ -1,8 +1,7 @@ /* * YAFFS: Yet Another Flash File System. 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 Charles Manning * diff --git a/direct/test-framework/python/yaffsfs.py b/direct/test-framework/python/yaffsfs.py index 79b6adb..024c8a5 100644 --- a/direct/test-framework/python/yaffsfs.py +++ b/direct/test-framework/python/yaffsfs.py @@ -1,8 +1,7 @@ ## ## 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 +# Copyright (C) 2002-2018 Aleph One Ltd. ## ## Created by Charles Manning ## diff --git a/direct/test-framework/tests/Makefile b/direct/test-framework/tests/Makefile index 2fc97f0..6906d26 100644 --- a/direct/test-framework/tests/Makefile +++ b/direct/test-framework/tests/Makefile @@ -3,7 +3,7 @@ # # YAFFS: Yet another Flash File System. A NAND-flash specific file system. # -# Copyright (C) 2003-2010 Aleph One Ltd. +# Copyright (C) 2002-2018 Aleph One Ltd. # # # Created by Charles Manning diff --git a/direct/test-framework/tests/fuzzer.c b/direct/test-framework/tests/fuzzer.c index 9eaeefb..2408c36 100644 --- a/direct/test-framework/tests/fuzzer.c +++ b/direct/test-framework/tests/fuzzer.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 Charles Manning * diff --git a/direct/test-framework/tests/nor_stress.c b/direct/test-framework/tests/nor_stress.c index 93a9a8e..07331da 100644 --- a/direct/test-framework/tests/nor_stress.c +++ b/direct/test-framework/tests/nor_stress.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 Charles Manning * diff --git a/direct/test-framework/tests/nor_stress.h b/direct/test-framework/tests/nor_stress.h index e7081b2..0a43993 100644 --- a/direct/test-framework/tests/nor_stress.h +++ b/direct/test-framework/tests/nor_stress.h @@ -1,8 +1,7 @@ /* * YAFFS: Yet another Flash File System . 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 Charles Manning * diff --git a/direct/test-framework/tests/yaffs_test.c b/direct/test-framework/tests/yaffs_test.c index 5df17f8..bb37462 100644 --- a/direct/test-framework/tests/yaffs_test.c +++ b/direct/test-framework/tests/yaffs_test.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 Charles Manning * diff --git a/direct/test-framework/timothy_tests/handle_tests/Makefile b/direct/test-framework/timothy_tests/handle_tests/Makefile index 43347d2..2e847a6 100644 --- a/direct/test-framework/timothy_tests/handle_tests/Makefile +++ b/direct/test-framework/timothy_tests/handle_tests/Makefile @@ -3,7 +3,7 @@ # # YAFFS: Yet another Flash File System. A NAND-flash specific file system. # -# Copyright (C) 2003-2010 Aleph One Ltd. +# Copyright (C) 2002-2018 Aleph One Ltd. # # # Created by Timothy Manning diff --git a/direct/test-framework/timothy_tests/handle_tests/handle_test.c b/direct/test-framework/timothy_tests/handle_tests/handle_test.c index 4d6e33d..b27f2af 100644 --- a/direct/test-framework/timothy_tests/handle_tests/handle_test.c +++ b/direct/test-framework/timothy_tests/handle_tests/handle_test.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 * diff --git a/direct/test-framework/timothy_tests/handle_tests/handle_test.h b/direct/test-framework/timothy_tests/handle_tests/handle_test.h index dd7febe..bc6c2f8 100644 --- a/direct/test-framework/timothy_tests/handle_tests/handle_test.h +++ b/direct/test-framework/timothy_tests/handle_tests/handle_test.h @@ -1,8 +1,7 @@ /* * YAFFS: Yet another Flash File System . 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 * diff --git a/direct/test-framework/timothy_tests/is_yaffs_working_tests/Makefile b/direct/test-framework/timothy_tests/is_yaffs_working_tests/Makefile index f1288a6..43c8cb8 100644 --- a/direct/test-framework/timothy_tests/is_yaffs_working_tests/Makefile +++ b/direct/test-framework/timothy_tests/is_yaffs_working_tests/Makefile @@ -3,7 +3,7 @@ # # YAFFS: Yet another Flash File System. A NAND-flash specific file system. # -# Copyright (C) 2003-2010 Aleph One Ltd. +# Copyright (C) 2002-2018 Aleph One Ltd. # # # Created by Timothy Manning diff --git a/direct/test-framework/timothy_tests/is_yaffs_working_tests/test_1_yaffs_mount.c b/direct/test-framework/timothy_tests/is_yaffs_working_tests/test_1_yaffs_mount.c index b7726ba..0d908b1 100644 --- a/direct/test-framework/timothy_tests/is_yaffs_working_tests/test_1_yaffs_mount.c +++ b/direct/test-framework/timothy_tests/is_yaffs_working_tests/test_1_yaffs_mount.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 * diff --git a/direct/test-framework/timothy_tests/linux_tests/Makefile b/direct/test-framework/timothy_tests/linux_tests/Makefile index 31cc5ec..4034b1d 100644 --- a/direct/test-framework/timothy_tests/linux_tests/Makefile +++ b/direct/test-framework/timothy_tests/linux_tests/Makefile @@ -3,7 +3,7 @@ # # YAFFS: Yet another Flash File System. A NAND-flash specific file system. # -# Copyright (C) 2003-2010 Aleph One Ltd. +# Copyright (C) 2002-2018 Aleph One Ltd. # # # Created by Timothy Manning diff --git a/direct/test-framework/timothy_tests/linux_tests/lib.c b/direct/test-framework/timothy_tests/linux_tests/lib.c index 5f43904..769eebf 100644 --- a/direct/test-framework/timothy_tests/linux_tests/lib.c +++ b/direct/test-framework/timothy_tests/linux_tests/lib.c @@ -1,8 +1,7 @@ /* * YAFFS: Yet another FFS. A NAND-flash specific file system. * - * Copyright (C) 2002-2010 Aleph One Ltd. - * for Toby Churchill Ltd and Brightstar Engineering + * Copyright (C) 2002-2018 Aleph One Ltd. * * Created by Timothy Manning * diff --git a/direct/test-framework/timothy_tests/linux_tests/lib.h b/direct/test-framework/timothy_tests/linux_tests/lib.h index fa0cfbe..9d3350e 100644 --- a/direct/test-framework/timothy_tests/linux_tests/lib.h +++ b/direct/test-framework/timothy_tests/linux_tests/lib.h @@ -1,8 +1,7 @@ /* * 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 + * Copyright (C) 2002-2018 Aleph One Ltd. * * Created by Timothy Manning * diff --git a/direct/test-framework/timothy_tests/linux_tests/linux_test.c b/direct/test-framework/timothy_tests/linux_tests/linux_test.c index e450236..b32dab6 100644 --- a/direct/test-framework/timothy_tests/linux_tests/linux_test.c +++ b/direct/test-framework/timothy_tests/linux_tests/linux_test.c @@ -1,8 +1,7 @@ /* * YAFFS: Yet another FFS. A NAND-flash specific file system. * - * Copyright (C) 2002-2010 Aleph One Ltd. - * for Toby Churchill Ltd and Brightstar Engineering + * Copyright (C) 2002-2018 Aleph One Ltd. * * Created by Timothy Manning * diff --git a/direct/test-framework/timothy_tests/linux_tests/linux_test.h b/direct/test-framework/timothy_tests/linux_tests/linux_test.h index 97a6348..7a9a784 100644 --- a/direct/test-framework/timothy_tests/linux_tests/linux_test.h +++ b/direct/test-framework/timothy_tests/linux_tests/linux_test.h @@ -1,8 +1,7 @@ /* * 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 + * Copyright (C) 2002-2018 Aleph One Ltd. * * Created by Timothy Manning * diff --git a/direct/test-framework/timothy_tests/quick_tests/Makefile b/direct/test-framework/timothy_tests/quick_tests/Makefile index f2bd02f..614ae39 100644 --- a/direct/test-framework/timothy_tests/quick_tests/Makefile +++ b/direct/test-framework/timothy_tests/quick_tests/Makefile @@ -3,7 +3,7 @@ # # YAFFS: Yet another Flash File System. A NAND-flash specific file system. # -# Copyright (C) 2003-2010 Aleph One Ltd. +# Copyright (C) 2002-2018 Aleph One Ltd. # # # Created by Timothy Manning diff --git a/direct/test-framework/timothy_tests/quick_tests/lib.c b/direct/test-framework/timothy_tests/quick_tests/lib.c index 4edc19e..5673ff1 100644 --- a/direct/test-framework/timothy_tests/quick_tests/lib.c +++ b/direct/test-framework/timothy_tests/quick_tests/lib.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 * diff --git a/direct/test-framework/timothy_tests/quick_tests/lib.h b/direct/test-framework/timothy_tests/quick_tests/lib.h index 61e734f..6082d41 100644 --- a/direct/test-framework/timothy_tests/quick_tests/lib.h +++ b/direct/test-framework/timothy_tests/quick_tests/lib.h @@ -1,8 +1,7 @@ /* * YAFFS: Yet another Flash File System . 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 * diff --git a/direct/test-framework/timothy_tests/quick_tests/quick_tests.c b/direct/test-framework/timothy_tests/quick_tests/quick_tests.c index c083d03..e015d02 100644 --- a/direct/test-framework/timothy_tests/quick_tests/quick_tests.c +++ b/direct/test-framework/timothy_tests/quick_tests/quick_tests.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 * diff --git a/direct/test-framework/timothy_tests/quick_tests/quick_tests.h b/direct/test-framework/timothy_tests/quick_tests/quick_tests.h index 324d3c4..ce49d06 100644 --- a/direct/test-framework/timothy_tests/quick_tests/quick_tests.h +++ b/direct/test-framework/timothy_tests/quick_tests/quick_tests.h @@ -1,8 +1,7 @@ /* * YAFFS: Yet another Flash File System . 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 * diff --git a/direct/test-framework/timothy_tests/quick_tests/test_yaffs_access.c b/direct/test-framework/timothy_tests/quick_tests/test_yaffs_access.c index 23b8c03..eb60f77 100644 --- a/direct/test-framework/timothy_tests/quick_tests/test_yaffs_access.c +++ b/direct/test-framework/timothy_tests/quick_tests/test_yaffs_access.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 * diff --git a/direct/test-framework/timothy_tests/quick_tests/test_yaffs_access.h b/direct/test-framework/timothy_tests/quick_tests/test_yaffs_access.h index e4b4a19..aeef666 100644 --- a/direct/test-framework/timothy_tests/quick_tests/test_yaffs_access.h +++ b/direct/test-framework/timothy_tests/quick_tests/test_yaffs_access.h @@ -1,8 +1,7 @@ /* * YAFFS: Yet another Flash File System . 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 * diff --git a/direct/test-framework/timothy_tests/quick_tests/test_yaffs_access_EACCES.c b/direct/test-framework/timothy_tests/quick_tests/test_yaffs_access_EACCES.c index f488130..27b6c5f 100644 --- a/direct/test-framework/timothy_tests/quick_tests/test_yaffs_access_EACCES.c +++ b/direct/test-framework/timothy_tests/quick_tests/test_yaffs_access_EACCES.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 * diff --git a/direct/test-framework/timothy_tests/quick_tests/test_yaffs_access_EACCES.h b/direct/test-framework/timothy_tests/quick_tests/test_yaffs_access_EACCES.h index 1c0864c..2fc248c 100644 --- a/direct/test-framework/timothy_tests/quick_tests/test_yaffs_access_EACCES.h +++ b/direct/test-framework/timothy_tests/quick_tests/test_yaffs_access_EACCES.h @@ -1,8 +1,7 @@ /* * YAFFS: Yet another Flash File System . 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 * diff --git a/direct/test-framework/timothy_tests/quick_tests/test_yaffs_access_EINVAL.c b/direct/test-framework/timothy_tests/quick_tests/test_yaffs_access_EINVAL.c index f7b7e07..a109d44 100644 --- a/direct/test-framework/timothy_tests/quick_tests/test_yaffs_access_EINVAL.c +++ b/direct/test-framework/timothy_tests/quick_tests/test_yaffs_access_EINVAL.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 * diff --git a/direct/test-framework/timothy_tests/quick_tests/test_yaffs_access_EINVAL.h b/direct/test-framework/timothy_tests/quick_tests/test_yaffs_access_EINVAL.h index 90768bb..f690ce2 100644 --- a/direct/test-framework/timothy_tests/quick_tests/test_yaffs_access_EINVAL.h +++ b/direct/test-framework/timothy_tests/quick_tests/test_yaffs_access_EINVAL.h @@ -1,8 +1,7 @@ /* * YAFFS: Yet another Flash File System . 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 * diff --git a/direct/test-framework/timothy_tests/quick_tests/test_yaffs_access_ELOOP.c b/direct/test-framework/timothy_tests/quick_tests/test_yaffs_access_ELOOP.c index 715e236..a151b45 100644 --- a/direct/test-framework/timothy_tests/quick_tests/test_yaffs_access_ELOOP.c +++ b/direct/test-framework/timothy_tests/quick_tests/test_yaffs_access_ELOOP.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 * diff --git a/direct/test-framework/timothy_tests/quick_tests/test_yaffs_access_ELOOP.h b/direct/test-framework/timothy_tests/quick_tests/test_yaffs_access_ELOOP.h index cb2f71b..964e260 100644 --- a/direct/test-framework/timothy_tests/quick_tests/test_yaffs_access_ELOOP.h +++ b/direct/test-framework/timothy_tests/quick_tests/test_yaffs_access_ELOOP.h @@ -1,8 +1,7 @@ /* * YAFFS: Yet another Flash File System . 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 * diff --git a/direct/test-framework/timothy_tests/quick_tests/test_yaffs_access_ELOOP_dir.c b/direct/test-framework/timothy_tests/quick_tests/test_yaffs_access_ELOOP_dir.c index 49fbbf0..912ccca 100644 --- a/direct/test-framework/timothy_tests/quick_tests/test_yaffs_access_ELOOP_dir.c +++ b/direct/test-framework/timothy_tests/quick_tests/test_yaffs_access_ELOOP_dir.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 * diff --git a/direct/test-framework/timothy_tests/quick_tests/test_yaffs_access_ELOOP_dir.h b/direct/test-framework/timothy_tests/quick_tests/test_yaffs_access_ELOOP_dir.h index 096e952..8fc9b36 100644 --- a/direct/test-framework/timothy_tests/quick_tests/test_yaffs_access_ELOOP_dir.h +++ b/direct/test-framework/timothy_tests/quick_tests/test_yaffs_access_ELOOP_dir.h @@ -1,8 +1,7 @@ /* * YAFFS: Yet another Flash File System . 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 * diff --git a/direct/test-framework/timothy_tests/quick_tests/test_yaffs_access_ENAMETOOLONG.c b/direct/test-framework/timothy_tests/quick_tests/test_yaffs_access_ENAMETOOLONG.c index 95bf32c..8d97c54 100644 --- a/direct/test-framework/timothy_tests/quick_tests/test_yaffs_access_ENAMETOOLONG.c +++ b/direct/test-framework/timothy_tests/quick_tests/test_yaffs_access_ENAMETOOLONG.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 * diff --git a/direct/test-framework/timothy_tests/quick_tests/test_yaffs_access_ENAMETOOLONG.h b/direct/test-framework/timothy_tests/quick_tests/test_yaffs_access_ENAMETOOLONG.h index f37ac2e..b10366c 100644 --- a/direct/test-framework/timothy_tests/quick_tests/test_yaffs_access_ENAMETOOLONG.h +++ b/direct/test-framework/timothy_tests/quick_tests/test_yaffs_access_ENAMETOOLONG.h @@ -1,8 +1,7 @@ /* * YAFFS: Yet another Flash File System . 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 * diff --git a/direct/test-framework/timothy_tests/quick_tests/test_yaffs_access_ENOENT.c b/direct/test-framework/timothy_tests/quick_tests/test_yaffs_access_ENOENT.c index cc6fad0..83f5afe 100644 --- a/direct/test-framework/timothy_tests/quick_tests/test_yaffs_access_ENOENT.c +++ b/direct/test-framework/timothy_tests/quick_tests/test_yaffs_access_ENOENT.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 * diff --git a/direct/test-framework/timothy_tests/quick_tests/test_yaffs_access_ENOENT.h b/direct/test-framework/timothy_tests/quick_tests/test_yaffs_access_ENOENT.h index 68361f0..2ebed36 100644 --- a/direct/test-framework/timothy_tests/quick_tests/test_yaffs_access_ENOENT.h +++ b/direct/test-framework/timothy_tests/quick_tests/test_yaffs_access_ENOENT.h @@ -1,8 +1,7 @@ /* * YAFFS: Yet another Flash File System . 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 * diff --git a/direct/test-framework/timothy_tests/quick_tests/test_yaffs_access_ENOENT2.c b/direct/test-framework/timothy_tests/quick_tests/test_yaffs_access_ENOENT2.c index 013821e..cafcba3 100644 --- a/direct/test-framework/timothy_tests/quick_tests/test_yaffs_access_ENOENT2.c +++ b/direct/test-framework/timothy_tests/quick_tests/test_yaffs_access_ENOENT2.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 * diff --git a/direct/test-framework/timothy_tests/quick_tests/test_yaffs_access_ENOENT2.h b/direct/test-framework/timothy_tests/quick_tests/test_yaffs_access_ENOENT2.h index b38f9eb..687eee1 100644 --- a/direct/test-framework/timothy_tests/quick_tests/test_yaffs_access_ENOENT2.h +++ b/direct/test-framework/timothy_tests/quick_tests/test_yaffs_access_ENOENT2.h @@ -1,8 +1,7 @@ /* * YAFFS: Yet another Flash File System . 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 * diff --git a/direct/test-framework/timothy_tests/quick_tests/test_yaffs_access_ENOTDIR.c b/direct/test-framework/timothy_tests/quick_tests/test_yaffs_access_ENOTDIR.c index 4f48117..0564c44 100644 --- a/direct/test-framework/timothy_tests/quick_tests/test_yaffs_access_ENOTDIR.c +++ b/direct/test-framework/timothy_tests/quick_tests/test_yaffs_access_ENOTDIR.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 * diff --git a/direct/test-framework/timothy_tests/quick_tests/test_yaffs_access_ENOTDIR.h b/direct/test-framework/timothy_tests/quick_tests/test_yaffs_access_ENOTDIR.h index 917ab56..9f49127 100644 --- a/direct/test-framework/timothy_tests/quick_tests/test_yaffs_access_ENOTDIR.h +++ b/direct/test-framework/timothy_tests/quick_tests/test_yaffs_access_ENOTDIR.h @@ -1,8 +1,7 @@ /* * YAFFS: Yet another Flash File System . 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 * diff --git a/direct/test-framework/timothy_tests/quick_tests/test_yaffs_access_EROFS.c b/direct/test-framework/timothy_tests/quick_tests/test_yaffs_access_EROFS.c index bf223e0..c322fa9 100644 --- a/direct/test-framework/timothy_tests/quick_tests/test_yaffs_access_EROFS.c +++ b/direct/test-framework/timothy_tests/quick_tests/test_yaffs_access_EROFS.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 * diff --git a/direct/test-framework/timothy_tests/quick_tests/test_yaffs_access_EROFS.h b/direct/test-framework/timothy_tests/quick_tests/test_yaffs_access_EROFS.h index 47a0dc4..97b3139 100644 --- a/direct/test-framework/timothy_tests/quick_tests/test_yaffs_access_EROFS.h +++ b/direct/test-framework/timothy_tests/quick_tests/test_yaffs_access_EROFS.h @@ -1,8 +1,7 @@ /* * YAFFS: Yet another Flash File System . 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 * diff --git a/direct/test-framework/timothy_tests/quick_tests/test_yaffs_access_NULL.c b/direct/test-framework/timothy_tests/quick_tests/test_yaffs_access_NULL.c index 5b1e822..1be46b5 100644 --- a/direct/test-framework/timothy_tests/quick_tests/test_yaffs_access_NULL.c +++ b/direct/test-framework/timothy_tests/quick_tests/test_yaffs_access_NULL.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 * diff --git a/direct/test-framework/timothy_tests/quick_tests/test_yaffs_access_NULL.h b/direct/test-framework/timothy_tests/quick_tests/test_yaffs_access_NULL.h index cc3f93c..84fab01 100644 --- a/direct/test-framework/timothy_tests/quick_tests/test_yaffs_access_NULL.h +++ b/direct/test-framework/timothy_tests/quick_tests/test_yaffs_access_NULL.h @@ -1,8 +1,7 @@ /* * YAFFS: Yet another Flash File System . 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 * diff --git a/direct/test-framework/timothy_tests/quick_tests/test_yaffs_chmod.c b/direct/test-framework/timothy_tests/quick_tests/test_yaffs_chmod.c index 9a8cac9..20370d9 100644 --- a/direct/test-framework/timothy_tests/quick_tests/test_yaffs_chmod.c +++ b/direct/test-framework/timothy_tests/quick_tests/test_yaffs_chmod.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 * diff --git a/direct/test-framework/timothy_tests/quick_tests/test_yaffs_chmod.h b/direct/test-framework/timothy_tests/quick_tests/test_yaffs_chmod.h index 2ec932f..25e1264 100644 --- a/direct/test-framework/timothy_tests/quick_tests/test_yaffs_chmod.h +++ b/direct/test-framework/timothy_tests/quick_tests/test_yaffs_chmod.h @@ -1,8 +1,7 @@ /* * YAFFS: Yet another Flash File System . 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 * diff --git a/direct/test-framework/timothy_tests/quick_tests/test_yaffs_chmod_EINVAL.c b/direct/test-framework/timothy_tests/quick_tests/test_yaffs_chmod_EINVAL.c index 6522870..22254da 100644 --- a/direct/test-framework/timothy_tests/quick_tests/test_yaffs_chmod_EINVAL.c +++ b/direct/test-framework/timothy_tests/quick_tests/test_yaffs_chmod_EINVAL.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 * diff --git a/direct/test-framework/timothy_tests/quick_tests/test_yaffs_chmod_EINVAL.h b/direct/test-framework/timothy_tests/quick_tests/test_yaffs_chmod_EINVAL.h index b45db14..043988f 100644 --- a/direct/test-framework/timothy_tests/quick_tests/test_yaffs_chmod_EINVAL.h +++ b/direct/test-framework/timothy_tests/quick_tests/test_yaffs_chmod_EINVAL.h @@ -1,8 +1,7 @@ /* * YAFFS: Yet another Flash File System . 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 * diff --git a/direct/test-framework/timothy_tests/quick_tests/test_yaffs_chmod_ELOOP.c b/direct/test-framework/timothy_tests/quick_tests/test_yaffs_chmod_ELOOP.c index d60c451..7ab1f6b 100644 --- a/direct/test-framework/timothy_tests/quick_tests/test_yaffs_chmod_ELOOP.c +++ b/direct/test-framework/timothy_tests/quick_tests/test_yaffs_chmod_ELOOP.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 * diff --git a/direct/test-framework/timothy_tests/quick_tests/test_yaffs_chmod_ELOOP.h b/direct/test-framework/timothy_tests/quick_tests/test_yaffs_chmod_ELOOP.h index 4cc5c86..410e67a 100644 --- a/direct/test-framework/timothy_tests/quick_tests/test_yaffs_chmod_ELOOP.h +++ b/direct/test-framework/timothy_tests/quick_tests/test_yaffs_chmod_ELOOP.h @@ -1,8 +1,7 @@ /* * YAFFS: Yet another Flash File System . 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 * diff --git a/direct/test-framework/timothy_tests/quick_tests/test_yaffs_chmod_ELOOP_dir.c b/direct/test-framework/timothy_tests/quick_tests/test_yaffs_chmod_ELOOP_dir.c index bad5961..c2b2773 100644 --- a/direct/test-framework/timothy_tests/quick_tests/test_yaffs_chmod_ELOOP_dir.c +++ b/direct/test-framework/timothy_tests/quick_tests/test_yaffs_chmod_ELOOP_dir.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 * diff --git a/direct/test-framework/timothy_tests/quick_tests/test_yaffs_chmod_ELOOP_dir.h b/direct/test-framework/timothy_tests/quick_tests/test_yaffs_chmod_ELOOP_dir.h index 7ccaef2..1fb9d2a 100644 --- a/direct/test-framework/timothy_tests/quick_tests/test_yaffs_chmod_ELOOP_dir.h +++ b/direct/test-framework/timothy_tests/quick_tests/test_yaffs_chmod_ELOOP_dir.h @@ -1,8 +1,7 @@ /* * YAFFS: Yet another Flash File System . 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 * diff --git a/direct/test-framework/timothy_tests/quick_tests/test_yaffs_chmod_ENAMETOOLONG.c b/direct/test-framework/timothy_tests/quick_tests/test_yaffs_chmod_ENAMETOOLONG.c index 41e5aa4..3ba36c8 100644 --- a/direct/test-framework/timothy_tests/quick_tests/test_yaffs_chmod_ENAMETOOLONG.c +++ b/direct/test-framework/timothy_tests/quick_tests/test_yaffs_chmod_ENAMETOOLONG.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 * diff --git a/direct/test-framework/timothy_tests/quick_tests/test_yaffs_chmod_ENAMETOOLONG.h b/direct/test-framework/timothy_tests/quick_tests/test_yaffs_chmod_ENAMETOOLONG.h index 5a5362b..91b1c76 100644 --- a/direct/test-framework/timothy_tests/quick_tests/test_yaffs_chmod_ENAMETOOLONG.h +++ b/direct/test-framework/timothy_tests/quick_tests/test_yaffs_chmod_ENAMETOOLONG.h @@ -1,8 +1,7 @@ /* * YAFFS: Yet another Flash File System . 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 * diff --git a/direct/test-framework/timothy_tests/quick_tests/test_yaffs_chmod_ENOENT.c b/direct/test-framework/timothy_tests/quick_tests/test_yaffs_chmod_ENOENT.c index 27fa523..2b5e935 100644 --- a/direct/test-framework/timothy_tests/quick_tests/test_yaffs_chmod_ENOENT.c +++ b/direct/test-framework/timothy_tests/quick_tests/test_yaffs_chmod_ENOENT.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 * diff --git a/direct/test-framework/timothy_tests/quick_tests/test_yaffs_chmod_ENOENT.h b/direct/test-framework/timothy_tests/quick_tests/test_yaffs_chmod_ENOENT.h index 33c1c20..fc73d7e 100644 --- a/direct/test-framework/timothy_tests/quick_tests/test_yaffs_chmod_ENOENT.h +++ b/direct/test-framework/timothy_tests/quick_tests/test_yaffs_chmod_ENOENT.h @@ -1,8 +1,7 @@ /* * YAFFS: Yet another Flash File System . 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 * diff --git a/direct/test-framework/timothy_tests/quick_tests/test_yaffs_chmod_ENOENT2.c b/direct/test-framework/timothy_tests/quick_tests/test_yaffs_chmod_ENOENT2.c index e29821d..c48238e 100644 --- a/direct/test-framework/timothy_tests/quick_tests/test_yaffs_chmod_ENOENT2.c +++ b/direct/test-framework/timothy_tests/quick_tests/test_yaffs_chmod_ENOENT2.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 * diff --git a/direct/test-framework/timothy_tests/quick_tests/test_yaffs_chmod_ENOENT2.h b/direct/test-framework/timothy_tests/quick_tests/test_yaffs_chmod_ENOENT2.h index cd754cb..1aaec1b 100644 --- a/direct/test-framework/timothy_tests/quick_tests/test_yaffs_chmod_ENOENT2.h +++ b/direct/test-framework/timothy_tests/quick_tests/test_yaffs_chmod_ENOENT2.h @@ -1,8 +1,7 @@ /* * YAFFS: Yet another Flash File System . 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 * diff --git a/direct/test-framework/timothy_tests/quick_tests/test_yaffs_chmod_ENOTDIR.c b/direct/test-framework/timothy_tests/quick_tests/test_yaffs_chmod_ENOTDIR.c index ad0d1cf..9f63c48 100644 --- a/direct/test-framework/timothy_tests/quick_tests/test_yaffs_chmod_ENOTDIR.c +++ b/direct/test-framework/timothy_tests/quick_tests/test_yaffs_chmod_ENOTDIR.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 * diff --git a/direct/test-framework/timothy_tests/quick_tests/test_yaffs_chmod_ENOTDIR.h b/direct/test-framework/timothy_tests/quick_tests/test_yaffs_chmod_ENOTDIR.h index 923ec30..912fc8b 100644 --- a/direct/test-framework/timothy_tests/quick_tests/test_yaffs_chmod_ENOTDIR.h +++ b/direct/test-framework/timothy_tests/quick_tests/test_yaffs_chmod_ENOTDIR.h @@ -1,8 +1,7 @@ /* * YAFFS: Yet another Flash File System . 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 * diff --git a/direct/test-framework/timothy_tests/quick_tests/test_yaffs_chmod_EROFS.c b/direct/test-framework/timothy_tests/quick_tests/test_yaffs_chmod_EROFS.c index cff0503..154921a 100644 --- a/direct/test-framework/timothy_tests/quick_tests/test_yaffs_chmod_EROFS.c +++ b/direct/test-framework/timothy_tests/quick_tests/test_yaffs_chmod_EROFS.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 * diff --git a/direct/test-framework/timothy_tests/quick_tests/test_yaffs_chmod_EROFS.h b/direct/test-framework/timothy_tests/quick_tests/test_yaffs_chmod_EROFS.h index 53df16f..af0adb4 100644 --- a/direct/test-framework/timothy_tests/quick_tests/test_yaffs_chmod_EROFS.h +++ b/direct/test-framework/timothy_tests/quick_tests/test_yaffs_chmod_EROFS.h @@ -1,8 +1,7 @@ /* * YAFFS: Yet another Flash File System . 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 * diff --git a/direct/test-framework/timothy_tests/quick_tests/test_yaffs_chmod_NULL.c b/direct/test-framework/timothy_tests/quick_tests/test_yaffs_chmod_NULL.c index 339b346..90e2aa4 100644 --- a/direct/test-framework/timothy_tests/quick_tests/test_yaffs_chmod_NULL.c +++ b/direct/test-framework/timothy_tests/quick_tests/test_yaffs_chmod_NULL.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 * diff --git a/direct/test-framework/timothy_tests/quick_tests/test_yaffs_chmod_NULL.h b/direct/test-framework/timothy_tests/quick_tests/test_yaffs_chmod_NULL.h index e18fd5f..cb9c9c8 100644 --- a/direct/test-framework/timothy_tests/quick_tests/test_yaffs_chmod_NULL.h +++ b/direct/test-framework/timothy_tests/quick_tests/test_yaffs_chmod_NULL.h @@ -1,8 +1,7 @@ /* * YAFFS: Yet another Flash File System . 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 * diff --git a/direct/test-framework/timothy_tests/quick_tests/test_yaffs_close_EBADF.c b/direct/test-framework/timothy_tests/quick_tests/test_yaffs_close_EBADF.c index 9833231..ea58e60 100644 --- a/direct/test-framework/timothy_tests/quick_tests/test_yaffs_close_EBADF.c +++ b/direct/test-framework/timothy_tests/quick_tests/test_yaffs_close_EBADF.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 * diff --git a/direct/test-framework/timothy_tests/quick_tests/test_yaffs_close_EBADF.h b/direct/test-framework/timothy_tests/quick_tests/test_yaffs_close_EBADF.h index 2ca551b..0b444e7 100644 --- a/direct/test-framework/timothy_tests/quick_tests/test_yaffs_close_EBADF.h +++ b/direct/test-framework/timothy_tests/quick_tests/test_yaffs_close_EBADF.h @@ -1,8 +1,7 @@ /* * YAFFS: Yet another Flash File System . 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 * diff --git a/direct/test-framework/timothy_tests/quick_tests/test_yaffs_close_NULL.c b/direct/test-framework/timothy_tests/quick_tests/test_yaffs_close_NULL.c index 5af067e..4f32ea3 100644 --- a/direct/test-framework/timothy_tests/quick_tests/test_yaffs_close_NULL.c +++ b/direct/test-framework/timothy_tests/quick_tests/test_yaffs_close_NULL.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 * diff --git a/direct/test-framework/timothy_tests/quick_tests/test_yaffs_close_NULL.h b/direct/test-framework/timothy_tests/quick_tests/test_yaffs_close_NULL.h index 8b3023c..5008b96 100644 --- a/direct/test-framework/timothy_tests/quick_tests/test_yaffs_close_NULL.h +++ b/direct/test-framework/timothy_tests/quick_tests/test_yaffs_close_NULL.h @@ -1,8 +1,7 @@ /* * YAFFS: Yet another Flash File System . 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 * 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 bb55862..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 * diff --git a/direct/test-framework/timothy_tests/quick_tests/test_yaffs_dup.h b/direct/test-framework/timothy_tests/quick_tests/test_yaffs_dup.h index 0bc5035..9bbbe17 100644 --- a/direct/test-framework/timothy_tests/quick_tests/test_yaffs_dup.h +++ b/direct/test-framework/timothy_tests/quick_tests/test_yaffs_dup.h @@ -1,8 +1,7 @@ /* * YAFFS: Yet another Flash File System . 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 * diff --git a/direct/test-framework/timothy_tests/quick_tests/test_yaffs_dup_EBADF.c b/direct/test-framework/timothy_tests/quick_tests/test_yaffs_dup_EBADF.c index e0f5a99..441a1e6 100644 --- a/direct/test-framework/timothy_tests/quick_tests/test_yaffs_dup_EBADF.c +++ b/direct/test-framework/timothy_tests/quick_tests/test_yaffs_dup_EBADF.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 * diff --git a/direct/test-framework/timothy_tests/quick_tests/test_yaffs_dup_EBADF.h b/direct/test-framework/timothy_tests/quick_tests/test_yaffs_dup_EBADF.h index 4f1ad93..a6ee161 100644 --- a/direct/test-framework/timothy_tests/quick_tests/test_yaffs_dup_EBADF.h +++ b/direct/test-framework/timothy_tests/quick_tests/test_yaffs_dup_EBADF.h @@ -1,8 +1,7 @@ /* * YAFFS: Yet another Flash File System . 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 * diff --git a/direct/test-framework/timothy_tests/quick_tests/test_yaffs_fchmod.c b/direct/test-framework/timothy_tests/quick_tests/test_yaffs_fchmod.c index 0b32620..7071da1 100644 --- a/direct/test-framework/timothy_tests/quick_tests/test_yaffs_fchmod.c +++ b/direct/test-framework/timothy_tests/quick_tests/test_yaffs_fchmod.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 * diff --git a/direct/test-framework/timothy_tests/quick_tests/test_yaffs_fchmod.h b/direct/test-framework/timothy_tests/quick_tests/test_yaffs_fchmod.h index 643893e..da8e171 100644 --- a/direct/test-framework/timothy_tests/quick_tests/test_yaffs_fchmod.h +++ b/direct/test-framework/timothy_tests/quick_tests/test_yaffs_fchmod.h @@ -1,8 +1,7 @@ /* * YAFFS: Yet another Flash File System . 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 * diff --git a/direct/test-framework/timothy_tests/quick_tests/test_yaffs_fchmod_EBADF.c b/direct/test-framework/timothy_tests/quick_tests/test_yaffs_fchmod_EBADF.c index faed470..209a03c 100644 --- a/direct/test-framework/timothy_tests/quick_tests/test_yaffs_fchmod_EBADF.c +++ b/direct/test-framework/timothy_tests/quick_tests/test_yaffs_fchmod_EBADF.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 * diff --git a/direct/test-framework/timothy_tests/quick_tests/test_yaffs_fchmod_EBADF.h b/direct/test-framework/timothy_tests/quick_tests/test_yaffs_fchmod_EBADF.h index c37d7c4..8c9a7e4 100644 --- a/direct/test-framework/timothy_tests/quick_tests/test_yaffs_fchmod_EBADF.h +++ b/direct/test-framework/timothy_tests/quick_tests/test_yaffs_fchmod_EBADF.h @@ -1,8 +1,7 @@ /* * YAFFS: Yet another Flash File System . 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 * diff --git a/direct/test-framework/timothy_tests/quick_tests/test_yaffs_fchmod_EINVAL.c b/direct/test-framework/timothy_tests/quick_tests/test_yaffs_fchmod_EINVAL.c index 6ea6e60..c221f47 100644 --- a/direct/test-framework/timothy_tests/quick_tests/test_yaffs_fchmod_EINVAL.c +++ b/direct/test-framework/timothy_tests/quick_tests/test_yaffs_fchmod_EINVAL.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 * diff --git a/direct/test-framework/timothy_tests/quick_tests/test_yaffs_fchmod_EINVAL.h b/direct/test-framework/timothy_tests/quick_tests/test_yaffs_fchmod_EINVAL.h index 4d018be..8202035 100644 --- a/direct/test-framework/timothy_tests/quick_tests/test_yaffs_fchmod_EINVAL.h +++ b/direct/test-framework/timothy_tests/quick_tests/test_yaffs_fchmod_EINVAL.h @@ -1,8 +1,7 @@ /* * YAFFS: Yet another Flash File System . 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 * diff --git a/direct/test-framework/timothy_tests/quick_tests/test_yaffs_fchmod_EROFS.c b/direct/test-framework/timothy_tests/quick_tests/test_yaffs_fchmod_EROFS.c index d0df070..db1e027 100644 --- a/direct/test-framework/timothy_tests/quick_tests/test_yaffs_fchmod_EROFS.c +++ b/direct/test-framework/timothy_tests/quick_tests/test_yaffs_fchmod_EROFS.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 * diff --git a/direct/test-framework/timothy_tests/quick_tests/test_yaffs_fchmod_EROFS.h b/direct/test-framework/timothy_tests/quick_tests/test_yaffs_fchmod_EROFS.h index 1c871df..9811880 100644 --- a/direct/test-framework/timothy_tests/quick_tests/test_yaffs_fchmod_EROFS.h +++ b/direct/test-framework/timothy_tests/quick_tests/test_yaffs_fchmod_EROFS.h @@ -1,8 +1,7 @@ /* * YAFFS: Yet another Flash File System . 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 * diff --git a/direct/test-framework/timothy_tests/quick_tests/test_yaffs_fchmod_NULL.c b/direct/test-framework/timothy_tests/quick_tests/test_yaffs_fchmod_NULL.c index 4c70413..b9646e5 100644 --- a/direct/test-framework/timothy_tests/quick_tests/test_yaffs_fchmod_NULL.c +++ b/direct/test-framework/timothy_tests/quick_tests/test_yaffs_fchmod_NULL.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 * diff --git a/direct/test-framework/timothy_tests/quick_tests/test_yaffs_fchmod_NULL.h b/direct/test-framework/timothy_tests/quick_tests/test_yaffs_fchmod_NULL.h index 3bd69a1..f85255f 100644 --- a/direct/test-framework/timothy_tests/quick_tests/test_yaffs_fchmod_NULL.h +++ b/direct/test-framework/timothy_tests/quick_tests/test_yaffs_fchmod_NULL.h @@ -1,8 +1,7 @@ /* * YAFFS: Yet another Flash File System . 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 * diff --git a/direct/test-framework/timothy_tests/quick_tests/test_yaffs_fdatasync.c b/direct/test-framework/timothy_tests/quick_tests/test_yaffs_fdatasync.c index b272b8a..bcaadc0 100644 --- a/direct/test-framework/timothy_tests/quick_tests/test_yaffs_fdatasync.c +++ b/direct/test-framework/timothy_tests/quick_tests/test_yaffs_fdatasync.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 * diff --git a/direct/test-framework/timothy_tests/quick_tests/test_yaffs_fdatasync.h b/direct/test-framework/timothy_tests/quick_tests/test_yaffs_fdatasync.h index 179548d..dffaf1a 100644 --- a/direct/test-framework/timothy_tests/quick_tests/test_yaffs_fdatasync.h +++ b/direct/test-framework/timothy_tests/quick_tests/test_yaffs_fdatasync.h @@ -1,8 +1,7 @@ /* * YAFFS: Yet another Flash File System . 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 * diff --git a/direct/test-framework/timothy_tests/quick_tests/test_yaffs_fdatasync_EBADF.c b/direct/test-framework/timothy_tests/quick_tests/test_yaffs_fdatasync_EBADF.c index 2c3089f..f980a03 100644 --- a/direct/test-framework/timothy_tests/quick_tests/test_yaffs_fdatasync_EBADF.c +++ b/direct/test-framework/timothy_tests/quick_tests/test_yaffs_fdatasync_EBADF.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 * diff --git a/direct/test-framework/timothy_tests/quick_tests/test_yaffs_fdatasync_EBADF.h b/direct/test-framework/timothy_tests/quick_tests/test_yaffs_fdatasync_EBADF.h index 5dc15df..0b3fb3a 100644 --- a/direct/test-framework/timothy_tests/quick_tests/test_yaffs_fdatasync_EBADF.h +++ b/direct/test-framework/timothy_tests/quick_tests/test_yaffs_fdatasync_EBADF.h @@ -1,8 +1,7 @@ /* * YAFFS: Yet another Flash File System . 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 * diff --git a/direct/test-framework/timothy_tests/quick_tests/test_yaffs_fdatasync_EROFS.c b/direct/test-framework/timothy_tests/quick_tests/test_yaffs_fdatasync_EROFS.c index 6aee590..1cc81af 100644 --- a/direct/test-framework/timothy_tests/quick_tests/test_yaffs_fdatasync_EROFS.c +++ b/direct/test-framework/timothy_tests/quick_tests/test_yaffs_fdatasync_EROFS.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 * diff --git a/direct/test-framework/timothy_tests/quick_tests/test_yaffs_fdatasync_EROFS.h b/direct/test-framework/timothy_tests/quick_tests/test_yaffs_fdatasync_EROFS.h index 53580bb..f7914e7 100644 --- a/direct/test-framework/timothy_tests/quick_tests/test_yaffs_fdatasync_EROFS.h +++ b/direct/test-framework/timothy_tests/quick_tests/test_yaffs_fdatasync_EROFS.h @@ -1,8 +1,7 @@ /* * YAFFS: Yet another Flash File System . 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 * diff --git a/direct/test-framework/timothy_tests/quick_tests/test_yaffs_fdatasync_NULL.c b/direct/test-framework/timothy_tests/quick_tests/test_yaffs_fdatasync_NULL.c index 67f711d..e78350b 100644 --- a/direct/test-framework/timothy_tests/quick_tests/test_yaffs_fdatasync_NULL.c +++ b/direct/test-framework/timothy_tests/quick_tests/test_yaffs_fdatasync_NULL.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 * diff --git a/direct/test-framework/timothy_tests/quick_tests/test_yaffs_fdatasync_NULL.h b/direct/test-framework/timothy_tests/quick_tests/test_yaffs_fdatasync_NULL.h index 69bd343..59802c0 100644 --- a/direct/test-framework/timothy_tests/quick_tests/test_yaffs_fdatasync_NULL.h +++ b/direct/test-framework/timothy_tests/quick_tests/test_yaffs_fdatasync_NULL.h @@ -1,8 +1,7 @@ /* * YAFFS: Yet another Flash File System . 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 * diff --git a/direct/test-framework/timothy_tests/quick_tests/test_yaffs_flush.c b/direct/test-framework/timothy_tests/quick_tests/test_yaffs_flush.c index 3fc060d..9608a04 100644 --- a/direct/test-framework/timothy_tests/quick_tests/test_yaffs_flush.c +++ b/direct/test-framework/timothy_tests/quick_tests/test_yaffs_flush.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 * diff --git a/direct/test-framework/timothy_tests/quick_tests/test_yaffs_flush.h b/direct/test-framework/timothy_tests/quick_tests/test_yaffs_flush.h index b22b420..c9e5856 100644 --- a/direct/test-framework/timothy_tests/quick_tests/test_yaffs_flush.h +++ b/direct/test-framework/timothy_tests/quick_tests/test_yaffs_flush.h @@ -1,8 +1,7 @@ /* * YAFFS: Yet another Flash File System . 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 * diff --git a/direct/test-framework/timothy_tests/quick_tests/test_yaffs_flush_EBADF.c b/direct/test-framework/timothy_tests/quick_tests/test_yaffs_flush_EBADF.c index 5cb6ece..0c9dbdc 100644 --- a/direct/test-framework/timothy_tests/quick_tests/test_yaffs_flush_EBADF.c +++ b/direct/test-framework/timothy_tests/quick_tests/test_yaffs_flush_EBADF.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 * diff --git a/direct/test-framework/timothy_tests/quick_tests/test_yaffs_flush_EBADF.h b/direct/test-framework/timothy_tests/quick_tests/test_yaffs_flush_EBADF.h index fe10807..94377c4 100644 --- a/direct/test-framework/timothy_tests/quick_tests/test_yaffs_flush_EBADF.h +++ b/direct/test-framework/timothy_tests/quick_tests/test_yaffs_flush_EBADF.h @@ -1,8 +1,7 @@ /* * YAFFS: Yet another Flash File System . 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 * diff --git a/direct/test-framework/timothy_tests/quick_tests/test_yaffs_flush_EROFS.c b/direct/test-framework/timothy_tests/quick_tests/test_yaffs_flush_EROFS.c index 61138df..2a1e234 100644 --- a/direct/test-framework/timothy_tests/quick_tests/test_yaffs_flush_EROFS.c +++ b/direct/test-framework/timothy_tests/quick_tests/test_yaffs_flush_EROFS.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 * diff --git a/direct/test-framework/timothy_tests/quick_tests/test_yaffs_flush_EROFS.h b/direct/test-framework/timothy_tests/quick_tests/test_yaffs_flush_EROFS.h index b948db7..f1fc234 100644 --- a/direct/test-framework/timothy_tests/quick_tests/test_yaffs_flush_EROFS.h +++ b/direct/test-framework/timothy_tests/quick_tests/test_yaffs_flush_EROFS.h @@ -1,8 +1,7 @@ /* * YAFFS: Yet another Flash File System . 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 * diff --git a/direct/test-framework/timothy_tests/quick_tests/test_yaffs_freespace.c b/direct/test-framework/timothy_tests/quick_tests/test_yaffs_freespace.c index bc141de..78835dc 100644 --- a/direct/test-framework/timothy_tests/quick_tests/test_yaffs_freespace.c +++ b/direct/test-framework/timothy_tests/quick_tests/test_yaffs_freespace.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 * diff --git a/direct/test-framework/timothy_tests/quick_tests/test_yaffs_freespace.h b/direct/test-framework/timothy_tests/quick_tests/test_yaffs_freespace.h index 91183ed..bc1a346 100644 --- a/direct/test-framework/timothy_tests/quick_tests/test_yaffs_freespace.h +++ b/direct/test-framework/timothy_tests/quick_tests/test_yaffs_freespace.h @@ -1,8 +1,7 @@ /* * YAFFS: Yet another Flash File System . 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 * diff --git a/direct/test-framework/timothy_tests/quick_tests/test_yaffs_freespace_EINVAL.c b/direct/test-framework/timothy_tests/quick_tests/test_yaffs_freespace_EINVAL.c index 5cee247..e0410c9 100644 --- a/direct/test-framework/timothy_tests/quick_tests/test_yaffs_freespace_EINVAL.c +++ b/direct/test-framework/timothy_tests/quick_tests/test_yaffs_freespace_EINVAL.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 * diff --git a/direct/test-framework/timothy_tests/quick_tests/test_yaffs_freespace_EINVAL.h b/direct/test-framework/timothy_tests/quick_tests/test_yaffs_freespace_EINVAL.h index b387dcf..01c1e75 100644 --- a/direct/test-framework/timothy_tests/quick_tests/test_yaffs_freespace_EINVAL.h +++ b/direct/test-framework/timothy_tests/quick_tests/test_yaffs_freespace_EINVAL.h @@ -1,8 +1,7 @@ /* * YAFFS: Yet another Flash File System . 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 * diff --git a/direct/test-framework/timothy_tests/quick_tests/test_yaffs_freespace_ENAMETOOLONG.c b/direct/test-framework/timothy_tests/quick_tests/test_yaffs_freespace_ENAMETOOLONG.c index c3cd19a..7bfa79a 100644 --- a/direct/test-framework/timothy_tests/quick_tests/test_yaffs_freespace_ENAMETOOLONG.c +++ b/direct/test-framework/timothy_tests/quick_tests/test_yaffs_freespace_ENAMETOOLONG.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 * diff --git a/direct/test-framework/timothy_tests/quick_tests/test_yaffs_freespace_ENAMETOOLONG.h b/direct/test-framework/timothy_tests/quick_tests/test_yaffs_freespace_ENAMETOOLONG.h index 4c1aab9..a821ca0 100644 --- a/direct/test-framework/timothy_tests/quick_tests/test_yaffs_freespace_ENAMETOOLONG.h +++ b/direct/test-framework/timothy_tests/quick_tests/test_yaffs_freespace_ENAMETOOLONG.h @@ -1,8 +1,7 @@ /* * YAFFS: Yet another Flash File System . 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 * diff --git a/direct/test-framework/timothy_tests/quick_tests/test_yaffs_freespace_NULL.c b/direct/test-framework/timothy_tests/quick_tests/test_yaffs_freespace_NULL.c index 3451c54..ec5b641 100644 --- a/direct/test-framework/timothy_tests/quick_tests/test_yaffs_freespace_NULL.c +++ b/direct/test-framework/timothy_tests/quick_tests/test_yaffs_freespace_NULL.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 * diff --git a/direct/test-framework/timothy_tests/quick_tests/test_yaffs_freespace_NULL.h b/direct/test-framework/timothy_tests/quick_tests/test_yaffs_freespace_NULL.h index 54b1f75..0c634ce 100644 --- a/direct/test-framework/timothy_tests/quick_tests/test_yaffs_freespace_NULL.h +++ b/direct/test-framework/timothy_tests/quick_tests/test_yaffs_freespace_NULL.h @@ -1,8 +1,7 @@ /* * YAFFS: Yet another Flash File System . 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 * diff --git a/direct/test-framework/timothy_tests/quick_tests/test_yaffs_fstat.c b/direct/test-framework/timothy_tests/quick_tests/test_yaffs_fstat.c index c19ddea..1db30ba 100644 --- a/direct/test-framework/timothy_tests/quick_tests/test_yaffs_fstat.c +++ b/direct/test-framework/timothy_tests/quick_tests/test_yaffs_fstat.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 * diff --git a/direct/test-framework/timothy_tests/quick_tests/test_yaffs_fstat.h b/direct/test-framework/timothy_tests/quick_tests/test_yaffs_fstat.h index 4c293b1..43a7529 100644 --- a/direct/test-framework/timothy_tests/quick_tests/test_yaffs_fstat.h +++ b/direct/test-framework/timothy_tests/quick_tests/test_yaffs_fstat.h @@ -1,8 +1,7 @@ /* * YAFFS: Yet another Flash File System . 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 * diff --git a/direct/test-framework/timothy_tests/quick_tests/test_yaffs_fstat_EBADF.c b/direct/test-framework/timothy_tests/quick_tests/test_yaffs_fstat_EBADF.c index dace9f9..833d504 100644 --- a/direct/test-framework/timothy_tests/quick_tests/test_yaffs_fstat_EBADF.c +++ b/direct/test-framework/timothy_tests/quick_tests/test_yaffs_fstat_EBADF.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 * diff --git a/direct/test-framework/timothy_tests/quick_tests/test_yaffs_fstat_EBADF.h b/direct/test-framework/timothy_tests/quick_tests/test_yaffs_fstat_EBADF.h index f6b063e..969f0be 100644 --- a/direct/test-framework/timothy_tests/quick_tests/test_yaffs_fstat_EBADF.h +++ b/direct/test-framework/timothy_tests/quick_tests/test_yaffs_fstat_EBADF.h @@ -1,8 +1,7 @@ /* * YAFFS: Yet another Flash File System . 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 * diff --git a/direct/test-framework/timothy_tests/quick_tests/test_yaffs_fsync.c b/direct/test-framework/timothy_tests/quick_tests/test_yaffs_fsync.c index cec8fec..a8951d9 100644 --- a/direct/test-framework/timothy_tests/quick_tests/test_yaffs_fsync.c +++ b/direct/test-framework/timothy_tests/quick_tests/test_yaffs_fsync.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 * diff --git a/direct/test-framework/timothy_tests/quick_tests/test_yaffs_fsync.h b/direct/test-framework/timothy_tests/quick_tests/test_yaffs_fsync.h index bd12182..ddc838b 100644 --- a/direct/test-framework/timothy_tests/quick_tests/test_yaffs_fsync.h +++ b/direct/test-framework/timothy_tests/quick_tests/test_yaffs_fsync.h @@ -1,8 +1,7 @@ /* * YAFFS: Yet another Flash File System . 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 * diff --git a/direct/test-framework/timothy_tests/quick_tests/test_yaffs_fsync_EBADF.c b/direct/test-framework/timothy_tests/quick_tests/test_yaffs_fsync_EBADF.c index ce10399..04f07ee 100644 --- a/direct/test-framework/timothy_tests/quick_tests/test_yaffs_fsync_EBADF.c +++ b/direct/test-framework/timothy_tests/quick_tests/test_yaffs_fsync_EBADF.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 * diff --git a/direct/test-framework/timothy_tests/quick_tests/test_yaffs_fsync_EBADF.h b/direct/test-framework/timothy_tests/quick_tests/test_yaffs_fsync_EBADF.h index 4661790..6f8374b 100644 --- a/direct/test-framework/timothy_tests/quick_tests/test_yaffs_fsync_EBADF.h +++ b/direct/test-framework/timothy_tests/quick_tests/test_yaffs_fsync_EBADF.h @@ -1,8 +1,7 @@ /* * YAFFS: Yet another Flash File System . 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 * diff --git a/direct/test-framework/timothy_tests/quick_tests/test_yaffs_fsync_EROFS.c b/direct/test-framework/timothy_tests/quick_tests/test_yaffs_fsync_EROFS.c index 8a656be..155e7d2 100644 --- a/direct/test-framework/timothy_tests/quick_tests/test_yaffs_fsync_EROFS.c +++ b/direct/test-framework/timothy_tests/quick_tests/test_yaffs_fsync_EROFS.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 * diff --git a/direct/test-framework/timothy_tests/quick_tests/test_yaffs_fsync_EROFS.h b/direct/test-framework/timothy_tests/quick_tests/test_yaffs_fsync_EROFS.h index 4d6c8a1..b935865 100644 --- a/direct/test-framework/timothy_tests/quick_tests/test_yaffs_fsync_EROFS.h +++ b/direct/test-framework/timothy_tests/quick_tests/test_yaffs_fsync_EROFS.h @@ -1,8 +1,7 @@ /* * YAFFS: Yet another Flash File System . 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 * diff --git a/direct/test-framework/timothy_tests/quick_tests/test_yaffs_ftruncate.c b/direct/test-framework/timothy_tests/quick_tests/test_yaffs_ftruncate.c index 6c570a5..1e632a4 100644 --- a/direct/test-framework/timothy_tests/quick_tests/test_yaffs_ftruncate.c +++ b/direct/test-framework/timothy_tests/quick_tests/test_yaffs_ftruncate.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 * diff --git a/direct/test-framework/timothy_tests/quick_tests/test_yaffs_ftruncate.h b/direct/test-framework/timothy_tests/quick_tests/test_yaffs_ftruncate.h index 429e5df..fcaf2be 100644 --- a/direct/test-framework/timothy_tests/quick_tests/test_yaffs_ftruncate.h +++ b/direct/test-framework/timothy_tests/quick_tests/test_yaffs_ftruncate.h @@ -1,8 +1,7 @@ /* * YAFFS: Yet another Flash File System . 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 * diff --git a/direct/test-framework/timothy_tests/quick_tests/test_yaffs_ftruncate_EBADF.c b/direct/test-framework/timothy_tests/quick_tests/test_yaffs_ftruncate_EBADF.c index 08cc501..d466b19 100644 --- a/direct/test-framework/timothy_tests/quick_tests/test_yaffs_ftruncate_EBADF.c +++ b/direct/test-framework/timothy_tests/quick_tests/test_yaffs_ftruncate_EBADF.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 * diff --git a/direct/test-framework/timothy_tests/quick_tests/test_yaffs_ftruncate_EBADF.h b/direct/test-framework/timothy_tests/quick_tests/test_yaffs_ftruncate_EBADF.h index db1b3c4..361ef56 100644 --- a/direct/test-framework/timothy_tests/quick_tests/test_yaffs_ftruncate_EBADF.h +++ b/direct/test-framework/timothy_tests/quick_tests/test_yaffs_ftruncate_EBADF.h @@ -1,8 +1,7 @@ /* * YAFFS: Yet another Flash File System . 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 * diff --git a/direct/test-framework/timothy_tests/quick_tests/test_yaffs_ftruncate_EINVAL.c b/direct/test-framework/timothy_tests/quick_tests/test_yaffs_ftruncate_EINVAL.c index 31f5e08..6c862f9 100644 --- a/direct/test-framework/timothy_tests/quick_tests/test_yaffs_ftruncate_EINVAL.c +++ b/direct/test-framework/timothy_tests/quick_tests/test_yaffs_ftruncate_EINVAL.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 * diff --git a/direct/test-framework/timothy_tests/quick_tests/test_yaffs_ftruncate_EINVAL.h b/direct/test-framework/timothy_tests/quick_tests/test_yaffs_ftruncate_EINVAL.h index 948d583..fc41687 100644 --- a/direct/test-framework/timothy_tests/quick_tests/test_yaffs_ftruncate_EINVAL.h +++ b/direct/test-framework/timothy_tests/quick_tests/test_yaffs_ftruncate_EINVAL.h @@ -1,8 +1,7 @@ /* * YAFFS: Yet another Flash File System . 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 * diff --git a/direct/test-framework/timothy_tests/quick_tests/test_yaffs_ftruncate_EROFS.c b/direct/test-framework/timothy_tests/quick_tests/test_yaffs_ftruncate_EROFS.c index e7855b0..5b36ce0 100644 --- a/direct/test-framework/timothy_tests/quick_tests/test_yaffs_ftruncate_EROFS.c +++ b/direct/test-framework/timothy_tests/quick_tests/test_yaffs_ftruncate_EROFS.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 * diff --git a/direct/test-framework/timothy_tests/quick_tests/test_yaffs_ftruncate_EROFS.h b/direct/test-framework/timothy_tests/quick_tests/test_yaffs_ftruncate_EROFS.h index d1120e3..5387bcc 100644 --- a/direct/test-framework/timothy_tests/quick_tests/test_yaffs_ftruncate_EROFS.h +++ b/direct/test-framework/timothy_tests/quick_tests/test_yaffs_ftruncate_EROFS.h @@ -1,8 +1,7 @@ /* * YAFFS: Yet another Flash File System . 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 * diff --git a/direct/test-framework/timothy_tests/quick_tests/test_yaffs_ftruncate_big_file.c b/direct/test-framework/timothy_tests/quick_tests/test_yaffs_ftruncate_big_file.c index 7fe8514..25aef12 100644 --- a/direct/test-framework/timothy_tests/quick_tests/test_yaffs_ftruncate_big_file.c +++ b/direct/test-framework/timothy_tests/quick_tests/test_yaffs_ftruncate_big_file.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 * diff --git a/direct/test-framework/timothy_tests/quick_tests/test_yaffs_ftruncate_big_file.h b/direct/test-framework/timothy_tests/quick_tests/test_yaffs_ftruncate_big_file.h index afd5110..9f30a75 100644 --- a/direct/test-framework/timothy_tests/quick_tests/test_yaffs_ftruncate_big_file.h +++ b/direct/test-framework/timothy_tests/quick_tests/test_yaffs_ftruncate_big_file.h @@ -1,8 +1,7 @@ /* * YAFFS: Yet another Flash File System . 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 * diff --git a/direct/test-framework/timothy_tests/quick_tests/test_yaffs_inodecount.c b/direct/test-framework/timothy_tests/quick_tests/test_yaffs_inodecount.c index e9f75ac..9daa510 100644 --- a/direct/test-framework/timothy_tests/quick_tests/test_yaffs_inodecount.c +++ b/direct/test-framework/timothy_tests/quick_tests/test_yaffs_inodecount.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 * diff --git a/direct/test-framework/timothy_tests/quick_tests/test_yaffs_inodecount.h b/direct/test-framework/timothy_tests/quick_tests/test_yaffs_inodecount.h index c7a5228..7c77f7e 100644 --- a/direct/test-framework/timothy_tests/quick_tests/test_yaffs_inodecount.h +++ b/direct/test-framework/timothy_tests/quick_tests/test_yaffs_inodecount.h @@ -1,8 +1,7 @@ /* * YAFFS: Yet another Flash File System . 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 * diff --git a/direct/test-framework/timothy_tests/quick_tests/test_yaffs_inodecount_EINVAL.c b/direct/test-framework/timothy_tests/quick_tests/test_yaffs_inodecount_EINVAL.c index 185aafe..82055e8 100644 --- a/direct/test-framework/timothy_tests/quick_tests/test_yaffs_inodecount_EINVAL.c +++ b/direct/test-framework/timothy_tests/quick_tests/test_yaffs_inodecount_EINVAL.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 * diff --git a/direct/test-framework/timothy_tests/quick_tests/test_yaffs_inodecount_EINVAL.h b/direct/test-framework/timothy_tests/quick_tests/test_yaffs_inodecount_EINVAL.h index e7d526b..12fd40f 100644 --- a/direct/test-framework/timothy_tests/quick_tests/test_yaffs_inodecount_EINVAL.h +++ b/direct/test-framework/timothy_tests/quick_tests/test_yaffs_inodecount_EINVAL.h @@ -1,8 +1,7 @@ /* * YAFFS: Yet another Flash File System . 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 * diff --git a/direct/test-framework/timothy_tests/quick_tests/test_yaffs_inodecount_ENAMETOOLONG.c b/direct/test-framework/timothy_tests/quick_tests/test_yaffs_inodecount_ENAMETOOLONG.c index 1d999a8..fa4cbe3 100644 --- a/direct/test-framework/timothy_tests/quick_tests/test_yaffs_inodecount_ENAMETOOLONG.c +++ b/direct/test-framework/timothy_tests/quick_tests/test_yaffs_inodecount_ENAMETOOLONG.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 * diff --git a/direct/test-framework/timothy_tests/quick_tests/test_yaffs_inodecount_ENAMETOOLONG.h b/direct/test-framework/timothy_tests/quick_tests/test_yaffs_inodecount_ENAMETOOLONG.h index b41da90..9563cc5 100644 --- a/direct/test-framework/timothy_tests/quick_tests/test_yaffs_inodecount_ENAMETOOLONG.h +++ b/direct/test-framework/timothy_tests/quick_tests/test_yaffs_inodecount_ENAMETOOLONG.h @@ -1,8 +1,7 @@ /* * YAFFS: Yet another Flash File System . 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 * diff --git a/direct/test-framework/timothy_tests/quick_tests/test_yaffs_inodecount_NULL.c b/direct/test-framework/timothy_tests/quick_tests/test_yaffs_inodecount_NULL.c index 1e3d1e6..2a37067 100644 --- a/direct/test-framework/timothy_tests/quick_tests/test_yaffs_inodecount_NULL.c +++ b/direct/test-framework/timothy_tests/quick_tests/test_yaffs_inodecount_NULL.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 * diff --git a/direct/test-framework/timothy_tests/quick_tests/test_yaffs_inodecount_NULL.h b/direct/test-framework/timothy_tests/quick_tests/test_yaffs_inodecount_NULL.h index 5fe35ef..3bd6fbe 100644 --- a/direct/test-framework/timothy_tests/quick_tests/test_yaffs_inodecount_NULL.h +++ b/direct/test-framework/timothy_tests/quick_tests/test_yaffs_inodecount_NULL.h @@ -1,8 +1,7 @@ /* * YAFFS: Yet another Flash File System . 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 * diff --git a/direct/test-framework/timothy_tests/quick_tests/test_yaffs_link.c b/direct/test-framework/timothy_tests/quick_tests/test_yaffs_link.c index dc70bde..0ef82b7 100644 --- a/direct/test-framework/timothy_tests/quick_tests/test_yaffs_link.c +++ b/direct/test-framework/timothy_tests/quick_tests/test_yaffs_link.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 * diff --git a/direct/test-framework/timothy_tests/quick_tests/test_yaffs_link.h b/direct/test-framework/timothy_tests/quick_tests/test_yaffs_link.h index 0d3c508..767045a 100644 --- a/direct/test-framework/timothy_tests/quick_tests/test_yaffs_link.h +++ b/direct/test-framework/timothy_tests/quick_tests/test_yaffs_link.h @@ -1,8 +1,7 @@ /* * YAFFS: Yet another Flash File System . 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 * diff --git a/direct/test-framework/timothy_tests/quick_tests/test_yaffs_link_EEXIST.c b/direct/test-framework/timothy_tests/quick_tests/test_yaffs_link_EEXIST.c index e97d3bb..30ae8a8 100644 --- a/direct/test-framework/timothy_tests/quick_tests/test_yaffs_link_EEXIST.c +++ b/direct/test-framework/timothy_tests/quick_tests/test_yaffs_link_EEXIST.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 * diff --git a/direct/test-framework/timothy_tests/quick_tests/test_yaffs_link_EEXIST.h b/direct/test-framework/timothy_tests/quick_tests/test_yaffs_link_EEXIST.h index 9772ed9..3d1f42a 100644 --- a/direct/test-framework/timothy_tests/quick_tests/test_yaffs_link_EEXIST.h +++ b/direct/test-framework/timothy_tests/quick_tests/test_yaffs_link_EEXIST.h @@ -1,8 +1,7 @@ /* * YAFFS: Yet another Flash File System . 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 * diff --git a/direct/test-framework/timothy_tests/quick_tests/test_yaffs_link_ELOOP_dir.c b/direct/test-framework/timothy_tests/quick_tests/test_yaffs_link_ELOOP_dir.c index 388ea53..88e597e 100644 --- a/direct/test-framework/timothy_tests/quick_tests/test_yaffs_link_ELOOP_dir.c +++ b/direct/test-framework/timothy_tests/quick_tests/test_yaffs_link_ELOOP_dir.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 * diff --git a/direct/test-framework/timothy_tests/quick_tests/test_yaffs_link_ELOOP_dir.h b/direct/test-framework/timothy_tests/quick_tests/test_yaffs_link_ELOOP_dir.h index d477fd1..46e5226 100644 --- a/direct/test-framework/timothy_tests/quick_tests/test_yaffs_link_ELOOP_dir.h +++ b/direct/test-framework/timothy_tests/quick_tests/test_yaffs_link_ELOOP_dir.h @@ -1,8 +1,7 @@ /* * YAFFS: Yet another Flash File System . 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 * diff --git a/direct/test-framework/timothy_tests/quick_tests/test_yaffs_link_ENAMETOOLONG.c b/direct/test-framework/timothy_tests/quick_tests/test_yaffs_link_ENAMETOOLONG.c index 816cebc..dec16d9 100644 --- a/direct/test-framework/timothy_tests/quick_tests/test_yaffs_link_ENAMETOOLONG.c +++ b/direct/test-framework/timothy_tests/quick_tests/test_yaffs_link_ENAMETOOLONG.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 * diff --git a/direct/test-framework/timothy_tests/quick_tests/test_yaffs_link_ENAMETOOLONG.h b/direct/test-framework/timothy_tests/quick_tests/test_yaffs_link_ENAMETOOLONG.h index ce378c7..585fe45 100644 --- a/direct/test-framework/timothy_tests/quick_tests/test_yaffs_link_ENAMETOOLONG.h +++ b/direct/test-framework/timothy_tests/quick_tests/test_yaffs_link_ENAMETOOLONG.h @@ -1,8 +1,7 @@ /* * YAFFS: Yet another Flash File System . 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 * diff --git a/direct/test-framework/timothy_tests/quick_tests/test_yaffs_link_ENAMETOOLONG2.c b/direct/test-framework/timothy_tests/quick_tests/test_yaffs_link_ENAMETOOLONG2.c index 88ace93..bd0fc3f 100644 --- a/direct/test-framework/timothy_tests/quick_tests/test_yaffs_link_ENAMETOOLONG2.c +++ b/direct/test-framework/timothy_tests/quick_tests/test_yaffs_link_ENAMETOOLONG2.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 * diff --git a/direct/test-framework/timothy_tests/quick_tests/test_yaffs_link_ENAMETOOLONG2.h b/direct/test-framework/timothy_tests/quick_tests/test_yaffs_link_ENAMETOOLONG2.h index 81fff91..8958e39 100644 --- a/direct/test-framework/timothy_tests/quick_tests/test_yaffs_link_ENAMETOOLONG2.h +++ b/direct/test-framework/timothy_tests/quick_tests/test_yaffs_link_ENAMETOOLONG2.h @@ -1,8 +1,7 @@ /* * YAFFS: Yet another Flash File System . 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 * diff --git a/direct/test-framework/timothy_tests/quick_tests/test_yaffs_link_ENOENT.c b/direct/test-framework/timothy_tests/quick_tests/test_yaffs_link_ENOENT.c index 896ba48..9b71687 100644 --- a/direct/test-framework/timothy_tests/quick_tests/test_yaffs_link_ENOENT.c +++ b/direct/test-framework/timothy_tests/quick_tests/test_yaffs_link_ENOENT.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 * diff --git a/direct/test-framework/timothy_tests/quick_tests/test_yaffs_link_ENOENT.h b/direct/test-framework/timothy_tests/quick_tests/test_yaffs_link_ENOENT.h index 6ec7eb0..d657890 100644 --- a/direct/test-framework/timothy_tests/quick_tests/test_yaffs_link_ENOENT.h +++ b/direct/test-framework/timothy_tests/quick_tests/test_yaffs_link_ENOENT.h @@ -1,8 +1,7 @@ /* * YAFFS: Yet another Flash File System . 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 * diff --git a/direct/test-framework/timothy_tests/quick_tests/test_yaffs_link_ENOENT2.c b/direct/test-framework/timothy_tests/quick_tests/test_yaffs_link_ENOENT2.c index 43d0ad9..221da90 100644 --- a/direct/test-framework/timothy_tests/quick_tests/test_yaffs_link_ENOENT2.c +++ b/direct/test-framework/timothy_tests/quick_tests/test_yaffs_link_ENOENT2.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 * diff --git a/direct/test-framework/timothy_tests/quick_tests/test_yaffs_link_ENOENT2.h b/direct/test-framework/timothy_tests/quick_tests/test_yaffs_link_ENOENT2.h index 0d8a4ad..e17b6ae 100644 --- a/direct/test-framework/timothy_tests/quick_tests/test_yaffs_link_ENOENT2.h +++ b/direct/test-framework/timothy_tests/quick_tests/test_yaffs_link_ENOENT2.h @@ -1,8 +1,7 @@ /* * YAFFS: Yet another Flash File System . 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 * diff --git a/direct/test-framework/timothy_tests/quick_tests/test_yaffs_link_ENOENT3.c b/direct/test-framework/timothy_tests/quick_tests/test_yaffs_link_ENOENT3.c index 3267f94..b3a8a7a 100644 --- a/direct/test-framework/timothy_tests/quick_tests/test_yaffs_link_ENOENT3.c +++ b/direct/test-framework/timothy_tests/quick_tests/test_yaffs_link_ENOENT3.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 * diff --git a/direct/test-framework/timothy_tests/quick_tests/test_yaffs_link_ENOENT3.h b/direct/test-framework/timothy_tests/quick_tests/test_yaffs_link_ENOENT3.h index 16f18b6..effeb63 100644 --- a/direct/test-framework/timothy_tests/quick_tests/test_yaffs_link_ENOENT3.h +++ b/direct/test-framework/timothy_tests/quick_tests/test_yaffs_link_ENOENT3.h @@ -1,8 +1,7 @@ /* * YAFFS: Yet another Flash File System . 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 * diff --git a/direct/test-framework/timothy_tests/quick_tests/test_yaffs_link_ENOENT4.c b/direct/test-framework/timothy_tests/quick_tests/test_yaffs_link_ENOENT4.c index a04e796..7576e93 100644 --- a/direct/test-framework/timothy_tests/quick_tests/test_yaffs_link_ENOENT4.c +++ b/direct/test-framework/timothy_tests/quick_tests/test_yaffs_link_ENOENT4.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 * diff --git a/direct/test-framework/timothy_tests/quick_tests/test_yaffs_link_ENOENT4.h b/direct/test-framework/timothy_tests/quick_tests/test_yaffs_link_ENOENT4.h index 2972c06..a73f1d5 100644 --- a/direct/test-framework/timothy_tests/quick_tests/test_yaffs_link_ENOENT4.h +++ b/direct/test-framework/timothy_tests/quick_tests/test_yaffs_link_ENOENT4.h @@ -1,8 +1,7 @@ /* * YAFFS: Yet another Flash File System . 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 * diff --git a/direct/test-framework/timothy_tests/quick_tests/test_yaffs_link_ENOTDIR.c b/direct/test-framework/timothy_tests/quick_tests/test_yaffs_link_ENOTDIR.c index bf666dd..5eaa64b 100644 --- a/direct/test-framework/timothy_tests/quick_tests/test_yaffs_link_ENOTDIR.c +++ b/direct/test-framework/timothy_tests/quick_tests/test_yaffs_link_ENOTDIR.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 * diff --git a/direct/test-framework/timothy_tests/quick_tests/test_yaffs_link_ENOTDIR.h b/direct/test-framework/timothy_tests/quick_tests/test_yaffs_link_ENOTDIR.h index a967eb8..ed246cf 100644 --- a/direct/test-framework/timothy_tests/quick_tests/test_yaffs_link_ENOTDIR.h +++ b/direct/test-framework/timothy_tests/quick_tests/test_yaffs_link_ENOTDIR.h @@ -1,8 +1,7 @@ /* * YAFFS: Yet another Flash File System . 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 * diff --git a/direct/test-framework/timothy_tests/quick_tests/test_yaffs_link_ENOTDIR2.c b/direct/test-framework/timothy_tests/quick_tests/test_yaffs_link_ENOTDIR2.c index e424641..91fa44b 100644 --- a/direct/test-framework/timothy_tests/quick_tests/test_yaffs_link_ENOTDIR2.c +++ b/direct/test-framework/timothy_tests/quick_tests/test_yaffs_link_ENOTDIR2.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 * diff --git a/direct/test-framework/timothy_tests/quick_tests/test_yaffs_link_ENOTDIR2.h b/direct/test-framework/timothy_tests/quick_tests/test_yaffs_link_ENOTDIR2.h index 0aadf96..04b3a5b 100644 --- a/direct/test-framework/timothy_tests/quick_tests/test_yaffs_link_ENOTDIR2.h +++ b/direct/test-framework/timothy_tests/quick_tests/test_yaffs_link_ENOTDIR2.h @@ -1,8 +1,7 @@ /* * YAFFS: Yet another Flash File System . 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 * diff --git a/direct/test-framework/timothy_tests/quick_tests/test_yaffs_link_EROFS.c b/direct/test-framework/timothy_tests/quick_tests/test_yaffs_link_EROFS.c index d3ab40e..87e2a80 100644 --- a/direct/test-framework/timothy_tests/quick_tests/test_yaffs_link_EROFS.c +++ b/direct/test-framework/timothy_tests/quick_tests/test_yaffs_link_EROFS.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 * diff --git a/direct/test-framework/timothy_tests/quick_tests/test_yaffs_link_EROFS.h b/direct/test-framework/timothy_tests/quick_tests/test_yaffs_link_EROFS.h index 6ff4b99..96913a7 100644 --- a/direct/test-framework/timothy_tests/quick_tests/test_yaffs_link_EROFS.h +++ b/direct/test-framework/timothy_tests/quick_tests/test_yaffs_link_EROFS.h @@ -1,8 +1,7 @@ /* * YAFFS: Yet another Flash File System . 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 * diff --git a/direct/test-framework/timothy_tests/quick_tests/test_yaffs_link_NULL.c b/direct/test-framework/timothy_tests/quick_tests/test_yaffs_link_NULL.c index 6df0d2b..d7ea20f 100644 --- a/direct/test-framework/timothy_tests/quick_tests/test_yaffs_link_NULL.c +++ b/direct/test-framework/timothy_tests/quick_tests/test_yaffs_link_NULL.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 * diff --git a/direct/test-framework/timothy_tests/quick_tests/test_yaffs_link_NULL.h b/direct/test-framework/timothy_tests/quick_tests/test_yaffs_link_NULL.h index 4a43f02..f1e0c0a 100644 --- a/direct/test-framework/timothy_tests/quick_tests/test_yaffs_link_NULL.h +++ b/direct/test-framework/timothy_tests/quick_tests/test_yaffs_link_NULL.h @@ -1,8 +1,7 @@ /* * YAFFS: Yet another Flash File System . 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 * diff --git a/direct/test-framework/timothy_tests/quick_tests/test_yaffs_link_NULL2.c b/direct/test-framework/timothy_tests/quick_tests/test_yaffs_link_NULL2.c index bc0e6f2..65a706f 100644 --- a/direct/test-framework/timothy_tests/quick_tests/test_yaffs_link_NULL2.c +++ b/direct/test-framework/timothy_tests/quick_tests/test_yaffs_link_NULL2.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 * diff --git a/direct/test-framework/timothy_tests/quick_tests/test_yaffs_link_NULL2.h b/direct/test-framework/timothy_tests/quick_tests/test_yaffs_link_NULL2.h index 190f197..915d334 100644 --- a/direct/test-framework/timothy_tests/quick_tests/test_yaffs_link_NULL2.h +++ b/direct/test-framework/timothy_tests/quick_tests/test_yaffs_link_NULL2.h @@ -1,8 +1,7 @@ /* * YAFFS: Yet another Flash File System . 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 * diff --git a/direct/test-framework/timothy_tests/quick_tests/test_yaffs_lseek.c b/direct/test-framework/timothy_tests/quick_tests/test_yaffs_lseek.c index 750d350..e42bac8 100644 --- a/direct/test-framework/timothy_tests/quick_tests/test_yaffs_lseek.c +++ b/direct/test-framework/timothy_tests/quick_tests/test_yaffs_lseek.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 * diff --git a/direct/test-framework/timothy_tests/quick_tests/test_yaffs_lseek.h b/direct/test-framework/timothy_tests/quick_tests/test_yaffs_lseek.h index 2c28559..1bc5daf 100644 --- a/direct/test-framework/timothy_tests/quick_tests/test_yaffs_lseek.h +++ b/direct/test-framework/timothy_tests/quick_tests/test_yaffs_lseek.h @@ -1,8 +1,7 @@ /* * YAFFS: Yet another Flash File System . 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 * diff --git a/direct/test-framework/timothy_tests/quick_tests/test_yaffs_lseek_EBADF.c b/direct/test-framework/timothy_tests/quick_tests/test_yaffs_lseek_EBADF.c index 29af47f..807acd8 100644 --- a/direct/test-framework/timothy_tests/quick_tests/test_yaffs_lseek_EBADF.c +++ b/direct/test-framework/timothy_tests/quick_tests/test_yaffs_lseek_EBADF.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 * diff --git a/direct/test-framework/timothy_tests/quick_tests/test_yaffs_lseek_EBADF.h b/direct/test-framework/timothy_tests/quick_tests/test_yaffs_lseek_EBADF.h index 8cec748..aed86bf 100644 --- a/direct/test-framework/timothy_tests/quick_tests/test_yaffs_lseek_EBADF.h +++ b/direct/test-framework/timothy_tests/quick_tests/test_yaffs_lseek_EBADF.h @@ -1,8 +1,7 @@ /* * YAFFS: Yet another Flash File System . 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 * diff --git a/direct/test-framework/timothy_tests/quick_tests/test_yaffs_lseek_EINVAL.c b/direct/test-framework/timothy_tests/quick_tests/test_yaffs_lseek_EINVAL.c index a250309..7621869 100644 --- a/direct/test-framework/timothy_tests/quick_tests/test_yaffs_lseek_EINVAL.c +++ b/direct/test-framework/timothy_tests/quick_tests/test_yaffs_lseek_EINVAL.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 * diff --git a/direct/test-framework/timothy_tests/quick_tests/test_yaffs_lseek_EINVAL.h b/direct/test-framework/timothy_tests/quick_tests/test_yaffs_lseek_EINVAL.h index 25dc8f9..cea3a37 100644 --- a/direct/test-framework/timothy_tests/quick_tests/test_yaffs_lseek_EINVAL.h +++ b/direct/test-framework/timothy_tests/quick_tests/test_yaffs_lseek_EINVAL.h @@ -1,8 +1,7 @@ /* * YAFFS: Yet another Flash File System . 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 * diff --git a/direct/test-framework/timothy_tests/quick_tests/test_yaffs_lseek_EROFS.c b/direct/test-framework/timothy_tests/quick_tests/test_yaffs_lseek_EROFS.c index 1612dae..52c85fc 100644 --- a/direct/test-framework/timothy_tests/quick_tests/test_yaffs_lseek_EROFS.c +++ b/direct/test-framework/timothy_tests/quick_tests/test_yaffs_lseek_EROFS.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 * diff --git a/direct/test-framework/timothy_tests/quick_tests/test_yaffs_lseek_EROFS.h b/direct/test-framework/timothy_tests/quick_tests/test_yaffs_lseek_EROFS.h index 081acca..cbc545c 100644 --- a/direct/test-framework/timothy_tests/quick_tests/test_yaffs_lseek_EROFS.h +++ b/direct/test-framework/timothy_tests/quick_tests/test_yaffs_lseek_EROFS.h @@ -1,8 +1,7 @@ /* * YAFFS: Yet another Flash File System . 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 * diff --git a/direct/test-framework/timothy_tests/quick_tests/test_yaffs_lseek_big_file.c b/direct/test-framework/timothy_tests/quick_tests/test_yaffs_lseek_big_file.c index 37e2814..7b3cff9 100644 --- a/direct/test-framework/timothy_tests/quick_tests/test_yaffs_lseek_big_file.c +++ b/direct/test-framework/timothy_tests/quick_tests/test_yaffs_lseek_big_file.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 * diff --git a/direct/test-framework/timothy_tests/quick_tests/test_yaffs_lseek_big_file.h b/direct/test-framework/timothy_tests/quick_tests/test_yaffs_lseek_big_file.h index 6d1d488..830738d 100644 --- a/direct/test-framework/timothy_tests/quick_tests/test_yaffs_lseek_big_file.h +++ b/direct/test-framework/timothy_tests/quick_tests/test_yaffs_lseek_big_file.h @@ -1,8 +1,7 @@ /* * YAFFS: Yet another Flash File System . 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 * diff --git a/direct/test-framework/timothy_tests/quick_tests/test_yaffs_lstat.c b/direct/test-framework/timothy_tests/quick_tests/test_yaffs_lstat.c index effc77e..b04193b 100644 --- a/direct/test-framework/timothy_tests/quick_tests/test_yaffs_lstat.c +++ b/direct/test-framework/timothy_tests/quick_tests/test_yaffs_lstat.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 * diff --git a/direct/test-framework/timothy_tests/quick_tests/test_yaffs_lstat.h b/direct/test-framework/timothy_tests/quick_tests/test_yaffs_lstat.h index 884a6de..50846e2 100644 --- a/direct/test-framework/timothy_tests/quick_tests/test_yaffs_lstat.h +++ b/direct/test-framework/timothy_tests/quick_tests/test_yaffs_lstat.h @@ -1,8 +1,7 @@ /* * YAFFS: Yet another Flash File System . 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 * diff --git a/direct/test-framework/timothy_tests/quick_tests/test_yaffs_lstat_ENAMETOOLONG.c b/direct/test-framework/timothy_tests/quick_tests/test_yaffs_lstat_ENAMETOOLONG.c index 80ea321..13b5616 100644 --- a/direct/test-framework/timothy_tests/quick_tests/test_yaffs_lstat_ENAMETOOLONG.c +++ b/direct/test-framework/timothy_tests/quick_tests/test_yaffs_lstat_ENAMETOOLONG.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 * diff --git a/direct/test-framework/timothy_tests/quick_tests/test_yaffs_lstat_ENAMETOOLONG.h b/direct/test-framework/timothy_tests/quick_tests/test_yaffs_lstat_ENAMETOOLONG.h index ac18311..e809249 100644 --- a/direct/test-framework/timothy_tests/quick_tests/test_yaffs_lstat_ENAMETOOLONG.h +++ b/direct/test-framework/timothy_tests/quick_tests/test_yaffs_lstat_ENAMETOOLONG.h @@ -1,8 +1,7 @@ /* * YAFFS: Yet another Flash File System . 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 * diff --git a/direct/test-framework/timothy_tests/quick_tests/test_yaffs_lstat_ENOENT.c b/direct/test-framework/timothy_tests/quick_tests/test_yaffs_lstat_ENOENT.c index b600580..4588ad7 100644 --- a/direct/test-framework/timothy_tests/quick_tests/test_yaffs_lstat_ENOENT.c +++ b/direct/test-framework/timothy_tests/quick_tests/test_yaffs_lstat_ENOENT.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 * diff --git a/direct/test-framework/timothy_tests/quick_tests/test_yaffs_lstat_ENOENT.h b/direct/test-framework/timothy_tests/quick_tests/test_yaffs_lstat_ENOENT.h index d778594..c3a487e 100644 --- a/direct/test-framework/timothy_tests/quick_tests/test_yaffs_lstat_ENOENT.h +++ b/direct/test-framework/timothy_tests/quick_tests/test_yaffs_lstat_ENOENT.h @@ -1,8 +1,7 @@ /* * YAFFS: Yet another Flash File System . 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 * diff --git a/direct/test-framework/timothy_tests/quick_tests/test_yaffs_lstat_ENOTDIR.c b/direct/test-framework/timothy_tests/quick_tests/test_yaffs_lstat_ENOTDIR.c index b4bd38e..b284682 100644 --- a/direct/test-framework/timothy_tests/quick_tests/test_yaffs_lstat_ENOTDIR.c +++ b/direct/test-framework/timothy_tests/quick_tests/test_yaffs_lstat_ENOTDIR.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 * diff --git a/direct/test-framework/timothy_tests/quick_tests/test_yaffs_lstat_ENOTDIR.h b/direct/test-framework/timothy_tests/quick_tests/test_yaffs_lstat_ENOTDIR.h index 948a884..fe1f240 100644 --- a/direct/test-framework/timothy_tests/quick_tests/test_yaffs_lstat_ENOTDIR.h +++ b/direct/test-framework/timothy_tests/quick_tests/test_yaffs_lstat_ENOTDIR.h @@ -1,8 +1,7 @@ /* * YAFFS: Yet another Flash File System . 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 * diff --git a/direct/test-framework/timothy_tests/quick_tests/test_yaffs_lstat_NULL.c b/direct/test-framework/timothy_tests/quick_tests/test_yaffs_lstat_NULL.c index a6b91bc..95f7e38 100644 --- a/direct/test-framework/timothy_tests/quick_tests/test_yaffs_lstat_NULL.c +++ b/direct/test-framework/timothy_tests/quick_tests/test_yaffs_lstat_NULL.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 * diff --git a/direct/test-framework/timothy_tests/quick_tests/test_yaffs_lstat_NULL.h b/direct/test-framework/timothy_tests/quick_tests/test_yaffs_lstat_NULL.h index f8d85f4..0fae06c 100644 --- a/direct/test-framework/timothy_tests/quick_tests/test_yaffs_lstat_NULL.h +++ b/direct/test-framework/timothy_tests/quick_tests/test_yaffs_lstat_NULL.h @@ -1,8 +1,7 @@ /* * YAFFS: Yet another Flash File System . 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 * diff --git a/direct/test-framework/timothy_tests/quick_tests/test_yaffs_mkdir.c b/direct/test-framework/timothy_tests/quick_tests/test_yaffs_mkdir.c index 543775b..47e5696 100644 --- a/direct/test-framework/timothy_tests/quick_tests/test_yaffs_mkdir.c +++ b/direct/test-framework/timothy_tests/quick_tests/test_yaffs_mkdir.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 * diff --git a/direct/test-framework/timothy_tests/quick_tests/test_yaffs_mkdir.h b/direct/test-framework/timothy_tests/quick_tests/test_yaffs_mkdir.h index 5e016d3..47ee019 100644 --- a/direct/test-framework/timothy_tests/quick_tests/test_yaffs_mkdir.h +++ b/direct/test-framework/timothy_tests/quick_tests/test_yaffs_mkdir.h @@ -1,8 +1,7 @@ /* * YAFFS: Yet another Flash File System . 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 * diff --git a/direct/test-framework/timothy_tests/quick_tests/test_yaffs_mkdir_EEXIST.c b/direct/test-framework/timothy_tests/quick_tests/test_yaffs_mkdir_EEXIST.c index c569531..3c77bfd 100644 --- a/direct/test-framework/timothy_tests/quick_tests/test_yaffs_mkdir_EEXIST.c +++ b/direct/test-framework/timothy_tests/quick_tests/test_yaffs_mkdir_EEXIST.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 * diff --git a/direct/test-framework/timothy_tests/quick_tests/test_yaffs_mkdir_EEXIST.h b/direct/test-framework/timothy_tests/quick_tests/test_yaffs_mkdir_EEXIST.h index c1c7376..e4d5b55 100644 --- a/direct/test-framework/timothy_tests/quick_tests/test_yaffs_mkdir_EEXIST.h +++ b/direct/test-framework/timothy_tests/quick_tests/test_yaffs_mkdir_EEXIST.h @@ -1,8 +1,7 @@ /* * YAFFS: Yet another Flash File System . 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 * diff --git a/direct/test-framework/timothy_tests/quick_tests/test_yaffs_mkdir_ELOOP_dir.c b/direct/test-framework/timothy_tests/quick_tests/test_yaffs_mkdir_ELOOP_dir.c index 9a44979..a557d36 100644 --- a/direct/test-framework/timothy_tests/quick_tests/test_yaffs_mkdir_ELOOP_dir.c +++ b/direct/test-framework/timothy_tests/quick_tests/test_yaffs_mkdir_ELOOP_dir.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 * diff --git a/direct/test-framework/timothy_tests/quick_tests/test_yaffs_mkdir_ELOOP_dir.h b/direct/test-framework/timothy_tests/quick_tests/test_yaffs_mkdir_ELOOP_dir.h index 0c11adf..e158113 100644 --- a/direct/test-framework/timothy_tests/quick_tests/test_yaffs_mkdir_ELOOP_dir.h +++ b/direct/test-framework/timothy_tests/quick_tests/test_yaffs_mkdir_ELOOP_dir.h @@ -1,8 +1,7 @@ /* * YAFFS: Yet another Flash File System . 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 * diff --git a/direct/test-framework/timothy_tests/quick_tests/test_yaffs_mkdir_ENAMETOOLONG.c b/direct/test-framework/timothy_tests/quick_tests/test_yaffs_mkdir_ENAMETOOLONG.c index 630b82d..487c13d 100644 --- a/direct/test-framework/timothy_tests/quick_tests/test_yaffs_mkdir_ENAMETOOLONG.c +++ b/direct/test-framework/timothy_tests/quick_tests/test_yaffs_mkdir_ENAMETOOLONG.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 * diff --git a/direct/test-framework/timothy_tests/quick_tests/test_yaffs_mkdir_ENAMETOOLONG.h b/direct/test-framework/timothy_tests/quick_tests/test_yaffs_mkdir_ENAMETOOLONG.h index 54961d6..8a1498c 100644 --- a/direct/test-framework/timothy_tests/quick_tests/test_yaffs_mkdir_ENAMETOOLONG.h +++ b/direct/test-framework/timothy_tests/quick_tests/test_yaffs_mkdir_ENAMETOOLONG.h @@ -1,8 +1,7 @@ /* * YAFFS: Yet another Flash File System . 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 * diff --git a/direct/test-framework/timothy_tests/quick_tests/test_yaffs_mkdir_ENOENT.c b/direct/test-framework/timothy_tests/quick_tests/test_yaffs_mkdir_ENOENT.c index ee20c30..339532c 100644 --- a/direct/test-framework/timothy_tests/quick_tests/test_yaffs_mkdir_ENOENT.c +++ b/direct/test-framework/timothy_tests/quick_tests/test_yaffs_mkdir_ENOENT.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 * diff --git a/direct/test-framework/timothy_tests/quick_tests/test_yaffs_mkdir_ENOENT.h b/direct/test-framework/timothy_tests/quick_tests/test_yaffs_mkdir_ENOENT.h index e454fc6..86eddf0 100644 --- a/direct/test-framework/timothy_tests/quick_tests/test_yaffs_mkdir_ENOENT.h +++ b/direct/test-framework/timothy_tests/quick_tests/test_yaffs_mkdir_ENOENT.h @@ -1,8 +1,7 @@ /* * YAFFS: Yet another Flash File System . 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 * diff --git a/direct/test-framework/timothy_tests/quick_tests/test_yaffs_mkdir_ENOTDIR.c b/direct/test-framework/timothy_tests/quick_tests/test_yaffs_mkdir_ENOTDIR.c index f461401..1919c3d 100644 --- a/direct/test-framework/timothy_tests/quick_tests/test_yaffs_mkdir_ENOTDIR.c +++ b/direct/test-framework/timothy_tests/quick_tests/test_yaffs_mkdir_ENOTDIR.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 * diff --git a/direct/test-framework/timothy_tests/quick_tests/test_yaffs_mkdir_ENOTDIR.h b/direct/test-framework/timothy_tests/quick_tests/test_yaffs_mkdir_ENOTDIR.h index 29a7a01..4744185 100644 --- a/direct/test-framework/timothy_tests/quick_tests/test_yaffs_mkdir_ENOTDIR.h +++ b/direct/test-framework/timothy_tests/quick_tests/test_yaffs_mkdir_ENOTDIR.h @@ -1,8 +1,7 @@ /* * YAFFS: Yet another Flash File System . 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 * diff --git a/direct/test-framework/timothy_tests/quick_tests/test_yaffs_mkdir_EROFS.c b/direct/test-framework/timothy_tests/quick_tests/test_yaffs_mkdir_EROFS.c index f7dad34..b9ce262 100644 --- a/direct/test-framework/timothy_tests/quick_tests/test_yaffs_mkdir_EROFS.c +++ b/direct/test-framework/timothy_tests/quick_tests/test_yaffs_mkdir_EROFS.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 * diff --git a/direct/test-framework/timothy_tests/quick_tests/test_yaffs_mkdir_EROFS.h b/direct/test-framework/timothy_tests/quick_tests/test_yaffs_mkdir_EROFS.h index b786e66..989c826 100644 --- a/direct/test-framework/timothy_tests/quick_tests/test_yaffs_mkdir_EROFS.h +++ b/direct/test-framework/timothy_tests/quick_tests/test_yaffs_mkdir_EROFS.h @@ -1,8 +1,7 @@ /* * YAFFS: Yet another Flash File System . 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 * diff --git a/direct/test-framework/timothy_tests/quick_tests/test_yaffs_mkdir_NULL.c b/direct/test-framework/timothy_tests/quick_tests/test_yaffs_mkdir_NULL.c index 3fb5c51..5afd7ea 100644 --- a/direct/test-framework/timothy_tests/quick_tests/test_yaffs_mkdir_NULL.c +++ b/direct/test-framework/timothy_tests/quick_tests/test_yaffs_mkdir_NULL.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 * diff --git a/direct/test-framework/timothy_tests/quick_tests/test_yaffs_mkdir_NULL.h b/direct/test-framework/timothy_tests/quick_tests/test_yaffs_mkdir_NULL.h index 81fe54d..b3a3a5a 100644 --- a/direct/test-framework/timothy_tests/quick_tests/test_yaffs_mkdir_NULL.h +++ b/direct/test-framework/timothy_tests/quick_tests/test_yaffs_mkdir_NULL.h @@ -1,8 +1,7 @@ /* * YAFFS: Yet another Flash File System . 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 * diff --git a/direct/test-framework/timothy_tests/quick_tests/test_yaffs_mount.c b/direct/test-framework/timothy_tests/quick_tests/test_yaffs_mount.c index d1e4d57..7f27596 100644 --- a/direct/test-framework/timothy_tests/quick_tests/test_yaffs_mount.c +++ b/direct/test-framework/timothy_tests/quick_tests/test_yaffs_mount.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 * diff --git a/direct/test-framework/timothy_tests/quick_tests/test_yaffs_mount.h b/direct/test-framework/timothy_tests/quick_tests/test_yaffs_mount.h index 716ce3b..170141b 100644 --- a/direct/test-framework/timothy_tests/quick_tests/test_yaffs_mount.h +++ b/direct/test-framework/timothy_tests/quick_tests/test_yaffs_mount.h @@ -1,8 +1,7 @@ /* * YAFFS: Yet another Flash File System . 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 * diff --git a/direct/test-framework/timothy_tests/quick_tests/test_yaffs_mount2.c b/direct/test-framework/timothy_tests/quick_tests/test_yaffs_mount2.c index d065b2e..9223452 100644 --- a/direct/test-framework/timothy_tests/quick_tests/test_yaffs_mount2.c +++ b/direct/test-framework/timothy_tests/quick_tests/test_yaffs_mount2.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 * diff --git a/direct/test-framework/timothy_tests/quick_tests/test_yaffs_mount2.h b/direct/test-framework/timothy_tests/quick_tests/test_yaffs_mount2.h index e3540e8..f36f24e 100644 --- a/direct/test-framework/timothy_tests/quick_tests/test_yaffs_mount2.h +++ b/direct/test-framework/timothy_tests/quick_tests/test_yaffs_mount2.h @@ -1,8 +1,7 @@ /* * YAFFS: Yet another Flash File System . 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 * diff --git a/direct/test-framework/timothy_tests/quick_tests/test_yaffs_mount2_ENODEV.c b/direct/test-framework/timothy_tests/quick_tests/test_yaffs_mount2_ENODEV.c index 9764742..dc44ed2 100644 --- a/direct/test-framework/timothy_tests/quick_tests/test_yaffs_mount2_ENODEV.c +++ b/direct/test-framework/timothy_tests/quick_tests/test_yaffs_mount2_ENODEV.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 * diff --git a/direct/test-framework/timothy_tests/quick_tests/test_yaffs_mount2_ENODEV.h b/direct/test-framework/timothy_tests/quick_tests/test_yaffs_mount2_ENODEV.h index b4c2f87..e0cc839 100644 --- a/direct/test-framework/timothy_tests/quick_tests/test_yaffs_mount2_ENODEV.h +++ b/direct/test-framework/timothy_tests/quick_tests/test_yaffs_mount2_ENODEV.h @@ -1,8 +1,7 @@ /* * YAFFS: Yet another Flash File System . 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 * diff --git a/direct/test-framework/timothy_tests/quick_tests/test_yaffs_mount_EBUSY.c b/direct/test-framework/timothy_tests/quick_tests/test_yaffs_mount_EBUSY.c index 96804a1..f751a4d 100644 --- a/direct/test-framework/timothy_tests/quick_tests/test_yaffs_mount_EBUSY.c +++ b/direct/test-framework/timothy_tests/quick_tests/test_yaffs_mount_EBUSY.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 * diff --git a/direct/test-framework/timothy_tests/quick_tests/test_yaffs_mount_EBUSY.h b/direct/test-framework/timothy_tests/quick_tests/test_yaffs_mount_EBUSY.h index c69b944..5eb4bdf 100644 --- a/direct/test-framework/timothy_tests/quick_tests/test_yaffs_mount_EBUSY.h +++ b/direct/test-framework/timothy_tests/quick_tests/test_yaffs_mount_EBUSY.h @@ -1,8 +1,7 @@ /* * YAFFS: Yet another Flash File System . 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 * diff --git a/direct/test-framework/timothy_tests/quick_tests/test_yaffs_mount_ENAMETOOLONG.c b/direct/test-framework/timothy_tests/quick_tests/test_yaffs_mount_ENAMETOOLONG.c index e0d6b32..32f1022 100644 --- a/direct/test-framework/timothy_tests/quick_tests/test_yaffs_mount_ENAMETOOLONG.c +++ b/direct/test-framework/timothy_tests/quick_tests/test_yaffs_mount_ENAMETOOLONG.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 * diff --git a/direct/test-framework/timothy_tests/quick_tests/test_yaffs_mount_ENAMETOOLONG.h b/direct/test-framework/timothy_tests/quick_tests/test_yaffs_mount_ENAMETOOLONG.h index 26eb0d7..37539c2 100644 --- a/direct/test-framework/timothy_tests/quick_tests/test_yaffs_mount_ENAMETOOLONG.h +++ b/direct/test-framework/timothy_tests/quick_tests/test_yaffs_mount_ENAMETOOLONG.h @@ -1,8 +1,7 @@ /* * YAFFS: Yet another Flash File System . 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 * diff --git a/direct/test-framework/timothy_tests/quick_tests/test_yaffs_mount_ENODEV.c b/direct/test-framework/timothy_tests/quick_tests/test_yaffs_mount_ENODEV.c index c53a7b8..5cc88e9 100644 --- a/direct/test-framework/timothy_tests/quick_tests/test_yaffs_mount_ENODEV.c +++ b/direct/test-framework/timothy_tests/quick_tests/test_yaffs_mount_ENODEV.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 * diff --git a/direct/test-framework/timothy_tests/quick_tests/test_yaffs_mount_ENODEV.h b/direct/test-framework/timothy_tests/quick_tests/test_yaffs_mount_ENODEV.h index 538cb09..c352fe7 100644 --- a/direct/test-framework/timothy_tests/quick_tests/test_yaffs_mount_ENODEV.h +++ b/direct/test-framework/timothy_tests/quick_tests/test_yaffs_mount_ENODEV.h @@ -1,8 +1,7 @@ /* * YAFFS: Yet another Flash File System . 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 * diff --git a/direct/test-framework/timothy_tests/quick_tests/test_yaffs_mount_NULL.c b/direct/test-framework/timothy_tests/quick_tests/test_yaffs_mount_NULL.c index cb73609..d13b5a7 100644 --- a/direct/test-framework/timothy_tests/quick_tests/test_yaffs_mount_NULL.c +++ b/direct/test-framework/timothy_tests/quick_tests/test_yaffs_mount_NULL.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 * diff --git a/direct/test-framework/timothy_tests/quick_tests/test_yaffs_mount_NULL.h b/direct/test-framework/timothy_tests/quick_tests/test_yaffs_mount_NULL.h index aa8ee2a..33d5fae 100644 --- a/direct/test-framework/timothy_tests/quick_tests/test_yaffs_mount_NULL.h +++ b/direct/test-framework/timothy_tests/quick_tests/test_yaffs_mount_NULL.h @@ -1,8 +1,7 @@ /* * YAFFS: Yet another Flash File System . 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 * diff --git a/direct/test-framework/timothy_tests/quick_tests/test_yaffs_open.c b/direct/test-framework/timothy_tests/quick_tests/test_yaffs_open.c index 52c88ad..ccfc2df 100644 --- a/direct/test-framework/timothy_tests/quick_tests/test_yaffs_open.c +++ b/direct/test-framework/timothy_tests/quick_tests/test_yaffs_open.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 * diff --git a/direct/test-framework/timothy_tests/quick_tests/test_yaffs_open.h b/direct/test-framework/timothy_tests/quick_tests/test_yaffs_open.h index 9001c91..eabf152 100644 --- a/direct/test-framework/timothy_tests/quick_tests/test_yaffs_open.h +++ b/direct/test-framework/timothy_tests/quick_tests/test_yaffs_open.h @@ -1,8 +1,7 @@ /* * YAFFS: Yet another Flash File System . 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 * diff --git a/direct/test-framework/timothy_tests/quick_tests/test_yaffs_open_EACCES.c b/direct/test-framework/timothy_tests/quick_tests/test_yaffs_open_EACCES.c index c333c3f..488fd77 100644 --- a/direct/test-framework/timothy_tests/quick_tests/test_yaffs_open_EACCES.c +++ b/direct/test-framework/timothy_tests/quick_tests/test_yaffs_open_EACCES.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 * diff --git a/direct/test-framework/timothy_tests/quick_tests/test_yaffs_open_EACCES.h b/direct/test-framework/timothy_tests/quick_tests/test_yaffs_open_EACCES.h index 618b2cb..440d869 100644 --- a/direct/test-framework/timothy_tests/quick_tests/test_yaffs_open_EACCES.h +++ b/direct/test-framework/timothy_tests/quick_tests/test_yaffs_open_EACCES.h @@ -1,8 +1,7 @@ /* * YAFFS: Yet another Flash File System . 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 * diff --git a/direct/test-framework/timothy_tests/quick_tests/test_yaffs_open_EEXIST.c b/direct/test-framework/timothy_tests/quick_tests/test_yaffs_open_EEXIST.c index 4e5a2a4..dfcb400 100644 --- a/direct/test-framework/timothy_tests/quick_tests/test_yaffs_open_EEXIST.c +++ b/direct/test-framework/timothy_tests/quick_tests/test_yaffs_open_EEXIST.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 * diff --git a/direct/test-framework/timothy_tests/quick_tests/test_yaffs_open_EEXIST.h b/direct/test-framework/timothy_tests/quick_tests/test_yaffs_open_EEXIST.h index 2efa65d..b5603c3 100644 --- a/direct/test-framework/timothy_tests/quick_tests/test_yaffs_open_EEXIST.h +++ b/direct/test-framework/timothy_tests/quick_tests/test_yaffs_open_EEXIST.h @@ -1,8 +1,7 @@ /* * YAFFS: Yet another Flash File System . 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 * diff --git a/direct/test-framework/timothy_tests/quick_tests/test_yaffs_open_EINVAL.c b/direct/test-framework/timothy_tests/quick_tests/test_yaffs_open_EINVAL.c index 7729369..34f639d 100644 --- a/direct/test-framework/timothy_tests/quick_tests/test_yaffs_open_EINVAL.c +++ b/direct/test-framework/timothy_tests/quick_tests/test_yaffs_open_EINVAL.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 * diff --git a/direct/test-framework/timothy_tests/quick_tests/test_yaffs_open_EINVAL.h b/direct/test-framework/timothy_tests/quick_tests/test_yaffs_open_EINVAL.h index 58779b1..4abdcb4 100644 --- a/direct/test-framework/timothy_tests/quick_tests/test_yaffs_open_EINVAL.h +++ b/direct/test-framework/timothy_tests/quick_tests/test_yaffs_open_EINVAL.h @@ -1,8 +1,7 @@ /* * YAFFS: Yet another Flash File System . 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 * diff --git a/direct/test-framework/timothy_tests/quick_tests/test_yaffs_open_EINVAL2.c b/direct/test-framework/timothy_tests/quick_tests/test_yaffs_open_EINVAL2.c index ddbbf19..7c283d6 100644 --- a/direct/test-framework/timothy_tests/quick_tests/test_yaffs_open_EINVAL2.c +++ b/direct/test-framework/timothy_tests/quick_tests/test_yaffs_open_EINVAL2.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 * diff --git a/direct/test-framework/timothy_tests/quick_tests/test_yaffs_open_EINVAL2.h b/direct/test-framework/timothy_tests/quick_tests/test_yaffs_open_EINVAL2.h index 71770f3..5199b71 100644 --- a/direct/test-framework/timothy_tests/quick_tests/test_yaffs_open_EINVAL2.h +++ b/direct/test-framework/timothy_tests/quick_tests/test_yaffs_open_EINVAL2.h @@ -1,8 +1,7 @@ /* * YAFFS: Yet another Flash File System . 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 * diff --git a/direct/test-framework/timothy_tests/quick_tests/test_yaffs_open_EISDIR.c b/direct/test-framework/timothy_tests/quick_tests/test_yaffs_open_EISDIR.c index 3246a52..8ca3cea 100644 --- a/direct/test-framework/timothy_tests/quick_tests/test_yaffs_open_EISDIR.c +++ b/direct/test-framework/timothy_tests/quick_tests/test_yaffs_open_EISDIR.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 * diff --git a/direct/test-framework/timothy_tests/quick_tests/test_yaffs_open_EISDIR.h b/direct/test-framework/timothy_tests/quick_tests/test_yaffs_open_EISDIR.h index 9f985bb..4282ae4 100644 --- a/direct/test-framework/timothy_tests/quick_tests/test_yaffs_open_EISDIR.h +++ b/direct/test-framework/timothy_tests/quick_tests/test_yaffs_open_EISDIR.h @@ -1,8 +1,7 @@ /* * YAFFS: Yet another Flash File System . 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 * diff --git a/direct/test-framework/timothy_tests/quick_tests/test_yaffs_open_ELOOP.c b/direct/test-framework/timothy_tests/quick_tests/test_yaffs_open_ELOOP.c index 2c831bb..db71710 100644 --- a/direct/test-framework/timothy_tests/quick_tests/test_yaffs_open_ELOOP.c +++ b/direct/test-framework/timothy_tests/quick_tests/test_yaffs_open_ELOOP.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 * diff --git a/direct/test-framework/timothy_tests/quick_tests/test_yaffs_open_ELOOP.h b/direct/test-framework/timothy_tests/quick_tests/test_yaffs_open_ELOOP.h index 50cd3f6..bc853d1 100644 --- a/direct/test-framework/timothy_tests/quick_tests/test_yaffs_open_ELOOP.h +++ b/direct/test-framework/timothy_tests/quick_tests/test_yaffs_open_ELOOP.h @@ -1,8 +1,7 @@ /* * YAFFS: Yet another Flash File System . 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 * diff --git a/direct/test-framework/timothy_tests/quick_tests/test_yaffs_open_ELOOP_dir.c b/direct/test-framework/timothy_tests/quick_tests/test_yaffs_open_ELOOP_dir.c index 0ce0312..be6fc47 100644 --- a/direct/test-framework/timothy_tests/quick_tests/test_yaffs_open_ELOOP_dir.c +++ b/direct/test-framework/timothy_tests/quick_tests/test_yaffs_open_ELOOP_dir.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 * diff --git a/direct/test-framework/timothy_tests/quick_tests/test_yaffs_open_ELOOP_dir.h b/direct/test-framework/timothy_tests/quick_tests/test_yaffs_open_ELOOP_dir.h index 4b0af38..15597ca 100644 --- a/direct/test-framework/timothy_tests/quick_tests/test_yaffs_open_ELOOP_dir.h +++ b/direct/test-framework/timothy_tests/quick_tests/test_yaffs_open_ELOOP_dir.h @@ -1,8 +1,7 @@ /* * YAFFS: Yet another Flash File System . 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 * diff --git a/direct/test-framework/timothy_tests/quick_tests/test_yaffs_open_ENAMETOOLONG.c b/direct/test-framework/timothy_tests/quick_tests/test_yaffs_open_ENAMETOOLONG.c index fdd03f7..104c1bc 100644 --- a/direct/test-framework/timothy_tests/quick_tests/test_yaffs_open_ENAMETOOLONG.c +++ b/direct/test-framework/timothy_tests/quick_tests/test_yaffs_open_ENAMETOOLONG.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 * diff --git a/direct/test-framework/timothy_tests/quick_tests/test_yaffs_open_ENAMETOOLONG.h b/direct/test-framework/timothy_tests/quick_tests/test_yaffs_open_ENAMETOOLONG.h index b6e9d71..67de5ba 100644 --- a/direct/test-framework/timothy_tests/quick_tests/test_yaffs_open_ENAMETOOLONG.h +++ b/direct/test-framework/timothy_tests/quick_tests/test_yaffs_open_ENAMETOOLONG.h @@ -1,8 +1,7 @@ /* * YAFFS: Yet another Flash File System . 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 * diff --git a/direct/test-framework/timothy_tests/quick_tests/test_yaffs_open_ENOENT.c b/direct/test-framework/timothy_tests/quick_tests/test_yaffs_open_ENOENT.c index f837e8c..2c0da03 100644 --- a/direct/test-framework/timothy_tests/quick_tests/test_yaffs_open_ENOENT.c +++ b/direct/test-framework/timothy_tests/quick_tests/test_yaffs_open_ENOENT.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 * diff --git a/direct/test-framework/timothy_tests/quick_tests/test_yaffs_open_ENOENT.h b/direct/test-framework/timothy_tests/quick_tests/test_yaffs_open_ENOENT.h index f43e4d0..a92a09c 100644 --- a/direct/test-framework/timothy_tests/quick_tests/test_yaffs_open_ENOENT.h +++ b/direct/test-framework/timothy_tests/quick_tests/test_yaffs_open_ENOENT.h @@ -1,8 +1,7 @@ /* * YAFFS: Yet another Flash File System . 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 * diff --git a/direct/test-framework/timothy_tests/quick_tests/test_yaffs_open_ENOTDIR.c b/direct/test-framework/timothy_tests/quick_tests/test_yaffs_open_ENOTDIR.c index 45337fd..21f187c 100644 --- a/direct/test-framework/timothy_tests/quick_tests/test_yaffs_open_ENOTDIR.c +++ b/direct/test-framework/timothy_tests/quick_tests/test_yaffs_open_ENOTDIR.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 * diff --git a/direct/test-framework/timothy_tests/quick_tests/test_yaffs_open_ENOTDIR.h b/direct/test-framework/timothy_tests/quick_tests/test_yaffs_open_ENOTDIR.h index 6f8ef2d..a9c99ce 100644 --- a/direct/test-framework/timothy_tests/quick_tests/test_yaffs_open_ENOTDIR.h +++ b/direct/test-framework/timothy_tests/quick_tests/test_yaffs_open_ENOTDIR.h @@ -1,8 +1,7 @@ /* * YAFFS: Yet another Flash File System . 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 * diff --git a/direct/test-framework/timothy_tests/quick_tests/test_yaffs_open_EROFS.c b/direct/test-framework/timothy_tests/quick_tests/test_yaffs_open_EROFS.c index 981c799..aa214c0 100644 --- a/direct/test-framework/timothy_tests/quick_tests/test_yaffs_open_EROFS.c +++ b/direct/test-framework/timothy_tests/quick_tests/test_yaffs_open_EROFS.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 * diff --git a/direct/test-framework/timothy_tests/quick_tests/test_yaffs_open_EROFS.h b/direct/test-framework/timothy_tests/quick_tests/test_yaffs_open_EROFS.h index 0fc304f..7c22958 100644 --- a/direct/test-framework/timothy_tests/quick_tests/test_yaffs_open_EROFS.h +++ b/direct/test-framework/timothy_tests/quick_tests/test_yaffs_open_EROFS.h @@ -1,8 +1,7 @@ /* * YAFFS: Yet another Flash File System . 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 * diff --git a/direct/test-framework/timothy_tests/quick_tests/test_yaffs_open_NULL.c b/direct/test-framework/timothy_tests/quick_tests/test_yaffs_open_NULL.c index d898f8c..79f6b20 100644 --- a/direct/test-framework/timothy_tests/quick_tests/test_yaffs_open_NULL.c +++ b/direct/test-framework/timothy_tests/quick_tests/test_yaffs_open_NULL.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 * diff --git a/direct/test-framework/timothy_tests/quick_tests/test_yaffs_open_NULL.h b/direct/test-framework/timothy_tests/quick_tests/test_yaffs_open_NULL.h index 93fbf82..626d193 100644 --- a/direct/test-framework/timothy_tests/quick_tests/test_yaffs_open_NULL.h +++ b/direct/test-framework/timothy_tests/quick_tests/test_yaffs_open_NULL.h @@ -1,8 +1,7 @@ /* * YAFFS: Yet another Flash File System . 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 * diff --git a/direct/test-framework/timothy_tests/quick_tests/test_yaffs_read.c b/direct/test-framework/timothy_tests/quick_tests/test_yaffs_read.c index 1bcf403..81ae447 100644 --- a/direct/test-framework/timothy_tests/quick_tests/test_yaffs_read.c +++ b/direct/test-framework/timothy_tests/quick_tests/test_yaffs_read.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 * diff --git a/direct/test-framework/timothy_tests/quick_tests/test_yaffs_read.h b/direct/test-framework/timothy_tests/quick_tests/test_yaffs_read.h index 2458a77..564018b 100644 --- a/direct/test-framework/timothy_tests/quick_tests/test_yaffs_read.h +++ b/direct/test-framework/timothy_tests/quick_tests/test_yaffs_read.h @@ -1,8 +1,7 @@ /* * YAFFS: Yet another Flash File System . 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 * diff --git a/direct/test-framework/timothy_tests/quick_tests/test_yaffs_read_EBADF.c b/direct/test-framework/timothy_tests/quick_tests/test_yaffs_read_EBADF.c index 76447bc..2af38f6 100644 --- a/direct/test-framework/timothy_tests/quick_tests/test_yaffs_read_EBADF.c +++ b/direct/test-framework/timothy_tests/quick_tests/test_yaffs_read_EBADF.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 * diff --git a/direct/test-framework/timothy_tests/quick_tests/test_yaffs_read_EBADF.h b/direct/test-framework/timothy_tests/quick_tests/test_yaffs_read_EBADF.h index 0fc055a..2710123 100644 --- a/direct/test-framework/timothy_tests/quick_tests/test_yaffs_read_EBADF.h +++ b/direct/test-framework/timothy_tests/quick_tests/test_yaffs_read_EBADF.h @@ -1,8 +1,7 @@ /* * YAFFS: Yet another Flash File System . 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 * diff --git a/direct/test-framework/timothy_tests/quick_tests/test_yaffs_read_EINVAL.c b/direct/test-framework/timothy_tests/quick_tests/test_yaffs_read_EINVAL.c index e00e868..c024df2 100644 --- a/direct/test-framework/timothy_tests/quick_tests/test_yaffs_read_EINVAL.c +++ b/direct/test-framework/timothy_tests/quick_tests/test_yaffs_read_EINVAL.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 * diff --git a/direct/test-framework/timothy_tests/quick_tests/test_yaffs_read_EINVAL.h b/direct/test-framework/timothy_tests/quick_tests/test_yaffs_read_EINVAL.h index 79b8d65..78009b5 100644 --- a/direct/test-framework/timothy_tests/quick_tests/test_yaffs_read_EINVAL.h +++ b/direct/test-framework/timothy_tests/quick_tests/test_yaffs_read_EINVAL.h @@ -1,8 +1,7 @@ /* * YAFFS: Yet another Flash File System . 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 * diff --git a/direct/test-framework/timothy_tests/quick_tests/test_yaffs_remount_EINVAL.c b/direct/test-framework/timothy_tests/quick_tests/test_yaffs_remount_EINVAL.c index 53506b4..e2fb5f5 100644 --- a/direct/test-framework/timothy_tests/quick_tests/test_yaffs_remount_EINVAL.c +++ b/direct/test-framework/timothy_tests/quick_tests/test_yaffs_remount_EINVAL.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 * diff --git a/direct/test-framework/timothy_tests/quick_tests/test_yaffs_remount_EINVAL.h b/direct/test-framework/timothy_tests/quick_tests/test_yaffs_remount_EINVAL.h index a5ebd6b..6cfa68e 100644 --- a/direct/test-framework/timothy_tests/quick_tests/test_yaffs_remount_EINVAL.h +++ b/direct/test-framework/timothy_tests/quick_tests/test_yaffs_remount_EINVAL.h @@ -1,8 +1,7 @@ /* * YAFFS: Yet another Flash File System . 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 * diff --git a/direct/test-framework/timothy_tests/quick_tests/test_yaffs_remount_ENAMETOOLONG.c b/direct/test-framework/timothy_tests/quick_tests/test_yaffs_remount_ENAMETOOLONG.c index b70551d..cb72b6d 100644 --- a/direct/test-framework/timothy_tests/quick_tests/test_yaffs_remount_ENAMETOOLONG.c +++ b/direct/test-framework/timothy_tests/quick_tests/test_yaffs_remount_ENAMETOOLONG.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 * diff --git a/direct/test-framework/timothy_tests/quick_tests/test_yaffs_remount_ENAMETOOLONG.h b/direct/test-framework/timothy_tests/quick_tests/test_yaffs_remount_ENAMETOOLONG.h index 30ee880..60b4450 100644 --- a/direct/test-framework/timothy_tests/quick_tests/test_yaffs_remount_ENAMETOOLONG.h +++ b/direct/test-framework/timothy_tests/quick_tests/test_yaffs_remount_ENAMETOOLONG.h @@ -1,8 +1,7 @@ /* * YAFFS: Yet another Flash File System . 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 * diff --git a/direct/test-framework/timothy_tests/quick_tests/test_yaffs_remount_ENODEV.c b/direct/test-framework/timothy_tests/quick_tests/test_yaffs_remount_ENODEV.c index babe1ab..63b7fc0 100644 --- a/direct/test-framework/timothy_tests/quick_tests/test_yaffs_remount_ENODEV.c +++ b/direct/test-framework/timothy_tests/quick_tests/test_yaffs_remount_ENODEV.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 * diff --git a/direct/test-framework/timothy_tests/quick_tests/test_yaffs_remount_ENODEV.h b/direct/test-framework/timothy_tests/quick_tests/test_yaffs_remount_ENODEV.h index 435bea1..09feedd 100644 --- a/direct/test-framework/timothy_tests/quick_tests/test_yaffs_remount_ENODEV.h +++ b/direct/test-framework/timothy_tests/quick_tests/test_yaffs_remount_ENODEV.h @@ -1,8 +1,7 @@ /* * YAFFS: Yet another Flash File System . 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 * diff --git a/direct/test-framework/timothy_tests/quick_tests/test_yaffs_remount_NULL.c b/direct/test-framework/timothy_tests/quick_tests/test_yaffs_remount_NULL.c index aea41fb..277716f 100644 --- a/direct/test-framework/timothy_tests/quick_tests/test_yaffs_remount_NULL.c +++ b/direct/test-framework/timothy_tests/quick_tests/test_yaffs_remount_NULL.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 * diff --git a/direct/test-framework/timothy_tests/quick_tests/test_yaffs_remount_NULL.h b/direct/test-framework/timothy_tests/quick_tests/test_yaffs_remount_NULL.h index ae703cc..d947102 100644 --- a/direct/test-framework/timothy_tests/quick_tests/test_yaffs_remount_NULL.h +++ b/direct/test-framework/timothy_tests/quick_tests/test_yaffs_remount_NULL.h @@ -1,8 +1,7 @@ /* * YAFFS: Yet another Flash File System . 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 * diff --git a/direct/test-framework/timothy_tests/quick_tests/test_yaffs_remount_force_off_read_only_off.c b/direct/test-framework/timothy_tests/quick_tests/test_yaffs_remount_force_off_read_only_off.c index c00ef3b..c1f24ac 100644 --- a/direct/test-framework/timothy_tests/quick_tests/test_yaffs_remount_force_off_read_only_off.c +++ b/direct/test-framework/timothy_tests/quick_tests/test_yaffs_remount_force_off_read_only_off.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 * diff --git a/direct/test-framework/timothy_tests/quick_tests/test_yaffs_remount_force_off_read_only_off.h b/direct/test-framework/timothy_tests/quick_tests/test_yaffs_remount_force_off_read_only_off.h index 83da84c..fa75a7b 100644 --- a/direct/test-framework/timothy_tests/quick_tests/test_yaffs_remount_force_off_read_only_off.h +++ b/direct/test-framework/timothy_tests/quick_tests/test_yaffs_remount_force_off_read_only_off.h @@ -1,8 +1,7 @@ /* * YAFFS: Yet another Flash File System . 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 * diff --git a/direct/test-framework/timothy_tests/quick_tests/test_yaffs_remount_force_off_read_only_on.c b/direct/test-framework/timothy_tests/quick_tests/test_yaffs_remount_force_off_read_only_on.c index 1ebc4b1..c2c5d1e 100644 --- a/direct/test-framework/timothy_tests/quick_tests/test_yaffs_remount_force_off_read_only_on.c +++ b/direct/test-framework/timothy_tests/quick_tests/test_yaffs_remount_force_off_read_only_on.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 * diff --git a/direct/test-framework/timothy_tests/quick_tests/test_yaffs_remount_force_off_read_only_on.h b/direct/test-framework/timothy_tests/quick_tests/test_yaffs_remount_force_off_read_only_on.h index e870f4c..2293b7b 100644 --- a/direct/test-framework/timothy_tests/quick_tests/test_yaffs_remount_force_off_read_only_on.h +++ b/direct/test-framework/timothy_tests/quick_tests/test_yaffs_remount_force_off_read_only_on.h @@ -1,8 +1,7 @@ /* * YAFFS: Yet another Flash File System . 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 * diff --git a/direct/test-framework/timothy_tests/quick_tests/test_yaffs_remount_force_on_read_only_off.c b/direct/test-framework/timothy_tests/quick_tests/test_yaffs_remount_force_on_read_only_off.c index d7e11d5..65a8712 100644 --- a/direct/test-framework/timothy_tests/quick_tests/test_yaffs_remount_force_on_read_only_off.c +++ b/direct/test-framework/timothy_tests/quick_tests/test_yaffs_remount_force_on_read_only_off.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 * diff --git a/direct/test-framework/timothy_tests/quick_tests/test_yaffs_remount_force_on_read_only_off.h b/direct/test-framework/timothy_tests/quick_tests/test_yaffs_remount_force_on_read_only_off.h index c9e50a4..ab17bc0 100644 --- a/direct/test-framework/timothy_tests/quick_tests/test_yaffs_remount_force_on_read_only_off.h +++ b/direct/test-framework/timothy_tests/quick_tests/test_yaffs_remount_force_on_read_only_off.h @@ -1,8 +1,7 @@ /* * YAFFS: Yet another Flash File System . 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 * diff --git a/direct/test-framework/timothy_tests/quick_tests/test_yaffs_remount_force_on_read_only_on.c b/direct/test-framework/timothy_tests/quick_tests/test_yaffs_remount_force_on_read_only_on.c index 1ebc4b1..c2c5d1e 100644 --- a/direct/test-framework/timothy_tests/quick_tests/test_yaffs_remount_force_on_read_only_on.c +++ b/direct/test-framework/timothy_tests/quick_tests/test_yaffs_remount_force_on_read_only_on.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 * diff --git a/direct/test-framework/timothy_tests/quick_tests/test_yaffs_remount_force_on_read_only_on.h b/direct/test-framework/timothy_tests/quick_tests/test_yaffs_remount_force_on_read_only_on.h index e870f4c..2293b7b 100644 --- a/direct/test-framework/timothy_tests/quick_tests/test_yaffs_remount_force_on_read_only_on.h +++ b/direct/test-framework/timothy_tests/quick_tests/test_yaffs_remount_force_on_read_only_on.h @@ -1,8 +1,7 @@ /* * YAFFS: Yet another Flash File System . 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 * diff --git a/direct/test-framework/timothy_tests/quick_tests/test_yaffs_rename.c b/direct/test-framework/timothy_tests/quick_tests/test_yaffs_rename.c index a95ae25..c5c3674 100644 --- a/direct/test-framework/timothy_tests/quick_tests/test_yaffs_rename.c +++ b/direct/test-framework/timothy_tests/quick_tests/test_yaffs_rename.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 * diff --git a/direct/test-framework/timothy_tests/quick_tests/test_yaffs_rename.h b/direct/test-framework/timothy_tests/quick_tests/test_yaffs_rename.h index 7fcc4db..ca03365 100644 --- a/direct/test-framework/timothy_tests/quick_tests/test_yaffs_rename.h +++ b/direct/test-framework/timothy_tests/quick_tests/test_yaffs_rename.h @@ -1,8 +1,7 @@ /* * YAFFS: Yet another Flash File System . 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 * diff --git a/direct/test-framework/timothy_tests/quick_tests/test_yaffs_rename_EEXISTS.c b/direct/test-framework/timothy_tests/quick_tests/test_yaffs_rename_EEXISTS.c index f642b7d..3044e13 100644 --- a/direct/test-framework/timothy_tests/quick_tests/test_yaffs_rename_EEXISTS.c +++ b/direct/test-framework/timothy_tests/quick_tests/test_yaffs_rename_EEXISTS.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 * diff --git a/direct/test-framework/timothy_tests/quick_tests/test_yaffs_rename_EEXISTS.h b/direct/test-framework/timothy_tests/quick_tests/test_yaffs_rename_EEXISTS.h index 9b1fa74..fb076cb 100644 --- a/direct/test-framework/timothy_tests/quick_tests/test_yaffs_rename_EEXISTS.h +++ b/direct/test-framework/timothy_tests/quick_tests/test_yaffs_rename_EEXISTS.h @@ -1,8 +1,7 @@ /* * YAFFS: Yet another Flash File System . 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 * diff --git a/direct/test-framework/timothy_tests/quick_tests/test_yaffs_rename_EINVAL.c b/direct/test-framework/timothy_tests/quick_tests/test_yaffs_rename_EINVAL.c index be5cc87..767e7e3 100644 --- a/direct/test-framework/timothy_tests/quick_tests/test_yaffs_rename_EINVAL.c +++ b/direct/test-framework/timothy_tests/quick_tests/test_yaffs_rename_EINVAL.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 * diff --git a/direct/test-framework/timothy_tests/quick_tests/test_yaffs_rename_EINVAL.h b/direct/test-framework/timothy_tests/quick_tests/test_yaffs_rename_EINVAL.h index cd76d40..214dba0 100644 --- a/direct/test-framework/timothy_tests/quick_tests/test_yaffs_rename_EINVAL.h +++ b/direct/test-framework/timothy_tests/quick_tests/test_yaffs_rename_EINVAL.h @@ -1,8 +1,7 @@ /* * YAFFS: Yet another Flash File System . 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 * diff --git a/direct/test-framework/timothy_tests/quick_tests/test_yaffs_rename_ELOOP_dir.c b/direct/test-framework/timothy_tests/quick_tests/test_yaffs_rename_ELOOP_dir.c index c6e8b88..ce504ac 100644 --- a/direct/test-framework/timothy_tests/quick_tests/test_yaffs_rename_ELOOP_dir.c +++ b/direct/test-framework/timothy_tests/quick_tests/test_yaffs_rename_ELOOP_dir.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 * diff --git a/direct/test-framework/timothy_tests/quick_tests/test_yaffs_rename_ELOOP_dir.h b/direct/test-framework/timothy_tests/quick_tests/test_yaffs_rename_ELOOP_dir.h index fd6b2c6..1ef5e94 100644 --- a/direct/test-framework/timothy_tests/quick_tests/test_yaffs_rename_ELOOP_dir.h +++ b/direct/test-framework/timothy_tests/quick_tests/test_yaffs_rename_ELOOP_dir.h @@ -1,8 +1,7 @@ /* * YAFFS: Yet another Flash File System . 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 * diff --git a/direct/test-framework/timothy_tests/quick_tests/test_yaffs_rename_ENAMETOOLONG.c b/direct/test-framework/timothy_tests/quick_tests/test_yaffs_rename_ENAMETOOLONG.c index 0d6c072..9beffd8 100644 --- a/direct/test-framework/timothy_tests/quick_tests/test_yaffs_rename_ENAMETOOLONG.c +++ b/direct/test-framework/timothy_tests/quick_tests/test_yaffs_rename_ENAMETOOLONG.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 * diff --git a/direct/test-framework/timothy_tests/quick_tests/test_yaffs_rename_ENAMETOOLONG.h b/direct/test-framework/timothy_tests/quick_tests/test_yaffs_rename_ENAMETOOLONG.h index 4055b6e..7025b62 100644 --- a/direct/test-framework/timothy_tests/quick_tests/test_yaffs_rename_ENAMETOOLONG.h +++ b/direct/test-framework/timothy_tests/quick_tests/test_yaffs_rename_ENAMETOOLONG.h @@ -1,8 +1,7 @@ /* * YAFFS: Yet another Flash File System . 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 * diff --git a/direct/test-framework/timothy_tests/quick_tests/test_yaffs_rename_ENAMETOOLONG2.c b/direct/test-framework/timothy_tests/quick_tests/test_yaffs_rename_ENAMETOOLONG2.c index 2479590..462fb31 100644 --- a/direct/test-framework/timothy_tests/quick_tests/test_yaffs_rename_ENAMETOOLONG2.c +++ b/direct/test-framework/timothy_tests/quick_tests/test_yaffs_rename_ENAMETOOLONG2.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 * diff --git a/direct/test-framework/timothy_tests/quick_tests/test_yaffs_rename_ENAMETOOLONG2.h b/direct/test-framework/timothy_tests/quick_tests/test_yaffs_rename_ENAMETOOLONG2.h index 0cd4d32..abd332c 100644 --- a/direct/test-framework/timothy_tests/quick_tests/test_yaffs_rename_ENAMETOOLONG2.h +++ b/direct/test-framework/timothy_tests/quick_tests/test_yaffs_rename_ENAMETOOLONG2.h @@ -1,8 +1,7 @@ /* * YAFFS: Yet another Flash File System . 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 * diff --git a/direct/test-framework/timothy_tests/quick_tests/test_yaffs_rename_ENOENT.c b/direct/test-framework/timothy_tests/quick_tests/test_yaffs_rename_ENOENT.c index 0256862..4eb09b1 100644 --- a/direct/test-framework/timothy_tests/quick_tests/test_yaffs_rename_ENOENT.c +++ b/direct/test-framework/timothy_tests/quick_tests/test_yaffs_rename_ENOENT.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 * diff --git a/direct/test-framework/timothy_tests/quick_tests/test_yaffs_rename_ENOENT.h b/direct/test-framework/timothy_tests/quick_tests/test_yaffs_rename_ENOENT.h index 371fdff..ef0de56 100644 --- a/direct/test-framework/timothy_tests/quick_tests/test_yaffs_rename_ENOENT.h +++ b/direct/test-framework/timothy_tests/quick_tests/test_yaffs_rename_ENOENT.h @@ -1,8 +1,7 @@ /* * YAFFS: Yet another Flash File System . 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 * diff --git a/direct/test-framework/timothy_tests/quick_tests/test_yaffs_rename_ENOTDIR.c b/direct/test-framework/timothy_tests/quick_tests/test_yaffs_rename_ENOTDIR.c index 08ad89e..d84bc0f 100644 --- a/direct/test-framework/timothy_tests/quick_tests/test_yaffs_rename_ENOTDIR.c +++ b/direct/test-framework/timothy_tests/quick_tests/test_yaffs_rename_ENOTDIR.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 * diff --git a/direct/test-framework/timothy_tests/quick_tests/test_yaffs_rename_ENOTDIR.h b/direct/test-framework/timothy_tests/quick_tests/test_yaffs_rename_ENOTDIR.h index c63a41f..87fdd28 100644 --- a/direct/test-framework/timothy_tests/quick_tests/test_yaffs_rename_ENOTDIR.h +++ b/direct/test-framework/timothy_tests/quick_tests/test_yaffs_rename_ENOTDIR.h @@ -1,8 +1,7 @@ /* * YAFFS: Yet another Flash File System . 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 * diff --git a/direct/test-framework/timothy_tests/quick_tests/test_yaffs_rename_ENOTEMPTY.c b/direct/test-framework/timothy_tests/quick_tests/test_yaffs_rename_ENOTEMPTY.c index a13ee8a..a96efe7 100644 --- a/direct/test-framework/timothy_tests/quick_tests/test_yaffs_rename_ENOTEMPTY.c +++ b/direct/test-framework/timothy_tests/quick_tests/test_yaffs_rename_ENOTEMPTY.c @@ -1,8 +1,7 @@ /* * YAFFS: Yet another Flash File System . 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 * diff --git a/direct/test-framework/timothy_tests/quick_tests/test_yaffs_rename_ENOTEMPTY.h b/direct/test-framework/timothy_tests/quick_tests/test_yaffs_rename_ENOTEMPTY.h index 10b634d..45f974c 100644 --- a/direct/test-framework/timothy_tests/quick_tests/test_yaffs_rename_ENOTEMPTY.h +++ b/direct/test-framework/timothy_tests/quick_tests/test_yaffs_rename_ENOTEMPTY.h @@ -1,8 +1,7 @@ /* * YAFFS: Yet another Flash File System . 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 * diff --git a/direct/test-framework/timothy_tests/quick_tests/test_yaffs_rename_EROFS.c b/direct/test-framework/timothy_tests/quick_tests/test_yaffs_rename_EROFS.c index 2a5765f..b5eb580 100644 --- a/direct/test-framework/timothy_tests/quick_tests/test_yaffs_rename_EROFS.c +++ b/direct/test-framework/timothy_tests/quick_tests/test_yaffs_rename_EROFS.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 * diff --git a/direct/test-framework/timothy_tests/quick_tests/test_yaffs_rename_EROFS.h b/direct/test-framework/timothy_tests/quick_tests/test_yaffs_rename_EROFS.h index 484b6f6..c21713d 100644 --- a/direct/test-framework/timothy_tests/quick_tests/test_yaffs_rename_EROFS.h +++ b/direct/test-framework/timothy_tests/quick_tests/test_yaffs_rename_EROFS.h @@ -1,8 +1,7 @@ /* * YAFFS: Yet another Flash File System . 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 * diff --git a/direct/test-framework/timothy_tests/quick_tests/test_yaffs_rename_NULL.c b/direct/test-framework/timothy_tests/quick_tests/test_yaffs_rename_NULL.c index 7977a9e..98cb9fa 100644 --- a/direct/test-framework/timothy_tests/quick_tests/test_yaffs_rename_NULL.c +++ b/direct/test-framework/timothy_tests/quick_tests/test_yaffs_rename_NULL.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 * diff --git a/direct/test-framework/timothy_tests/quick_tests/test_yaffs_rename_NULL.h b/direct/test-framework/timothy_tests/quick_tests/test_yaffs_rename_NULL.h index 8738cb0..a142965 100644 --- a/direct/test-framework/timothy_tests/quick_tests/test_yaffs_rename_NULL.h +++ b/direct/test-framework/timothy_tests/quick_tests/test_yaffs_rename_NULL.h @@ -1,8 +1,7 @@ /* * YAFFS: Yet another Flash File System . 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 * diff --git a/direct/test-framework/timothy_tests/quick_tests/test_yaffs_rename_NULL2.c b/direct/test-framework/timothy_tests/quick_tests/test_yaffs_rename_NULL2.c index f173e3f..ac8a772 100644 --- a/direct/test-framework/timothy_tests/quick_tests/test_yaffs_rename_NULL2.c +++ b/direct/test-framework/timothy_tests/quick_tests/test_yaffs_rename_NULL2.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 * diff --git a/direct/test-framework/timothy_tests/quick_tests/test_yaffs_rename_NULL2.h b/direct/test-framework/timothy_tests/quick_tests/test_yaffs_rename_NULL2.h index f4649bb..af74a1b 100644 --- a/direct/test-framework/timothy_tests/quick_tests/test_yaffs_rename_NULL2.h +++ b/direct/test-framework/timothy_tests/quick_tests/test_yaffs_rename_NULL2.h @@ -1,8 +1,7 @@ /* * YAFFS: Yet another Flash File System . 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 * diff --git a/direct/test-framework/timothy_tests/quick_tests/test_yaffs_rename_dir.c b/direct/test-framework/timothy_tests/quick_tests/test_yaffs_rename_dir.c index 18a28e6..dd20db4 100644 --- a/direct/test-framework/timothy_tests/quick_tests/test_yaffs_rename_dir.c +++ b/direct/test-framework/timothy_tests/quick_tests/test_yaffs_rename_dir.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 * diff --git a/direct/test-framework/timothy_tests/quick_tests/test_yaffs_rename_dir.h b/direct/test-framework/timothy_tests/quick_tests/test_yaffs_rename_dir.h index ac10f05..37d6f3a 100644 --- a/direct/test-framework/timothy_tests/quick_tests/test_yaffs_rename_dir.h +++ b/direct/test-framework/timothy_tests/quick_tests/test_yaffs_rename_dir.h @@ -1,8 +1,7 @@ /* * YAFFS: Yet another Flash File System . 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 * diff --git a/direct/test-framework/timothy_tests/quick_tests/test_yaffs_rename_dir_ENOENT.c b/direct/test-framework/timothy_tests/quick_tests/test_yaffs_rename_dir_ENOENT.c index 8e3b564..d65ec52 100644 --- a/direct/test-framework/timothy_tests/quick_tests/test_yaffs_rename_dir_ENOENT.c +++ b/direct/test-framework/timothy_tests/quick_tests/test_yaffs_rename_dir_ENOENT.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 * diff --git a/direct/test-framework/timothy_tests/quick_tests/test_yaffs_rename_dir_ENOENT.h b/direct/test-framework/timothy_tests/quick_tests/test_yaffs_rename_dir_ENOENT.h index 9d19aa6..edbe3af 100644 --- a/direct/test-framework/timothy_tests/quick_tests/test_yaffs_rename_dir_ENOENT.h +++ b/direct/test-framework/timothy_tests/quick_tests/test_yaffs_rename_dir_ENOENT.h @@ -1,8 +1,7 @@ /* * YAFFS: Yet another Flash File System . 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 * diff --git a/direct/test-framework/timothy_tests/quick_tests/test_yaffs_rename_dir_ENOENT2.c b/direct/test-framework/timothy_tests/quick_tests/test_yaffs_rename_dir_ENOENT2.c index 7f02b33..eb3b350 100644 --- a/direct/test-framework/timothy_tests/quick_tests/test_yaffs_rename_dir_ENOENT2.c +++ b/direct/test-framework/timothy_tests/quick_tests/test_yaffs_rename_dir_ENOENT2.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 * diff --git a/direct/test-framework/timothy_tests/quick_tests/test_yaffs_rename_dir_ENOENT2.h b/direct/test-framework/timothy_tests/quick_tests/test_yaffs_rename_dir_ENOENT2.h index 375a41d..c07fa94 100644 --- a/direct/test-framework/timothy_tests/quick_tests/test_yaffs_rename_dir_ENOENT2.h +++ b/direct/test-framework/timothy_tests/quick_tests/test_yaffs_rename_dir_ENOENT2.h @@ -1,8 +1,7 @@ /* * YAFFS: Yet another Flash File System . 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 * diff --git a/direct/test-framework/timothy_tests/quick_tests/test_yaffs_rename_dir_not_empty.c b/direct/test-framework/timothy_tests/quick_tests/test_yaffs_rename_dir_not_empty.c index c0de1c6..f0061cc 100644 --- a/direct/test-framework/timothy_tests/quick_tests/test_yaffs_rename_dir_not_empty.c +++ b/direct/test-framework/timothy_tests/quick_tests/test_yaffs_rename_dir_not_empty.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 * diff --git a/direct/test-framework/timothy_tests/quick_tests/test_yaffs_rename_dir_not_empty.h b/direct/test-framework/timothy_tests/quick_tests/test_yaffs_rename_dir_not_empty.h index ac10f05..37d6f3a 100644 --- a/direct/test-framework/timothy_tests/quick_tests/test_yaffs_rename_dir_not_empty.h +++ b/direct/test-framework/timothy_tests/quick_tests/test_yaffs_rename_dir_not_empty.h @@ -1,8 +1,7 @@ /* * YAFFS: Yet another Flash File System . 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 * diff --git a/direct/test-framework/timothy_tests/quick_tests/test_yaffs_rename_dir_over_dir.c b/direct/test-framework/timothy_tests/quick_tests/test_yaffs_rename_dir_over_dir.c index e11345d..3a7efee 100644 --- a/direct/test-framework/timothy_tests/quick_tests/test_yaffs_rename_dir_over_dir.c +++ b/direct/test-framework/timothy_tests/quick_tests/test_yaffs_rename_dir_over_dir.c @@ -1,8 +1,7 @@ /* * YAFFS: Yet another Flash File System . 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 * diff --git a/direct/test-framework/timothy_tests/quick_tests/test_yaffs_rename_dir_over_dir.h b/direct/test-framework/timothy_tests/quick_tests/test_yaffs_rename_dir_over_dir.h index e1ebd15..ea06593 100644 --- a/direct/test-framework/timothy_tests/quick_tests/test_yaffs_rename_dir_over_dir.h +++ b/direct/test-framework/timothy_tests/quick_tests/test_yaffs_rename_dir_over_dir.h @@ -1,8 +1,7 @@ /* * YAFFS: Yet another Flash File System . 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 * diff --git a/direct/test-framework/timothy_tests/quick_tests/test_yaffs_rename_dir_to_file.c b/direct/test-framework/timothy_tests/quick_tests/test_yaffs_rename_dir_to_file.c index 5fabdd2..d38d3b4 100644 --- a/direct/test-framework/timothy_tests/quick_tests/test_yaffs_rename_dir_to_file.c +++ b/direct/test-framework/timothy_tests/quick_tests/test_yaffs_rename_dir_to_file.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 * diff --git a/direct/test-framework/timothy_tests/quick_tests/test_yaffs_rename_dir_to_file.h b/direct/test-framework/timothy_tests/quick_tests/test_yaffs_rename_dir_to_file.h index 07cbec1..f42f67f 100644 --- a/direct/test-framework/timothy_tests/quick_tests/test_yaffs_rename_dir_to_file.h +++ b/direct/test-framework/timothy_tests/quick_tests/test_yaffs_rename_dir_to_file.h @@ -1,8 +1,7 @@ /* * YAFFS: Yet another Flash File System . 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 * diff --git a/direct/test-framework/timothy_tests/quick_tests/test_yaffs_rename_file_over_file.c b/direct/test-framework/timothy_tests/quick_tests/test_yaffs_rename_file_over_file.c index 14d76ab..e723e2f 100644 --- a/direct/test-framework/timothy_tests/quick_tests/test_yaffs_rename_file_over_file.c +++ b/direct/test-framework/timothy_tests/quick_tests/test_yaffs_rename_file_over_file.c @@ -1,8 +1,7 @@ /* * YAFFS: Yet another Flash File System . 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 * diff --git a/direct/test-framework/timothy_tests/quick_tests/test_yaffs_rename_file_over_file.h b/direct/test-framework/timothy_tests/quick_tests/test_yaffs_rename_file_over_file.h index ce99b00..fcace11 100644 --- a/direct/test-framework/timothy_tests/quick_tests/test_yaffs_rename_file_over_file.h +++ b/direct/test-framework/timothy_tests/quick_tests/test_yaffs_rename_file_over_file.h @@ -1,8 +1,7 @@ /* * YAFFS: Yet another Flash File System . 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 * diff --git a/direct/test-framework/timothy_tests/quick_tests/test_yaffs_rename_file_to_dir.c b/direct/test-framework/timothy_tests/quick_tests/test_yaffs_rename_file_to_dir.c index fec2bf0..78215a8 100644 --- a/direct/test-framework/timothy_tests/quick_tests/test_yaffs_rename_file_to_dir.c +++ b/direct/test-framework/timothy_tests/quick_tests/test_yaffs_rename_file_to_dir.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 * diff --git a/direct/test-framework/timothy_tests/quick_tests/test_yaffs_rename_file_to_dir.h b/direct/test-framework/timothy_tests/quick_tests/test_yaffs_rename_file_to_dir.h index 57f8c42..3c4fdba 100644 --- a/direct/test-framework/timothy_tests/quick_tests/test_yaffs_rename_file_to_dir.h +++ b/direct/test-framework/timothy_tests/quick_tests/test_yaffs_rename_file_to_dir.h @@ -1,8 +1,7 @@ /* * YAFFS: Yet another Flash File System . 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 * diff --git a/direct/test-framework/timothy_tests/quick_tests/test_yaffs_rename_full_dir_over_dir.c b/direct/test-framework/timothy_tests/quick_tests/test_yaffs_rename_full_dir_over_dir.c index 9bcd6bc..6de7e8c 100644 --- a/direct/test-framework/timothy_tests/quick_tests/test_yaffs_rename_full_dir_over_dir.c +++ b/direct/test-framework/timothy_tests/quick_tests/test_yaffs_rename_full_dir_over_dir.c @@ -1,8 +1,7 @@ /* * YAFFS: Yet another Flash File System . 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 * diff --git a/direct/test-framework/timothy_tests/quick_tests/test_yaffs_rename_full_dir_over_dir.h b/direct/test-framework/timothy_tests/quick_tests/test_yaffs_rename_full_dir_over_dir.h index dfee3cd..3e0269c 100644 --- a/direct/test-framework/timothy_tests/quick_tests/test_yaffs_rename_full_dir_over_dir.h +++ b/direct/test-framework/timothy_tests/quick_tests/test_yaffs_rename_full_dir_over_dir.h @@ -1,8 +1,7 @@ /* * YAFFS: Yet another Flash File System . 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 * diff --git a/direct/test-framework/timothy_tests/quick_tests/test_yaffs_rename_to_null_file.c b/direct/test-framework/timothy_tests/quick_tests/test_yaffs_rename_to_null_file.c index ba04a4f..3875318 100644 --- a/direct/test-framework/timothy_tests/quick_tests/test_yaffs_rename_to_null_file.c +++ b/direct/test-framework/timothy_tests/quick_tests/test_yaffs_rename_to_null_file.c @@ -1,8 +1,7 @@ /* * YAFFS: Yet another Flash File System . 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 * diff --git a/direct/test-framework/timothy_tests/quick_tests/test_yaffs_rmdir.c b/direct/test-framework/timothy_tests/quick_tests/test_yaffs_rmdir.c index 3775cc9..57c6013 100644 --- a/direct/test-framework/timothy_tests/quick_tests/test_yaffs_rmdir.c +++ b/direct/test-framework/timothy_tests/quick_tests/test_yaffs_rmdir.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 * diff --git a/direct/test-framework/timothy_tests/quick_tests/test_yaffs_rmdir.h b/direct/test-framework/timothy_tests/quick_tests/test_yaffs_rmdir.h index 036ca2a..d1669f1 100644 --- a/direct/test-framework/timothy_tests/quick_tests/test_yaffs_rmdir.h +++ b/direct/test-framework/timothy_tests/quick_tests/test_yaffs_rmdir.h @@ -1,8 +1,7 @@ /* * YAFFS: Yet another Flash File System . 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 * diff --git a/direct/test-framework/timothy_tests/quick_tests/test_yaffs_rmdir_EBUSY.c b/direct/test-framework/timothy_tests/quick_tests/test_yaffs_rmdir_EBUSY.c index 403e685..d160150 100644 --- a/direct/test-framework/timothy_tests/quick_tests/test_yaffs_rmdir_EBUSY.c +++ b/direct/test-framework/timothy_tests/quick_tests/test_yaffs_rmdir_EBUSY.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 * diff --git a/direct/test-framework/timothy_tests/quick_tests/test_yaffs_rmdir_EBUSY.h b/direct/test-framework/timothy_tests/quick_tests/test_yaffs_rmdir_EBUSY.h index 88eb011..5803e22 100644 --- a/direct/test-framework/timothy_tests/quick_tests/test_yaffs_rmdir_EBUSY.h +++ b/direct/test-framework/timothy_tests/quick_tests/test_yaffs_rmdir_EBUSY.h @@ -1,8 +1,7 @@ /* * YAFFS: Yet another Flash File System . 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 * diff --git a/direct/test-framework/timothy_tests/quick_tests/test_yaffs_rmdir_EINVAL.c b/direct/test-framework/timothy_tests/quick_tests/test_yaffs_rmdir_EINVAL.c index 3fa4f56..59021a5 100644 --- a/direct/test-framework/timothy_tests/quick_tests/test_yaffs_rmdir_EINVAL.c +++ b/direct/test-framework/timothy_tests/quick_tests/test_yaffs_rmdir_EINVAL.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 * diff --git a/direct/test-framework/timothy_tests/quick_tests/test_yaffs_rmdir_EINVAL.h b/direct/test-framework/timothy_tests/quick_tests/test_yaffs_rmdir_EINVAL.h index 7508222..e2b739b 100644 --- a/direct/test-framework/timothy_tests/quick_tests/test_yaffs_rmdir_EINVAL.h +++ b/direct/test-framework/timothy_tests/quick_tests/test_yaffs_rmdir_EINVAL.h @@ -1,8 +1,7 @@ /* * YAFFS: Yet another Flash File System . 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 * diff --git a/direct/test-framework/timothy_tests/quick_tests/test_yaffs_rmdir_ELOOP_dir.c b/direct/test-framework/timothy_tests/quick_tests/test_yaffs_rmdir_ELOOP_dir.c index 028b122..2099446 100644 --- a/direct/test-framework/timothy_tests/quick_tests/test_yaffs_rmdir_ELOOP_dir.c +++ b/direct/test-framework/timothy_tests/quick_tests/test_yaffs_rmdir_ELOOP_dir.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 * diff --git a/direct/test-framework/timothy_tests/quick_tests/test_yaffs_rmdir_ELOOP_dir.h b/direct/test-framework/timothy_tests/quick_tests/test_yaffs_rmdir_ELOOP_dir.h index a4a0e1f..54e8c71 100644 --- a/direct/test-framework/timothy_tests/quick_tests/test_yaffs_rmdir_ELOOP_dir.h +++ b/direct/test-framework/timothy_tests/quick_tests/test_yaffs_rmdir_ELOOP_dir.h @@ -1,8 +1,7 @@ /* * YAFFS: Yet another Flash File System . 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 * diff --git a/direct/test-framework/timothy_tests/quick_tests/test_yaffs_rmdir_ENAMETOOLONG.c b/direct/test-framework/timothy_tests/quick_tests/test_yaffs_rmdir_ENAMETOOLONG.c index 6519952..8cd1849 100644 --- a/direct/test-framework/timothy_tests/quick_tests/test_yaffs_rmdir_ENAMETOOLONG.c +++ b/direct/test-framework/timothy_tests/quick_tests/test_yaffs_rmdir_ENAMETOOLONG.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 * diff --git a/direct/test-framework/timothy_tests/quick_tests/test_yaffs_rmdir_ENAMETOOLONG.h b/direct/test-framework/timothy_tests/quick_tests/test_yaffs_rmdir_ENAMETOOLONG.h index b649584..381a47a 100644 --- a/direct/test-framework/timothy_tests/quick_tests/test_yaffs_rmdir_ENAMETOOLONG.h +++ b/direct/test-framework/timothy_tests/quick_tests/test_yaffs_rmdir_ENAMETOOLONG.h @@ -1,8 +1,7 @@ /* * YAFFS: Yet another Flash File System . 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 * diff --git a/direct/test-framework/timothy_tests/quick_tests/test_yaffs_rmdir_ENOENT.c b/direct/test-framework/timothy_tests/quick_tests/test_yaffs_rmdir_ENOENT.c index 192e3d6..83c3244 100644 --- a/direct/test-framework/timothy_tests/quick_tests/test_yaffs_rmdir_ENOENT.c +++ b/direct/test-framework/timothy_tests/quick_tests/test_yaffs_rmdir_ENOENT.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 * diff --git a/direct/test-framework/timothy_tests/quick_tests/test_yaffs_rmdir_ENOENT.h b/direct/test-framework/timothy_tests/quick_tests/test_yaffs_rmdir_ENOENT.h index 0e50000..0a3debe 100644 --- a/direct/test-framework/timothy_tests/quick_tests/test_yaffs_rmdir_ENOENT.h +++ b/direct/test-framework/timothy_tests/quick_tests/test_yaffs_rmdir_ENOENT.h @@ -1,8 +1,7 @@ /* * YAFFS: Yet another Flash File System . 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 * diff --git a/direct/test-framework/timothy_tests/quick_tests/test_yaffs_rmdir_ENOTDIR.c b/direct/test-framework/timothy_tests/quick_tests/test_yaffs_rmdir_ENOTDIR.c index f50230d..afbefc7 100644 --- a/direct/test-framework/timothy_tests/quick_tests/test_yaffs_rmdir_ENOTDIR.c +++ b/direct/test-framework/timothy_tests/quick_tests/test_yaffs_rmdir_ENOTDIR.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 * diff --git a/direct/test-framework/timothy_tests/quick_tests/test_yaffs_rmdir_ENOTDIR.h b/direct/test-framework/timothy_tests/quick_tests/test_yaffs_rmdir_ENOTDIR.h index 2e2b6ac..54db8f9 100644 --- a/direct/test-framework/timothy_tests/quick_tests/test_yaffs_rmdir_ENOTDIR.h +++ b/direct/test-framework/timothy_tests/quick_tests/test_yaffs_rmdir_ENOTDIR.h @@ -1,8 +1,7 @@ /* * YAFFS: Yet another Flash File System . 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 * diff --git a/direct/test-framework/timothy_tests/quick_tests/test_yaffs_rmdir_ENOTEMPTY.c b/direct/test-framework/timothy_tests/quick_tests/test_yaffs_rmdir_ENOTEMPTY.c index 3c198bd..350f236 100644 --- a/direct/test-framework/timothy_tests/quick_tests/test_yaffs_rmdir_ENOTEMPTY.c +++ b/direct/test-framework/timothy_tests/quick_tests/test_yaffs_rmdir_ENOTEMPTY.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 * diff --git a/direct/test-framework/timothy_tests/quick_tests/test_yaffs_rmdir_ENOTEMPTY.h b/direct/test-framework/timothy_tests/quick_tests/test_yaffs_rmdir_ENOTEMPTY.h index e388486..0996970 100644 --- a/direct/test-framework/timothy_tests/quick_tests/test_yaffs_rmdir_ENOTEMPTY.h +++ b/direct/test-framework/timothy_tests/quick_tests/test_yaffs_rmdir_ENOTEMPTY.h @@ -1,8 +1,7 @@ /* * YAFFS: Yet another Flash File System . 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 * diff --git a/direct/test-framework/timothy_tests/quick_tests/test_yaffs_rmdir_EROFS.c b/direct/test-framework/timothy_tests/quick_tests/test_yaffs_rmdir_EROFS.c index ce467f6..0e8d94f 100644 --- a/direct/test-framework/timothy_tests/quick_tests/test_yaffs_rmdir_EROFS.c +++ b/direct/test-framework/timothy_tests/quick_tests/test_yaffs_rmdir_EROFS.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 * diff --git a/direct/test-framework/timothy_tests/quick_tests/test_yaffs_rmdir_EROFS.h b/direct/test-framework/timothy_tests/quick_tests/test_yaffs_rmdir_EROFS.h index 4d394f9..d736811 100644 --- a/direct/test-framework/timothy_tests/quick_tests/test_yaffs_rmdir_EROFS.h +++ b/direct/test-framework/timothy_tests/quick_tests/test_yaffs_rmdir_EROFS.h @@ -1,8 +1,7 @@ /* * YAFFS: Yet another Flash File System . 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 * diff --git a/direct/test-framework/timothy_tests/quick_tests/test_yaffs_rmdir_NULL.c b/direct/test-framework/timothy_tests/quick_tests/test_yaffs_rmdir_NULL.c index 79f3997..09086e4 100644 --- a/direct/test-framework/timothy_tests/quick_tests/test_yaffs_rmdir_NULL.c +++ b/direct/test-framework/timothy_tests/quick_tests/test_yaffs_rmdir_NULL.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 * diff --git a/direct/test-framework/timothy_tests/quick_tests/test_yaffs_rmdir_NULL.h b/direct/test-framework/timothy_tests/quick_tests/test_yaffs_rmdir_NULL.h index b3fcfcc..e41145b 100644 --- a/direct/test-framework/timothy_tests/quick_tests/test_yaffs_rmdir_NULL.h +++ b/direct/test-framework/timothy_tests/quick_tests/test_yaffs_rmdir_NULL.h @@ -1,8 +1,7 @@ /* * YAFFS: Yet another Flash File System . 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 * diff --git a/direct/test-framework/timothy_tests/quick_tests/test_yaffs_stat.c b/direct/test-framework/timothy_tests/quick_tests/test_yaffs_stat.c index 5c6005f..f49c7be 100644 --- a/direct/test-framework/timothy_tests/quick_tests/test_yaffs_stat.c +++ b/direct/test-framework/timothy_tests/quick_tests/test_yaffs_stat.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 * diff --git a/direct/test-framework/timothy_tests/quick_tests/test_yaffs_stat.h b/direct/test-framework/timothy_tests/quick_tests/test_yaffs_stat.h index 5e5b78b..90e2395 100644 --- a/direct/test-framework/timothy_tests/quick_tests/test_yaffs_stat.h +++ b/direct/test-framework/timothy_tests/quick_tests/test_yaffs_stat.h @@ -1,8 +1,7 @@ /* * YAFFS: Yet another Flash File System . 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 * diff --git a/direct/test-framework/timothy_tests/quick_tests/test_yaffs_stat_ELOOP.c b/direct/test-framework/timothy_tests/quick_tests/test_yaffs_stat_ELOOP.c index b7600b3..bf45669 100644 --- a/direct/test-framework/timothy_tests/quick_tests/test_yaffs_stat_ELOOP.c +++ b/direct/test-framework/timothy_tests/quick_tests/test_yaffs_stat_ELOOP.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 * diff --git a/direct/test-framework/timothy_tests/quick_tests/test_yaffs_stat_ELOOP.h b/direct/test-framework/timothy_tests/quick_tests/test_yaffs_stat_ELOOP.h index 05e173b..f505bf6 100644 --- a/direct/test-framework/timothy_tests/quick_tests/test_yaffs_stat_ELOOP.h +++ b/direct/test-framework/timothy_tests/quick_tests/test_yaffs_stat_ELOOP.h @@ -1,8 +1,7 @@ /* * YAFFS: Yet another Flash File System . 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 * diff --git a/direct/test-framework/timothy_tests/quick_tests/test_yaffs_stat_ELOOP_dir.c b/direct/test-framework/timothy_tests/quick_tests/test_yaffs_stat_ELOOP_dir.c index 2763aee..827b357 100644 --- a/direct/test-framework/timothy_tests/quick_tests/test_yaffs_stat_ELOOP_dir.c +++ b/direct/test-framework/timothy_tests/quick_tests/test_yaffs_stat_ELOOP_dir.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 * diff --git a/direct/test-framework/timothy_tests/quick_tests/test_yaffs_stat_ELOOP_dir.h b/direct/test-framework/timothy_tests/quick_tests/test_yaffs_stat_ELOOP_dir.h index f0927ca..94f00d0 100644 --- a/direct/test-framework/timothy_tests/quick_tests/test_yaffs_stat_ELOOP_dir.h +++ b/direct/test-framework/timothy_tests/quick_tests/test_yaffs_stat_ELOOP_dir.h @@ -1,8 +1,7 @@ /* * YAFFS: Yet another Flash File System . 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 * diff --git a/direct/test-framework/timothy_tests/quick_tests/test_yaffs_stat_ENAMETOOLONG.c b/direct/test-framework/timothy_tests/quick_tests/test_yaffs_stat_ENAMETOOLONG.c index a0d4598..6d7a945 100644 --- a/direct/test-framework/timothy_tests/quick_tests/test_yaffs_stat_ENAMETOOLONG.c +++ b/direct/test-framework/timothy_tests/quick_tests/test_yaffs_stat_ENAMETOOLONG.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 * diff --git a/direct/test-framework/timothy_tests/quick_tests/test_yaffs_stat_ENAMETOOLONG.h b/direct/test-framework/timothy_tests/quick_tests/test_yaffs_stat_ENAMETOOLONG.h index ab201d9..e803aa9 100644 --- a/direct/test-framework/timothy_tests/quick_tests/test_yaffs_stat_ENAMETOOLONG.h +++ b/direct/test-framework/timothy_tests/quick_tests/test_yaffs_stat_ENAMETOOLONG.h @@ -1,8 +1,7 @@ /* * YAFFS: Yet another Flash File System . 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 * diff --git a/direct/test-framework/timothy_tests/quick_tests/test_yaffs_stat_ENOENT.c b/direct/test-framework/timothy_tests/quick_tests/test_yaffs_stat_ENOENT.c index 83210a1..95dbfbe 100644 --- a/direct/test-framework/timothy_tests/quick_tests/test_yaffs_stat_ENOENT.c +++ b/direct/test-framework/timothy_tests/quick_tests/test_yaffs_stat_ENOENT.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 * diff --git a/direct/test-framework/timothy_tests/quick_tests/test_yaffs_stat_ENOENT.h b/direct/test-framework/timothy_tests/quick_tests/test_yaffs_stat_ENOENT.h index 7fd4b23..6b371f2 100644 --- a/direct/test-framework/timothy_tests/quick_tests/test_yaffs_stat_ENOENT.h +++ b/direct/test-framework/timothy_tests/quick_tests/test_yaffs_stat_ENOENT.h @@ -1,8 +1,7 @@ /* * YAFFS: Yet another Flash File System . 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 * diff --git a/direct/test-framework/timothy_tests/quick_tests/test_yaffs_stat_ENOENT2.c b/direct/test-framework/timothy_tests/quick_tests/test_yaffs_stat_ENOENT2.c index c8facb2..554d66a 100644 --- a/direct/test-framework/timothy_tests/quick_tests/test_yaffs_stat_ENOENT2.c +++ b/direct/test-framework/timothy_tests/quick_tests/test_yaffs_stat_ENOENT2.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 * diff --git a/direct/test-framework/timothy_tests/quick_tests/test_yaffs_stat_ENOENT2.h b/direct/test-framework/timothy_tests/quick_tests/test_yaffs_stat_ENOENT2.h index 35c438c..e4d64b2 100644 --- a/direct/test-framework/timothy_tests/quick_tests/test_yaffs_stat_ENOENT2.h +++ b/direct/test-framework/timothy_tests/quick_tests/test_yaffs_stat_ENOENT2.h @@ -1,8 +1,7 @@ /* * YAFFS: Yet another Flash File System . 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 * diff --git a/direct/test-framework/timothy_tests/quick_tests/test_yaffs_stat_ENOTDIR.c b/direct/test-framework/timothy_tests/quick_tests/test_yaffs_stat_ENOTDIR.c index d45ceff..c7e40e3 100644 --- a/direct/test-framework/timothy_tests/quick_tests/test_yaffs_stat_ENOTDIR.c +++ b/direct/test-framework/timothy_tests/quick_tests/test_yaffs_stat_ENOTDIR.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 * diff --git a/direct/test-framework/timothy_tests/quick_tests/test_yaffs_stat_ENOTDIR.h b/direct/test-framework/timothy_tests/quick_tests/test_yaffs_stat_ENOTDIR.h index 0973a8e..4ba3d8a 100644 --- a/direct/test-framework/timothy_tests/quick_tests/test_yaffs_stat_ENOTDIR.h +++ b/direct/test-framework/timothy_tests/quick_tests/test_yaffs_stat_ENOTDIR.h @@ -1,8 +1,7 @@ /* * YAFFS: Yet another Flash File System . 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 * diff --git a/direct/test-framework/timothy_tests/quick_tests/test_yaffs_stat_NULL.c b/direct/test-framework/timothy_tests/quick_tests/test_yaffs_stat_NULL.c index d8e558b..734d2c2 100644 --- a/direct/test-framework/timothy_tests/quick_tests/test_yaffs_stat_NULL.c +++ b/direct/test-framework/timothy_tests/quick_tests/test_yaffs_stat_NULL.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 * diff --git a/direct/test-framework/timothy_tests/quick_tests/test_yaffs_stat_NULL.h b/direct/test-framework/timothy_tests/quick_tests/test_yaffs_stat_NULL.h index 12f71b2..27f3e4b 100644 --- a/direct/test-framework/timothy_tests/quick_tests/test_yaffs_stat_NULL.h +++ b/direct/test-framework/timothy_tests/quick_tests/test_yaffs_stat_NULL.h @@ -1,8 +1,7 @@ /* * YAFFS: Yet another Flash File System . 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 * diff --git a/direct/test-framework/timothy_tests/quick_tests/test_yaffs_symlink.c b/direct/test-framework/timothy_tests/quick_tests/test_yaffs_symlink.c index be74057..7b9b806 100644 --- a/direct/test-framework/timothy_tests/quick_tests/test_yaffs_symlink.c +++ b/direct/test-framework/timothy_tests/quick_tests/test_yaffs_symlink.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 * diff --git a/direct/test-framework/timothy_tests/quick_tests/test_yaffs_symlink.h b/direct/test-framework/timothy_tests/quick_tests/test_yaffs_symlink.h index 7a3dbc8..9f5676a 100644 --- a/direct/test-framework/timothy_tests/quick_tests/test_yaffs_symlink.h +++ b/direct/test-framework/timothy_tests/quick_tests/test_yaffs_symlink.h @@ -1,8 +1,7 @@ /* * YAFFS: Yet another Flash File System . 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 * diff --git a/direct/test-framework/timothy_tests/quick_tests/test_yaffs_symlink_EEXIST.c b/direct/test-framework/timothy_tests/quick_tests/test_yaffs_symlink_EEXIST.c index 5eddb78..beb0d88 100644 --- a/direct/test-framework/timothy_tests/quick_tests/test_yaffs_symlink_EEXIST.c +++ b/direct/test-framework/timothy_tests/quick_tests/test_yaffs_symlink_EEXIST.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 * diff --git a/direct/test-framework/timothy_tests/quick_tests/test_yaffs_symlink_EEXIST.h b/direct/test-framework/timothy_tests/quick_tests/test_yaffs_symlink_EEXIST.h index 5a71540..21fc8ed 100644 --- a/direct/test-framework/timothy_tests/quick_tests/test_yaffs_symlink_EEXIST.h +++ b/direct/test-framework/timothy_tests/quick_tests/test_yaffs_symlink_EEXIST.h @@ -1,8 +1,7 @@ /* * YAFFS: Yet another Flash File System . 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 * diff --git a/direct/test-framework/timothy_tests/quick_tests/test_yaffs_symlink_ELOOP_dir.c b/direct/test-framework/timothy_tests/quick_tests/test_yaffs_symlink_ELOOP_dir.c index 69ff9d5..3dde6c6 100644 --- a/direct/test-framework/timothy_tests/quick_tests/test_yaffs_symlink_ELOOP_dir.c +++ b/direct/test-framework/timothy_tests/quick_tests/test_yaffs_symlink_ELOOP_dir.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 * diff --git a/direct/test-framework/timothy_tests/quick_tests/test_yaffs_symlink_ELOOP_dir.h b/direct/test-framework/timothy_tests/quick_tests/test_yaffs_symlink_ELOOP_dir.h index ff3a3dc..ca56994 100644 --- a/direct/test-framework/timothy_tests/quick_tests/test_yaffs_symlink_ELOOP_dir.h +++ b/direct/test-framework/timothy_tests/quick_tests/test_yaffs_symlink_ELOOP_dir.h @@ -1,8 +1,7 @@ /* * YAFFS: Yet another Flash File System . 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 * diff --git a/direct/test-framework/timothy_tests/quick_tests/test_yaffs_symlink_ENAMETOOLONG.c b/direct/test-framework/timothy_tests/quick_tests/test_yaffs_symlink_ENAMETOOLONG.c index 9171238..94c06f6 100644 --- a/direct/test-framework/timothy_tests/quick_tests/test_yaffs_symlink_ENAMETOOLONG.c +++ b/direct/test-framework/timothy_tests/quick_tests/test_yaffs_symlink_ENAMETOOLONG.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 * diff --git a/direct/test-framework/timothy_tests/quick_tests/test_yaffs_symlink_ENAMETOOLONG.h b/direct/test-framework/timothy_tests/quick_tests/test_yaffs_symlink_ENAMETOOLONG.h index 777e74b..459c31d 100644 --- a/direct/test-framework/timothy_tests/quick_tests/test_yaffs_symlink_ENAMETOOLONG.h +++ b/direct/test-framework/timothy_tests/quick_tests/test_yaffs_symlink_ENAMETOOLONG.h @@ -1,8 +1,7 @@ /* * YAFFS: Yet another Flash File System . 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 * diff --git a/direct/test-framework/timothy_tests/quick_tests/test_yaffs_symlink_ENOENT.c b/direct/test-framework/timothy_tests/quick_tests/test_yaffs_symlink_ENOENT.c index 7c67d73..caba01d 100644 --- a/direct/test-framework/timothy_tests/quick_tests/test_yaffs_symlink_ENOENT.c +++ b/direct/test-framework/timothy_tests/quick_tests/test_yaffs_symlink_ENOENT.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 * diff --git a/direct/test-framework/timothy_tests/quick_tests/test_yaffs_symlink_ENOENT.h b/direct/test-framework/timothy_tests/quick_tests/test_yaffs_symlink_ENOENT.h index f5574c5..b8ced2d 100644 --- a/direct/test-framework/timothy_tests/quick_tests/test_yaffs_symlink_ENOENT.h +++ b/direct/test-framework/timothy_tests/quick_tests/test_yaffs_symlink_ENOENT.h @@ -1,8 +1,7 @@ /* * YAFFS: Yet another Flash File System . 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 * diff --git a/direct/test-framework/timothy_tests/quick_tests/test_yaffs_symlink_ENOENT2.c b/direct/test-framework/timothy_tests/quick_tests/test_yaffs_symlink_ENOENT2.c index 4be8df0..4b3dc1f 100644 --- a/direct/test-framework/timothy_tests/quick_tests/test_yaffs_symlink_ENOENT2.c +++ b/direct/test-framework/timothy_tests/quick_tests/test_yaffs_symlink_ENOENT2.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 * diff --git a/direct/test-framework/timothy_tests/quick_tests/test_yaffs_symlink_ENOENT2.h b/direct/test-framework/timothy_tests/quick_tests/test_yaffs_symlink_ENOENT2.h index 2dee1a7..a42eb80 100644 --- a/direct/test-framework/timothy_tests/quick_tests/test_yaffs_symlink_ENOENT2.h +++ b/direct/test-framework/timothy_tests/quick_tests/test_yaffs_symlink_ENOENT2.h @@ -1,8 +1,7 @@ /* * YAFFS: Yet another Flash File System . 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 * diff --git a/direct/test-framework/timothy_tests/quick_tests/test_yaffs_symlink_ENOTDIR.c b/direct/test-framework/timothy_tests/quick_tests/test_yaffs_symlink_ENOTDIR.c index 514d827..d7805fb 100644 --- a/direct/test-framework/timothy_tests/quick_tests/test_yaffs_symlink_ENOTDIR.c +++ b/direct/test-framework/timothy_tests/quick_tests/test_yaffs_symlink_ENOTDIR.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 * diff --git a/direct/test-framework/timothy_tests/quick_tests/test_yaffs_symlink_ENOTDIR.h b/direct/test-framework/timothy_tests/quick_tests/test_yaffs_symlink_ENOTDIR.h index 684b01e..b85d715 100644 --- a/direct/test-framework/timothy_tests/quick_tests/test_yaffs_symlink_ENOTDIR.h +++ b/direct/test-framework/timothy_tests/quick_tests/test_yaffs_symlink_ENOTDIR.h @@ -1,8 +1,7 @@ /* * YAFFS: Yet another Flash File System . 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 * diff --git a/direct/test-framework/timothy_tests/quick_tests/test_yaffs_symlink_EROFS.c b/direct/test-framework/timothy_tests/quick_tests/test_yaffs_symlink_EROFS.c index 8962774..38ef4c4 100644 --- a/direct/test-framework/timothy_tests/quick_tests/test_yaffs_symlink_EROFS.c +++ b/direct/test-framework/timothy_tests/quick_tests/test_yaffs_symlink_EROFS.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 * diff --git a/direct/test-framework/timothy_tests/quick_tests/test_yaffs_symlink_EROFS.h b/direct/test-framework/timothy_tests/quick_tests/test_yaffs_symlink_EROFS.h index c8db976..d0ea282 100644 --- a/direct/test-framework/timothy_tests/quick_tests/test_yaffs_symlink_EROFS.h +++ b/direct/test-framework/timothy_tests/quick_tests/test_yaffs_symlink_EROFS.h @@ -1,8 +1,7 @@ /* * YAFFS: Yet another Flash File System . 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 * diff --git a/direct/test-framework/timothy_tests/quick_tests/test_yaffs_symlink_NULL.c b/direct/test-framework/timothy_tests/quick_tests/test_yaffs_symlink_NULL.c index 4aecb44..fe124a8 100644 --- a/direct/test-framework/timothy_tests/quick_tests/test_yaffs_symlink_NULL.c +++ b/direct/test-framework/timothy_tests/quick_tests/test_yaffs_symlink_NULL.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 * diff --git a/direct/test-framework/timothy_tests/quick_tests/test_yaffs_symlink_NULL.h b/direct/test-framework/timothy_tests/quick_tests/test_yaffs_symlink_NULL.h index ffb5564..677465e 100644 --- a/direct/test-framework/timothy_tests/quick_tests/test_yaffs_symlink_NULL.h +++ b/direct/test-framework/timothy_tests/quick_tests/test_yaffs_symlink_NULL.h @@ -1,8 +1,7 @@ /* * YAFFS: Yet another Flash File System . 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 * diff --git a/direct/test-framework/timothy_tests/quick_tests/test_yaffs_symlink_NULL2.c b/direct/test-framework/timothy_tests/quick_tests/test_yaffs_symlink_NULL2.c index e4acc08..3acc305 100644 --- a/direct/test-framework/timothy_tests/quick_tests/test_yaffs_symlink_NULL2.c +++ b/direct/test-framework/timothy_tests/quick_tests/test_yaffs_symlink_NULL2.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 * diff --git a/direct/test-framework/timothy_tests/quick_tests/test_yaffs_symlink_NULL2.h b/direct/test-framework/timothy_tests/quick_tests/test_yaffs_symlink_NULL2.h index 8ccd121..2b62ecd 100644 --- a/direct/test-framework/timothy_tests/quick_tests/test_yaffs_symlink_NULL2.h +++ b/direct/test-framework/timothy_tests/quick_tests/test_yaffs_symlink_NULL2.h @@ -1,8 +1,7 @@ /* * YAFFS: Yet another Flash File System . 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 * diff --git a/direct/test-framework/timothy_tests/quick_tests/test_yaffs_sync.c b/direct/test-framework/timothy_tests/quick_tests/test_yaffs_sync.c index df54fef..5654bfd 100644 --- a/direct/test-framework/timothy_tests/quick_tests/test_yaffs_sync.c +++ b/direct/test-framework/timothy_tests/quick_tests/test_yaffs_sync.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 * diff --git a/direct/test-framework/timothy_tests/quick_tests/test_yaffs_sync.h b/direct/test-framework/timothy_tests/quick_tests/test_yaffs_sync.h index 3cf2a86..0e6c06b 100644 --- a/direct/test-framework/timothy_tests/quick_tests/test_yaffs_sync.h +++ b/direct/test-framework/timothy_tests/quick_tests/test_yaffs_sync.h @@ -1,8 +1,7 @@ /* * YAFFS: Yet another Flash File System . 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 * diff --git a/direct/test-framework/timothy_tests/quick_tests/test_yaffs_sync_ENAMETOOLONG.c b/direct/test-framework/timothy_tests/quick_tests/test_yaffs_sync_ENAMETOOLONG.c index dce9acf..4a66ffb 100644 --- a/direct/test-framework/timothy_tests/quick_tests/test_yaffs_sync_ENAMETOOLONG.c +++ b/direct/test-framework/timothy_tests/quick_tests/test_yaffs_sync_ENAMETOOLONG.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 * diff --git a/direct/test-framework/timothy_tests/quick_tests/test_yaffs_sync_ENAMETOOLONG.h b/direct/test-framework/timothy_tests/quick_tests/test_yaffs_sync_ENAMETOOLONG.h index 6efc438..5f8f45b 100644 --- a/direct/test-framework/timothy_tests/quick_tests/test_yaffs_sync_ENAMETOOLONG.h +++ b/direct/test-framework/timothy_tests/quick_tests/test_yaffs_sync_ENAMETOOLONG.h @@ -1,8 +1,7 @@ /* * YAFFS: Yet another Flash File System . 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 * diff --git a/direct/test-framework/timothy_tests/quick_tests/test_yaffs_sync_ENODEV.c b/direct/test-framework/timothy_tests/quick_tests/test_yaffs_sync_ENODEV.c index f14005e..ccd56c3 100644 --- a/direct/test-framework/timothy_tests/quick_tests/test_yaffs_sync_ENODEV.c +++ b/direct/test-framework/timothy_tests/quick_tests/test_yaffs_sync_ENODEV.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 * diff --git a/direct/test-framework/timothy_tests/quick_tests/test_yaffs_sync_ENODEV.h b/direct/test-framework/timothy_tests/quick_tests/test_yaffs_sync_ENODEV.h index afa692f..11b2aff 100644 --- a/direct/test-framework/timothy_tests/quick_tests/test_yaffs_sync_ENODEV.h +++ b/direct/test-framework/timothy_tests/quick_tests/test_yaffs_sync_ENODEV.h @@ -1,8 +1,7 @@ /* * YAFFS: Yet another Flash File System . 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 * diff --git a/direct/test-framework/timothy_tests/quick_tests/test_yaffs_sync_EROFS.c b/direct/test-framework/timothy_tests/quick_tests/test_yaffs_sync_EROFS.c index 7b6e1cd..4291f8c 100644 --- a/direct/test-framework/timothy_tests/quick_tests/test_yaffs_sync_EROFS.c +++ b/direct/test-framework/timothy_tests/quick_tests/test_yaffs_sync_EROFS.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 * diff --git a/direct/test-framework/timothy_tests/quick_tests/test_yaffs_sync_EROFS.h b/direct/test-framework/timothy_tests/quick_tests/test_yaffs_sync_EROFS.h index eabe97c..84a9df8 100644 --- a/direct/test-framework/timothy_tests/quick_tests/test_yaffs_sync_EROFS.h +++ b/direct/test-framework/timothy_tests/quick_tests/test_yaffs_sync_EROFS.h @@ -1,8 +1,7 @@ /* * YAFFS: Yet another Flash File System . 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 * diff --git a/direct/test-framework/timothy_tests/quick_tests/test_yaffs_sync_NULL.c b/direct/test-framework/timothy_tests/quick_tests/test_yaffs_sync_NULL.c index 53caa55..2c609b5 100644 --- a/direct/test-framework/timothy_tests/quick_tests/test_yaffs_sync_NULL.c +++ b/direct/test-framework/timothy_tests/quick_tests/test_yaffs_sync_NULL.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 * diff --git a/direct/test-framework/timothy_tests/quick_tests/test_yaffs_sync_NULL.h b/direct/test-framework/timothy_tests/quick_tests/test_yaffs_sync_NULL.h index 0735883..70bd074 100644 --- a/direct/test-framework/timothy_tests/quick_tests/test_yaffs_sync_NULL.h +++ b/direct/test-framework/timothy_tests/quick_tests/test_yaffs_sync_NULL.h @@ -1,8 +1,7 @@ /* * YAFFS: Yet another Flash File System . 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 * diff --git a/direct/test-framework/timothy_tests/quick_tests/test_yaffs_totalspace.c b/direct/test-framework/timothy_tests/quick_tests/test_yaffs_totalspace.c index aad9f46..40dcde5 100644 --- a/direct/test-framework/timothy_tests/quick_tests/test_yaffs_totalspace.c +++ b/direct/test-framework/timothy_tests/quick_tests/test_yaffs_totalspace.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 * diff --git a/direct/test-framework/timothy_tests/quick_tests/test_yaffs_totalspace.h b/direct/test-framework/timothy_tests/quick_tests/test_yaffs_totalspace.h index 968dc99..eb47104 100644 --- a/direct/test-framework/timothy_tests/quick_tests/test_yaffs_totalspace.h +++ b/direct/test-framework/timothy_tests/quick_tests/test_yaffs_totalspace.h @@ -1,8 +1,7 @@ /* * YAFFS: Yet another Flash File System . 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 * diff --git a/direct/test-framework/timothy_tests/quick_tests/test_yaffs_totalspace_EINVAL.c b/direct/test-framework/timothy_tests/quick_tests/test_yaffs_totalspace_EINVAL.c index 6c3b1d7..fb27ed8 100644 --- a/direct/test-framework/timothy_tests/quick_tests/test_yaffs_totalspace_EINVAL.c +++ b/direct/test-framework/timothy_tests/quick_tests/test_yaffs_totalspace_EINVAL.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 * diff --git a/direct/test-framework/timothy_tests/quick_tests/test_yaffs_totalspace_EINVAL.h b/direct/test-framework/timothy_tests/quick_tests/test_yaffs_totalspace_EINVAL.h index 26f516c..db01957 100644 --- a/direct/test-framework/timothy_tests/quick_tests/test_yaffs_totalspace_EINVAL.h +++ b/direct/test-framework/timothy_tests/quick_tests/test_yaffs_totalspace_EINVAL.h @@ -1,8 +1,7 @@ /* * YAFFS: Yet another Flash File System . 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 * diff --git a/direct/test-framework/timothy_tests/quick_tests/test_yaffs_totalspace_ENAMETOOLONG.c b/direct/test-framework/timothy_tests/quick_tests/test_yaffs_totalspace_ENAMETOOLONG.c index d95501e..1358195 100644 --- a/direct/test-framework/timothy_tests/quick_tests/test_yaffs_totalspace_ENAMETOOLONG.c +++ b/direct/test-framework/timothy_tests/quick_tests/test_yaffs_totalspace_ENAMETOOLONG.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 * diff --git a/direct/test-framework/timothy_tests/quick_tests/test_yaffs_totalspace_ENAMETOOLONG.h b/direct/test-framework/timothy_tests/quick_tests/test_yaffs_totalspace_ENAMETOOLONG.h index 683354c..a247fdc 100644 --- a/direct/test-framework/timothy_tests/quick_tests/test_yaffs_totalspace_ENAMETOOLONG.h +++ b/direct/test-framework/timothy_tests/quick_tests/test_yaffs_totalspace_ENAMETOOLONG.h @@ -1,8 +1,7 @@ /* * YAFFS: Yet another Flash File System . 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 * diff --git a/direct/test-framework/timothy_tests/quick_tests/test_yaffs_totalspace_NULL.c b/direct/test-framework/timothy_tests/quick_tests/test_yaffs_totalspace_NULL.c index e77f3a9..8942fec 100644 --- a/direct/test-framework/timothy_tests/quick_tests/test_yaffs_totalspace_NULL.c +++ b/direct/test-framework/timothy_tests/quick_tests/test_yaffs_totalspace_NULL.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 * diff --git a/direct/test-framework/timothy_tests/quick_tests/test_yaffs_totalspace_NULL.h b/direct/test-framework/timothy_tests/quick_tests/test_yaffs_totalspace_NULL.h index db12782..bcfae85 100644 --- a/direct/test-framework/timothy_tests/quick_tests/test_yaffs_totalspace_NULL.h +++ b/direct/test-framework/timothy_tests/quick_tests/test_yaffs_totalspace_NULL.h @@ -1,8 +1,7 @@ /* * YAFFS: Yet another Flash File System . 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 * diff --git a/direct/test-framework/timothy_tests/quick_tests/test_yaffs_truncate.c b/direct/test-framework/timothy_tests/quick_tests/test_yaffs_truncate.c index 185e39d..1514614 100644 --- a/direct/test-framework/timothy_tests/quick_tests/test_yaffs_truncate.c +++ b/direct/test-framework/timothy_tests/quick_tests/test_yaffs_truncate.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 * diff --git a/direct/test-framework/timothy_tests/quick_tests/test_yaffs_truncate.h b/direct/test-framework/timothy_tests/quick_tests/test_yaffs_truncate.h index fa071f6..daace14 100644 --- a/direct/test-framework/timothy_tests/quick_tests/test_yaffs_truncate.h +++ b/direct/test-framework/timothy_tests/quick_tests/test_yaffs_truncate.h @@ -1,8 +1,7 @@ /* * YAFFS: Yet another Flash File System . 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 * diff --git a/direct/test-framework/timothy_tests/quick_tests/test_yaffs_truncate_EINVAL.c b/direct/test-framework/timothy_tests/quick_tests/test_yaffs_truncate_EINVAL.c index b535039..8a924ab 100644 --- a/direct/test-framework/timothy_tests/quick_tests/test_yaffs_truncate_EINVAL.c +++ b/direct/test-framework/timothy_tests/quick_tests/test_yaffs_truncate_EINVAL.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 * diff --git a/direct/test-framework/timothy_tests/quick_tests/test_yaffs_truncate_EINVAL.h b/direct/test-framework/timothy_tests/quick_tests/test_yaffs_truncate_EINVAL.h index d7b8451..a475ddf 100644 --- a/direct/test-framework/timothy_tests/quick_tests/test_yaffs_truncate_EINVAL.h +++ b/direct/test-framework/timothy_tests/quick_tests/test_yaffs_truncate_EINVAL.h @@ -1,8 +1,7 @@ /* * YAFFS: Yet another Flash File System . 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 * diff --git a/direct/test-framework/timothy_tests/quick_tests/test_yaffs_truncate_EISDIR.c b/direct/test-framework/timothy_tests/quick_tests/test_yaffs_truncate_EISDIR.c index 005acb3..aecd090 100644 --- a/direct/test-framework/timothy_tests/quick_tests/test_yaffs_truncate_EISDIR.c +++ b/direct/test-framework/timothy_tests/quick_tests/test_yaffs_truncate_EISDIR.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 * diff --git a/direct/test-framework/timothy_tests/quick_tests/test_yaffs_truncate_EISDIR.h b/direct/test-framework/timothy_tests/quick_tests/test_yaffs_truncate_EISDIR.h index f39e822..4d49ade 100644 --- a/direct/test-framework/timothy_tests/quick_tests/test_yaffs_truncate_EISDIR.h +++ b/direct/test-framework/timothy_tests/quick_tests/test_yaffs_truncate_EISDIR.h @@ -1,8 +1,7 @@ /* * YAFFS: Yet another Flash File System . 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 * diff --git a/direct/test-framework/timothy_tests/quick_tests/test_yaffs_truncate_ELOOP.c b/direct/test-framework/timothy_tests/quick_tests/test_yaffs_truncate_ELOOP.c index c7aa61e..9386a17 100644 --- a/direct/test-framework/timothy_tests/quick_tests/test_yaffs_truncate_ELOOP.c +++ b/direct/test-framework/timothy_tests/quick_tests/test_yaffs_truncate_ELOOP.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 * diff --git a/direct/test-framework/timothy_tests/quick_tests/test_yaffs_truncate_ELOOP.h b/direct/test-framework/timothy_tests/quick_tests/test_yaffs_truncate_ELOOP.h index 3ac429b..9fb31cb 100644 --- a/direct/test-framework/timothy_tests/quick_tests/test_yaffs_truncate_ELOOP.h +++ b/direct/test-framework/timothy_tests/quick_tests/test_yaffs_truncate_ELOOP.h @@ -1,8 +1,7 @@ /* * YAFFS: Yet another Flash File System . 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 * diff --git a/direct/test-framework/timothy_tests/quick_tests/test_yaffs_truncate_ELOOP_dir.c b/direct/test-framework/timothy_tests/quick_tests/test_yaffs_truncate_ELOOP_dir.c index 098325e..c1df6fe 100644 --- a/direct/test-framework/timothy_tests/quick_tests/test_yaffs_truncate_ELOOP_dir.c +++ b/direct/test-framework/timothy_tests/quick_tests/test_yaffs_truncate_ELOOP_dir.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 * diff --git a/direct/test-framework/timothy_tests/quick_tests/test_yaffs_truncate_ELOOP_dir.h b/direct/test-framework/timothy_tests/quick_tests/test_yaffs_truncate_ELOOP_dir.h index 62bc182..4c44542 100644 --- a/direct/test-framework/timothy_tests/quick_tests/test_yaffs_truncate_ELOOP_dir.h +++ b/direct/test-framework/timothy_tests/quick_tests/test_yaffs_truncate_ELOOP_dir.h @@ -1,8 +1,7 @@ /* * YAFFS: Yet another Flash File System . 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 * diff --git a/direct/test-framework/timothy_tests/quick_tests/test_yaffs_truncate_ENAMETOOLONG.c b/direct/test-framework/timothy_tests/quick_tests/test_yaffs_truncate_ENAMETOOLONG.c index 998b14c..531cc22 100644 --- a/direct/test-framework/timothy_tests/quick_tests/test_yaffs_truncate_ENAMETOOLONG.c +++ b/direct/test-framework/timothy_tests/quick_tests/test_yaffs_truncate_ENAMETOOLONG.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 * diff --git a/direct/test-framework/timothy_tests/quick_tests/test_yaffs_truncate_ENAMETOOLONG.h b/direct/test-framework/timothy_tests/quick_tests/test_yaffs_truncate_ENAMETOOLONG.h index eea7832..56addfb 100644 --- a/direct/test-framework/timothy_tests/quick_tests/test_yaffs_truncate_ENAMETOOLONG.h +++ b/direct/test-framework/timothy_tests/quick_tests/test_yaffs_truncate_ENAMETOOLONG.h @@ -1,8 +1,7 @@ /* * YAFFS: Yet another Flash File System . 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 * diff --git a/direct/test-framework/timothy_tests/quick_tests/test_yaffs_truncate_ENOENT.c b/direct/test-framework/timothy_tests/quick_tests/test_yaffs_truncate_ENOENT.c index 970e634..12af51d 100644 --- a/direct/test-framework/timothy_tests/quick_tests/test_yaffs_truncate_ENOENT.c +++ b/direct/test-framework/timothy_tests/quick_tests/test_yaffs_truncate_ENOENT.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 * diff --git a/direct/test-framework/timothy_tests/quick_tests/test_yaffs_truncate_ENOENT.h b/direct/test-framework/timothy_tests/quick_tests/test_yaffs_truncate_ENOENT.h index 897e89f..a4e4366 100644 --- a/direct/test-framework/timothy_tests/quick_tests/test_yaffs_truncate_ENOENT.h +++ b/direct/test-framework/timothy_tests/quick_tests/test_yaffs_truncate_ENOENT.h @@ -1,8 +1,7 @@ /* * YAFFS: Yet another Flash File System . 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 * diff --git a/direct/test-framework/timothy_tests/quick_tests/test_yaffs_truncate_ENOENT2.c b/direct/test-framework/timothy_tests/quick_tests/test_yaffs_truncate_ENOENT2.c index 6696b06..532a0ea 100644 --- a/direct/test-framework/timothy_tests/quick_tests/test_yaffs_truncate_ENOENT2.c +++ b/direct/test-framework/timothy_tests/quick_tests/test_yaffs_truncate_ENOENT2.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 * diff --git a/direct/test-framework/timothy_tests/quick_tests/test_yaffs_truncate_ENOENT2.h b/direct/test-framework/timothy_tests/quick_tests/test_yaffs_truncate_ENOENT2.h index 582bde9..fe34a97 100644 --- a/direct/test-framework/timothy_tests/quick_tests/test_yaffs_truncate_ENOENT2.h +++ b/direct/test-framework/timothy_tests/quick_tests/test_yaffs_truncate_ENOENT2.h @@ -1,8 +1,7 @@ /* * YAFFS: Yet another Flash File System . 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 * diff --git a/direct/test-framework/timothy_tests/quick_tests/test_yaffs_truncate_ENOTDIR.c b/direct/test-framework/timothy_tests/quick_tests/test_yaffs_truncate_ENOTDIR.c index 22555ad..90814f3 100644 --- a/direct/test-framework/timothy_tests/quick_tests/test_yaffs_truncate_ENOTDIR.c +++ b/direct/test-framework/timothy_tests/quick_tests/test_yaffs_truncate_ENOTDIR.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 * diff --git a/direct/test-framework/timothy_tests/quick_tests/test_yaffs_truncate_ENOTDIR.h b/direct/test-framework/timothy_tests/quick_tests/test_yaffs_truncate_ENOTDIR.h index f519625..29b67e0 100644 --- a/direct/test-framework/timothy_tests/quick_tests/test_yaffs_truncate_ENOTDIR.h +++ b/direct/test-framework/timothy_tests/quick_tests/test_yaffs_truncate_ENOTDIR.h @@ -1,8 +1,7 @@ /* * YAFFS: Yet another Flash File System . 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 * diff --git a/direct/test-framework/timothy_tests/quick_tests/test_yaffs_truncate_EROFS.c b/direct/test-framework/timothy_tests/quick_tests/test_yaffs_truncate_EROFS.c index 6b4b526..9907830 100644 --- a/direct/test-framework/timothy_tests/quick_tests/test_yaffs_truncate_EROFS.c +++ b/direct/test-framework/timothy_tests/quick_tests/test_yaffs_truncate_EROFS.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 * diff --git a/direct/test-framework/timothy_tests/quick_tests/test_yaffs_truncate_EROFS.h b/direct/test-framework/timothy_tests/quick_tests/test_yaffs_truncate_EROFS.h index 6bb96cf..797704a 100644 --- a/direct/test-framework/timothy_tests/quick_tests/test_yaffs_truncate_EROFS.h +++ b/direct/test-framework/timothy_tests/quick_tests/test_yaffs_truncate_EROFS.h @@ -1,8 +1,7 @@ /* * YAFFS: Yet another Flash File System . 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 * diff --git a/direct/test-framework/timothy_tests/quick_tests/test_yaffs_truncate_NULL.c b/direct/test-framework/timothy_tests/quick_tests/test_yaffs_truncate_NULL.c index 58fa590..7eb5edc 100644 --- a/direct/test-framework/timothy_tests/quick_tests/test_yaffs_truncate_NULL.c +++ b/direct/test-framework/timothy_tests/quick_tests/test_yaffs_truncate_NULL.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 * diff --git a/direct/test-framework/timothy_tests/quick_tests/test_yaffs_truncate_NULL.h b/direct/test-framework/timothy_tests/quick_tests/test_yaffs_truncate_NULL.h index 72d2c37..eebb4ce 100644 --- a/direct/test-framework/timothy_tests/quick_tests/test_yaffs_truncate_NULL.h +++ b/direct/test-framework/timothy_tests/quick_tests/test_yaffs_truncate_NULL.h @@ -1,8 +1,7 @@ /* * YAFFS: Yet another Flash File System . 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 * diff --git a/direct/test-framework/timothy_tests/quick_tests/test_yaffs_truncate_big_file.c b/direct/test-framework/timothy_tests/quick_tests/test_yaffs_truncate_big_file.c index 0e38ef4..dccf095 100644 --- a/direct/test-framework/timothy_tests/quick_tests/test_yaffs_truncate_big_file.c +++ b/direct/test-framework/timothy_tests/quick_tests/test_yaffs_truncate_big_file.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 * diff --git a/direct/test-framework/timothy_tests/quick_tests/test_yaffs_truncate_big_file.h b/direct/test-framework/timothy_tests/quick_tests/test_yaffs_truncate_big_file.h index dfc5ede..c85a52e 100644 --- a/direct/test-framework/timothy_tests/quick_tests/test_yaffs_truncate_big_file.h +++ b/direct/test-framework/timothy_tests/quick_tests/test_yaffs_truncate_big_file.h @@ -1,8 +1,7 @@ /* * YAFFS: Yet another Flash File System . 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 * diff --git a/direct/test-framework/timothy_tests/quick_tests/test_yaffs_unlink.c b/direct/test-framework/timothy_tests/quick_tests/test_yaffs_unlink.c index cffdb25..a11f46b 100644 --- a/direct/test-framework/timothy_tests/quick_tests/test_yaffs_unlink.c +++ b/direct/test-framework/timothy_tests/quick_tests/test_yaffs_unlink.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 * diff --git a/direct/test-framework/timothy_tests/quick_tests/test_yaffs_unlink.h b/direct/test-framework/timothy_tests/quick_tests/test_yaffs_unlink.h index fbff678..63514d7 100644 --- a/direct/test-framework/timothy_tests/quick_tests/test_yaffs_unlink.h +++ b/direct/test-framework/timothy_tests/quick_tests/test_yaffs_unlink.h @@ -1,8 +1,7 @@ /* * YAFFS: Yet another Flash File System . 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 * diff --git a/direct/test-framework/timothy_tests/quick_tests/test_yaffs_unlink_EISDIR.c b/direct/test-framework/timothy_tests/quick_tests/test_yaffs_unlink_EISDIR.c index 37ddb0e..3b63a75 100644 --- a/direct/test-framework/timothy_tests/quick_tests/test_yaffs_unlink_EISDIR.c +++ b/direct/test-framework/timothy_tests/quick_tests/test_yaffs_unlink_EISDIR.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 * diff --git a/direct/test-framework/timothy_tests/quick_tests/test_yaffs_unlink_EISDIR.h b/direct/test-framework/timothy_tests/quick_tests/test_yaffs_unlink_EISDIR.h index 3d9681e..d85a8f4 100644 --- a/direct/test-framework/timothy_tests/quick_tests/test_yaffs_unlink_EISDIR.h +++ b/direct/test-framework/timothy_tests/quick_tests/test_yaffs_unlink_EISDIR.h @@ -1,8 +1,7 @@ /* * YAFFS: Yet another Flash File System . 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 * diff --git a/direct/test-framework/timothy_tests/quick_tests/test_yaffs_unlink_ELOOP_dir.c b/direct/test-framework/timothy_tests/quick_tests/test_yaffs_unlink_ELOOP_dir.c index f046277..0a337d8 100644 --- a/direct/test-framework/timothy_tests/quick_tests/test_yaffs_unlink_ELOOP_dir.c +++ b/direct/test-framework/timothy_tests/quick_tests/test_yaffs_unlink_ELOOP_dir.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 * diff --git a/direct/test-framework/timothy_tests/quick_tests/test_yaffs_unlink_ELOOP_dir.h b/direct/test-framework/timothy_tests/quick_tests/test_yaffs_unlink_ELOOP_dir.h index 5138ae2..285445b 100644 --- a/direct/test-framework/timothy_tests/quick_tests/test_yaffs_unlink_ELOOP_dir.h +++ b/direct/test-framework/timothy_tests/quick_tests/test_yaffs_unlink_ELOOP_dir.h @@ -1,8 +1,7 @@ /* * YAFFS: Yet another Flash File System . 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 * diff --git a/direct/test-framework/timothy_tests/quick_tests/test_yaffs_unlink_ENAMETOOLONG.c b/direct/test-framework/timothy_tests/quick_tests/test_yaffs_unlink_ENAMETOOLONG.c index 64d9ee1..b301dd4 100644 --- a/direct/test-framework/timothy_tests/quick_tests/test_yaffs_unlink_ENAMETOOLONG.c +++ b/direct/test-framework/timothy_tests/quick_tests/test_yaffs_unlink_ENAMETOOLONG.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 * diff --git a/direct/test-framework/timothy_tests/quick_tests/test_yaffs_unlink_ENAMETOOLONG.h b/direct/test-framework/timothy_tests/quick_tests/test_yaffs_unlink_ENAMETOOLONG.h index 712927c..2da08ee 100644 --- a/direct/test-framework/timothy_tests/quick_tests/test_yaffs_unlink_ENAMETOOLONG.h +++ b/direct/test-framework/timothy_tests/quick_tests/test_yaffs_unlink_ENAMETOOLONG.h @@ -1,8 +1,7 @@ /* * YAFFS: Yet another Flash File System . 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 * diff --git a/direct/test-framework/timothy_tests/quick_tests/test_yaffs_unlink_ENOENT.c b/direct/test-framework/timothy_tests/quick_tests/test_yaffs_unlink_ENOENT.c index f1c284e..0b244a5 100644 --- a/direct/test-framework/timothy_tests/quick_tests/test_yaffs_unlink_ENOENT.c +++ b/direct/test-framework/timothy_tests/quick_tests/test_yaffs_unlink_ENOENT.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 * diff --git a/direct/test-framework/timothy_tests/quick_tests/test_yaffs_unlink_ENOENT.h b/direct/test-framework/timothy_tests/quick_tests/test_yaffs_unlink_ENOENT.h index e5f13d4..714f5e7 100644 --- a/direct/test-framework/timothy_tests/quick_tests/test_yaffs_unlink_ENOENT.h +++ b/direct/test-framework/timothy_tests/quick_tests/test_yaffs_unlink_ENOENT.h @@ -1,8 +1,7 @@ /* * YAFFS: Yet another Flash File System . 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 * diff --git a/direct/test-framework/timothy_tests/quick_tests/test_yaffs_unlink_ENOENT2.c b/direct/test-framework/timothy_tests/quick_tests/test_yaffs_unlink_ENOENT2.c index c6085d2..247f972 100644 --- a/direct/test-framework/timothy_tests/quick_tests/test_yaffs_unlink_ENOENT2.c +++ b/direct/test-framework/timothy_tests/quick_tests/test_yaffs_unlink_ENOENT2.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 * diff --git a/direct/test-framework/timothy_tests/quick_tests/test_yaffs_unlink_ENOENT2.h b/direct/test-framework/timothy_tests/quick_tests/test_yaffs_unlink_ENOENT2.h index ee8112c..24664ee 100644 --- a/direct/test-framework/timothy_tests/quick_tests/test_yaffs_unlink_ENOENT2.h +++ b/direct/test-framework/timothy_tests/quick_tests/test_yaffs_unlink_ENOENT2.h @@ -1,8 +1,7 @@ /* * YAFFS: Yet another Flash File System . 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 * diff --git a/direct/test-framework/timothy_tests/quick_tests/test_yaffs_unlink_ENOTDIR.c b/direct/test-framework/timothy_tests/quick_tests/test_yaffs_unlink_ENOTDIR.c index 5368fd7..797d0fe 100644 --- a/direct/test-framework/timothy_tests/quick_tests/test_yaffs_unlink_ENOTDIR.c +++ b/direct/test-framework/timothy_tests/quick_tests/test_yaffs_unlink_ENOTDIR.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 * diff --git a/direct/test-framework/timothy_tests/quick_tests/test_yaffs_unlink_ENOTDIR.h b/direct/test-framework/timothy_tests/quick_tests/test_yaffs_unlink_ENOTDIR.h index ae7be8b..46c3488 100644 --- a/direct/test-framework/timothy_tests/quick_tests/test_yaffs_unlink_ENOTDIR.h +++ b/direct/test-framework/timothy_tests/quick_tests/test_yaffs_unlink_ENOTDIR.h @@ -1,8 +1,7 @@ /* * YAFFS: Yet another Flash File System . 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 * diff --git a/direct/test-framework/timothy_tests/quick_tests/test_yaffs_unlink_EROFS.c b/direct/test-framework/timothy_tests/quick_tests/test_yaffs_unlink_EROFS.c index 7b5fcb2..771b021 100644 --- a/direct/test-framework/timothy_tests/quick_tests/test_yaffs_unlink_EROFS.c +++ b/direct/test-framework/timothy_tests/quick_tests/test_yaffs_unlink_EROFS.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 * diff --git a/direct/test-framework/timothy_tests/quick_tests/test_yaffs_unlink_EROFS.h b/direct/test-framework/timothy_tests/quick_tests/test_yaffs_unlink_EROFS.h index 9101e84..ff00dfd 100644 --- a/direct/test-framework/timothy_tests/quick_tests/test_yaffs_unlink_EROFS.h +++ b/direct/test-framework/timothy_tests/quick_tests/test_yaffs_unlink_EROFS.h @@ -1,8 +1,7 @@ /* * YAFFS: Yet another Flash File System . 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 * diff --git a/direct/test-framework/timothy_tests/quick_tests/test_yaffs_unlink_NULL.c b/direct/test-framework/timothy_tests/quick_tests/test_yaffs_unlink_NULL.c index 29dea18..00f903a 100644 --- a/direct/test-framework/timothy_tests/quick_tests/test_yaffs_unlink_NULL.c +++ b/direct/test-framework/timothy_tests/quick_tests/test_yaffs_unlink_NULL.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 * diff --git a/direct/test-framework/timothy_tests/quick_tests/test_yaffs_unlink_NULL.h b/direct/test-framework/timothy_tests/quick_tests/test_yaffs_unlink_NULL.h index 75b8ea9..6b2f18f 100644 --- a/direct/test-framework/timothy_tests/quick_tests/test_yaffs_unlink_NULL.h +++ b/direct/test-framework/timothy_tests/quick_tests/test_yaffs_unlink_NULL.h @@ -1,8 +1,7 @@ /* * YAFFS: Yet another Flash File System . 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 * diff --git a/direct/test-framework/timothy_tests/quick_tests/test_yaffs_unmount.c b/direct/test-framework/timothy_tests/quick_tests/test_yaffs_unmount.c index 3bcfcc3..ea8f128 100644 --- a/direct/test-framework/timothy_tests/quick_tests/test_yaffs_unmount.c +++ b/direct/test-framework/timothy_tests/quick_tests/test_yaffs_unmount.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 * diff --git a/direct/test-framework/timothy_tests/quick_tests/test_yaffs_unmount.h b/direct/test-framework/timothy_tests/quick_tests/test_yaffs_unmount.h index d9983fd..365e288 100644 --- a/direct/test-framework/timothy_tests/quick_tests/test_yaffs_unmount.h +++ b/direct/test-framework/timothy_tests/quick_tests/test_yaffs_unmount.h @@ -1,8 +1,7 @@ /* * YAFFS: Yet another Flash File System . 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 * diff --git a/direct/test-framework/timothy_tests/quick_tests/test_yaffs_unmount2.c b/direct/test-framework/timothy_tests/quick_tests/test_yaffs_unmount2.c index c3272fe..6c75b67 100644 --- a/direct/test-framework/timothy_tests/quick_tests/test_yaffs_unmount2.c +++ b/direct/test-framework/timothy_tests/quick_tests/test_yaffs_unmount2.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 * diff --git a/direct/test-framework/timothy_tests/quick_tests/test_yaffs_unmount2.h b/direct/test-framework/timothy_tests/quick_tests/test_yaffs_unmount2.h index 3e5825e..a2e7c0d 100644 --- a/direct/test-framework/timothy_tests/quick_tests/test_yaffs_unmount2.h +++ b/direct/test-framework/timothy_tests/quick_tests/test_yaffs_unmount2.h @@ -1,8 +1,7 @@ /* * YAFFS: Yet another Flash File System . 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 * diff --git a/direct/test-framework/timothy_tests/quick_tests/test_yaffs_unmount2_EINVAL.c b/direct/test-framework/timothy_tests/quick_tests/test_yaffs_unmount2_EINVAL.c index ba51300..750b3af 100644 --- a/direct/test-framework/timothy_tests/quick_tests/test_yaffs_unmount2_EINVAL.c +++ b/direct/test-framework/timothy_tests/quick_tests/test_yaffs_unmount2_EINVAL.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 * diff --git a/direct/test-framework/timothy_tests/quick_tests/test_yaffs_unmount2_EINVAL.h b/direct/test-framework/timothy_tests/quick_tests/test_yaffs_unmount2_EINVAL.h index 15329f2..3577ef2 100644 --- a/direct/test-framework/timothy_tests/quick_tests/test_yaffs_unmount2_EINVAL.h +++ b/direct/test-framework/timothy_tests/quick_tests/test_yaffs_unmount2_EINVAL.h @@ -1,8 +1,7 @@ /* * YAFFS: Yet another Flash File System . 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 * diff --git a/direct/test-framework/timothy_tests/quick_tests/test_yaffs_unmount2_ENODEV.c b/direct/test-framework/timothy_tests/quick_tests/test_yaffs_unmount2_ENODEV.c index d492b89..87647f2 100644 --- a/direct/test-framework/timothy_tests/quick_tests/test_yaffs_unmount2_ENODEV.c +++ b/direct/test-framework/timothy_tests/quick_tests/test_yaffs_unmount2_ENODEV.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 * diff --git a/direct/test-framework/timothy_tests/quick_tests/test_yaffs_unmount2_ENODEV.h b/direct/test-framework/timothy_tests/quick_tests/test_yaffs_unmount2_ENODEV.h index 32e16a4..3110028 100644 --- a/direct/test-framework/timothy_tests/quick_tests/test_yaffs_unmount2_ENODEV.h +++ b/direct/test-framework/timothy_tests/quick_tests/test_yaffs_unmount2_ENODEV.h @@ -1,8 +1,7 @@ /* * YAFFS: Yet another Flash File System . 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 * diff --git a/direct/test-framework/timothy_tests/quick_tests/test_yaffs_unmount2_with_handle_open_and_forced_mode_off.c b/direct/test-framework/timothy_tests/quick_tests/test_yaffs_unmount2_with_handle_open_and_forced_mode_off.c index c7f7651..4726850 100644 --- a/direct/test-framework/timothy_tests/quick_tests/test_yaffs_unmount2_with_handle_open_and_forced_mode_off.c +++ b/direct/test-framework/timothy_tests/quick_tests/test_yaffs_unmount2_with_handle_open_and_forced_mode_off.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 * diff --git a/direct/test-framework/timothy_tests/quick_tests/test_yaffs_unmount2_with_handle_open_and_forced_mode_off.h b/direct/test-framework/timothy_tests/quick_tests/test_yaffs_unmount2_with_handle_open_and_forced_mode_off.h index e36af09..87c51b6 100644 --- a/direct/test-framework/timothy_tests/quick_tests/test_yaffs_unmount2_with_handle_open_and_forced_mode_off.h +++ b/direct/test-framework/timothy_tests/quick_tests/test_yaffs_unmount2_with_handle_open_and_forced_mode_off.h @@ -1,8 +1,7 @@ /* * YAFFS: Yet another Flash File System . 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 * diff --git a/direct/test-framework/timothy_tests/quick_tests/test_yaffs_unmount2_with_handle_open_and_forced_mode_on.c b/direct/test-framework/timothy_tests/quick_tests/test_yaffs_unmount2_with_handle_open_and_forced_mode_on.c index dc85207..2b3e911 100644 --- a/direct/test-framework/timothy_tests/quick_tests/test_yaffs_unmount2_with_handle_open_and_forced_mode_on.c +++ b/direct/test-framework/timothy_tests/quick_tests/test_yaffs_unmount2_with_handle_open_and_forced_mode_on.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 * diff --git a/direct/test-framework/timothy_tests/quick_tests/test_yaffs_unmount2_with_handle_open_and_forced_mode_on.h b/direct/test-framework/timothy_tests/quick_tests/test_yaffs_unmount2_with_handle_open_and_forced_mode_on.h index e870f4c..2293b7b 100644 --- a/direct/test-framework/timothy_tests/quick_tests/test_yaffs_unmount2_with_handle_open_and_forced_mode_on.h +++ b/direct/test-framework/timothy_tests/quick_tests/test_yaffs_unmount2_with_handle_open_and_forced_mode_on.h @@ -1,8 +1,7 @@ /* * YAFFS: Yet another Flash File System . 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 * diff --git a/direct/test-framework/timothy_tests/quick_tests/test_yaffs_unmount_EBUSY.c b/direct/test-framework/timothy_tests/quick_tests/test_yaffs_unmount_EBUSY.c index d056fde..f1239eb 100644 --- a/direct/test-framework/timothy_tests/quick_tests/test_yaffs_unmount_EBUSY.c +++ b/direct/test-framework/timothy_tests/quick_tests/test_yaffs_unmount_EBUSY.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 * diff --git a/direct/test-framework/timothy_tests/quick_tests/test_yaffs_unmount_EBUSY.h b/direct/test-framework/timothy_tests/quick_tests/test_yaffs_unmount_EBUSY.h index 2cdbf91..0374120 100644 --- a/direct/test-framework/timothy_tests/quick_tests/test_yaffs_unmount_EBUSY.h +++ b/direct/test-framework/timothy_tests/quick_tests/test_yaffs_unmount_EBUSY.h @@ -1,8 +1,7 @@ /* * YAFFS: Yet another Flash File System . 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 * diff --git a/direct/test-framework/timothy_tests/quick_tests/test_yaffs_unmount_ENAMETOOLONG.c b/direct/test-framework/timothy_tests/quick_tests/test_yaffs_unmount_ENAMETOOLONG.c index a76512f..09adcd1 100644 --- a/direct/test-framework/timothy_tests/quick_tests/test_yaffs_unmount_ENAMETOOLONG.c +++ b/direct/test-framework/timothy_tests/quick_tests/test_yaffs_unmount_ENAMETOOLONG.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 * diff --git a/direct/test-framework/timothy_tests/quick_tests/test_yaffs_unmount_ENAMETOOLONG.h b/direct/test-framework/timothy_tests/quick_tests/test_yaffs_unmount_ENAMETOOLONG.h index a409eef..227e4b6 100644 --- a/direct/test-framework/timothy_tests/quick_tests/test_yaffs_unmount_ENAMETOOLONG.h +++ b/direct/test-framework/timothy_tests/quick_tests/test_yaffs_unmount_ENAMETOOLONG.h @@ -1,8 +1,7 @@ /* * YAFFS: Yet another Flash File System . 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 * diff --git a/direct/test-framework/timothy_tests/quick_tests/test_yaffs_unmount_ENODEV.c b/direct/test-framework/timothy_tests/quick_tests/test_yaffs_unmount_ENODEV.c index 7646b46..af5e49e 100644 --- a/direct/test-framework/timothy_tests/quick_tests/test_yaffs_unmount_ENODEV.c +++ b/direct/test-framework/timothy_tests/quick_tests/test_yaffs_unmount_ENODEV.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 * diff --git a/direct/test-framework/timothy_tests/quick_tests/test_yaffs_unmount_ENODEV.h b/direct/test-framework/timothy_tests/quick_tests/test_yaffs_unmount_ENODEV.h index 21ea93b..12b38eb 100644 --- a/direct/test-framework/timothy_tests/quick_tests/test_yaffs_unmount_ENODEV.h +++ b/direct/test-framework/timothy_tests/quick_tests/test_yaffs_unmount_ENODEV.h @@ -1,8 +1,7 @@ /* * YAFFS: Yet another Flash File System . 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 * diff --git a/direct/test-framework/timothy_tests/quick_tests/test_yaffs_unmount_NULL.c b/direct/test-framework/timothy_tests/quick_tests/test_yaffs_unmount_NULL.c index 94ea612..6556e93 100644 --- a/direct/test-framework/timothy_tests/quick_tests/test_yaffs_unmount_NULL.c +++ b/direct/test-framework/timothy_tests/quick_tests/test_yaffs_unmount_NULL.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 * diff --git a/direct/test-framework/timothy_tests/quick_tests/test_yaffs_unmount_NULL.h b/direct/test-framework/timothy_tests/quick_tests/test_yaffs_unmount_NULL.h index 7178f4d..05b8a9b 100644 --- a/direct/test-framework/timothy_tests/quick_tests/test_yaffs_unmount_NULL.h +++ b/direct/test-framework/timothy_tests/quick_tests/test_yaffs_unmount_NULL.h @@ -1,8 +1,7 @@ /* * YAFFS: Yet another Flash File System . 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 * diff --git a/direct/test-framework/timothy_tests/quick_tests/test_yaffs_write.c b/direct/test-framework/timothy_tests/quick_tests/test_yaffs_write.c index 166c521..8e999ec 100644 --- a/direct/test-framework/timothy_tests/quick_tests/test_yaffs_write.c +++ b/direct/test-framework/timothy_tests/quick_tests/test_yaffs_write.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 * diff --git a/direct/test-framework/timothy_tests/quick_tests/test_yaffs_write.h b/direct/test-framework/timothy_tests/quick_tests/test_yaffs_write.h index bc079b2..46d92e7 100644 --- a/direct/test-framework/timothy_tests/quick_tests/test_yaffs_write.h +++ b/direct/test-framework/timothy_tests/quick_tests/test_yaffs_write.h @@ -1,8 +1,7 @@ /* * YAFFS: Yet another Flash File System . 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 * diff --git a/direct/test-framework/timothy_tests/quick_tests/test_yaffs_write_EBADF.c b/direct/test-framework/timothy_tests/quick_tests/test_yaffs_write_EBADF.c index c1cb4dd..2c55e79 100644 --- a/direct/test-framework/timothy_tests/quick_tests/test_yaffs_write_EBADF.c +++ b/direct/test-framework/timothy_tests/quick_tests/test_yaffs_write_EBADF.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 * diff --git a/direct/test-framework/timothy_tests/quick_tests/test_yaffs_write_EBADF.h b/direct/test-framework/timothy_tests/quick_tests/test_yaffs_write_EBADF.h index facef12..6a45bfe 100644 --- a/direct/test-framework/timothy_tests/quick_tests/test_yaffs_write_EBADF.h +++ b/direct/test-framework/timothy_tests/quick_tests/test_yaffs_write_EBADF.h @@ -1,8 +1,7 @@ /* * YAFFS: Yet another Flash File System . 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 * diff --git a/direct/test-framework/timothy_tests/quick_tests/test_yaffs_write_EROFS.c b/direct/test-framework/timothy_tests/quick_tests/test_yaffs_write_EROFS.c index fed646c..0bdf7d3 100644 --- a/direct/test-framework/timothy_tests/quick_tests/test_yaffs_write_EROFS.c +++ b/direct/test-framework/timothy_tests/quick_tests/test_yaffs_write_EROFS.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 * diff --git a/direct/test-framework/timothy_tests/quick_tests/test_yaffs_write_EROFS.h b/direct/test-framework/timothy_tests/quick_tests/test_yaffs_write_EROFS.h index c0e7aa1..70873f8 100644 --- a/direct/test-framework/timothy_tests/quick_tests/test_yaffs_write_EROFS.h +++ b/direct/test-framework/timothy_tests/quick_tests/test_yaffs_write_EROFS.h @@ -1,8 +1,7 @@ /* * YAFFS: Yet another Flash File System . 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 * diff --git a/direct/test-framework/timothy_tests/quick_tests/test_yaffs_write_big_file.c b/direct/test-framework/timothy_tests/quick_tests/test_yaffs_write_big_file.c index 9999466..2e35e83 100644 --- a/direct/test-framework/timothy_tests/quick_tests/test_yaffs_write_big_file.c +++ b/direct/test-framework/timothy_tests/quick_tests/test_yaffs_write_big_file.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 * diff --git a/direct/test-framework/timothy_tests/quick_tests/test_yaffs_write_big_file.h b/direct/test-framework/timothy_tests/quick_tests/test_yaffs_write_big_file.h index 2088527..5d1d634 100644 --- a/direct/test-framework/timothy_tests/quick_tests/test_yaffs_write_big_file.h +++ b/direct/test-framework/timothy_tests/quick_tests/test_yaffs_write_big_file.h @@ -1,8 +1,7 @@ /* * YAFFS: Yet another Flash File System . 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 * diff --git a/direct/test-framework/timothy_tests/stress_tester/Makefile b/direct/test-framework/timothy_tests/stress_tester/Makefile index ce61910..b730b72 100644 --- a/direct/test-framework/timothy_tests/stress_tester/Makefile +++ b/direct/test-framework/timothy_tests/stress_tester/Makefile @@ -3,7 +3,7 @@ # # YAFFS: Yet another Flash File System. A NAND-flash specific file system. # -# Copyright (C) 2003-2010 Aleph One Ltd. +# Copyright (C) 2002-2018 Aleph One Ltd. # # # Created by Timothy Manning diff --git a/direct/test-framework/timothy_tests/stress_tester/error_handler.c b/direct/test-framework/timothy_tests/stress_tester/error_handler.c index a9152f3..9d9ac97 100644 --- a/direct/test-framework/timothy_tests/stress_tester/error_handler.c +++ b/direct/test-framework/timothy_tests/stress_tester/error_handler.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 * diff --git a/direct/test-framework/timothy_tests/stress_tester/error_handler.h b/direct/test-framework/timothy_tests/stress_tester/error_handler.h index 979f020..bfb5a68 100644 --- a/direct/test-framework/timothy_tests/stress_tester/error_handler.h +++ b/direct/test-framework/timothy_tests/stress_tester/error_handler.h @@ -1,8 +1,7 @@ /* * YAFFS: Yet another Flash File System . 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 * diff --git a/direct/test-framework/timothy_tests/stress_tester/message_buffer.c b/direct/test-framework/timothy_tests/stress_tester/message_buffer.c index adefbf8..3cd8b2e 100644 --- a/direct/test-framework/timothy_tests/stress_tester/message_buffer.c +++ b/direct/test-framework/timothy_tests/stress_tester/message_buffer.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 * diff --git a/direct/test-framework/timothy_tests/stress_tester/message_buffer.h b/direct/test-framework/timothy_tests/stress_tester/message_buffer.h index 55f9e10..0d18d84 100644 --- a/direct/test-framework/timothy_tests/stress_tester/message_buffer.h +++ b/direct/test-framework/timothy_tests/stress_tester/message_buffer.h @@ -1,8 +1,7 @@ /* * YAFFS: Yet another Flash File System . 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 * diff --git a/direct/test-framework/timothy_tests/stress_tester/yaffs_tester.c b/direct/test-framework/timothy_tests/stress_tester/yaffs_tester.c index 86dcf46..ff1504d 100644 --- a/direct/test-framework/timothy_tests/stress_tester/yaffs_tester.c +++ b/direct/test-framework/timothy_tests/stress_tester/yaffs_tester.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 * diff --git a/direct/test-framework/timothy_tests/stress_tester/yaffs_tester.h b/direct/test-framework/timothy_tests/stress_tester/yaffs_tester.h index 11a0815..5ff30b2 100644 --- a/direct/test-framework/timothy_tests/stress_tester/yaffs_tester.h +++ b/direct/test-framework/timothy_tests/stress_tester/yaffs_tester.h @@ -1,8 +1,7 @@ /* * YAFFS: Yet another Flash File System . 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 * diff --git a/direct/test-framework/timothy_tests/threading/Makefile b/direct/test-framework/timothy_tests/threading/Makefile index 471ee56..8030051 100644 --- a/direct/test-framework/timothy_tests/threading/Makefile +++ b/direct/test-framework/timothy_tests/threading/Makefile @@ -3,7 +3,7 @@ # # YAFFS: Yet another Flash File System. A NAND-flash specific file system. # -# Copyright (C) 2003-2010 Aleph One Ltd. +# Copyright (C) 2002-2018 Aleph One Ltd. # # # Created by Timothy Manning diff --git a/direct/test-framework/timothy_tests/threading/lib.c b/direct/test-framework/timothy_tests/threading/lib.c index c31f627..17d247e 100644 --- a/direct/test-framework/timothy_tests/threading/lib.c +++ b/direct/test-framework/timothy_tests/threading/lib.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 * diff --git a/direct/test-framework/timothy_tests/threading/lib.h b/direct/test-framework/timothy_tests/threading/lib.h index cb4708a..b088a45 100644 --- a/direct/test-framework/timothy_tests/threading/lib.h +++ b/direct/test-framework/timothy_tests/threading/lib.h @@ -1,8 +1,7 @@ /* * YAFFS: Yet another Flash File System . 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 * diff --git a/direct/test-framework/timothy_tests/threading/test_a.c b/direct/test-framework/timothy_tests/threading/test_a.c index a4bd415..e7da6ba 100644 --- a/direct/test-framework/timothy_tests/threading/test_a.c +++ b/direct/test-framework/timothy_tests/threading/test_a.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 * diff --git a/direct/test-framework/timothy_tests/threading/test_a.h b/direct/test-framework/timothy_tests/threading/test_a.h index f60d694..64483d1 100644 --- a/direct/test-framework/timothy_tests/threading/test_a.h +++ b/direct/test-framework/timothy_tests/threading/test_a.h @@ -1,8 +1,7 @@ /* * YAFFS: Yet another Flash File System . 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 * diff --git a/direct/test-framework/timothy_tests/threading/test_b.c b/direct/test-framework/timothy_tests/threading/test_b.c index 416fdcb..120d83c 100644 --- a/direct/test-framework/timothy_tests/threading/test_b.c +++ b/direct/test-framework/timothy_tests/threading/test_b.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 * diff --git a/direct/test-framework/timothy_tests/threading/test_b.h b/direct/test-framework/timothy_tests/threading/test_b.h index a499b87..7bd211a 100644 --- a/direct/test-framework/timothy_tests/threading/test_b.h +++ b/direct/test-framework/timothy_tests/threading/test_b.h @@ -1,8 +1,7 @@ /* * YAFFS: Yet another Flash File System . 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 * diff --git a/direct/test-framework/timothy_tests/threading/thread_function.c b/direct/test-framework/timothy_tests/threading/thread_function.c index 9b75a0b..d82f88f 100644 --- a/direct/test-framework/timothy_tests/threading/thread_function.c +++ b/direct/test-framework/timothy_tests/threading/thread_function.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 * diff --git a/direct/test-framework/timothy_tests/threading/thread_function.h b/direct/test-framework/timothy_tests/threading/thread_function.h index edfed0d..694640e 100644 --- a/direct/test-framework/timothy_tests/threading/thread_function.h +++ b/direct/test-framework/timothy_tests/threading/thread_function.h @@ -1,8 +1,7 @@ /* * YAFFS: Yet another Flash File System . 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 * diff --git a/direct/test-framework/timothy_tests/threading/threading.c b/direct/test-framework/timothy_tests/threading/threading.c index 7ac4e2e..8986272 100644 --- a/direct/test-framework/timothy_tests/threading/threading.c +++ b/direct/test-framework/timothy_tests/threading/threading.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 * diff --git a/direct/test-framework/timothy_tests/threading/threading.h b/direct/test-framework/timothy_tests/threading/threading.h index 61fcab5..6c1b2ca 100644 --- a/direct/test-framework/timothy_tests/threading/threading.h +++ b/direct/test-framework/timothy_tests/threading/threading.h @@ -1,8 +1,7 @@ /* * YAFFS: Yet another Flash File System . 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 * diff --git a/direct/test-framework/timothy_tests/yaffs_and_linux_mirror_tests/Makefile b/direct/test-framework/timothy_tests/yaffs_and_linux_mirror_tests/Makefile index f130aa5..7521a65 100644 --- a/direct/test-framework/timothy_tests/yaffs_and_linux_mirror_tests/Makefile +++ b/direct/test-framework/timothy_tests/yaffs_and_linux_mirror_tests/Makefile @@ -3,7 +3,7 @@ # # YAFFS: Yet another Flash File System. A NAND-flash specific file system. # -# Copyright (C) 2003-2010 Aleph One Ltd. +# Copyright (C) 2002-2018 Aleph One Ltd. # # # Created by Timothy Manning diff --git a/direct/test-framework/timothy_tests/yaffs_and_linux_mirror_tests/lib.c b/direct/test-framework/timothy_tests/yaffs_and_linux_mirror_tests/lib.c index 079ed25..2835608 100644 --- a/direct/test-framework/timothy_tests/yaffs_and_linux_mirror_tests/lib.c +++ b/direct/test-framework/timothy_tests/yaffs_and_linux_mirror_tests/lib.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 * diff --git a/direct/test-framework/timothy_tests/yaffs_and_linux_mirror_tests/lib.h b/direct/test-framework/timothy_tests/yaffs_and_linux_mirror_tests/lib.h index 0b33479..beb7802 100644 --- a/direct/test-framework/timothy_tests/yaffs_and_linux_mirror_tests/lib.h +++ b/direct/test-framework/timothy_tests/yaffs_and_linux_mirror_tests/lib.h @@ -1,8 +1,7 @@ /* * YAFFS: Yet another Flash File System . 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 * diff --git a/direct/test-framework/timothy_tests/yaffs_and_linux_mirror_tests/linux_test_open.c b/direct/test-framework/timothy_tests/yaffs_and_linux_mirror_tests/linux_test_open.c index 871dc56..da741e8 100644 --- a/direct/test-framework/timothy_tests/yaffs_and_linux_mirror_tests/linux_test_open.c +++ b/direct/test-framework/timothy_tests/yaffs_and_linux_mirror_tests/linux_test_open.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 * diff --git a/direct/test-framework/timothy_tests/yaffs_and_linux_mirror_tests/linux_test_open.h b/direct/test-framework/timothy_tests/yaffs_and_linux_mirror_tests/linux_test_open.h index 6274934..4fcd5e6 100644 --- a/direct/test-framework/timothy_tests/yaffs_and_linux_mirror_tests/linux_test_open.h +++ b/direct/test-framework/timothy_tests/yaffs_and_linux_mirror_tests/linux_test_open.h @@ -1,8 +1,7 @@ /* * YAFFS: Yet another Flash File System . 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 * diff --git a/direct/test-framework/timothy_tests/yaffs_and_linux_mirror_tests/linux_test_truncate.c b/direct/test-framework/timothy_tests/yaffs_and_linux_mirror_tests/linux_test_truncate.c index 94e8959..41103e0 100644 --- a/direct/test-framework/timothy_tests/yaffs_and_linux_mirror_tests/linux_test_truncate.c +++ b/direct/test-framework/timothy_tests/yaffs_and_linux_mirror_tests/linux_test_truncate.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 * diff --git a/direct/test-framework/timothy_tests/yaffs_and_linux_mirror_tests/linux_test_truncate.h b/direct/test-framework/timothy_tests/yaffs_and_linux_mirror_tests/linux_test_truncate.h index 7ef91d0..8581ede 100644 --- a/direct/test-framework/timothy_tests/yaffs_and_linux_mirror_tests/linux_test_truncate.h +++ b/direct/test-framework/timothy_tests/yaffs_and_linux_mirror_tests/linux_test_truncate.h @@ -1,8 +1,7 @@ /* * YAFFS: Yet another Flash File System . 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 * diff --git a/direct/test-framework/timothy_tests/yaffs_and_linux_mirror_tests/linux_test_unlink.c b/direct/test-framework/timothy_tests/yaffs_and_linux_mirror_tests/linux_test_unlink.c index 575e7ae..8fa76d7 100644 --- a/direct/test-framework/timothy_tests/yaffs_and_linux_mirror_tests/linux_test_unlink.c +++ b/direct/test-framework/timothy_tests/yaffs_and_linux_mirror_tests/linux_test_unlink.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 * diff --git a/direct/test-framework/timothy_tests/yaffs_and_linux_mirror_tests/linux_test_unlink.h b/direct/test-framework/timothy_tests/yaffs_and_linux_mirror_tests/linux_test_unlink.h index 7572aa8..12d4d48 100644 --- a/direct/test-framework/timothy_tests/yaffs_and_linux_mirror_tests/linux_test_unlink.h +++ b/direct/test-framework/timothy_tests/yaffs_and_linux_mirror_tests/linux_test_unlink.h @@ -1,8 +1,7 @@ /* * YAFFS: Yet another Flash File System . 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 * diff --git a/direct/test-framework/timothy_tests/yaffs_and_linux_mirror_tests/linux_test_write.c b/direct/test-framework/timothy_tests/yaffs_and_linux_mirror_tests/linux_test_write.c index b46c211..30a4463 100644 --- a/direct/test-framework/timothy_tests/yaffs_and_linux_mirror_tests/linux_test_write.c +++ b/direct/test-framework/timothy_tests/yaffs_and_linux_mirror_tests/linux_test_write.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 * diff --git a/direct/test-framework/timothy_tests/yaffs_and_linux_mirror_tests/linux_test_write.h b/direct/test-framework/timothy_tests/yaffs_and_linux_mirror_tests/linux_test_write.h index 611fe7d..b7e3c37 100644 --- a/direct/test-framework/timothy_tests/yaffs_and_linux_mirror_tests/linux_test_write.h +++ b/direct/test-framework/timothy_tests/yaffs_and_linux_mirror_tests/linux_test_write.h @@ -1,8 +1,7 @@ /* * YAFFS: Yet another Flash File System . 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 * diff --git a/direct/test-framework/timothy_tests/yaffs_and_linux_mirror_tests/mirror_tests.c b/direct/test-framework/timothy_tests/yaffs_and_linux_mirror_tests/mirror_tests.c index 071a313..dcd83df 100644 --- a/direct/test-framework/timothy_tests/yaffs_and_linux_mirror_tests/mirror_tests.c +++ b/direct/test-framework/timothy_tests/yaffs_and_linux_mirror_tests/mirror_tests.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 * diff --git a/direct/test-framework/timothy_tests/yaffs_and_linux_mirror_tests/mirror_tests.h b/direct/test-framework/timothy_tests/yaffs_and_linux_mirror_tests/mirror_tests.h index 9d30833..cbbb953 100644 --- a/direct/test-framework/timothy_tests/yaffs_and_linux_mirror_tests/mirror_tests.h +++ b/direct/test-framework/timothy_tests/yaffs_and_linux_mirror_tests/mirror_tests.h @@ -1,8 +1,7 @@ /* * YAFFS: Yet another Flash File System . 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 * diff --git a/direct/test-framework/timothy_tests/yaffs_and_linux_mirror_tests/yaffs_test_open.c b/direct/test-framework/timothy_tests/yaffs_and_linux_mirror_tests/yaffs_test_open.c index daeb8a4..7f96190 100644 --- a/direct/test-framework/timothy_tests/yaffs_and_linux_mirror_tests/yaffs_test_open.c +++ b/direct/test-framework/timothy_tests/yaffs_and_linux_mirror_tests/yaffs_test_open.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 * diff --git a/direct/test-framework/timothy_tests/yaffs_and_linux_mirror_tests/yaffs_test_open.h b/direct/test-framework/timothy_tests/yaffs_and_linux_mirror_tests/yaffs_test_open.h index d64bd29..9c4c4ab 100644 --- a/direct/test-framework/timothy_tests/yaffs_and_linux_mirror_tests/yaffs_test_open.h +++ b/direct/test-framework/timothy_tests/yaffs_and_linux_mirror_tests/yaffs_test_open.h @@ -1,8 +1,7 @@ /* * YAFFS: Yet another Flash File System . 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 * diff --git a/direct/test-framework/timothy_tests/yaffs_and_linux_mirror_tests/yaffs_test_truncate.c b/direct/test-framework/timothy_tests/yaffs_and_linux_mirror_tests/yaffs_test_truncate.c index 9e99590..f88cb1d 100644 --- a/direct/test-framework/timothy_tests/yaffs_and_linux_mirror_tests/yaffs_test_truncate.c +++ b/direct/test-framework/timothy_tests/yaffs_and_linux_mirror_tests/yaffs_test_truncate.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 * diff --git a/direct/test-framework/timothy_tests/yaffs_and_linux_mirror_tests/yaffs_test_truncate.h b/direct/test-framework/timothy_tests/yaffs_and_linux_mirror_tests/yaffs_test_truncate.h index 02517cb..fd665fe 100644 --- a/direct/test-framework/timothy_tests/yaffs_and_linux_mirror_tests/yaffs_test_truncate.h +++ b/direct/test-framework/timothy_tests/yaffs_and_linux_mirror_tests/yaffs_test_truncate.h @@ -1,8 +1,7 @@ /* * YAFFS: Yet another Flash File System . 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 * diff --git a/direct/test-framework/timothy_tests/yaffs_and_linux_mirror_tests/yaffs_test_unlink.c b/direct/test-framework/timothy_tests/yaffs_and_linux_mirror_tests/yaffs_test_unlink.c index 6982e77..188c2bc 100644 --- a/direct/test-framework/timothy_tests/yaffs_and_linux_mirror_tests/yaffs_test_unlink.c +++ b/direct/test-framework/timothy_tests/yaffs_and_linux_mirror_tests/yaffs_test_unlink.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 * diff --git a/direct/test-framework/timothy_tests/yaffs_and_linux_mirror_tests/yaffs_test_unlink.h b/direct/test-framework/timothy_tests/yaffs_and_linux_mirror_tests/yaffs_test_unlink.h index cb8fdf2..b77786b 100644 --- a/direct/test-framework/timothy_tests/yaffs_and_linux_mirror_tests/yaffs_test_unlink.h +++ b/direct/test-framework/timothy_tests/yaffs_and_linux_mirror_tests/yaffs_test_unlink.h @@ -1,8 +1,7 @@ /* * YAFFS: Yet another Flash File System . 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 * diff --git a/direct/test-framework/timothy_tests/yaffs_and_linux_mirror_tests/yaffs_test_write.c b/direct/test-framework/timothy_tests/yaffs_and_linux_mirror_tests/yaffs_test_write.c index 2820d68..42382cb 100644 --- a/direct/test-framework/timothy_tests/yaffs_and_linux_mirror_tests/yaffs_test_write.c +++ b/direct/test-framework/timothy_tests/yaffs_and_linux_mirror_tests/yaffs_test_write.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 * diff --git a/direct/test-framework/timothy_tests/yaffs_and_linux_mirror_tests/yaffs_test_write.h b/direct/test-framework/timothy_tests/yaffs_and_linux_mirror_tests/yaffs_test_write.h index 0332f6f..856d053 100644 --- a/direct/test-framework/timothy_tests/yaffs_and_linux_mirror_tests/yaffs_test_write.h +++ b/direct/test-framework/timothy_tests/yaffs_and_linux_mirror_tests/yaffs_test_write.h @@ -1,8 +1,7 @@ /* * YAFFS: Yet another Flash File System . 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 * diff --git a/direct/test-framework/yaffs_fileem.c b/direct/test-framework/yaffs_fileem.c index a791214..ff24e7d 100644 --- a/direct/test-framework/yaffs_fileem.c +++ b/direct/test-framework/yaffs_fileem.c @@ -1,8 +1,7 @@ /* * YAFFS: Yet Another Flash File System. 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 Charles Manning * diff --git a/direct/test-framework/yaffs_fileem2k.c b/direct/test-framework/yaffs_fileem2k.c index 8da77dc..622129b 100644 --- a/direct/test-framework/yaffs_fileem2k.c +++ b/direct/test-framework/yaffs_fileem2k.c @@ -1,8 +1,7 @@ /* * YAFFS: Yet Another Flash File System. 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 Charles Manning * diff --git a/direct/test-framework/yaffs_fileem2k.h b/direct/test-framework/yaffs_fileem2k.h index b7234c0..6f33f06 100644 --- a/direct/test-framework/yaffs_fileem2k.h +++ b/direct/test-framework/yaffs_fileem2k.h @@ -1,8 +1,7 @@ /* * YAFFS: Yet another Flash File System . 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 Charles Manning * diff --git a/direct/test-framework/yaffs_m18_drv.c b/direct/test-framework/yaffs_m18_drv.c index da425e0..540d23a 100644 --- a/direct/test-framework/yaffs_m18_drv.c +++ b/direct/test-framework/yaffs_m18_drv.c @@ -1,8 +1,7 @@ /* * YAFFS: Yet Another Flash File System. 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 Charles Manning * diff --git a/direct/test-framework/yaffs_m18_drv.h b/direct/test-framework/yaffs_m18_drv.h index 7befb1a..0df8ed4 100644 --- a/direct/test-framework/yaffs_m18_drv.h +++ b/direct/test-framework/yaffs_m18_drv.h @@ -1,8 +1,7 @@ /* * YAFFS: Yet another Flash File System . 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 Charles Manning * diff --git a/direct/test-framework/yaffs_nand_drv.c b/direct/test-framework/yaffs_nand_drv.c index f739d1d..3a06bd7 100644 --- a/direct/test-framework/yaffs_nand_drv.c +++ b/direct/test-framework/yaffs_nand_drv.c @@ -1,8 +1,7 @@ /* * YAFFS: Yet Another Flash File System. 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 Charles Manning * diff --git a/direct/test-framework/yaffs_nand_drv.h b/direct/test-framework/yaffs_nand_drv.h index 047ab34..d52ec66 100644 --- a/direct/test-framework/yaffs_nand_drv.h +++ b/direct/test-framework/yaffs_nand_drv.h @@ -1,8 +1,7 @@ /* * YAFFS: Yet another Flash File System . 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 Charles Manning * diff --git a/direct/test-framework/yaffs_nandsim_file.c b/direct/test-framework/yaffs_nandsim_file.c index fb123cc..db9545d 100644 --- a/direct/test-framework/yaffs_nandsim_file.c +++ b/direct/test-framework/yaffs_nandsim_file.c @@ -1,8 +1,7 @@ /* * YAFFS: Yet Another Flash File System. 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 Charles Manning * diff --git a/direct/test-framework/yaffs_nandsim_file.h b/direct/test-framework/yaffs_nandsim_file.h index a374bf7..e5d96c0 100644 --- a/direct/test-framework/yaffs_nandsim_file.h +++ b/direct/test-framework/yaffs_nandsim_file.h @@ -1,8 +1,7 @@ /* * YAFFS: Yet another Flash File System . 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 Charles Manning * diff --git a/direct/test-framework/yaffs_nor_drv.c b/direct/test-framework/yaffs_nor_drv.c index 65faca1..c642452 100644 --- a/direct/test-framework/yaffs_nor_drv.c +++ b/direct/test-framework/yaffs_nor_drv.c @@ -1,8 +1,7 @@ /* * YAFFS: Yet Another Flash File System. 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 Charles Manning * diff --git a/direct/test-framework/yaffs_nor_drv.h b/direct/test-framework/yaffs_nor_drv.h index f856223..3549e3f 100644 --- a/direct/test-framework/yaffs_nor_drv.h +++ b/direct/test-framework/yaffs_nor_drv.h @@ -1,8 +1,7 @@ /* * YAFFS: Yet another Flash File System . 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 Charles Manning * diff --git a/direct/test-framework/yaffs_osglue.c b/direct/test-framework/yaffs_osglue.c index 6f0afab..ca5efc0 100644 --- a/direct/test-framework/yaffs_osglue.c +++ b/direct/test-framework/yaffs_osglue.c @@ -1,8 +1,7 @@ /* * YAFFS: Yet Another Flash File System. 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 Charles Manning * diff --git a/direct/test-framework/yaffs_ramdisk.c b/direct/test-framework/yaffs_ramdisk.c index 12ee90c..a608bd3 100644 --- a/direct/test-framework/yaffs_ramdisk.c +++ b/direct/test-framework/yaffs_ramdisk.c @@ -1,8 +1,7 @@ /* * YAFFS: Yet Another Flash File System. 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 Charles Manning * diff --git a/direct/test-framework/yaffs_ramdisk.h b/direct/test-framework/yaffs_ramdisk.h index f0f431b..375b2bd 100644 --- a/direct/test-framework/yaffs_ramdisk.h +++ b/direct/test-framework/yaffs_ramdisk.h @@ -1,8 +1,7 @@ /* * YAFFS: Yet another Flash File System . 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 Charles Manning * diff --git a/direct/test-framework/yaffs_ramem2k.c b/direct/test-framework/yaffs_ramem2k.c index 11f9033..6bd3a0e 100644 --- a/direct/test-framework/yaffs_ramem2k.c +++ b/direct/test-framework/yaffs_ramem2k.c @@ -1,8 +1,7 @@ /* * YAFFS: Yet Another Flash File System. 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 Charles Manning * diff --git a/direct/test-framework/yaffscfg2k.c b/direct/test-framework/yaffscfg2k.c index fc9466b..3145317 100644 --- a/direct/test-framework/yaffscfg2k.c +++ b/direct/test-framework/yaffscfg2k.c @@ -1,8 +1,7 @@ /* * YAFFS: Yet Another Flash File System. 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 Charles Manning * diff --git a/direct/test-framework/yaffsnewcfg.c b/direct/test-framework/yaffsnewcfg.c index 06ae645..a132dfa 100644 --- a/direct/test-framework/yaffsnewcfg.c +++ b/direct/test-framework/yaffsnewcfg.c @@ -1,8 +1,7 @@ /* * YAFFS: Yet Another Flash File System. 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 Charles Manning * diff --git a/direct/test-framework/ynorsim.c b/direct/test-framework/ynorsim.c index 38a4632..18ca542 100644 --- a/direct/test-framework/ynorsim.c +++ b/direct/test-framework/ynorsim.c @@ -1,8 +1,7 @@ /* * YAFFS: Yet Another Flash File System. 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 Charles Manning * diff --git a/direct/test-framework/ynorsim.h b/direct/test-framework/ynorsim.h index a51617e..3be1175 100644 --- a/direct/test-framework/ynorsim.h +++ b/direct/test-framework/ynorsim.h @@ -1,8 +1,7 @@ /* * YAFFS: Yet another Flash File System . 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 Charles Manning * diff --git a/direct/test-framework/yramsim.c b/direct/test-framework/yramsim.c index 6466d3b..430adce 100644 --- a/direct/test-framework/yramsim.c +++ b/direct/test-framework/yramsim.c @@ -1,8 +1,7 @@ /* * YAFFS: Yet Another Flash File System. 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 Charles Manning * diff --git a/direct/test-framework/yramsim.h b/direct/test-framework/yramsim.h index 3e57070..ba8a4a8 100644 --- a/direct/test-framework/yramsim.h +++ b/direct/test-framework/yramsim.h @@ -1,8 +1,7 @@ /* * YAFFS: Yet another Flash File System . 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 Charles Manning * diff --git a/direct/u-boot/fs/yaffs2/Makefile b/direct/u-boot/fs/yaffs2/Makefile index f45c19d..7a8ffd4 100644 --- a/direct/u-boot/fs/yaffs2/Makefile +++ b/direct/u-boot/fs/yaffs2/Makefile @@ -3,7 +3,7 @@ # # YAFFS: Yet another Flash File System. A NAND-flash specific file system. # -# Copyright (C) 2003 Aleph One Ltd. +# Copyright (C) 2002-2018 Aleph One Ltd. # # # Created by Charles Manning diff --git a/direct/u-boot/fs/yaffs2/yaffs_mtdif.c b/direct/u-boot/fs/yaffs2/yaffs_mtdif.c index b7ec909..c12c70a 100644 --- a/direct/u-boot/fs/yaffs2/yaffs_mtdif.c +++ b/direct/u-boot/fs/yaffs2/yaffs_mtdif.c @@ -1,8 +1,7 @@ /* * YAFFS: Yet Another Flash File System. A NAND-flash specific file system. * - * Copyright (C) 2002-2007 Aleph One Ltd. - * for Toby Churchill Ltd and Brightstar Engineering + * Copyright (C) 2002-2018 Aleph One Ltd. * * Created by Charles Manning * diff --git a/direct/u-boot/fs/yaffs2/yaffs_mtdif.h b/direct/u-boot/fs/yaffs2/yaffs_mtdif.h index 1a12582..91f6ae9 100644 --- a/direct/u-boot/fs/yaffs2/yaffs_mtdif.h +++ b/direct/u-boot/fs/yaffs2/yaffs_mtdif.h @@ -1,8 +1,7 @@ /* * YAFFS: Yet another Flash File System . A NAND-flash specific file system. * - * Copyright (C) 2002-2007 Aleph One Ltd. - * for Toby Churchill Ltd and Brightstar Engineering + * Copyright (C) 2002-2018 Aleph One Ltd. * * Created by Charles Manning * diff --git a/direct/u-boot/fs/yaffs2/yaffs_mtdif2.c b/direct/u-boot/fs/yaffs2/yaffs_mtdif2.c index b27fe56..78af31e 100644 --- a/direct/u-boot/fs/yaffs2/yaffs_mtdif2.c +++ b/direct/u-boot/fs/yaffs2/yaffs_mtdif2.c @@ -1,8 +1,7 @@ /* * YAFFS: Yet Another Flash File System. A NAND-flash specific file system. * - * Copyright (C) 2002-2007 Aleph One Ltd. - * for Toby Churchill Ltd and Brightstar Engineering + * Copyright (C) 2002-2018 Aleph One Ltd. * * Created by Charles Manning * diff --git a/direct/u-boot/fs/yaffs2/yaffs_mtdif2.h b/direct/u-boot/fs/yaffs2/yaffs_mtdif2.h index 62be173..a5eaf90 100644 --- a/direct/u-boot/fs/yaffs2/yaffs_mtdif2.h +++ b/direct/u-boot/fs/yaffs2/yaffs_mtdif2.h @@ -1,8 +1,7 @@ /* * YAFFS: Yet another Flash File System . A NAND-flash specific file system. * - * Copyright (C) 2002-2007 Aleph One Ltd. - * for Toby Churchill Ltd and Brightstar Engineering + * Copyright (C) 2002-2018 Aleph One Ltd. * * Created by Charles Manning * diff --git a/direct/u-boot/fs/yaffs2/yaffs_uboot_glue.c b/direct/u-boot/fs/yaffs2/yaffs_uboot_glue.c index f7ac21c..0cf4d26 100644 --- a/direct/u-boot/fs/yaffs2/yaffs_uboot_glue.c +++ b/direct/u-boot/fs/yaffs2/yaffs_uboot_glue.c @@ -1,8 +1,7 @@ /* * YAFFS: Yet Another Flash File System. A NAND-flash specific file system. * - * Copyright (C) 2002-2007 Aleph One Ltd. - * for Toby Churchill Ltd and Brightstar Engineering + * Copyright (C) 2002-2018 Aleph One Ltd. * * Created by Charles Manning * diff --git a/direct/u-boot/patch-u-boot.sh b/direct/u-boot/patch-u-boot.sh index fc17552..bfd974e 100755 --- a/direct/u-boot/patch-u-boot.sh +++ b/direct/u-boot/patch-u-boot.sh @@ -2,7 +2,7 @@ # # YAFFS: Yet another FFS. A NAND-flash specific file system. # -# Copyright (C) 2002-2010 Aleph One Ltd. +# Copyright (C) 2002-2018 Aleph One Ltd. # # Created by Charles Manning # diff --git a/direct/yaffs_attribs.c b/direct/yaffs_attribs.c index de8e451..5486bdd 100644 --- a/direct/yaffs_attribs.c +++ b/direct/yaffs_attribs.c @@ -1,8 +1,7 @@ /* * YAFFS: Yet Another Flash File System. 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 Charles Manning * diff --git a/direct/yaffs_error.c b/direct/yaffs_error.c index 11b75f7..bc892f7 100644 --- a/direct/yaffs_error.c +++ b/direct/yaffs_error.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 * diff --git a/direct/yaffs_flashif.h b/direct/yaffs_flashif.h index e6e8979..4cbb2bb 100644 --- a/direct/yaffs_flashif.h +++ b/direct/yaffs_flashif.h @@ -1,8 +1,7 @@ /* * YAFFS: Yet another Flash File System . 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 Charles Manning * diff --git a/direct/yaffs_flashif2.h b/direct/yaffs_flashif2.h index cfdbde9..526b1f7 100644 --- a/direct/yaffs_flashif2.h +++ b/direct/yaffs_flashif2.h @@ -1,8 +1,7 @@ /* * YAFFS: Yet another Flash File System . 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 Charles Manning * diff --git a/direct/yaffs_hweight.c b/direct/yaffs_hweight.c index 7e2c250..13e62e4 100644 --- a/direct/yaffs_hweight.c +++ b/direct/yaffs_hweight.c @@ -1,8 +1,7 @@ /* * YAFFS: Yet Another Flash File System. 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 Charles Manning * diff --git a/direct/yaffs_hweight.h b/direct/yaffs_hweight.h index 3f7c6c3..001f2ac 100644 --- a/direct/yaffs_hweight.h +++ b/direct/yaffs_hweight.h @@ -1,8 +1,7 @@ /* * YAFFS: Yet another Flash File System . 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 Charles Manning * diff --git a/direct/yaffs_list.h b/direct/yaffs_list.h index c099493..68d2c67 100644 --- a/direct/yaffs_list.h +++ b/direct/yaffs_list.h @@ -1,8 +1,7 @@ /* * YAFFS: Yet another Flash File System . 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 Charles Manning * diff --git a/direct/yaffs_nandemul2k.h b/direct/yaffs_nandemul2k.h index cb0c4e6..1f5a841 100644 --- a/direct/yaffs_nandemul2k.h +++ b/direct/yaffs_nandemul2k.h @@ -1,8 +1,7 @@ /* * YAFFS: Yet another Flash File System . 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 Charles Manning * diff --git a/direct/yaffs_osglue.h b/direct/yaffs_osglue.h index 739dddb..5325e52 100644 --- a/direct/yaffs_osglue.h +++ b/direct/yaffs_osglue.h @@ -1,8 +1,7 @@ /* * YAFFS: Yet another Flash File System . 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 Charles Manning * diff --git a/direct/yaffscfg.h b/direct/yaffscfg.h index 0993c1d..90c0778 100644 --- a/direct/yaffscfg.h +++ b/direct/yaffscfg.h @@ -1,8 +1,7 @@ /* * YAFFS: Yet another Flash File System . 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 Charles Manning * diff --git a/direct/yaffsfs.c b/direct/yaffsfs.c index 8593cbe..af8c82b 100644 --- a/direct/yaffsfs.c +++ b/direct/yaffsfs.c @@ -1,8 +1,7 @@ /* * YAFFS: Yet Another Flash File System. 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 Charles Manning * diff --git a/direct/yaffsfs.h b/direct/yaffsfs.h index 3e0ddd0..b96011f 100644 --- a/direct/yaffsfs.h +++ b/direct/yaffsfs.h @@ -1,8 +1,7 @@ /* * YAFFS: Yet another Flash File System . 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 Charles Manning * diff --git a/direct/ydirectenv.h b/direct/ydirectenv.h index 126b6ce..dcf58d0 100644 --- a/direct/ydirectenv.h +++ b/direct/ydirectenv.h @@ -1,8 +1,7 @@ /* * YAFFS: Yet another Flash File System . 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 Charles Manning * diff --git a/direct/yportenv.h b/direct/yportenv.h index 81da08e..d931f81 100644 --- a/direct/yportenv.h +++ b/direct/yportenv.h @@ -1,8 +1,7 @@ /* * YAFFS: Yet another Flash File System . 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 Charles Manning * diff --git a/linux-tests/xattrtest.c b/linux-tests/xattrtest.c index 3a6931b..54732bc 100644 --- a/linux-tests/xattrtest.c +++ b/linux-tests/xattrtest.c @@ -1,8 +1,7 @@ /* * YAFFS: Yet another Flash File System . 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 Charles Manning * diff --git a/moduleconfig.h b/moduleconfig.h index c5b6cf1..6d21a34 100644 --- a/moduleconfig.h +++ b/moduleconfig.h @@ -1,8 +1,7 @@ /* * YAFFS: Yet another Flash File System . 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 Martin Fouts * diff --git a/mtdemul/Makefile b/mtdemul/Makefile index eeac54e..8abe3b1 100644 --- a/mtdemul/Makefile +++ b/mtdemul/Makefile @@ -3,8 +3,7 @@ # NB this is not yet suitable for putting into the kernel tree. # YAFFS: Yet another Flash File System. A NAND-flash specific file system. # -# Copyright (C) 2002 Aleph One Ltd. -# for Toby Churchill Ltd and Brightstar Engineering +# Copyright (C) 2002-2018 Aleph One Ltd. # # Created by Charles Manning # diff --git a/mtdemul/nandemul2k.c b/mtdemul/nandemul2k.c index d1028ff..8b10f52 100644 --- a/mtdemul/nandemul2k.c +++ b/mtdemul/nandemul2k.c @@ -1,8 +1,7 @@ /* * YAFFS: Yet Another Flash File System. 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 Charles Manning * diff --git a/patch-ker.sh b/patch-ker.sh index 3da6925..6cd731a 100755 --- a/patch-ker.sh +++ b/patch-ker.sh @@ -2,7 +2,7 @@ # # YAFFS: Yet another FFS. A NAND-flash specific file system. # -# Copyright (C) 2002-2010 Aleph One Ltd. +# Copyright (C) 2002-2018 Aleph One Ltd. # # Created by Charles Manning # diff --git a/patches/yaffs_linux_allocator.c b/patches/yaffs_linux_allocator.c index 9cbb589..aa181fb 100644 --- a/patches/yaffs_linux_allocator.c +++ b/patches/yaffs_linux_allocator.c @@ -1,8 +1,7 @@ /* * YAFFS: Yet another Flash File System . 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 Charles Manning * diff --git a/patches/yaffs_mtdif2.c b/patches/yaffs_mtdif2.c index 3547452..c817a3a 100644 --- a/patches/yaffs_mtdif2.c +++ b/patches/yaffs_mtdif2.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 Charles Manning * diff --git a/utils/Makefile b/utils/Makefile index 710ebbf..6f0ee24 100644 --- a/utils/Makefile +++ b/utils/Makefile @@ -3,8 +3,7 @@ # NB this is not yet suitable for putting into the kernel tree. # YAFFS: Yet another Flash File System. A NAND-flash specific file system. # -# Copyright (C) 2002 Aleph One Ltd. -# for Toby Churchill Ltd and Brightstar Engineering +# Copyright (C) 2002-2018 Aleph One Ltd. # # Created by Charles Manning # diff --git a/utils/mkyaffs2image.c b/utils/mkyaffs2image.c index b46f285..0df4158 100644 --- a/utils/mkyaffs2image.c +++ b/utils/mkyaffs2image.c @@ -1,8 +1,7 @@ /* * YAFFS: Yet Another Flash File System. 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 Charles Manning * Nick Bane modifications flagged NCB diff --git a/utils/mkyaffsimage.c b/utils/mkyaffsimage.c index 1d83595..c367bf6 100644 --- a/utils/mkyaffsimage.c +++ b/utils/mkyaffsimage.c @@ -1,8 +1,7 @@ /* * YAFFS: Yet Another Flash File System. 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 Charles Manning * Nick Bane modifications flagged NCB diff --git a/utils/yutilsenv.h b/utils/yutilsenv.h index 487573f..ae3042d 100644 --- a/utils/yutilsenv.h +++ b/utils/yutilsenv.h @@ -1,8 +1,7 @@ /* * YAFFS: Yet another Flash File System . 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 Charles Manning * diff --git a/yaffs_allocator.c b/yaffs_allocator.c index c8f2861..be27833 100644 --- a/yaffs_allocator.c +++ b/yaffs_allocator.c @@ -1,8 +1,7 @@ /* * YAFFS: Yet Another Flash File System. 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 Charles Manning * diff --git a/yaffs_allocator.h b/yaffs_allocator.h index a8cc322..0dacd9f 100644 --- a/yaffs_allocator.h +++ b/yaffs_allocator.h @@ -1,8 +1,7 @@ /* * YAFFS: Yet another Flash File System . 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 Charles Manning * diff --git a/yaffs_attribs.c b/yaffs_attribs.c index 5eb7c5a..a9ced27 100644 --- a/yaffs_attribs.c +++ b/yaffs_attribs.c @@ -1,8 +1,7 @@ /* * YAFFS: Yet Another Flash File System. 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 Charles Manning * diff --git a/yaffs_attribs.h b/yaffs_attribs.h index 5b21b08..4ce6550 100644 --- a/yaffs_attribs.h +++ b/yaffs_attribs.h @@ -1,8 +1,7 @@ /* * YAFFS: Yet another Flash File System . 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 Charles Manning * diff --git a/yaffs_bitmap.c b/yaffs_bitmap.c index bf8cbb3..4815580 100644 --- a/yaffs_bitmap.c +++ b/yaffs_bitmap.c @@ -1,8 +1,7 @@ /* * YAFFS: Yet Another Flash File System. 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 Charles Manning * diff --git a/yaffs_bitmap.h b/yaffs_bitmap.h index e26b37d..30bbd3b 100644 --- a/yaffs_bitmap.h +++ b/yaffs_bitmap.h @@ -1,8 +1,7 @@ /* * YAFFS: Yet another Flash File System . 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 Charles Manning * diff --git a/yaffs_checkptrw.c b/yaffs_checkptrw.c index c7cbda3..53688b5 100644 --- a/yaffs_checkptrw.c +++ b/yaffs_checkptrw.c @@ -1,8 +1,7 @@ /* * YAFFS: Yet Another Flash File System. 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 Charles Manning * diff --git a/yaffs_checkptrw.h b/yaffs_checkptrw.h index cdbaba7..4820fb0 100644 --- a/yaffs_checkptrw.h +++ b/yaffs_checkptrw.h @@ -1,8 +1,7 @@ /* * YAFFS: Yet another Flash File System . 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 Charles Manning * diff --git a/yaffs_ecc.c b/yaffs_ecc.c index 9294107..911f8f7 100644 --- a/yaffs_ecc.c +++ b/yaffs_ecc.c @@ -1,8 +1,7 @@ /* * YAFFS: Yet Another Flash File System. 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 Charles Manning * diff --git a/yaffs_ecc.h b/yaffs_ecc.h index 17d47bd..1dc6441 100644 --- a/yaffs_ecc.h +++ b/yaffs_ecc.h @@ -1,8 +1,7 @@ /* * YAFFS: Yet another Flash File System . 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 Charles Manning * diff --git a/yaffs_endian.c b/yaffs_endian.c index 8c291ad..6103f4e 100644 --- a/yaffs_endian.c +++ b/yaffs_endian.c @@ -1,8 +1,7 @@ /* * YAFFS: Yet Another Flash File System. 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 Charles Manning * diff --git a/yaffs_endian.h b/yaffs_endian.h index e2fc602..8c27189 100644 --- a/yaffs_endian.h +++ b/yaffs_endian.h @@ -1,8 +1,7 @@ /* * YAFFS: Yet another Flash File System . 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 Charles Manning * diff --git a/yaffs_getblockinfo.h b/yaffs_getblockinfo.h index 09b5a16..e84ccf8 100644 --- a/yaffs_getblockinfo.h +++ b/yaffs_getblockinfo.h @@ -1,8 +1,7 @@ /* * YAFFS: Yet another Flash File System . 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 Charles Manning * diff --git a/yaffs_guts.c b/yaffs_guts.c index 44b1805..7678896 100644 --- a/yaffs_guts.c +++ b/yaffs_guts.c @@ -1,8 +1,7 @@ /* * YAFFS: Yet Another Flash File System. 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 Charles Manning * diff --git a/yaffs_guts.h b/yaffs_guts.h index 974396f..5ebc378 100644 --- a/yaffs_guts.h +++ b/yaffs_guts.h @@ -1,8 +1,7 @@ /* * YAFFS: Yet another Flash File System . 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 Charles Manning * diff --git a/yaffs_linux.h b/yaffs_linux.h index c20ab14..68e33f1 100644 --- a/yaffs_linux.h +++ b/yaffs_linux.h @@ -1,8 +1,7 @@ /* * YAFFS: Yet another Flash File System . 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 Charles Manning * diff --git a/yaffs_mtdif.h b/yaffs_mtdif.h index 9cff224..54d0d62 100644 --- a/yaffs_mtdif.h +++ b/yaffs_mtdif.h @@ -1,8 +1,7 @@ /* * YAFFS: Yet another Flash File System . 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 Charles Manning * diff --git a/yaffs_mtdif_multi.c b/yaffs_mtdif_multi.c index 7c01461..5b0e4fe 100644 --- a/yaffs_mtdif_multi.c +++ b/yaffs_mtdif_multi.c @@ -1,8 +1,7 @@ /* * YAFFS: Yet Another Flash File System. 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 Charles Manning * diff --git a/yaffs_mtdif_single.c b/yaffs_mtdif_single.c index 7b2ac36..c92d5fe 100644 --- a/yaffs_mtdif_single.c +++ b/yaffs_mtdif_single.c @@ -1,8 +1,7 @@ /* * YAFFS: Yet Another Flash File System. 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 Charles Manning * diff --git a/yaffs_nameval.c b/yaffs_nameval.c index eeb75be..b855365 100644 --- a/yaffs_nameval.c +++ b/yaffs_nameval.c @@ -1,8 +1,7 @@ /* * YAFFS: Yet Another Flash File System. 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 Charles Manning * diff --git a/yaffs_nameval.h b/yaffs_nameval.h index aa05ada..7dbdbb6 100644 --- a/yaffs_nameval.h +++ b/yaffs_nameval.h @@ -1,8 +1,7 @@ /* * YAFFS: Yet another Flash File System . 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 Charles Manning * diff --git a/yaffs_nand.c b/yaffs_nand.c index 0d8499b..fe12190 100644 --- a/yaffs_nand.c +++ b/yaffs_nand.c @@ -1,8 +1,7 @@ /* * YAFFS: Yet Another Flash File System. 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 Charles Manning * diff --git a/yaffs_nand.h b/yaffs_nand.h index 804e97a..8964db0 100644 --- a/yaffs_nand.h +++ b/yaffs_nand.h @@ -1,8 +1,7 @@ /* * YAFFS: Yet another Flash File System . 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 Charles Manning * diff --git a/yaffs_packedtags1.c b/yaffs_packedtags1.c index 0928b8e..fab4fc1 100644 --- a/yaffs_packedtags1.c +++ b/yaffs_packedtags1.c @@ -1,8 +1,7 @@ /* * YAFFS: Yet Another Flash File System. 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 Charles Manning * diff --git a/yaffs_packedtags1.h b/yaffs_packedtags1.h index 3015d58..aef36d9 100644 --- a/yaffs_packedtags1.h +++ b/yaffs_packedtags1.h @@ -1,8 +1,7 @@ /* * YAFFS: Yet another Flash File System . 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 Charles Manning * diff --git a/yaffs_packedtags2.c b/yaffs_packedtags2.c index d5291fc..e8fd945 100644 --- a/yaffs_packedtags2.c +++ b/yaffs_packedtags2.c @@ -1,8 +1,7 @@ /* * YAFFS: Yet Another Flash File System. 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 Charles Manning * diff --git a/yaffs_packedtags2.h b/yaffs_packedtags2.h index 9cafe0e..5980326 100644 --- a/yaffs_packedtags2.h +++ b/yaffs_packedtags2.h @@ -1,8 +1,7 @@ /* * YAFFS: Yet another Flash File System . 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 Charles Manning * diff --git a/yaffs_summary.c b/yaffs_summary.c index 1e7776b..50a6919 100644 --- a/yaffs_summary.c +++ b/yaffs_summary.c @@ -1,8 +1,7 @@ /* * YAFFS: Yet Another Flash File System. 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 Charles Manning * diff --git a/yaffs_summary.h b/yaffs_summary.h index be141d0..0d0a26a 100644 --- a/yaffs_summary.h +++ b/yaffs_summary.h @@ -1,8 +1,7 @@ /* * YAFFS: Yet another Flash File System . 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 Charles Manning * diff --git a/yaffs_tagscompat.c b/yaffs_tagscompat.c index e57c2d3..14532b9 100644 --- a/yaffs_tagscompat.c +++ b/yaffs_tagscompat.c @@ -1,8 +1,7 @@ /* * YAFFS: Yet Another Flash File System. 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 Charles Manning * diff --git a/yaffs_tagscompat.h b/yaffs_tagscompat.h index 92d298a..a3cbf8d 100644 --- a/yaffs_tagscompat.h +++ b/yaffs_tagscompat.h @@ -1,8 +1,7 @@ /* * YAFFS: Yet another Flash File System . 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 Charles Manning * diff --git a/yaffs_tagsmarshall.c b/yaffs_tagsmarshall.c index 4a120d8..cded165 100644 --- a/yaffs_tagsmarshall.c +++ b/yaffs_tagsmarshall.c @@ -1,8 +1,7 @@ /* * YAFFS: Yet Another Flash File System. 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 Charles Manning * diff --git a/yaffs_tagsmarshall.h b/yaffs_tagsmarshall.h index bf3e68a..e6c0ef6 100644 --- a/yaffs_tagsmarshall.h +++ b/yaffs_tagsmarshall.h @@ -1,8 +1,7 @@ /* * YAFFS: Yet another Flash File System . 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 Charles Manning * diff --git a/yaffs_trace.h b/yaffs_trace.h index fd26054..5a6aeed 100644 --- a/yaffs_trace.h +++ b/yaffs_trace.h @@ -1,8 +1,7 @@ /* * YAFFS: Yet another Flash File System . 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 Charles Manning * diff --git a/yaffs_verify.c b/yaffs_verify.c index 7a341a2..9141eb5 100644 --- a/yaffs_verify.c +++ b/yaffs_verify.c @@ -1,8 +1,7 @@ /* * YAFFS: Yet Another Flash File System. 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 Charles Manning * diff --git a/yaffs_verify.h b/yaffs_verify.h index 4f4af8d..7571201 100644 --- a/yaffs_verify.h +++ b/yaffs_verify.h @@ -1,8 +1,7 @@ /* * YAFFS: Yet another Flash File System . 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 Charles Manning * diff --git a/yaffs_vfs_multi.c b/yaffs_vfs_multi.c index acb0c4a..707fcb3 100644 --- a/yaffs_vfs_multi.c +++ b/yaffs_vfs_multi.c @@ -1,8 +1,7 @@ /* * YAFFS: Yet Another Flash File System. 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 Charles Manning * Acknowledgements: diff --git a/yaffs_vfs_single.c b/yaffs_vfs_single.c index d77c87d..0ac24bc 100644 --- a/yaffs_vfs_single.c +++ b/yaffs_vfs_single.c @@ -1,8 +1,7 @@ /* * YAFFS: Yet Another Flash File System. 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 Charles Manning * Acknowledgements: diff --git a/yaffs_yaffs1.c b/yaffs_yaffs1.c index 0cdc8c8..1dd4db9 100644 --- a/yaffs_yaffs1.c +++ b/yaffs_yaffs1.c @@ -1,8 +1,7 @@ /* * YAFFS: Yet Another Flash File System. 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 Charles Manning * diff --git a/yaffs_yaffs1.h b/yaffs_yaffs1.h index 97e2fdd..051e41c 100644 --- a/yaffs_yaffs1.h +++ b/yaffs_yaffs1.h @@ -1,8 +1,7 @@ /* * YAFFS: Yet another Flash File System . 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 Charles Manning * diff --git a/yaffs_yaffs2.c b/yaffs_yaffs2.c index 47fa8eb..9eb42f7 100644 --- a/yaffs_yaffs2.c +++ b/yaffs_yaffs2.c @@ -1,8 +1,7 @@ /* * YAFFS: Yet Another Flash File System. 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 Charles Manning * diff --git a/yaffs_yaffs2.h b/yaffs_yaffs2.h index 2363bfd..4eaa722 100644 --- a/yaffs_yaffs2.h +++ b/yaffs_yaffs2.h @@ -1,8 +1,7 @@ /* * YAFFS: Yet another Flash File System . 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 Charles Manning * diff --git a/yportenv.h b/yportenv.h index d4a9178..7530eee 100644 --- a/yportenv.h +++ b/yportenv.h @@ -1,8 +1,7 @@ /* * YAFFS: Yet another Flash File System . 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 Waldemar Rymarkiewicz * diff --git a/yportenv_multi.h b/yportenv_multi.h index 8975af3..3df7d56 100644 --- a/yportenv_multi.h +++ b/yportenv_multi.h @@ -1,8 +1,7 @@ /* * YAFFS: Yet another Flash File System . 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 Charles Manning * diff --git a/yportenv_single.h b/yportenv_single.h index 76a7914..436feae 100644 --- a/yportenv_single.h +++ b/yportenv_single.h @@ -1,8 +1,7 @@ /* * YAFFS: Yet another Flash File System . 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 Charles Manning * -- 2.30.2