Fix copyright
authorCharles Manning <cdhmanning@gmail.com>
Mon, 26 Feb 2018 04:34:01 +0000 (17:34 +1300)
committerCharles Manning <cdhmanning@gmail.com>
Mon, 26 Feb 2018 04:48:52 +0000 (17:48 +1300)
Signed-off-by: Charles Manning <cdhmanning@gmail.com>
600 files changed:
Makefile
direct/test-framework/FrameworkRules.mk
direct/test-framework/basic-tests/Makefile
direct/test-framework/basic-tests/dtest.c
direct/test-framework/nand_chip.h
direct/test-framework/nand_store.h
direct/test-framework/nanddrv.c
direct/test-framework/nanddrv.h
direct/test-framework/nandsim.c
direct/test-framework/nandsim.h
direct/test-framework/nandsim_file.c
direct/test-framework/nandsim_file.h
direct/test-framework/nandstore_file.c
direct/test-framework/nandstore_file.h
direct/test-framework/python/Makefile
direct/test-framework/python/examples.py
direct/test-framework/python/yaffs_browser.py
direct/test-framework/python/yaffs_importer.py
direct/test-framework/python/yaffs_python_helper.c
direct/test-framework/python/yaffsfs.py
direct/test-framework/tests/Makefile
direct/test-framework/tests/fuzzer.c
direct/test-framework/tests/nor_stress.c
direct/test-framework/tests/nor_stress.h
direct/test-framework/tests/yaffs_test.c
direct/test-framework/timothy_tests/handle_tests/Makefile
direct/test-framework/timothy_tests/handle_tests/handle_test.c
direct/test-framework/timothy_tests/handle_tests/handle_test.h
direct/test-framework/timothy_tests/is_yaffs_working_tests/Makefile
direct/test-framework/timothy_tests/is_yaffs_working_tests/test_1_yaffs_mount.c
direct/test-framework/timothy_tests/linux_tests/Makefile
direct/test-framework/timothy_tests/linux_tests/lib.c
direct/test-framework/timothy_tests/linux_tests/lib.h
direct/test-framework/timothy_tests/linux_tests/linux_test.c
direct/test-framework/timothy_tests/linux_tests/linux_test.h
direct/test-framework/timothy_tests/quick_tests/Makefile
direct/test-framework/timothy_tests/quick_tests/lib.c
direct/test-framework/timothy_tests/quick_tests/lib.h
direct/test-framework/timothy_tests/quick_tests/quick_tests.c
direct/test-framework/timothy_tests/quick_tests/quick_tests.h
direct/test-framework/timothy_tests/quick_tests/test_yaffs_access.c
direct/test-framework/timothy_tests/quick_tests/test_yaffs_access.h
direct/test-framework/timothy_tests/quick_tests/test_yaffs_access_EACCES.c
direct/test-framework/timothy_tests/quick_tests/test_yaffs_access_EACCES.h
direct/test-framework/timothy_tests/quick_tests/test_yaffs_access_EINVAL.c
direct/test-framework/timothy_tests/quick_tests/test_yaffs_access_EINVAL.h
direct/test-framework/timothy_tests/quick_tests/test_yaffs_access_ELOOP.c
direct/test-framework/timothy_tests/quick_tests/test_yaffs_access_ELOOP.h
direct/test-framework/timothy_tests/quick_tests/test_yaffs_access_ELOOP_dir.c
direct/test-framework/timothy_tests/quick_tests/test_yaffs_access_ELOOP_dir.h
direct/test-framework/timothy_tests/quick_tests/test_yaffs_access_ENAMETOOLONG.c
direct/test-framework/timothy_tests/quick_tests/test_yaffs_access_ENAMETOOLONG.h
direct/test-framework/timothy_tests/quick_tests/test_yaffs_access_ENOENT.c
direct/test-framework/timothy_tests/quick_tests/test_yaffs_access_ENOENT.h
direct/test-framework/timothy_tests/quick_tests/test_yaffs_access_ENOENT2.c
direct/test-framework/timothy_tests/quick_tests/test_yaffs_access_ENOENT2.h
direct/test-framework/timothy_tests/quick_tests/test_yaffs_access_ENOTDIR.c
direct/test-framework/timothy_tests/quick_tests/test_yaffs_access_ENOTDIR.h
direct/test-framework/timothy_tests/quick_tests/test_yaffs_access_EROFS.c
direct/test-framework/timothy_tests/quick_tests/test_yaffs_access_EROFS.h
direct/test-framework/timothy_tests/quick_tests/test_yaffs_access_NULL.c
direct/test-framework/timothy_tests/quick_tests/test_yaffs_access_NULL.h
direct/test-framework/timothy_tests/quick_tests/test_yaffs_chmod.c
direct/test-framework/timothy_tests/quick_tests/test_yaffs_chmod.h
direct/test-framework/timothy_tests/quick_tests/test_yaffs_chmod_EINVAL.c
direct/test-framework/timothy_tests/quick_tests/test_yaffs_chmod_EINVAL.h
direct/test-framework/timothy_tests/quick_tests/test_yaffs_chmod_ELOOP.c
direct/test-framework/timothy_tests/quick_tests/test_yaffs_chmod_ELOOP.h
direct/test-framework/timothy_tests/quick_tests/test_yaffs_chmod_ELOOP_dir.c
direct/test-framework/timothy_tests/quick_tests/test_yaffs_chmod_ELOOP_dir.h
direct/test-framework/timothy_tests/quick_tests/test_yaffs_chmod_ENAMETOOLONG.c
direct/test-framework/timothy_tests/quick_tests/test_yaffs_chmod_ENAMETOOLONG.h
direct/test-framework/timothy_tests/quick_tests/test_yaffs_chmod_ENOENT.c
direct/test-framework/timothy_tests/quick_tests/test_yaffs_chmod_ENOENT.h
direct/test-framework/timothy_tests/quick_tests/test_yaffs_chmod_ENOENT2.c
direct/test-framework/timothy_tests/quick_tests/test_yaffs_chmod_ENOENT2.h
direct/test-framework/timothy_tests/quick_tests/test_yaffs_chmod_ENOTDIR.c
direct/test-framework/timothy_tests/quick_tests/test_yaffs_chmod_ENOTDIR.h
direct/test-framework/timothy_tests/quick_tests/test_yaffs_chmod_EROFS.c
direct/test-framework/timothy_tests/quick_tests/test_yaffs_chmod_EROFS.h
direct/test-framework/timothy_tests/quick_tests/test_yaffs_chmod_NULL.c
direct/test-framework/timothy_tests/quick_tests/test_yaffs_chmod_NULL.h
direct/test-framework/timothy_tests/quick_tests/test_yaffs_close_EBADF.c
direct/test-framework/timothy_tests/quick_tests/test_yaffs_close_EBADF.h
direct/test-framework/timothy_tests/quick_tests/test_yaffs_close_NULL.c
direct/test-framework/timothy_tests/quick_tests/test_yaffs_close_NULL.h
direct/test-framework/timothy_tests/quick_tests/test_yaffs_dup.c
direct/test-framework/timothy_tests/quick_tests/test_yaffs_dup.h
direct/test-framework/timothy_tests/quick_tests/test_yaffs_dup_EBADF.c
direct/test-framework/timothy_tests/quick_tests/test_yaffs_dup_EBADF.h
direct/test-framework/timothy_tests/quick_tests/test_yaffs_fchmod.c
direct/test-framework/timothy_tests/quick_tests/test_yaffs_fchmod.h
direct/test-framework/timothy_tests/quick_tests/test_yaffs_fchmod_EBADF.c
direct/test-framework/timothy_tests/quick_tests/test_yaffs_fchmod_EBADF.h
direct/test-framework/timothy_tests/quick_tests/test_yaffs_fchmod_EINVAL.c
direct/test-framework/timothy_tests/quick_tests/test_yaffs_fchmod_EINVAL.h
direct/test-framework/timothy_tests/quick_tests/test_yaffs_fchmod_EROFS.c
direct/test-framework/timothy_tests/quick_tests/test_yaffs_fchmod_EROFS.h
direct/test-framework/timothy_tests/quick_tests/test_yaffs_fchmod_NULL.c
direct/test-framework/timothy_tests/quick_tests/test_yaffs_fchmod_NULL.h
direct/test-framework/timothy_tests/quick_tests/test_yaffs_fdatasync.c
direct/test-framework/timothy_tests/quick_tests/test_yaffs_fdatasync.h
direct/test-framework/timothy_tests/quick_tests/test_yaffs_fdatasync_EBADF.c
direct/test-framework/timothy_tests/quick_tests/test_yaffs_fdatasync_EBADF.h
direct/test-framework/timothy_tests/quick_tests/test_yaffs_fdatasync_EROFS.c
direct/test-framework/timothy_tests/quick_tests/test_yaffs_fdatasync_EROFS.h
direct/test-framework/timothy_tests/quick_tests/test_yaffs_fdatasync_NULL.c
direct/test-framework/timothy_tests/quick_tests/test_yaffs_fdatasync_NULL.h
direct/test-framework/timothy_tests/quick_tests/test_yaffs_flush.c
direct/test-framework/timothy_tests/quick_tests/test_yaffs_flush.h
direct/test-framework/timothy_tests/quick_tests/test_yaffs_flush_EBADF.c
direct/test-framework/timothy_tests/quick_tests/test_yaffs_flush_EBADF.h
direct/test-framework/timothy_tests/quick_tests/test_yaffs_flush_EROFS.c
direct/test-framework/timothy_tests/quick_tests/test_yaffs_flush_EROFS.h
direct/test-framework/timothy_tests/quick_tests/test_yaffs_freespace.c
direct/test-framework/timothy_tests/quick_tests/test_yaffs_freespace.h
direct/test-framework/timothy_tests/quick_tests/test_yaffs_freespace_EINVAL.c
direct/test-framework/timothy_tests/quick_tests/test_yaffs_freespace_EINVAL.h
direct/test-framework/timothy_tests/quick_tests/test_yaffs_freespace_ENAMETOOLONG.c
direct/test-framework/timothy_tests/quick_tests/test_yaffs_freespace_ENAMETOOLONG.h
direct/test-framework/timothy_tests/quick_tests/test_yaffs_freespace_NULL.c
direct/test-framework/timothy_tests/quick_tests/test_yaffs_freespace_NULL.h
direct/test-framework/timothy_tests/quick_tests/test_yaffs_fstat.c
direct/test-framework/timothy_tests/quick_tests/test_yaffs_fstat.h
direct/test-framework/timothy_tests/quick_tests/test_yaffs_fstat_EBADF.c
direct/test-framework/timothy_tests/quick_tests/test_yaffs_fstat_EBADF.h
direct/test-framework/timothy_tests/quick_tests/test_yaffs_fsync.c
direct/test-framework/timothy_tests/quick_tests/test_yaffs_fsync.h
direct/test-framework/timothy_tests/quick_tests/test_yaffs_fsync_EBADF.c
direct/test-framework/timothy_tests/quick_tests/test_yaffs_fsync_EBADF.h
direct/test-framework/timothy_tests/quick_tests/test_yaffs_fsync_EROFS.c
direct/test-framework/timothy_tests/quick_tests/test_yaffs_fsync_EROFS.h
direct/test-framework/timothy_tests/quick_tests/test_yaffs_ftruncate.c
direct/test-framework/timothy_tests/quick_tests/test_yaffs_ftruncate.h
direct/test-framework/timothy_tests/quick_tests/test_yaffs_ftruncate_EBADF.c
direct/test-framework/timothy_tests/quick_tests/test_yaffs_ftruncate_EBADF.h
direct/test-framework/timothy_tests/quick_tests/test_yaffs_ftruncate_EINVAL.c
direct/test-framework/timothy_tests/quick_tests/test_yaffs_ftruncate_EINVAL.h
direct/test-framework/timothy_tests/quick_tests/test_yaffs_ftruncate_EROFS.c
direct/test-framework/timothy_tests/quick_tests/test_yaffs_ftruncate_EROFS.h
direct/test-framework/timothy_tests/quick_tests/test_yaffs_ftruncate_big_file.c
direct/test-framework/timothy_tests/quick_tests/test_yaffs_ftruncate_big_file.h
direct/test-framework/timothy_tests/quick_tests/test_yaffs_inodecount.c
direct/test-framework/timothy_tests/quick_tests/test_yaffs_inodecount.h
direct/test-framework/timothy_tests/quick_tests/test_yaffs_inodecount_EINVAL.c
direct/test-framework/timothy_tests/quick_tests/test_yaffs_inodecount_EINVAL.h
direct/test-framework/timothy_tests/quick_tests/test_yaffs_inodecount_ENAMETOOLONG.c
direct/test-framework/timothy_tests/quick_tests/test_yaffs_inodecount_ENAMETOOLONG.h
direct/test-framework/timothy_tests/quick_tests/test_yaffs_inodecount_NULL.c
direct/test-framework/timothy_tests/quick_tests/test_yaffs_inodecount_NULL.h
direct/test-framework/timothy_tests/quick_tests/test_yaffs_link.c
direct/test-framework/timothy_tests/quick_tests/test_yaffs_link.h
direct/test-framework/timothy_tests/quick_tests/test_yaffs_link_EEXIST.c
direct/test-framework/timothy_tests/quick_tests/test_yaffs_link_EEXIST.h
direct/test-framework/timothy_tests/quick_tests/test_yaffs_link_ELOOP_dir.c
direct/test-framework/timothy_tests/quick_tests/test_yaffs_link_ELOOP_dir.h
direct/test-framework/timothy_tests/quick_tests/test_yaffs_link_ENAMETOOLONG.c
direct/test-framework/timothy_tests/quick_tests/test_yaffs_link_ENAMETOOLONG.h
direct/test-framework/timothy_tests/quick_tests/test_yaffs_link_ENAMETOOLONG2.c
direct/test-framework/timothy_tests/quick_tests/test_yaffs_link_ENAMETOOLONG2.h
direct/test-framework/timothy_tests/quick_tests/test_yaffs_link_ENOENT.c
direct/test-framework/timothy_tests/quick_tests/test_yaffs_link_ENOENT.h
direct/test-framework/timothy_tests/quick_tests/test_yaffs_link_ENOENT2.c
direct/test-framework/timothy_tests/quick_tests/test_yaffs_link_ENOENT2.h
direct/test-framework/timothy_tests/quick_tests/test_yaffs_link_ENOENT3.c
direct/test-framework/timothy_tests/quick_tests/test_yaffs_link_ENOENT3.h
direct/test-framework/timothy_tests/quick_tests/test_yaffs_link_ENOENT4.c
direct/test-framework/timothy_tests/quick_tests/test_yaffs_link_ENOENT4.h
direct/test-framework/timothy_tests/quick_tests/test_yaffs_link_ENOTDIR.c
direct/test-framework/timothy_tests/quick_tests/test_yaffs_link_ENOTDIR.h
direct/test-framework/timothy_tests/quick_tests/test_yaffs_link_ENOTDIR2.c
direct/test-framework/timothy_tests/quick_tests/test_yaffs_link_ENOTDIR2.h
direct/test-framework/timothy_tests/quick_tests/test_yaffs_link_EROFS.c
direct/test-framework/timothy_tests/quick_tests/test_yaffs_link_EROFS.h
direct/test-framework/timothy_tests/quick_tests/test_yaffs_link_NULL.c
direct/test-framework/timothy_tests/quick_tests/test_yaffs_link_NULL.h
direct/test-framework/timothy_tests/quick_tests/test_yaffs_link_NULL2.c
direct/test-framework/timothy_tests/quick_tests/test_yaffs_link_NULL2.h
direct/test-framework/timothy_tests/quick_tests/test_yaffs_lseek.c
direct/test-framework/timothy_tests/quick_tests/test_yaffs_lseek.h
direct/test-framework/timothy_tests/quick_tests/test_yaffs_lseek_EBADF.c
direct/test-framework/timothy_tests/quick_tests/test_yaffs_lseek_EBADF.h
direct/test-framework/timothy_tests/quick_tests/test_yaffs_lseek_EINVAL.c
direct/test-framework/timothy_tests/quick_tests/test_yaffs_lseek_EINVAL.h
direct/test-framework/timothy_tests/quick_tests/test_yaffs_lseek_EROFS.c
direct/test-framework/timothy_tests/quick_tests/test_yaffs_lseek_EROFS.h
direct/test-framework/timothy_tests/quick_tests/test_yaffs_lseek_big_file.c
direct/test-framework/timothy_tests/quick_tests/test_yaffs_lseek_big_file.h
direct/test-framework/timothy_tests/quick_tests/test_yaffs_lstat.c
direct/test-framework/timothy_tests/quick_tests/test_yaffs_lstat.h
direct/test-framework/timothy_tests/quick_tests/test_yaffs_lstat_ENAMETOOLONG.c
direct/test-framework/timothy_tests/quick_tests/test_yaffs_lstat_ENAMETOOLONG.h
direct/test-framework/timothy_tests/quick_tests/test_yaffs_lstat_ENOENT.c
direct/test-framework/timothy_tests/quick_tests/test_yaffs_lstat_ENOENT.h
direct/test-framework/timothy_tests/quick_tests/test_yaffs_lstat_ENOTDIR.c
direct/test-framework/timothy_tests/quick_tests/test_yaffs_lstat_ENOTDIR.h
direct/test-framework/timothy_tests/quick_tests/test_yaffs_lstat_NULL.c
direct/test-framework/timothy_tests/quick_tests/test_yaffs_lstat_NULL.h
direct/test-framework/timothy_tests/quick_tests/test_yaffs_mkdir.c
direct/test-framework/timothy_tests/quick_tests/test_yaffs_mkdir.h
direct/test-framework/timothy_tests/quick_tests/test_yaffs_mkdir_EEXIST.c
direct/test-framework/timothy_tests/quick_tests/test_yaffs_mkdir_EEXIST.h
direct/test-framework/timothy_tests/quick_tests/test_yaffs_mkdir_ELOOP_dir.c
direct/test-framework/timothy_tests/quick_tests/test_yaffs_mkdir_ELOOP_dir.h
direct/test-framework/timothy_tests/quick_tests/test_yaffs_mkdir_ENAMETOOLONG.c
direct/test-framework/timothy_tests/quick_tests/test_yaffs_mkdir_ENAMETOOLONG.h
direct/test-framework/timothy_tests/quick_tests/test_yaffs_mkdir_ENOENT.c
direct/test-framework/timothy_tests/quick_tests/test_yaffs_mkdir_ENOENT.h
direct/test-framework/timothy_tests/quick_tests/test_yaffs_mkdir_ENOTDIR.c
direct/test-framework/timothy_tests/quick_tests/test_yaffs_mkdir_ENOTDIR.h
direct/test-framework/timothy_tests/quick_tests/test_yaffs_mkdir_EROFS.c
direct/test-framework/timothy_tests/quick_tests/test_yaffs_mkdir_EROFS.h
direct/test-framework/timothy_tests/quick_tests/test_yaffs_mkdir_NULL.c
direct/test-framework/timothy_tests/quick_tests/test_yaffs_mkdir_NULL.h
direct/test-framework/timothy_tests/quick_tests/test_yaffs_mount.c
direct/test-framework/timothy_tests/quick_tests/test_yaffs_mount.h
direct/test-framework/timothy_tests/quick_tests/test_yaffs_mount2.c
direct/test-framework/timothy_tests/quick_tests/test_yaffs_mount2.h
direct/test-framework/timothy_tests/quick_tests/test_yaffs_mount2_ENODEV.c
direct/test-framework/timothy_tests/quick_tests/test_yaffs_mount2_ENODEV.h
direct/test-framework/timothy_tests/quick_tests/test_yaffs_mount_EBUSY.c
direct/test-framework/timothy_tests/quick_tests/test_yaffs_mount_EBUSY.h
direct/test-framework/timothy_tests/quick_tests/test_yaffs_mount_ENAMETOOLONG.c
direct/test-framework/timothy_tests/quick_tests/test_yaffs_mount_ENAMETOOLONG.h
direct/test-framework/timothy_tests/quick_tests/test_yaffs_mount_ENODEV.c
direct/test-framework/timothy_tests/quick_tests/test_yaffs_mount_ENODEV.h
direct/test-framework/timothy_tests/quick_tests/test_yaffs_mount_NULL.c
direct/test-framework/timothy_tests/quick_tests/test_yaffs_mount_NULL.h
direct/test-framework/timothy_tests/quick_tests/test_yaffs_open.c
direct/test-framework/timothy_tests/quick_tests/test_yaffs_open.h
direct/test-framework/timothy_tests/quick_tests/test_yaffs_open_EACCES.c
direct/test-framework/timothy_tests/quick_tests/test_yaffs_open_EACCES.h
direct/test-framework/timothy_tests/quick_tests/test_yaffs_open_EEXIST.c
direct/test-framework/timothy_tests/quick_tests/test_yaffs_open_EEXIST.h
direct/test-framework/timothy_tests/quick_tests/test_yaffs_open_EINVAL.c
direct/test-framework/timothy_tests/quick_tests/test_yaffs_open_EINVAL.h
direct/test-framework/timothy_tests/quick_tests/test_yaffs_open_EINVAL2.c
direct/test-framework/timothy_tests/quick_tests/test_yaffs_open_EINVAL2.h
direct/test-framework/timothy_tests/quick_tests/test_yaffs_open_EISDIR.c
direct/test-framework/timothy_tests/quick_tests/test_yaffs_open_EISDIR.h
direct/test-framework/timothy_tests/quick_tests/test_yaffs_open_ELOOP.c
direct/test-framework/timothy_tests/quick_tests/test_yaffs_open_ELOOP.h
direct/test-framework/timothy_tests/quick_tests/test_yaffs_open_ELOOP_dir.c
direct/test-framework/timothy_tests/quick_tests/test_yaffs_open_ELOOP_dir.h
direct/test-framework/timothy_tests/quick_tests/test_yaffs_open_ENAMETOOLONG.c
direct/test-framework/timothy_tests/quick_tests/test_yaffs_open_ENAMETOOLONG.h
direct/test-framework/timothy_tests/quick_tests/test_yaffs_open_ENOENT.c
direct/test-framework/timothy_tests/quick_tests/test_yaffs_open_ENOENT.h
direct/test-framework/timothy_tests/quick_tests/test_yaffs_open_ENOTDIR.c
direct/test-framework/timothy_tests/quick_tests/test_yaffs_open_ENOTDIR.h
direct/test-framework/timothy_tests/quick_tests/test_yaffs_open_EROFS.c
direct/test-framework/timothy_tests/quick_tests/test_yaffs_open_EROFS.h
direct/test-framework/timothy_tests/quick_tests/test_yaffs_open_NULL.c
direct/test-framework/timothy_tests/quick_tests/test_yaffs_open_NULL.h
direct/test-framework/timothy_tests/quick_tests/test_yaffs_read.c
direct/test-framework/timothy_tests/quick_tests/test_yaffs_read.h
direct/test-framework/timothy_tests/quick_tests/test_yaffs_read_EBADF.c
direct/test-framework/timothy_tests/quick_tests/test_yaffs_read_EBADF.h
direct/test-framework/timothy_tests/quick_tests/test_yaffs_read_EINVAL.c
direct/test-framework/timothy_tests/quick_tests/test_yaffs_read_EINVAL.h
direct/test-framework/timothy_tests/quick_tests/test_yaffs_remount_EINVAL.c
direct/test-framework/timothy_tests/quick_tests/test_yaffs_remount_EINVAL.h
direct/test-framework/timothy_tests/quick_tests/test_yaffs_remount_ENAMETOOLONG.c
direct/test-framework/timothy_tests/quick_tests/test_yaffs_remount_ENAMETOOLONG.h
direct/test-framework/timothy_tests/quick_tests/test_yaffs_remount_ENODEV.c
direct/test-framework/timothy_tests/quick_tests/test_yaffs_remount_ENODEV.h
direct/test-framework/timothy_tests/quick_tests/test_yaffs_remount_NULL.c
direct/test-framework/timothy_tests/quick_tests/test_yaffs_remount_NULL.h
direct/test-framework/timothy_tests/quick_tests/test_yaffs_remount_force_off_read_only_off.c
direct/test-framework/timothy_tests/quick_tests/test_yaffs_remount_force_off_read_only_off.h
direct/test-framework/timothy_tests/quick_tests/test_yaffs_remount_force_off_read_only_on.c
direct/test-framework/timothy_tests/quick_tests/test_yaffs_remount_force_off_read_only_on.h
direct/test-framework/timothy_tests/quick_tests/test_yaffs_remount_force_on_read_only_off.c
direct/test-framework/timothy_tests/quick_tests/test_yaffs_remount_force_on_read_only_off.h
direct/test-framework/timothy_tests/quick_tests/test_yaffs_remount_force_on_read_only_on.c
direct/test-framework/timothy_tests/quick_tests/test_yaffs_remount_force_on_read_only_on.h
direct/test-framework/timothy_tests/quick_tests/test_yaffs_rename.c
direct/test-framework/timothy_tests/quick_tests/test_yaffs_rename.h
direct/test-framework/timothy_tests/quick_tests/test_yaffs_rename_EEXISTS.c
direct/test-framework/timothy_tests/quick_tests/test_yaffs_rename_EEXISTS.h
direct/test-framework/timothy_tests/quick_tests/test_yaffs_rename_EINVAL.c
direct/test-framework/timothy_tests/quick_tests/test_yaffs_rename_EINVAL.h
direct/test-framework/timothy_tests/quick_tests/test_yaffs_rename_ELOOP_dir.c
direct/test-framework/timothy_tests/quick_tests/test_yaffs_rename_ELOOP_dir.h
direct/test-framework/timothy_tests/quick_tests/test_yaffs_rename_ENAMETOOLONG.c
direct/test-framework/timothy_tests/quick_tests/test_yaffs_rename_ENAMETOOLONG.h
direct/test-framework/timothy_tests/quick_tests/test_yaffs_rename_ENAMETOOLONG2.c
direct/test-framework/timothy_tests/quick_tests/test_yaffs_rename_ENAMETOOLONG2.h
direct/test-framework/timothy_tests/quick_tests/test_yaffs_rename_ENOENT.c
direct/test-framework/timothy_tests/quick_tests/test_yaffs_rename_ENOENT.h
direct/test-framework/timothy_tests/quick_tests/test_yaffs_rename_ENOTDIR.c
direct/test-framework/timothy_tests/quick_tests/test_yaffs_rename_ENOTDIR.h
direct/test-framework/timothy_tests/quick_tests/test_yaffs_rename_ENOTEMPTY.c
direct/test-framework/timothy_tests/quick_tests/test_yaffs_rename_ENOTEMPTY.h
direct/test-framework/timothy_tests/quick_tests/test_yaffs_rename_EROFS.c
direct/test-framework/timothy_tests/quick_tests/test_yaffs_rename_EROFS.h
direct/test-framework/timothy_tests/quick_tests/test_yaffs_rename_NULL.c
direct/test-framework/timothy_tests/quick_tests/test_yaffs_rename_NULL.h
direct/test-framework/timothy_tests/quick_tests/test_yaffs_rename_NULL2.c
direct/test-framework/timothy_tests/quick_tests/test_yaffs_rename_NULL2.h
direct/test-framework/timothy_tests/quick_tests/test_yaffs_rename_dir.c
direct/test-framework/timothy_tests/quick_tests/test_yaffs_rename_dir.h
direct/test-framework/timothy_tests/quick_tests/test_yaffs_rename_dir_ENOENT.c
direct/test-framework/timothy_tests/quick_tests/test_yaffs_rename_dir_ENOENT.h
direct/test-framework/timothy_tests/quick_tests/test_yaffs_rename_dir_ENOENT2.c
direct/test-framework/timothy_tests/quick_tests/test_yaffs_rename_dir_ENOENT2.h
direct/test-framework/timothy_tests/quick_tests/test_yaffs_rename_dir_not_empty.c
direct/test-framework/timothy_tests/quick_tests/test_yaffs_rename_dir_not_empty.h
direct/test-framework/timothy_tests/quick_tests/test_yaffs_rename_dir_over_dir.c
direct/test-framework/timothy_tests/quick_tests/test_yaffs_rename_dir_over_dir.h
direct/test-framework/timothy_tests/quick_tests/test_yaffs_rename_dir_to_file.c
direct/test-framework/timothy_tests/quick_tests/test_yaffs_rename_dir_to_file.h
direct/test-framework/timothy_tests/quick_tests/test_yaffs_rename_file_over_file.c
direct/test-framework/timothy_tests/quick_tests/test_yaffs_rename_file_over_file.h
direct/test-framework/timothy_tests/quick_tests/test_yaffs_rename_file_to_dir.c
direct/test-framework/timothy_tests/quick_tests/test_yaffs_rename_file_to_dir.h
direct/test-framework/timothy_tests/quick_tests/test_yaffs_rename_full_dir_over_dir.c
direct/test-framework/timothy_tests/quick_tests/test_yaffs_rename_full_dir_over_dir.h
direct/test-framework/timothy_tests/quick_tests/test_yaffs_rename_to_null_file.c
direct/test-framework/timothy_tests/quick_tests/test_yaffs_rmdir.c
direct/test-framework/timothy_tests/quick_tests/test_yaffs_rmdir.h
direct/test-framework/timothy_tests/quick_tests/test_yaffs_rmdir_EBUSY.c
direct/test-framework/timothy_tests/quick_tests/test_yaffs_rmdir_EBUSY.h
direct/test-framework/timothy_tests/quick_tests/test_yaffs_rmdir_EINVAL.c
direct/test-framework/timothy_tests/quick_tests/test_yaffs_rmdir_EINVAL.h
direct/test-framework/timothy_tests/quick_tests/test_yaffs_rmdir_ELOOP_dir.c
direct/test-framework/timothy_tests/quick_tests/test_yaffs_rmdir_ELOOP_dir.h
direct/test-framework/timothy_tests/quick_tests/test_yaffs_rmdir_ENAMETOOLONG.c
direct/test-framework/timothy_tests/quick_tests/test_yaffs_rmdir_ENAMETOOLONG.h
direct/test-framework/timothy_tests/quick_tests/test_yaffs_rmdir_ENOENT.c
direct/test-framework/timothy_tests/quick_tests/test_yaffs_rmdir_ENOENT.h
direct/test-framework/timothy_tests/quick_tests/test_yaffs_rmdir_ENOTDIR.c
direct/test-framework/timothy_tests/quick_tests/test_yaffs_rmdir_ENOTDIR.h
direct/test-framework/timothy_tests/quick_tests/test_yaffs_rmdir_ENOTEMPTY.c
direct/test-framework/timothy_tests/quick_tests/test_yaffs_rmdir_ENOTEMPTY.h
direct/test-framework/timothy_tests/quick_tests/test_yaffs_rmdir_EROFS.c
direct/test-framework/timothy_tests/quick_tests/test_yaffs_rmdir_EROFS.h
direct/test-framework/timothy_tests/quick_tests/test_yaffs_rmdir_NULL.c
direct/test-framework/timothy_tests/quick_tests/test_yaffs_rmdir_NULL.h
direct/test-framework/timothy_tests/quick_tests/test_yaffs_stat.c
direct/test-framework/timothy_tests/quick_tests/test_yaffs_stat.h
direct/test-framework/timothy_tests/quick_tests/test_yaffs_stat_ELOOP.c
direct/test-framework/timothy_tests/quick_tests/test_yaffs_stat_ELOOP.h
direct/test-framework/timothy_tests/quick_tests/test_yaffs_stat_ELOOP_dir.c
direct/test-framework/timothy_tests/quick_tests/test_yaffs_stat_ELOOP_dir.h
direct/test-framework/timothy_tests/quick_tests/test_yaffs_stat_ENAMETOOLONG.c
direct/test-framework/timothy_tests/quick_tests/test_yaffs_stat_ENAMETOOLONG.h
direct/test-framework/timothy_tests/quick_tests/test_yaffs_stat_ENOENT.c
direct/test-framework/timothy_tests/quick_tests/test_yaffs_stat_ENOENT.h
direct/test-framework/timothy_tests/quick_tests/test_yaffs_stat_ENOENT2.c
direct/test-framework/timothy_tests/quick_tests/test_yaffs_stat_ENOENT2.h
direct/test-framework/timothy_tests/quick_tests/test_yaffs_stat_ENOTDIR.c
direct/test-framework/timothy_tests/quick_tests/test_yaffs_stat_ENOTDIR.h
direct/test-framework/timothy_tests/quick_tests/test_yaffs_stat_NULL.c
direct/test-framework/timothy_tests/quick_tests/test_yaffs_stat_NULL.h
direct/test-framework/timothy_tests/quick_tests/test_yaffs_symlink.c
direct/test-framework/timothy_tests/quick_tests/test_yaffs_symlink.h
direct/test-framework/timothy_tests/quick_tests/test_yaffs_symlink_EEXIST.c
direct/test-framework/timothy_tests/quick_tests/test_yaffs_symlink_EEXIST.h
direct/test-framework/timothy_tests/quick_tests/test_yaffs_symlink_ELOOP_dir.c
direct/test-framework/timothy_tests/quick_tests/test_yaffs_symlink_ELOOP_dir.h
direct/test-framework/timothy_tests/quick_tests/test_yaffs_symlink_ENAMETOOLONG.c
direct/test-framework/timothy_tests/quick_tests/test_yaffs_symlink_ENAMETOOLONG.h
direct/test-framework/timothy_tests/quick_tests/test_yaffs_symlink_ENOENT.c
direct/test-framework/timothy_tests/quick_tests/test_yaffs_symlink_ENOENT.h
direct/test-framework/timothy_tests/quick_tests/test_yaffs_symlink_ENOENT2.c
direct/test-framework/timothy_tests/quick_tests/test_yaffs_symlink_ENOENT2.h
direct/test-framework/timothy_tests/quick_tests/test_yaffs_symlink_ENOTDIR.c
direct/test-framework/timothy_tests/quick_tests/test_yaffs_symlink_ENOTDIR.h
direct/test-framework/timothy_tests/quick_tests/test_yaffs_symlink_EROFS.c
direct/test-framework/timothy_tests/quick_tests/test_yaffs_symlink_EROFS.h
direct/test-framework/timothy_tests/quick_tests/test_yaffs_symlink_NULL.c
direct/test-framework/timothy_tests/quick_tests/test_yaffs_symlink_NULL.h
direct/test-framework/timothy_tests/quick_tests/test_yaffs_symlink_NULL2.c
direct/test-framework/timothy_tests/quick_tests/test_yaffs_symlink_NULL2.h
direct/test-framework/timothy_tests/quick_tests/test_yaffs_sync.c
direct/test-framework/timothy_tests/quick_tests/test_yaffs_sync.h
direct/test-framework/timothy_tests/quick_tests/test_yaffs_sync_ENAMETOOLONG.c
direct/test-framework/timothy_tests/quick_tests/test_yaffs_sync_ENAMETOOLONG.h
direct/test-framework/timothy_tests/quick_tests/test_yaffs_sync_ENODEV.c
direct/test-framework/timothy_tests/quick_tests/test_yaffs_sync_ENODEV.h
direct/test-framework/timothy_tests/quick_tests/test_yaffs_sync_EROFS.c
direct/test-framework/timothy_tests/quick_tests/test_yaffs_sync_EROFS.h
direct/test-framework/timothy_tests/quick_tests/test_yaffs_sync_NULL.c
direct/test-framework/timothy_tests/quick_tests/test_yaffs_sync_NULL.h
direct/test-framework/timothy_tests/quick_tests/test_yaffs_totalspace.c
direct/test-framework/timothy_tests/quick_tests/test_yaffs_totalspace.h
direct/test-framework/timothy_tests/quick_tests/test_yaffs_totalspace_EINVAL.c
direct/test-framework/timothy_tests/quick_tests/test_yaffs_totalspace_EINVAL.h
direct/test-framework/timothy_tests/quick_tests/test_yaffs_totalspace_ENAMETOOLONG.c
direct/test-framework/timothy_tests/quick_tests/test_yaffs_totalspace_ENAMETOOLONG.h
direct/test-framework/timothy_tests/quick_tests/test_yaffs_totalspace_NULL.c
direct/test-framework/timothy_tests/quick_tests/test_yaffs_totalspace_NULL.h
direct/test-framework/timothy_tests/quick_tests/test_yaffs_truncate.c
direct/test-framework/timothy_tests/quick_tests/test_yaffs_truncate.h
direct/test-framework/timothy_tests/quick_tests/test_yaffs_truncate_EINVAL.c
direct/test-framework/timothy_tests/quick_tests/test_yaffs_truncate_EINVAL.h
direct/test-framework/timothy_tests/quick_tests/test_yaffs_truncate_EISDIR.c
direct/test-framework/timothy_tests/quick_tests/test_yaffs_truncate_EISDIR.h
direct/test-framework/timothy_tests/quick_tests/test_yaffs_truncate_ELOOP.c
direct/test-framework/timothy_tests/quick_tests/test_yaffs_truncate_ELOOP.h
direct/test-framework/timothy_tests/quick_tests/test_yaffs_truncate_ELOOP_dir.c
direct/test-framework/timothy_tests/quick_tests/test_yaffs_truncate_ELOOP_dir.h
direct/test-framework/timothy_tests/quick_tests/test_yaffs_truncate_ENAMETOOLONG.c
direct/test-framework/timothy_tests/quick_tests/test_yaffs_truncate_ENAMETOOLONG.h
direct/test-framework/timothy_tests/quick_tests/test_yaffs_truncate_ENOENT.c
direct/test-framework/timothy_tests/quick_tests/test_yaffs_truncate_ENOENT.h
direct/test-framework/timothy_tests/quick_tests/test_yaffs_truncate_ENOENT2.c
direct/test-framework/timothy_tests/quick_tests/test_yaffs_truncate_ENOENT2.h
direct/test-framework/timothy_tests/quick_tests/test_yaffs_truncate_ENOTDIR.c
direct/test-framework/timothy_tests/quick_tests/test_yaffs_truncate_ENOTDIR.h
direct/test-framework/timothy_tests/quick_tests/test_yaffs_truncate_EROFS.c
direct/test-framework/timothy_tests/quick_tests/test_yaffs_truncate_EROFS.h
direct/test-framework/timothy_tests/quick_tests/test_yaffs_truncate_NULL.c
direct/test-framework/timothy_tests/quick_tests/test_yaffs_truncate_NULL.h
direct/test-framework/timothy_tests/quick_tests/test_yaffs_truncate_big_file.c
direct/test-framework/timothy_tests/quick_tests/test_yaffs_truncate_big_file.h
direct/test-framework/timothy_tests/quick_tests/test_yaffs_unlink.c
direct/test-framework/timothy_tests/quick_tests/test_yaffs_unlink.h
direct/test-framework/timothy_tests/quick_tests/test_yaffs_unlink_EISDIR.c
direct/test-framework/timothy_tests/quick_tests/test_yaffs_unlink_EISDIR.h
direct/test-framework/timothy_tests/quick_tests/test_yaffs_unlink_ELOOP_dir.c
direct/test-framework/timothy_tests/quick_tests/test_yaffs_unlink_ELOOP_dir.h
direct/test-framework/timothy_tests/quick_tests/test_yaffs_unlink_ENAMETOOLONG.c
direct/test-framework/timothy_tests/quick_tests/test_yaffs_unlink_ENAMETOOLONG.h
direct/test-framework/timothy_tests/quick_tests/test_yaffs_unlink_ENOENT.c
direct/test-framework/timothy_tests/quick_tests/test_yaffs_unlink_ENOENT.h
direct/test-framework/timothy_tests/quick_tests/test_yaffs_unlink_ENOENT2.c
direct/test-framework/timothy_tests/quick_tests/test_yaffs_unlink_ENOENT2.h
direct/test-framework/timothy_tests/quick_tests/test_yaffs_unlink_ENOTDIR.c
direct/test-framework/timothy_tests/quick_tests/test_yaffs_unlink_ENOTDIR.h
direct/test-framework/timothy_tests/quick_tests/test_yaffs_unlink_EROFS.c
direct/test-framework/timothy_tests/quick_tests/test_yaffs_unlink_EROFS.h
direct/test-framework/timothy_tests/quick_tests/test_yaffs_unlink_NULL.c
direct/test-framework/timothy_tests/quick_tests/test_yaffs_unlink_NULL.h
direct/test-framework/timothy_tests/quick_tests/test_yaffs_unmount.c
direct/test-framework/timothy_tests/quick_tests/test_yaffs_unmount.h
direct/test-framework/timothy_tests/quick_tests/test_yaffs_unmount2.c
direct/test-framework/timothy_tests/quick_tests/test_yaffs_unmount2.h
direct/test-framework/timothy_tests/quick_tests/test_yaffs_unmount2_EINVAL.c
direct/test-framework/timothy_tests/quick_tests/test_yaffs_unmount2_EINVAL.h
direct/test-framework/timothy_tests/quick_tests/test_yaffs_unmount2_ENODEV.c
direct/test-framework/timothy_tests/quick_tests/test_yaffs_unmount2_ENODEV.h
direct/test-framework/timothy_tests/quick_tests/test_yaffs_unmount2_with_handle_open_and_forced_mode_off.c
direct/test-framework/timothy_tests/quick_tests/test_yaffs_unmount2_with_handle_open_and_forced_mode_off.h
direct/test-framework/timothy_tests/quick_tests/test_yaffs_unmount2_with_handle_open_and_forced_mode_on.c
direct/test-framework/timothy_tests/quick_tests/test_yaffs_unmount2_with_handle_open_and_forced_mode_on.h
direct/test-framework/timothy_tests/quick_tests/test_yaffs_unmount_EBUSY.c
direct/test-framework/timothy_tests/quick_tests/test_yaffs_unmount_EBUSY.h
direct/test-framework/timothy_tests/quick_tests/test_yaffs_unmount_ENAMETOOLONG.c
direct/test-framework/timothy_tests/quick_tests/test_yaffs_unmount_ENAMETOOLONG.h
direct/test-framework/timothy_tests/quick_tests/test_yaffs_unmount_ENODEV.c
direct/test-framework/timothy_tests/quick_tests/test_yaffs_unmount_ENODEV.h
direct/test-framework/timothy_tests/quick_tests/test_yaffs_unmount_NULL.c
direct/test-framework/timothy_tests/quick_tests/test_yaffs_unmount_NULL.h
direct/test-framework/timothy_tests/quick_tests/test_yaffs_write.c
direct/test-framework/timothy_tests/quick_tests/test_yaffs_write.h
direct/test-framework/timothy_tests/quick_tests/test_yaffs_write_EBADF.c
direct/test-framework/timothy_tests/quick_tests/test_yaffs_write_EBADF.h
direct/test-framework/timothy_tests/quick_tests/test_yaffs_write_EROFS.c
direct/test-framework/timothy_tests/quick_tests/test_yaffs_write_EROFS.h
direct/test-framework/timothy_tests/quick_tests/test_yaffs_write_big_file.c
direct/test-framework/timothy_tests/quick_tests/test_yaffs_write_big_file.h
direct/test-framework/timothy_tests/stress_tester/Makefile
direct/test-framework/timothy_tests/stress_tester/error_handler.c
direct/test-framework/timothy_tests/stress_tester/error_handler.h
direct/test-framework/timothy_tests/stress_tester/message_buffer.c
direct/test-framework/timothy_tests/stress_tester/message_buffer.h
direct/test-framework/timothy_tests/stress_tester/yaffs_tester.c
direct/test-framework/timothy_tests/stress_tester/yaffs_tester.h
direct/test-framework/timothy_tests/threading/Makefile
direct/test-framework/timothy_tests/threading/lib.c
direct/test-framework/timothy_tests/threading/lib.h
direct/test-framework/timothy_tests/threading/test_a.c
direct/test-framework/timothy_tests/threading/test_a.h
direct/test-framework/timothy_tests/threading/test_b.c
direct/test-framework/timothy_tests/threading/test_b.h
direct/test-framework/timothy_tests/threading/thread_function.c
direct/test-framework/timothy_tests/threading/thread_function.h
direct/test-framework/timothy_tests/threading/threading.c
direct/test-framework/timothy_tests/threading/threading.h
direct/test-framework/timothy_tests/yaffs_and_linux_mirror_tests/Makefile
direct/test-framework/timothy_tests/yaffs_and_linux_mirror_tests/lib.c
direct/test-framework/timothy_tests/yaffs_and_linux_mirror_tests/lib.h
direct/test-framework/timothy_tests/yaffs_and_linux_mirror_tests/linux_test_open.c
direct/test-framework/timothy_tests/yaffs_and_linux_mirror_tests/linux_test_open.h
direct/test-framework/timothy_tests/yaffs_and_linux_mirror_tests/linux_test_truncate.c
direct/test-framework/timothy_tests/yaffs_and_linux_mirror_tests/linux_test_truncate.h
direct/test-framework/timothy_tests/yaffs_and_linux_mirror_tests/linux_test_unlink.c
direct/test-framework/timothy_tests/yaffs_and_linux_mirror_tests/linux_test_unlink.h
direct/test-framework/timothy_tests/yaffs_and_linux_mirror_tests/linux_test_write.c
direct/test-framework/timothy_tests/yaffs_and_linux_mirror_tests/linux_test_write.h
direct/test-framework/timothy_tests/yaffs_and_linux_mirror_tests/mirror_tests.c
direct/test-framework/timothy_tests/yaffs_and_linux_mirror_tests/mirror_tests.h
direct/test-framework/timothy_tests/yaffs_and_linux_mirror_tests/yaffs_test_open.c
direct/test-framework/timothy_tests/yaffs_and_linux_mirror_tests/yaffs_test_open.h
direct/test-framework/timothy_tests/yaffs_and_linux_mirror_tests/yaffs_test_truncate.c
direct/test-framework/timothy_tests/yaffs_and_linux_mirror_tests/yaffs_test_truncate.h
direct/test-framework/timothy_tests/yaffs_and_linux_mirror_tests/yaffs_test_unlink.c
direct/test-framework/timothy_tests/yaffs_and_linux_mirror_tests/yaffs_test_unlink.h
direct/test-framework/timothy_tests/yaffs_and_linux_mirror_tests/yaffs_test_write.c
direct/test-framework/timothy_tests/yaffs_and_linux_mirror_tests/yaffs_test_write.h
direct/test-framework/yaffs_fileem.c
direct/test-framework/yaffs_fileem2k.c
direct/test-framework/yaffs_fileem2k.h
direct/test-framework/yaffs_m18_drv.c
direct/test-framework/yaffs_m18_drv.h
direct/test-framework/yaffs_nand_drv.c
direct/test-framework/yaffs_nand_drv.h
direct/test-framework/yaffs_nandsim_file.c
direct/test-framework/yaffs_nandsim_file.h
direct/test-framework/yaffs_nor_drv.c
direct/test-framework/yaffs_nor_drv.h
direct/test-framework/yaffs_osglue.c
direct/test-framework/yaffs_ramdisk.c
direct/test-framework/yaffs_ramdisk.h
direct/test-framework/yaffs_ramem2k.c
direct/test-framework/yaffscfg2k.c
direct/test-framework/yaffsnewcfg.c
direct/test-framework/ynorsim.c
direct/test-framework/ynorsim.h
direct/test-framework/yramsim.c
direct/test-framework/yramsim.h
direct/u-boot/fs/yaffs2/Makefile
direct/u-boot/fs/yaffs2/yaffs_mtdif.c
direct/u-boot/fs/yaffs2/yaffs_mtdif.h
direct/u-boot/fs/yaffs2/yaffs_mtdif2.c
direct/u-boot/fs/yaffs2/yaffs_mtdif2.h
direct/u-boot/fs/yaffs2/yaffs_uboot_glue.c
direct/u-boot/patch-u-boot.sh
direct/yaffs_attribs.c
direct/yaffs_error.c
direct/yaffs_flashif.h
direct/yaffs_flashif2.h
direct/yaffs_hweight.c
direct/yaffs_hweight.h
direct/yaffs_list.h
direct/yaffs_nandemul2k.h
direct/yaffs_osglue.h
direct/yaffscfg.h
direct/yaffsfs.c
direct/yaffsfs.h
direct/ydirectenv.h
direct/yportenv.h
linux-tests/xattrtest.c
moduleconfig.h
mtdemul/Makefile
mtdemul/nandemul2k.c
patch-ker.sh
patches/yaffs_linux_allocator.c
patches/yaffs_mtdif2.c
utils/Makefile
utils/mkyaffs2image.c
utils/mkyaffsimage.c
utils/yutilsenv.h
yaffs_allocator.c
yaffs_allocator.h
yaffs_attribs.c
yaffs_attribs.h
yaffs_bitmap.c
yaffs_bitmap.h
yaffs_checkptrw.c
yaffs_checkptrw.h
yaffs_ecc.c
yaffs_ecc.h
yaffs_endian.c
yaffs_endian.h
yaffs_getblockinfo.h
yaffs_guts.c
yaffs_guts.h
yaffs_linux.h
yaffs_mtdif.h
yaffs_mtdif_multi.c
yaffs_mtdif_single.c
yaffs_nameval.c
yaffs_nameval.h
yaffs_nand.c
yaffs_nand.h
yaffs_packedtags1.c
yaffs_packedtags1.h
yaffs_packedtags2.c
yaffs_packedtags2.h
yaffs_summary.c
yaffs_summary.h
yaffs_tagscompat.c
yaffs_tagscompat.h
yaffs_tagsmarshall.c
yaffs_tagsmarshall.h
yaffs_trace.h
yaffs_verify.c
yaffs_verify.h
yaffs_vfs_multi.c
yaffs_vfs_single.c
yaffs_yaffs1.c
yaffs_yaffs1.h
yaffs_yaffs2.c
yaffs_yaffs2.h
yportenv.h
yportenv_multi.h
yportenv_single.h

index c82fdbda1e0266fe6fb2ce1522c6319b4ea0baa4..9318d4dcf7beb7cc066094817628ae0b74e8c921 100644 (file)
--- a/Makefile
+++ b/Makefile
@@ -6,8 +6,7 @@
 #
 # YAFFS: Yet Another Flash File System. A NAND-flash specific file system.
 #
 #
 # YAFFS: Yet Another Flash File System. A NAND-flash specific file system.
 #
-# Copyright (C) 2002-2010 Aleph One Ltd.
-#   for Toby Churchill Ltd and Brightstar Engineering
+# Copyright (C) 2002-2018 Aleph One Ltd.
 #
 # Created by Charles Manning <charles@aleph1.co.uk>
 #
 #
 # Created by Charles Manning <charles@aleph1.co.uk>
 #
index e4006598900d13eae869415148347b4c215df0cb..d56dcf63c2a744edc11e9a85a7dcb618b4ad8341 100644 (file)
@@ -3,7 +3,7 @@
 #
 # YAFFS: Yet another Flash File System. A NAND-flash specific file system.
 #
 #
 # YAFFS: Yet another Flash File System. A NAND-flash specific file system.
 #
-# Copyright (C) 2003-2010 Aleph One Ltd.
+# Copyright (C) 2002-2018 Aleph One Ltd.
 #
 #
 # Created by Charles Manning <charles@aleph1.co.uk>
 #
 #
 # Created by Charles Manning <charles@aleph1.co.uk>
index d71aab121b58a1b3782029608ff39f3984945789..35353811a4a61583caddc4b0ffbf40400a722e7e 100644 (file)
@@ -3,7 +3,7 @@
 #
 # YAFFS: Yet another Flash File System. A NAND-flash specific file system.
 #
 #
 # YAFFS: Yet another Flash File System. A NAND-flash specific file system.
 #
-# Copyright (C) 2003-2010 Aleph One Ltd.
+# Copyright (C) 2002-2018 Aleph One Ltd.
 #
 #
 # Created by Charles Manning <charles@aleph1.co.uk>
 #
 #
 # Created by Charles Manning <charles@aleph1.co.uk>
index 863925e0c7a88f3ff66b11a701dd551800f9c9f4..8d1b9910e9c1febe382c3ee06c6491871b741651 100644 (file)
@@ -1,8 +1,7 @@
 /*
  * YAFFS: Yet another FFS. A NAND-flash specific file system.
  *
 /*
  * 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 <charles@aleph1.co.uk>
  *
  *
  * Created by Charles Manning <charles@aleph1.co.uk>
  *
index c0c8f1d969beaf60494431927f0d277ea0f64812..ea25069ca1d0a8e3c66523e527afda08299f74e6 100644 (file)
@@ -1,7 +1,7 @@
 /*
  * YAFFS: Yet another Flash File System . A NAND-flash specific file system.
  *
 /*
  * YAFFS: Yet another Flash File System . A NAND-flash specific file system.
  *
- * Copyright (C) 2002-2011 Aleph One Ltd.
+ * Copyright (C) 2002-2018 Aleph One Ltd.
  *
  * Created by Charles Manning <charles@aleph1.co.uk>
  *
  *
  * Created by Charles Manning <charles@aleph1.co.uk>
  *
index 431ec1a6c150abf03bce6ab4d8b04749399e666c..98f721885050cb965ce002dd28a20bc901186338 100644 (file)
@@ -1,7 +1,7 @@
 /*
  * YAFFS: Yet another Flash File System . A NAND-flash specific file system.
  *
 /*
  * YAFFS: Yet another Flash File System . A NAND-flash specific file system.
  *
- * Copyright (C) 2002-2011 Aleph One Ltd.
+ * Copyright (C) 2002-2018 Aleph One Ltd.
  *
  * Created by Charles Manning <charles@aleph1.co.uk>
  *
  *
  * Created by Charles Manning <charles@aleph1.co.uk>
  *
index 2008ecf89fe60b3f835a1c1dfa3ef429980ffca3..07c4fecd251e14aa2c70f37ad1807980d6e249f7 100644 (file)
@@ -1,7 +1,7 @@
 /*
  * YAFFS: Yet Another Flash File System. A NAND-flash specific file system.
  *
 /*
  * YAFFS: Yet Another Flash File System. A NAND-flash specific file system.
  *
- * Copyright (C) 2010-2011 Aleph One Ltd.
+ * Copyright (C) 2002-2018 Aleph One Ltd.
  *
  * Created by Charles Manning <charles@aleph1.co.uk>
  *
  *
  * Created by Charles Manning <charles@aleph1.co.uk>
  *
index 5b8e8e7aa19e3ee430449db21bc8d926bf708e99..ae07f54e27f0e1cc0c1e5e26e6af291b9bc3666b 100644 (file)
@@ -1,7 +1,7 @@
 /*
  * YAFFS: Yet another Flash File System . A NAND-flash specific file system.
  *
 /*
  * YAFFS: Yet another Flash File System . A NAND-flash specific file system.
  *
- * Copyright (C) 2002-2011 Aleph One Ltd.
+ * Copyright (C) 2002-2018 Aleph One Ltd.
  *
  * Created by Charles Manning <charles@aleph1.co.uk>
  *
  *
  * Created by Charles Manning <charles@aleph1.co.uk>
  *
index ded465b461bb864744378e621cd40b1c2f3f0955..e6b70df28921c1a2acdce6191d42f6d4452c9154 100644 (file)
@@ -1,7 +1,7 @@
 /*
  * YAFFS: Yet Another Flash File System. A NAND-flash specific file system.
  *
 /*
  * YAFFS: Yet Another Flash File System. A NAND-flash specific file system.
  *
- * Copyright (C) 2010-2011 Aleph One Ltd.
+ * Copyright (C) 2002-2018 Aleph One Ltd.
  *
  * Created by Charles Manning <charles@aleph1.co.uk>
  *
  *
  * Created by Charles Manning <charles@aleph1.co.uk>
  *
index 77d256d6f6699653a77bdd8ae3d9c194a33407ae..f30e0467eb0c9583b97b42609f2c4eaf14adc73f 100644 (file)
@@ -1,7 +1,7 @@
 /*
  * YAFFS: Yet another Flash File System . A NAND-flash specific file system.
  *
 /*
  * YAFFS: Yet another Flash File System . A NAND-flash specific file system.
  *
- * Copyright (C) 2002-2011 Aleph One Ltd.
+ * Copyright (C) 2002-2018 Aleph One Ltd.
  *
  * Created by Charles Manning <charles@aleph1.co.uk>
  *
  *
  * Created by Charles Manning <charles@aleph1.co.uk>
  *
index f5940a20513bb68c1110d52a4ee206b9d1e22cee..3f537f54ed97d72968db2943e1d40a5f5b50d2ea 100644 (file)
@@ -1,7 +1,7 @@
 /*
  * YAFFS: Yet Another Flash File System. A NAND-flash specific file system.
  *
 /*
  * YAFFS: Yet Another Flash File System. A NAND-flash specific file system.
  *
- * Copyright (C) 2010-2011 Aleph One Ltd.
+ * Copyright (C) 2002-2018 Aleph One Ltd.
  *
  * Created by Charles Manning <charles@aleph1.co.uk>
  *
  *
  * Created by Charles Manning <charles@aleph1.co.uk>
  *
index 2db2b9232f03efdc68f542aabf90315197a3b67c..727c77cabca843910875401158fa01db6866e20f 100644 (file)
@@ -1,7 +1,7 @@
 /*
  * YAFFS: Yet another Flash File System . A NAND-flash specific file system.
  *
 /*
  * YAFFS: Yet another Flash File System . A NAND-flash specific file system.
  *
- * Copyright (C) 2002-2011 Aleph One Ltd.
+ * Copyright (C) 2002-2018 Aleph One Ltd.
  *
  * Created by Charles Manning <charles@aleph1.co.uk>
  *
  *
  * Created by Charles Manning <charles@aleph1.co.uk>
  *
index 0b46b3e6fb39ab85e9c4e76c6075daaa1fce3311..fa85b55df65df47bd372aefb62008c6a7075fd38 100644 (file)
@@ -1,7 +1,7 @@
 /*
  * YAFFS: Yet Another Flash File System. A NAND-flash specific file system.
  *
 /*
  * YAFFS: Yet Another Flash File System. A NAND-flash specific file system.
  *
- * Copyright (C) 2010-2011 Aleph One Ltd.
+ * Copyright (C) 2002-2018 Aleph One Ltd.
  *
  * Created by Charles Manning <charles@aleph1.co.uk>
  *
  *
  * Created by Charles Manning <charles@aleph1.co.uk>
  *
index 4f2c1361e9677411e6cd3ceb36899a6a2a98582f..41dfea6fb2f992473a9ea87ae385274b9ef8e76c 100644 (file)
@@ -1,7 +1,7 @@
 /*
  * YAFFS: Yet another Flash File System . A NAND-flash specific file system.
  *
 /*
  * YAFFS: Yet another Flash File System . A NAND-flash specific file system.
  *
- * Copyright (C) 2002-2011 Aleph One Ltd.
+ * Copyright (C) 2002-2018 Aleph One Ltd.
  *
  * Created by Charles Manning <charles@aleph1.co.uk>
  *
  *
  * Created by Charles Manning <charles@aleph1.co.uk>
  *
index 9deee5e8cd8bcd96bbe3ebc07969b49be630406c..7cba39a42569b28a6365ad09397d1c05f54fc7aa 100644 (file)
@@ -3,7 +3,7 @@
 #
 # YAFFS: Yet another Flash File System. A NAND-flash specific file system.
 #
 #
 # YAFFS: Yet another Flash File System. A NAND-flash specific file system.
 #
-# Copyright (C) 2003-2010 Aleph One Ltd.
+# Copyright (C) 2002-2018 Aleph One Ltd.
 #
 #
 # Created by Charles Manning <charles@aleph1.co.uk>
 #
 #
 # Created by Charles Manning <charles@aleph1.co.uk>
@@ -37,7 +37,7 @@ $(DIRECTEXTRASYMLINKS):
 #
 # YAFFS: Yet another Flash File System. A NAND-flash specific file system.
 #
 #
 # YAFFS: Yet another Flash File System. A NAND-flash specific file system.
 #
-# Copyright (C) 2003-2010 Aleph One Ltd.
+# Copyright (C) 2002-2018 Aleph One Ltd.
 #
 #
 # Created by Charles Manning <charles@aleph1.co.uk>
 #
 #
 # Created by Charles Manning <charles@aleph1.co.uk>
index 68fc95c8306252902ccb0b65a616756fb264c7ab..5e32e35905b5381ad4e08f28fcf6fb1ec6644e29 100644 (file)
@@ -1,8 +1,7 @@
 ##
 ## YAFFS: Yet Another Flash File System. A NAND-flash specific file system.
 ##
 ##
 ## YAFFS: Yet Another Flash File System. A NAND-flash specific file system.
 ##
-## Copyright (C) 2002-2010 Aleph One Ltd.
-##   for Toby Churchill Ltd and Brightstar Engineering
+# Copyright (C) 2002-2018 Aleph One Ltd.
 ##
 ## Created by Charles Manning <charles@aleph1.co.uk>
 ##
 ##
 ## Created by Charles Manning <charles@aleph1.co.uk>
 ##
index 462038df19ee4231dd02688c16e2e820b1e48000..ed0467227f228881edaa0022aefd882fbd09c2b1 100755 (executable)
@@ -2,8 +2,7 @@
 ##
 ## YAFFS: Yet Another Flash File System. A NAND-flash specific file system.
 ##
 ##
 ## YAFFS: Yet Another Flash File System. A NAND-flash specific file system.
 ##
-## Copyright (C) 2002-2010 Aleph One Ltd.
-##   for Toby Churchill Ltd and Brightstar Engineering
+# Copyright (C) 2002-2018 Aleph One Ltd.
 ##
 ## Created by Timothy Manning <timothy@yaffs.net>
 ##
 ##
 ## Created by Timothy Manning <timothy@yaffs.net>
 ##
index 9296df55dea4e96b567866f067fc32b8aefab049..86f65e996930543312fd8ca5911c6e86a181e83a 100644 (file)
@@ -1,8 +1,7 @@
 ##
 ## YAFFS: Yet Another Flash File System. A NAND-flash specific file system.
 ##
 ##
 ## YAFFS: Yet Another Flash File System. A NAND-flash specific file system.
 ##
-## Copyright (C) 2002-2010 Aleph One Ltd.
-##   for Toby Churchill Ltd and Brightstar Engineering
+# Copyright (C) 2002-2018 Aleph One Ltd.
 ##
 ## Created by Timothy Manning <timothy@yaffs.net>
 ##
 ##
 ## Created by Timothy Manning <timothy@yaffs.net>
 ##
index e473bb3295c09ec12802b7f8098e80c62de9aed6..798c3cdf779e93fa3a50d00e255ddbfd3ca8ab35 100644 (file)
@@ -1,8 +1,7 @@
 /*
  * YAFFS: Yet Another Flash File System. A NAND-flash specific file system.
  *
 /*
  * YAFFS: Yet Another Flash File System. A NAND-flash specific file system.
  *
- * Copyright (C) 2002-2011 Aleph One Ltd.
- *   for Toby Churchill Ltd and Brightstar Engineering
+ * Copyright (C) 2002-2018 Aleph One Ltd.
  *
  * Created by Charles Manning <charles@aleph1.co.uk>
  *
  *
  * Created by Charles Manning <charles@aleph1.co.uk>
  *
index 79b6adb24a0f4ebc1f937a1289a2bd847262f751..024c8a5786acd06f9aa51d5d5f0cf87c61ca1224 100644 (file)
@@ -1,8 +1,7 @@
 ##
 ## YAFFS: Yet Another Flash File System. A NAND-flash specific file system.
 ##
 ##
 ## YAFFS: Yet Another Flash File System. A NAND-flash specific file system.
 ##
-## Copyright (C) 2002-2010 Aleph One Ltd.
-##   for Toby Churchill Ltd and Brightstar Engineering
+# Copyright (C) 2002-2018 Aleph One Ltd.
 ##
 ## Created by Charles Manning <charles@aleph1.co.uk>
 ##
 ##
 ## Created by Charles Manning <charles@aleph1.co.uk>
 ##
index 2fc97f0f6dd1af438cc8774c7f272d1c653b140e..6906d26c910251cd29d39e4324345d4f7a431e8b 100644 (file)
@@ -3,7 +3,7 @@
 #
 # YAFFS: Yet another Flash File System. A NAND-flash specific file system.
 #
 #
 # YAFFS: Yet another Flash File System. A NAND-flash specific file system.
 #
-# Copyright (C) 2003-2010 Aleph One Ltd.
+# Copyright (C) 2002-2018 Aleph One Ltd.
 #
 #
 # Created by Charles Manning <charles@aleph1.co.uk>
 #
 #
 # Created by Charles Manning <charles@aleph1.co.uk>
index 9eaeefb897293eb2811ba27b6ff334a7cd9a5bd8..2408c3641f52cf930da8a01f1a51688465342421 100644 (file)
@@ -1,8 +1,7 @@
 /*
  * YAFFS: Yet another FFS. A NAND-flash specific file system.
  *
 /*
  * 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 <charles@aleph1.co.uk>
  *
  *
  * Created by Charles Manning <charles@aleph1.co.uk>
  *
index 93a9a8e33bfe5ef98850c2cc9cd6af683202db7f..07331da59999798cf09f425f1fb8fae8a1e21504 100644 (file)
@@ -1,8 +1,7 @@
 /*
  * YAFFS: Yet another FFS. A NAND-flash specific file system.
  *
 /*
  * 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 <charles@aleph1.co.uk>
  *
  *
  * Created by Charles Manning <charles@aleph1.co.uk>
  *
index e7081b24cb239cbfde41fbe541b971ce466e3362..0a43993e78c34dfdcc38def4e73c2b4617d115ce 100644 (file)
@@ -1,8 +1,7 @@
 /*
  * YAFFS: Yet another Flash File System . A NAND-flash specific file system. 
  *
 /*
  * YAFFS: Yet another Flash File System . A NAND-flash specific file system. 
  *
- * Copyright (C) 2002-2011 Aleph One Ltd.
- *   for Toby Churchill Ltd and Brightstar Engineering
+ * Copyright (C) 2002-2018 Aleph One Ltd.
  *
  * Created by Charles Manning <charles@aleph1.co.uk>
  *
  *
  * Created by Charles Manning <charles@aleph1.co.uk>
  *
index 5df17f84eca00f0dd14e22a731f6a523600cb017..bb3746297587f29e1239444d2715a268f823c5cc 100644 (file)
@@ -1,8 +1,7 @@
 /*
  * YAFFS: Yet another FFS. A NAND-flash specific file system. 
  *
 /*
  * 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 <charles@aleph1.co.uk>
  *
  *
  * Created by Charles Manning <charles@aleph1.co.uk>
  *
index 43347d228c3b7f8a89ef67f2c903dfb59dc2af26..2e847a612ac9fe997f57d02597bee116fb434a3d 100644 (file)
@@ -3,7 +3,7 @@
 #
 # YAFFS: Yet another Flash File System. A NAND-flash specific file system.
 #
 #
 # YAFFS: Yet another Flash File System. A NAND-flash specific file system.
 #
-# Copyright (C) 2003-2010 Aleph One Ltd.
+# Copyright (C) 2002-2018 Aleph One Ltd.
 #
 #
 # Created by Timothy Manning <timothy@aleph1.co.uk>
 #
 #
 # Created by Timothy Manning <timothy@aleph1.co.uk>
index 4d6e33dd205c7f73ed546b90554079e2e304eb5e..b27f2af742798863a7b27177b3ec92eecf17734c 100644 (file)
@@ -1,8 +1,7 @@
 /*
  * YAFFS: Yet another FFS. A NAND-flash specific file system.
  *
 /*
  * YAFFS: Yet another FFS. A NAND-flash specific file system.
  *
- * Copyright (C) 2002-2011 Aleph One Ltd.
- *   for Toby Churchill Ltd and Brightstar Engineering
+ * Copyright (C) 2002-2018 Aleph One Ltd.
  *
  * Created by Timothy Manning <timothy@yaffs.net>
  *
  *
  * Created by Timothy Manning <timothy@yaffs.net>
  *
index dd7febe3d65287ab2f77d83be950692de86d10f6..bc6c2f8bb6d6a0ad30624963a7198e6324c88f3a 100644 (file)
@@ -1,8 +1,7 @@
 /*
  * YAFFS: Yet another Flash File System . A NAND-flash specific file system. 
  *
 /*
  * YAFFS: Yet another Flash File System . A NAND-flash specific file system. 
  *
- * Copyright (C) 2002-2011 Aleph One Ltd.
- *   for Toby Churchill Ltd and Brightstar Engineering
+ * Copyright (C) 2002-2018 Aleph One Ltd.
  *
  * Created by Timothy Manning <timothy@yaffs.net>
  *
  *
  * Created by Timothy Manning <timothy@yaffs.net>
  *
index f1288a6e10662291f1e24ad2ea8dd67ccfb1f197..43c8cb878efbd5fccbfc98336678ee8bdcc38c22 100644 (file)
@@ -3,7 +3,7 @@
 #
 # YAFFS: Yet another Flash File System. A NAND-flash specific file system.
 #
 #
 # YAFFS: Yet another Flash File System. A NAND-flash specific file system.
 #
-# Copyright (C) 2003-2010 Aleph One Ltd.
+# Copyright (C) 2002-2018 Aleph One Ltd.
 #
 #
 # Created by Timothy Manning <timothy@aleph1.co.uk>
 #
 #
 # Created by Timothy Manning <timothy@aleph1.co.uk>
index b7726ba310e8536b69eddf61a893f3f56d39c9c3..0d908b11cf04cb3d890e0ff2eba6455891ce3c68 100644 (file)
@@ -1,8 +1,7 @@
 /*
  * YAFFS: Yet another FFS. A NAND-flash specific file system.
  *
 /*
  * YAFFS: Yet another FFS. A NAND-flash specific file system.
  *
- * Copyright (C) 2002-2011 Aleph One Ltd.
- *   for Toby Churchill Ltd and Brightstar Engineering
+ * Copyright (C) 2002-2018 Aleph One Ltd.
  *
  * Created by Timothy Manning <timothy@yaffs.net>
  *
  *
  * Created by Timothy Manning <timothy@yaffs.net>
  *
index 31cc5ec0d1728ff009dfc868002bfc6bc2f8271a..4034b1d5a13e30856578da1eb0a284261e2e64fe 100644 (file)
@@ -3,7 +3,7 @@
 #
 # YAFFS: Yet another Flash File System. A NAND-flash specific file system.
 #
 #
 # YAFFS: Yet another Flash File System. A NAND-flash specific file system.
 #
-# Copyright (C) 2003-2010 Aleph One Ltd.
+# Copyright (C) 2002-2018 Aleph One Ltd.
 #
 #
 # Created by Timothy Manning <timothy@aleph1.co.uk>
 #
 #
 # Created by Timothy Manning <timothy@aleph1.co.uk>
index 5f439040e3ee891677bec7cfc7168d759a80e138..769eebf62e4bb51b0ded71e70b84192ee48fed10 100644 (file)
@@ -1,8 +1,7 @@
 /*
  * YAFFS: Yet another FFS. A NAND-flash specific file system.
  *
 /*
  * 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 <timothy@yaffs.net>
  *
  *
  * Created by Timothy Manning <timothy@yaffs.net>
  *
index fa0cfbe281a669c5907c8a8b6394d1d7c1a4fdfc..9d3350eaf52a0b02a7b246fe1d6bca8b126d71fd 100644 (file)
@@ -1,8 +1,7 @@
 /*
  * YAFFS: Yet another Flash File System . A NAND-flash specific file system. 
  *
 /*
  * YAFFS: Yet another Flash File System . A NAND-flash specific file system. 
  *
- * Copyright (C) 2002-2010 Aleph One Ltd.
- *   for Toby Churchill Ltd and Brightstar Engineering
+ * Copyright (C) 2002-2018 Aleph One Ltd.
  *
  * Created by Timothy Manning <timothy@yaffs.net>
  *
  *
  * Created by Timothy Manning <timothy@yaffs.net>
  *
index e450236560b92cb03ae3617e662f691d307780ae..b32dab6a1f5849369e6e9ca92f0e16f91cbf23fe 100644 (file)
@@ -1,8 +1,7 @@
 /*
  * YAFFS: Yet another FFS. A NAND-flash specific file system.
  *
 /*
  * 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 <timothy@yaffs.net>
  *
  *
  * Created by Timothy Manning <timothy@yaffs.net>
  *
index 97a634805e25cb354259da8edd0b7f9414f39d38..7a9a784e0c704cc35e249e819ba7e792a9d74a11 100644 (file)
@@ -1,8 +1,7 @@
 /*
  * YAFFS: Yet another Flash File System . A NAND-flash specific file system. 
  *
 /*
  * YAFFS: Yet another Flash File System . A NAND-flash specific file system. 
  *
- * Copyright (C) 2002-2010 Aleph One Ltd.
- *   for Toby Churchill Ltd and Brightstar Engineering
+ * Copyright (C) 2002-2018 Aleph One Ltd.
  *
  * Created by Timothy Manning <timothy@yaffs.net>
  *
  *
  * Created by Timothy Manning <timothy@yaffs.net>
  *
index f2bd02f5635df4c04cdf149b168c868d0a200eac..614ae390fb4b13eff0b47fcb325ea478d6122d01 100644 (file)
@@ -3,7 +3,7 @@
 #
 # YAFFS: Yet another Flash File System. A NAND-flash specific file system.
 #
 #
 # YAFFS: Yet another Flash File System. A NAND-flash specific file system.
 #
-# Copyright (C) 2003-2010 Aleph One Ltd.
+# Copyright (C) 2002-2018 Aleph One Ltd.
 #
 #
 # Created by Timothy Manning <timothy@aleph1.co.uk>
 #
 #
 # Created by Timothy Manning <timothy@aleph1.co.uk>
index 4edc19e59367caa498e5b14e94f389a5d59b1fa1..5673ff18e78d5893e4697cfef5f910e1c1550a63 100644 (file)
@@ -1,8 +1,7 @@
 /*
  * YAFFS: Yet another FFS. A NAND-flash specific file system.
  *
 /*
  * YAFFS: Yet another FFS. A NAND-flash specific file system.
  *
- * Copyright (C) 2002-2011 Aleph One Ltd.
- *   for Toby Churchill Ltd and Brightstar Engineering
+ * Copyright (C) 2002-2018 Aleph One Ltd.
  *
  * Created by Timothy Manning <timothy@yaffs.net>
  *
  *
  * Created by Timothy Manning <timothy@yaffs.net>
  *
index 61e734f5b109858ccfee25e3574f897817ab1a21..6082d413094005850b024ab90875c2e2cc98b95f 100644 (file)
@@ -1,8 +1,7 @@
 /*
  * YAFFS: Yet another Flash File System . A NAND-flash specific file system. 
  *
 /*
  * YAFFS: Yet another Flash File System . A NAND-flash specific file system. 
  *
- * Copyright (C) 2002-2011 Aleph One Ltd.
- *   for Toby Churchill Ltd and Brightstar Engineering
+ * Copyright (C) 2002-2018 Aleph One Ltd.
  *
  * Created by Timothy Manning <timothy@yaffs.net>
  *
  *
  * Created by Timothy Manning <timothy@yaffs.net>
  *
index c083d03b80a4888d5cf3bd63b0a8e30b4cddc169..e015d02dc5ef73567ff741157342051d517b8bc4 100644 (file)
@@ -1,8 +1,7 @@
 /*
  * YAFFS: Yet another FFS. A NAND-flash specific file system.
  *
 /*
  * YAFFS: Yet another FFS. A NAND-flash specific file system.
  *
- * Copyright (C) 2002-2011 Aleph One Ltd.
- *   for Toby Churchill Ltd and Brightstar Engineering
+ * Copyright (C) 2002-2018 Aleph One Ltd.
  *
  * Created by Timothy Manning <timothy@yaffs.net>
  *
  *
  * Created by Timothy Manning <timothy@yaffs.net>
  *
index 324d3c4139a99574861bea1e6418fd2e8c378689..ce49d069194fbac33acd001f96464d64676f3b23 100644 (file)
@@ -1,8 +1,7 @@
 /*
  * YAFFS: Yet another Flash File System . A NAND-flash specific file system. 
  *
 /*
  * YAFFS: Yet another Flash File System . A NAND-flash specific file system. 
  *
- * Copyright (C) 2002-2011 Aleph One Ltd.
- *   for Toby Churchill Ltd and Brightstar Engineering
+ * Copyright (C) 2002-2018 Aleph One Ltd.
  *
  * Created by Timothy Manning <timothy@yaffs.net>
  *
  *
  * Created by Timothy Manning <timothy@yaffs.net>
  *
index 23b8c035f4e227c3e90f971b517e7838757b7898..eb60f77282318f1d25af1d6e3573140826e34580 100644 (file)
@@ -1,8 +1,7 @@
 /*
  * YAFFS: Yet another FFS. A NAND-flash specific file system.
  *
 /*
  * YAFFS: Yet another FFS. A NAND-flash specific file system.
  *
- * Copyright (C) 2002-2011 Aleph One Ltd.
- *   for Toby Churchill Ltd and Brightstar Engineering
+ * Copyright (C) 2002-2018 Aleph One Ltd.
  *
  * Created by Timothy Manning <timothy@yaffs.net>
  *
  *
  * Created by Timothy Manning <timothy@yaffs.net>
  *
index e4b4a198c27b0ced97d4ec51bbac6173918faa87..aeef666e8db14b8f584f8be7adc03eaecd3d3fb7 100644 (file)
@@ -1,8 +1,7 @@
 /*
  * YAFFS: Yet another Flash File System . A NAND-flash specific file system. 
  *
 /*
  * YAFFS: Yet another Flash File System . A NAND-flash specific file system. 
  *
- * Copyright (C) 2002-2011 Aleph One Ltd.
- *   for Toby Churchill Ltd and Brightstar Engineering
+ * Copyright (C) 2002-2018 Aleph One Ltd.
  *
  * Created by Timothy Manning <timothy@yaffs.net>
  *
  *
  * Created by Timothy Manning <timothy@yaffs.net>
  *
index f48813041755f777cf800aa402a95d9bf2defe29..27b6c5fab726d6a6d8b8a0b1e062b5ada2ffd516 100644 (file)
@@ -1,8 +1,7 @@
 /*
  * YAFFS: Yet another FFS. A NAND-flash specific file system.
  *
 /*
  * YAFFS: Yet another FFS. A NAND-flash specific file system.
  *
- * Copyright (C) 2002-2011 Aleph One Ltd.
- *   for Toby Churchill Ltd and Brightstar Engineering
+ * Copyright (C) 2002-2018 Aleph One Ltd.
  *
  * Created by Timothy Manning <timothy@yaffs.net>
  *
  *
  * Created by Timothy Manning <timothy@yaffs.net>
  *
index 1c0864c87d76587c6d7f5b63e247b3e725127f6f..2fc248cf545a2a0d2d7d4b4782dacee0c5f00e5b 100644 (file)
@@ -1,8 +1,7 @@
 /*
  * YAFFS: Yet another Flash File System . A NAND-flash specific file system. 
  *
 /*
  * YAFFS: Yet another Flash File System . A NAND-flash specific file system. 
  *
- * Copyright (C) 2002-2011 Aleph One Ltd.
- *   for Toby Churchill Ltd and Brightstar Engineering
+ * Copyright (C) 2002-2018 Aleph One Ltd.
  *
  * Created by Timothy Manning <timothy@yaffs.net>
  *
  *
  * Created by Timothy Manning <timothy@yaffs.net>
  *
index f7b7e07f1543f45b7bb0fcf8f02486ee8bcd3d3f..a109d4431645195546e81a92417e37c03269559a 100644 (file)
@@ -1,8 +1,7 @@
 /*
  * YAFFS: Yet another FFS. A NAND-flash specific file system.
  *
 /*
  * YAFFS: Yet another FFS. A NAND-flash specific file system.
  *
- * Copyright (C) 2002-2011 Aleph One Ltd.
- *   for Toby Churchill Ltd and Brightstar Engineering
+ * Copyright (C) 2002-2018 Aleph One Ltd.
  *
  * Created by Timothy Manning <timothy@yaffs.net>
  *
  *
  * Created by Timothy Manning <timothy@yaffs.net>
  *
index 90768bb98b8502907017f4d7719695e2b6b552bf..f690ce213292ed4c2da85995765a448e5928954b 100644 (file)
@@ -1,8 +1,7 @@
 /*
  * YAFFS: Yet another Flash File System . A NAND-flash specific file system. 
  *
 /*
  * YAFFS: Yet another Flash File System . A NAND-flash specific file system. 
  *
- * Copyright (C) 2002-2011 Aleph One Ltd.
- *   for Toby Churchill Ltd and Brightstar Engineering
+ * Copyright (C) 2002-2018 Aleph One Ltd.
  *
  * Created by Timothy Manning <timothy@yaffs.net>
  *
  *
  * Created by Timothy Manning <timothy@yaffs.net>
  *
index 715e2360a8a9ea370bf21ffafb47db7b61843af9..a151b4578b5a9cf0b3600d69021e0faa231821fa 100644 (file)
@@ -1,8 +1,7 @@
 /*
  * YAFFS: Yet another FFS. A NAND-flash specific file system.
  *
 /*
  * YAFFS: Yet another FFS. A NAND-flash specific file system.
  *
- * Copyright (C) 2002-2011 Aleph One Ltd.
- *   for Toby Churchill Ltd and Brightstar Engineering
+ * Copyright (C) 2002-2018 Aleph One Ltd.
  *
  * Created by Timothy Manning <timothy@yaffs.net>
  *
  *
  * Created by Timothy Manning <timothy@yaffs.net>
  *
index cb2f71bc8bd15dcb9dd49a0954f30dba912e0a59..964e2606ae062966e8b89cb34e702b4af9b19dc9 100644 (file)
@@ -1,8 +1,7 @@
 /*
  * YAFFS: Yet another Flash File System . A NAND-flash specific file system. 
  *
 /*
  * YAFFS: Yet another Flash File System . A NAND-flash specific file system. 
  *
- * Copyright (C) 2002-2011 Aleph One Ltd.
- *   for Toby Churchill Ltd and Brightstar Engineering
+ * Copyright (C) 2002-2018 Aleph One Ltd.
  *
  * Created by Timothy Manning <timothy@yaffs.net>
  *
  *
  * Created by Timothy Manning <timothy@yaffs.net>
  *
index 49fbbf09f8d46ea02d06cf0ad03ee7f0e96d95e1..912ccca54a01176b50f5c111e86ae1c72bacc78b 100644 (file)
@@ -1,8 +1,7 @@
 /*
  * YAFFS: Yet another FFS. A NAND-flash specific file system.
  *
 /*
  * YAFFS: Yet another FFS. A NAND-flash specific file system.
  *
- * Copyright (C) 2002-2011 Aleph One Ltd.
- *   for Toby Churchill Ltd and Brightstar Engineering
+ * Copyright (C) 2002-2018 Aleph One Ltd.
  *
  * Created by Timothy Manning <timothy@yaffs.net>
  *
  *
  * Created by Timothy Manning <timothy@yaffs.net>
  *
index 096e95263b1cd30b5150425fc35e454ad9c9e909..8fc9b36b2b098d426d848742710c862f6ce919a2 100644 (file)
@@ -1,8 +1,7 @@
 /*
  * YAFFS: Yet another Flash File System . A NAND-flash specific file system. 
  *
 /*
  * YAFFS: Yet another Flash File System . A NAND-flash specific file system. 
  *
- * Copyright (C) 2002-2011 Aleph One Ltd.
- *   for Toby Churchill Ltd and Brightstar Engineering
+ * Copyright (C) 2002-2018 Aleph One Ltd.
  *
  * Created by Timothy Manning <timothy@yaffs.net>
  *
  *
  * Created by Timothy Manning <timothy@yaffs.net>
  *
index 95bf32c32a16ff549a1168e76449db26e009bbfd..8d97c5414eddf77d5089029751b3703e4edc498b 100644 (file)
@@ -1,8 +1,7 @@
 /*
  * YAFFS: Yet another FFS. A NAND-flash specific file system.
  *
 /*
  * YAFFS: Yet another FFS. A NAND-flash specific file system.
  *
- * Copyright (C) 2002-2011 Aleph One Ltd.
- *   for Toby Churchill Ltd and Brightstar Engineering
+ * Copyright (C) 2002-2018 Aleph One Ltd.
  *
  * Created by Timothy Manning <timothy@yaffs.net>
  *
  *
  * Created by Timothy Manning <timothy@yaffs.net>
  *
index f37ac2e0616fc27f063b0588d7cfe75246667e66..b10366cf65bbfae8cad34b3d7b365a46b84c8f20 100644 (file)
@@ -1,8 +1,7 @@
 /*
  * YAFFS: Yet another Flash File System . A NAND-flash specific file system. 
  *
 /*
  * YAFFS: Yet another Flash File System . A NAND-flash specific file system. 
  *
- * Copyright (C) 2002-2011 Aleph One Ltd.
- *   for Toby Churchill Ltd and Brightstar Engineering
+ * Copyright (C) 2002-2018 Aleph One Ltd.
  *
  * Created by Timothy Manning <timothy@yaffs.net>
  *
  *
  * Created by Timothy Manning <timothy@yaffs.net>
  *
index cc6fad0f10e3dc63224eebb0cf1e7a54fe94ec0c..83f5afef635565c5b01738457bc0e3f6775cfb27 100644 (file)
@@ -1,8 +1,7 @@
 /*
  * YAFFS: Yet another FFS. A NAND-flash specific file system.
  *
 /*
  * YAFFS: Yet another FFS. A NAND-flash specific file system.
  *
- * Copyright (C) 2002-2011 Aleph One Ltd.
- *   for Toby Churchill Ltd and Brightstar Engineering
+ * Copyright (C) 2002-2018 Aleph One Ltd.
  *
  * Created by Timothy Manning <timothy@yaffs.net>
  *
  *
  * Created by Timothy Manning <timothy@yaffs.net>
  *
index 68361f05647ea307ebcf0e04b71105775680b30d..2ebed36c1be7a806c5c14131c9f8ad1e71ddaad2 100644 (file)
@@ -1,8 +1,7 @@
 /*
  * YAFFS: Yet another Flash File System . A NAND-flash specific file system. 
  *
 /*
  * YAFFS: Yet another Flash File System . A NAND-flash specific file system. 
  *
- * Copyright (C) 2002-2011 Aleph One Ltd.
- *   for Toby Churchill Ltd and Brightstar Engineering
+ * Copyright (C) 2002-2018 Aleph One Ltd.
  *
  * Created by Timothy Manning <timothy@yaffs.net>
  *
  *
  * Created by Timothy Manning <timothy@yaffs.net>
  *
index 013821e33a5d58344c707e780eeacb0b2a3505e9..cafcba32d5e4a4b4203b0d0898a4f7e507daa672 100644 (file)
@@ -1,8 +1,7 @@
 /*
  * YAFFS: Yet another FFS. A NAND-flash specific file system.
  *
 /*
  * YAFFS: Yet another FFS. A NAND-flash specific file system.
  *
- * Copyright (C) 2002-2011 Aleph One Ltd.
- *   for Toby Churchill Ltd and Brightstar Engineering
+ * Copyright (C) 2002-2018 Aleph One Ltd.
  *
  * Created by Timothy Manning <timothy@yaffs.net>
  *
  *
  * Created by Timothy Manning <timothy@yaffs.net>
  *
index b38f9eb8a2c2d97a2a51392fe0ba7dfce47e1f4c..687eee1d418ad324db937c9e11cee64b895458e8 100644 (file)
@@ -1,8 +1,7 @@
 /*
  * YAFFS: Yet another Flash File System . A NAND-flash specific file system. 
  *
 /*
  * YAFFS: Yet another Flash File System . A NAND-flash specific file system. 
  *
- * Copyright (C) 2002-2011 Aleph One Ltd.
- *   for Toby Churchill Ltd and Brightstar Engineering
+ * Copyright (C) 2002-2018 Aleph One Ltd.
  *
  * Created by Timothy Manning <timothy@yaffs.net>
  *
  *
  * Created by Timothy Manning <timothy@yaffs.net>
  *
index 4f481173cbebf800c7f8ad0c5d2945cdf6a0dd4a..0564c4434f8412364ad9df0202274a70a3c1e964 100644 (file)
@@ -1,8 +1,7 @@
 /*
  * YAFFS: Yet another FFS. A NAND-flash specific file system.
  *
 /*
  * YAFFS: Yet another FFS. A NAND-flash specific file system.
  *
- * Copyright (C) 2002-2011 Aleph One Ltd.
- *   for Toby Churchill Ltd and Brightstar Engineering
+ * Copyright (C) 2002-2018 Aleph One Ltd.
  *
  * Created by Timothy Manning <timothy@yaffs.net>
  *
  *
  * Created by Timothy Manning <timothy@yaffs.net>
  *
index 917ab56db52dc7c91291fbc50db3aad0a6c66af6..9f49127ae83dd1879cb0860531481137a26d8556 100644 (file)
@@ -1,8 +1,7 @@
 /*
  * YAFFS: Yet another Flash File System . A NAND-flash specific file system. 
  *
 /*
  * YAFFS: Yet another Flash File System . A NAND-flash specific file system. 
  *
- * Copyright (C) 2002-2011 Aleph One Ltd.
- *   for Toby Churchill Ltd and Brightstar Engineering
+ * Copyright (C) 2002-2018 Aleph One Ltd.
  *
  * Created by Timothy Manning <timothy@yaffs.net>
  *
  *
  * Created by Timothy Manning <timothy@yaffs.net>
  *
index bf223e050b339f416de3928c3d2cf6fa5fe52b1d..c322fa9d2bc23c359539b32362e152db533e52d6 100644 (file)
@@ -1,8 +1,7 @@
 /*
  * YAFFS: Yet another FFS. A NAND-flash specific file system.
  *
 /*
  * YAFFS: Yet another FFS. A NAND-flash specific file system.
  *
- * Copyright (C) 2002-2011 Aleph One Ltd.
- *   for Toby Churchill Ltd and Brightstar Engineering
+ * Copyright (C) 2002-2018 Aleph One Ltd.
  *
  * Created by Timothy Manning <timothy@yaffs.net>
  *
  *
  * Created by Timothy Manning <timothy@yaffs.net>
  *
index 47a0dc453612f3104e5ba1fc853a0d3f386b7e11..97b31395f98dc12d5f3c62a53f35a0b579e80312 100644 (file)
@@ -1,8 +1,7 @@
 /*
  * YAFFS: Yet another Flash File System . A NAND-flash specific file system. 
  *
 /*
  * YAFFS: Yet another Flash File System . A NAND-flash specific file system. 
  *
- * Copyright (C) 2002-2011 Aleph One Ltd.
- *   for Toby Churchill Ltd and Brightstar Engineering
+ * Copyright (C) 2002-2018 Aleph One Ltd.
  *
  * Created by Timothy Manning <timothy@yaffs.net>
  *
  *
  * Created by Timothy Manning <timothy@yaffs.net>
  *
index 5b1e8222a175be97ab2fed8a366f415f00ebc6f5..1be46b5ba41a00930580b4d9943723e10ee9a9fb 100644 (file)
@@ -1,8 +1,7 @@
 /*
  * YAFFS: Yet another FFS. A NAND-flash specific file system.
  *
 /*
  * YAFFS: Yet another FFS. A NAND-flash specific file system.
  *
- * Copyright (C) 2002-2011 Aleph One Ltd.
- *   for Toby Churchill Ltd and Brightstar Engineering
+ * Copyright (C) 2002-2018 Aleph One Ltd.
  *
  * Created by Timothy Manning <timothy@yaffs.net>
  *
  *
  * Created by Timothy Manning <timothy@yaffs.net>
  *
index cc3f93cd4ed2b214d64a5fdefc36576e232aefb0..84fab010c3464ebc57913004beea5d870cfa02ae 100644 (file)
@@ -1,8 +1,7 @@
 /*
  * YAFFS: Yet another Flash File System . A NAND-flash specific file system. 
  *
 /*
  * YAFFS: Yet another Flash File System . A NAND-flash specific file system. 
  *
- * Copyright (C) 2002-2011 Aleph One Ltd.
- *   for Toby Churchill Ltd and Brightstar Engineering
+ * Copyright (C) 2002-2018 Aleph One Ltd.
  *
  * Created by Timothy Manning <timothy@yaffs.net>
  *
  *
  * Created by Timothy Manning <timothy@yaffs.net>
  *
index 9a8cac90d4db1255f136cc4b403417347e15864f..20370d913f1478928e9493ee3ecf273061922fab 100644 (file)
@@ -1,8 +1,7 @@
 /*
  * YAFFS: Yet another FFS. A NAND-flash specific file system.
  *
 /*
  * YAFFS: Yet another FFS. A NAND-flash specific file system.
  *
- * Copyright (C) 2002-2011 Aleph One Ltd.
- *   for Toby Churchill Ltd and Brightstar Engineering
+ * Copyright (C) 2002-2018 Aleph One Ltd.
  *
  * Created by Timothy Manning <timothy@yaffs.net>
  *
  *
  * Created by Timothy Manning <timothy@yaffs.net>
  *
index 2ec932f3c0343e33ce1695c798bca86d1570e3bf..25e1264c635a472b05817dc2dfd8afe45336cbcb 100644 (file)
@@ -1,8 +1,7 @@
 /*
  * YAFFS: Yet another Flash File System . A NAND-flash specific file system. 
  *
 /*
  * YAFFS: Yet another Flash File System . A NAND-flash specific file system. 
  *
- * Copyright (C) 2002-2011 Aleph One Ltd.
- *   for Toby Churchill Ltd and Brightstar Engineering
+ * Copyright (C) 2002-2018 Aleph One Ltd.
  *
  * Created by Timothy Manning <timothy@yaffs.net>
  *
  *
  * Created by Timothy Manning <timothy@yaffs.net>
  *
index 6522870374e668d35a7a77c5844681d4a7ea43ba..22254daa9621d133f904ccecadc46a6db0eef109 100644 (file)
@@ -1,8 +1,7 @@
 /*
  * YAFFS: Yet another FFS. A NAND-flash specific file system.
  *
 /*
  * YAFFS: Yet another FFS. A NAND-flash specific file system.
  *
- * Copyright (C) 2002-2011 Aleph One Ltd.
- *   for Toby Churchill Ltd and Brightstar Engineering
+ * Copyright (C) 2002-2018 Aleph One Ltd.
  *
  * Created by Timothy Manning <timothy@yaffs.net>
  *
  *
  * Created by Timothy Manning <timothy@yaffs.net>
  *
index b45db14bfca9fe1877cae8134ae2e8e464407bcc..043988f901a85753cdcb3836e0c1b01b113b84dc 100644 (file)
@@ -1,8 +1,7 @@
 /*
  * YAFFS: Yet another Flash File System . A NAND-flash specific file system. 
  *
 /*
  * YAFFS: Yet another Flash File System . A NAND-flash specific file system. 
  *
- * Copyright (C) 2002-2011 Aleph One Ltd.
- *   for Toby Churchill Ltd and Brightstar Engineering
+ * Copyright (C) 2002-2018 Aleph One Ltd.
  *
  * Created by Timothy Manning <timothy@yaffs.net>
  *
  *
  * Created by Timothy Manning <timothy@yaffs.net>
  *
index d60c451c4806de0eb80aaa63ae745d9fdbda8870..7ab1f6b28b318bd877fdff7b83670b79908e87b7 100644 (file)
@@ -1,8 +1,7 @@
 /*
  * YAFFS: Yet another FFS. A NAND-flash specific file system.
  *
 /*
  * YAFFS: Yet another FFS. A NAND-flash specific file system.
  *
- * Copyright (C) 2002-2011 Aleph One Ltd.
- *   for Toby Churchill Ltd and Brightstar Engineering
+ * Copyright (C) 2002-2018 Aleph One Ltd.
  *
  * Created by Timothy Manning <timothy@yaffs.net>
  *
  *
  * Created by Timothy Manning <timothy@yaffs.net>
  *
index 4cc5c860d275677524f5942f524d4d0c8e935618..410e67a1bb3f541b33896bb467b88a789e4bc47a 100644 (file)
@@ -1,8 +1,7 @@
 /*
  * YAFFS: Yet another Flash File System . A NAND-flash specific file system. 
  *
 /*
  * YAFFS: Yet another Flash File System . A NAND-flash specific file system. 
  *
- * Copyright (C) 2002-2011 Aleph One Ltd.
- *   for Toby Churchill Ltd and Brightstar Engineering
+ * Copyright (C) 2002-2018 Aleph One Ltd.
  *
  * Created by Timothy Manning <timothy@yaffs.net>
  *
  *
  * Created by Timothy Manning <timothy@yaffs.net>
  *
index bad59615f6165a57f886dc1d7e956c7efbb6f15e..c2b2773eaa2ecfacc41f683f2bc52c7ac32b3f77 100644 (file)
@@ -1,8 +1,7 @@
 /*
  * YAFFS: Yet another FFS. A NAND-flash specific file system.
  *
 /*
  * YAFFS: Yet another FFS. A NAND-flash specific file system.
  *
- * Copyright (C) 2002-2011 Aleph One Ltd.
- *   for Toby Churchill Ltd and Brightstar Engineering
+ * Copyright (C) 2002-2018 Aleph One Ltd.
  *
  * Created by Timothy Manning <timothy@yaffs.net>
  *
  *
  * Created by Timothy Manning <timothy@yaffs.net>
  *
index 7ccaef2fbe524917a87b133eea77196846af5990..1fb9d2a0bc61effafac3ebfc3c8173cabbdd0561 100644 (file)
@@ -1,8 +1,7 @@
 /*
  * YAFFS: Yet another Flash File System . A NAND-flash specific file system. 
  *
 /*
  * YAFFS: Yet another Flash File System . A NAND-flash specific file system. 
  *
- * Copyright (C) 2002-2011 Aleph One Ltd.
- *   for Toby Churchill Ltd and Brightstar Engineering
+ * Copyright (C) 2002-2018 Aleph One Ltd.
  *
  * Created by Timothy Manning <timothy@yaffs.net>
  *
  *
  * Created by Timothy Manning <timothy@yaffs.net>
  *
index 41e5aa4261c09ee4b750a2ede3fca016e4dc78b7..3ba36c8d4d5a49160c26376cb54e71960467d007 100644 (file)
@@ -1,8 +1,7 @@
 /*
  * YAFFS: Yet another FFS. A NAND-flash specific file system.
  *
 /*
  * YAFFS: Yet another FFS. A NAND-flash specific file system.
  *
- * Copyright (C) 2002-2011 Aleph One Ltd.
- *   for Toby Churchill Ltd and Brightstar Engineering
+ * Copyright (C) 2002-2018 Aleph One Ltd.
  *
  * Created by Timothy Manning <timothy@yaffs.net>
  *
  *
  * Created by Timothy Manning <timothy@yaffs.net>
  *
index 5a5362b72f913c4c5182980f06c1febabcb2d7a9..91b1c76135196ddae5db7713b4e4c38d0b5dd262 100644 (file)
@@ -1,8 +1,7 @@
 /*
  * YAFFS: Yet another Flash File System . A NAND-flash specific file system. 
  *
 /*
  * YAFFS: Yet another Flash File System . A NAND-flash specific file system. 
  *
- * Copyright (C) 2002-2011 Aleph One Ltd.
- *   for Toby Churchill Ltd and Brightstar Engineering
+ * Copyright (C) 2002-2018 Aleph One Ltd.
  *
  * Created by Timothy Manning <timothy@yaffs.net>
  *
  *
  * Created by Timothy Manning <timothy@yaffs.net>
  *
index 27fa52393adab64a35721349419bfbb0ae8d3375..2b5e935917f9791e3f551d2746528bfe12923809 100644 (file)
@@ -1,8 +1,7 @@
 /*
  * YAFFS: Yet another FFS. A NAND-flash specific file system.
  *
 /*
  * YAFFS: Yet another FFS. A NAND-flash specific file system.
  *
- * Copyright (C) 2002-2011 Aleph One Ltd.
- *   for Toby Churchill Ltd and Brightstar Engineering
+ * Copyright (C) 2002-2018 Aleph One Ltd.
  *
  * Created by Timothy Manning <timothy@yaffs.net>
  *
  *
  * Created by Timothy Manning <timothy@yaffs.net>
  *
index 33c1c20a9994fd895fe17495c9ee260c6185b30f..fc73d7e2d2f00f9e7578e4fbfb62fde50e6af52a 100644 (file)
@@ -1,8 +1,7 @@
 /*
  * YAFFS: Yet another Flash File System . A NAND-flash specific file system. 
  *
 /*
  * YAFFS: Yet another Flash File System . A NAND-flash specific file system. 
  *
- * Copyright (C) 2002-2011 Aleph One Ltd.
- *   for Toby Churchill Ltd and Brightstar Engineering
+ * Copyright (C) 2002-2018 Aleph One Ltd.
  *
  * Created by Timothy Manning <timothy@yaffs.net>
  *
  *
  * Created by Timothy Manning <timothy@yaffs.net>
  *
index e29821d9f15daa4977c25a1330b7ad7b253fac58..c48238ec26fa221f57d175ef588191b8032d25ed 100644 (file)
@@ -1,8 +1,7 @@
 /*
  * YAFFS: Yet another FFS. A NAND-flash specific file system.
  *
 /*
  * YAFFS: Yet another FFS. A NAND-flash specific file system.
  *
- * Copyright (C) 2002-2011 Aleph One Ltd.
- *   for Toby Churchill Ltd and Brightstar Engineering
+ * Copyright (C) 2002-2018 Aleph One Ltd.
  *
  * Created by Timothy Manning <timothy@yaffs.net>
  *
  *
  * Created by Timothy Manning <timothy@yaffs.net>
  *
index cd754cb93046225bba53f2f0619a04417a44236d..1aaec1bab277d667a1d751bda9e462bc18ac00b4 100644 (file)
@@ -1,8 +1,7 @@
 /*
  * YAFFS: Yet another Flash File System . A NAND-flash specific file system. 
  *
 /*
  * YAFFS: Yet another Flash File System . A NAND-flash specific file system. 
  *
- * Copyright (C) 2002-2011 Aleph One Ltd.
- *   for Toby Churchill Ltd and Brightstar Engineering
+ * Copyright (C) 2002-2018 Aleph One Ltd.
  *
  * Created by Timothy Manning <timothy@yaffs.net>
  *
  *
  * Created by Timothy Manning <timothy@yaffs.net>
  *
index ad0d1cffb825be724b4c3c101c4a4d0c39321b22..9f63c48e469da57c3d73bd67087e59fb7a02bfbe 100644 (file)
@@ -1,8 +1,7 @@
 /*
  * YAFFS: Yet another FFS. A NAND-flash specific file system.
  *
 /*
  * YAFFS: Yet another FFS. A NAND-flash specific file system.
  *
- * Copyright (C) 2002-2011 Aleph One Ltd.
- *   for Toby Churchill Ltd and Brightstar Engineering
+ * Copyright (C) 2002-2018 Aleph One Ltd.
  *
  * Created by Timothy Manning <timothy@yaffs.net>
  *
  *
  * Created by Timothy Manning <timothy@yaffs.net>
  *
index 923ec3055314e1748bdb97445ed06064990695e4..912fc8b94cff6284d8faaa914dc6ad798ae5fe26 100644 (file)
@@ -1,8 +1,7 @@
 /*
  * YAFFS: Yet another Flash File System . A NAND-flash specific file system. 
  *
 /*
  * YAFFS: Yet another Flash File System . A NAND-flash specific file system. 
  *
- * Copyright (C) 2002-2011 Aleph One Ltd.
- *   for Toby Churchill Ltd and Brightstar Engineering
+ * Copyright (C) 2002-2018 Aleph One Ltd.
  *
  * Created by Timothy Manning <timothy@yaffs.net>
  *
  *
  * Created by Timothy Manning <timothy@yaffs.net>
  *
index cff0503bf99712d5081bb31151a91b1ef9330c65..154921a7c3ff78ff6361ef72eee59171c9257ca5 100644 (file)
@@ -1,8 +1,7 @@
 /*
  * YAFFS: Yet another FFS. A NAND-flash specific file system.
  *
 /*
  * YAFFS: Yet another FFS. A NAND-flash specific file system.
  *
- * Copyright (C) 2002-2011 Aleph One Ltd.
- *   for Toby Churchill Ltd and Brightstar Engineering
+ * Copyright (C) 2002-2018 Aleph One Ltd.
  *
  * Created by Timothy Manning <timothy@yaffs.net>
  *
  *
  * Created by Timothy Manning <timothy@yaffs.net>
  *
index 53df16f725f0f4e4e44bb47b4611b49c98c13621..af0adb4b295ac8ffb7f2d7c071020450dec6acaf 100644 (file)
@@ -1,8 +1,7 @@
 /*
  * YAFFS: Yet another Flash File System . A NAND-flash specific file system. 
  *
 /*
  * YAFFS: Yet another Flash File System . A NAND-flash specific file system. 
  *
- * Copyright (C) 2002-2011 Aleph One Ltd.
- *   for Toby Churchill Ltd and Brightstar Engineering
+ * Copyright (C) 2002-2018 Aleph One Ltd.
  *
  * Created by Timothy Manning <timothy@yaffs.net>
  *
  *
  * Created by Timothy Manning <timothy@yaffs.net>
  *
index 339b34604f5fa4a24843fd47cc8bc9a125d2de3f..90e2aa45d199e5a0cbf33f27f7c7a0941ffa303a 100644 (file)
@@ -1,8 +1,7 @@
 /*
  * YAFFS: Yet another FFS. A NAND-flash specific file system.
  *
 /*
  * YAFFS: Yet another FFS. A NAND-flash specific file system.
  *
- * Copyright (C) 2002-2011 Aleph One Ltd.
- *   for Toby Churchill Ltd and Brightstar Engineering
+ * Copyright (C) 2002-2018 Aleph One Ltd.
  *
  * Created by Timothy Manning <timothy@yaffs.net>
  *
  *
  * Created by Timothy Manning <timothy@yaffs.net>
  *
index e18fd5f85081f5df99344c0e8afaeb610100126a..cb9c9c8a0570bcecdbbdf0442415a13cdf97c873 100644 (file)
@@ -1,8 +1,7 @@
 /*
  * YAFFS: Yet another Flash File System . A NAND-flash specific file system. 
  *
 /*
  * YAFFS: Yet another Flash File System . A NAND-flash specific file system. 
  *
- * Copyright (C) 2002-2011 Aleph One Ltd.
- *   for Toby Churchill Ltd and Brightstar Engineering
+ * Copyright (C) 2002-2018 Aleph One Ltd.
  *
  * Created by Timothy Manning <timothy@yaffs.net>
  *
  *
  * Created by Timothy Manning <timothy@yaffs.net>
  *
index 983323189535b25eca941ebe00b1d704e8993ce2..ea58e60064a01048e8afd17a53f819e39b09177b 100644 (file)
@@ -1,8 +1,7 @@
 /*
  * YAFFS: Yet another FFS. A NAND-flash specific file system.
  *
 /*
  * YAFFS: Yet another FFS. A NAND-flash specific file system.
  *
- * Copyright (C) 2002-2011 Aleph One Ltd.
- *   for Toby Churchill Ltd and Brightstar Engineering
+ * Copyright (C) 2002-2018 Aleph One Ltd.
  *
  * Created by Timothy Manning <timothy@yaffs.net>
  *
  *
  * Created by Timothy Manning <timothy@yaffs.net>
  *
index 2ca551b370ea5d2b48ab4c8f4ab34f2fa7d7f74c..0b444e7a582c1ee36020509c2669c5db828c3abb 100644 (file)
@@ -1,8 +1,7 @@
 /*
  * YAFFS: Yet another Flash File System . A NAND-flash specific file system. 
  *
 /*
  * YAFFS: Yet another Flash File System . A NAND-flash specific file system. 
  *
- * Copyright (C) 2002-2011 Aleph One Ltd.
- *   for Toby Churchill Ltd and Brightstar Engineering
+ * Copyright (C) 2002-2018 Aleph One Ltd.
  *
  * Created by Timothy Manning <timothy@yaffs.net>
  *
  *
  * Created by Timothy Manning <timothy@yaffs.net>
  *
index 5af067e6f87cd90c13f37c1586f05a3e47e52f04..4f32ea321e4de4d210ef5b0f22b5efb06bdaec8e 100644 (file)
@@ -1,8 +1,7 @@
 /*
  * YAFFS: Yet another FFS. A NAND-flash specific file system.
  *
 /*
  * YAFFS: Yet another FFS. A NAND-flash specific file system.
  *
- * Copyright (C) 2002-2011 Aleph One Ltd.
- *   for Toby Churchill Ltd and Brightstar Engineering
+ * Copyright (C) 2002-2018 Aleph One Ltd.
  *
  * Created by Timothy Manning <timothy@yaffs.net>
  *
  *
  * Created by Timothy Manning <timothy@yaffs.net>
  *
index 8b3023c99b574411ec64e784f321af2e9991fb49..5008b965a75b0efcbf85c6b89754cc858a4642c6 100644 (file)
@@ -1,8 +1,7 @@
 /*
  * YAFFS: Yet another Flash File System . A NAND-flash specific file system. 
  *
 /*
  * YAFFS: Yet another Flash File System . A NAND-flash specific file system. 
  *
- * Copyright (C) 2002-2011 Aleph One Ltd.
- *   for Toby Churchill Ltd and Brightstar Engineering
+ * Copyright (C) 2002-2018 Aleph One Ltd.
  *
  * Created by Timothy Manning <timothy@yaffs.net>
  *
  *
  * Created by Timothy Manning <timothy@yaffs.net>
  *
index bb55862f1c5bc205e16322f8b5b4f16036ce05f9..ff46c881b4779335e4f37c39a9f9904798818889 100644 (file)
@@ -1,8 +1,7 @@
 /*
  * YAFFS: Yet another FFS. A NAND-flash specific file system.
  *
 /*
  * YAFFS: Yet another FFS. A NAND-flash specific file system.
  *
- * Copyright (C) 2002-2011 Aleph One Ltd.
- *   for Toby Churchill Ltd and Brightstar Engineering
+ * Copyright (C) 2002-2018 Aleph One Ltd.
  *
  * Created by Timothy Manning <timothy@yaffs.net>
  *
  *
  * Created by Timothy Manning <timothy@yaffs.net>
  *
index 0bc50359860042fc7a14771713707ce9bd1f5c49..9bbbe171a74201294e938e2cd1795aa18c60a0c4 100644 (file)
@@ -1,8 +1,7 @@
 /*
  * YAFFS: Yet another Flash File System . A NAND-flash specific file system. 
  *
 /*
  * YAFFS: Yet another Flash File System . A NAND-flash specific file system. 
  *
- * Copyright (C) 2002-2011 Aleph One Ltd.
- *   for Toby Churchill Ltd and Brightstar Engineering
+ * Copyright (C) 2002-2018 Aleph One Ltd.
  *
  * Created by Timothy Manning <timothy@yaffs.net>
  *
  *
  * Created by Timothy Manning <timothy@yaffs.net>
  *
index e0f5a99a94e13049fb3adce750f131219b5f56ff..441a1e63f9b64cb85fae1276fac88491793d40dd 100644 (file)
@@ -1,8 +1,7 @@
 /*
  * YAFFS: Yet another FFS. A NAND-flash specific file system.
  *
 /*
  * YAFFS: Yet another FFS. A NAND-flash specific file system.
  *
- * Copyright (C) 2002-2011 Aleph One Ltd.
- *   for Toby Churchill Ltd and Brightstar Engineering
+ * Copyright (C) 2002-2018 Aleph One Ltd.
  *
  * Created by Timothy Manning <timothy@yaffs.net>
  *
  *
  * Created by Timothy Manning <timothy@yaffs.net>
  *
index 4f1ad93a0a147caf875a6bce8fd7041b3d870701..a6ee161f0fe76e0ab6fe3bd3716696cc84b5ea4f 100644 (file)
@@ -1,8 +1,7 @@
 /*
  * YAFFS: Yet another Flash File System . A NAND-flash specific file system. 
  *
 /*
  * YAFFS: Yet another Flash File System . A NAND-flash specific file system. 
  *
- * Copyright (C) 2002-2011 Aleph One Ltd.
- *   for Toby Churchill Ltd and Brightstar Engineering
+ * Copyright (C) 2002-2018 Aleph One Ltd.
  *
  * Created by Timothy Manning <timothy@yaffs.net>
  *
  *
  * Created by Timothy Manning <timothy@yaffs.net>
  *
index 0b32620c47bca8bc9820bbab2946b67395c7a6a5..7071da1871e4ad8bb63b4681bcecc76d38574ecd 100644 (file)
@@ -1,8 +1,7 @@
 /*
  * YAFFS: Yet another FFS. A NAND-flash specific file system.
  *
 /*
  * YAFFS: Yet another FFS. A NAND-flash specific file system.
  *
- * Copyright (C) 2002-2011 Aleph One Ltd.
- *   for Toby Churchill Ltd and Brightstar Engineering
+ * Copyright (C) 2002-2018 Aleph One Ltd.
  *
  * Created by Timothy Manning <timothy@yaffs.net>
  *
  *
  * Created by Timothy Manning <timothy@yaffs.net>
  *
index 643893e4d8a90693cc3e3420e3ce7c3e4c03dbfe..da8e17108b681a1f58ddafd308d14efb9b37f479 100644 (file)
@@ -1,8 +1,7 @@
 /*
  * YAFFS: Yet another Flash File System . A NAND-flash specific file system. 
  *
 /*
  * YAFFS: Yet another Flash File System . A NAND-flash specific file system. 
  *
- * Copyright (C) 2002-2011 Aleph One Ltd.
- *   for Toby Churchill Ltd and Brightstar Engineering
+ * Copyright (C) 2002-2018 Aleph One Ltd.
  *
  * Created by Timothy Manning <timothy@yaffs.net>
  *
  *
  * Created by Timothy Manning <timothy@yaffs.net>
  *
index faed470b2f16dcf1d70d29963c645c567365c274..209a03c4000bb6af6a6c7afd45217a56081955dc 100644 (file)
@@ -1,8 +1,7 @@
 /*
  * YAFFS: Yet another FFS. A NAND-flash specific file system.
  *
 /*
  * YAFFS: Yet another FFS. A NAND-flash specific file system.
  *
- * Copyright (C) 2002-2011 Aleph One Ltd.
- *   for Toby Churchill Ltd and Brightstar Engineering
+ * Copyright (C) 2002-2018 Aleph One Ltd.
  *
  * Created by Timothy Manning <timothy@yaffs.net>
  *
  *
  * Created by Timothy Manning <timothy@yaffs.net>
  *
index c37d7c4791c9169ecb2093dc7ae612c08737c76a..8c9a7e467341a4e521cdfeb51e82716eb97f1453 100644 (file)
@@ -1,8 +1,7 @@
 /*
  * YAFFS: Yet another Flash File System . A NAND-flash specific file system. 
  *
 /*
  * YAFFS: Yet another Flash File System . A NAND-flash specific file system. 
  *
- * Copyright (C) 2002-2011 Aleph One Ltd.
- *   for Toby Churchill Ltd and Brightstar Engineering
+ * Copyright (C) 2002-2018 Aleph One Ltd.
  *
  * Created by Timothy Manning <timothy@yaffs.net>
  *
  *
  * Created by Timothy Manning <timothy@yaffs.net>
  *
index 6ea6e60dd204dbd22846c8bc3fd3fcd3cc6268ed..c221f47a0da2505ace23db30ebcc1f8ef5856ed2 100644 (file)
@@ -1,8 +1,7 @@
 /*
  * YAFFS: Yet another FFS. A NAND-flash specific file system.
  *
 /*
  * YAFFS: Yet another FFS. A NAND-flash specific file system.
  *
- * Copyright (C) 2002-2011 Aleph One Ltd.
- *   for Toby Churchill Ltd and Brightstar Engineering
+ * Copyright (C) 2002-2018 Aleph One Ltd.
  *
  * Created by Timothy Manning <timothy@yaffs.net>
  *
  *
  * Created by Timothy Manning <timothy@yaffs.net>
  *
index 4d018be7264d787d5b190441869057bb527d92d2..82020350d78ca4615d4d48d4dedddff156e993ea 100644 (file)
@@ -1,8 +1,7 @@
 /*
  * YAFFS: Yet another Flash File System . A NAND-flash specific file system. 
  *
 /*
  * YAFFS: Yet another Flash File System . A NAND-flash specific file system. 
  *
- * Copyright (C) 2002-2011 Aleph One Ltd.
- *   for Toby Churchill Ltd and Brightstar Engineering
+ * Copyright (C) 2002-2018 Aleph One Ltd.
  *
  * Created by Timothy Manning <timothy@yaffs.net>
  *
  *
  * Created by Timothy Manning <timothy@yaffs.net>
  *
index d0df0703e552231ffe0fba44fd7196dbc6f50c60..db1e027b762543c6e194eda9e034ee039b5bfeed 100644 (file)
@@ -1,8 +1,7 @@
 /*
  * YAFFS: Yet another FFS. A NAND-flash specific file system.
  *
 /*
  * YAFFS: Yet another FFS. A NAND-flash specific file system.
  *
- * Copyright (C) 2002-2011 Aleph One Ltd.
- *   for Toby Churchill Ltd and Brightstar Engineering
+ * Copyright (C) 2002-2018 Aleph One Ltd.
  *
  * Created by Timothy Manning <timothy@yaffs.net>
  *
  *
  * Created by Timothy Manning <timothy@yaffs.net>
  *
index 1c871df3d070bb80d8f2e3da29383327bc4d452b..9811880aa2ec9d0760da64bf51dfd73bfac31908 100644 (file)
@@ -1,8 +1,7 @@
 /*
  * YAFFS: Yet another Flash File System . A NAND-flash specific file system. 
  *
 /*
  * YAFFS: Yet another Flash File System . A NAND-flash specific file system. 
  *
- * Copyright (C) 2002-2011 Aleph One Ltd.
- *   for Toby Churchill Ltd and Brightstar Engineering
+ * Copyright (C) 2002-2018 Aleph One Ltd.
  *
  * Created by Timothy Manning <timothy@yaffs.net>
  *
  *
  * Created by Timothy Manning <timothy@yaffs.net>
  *
index 4c7041302310b1ac43c454eb9e2cec8901b48191..b9646e567f4239d5b09ef35b928ae69810267174 100644 (file)
@@ -1,8 +1,7 @@
 /*
  * YAFFS: Yet another FFS. A NAND-flash specific file system.
  *
 /*
  * YAFFS: Yet another FFS. A NAND-flash specific file system.
  *
- * Copyright (C) 2002-2011 Aleph One Ltd.
- *   for Toby Churchill Ltd and Brightstar Engineering
+ * Copyright (C) 2002-2018 Aleph One Ltd.
  *
  * Created by Timothy Manning <timothy@yaffs.net>
  *
  *
  * Created by Timothy Manning <timothy@yaffs.net>
  *
index 3bd69a16fc5f029a669b5dcbf9fe38672b8319d2..f85255fb7ba807e6ec1bd25155b56f35e3d96330 100644 (file)
@@ -1,8 +1,7 @@
 /*
  * YAFFS: Yet another Flash File System . A NAND-flash specific file system. 
  *
 /*
  * YAFFS: Yet another Flash File System . A NAND-flash specific file system. 
  *
- * Copyright (C) 2002-2011 Aleph One Ltd.
- *   for Toby Churchill Ltd and Brightstar Engineering
+ * Copyright (C) 2002-2018 Aleph One Ltd.
  *
  * Created by Timothy Manning <timothy@yaffs.net>
  *
  *
  * Created by Timothy Manning <timothy@yaffs.net>
  *
index b272b8a5e6f37c79b93359de2758dab3f6de3d6c..bcaadc0d714380e54b30e886586047e98a834d84 100644 (file)
@@ -1,8 +1,7 @@
 /*
  * YAFFS: Yet another FFS. A NAND-flash specific file system.
  *
 /*
  * YAFFS: Yet another FFS. A NAND-flash specific file system.
  *
- * Copyright (C) 2002-2011 Aleph One Ltd.
- *   for Toby Churchill Ltd and Brightstar Engineering
+ * Copyright (C) 2002-2018 Aleph One Ltd.
  *
  * Created by Timothy Manning <timothy@yaffs.net>
  *
  *
  * Created by Timothy Manning <timothy@yaffs.net>
  *
index 179548dd102b14bd60c0fa80b5bf7df538d82653..dffaf1ac6d2e40b82c2d9a4346791d0857f591f9 100644 (file)
@@ -1,8 +1,7 @@
 /*
  * YAFFS: Yet another Flash File System . A NAND-flash specific file system. 
  *
 /*
  * YAFFS: Yet another Flash File System . A NAND-flash specific file system. 
  *
- * Copyright (C) 2002-2011 Aleph One Ltd.
- *   for Toby Churchill Ltd and Brightstar Engineering
+ * Copyright (C) 2002-2018 Aleph One Ltd.
  *
  * Created by Timothy Manning <timothy@yaffs.net>
  *
  *
  * Created by Timothy Manning <timothy@yaffs.net>
  *
index 2c3089fecd03f9e0b7da3f5e7d1ebaed09d4b8b2..f980a038a20c0ff5704cbd93acf699b88704c428 100644 (file)
@@ -1,8 +1,7 @@
 /*
  * YAFFS: Yet another FFS. A NAND-flash specific file system.
  *
 /*
  * YAFFS: Yet another FFS. A NAND-flash specific file system.
  *
- * Copyright (C) 2002-2011 Aleph One Ltd.
- *   for Toby Churchill Ltd and Brightstar Engineering
+ * Copyright (C) 2002-2018 Aleph One Ltd.
  *
  * Created by Timothy Manning <timothy@yaffs.net>
  *
  *
  * Created by Timothy Manning <timothy@yaffs.net>
  *
index 5dc15df1b5a49471c0228a35b863a3edc6911d14..0b3fb3ac151aff845248c2e8c8429e5ad2599c1d 100644 (file)
@@ -1,8 +1,7 @@
 /*
  * YAFFS: Yet another Flash File System . A NAND-flash specific file system. 
  *
 /*
  * YAFFS: Yet another Flash File System . A NAND-flash specific file system. 
  *
- * Copyright (C) 2002-2011 Aleph One Ltd.
- *   for Toby Churchill Ltd and Brightstar Engineering
+ * Copyright (C) 2002-2018 Aleph One Ltd.
  *
  * Created by Timothy Manning <timothy@yaffs.net>
  *
  *
  * Created by Timothy Manning <timothy@yaffs.net>
  *
index 6aee5902194a7dbf7927f788c8aeaa72da8438e3..1cc81af77c21d3844c896114c801577ba706ea9d 100644 (file)
@@ -1,8 +1,7 @@
 /*
  * YAFFS: Yet another FFS. A NAND-flash specific file system.
  *
 /*
  * YAFFS: Yet another FFS. A NAND-flash specific file system.
  *
- * Copyright (C) 2002-2011 Aleph One Ltd.
- *   for Toby Churchill Ltd and Brightstar Engineering
+ * Copyright (C) 2002-2018 Aleph One Ltd.
  *
  * Created by Timothy Manning <timothy@yaffs.net>
  *
  *
  * Created by Timothy Manning <timothy@yaffs.net>
  *
index 53580bb48a7f7154d417864a9374104c35e39a53..f7914e77d39891d83b7eacf7441753376b67459b 100644 (file)
@@ -1,8 +1,7 @@
 /*
  * YAFFS: Yet another Flash File System . A NAND-flash specific file system. 
  *
 /*
  * YAFFS: Yet another Flash File System . A NAND-flash specific file system. 
  *
- * Copyright (C) 2002-2011 Aleph One Ltd.
- *   for Toby Churchill Ltd and Brightstar Engineering
+ * Copyright (C) 2002-2018 Aleph One Ltd.
  *
  * Created by Timothy Manning <timothy@yaffs.net>
  *
  *
  * Created by Timothy Manning <timothy@yaffs.net>
  *
index 67f711dc4ed5aa8a686ff7226e61b4d374c78924..e78350b5a3e5939d4493e4f63552fb27e2d7cd61 100644 (file)
@@ -1,8 +1,7 @@
 /*
  * YAFFS: Yet another FFS. A NAND-flash specific file system.
  *
 /*
  * YAFFS: Yet another FFS. A NAND-flash specific file system.
  *
- * Copyright (C) 2002-2011 Aleph One Ltd.
- *   for Toby Churchill Ltd and Brightstar Engineering
+ * Copyright (C) 2002-2018 Aleph One Ltd.
  *
  * Created by Timothy Manning <timothy@yaffs.net>
  *
  *
  * Created by Timothy Manning <timothy@yaffs.net>
  *
index 69bd343d0b29287d33f5466df9211935301b0174..59802c0af70dec0fed95b771bad1a5ce17ecf333 100644 (file)
@@ -1,8 +1,7 @@
 /*
  * YAFFS: Yet another Flash File System . A NAND-flash specific file system. 
  *
 /*
  * YAFFS: Yet another Flash File System . A NAND-flash specific file system. 
  *
- * Copyright (C) 2002-2011 Aleph One Ltd.
- *   for Toby Churchill Ltd and Brightstar Engineering
+ * Copyright (C) 2002-2018 Aleph One Ltd.
  *
  * Created by Timothy Manning <timothy@yaffs.net>
  *
  *
  * Created by Timothy Manning <timothy@yaffs.net>
  *
index 3fc060d232c7d0059870a7e43baba013f5c9ea8a..9608a04cd65637572dfd472c383c3719d1d7b6b0 100644 (file)
@@ -1,8 +1,7 @@
 /*
  * YAFFS: Yet another FFS. A NAND-flash specific file system.
  *
 /*
  * YAFFS: Yet another FFS. A NAND-flash specific file system.
  *
- * Copyright (C) 2002-2011 Aleph One Ltd.
- *   for Toby Churchill Ltd and Brightstar Engineering
+ * Copyright (C) 2002-2018 Aleph One Ltd.
  *
  * Created by Timothy Manning <timothy@yaffs.net>
  *
  *
  * Created by Timothy Manning <timothy@yaffs.net>
  *
index b22b4203b4bba0ba1d4f7a6afeb0949df78bd6fc..c9e5856d22871df4c0a45a12384558cd98c85d15 100644 (file)
@@ -1,8 +1,7 @@
 /*
  * YAFFS: Yet another Flash File System . A NAND-flash specific file system. 
  *
 /*
  * YAFFS: Yet another Flash File System . A NAND-flash specific file system. 
  *
- * Copyright (C) 2002-2011 Aleph One Ltd.
- *   for Toby Churchill Ltd and Brightstar Engineering
+ * Copyright (C) 2002-2018 Aleph One Ltd.
  *
  * Created by Timothy Manning <timothy@yaffs.net>
  *
  *
  * Created by Timothy Manning <timothy@yaffs.net>
  *
index 5cb6eceee29a0c9dc4377c968f1d8a3b677d104b..0c9dbdc279c99b1a17826d10a330220fd24d82ea 100644 (file)
@@ -1,8 +1,7 @@
 /*
  * YAFFS: Yet another FFS. A NAND-flash specific file system.
  *
 /*
  * YAFFS: Yet another FFS. A NAND-flash specific file system.
  *
- * Copyright (C) 2002-2011 Aleph One Ltd.
- *   for Toby Churchill Ltd and Brightstar Engineering
+ * Copyright (C) 2002-2018 Aleph One Ltd.
  *
  * Created by Timothy Manning <timothy@yaffs.net>
  *
  *
  * Created by Timothy Manning <timothy@yaffs.net>
  *
index fe10807282aade3943eeafe8b76e39cfedbc2b92..94377c4783c231e4e3f403b86d97a8db5a1e51d9 100644 (file)
@@ -1,8 +1,7 @@
 /*
  * YAFFS: Yet another Flash File System . A NAND-flash specific file system. 
  *
 /*
  * YAFFS: Yet another Flash File System . A NAND-flash specific file system. 
  *
- * Copyright (C) 2002-2011 Aleph One Ltd.
- *   for Toby Churchill Ltd and Brightstar Engineering
+ * Copyright (C) 2002-2018 Aleph One Ltd.
  *
  * Created by Timothy Manning <timothy@yaffs.net>
  *
  *
  * Created by Timothy Manning <timothy@yaffs.net>
  *
index 61138df673430616ae1f949df9a7ed49a12f9821..2a1e234d7c9361f62211e477f13a3b35b47aea60 100644 (file)
@@ -1,8 +1,7 @@
 /*
  * YAFFS: Yet another FFS. A NAND-flash specific file system.
  *
 /*
  * YAFFS: Yet another FFS. A NAND-flash specific file system.
  *
- * Copyright (C) 2002-2011 Aleph One Ltd.
- *   for Toby Churchill Ltd and Brightstar Engineering
+ * Copyright (C) 2002-2018 Aleph One Ltd.
  *
  * Created by Timothy Manning <timothy@yaffs.net>
  *
  *
  * Created by Timothy Manning <timothy@yaffs.net>
  *
index b948db748172b13755476c4c78ac5cb23962e7bf..f1fc234b8c536bac188794a0be5dbf0d901f2aa9 100644 (file)
@@ -1,8 +1,7 @@
 /*
  * YAFFS: Yet another Flash File System . A NAND-flash specific file system. 
  *
 /*
  * YAFFS: Yet another Flash File System . A NAND-flash specific file system. 
  *
- * Copyright (C) 2002-2011 Aleph One Ltd.
- *   for Toby Churchill Ltd and Brightstar Engineering
+ * Copyright (C) 2002-2018 Aleph One Ltd.
  *
  * Created by Timothy Manning <timothy@yaffs.net>
  *
  *
  * Created by Timothy Manning <timothy@yaffs.net>
  *
index bc141ded8b874d91da80f0ad7713fd4bab9edab8..78835dcc7024fd9417304a265e02105d223435f5 100644 (file)
@@ -1,8 +1,7 @@
 /*
  * YAFFS: Yet another FFS. A NAND-flash specific file system.
  *
 /*
  * YAFFS: Yet another FFS. A NAND-flash specific file system.
  *
- * Copyright (C) 2002-2011 Aleph One Ltd.
- *   for Toby Churchill Ltd and Brightstar Engineering
+ * Copyright (C) 2002-2018 Aleph One Ltd.
  *
  * Created by Timothy Manning <timothy@yaffs.net>
  *
  *
  * Created by Timothy Manning <timothy@yaffs.net>
  *
index 91183ed70ce63b1c036d00dbdb61f72f7b86f433..bc1a346e0ad3879c99f0206b65cd2b289f028df9 100644 (file)
@@ -1,8 +1,7 @@
 /*
  * YAFFS: Yet another Flash File System . A NAND-flash specific file system. 
  *
 /*
  * YAFFS: Yet another Flash File System . A NAND-flash specific file system. 
  *
- * Copyright (C) 2002-2011 Aleph One Ltd.
- *   for Toby Churchill Ltd and Brightstar Engineering
+ * Copyright (C) 2002-2018 Aleph One Ltd.
  *
  * Created by Timothy Manning <timothy@yaffs.net>
  *
  *
  * Created by Timothy Manning <timothy@yaffs.net>
  *
index 5cee2475b5096de196842ffae19ffa944a4b2efd..e0410c9181c83f3ff4882f81882cd208700f9869 100644 (file)
@@ -1,8 +1,7 @@
 /*
  * YAFFS: Yet another FFS. A NAND-flash specific file system.
  *
 /*
  * YAFFS: Yet another FFS. A NAND-flash specific file system.
  *
- * Copyright (C) 2002-2011 Aleph One Ltd.
- *   for Toby Churchill Ltd and Brightstar Engineering
+ * Copyright (C) 2002-2018 Aleph One Ltd.
  *
  * Created by Timothy Manning <timothy@yaffs.net>
  *
  *
  * Created by Timothy Manning <timothy@yaffs.net>
  *
index b387dcf7418aff8d554be9f91119780df503ba79..01c1e75ef4efc2dfde736fdd199c7010ec61a0d1 100644 (file)
@@ -1,8 +1,7 @@
 /*
  * YAFFS: Yet another Flash File System . A NAND-flash specific file system. 
  *
 /*
  * YAFFS: Yet another Flash File System . A NAND-flash specific file system. 
  *
- * Copyright (C) 2002-2011 Aleph One Ltd.
- *   for Toby Churchill Ltd and Brightstar Engineering
+ * Copyright (C) 2002-2018 Aleph One Ltd.
  *
  * Created by Timothy Manning <timothy@yaffs.net>
  *
  *
  * Created by Timothy Manning <timothy@yaffs.net>
  *
index c3cd19a1e6c41bf38b427e7681960439b67261f6..7bfa79a437283afa66125eaa4398af086f6a4bb7 100644 (file)
@@ -1,8 +1,7 @@
 /*
  * YAFFS: Yet another FFS. A NAND-flash specific file system.
  *
 /*
  * YAFFS: Yet another FFS. A NAND-flash specific file system.
  *
- * Copyright (C) 2002-2011 Aleph One Ltd.
- *   for Toby Churchill Ltd and Brightstar Engineering
+ * Copyright (C) 2002-2018 Aleph One Ltd.
  *
  * Created by Timothy Manning <timothy@yaffs.net>
  *
  *
  * Created by Timothy Manning <timothy@yaffs.net>
  *
index 4c1aab94f2e56dc73c3e373c41f2aa8300518aeb..a821ca005a932ac9b179a671e8fccfd4e637f847 100644 (file)
@@ -1,8 +1,7 @@
 /*
  * YAFFS: Yet another Flash File System . A NAND-flash specific file system. 
  *
 /*
  * YAFFS: Yet another Flash File System . A NAND-flash specific file system. 
  *
- * Copyright (C) 2002-2011 Aleph One Ltd.
- *   for Toby Churchill Ltd and Brightstar Engineering
+ * Copyright (C) 2002-2018 Aleph One Ltd.
  *
  * Created by Timothy Manning <timothy@yaffs.net>
  *
  *
  * Created by Timothy Manning <timothy@yaffs.net>
  *
index 3451c549a192b638535c70f6764c2c57fa9672ce..ec5b641c9b4ec002719f83841b4927322ff7f0fc 100644 (file)
@@ -1,8 +1,7 @@
 /*
  * YAFFS: Yet another FFS. A NAND-flash specific file system.
  *
 /*
  * YAFFS: Yet another FFS. A NAND-flash specific file system.
  *
- * Copyright (C) 2002-2011 Aleph One Ltd.
- *   for Toby Churchill Ltd and Brightstar Engineering
+ * Copyright (C) 2002-2018 Aleph One Ltd.
  *
  * Created by Timothy Manning <timothy@yaffs.net>
  *
  *
  * Created by Timothy Manning <timothy@yaffs.net>
  *
index 54b1f75c7196a5440de80e1ca89983b5426aa006..0c634ce6c95997b7f6bbb8639c39c5312bec3951 100644 (file)
@@ -1,8 +1,7 @@
 /*
  * YAFFS: Yet another Flash File System . A NAND-flash specific file system. 
  *
 /*
  * YAFFS: Yet another Flash File System . A NAND-flash specific file system. 
  *
- * Copyright (C) 2002-2011 Aleph One Ltd.
- *   for Toby Churchill Ltd and Brightstar Engineering
+ * Copyright (C) 2002-2018 Aleph One Ltd.
  *
  * Created by Timothy Manning <timothy@yaffs.net>
  *
  *
  * Created by Timothy Manning <timothy@yaffs.net>
  *
index c19ddea89f6ce8f642c974e6f24678451d1563b3..1db30ba93fbc6e0409ac9b39d3d49444b0f8487d 100644 (file)
@@ -1,8 +1,7 @@
 /*
  * YAFFS: Yet another FFS. A NAND-flash specific file system.
  *
 /*
  * YAFFS: Yet another FFS. A NAND-flash specific file system.
  *
- * Copyright (C) 2002-2011 Aleph One Ltd.
- *   for Toby Churchill Ltd and Brightstar Engineering
+ * Copyright (C) 2002-2018 Aleph One Ltd.
  *
  * Created by Timothy Manning <timothy@yaffs.net>
  *
  *
  * Created by Timothy Manning <timothy@yaffs.net>
  *
index 4c293b11652522494e638c414917f8aab89f063d..43a7529cd86402869df43fef4ed91ca97b918c42 100644 (file)
@@ -1,8 +1,7 @@
 /*
  * YAFFS: Yet another Flash File System . A NAND-flash specific file system. 
  *
 /*
  * YAFFS: Yet another Flash File System . A NAND-flash specific file system. 
  *
- * Copyright (C) 2002-2011 Aleph One Ltd.
- *   for Toby Churchill Ltd and Brightstar Engineering
+ * Copyright (C) 2002-2018 Aleph One Ltd.
  *
  * Created by Timothy Manning <timothy@yaffs.net>
  *
  *
  * Created by Timothy Manning <timothy@yaffs.net>
  *
index dace9f98e09316012d7e65807d8dabf12f82d025..833d504715461a4bb18d014f19eb3b8bf85b006d 100644 (file)
@@ -1,8 +1,7 @@
 /*
  * YAFFS: Yet another FFS. A NAND-flash specific file system.
  *
 /*
  * YAFFS: Yet another FFS. A NAND-flash specific file system.
  *
- * Copyright (C) 2002-2011 Aleph One Ltd.
- *   for Toby Churchill Ltd and Brightstar Engineering
+ * Copyright (C) 2002-2018 Aleph One Ltd.
  *
  * Created by Timothy Manning <timothy@yaffs.net>
  *
  *
  * Created by Timothy Manning <timothy@yaffs.net>
  *
index f6b063ececc24f9c0d412be7373b709fae7c44f5..969f0befedefc3dc2204a1db315345761b9f33c7 100644 (file)
@@ -1,8 +1,7 @@
 /*
  * YAFFS: Yet another Flash File System . A NAND-flash specific file system. 
  *
 /*
  * YAFFS: Yet another Flash File System . A NAND-flash specific file system. 
  *
- * Copyright (C) 2002-2011 Aleph One Ltd.
- *   for Toby Churchill Ltd and Brightstar Engineering
+ * Copyright (C) 2002-2018 Aleph One Ltd.
  *
  * Created by Timothy Manning <timothy@yaffs.net>
  *
  *
  * Created by Timothy Manning <timothy@yaffs.net>
  *
index cec8fec99bb60dfd4485dd8cafe49ad2b89f74d3..a8951d906afd1207f265d7af6f0b314d40cd47b6 100644 (file)
@@ -1,8 +1,7 @@
 /*
  * YAFFS: Yet another FFS. A NAND-flash specific file system.
  *
 /*
  * YAFFS: Yet another FFS. A NAND-flash specific file system.
  *
- * Copyright (C) 2002-2011 Aleph One Ltd.
- *   for Toby Churchill Ltd and Brightstar Engineering
+ * Copyright (C) 2002-2018 Aleph One Ltd.
  *
  * Created by Timothy Manning <timothy@yaffs.net>
  *
  *
  * Created by Timothy Manning <timothy@yaffs.net>
  *
index bd12182623b7a70a78da46682b63d5e0f9a0a1a0..ddc838bbc78396af4f7797db37ef71b98b69c42e 100644 (file)
@@ -1,8 +1,7 @@
 /*
  * YAFFS: Yet another Flash File System . A NAND-flash specific file system. 
  *
 /*
  * YAFFS: Yet another Flash File System . A NAND-flash specific file system. 
  *
- * Copyright (C) 2002-2011 Aleph One Ltd.
- *   for Toby Churchill Ltd and Brightstar Engineering
+ * Copyright (C) 2002-2018 Aleph One Ltd.
  *
  * Created by Timothy Manning <timothy@yaffs.net>
  *
  *
  * Created by Timothy Manning <timothy@yaffs.net>
  *
index ce10399e4a4d11f2d67bb2505a1438e52b9567ed..04f07ee581fe0546f377eb2e508073182ba3bc75 100644 (file)
@@ -1,8 +1,7 @@
 /*
  * YAFFS: Yet another FFS. A NAND-flash specific file system.
  *
 /*
  * YAFFS: Yet another FFS. A NAND-flash specific file system.
  *
- * Copyright (C) 2002-2011 Aleph One Ltd.
- *   for Toby Churchill Ltd and Brightstar Engineering
+ * Copyright (C) 2002-2018 Aleph One Ltd.
  *
  * Created by Timothy Manning <timothy@yaffs.net>
  *
  *
  * Created by Timothy Manning <timothy@yaffs.net>
  *
index 4661790a41bbf9f19b43851ca033bce1a3a8db32..6f8374b15cc3fefb15a6b667d2c03ba2334c4a4b 100644 (file)
@@ -1,8 +1,7 @@
 /*
  * YAFFS: Yet another Flash File System . A NAND-flash specific file system. 
  *
 /*
  * YAFFS: Yet another Flash File System . A NAND-flash specific file system. 
  *
- * Copyright (C) 2002-2011 Aleph One Ltd.
- *   for Toby Churchill Ltd and Brightstar Engineering
+ * Copyright (C) 2002-2018 Aleph One Ltd.
  *
  * Created by Timothy Manning <timothy@yaffs.net>
  *
  *
  * Created by Timothy Manning <timothy@yaffs.net>
  *
index 8a656becf90c49b1f692504e767d847a4c30f4aa..155e7d2258389016133873839f637a453a879786 100644 (file)
@@ -1,8 +1,7 @@
 /*
  * YAFFS: Yet another FFS. A NAND-flash specific file system.
  *
 /*
  * YAFFS: Yet another FFS. A NAND-flash specific file system.
  *
- * Copyright (C) 2002-2011 Aleph One Ltd.
- *   for Toby Churchill Ltd and Brightstar Engineering
+ * Copyright (C) 2002-2018 Aleph One Ltd.
  *
  * Created by Timothy Manning <timothy@yaffs.net>
  *
  *
  * Created by Timothy Manning <timothy@yaffs.net>
  *
index 4d6c8a10ca6a1a037bd9245100d372e3e1542962..b935865468ceaa248fbdb078c49b09b7be29ba38 100644 (file)
@@ -1,8 +1,7 @@
 /*
  * YAFFS: Yet another Flash File System . A NAND-flash specific file system. 
  *
 /*
  * YAFFS: Yet another Flash File System . A NAND-flash specific file system. 
  *
- * Copyright (C) 2002-2011 Aleph One Ltd.
- *   for Toby Churchill Ltd and Brightstar Engineering
+ * Copyright (C) 2002-2018 Aleph One Ltd.
  *
  * Created by Timothy Manning <timothy@yaffs.net>
  *
  *
  * Created by Timothy Manning <timothy@yaffs.net>
  *
index 6c570a5ef0ae182ba366f6587d355213cb2f3260..1e632a4038b0a74e06b4a663d04d89af7529ed07 100644 (file)
@@ -1,8 +1,7 @@
 /*
  * YAFFS: Yet another FFS. A NAND-flash specific file system.
  *
 /*
  * YAFFS: Yet another FFS. A NAND-flash specific file system.
  *
- * Copyright (C) 2002-2011 Aleph One Ltd.
- *   for Toby Churchill Ltd and Brightstar Engineering
+ * Copyright (C) 2002-2018 Aleph One Ltd.
  *
  * Created by Timothy Manning <timothy@yaffs.net>
  *
  *
  * Created by Timothy Manning <timothy@yaffs.net>
  *
index 429e5df39d30bba76715b66791c8733bf243fc4e..fcaf2be643ba3cb877aff3ca825e47a315c01b9d 100644 (file)
@@ -1,8 +1,7 @@
 /*
  * YAFFS: Yet another Flash File System . A NAND-flash specific file system. 
  *
 /*
  * YAFFS: Yet another Flash File System . A NAND-flash specific file system. 
  *
- * Copyright (C) 2002-2011 Aleph One Ltd.
- *   for Toby Churchill Ltd and Brightstar Engineering
+ * Copyright (C) 2002-2018 Aleph One Ltd.
  *
  * Created by Timothy Manning <timothy@yaffs.net>
  *
  *
  * Created by Timothy Manning <timothy@yaffs.net>
  *
index 08cc50133d5824cf57c817a8f42c91b5dba3fe74..d466b19e37a1200f1badd333fc43e86e3d1ecd3a 100644 (file)
@@ -1,8 +1,7 @@
 /*
  * YAFFS: Yet another FFS. A NAND-flash specific file system.
  *
 /*
  * YAFFS: Yet another FFS. A NAND-flash specific file system.
  *
- * Copyright (C) 2002-2011 Aleph One Ltd.
- *   for Toby Churchill Ltd and Brightstar Engineering
+ * Copyright (C) 2002-2018 Aleph One Ltd.
  *
  * Created by Timothy Manning <timothy@yaffs.net>
  *
  *
  * Created by Timothy Manning <timothy@yaffs.net>
  *
index db1b3c4c1b9b4bd40fce06e2be80c6fe43961c49..361ef56b6550e54e9d3b1af3d5e13064eb4d2a12 100644 (file)
@@ -1,8 +1,7 @@
 /*
  * YAFFS: Yet another Flash File System . A NAND-flash specific file system. 
  *
 /*
  * YAFFS: Yet another Flash File System . A NAND-flash specific file system. 
  *
- * Copyright (C) 2002-2011 Aleph One Ltd.
- *   for Toby Churchill Ltd and Brightstar Engineering
+ * Copyright (C) 2002-2018 Aleph One Ltd.
  *
  * Created by Timothy Manning <timothy@yaffs.net>
  *
  *
  * Created by Timothy Manning <timothy@yaffs.net>
  *
index 31f5e08e78c55f54f7968d73cd7b107fee897791..6c862f9329cf1a52c701ab44f11ed0ba2f4eec16 100644 (file)
@@ -1,8 +1,7 @@
 /*
  * YAFFS: Yet another FFS. A NAND-flash specific file system.
  *
 /*
  * YAFFS: Yet another FFS. A NAND-flash specific file system.
  *
- * Copyright (C) 2002-2011 Aleph One Ltd.
- *   for Toby Churchill Ltd and Brightstar Engineering
+ * Copyright (C) 2002-2018 Aleph One Ltd.
  *
  * Created by Timothy Manning <timothy@yaffs.net>
  *
  *
  * Created by Timothy Manning <timothy@yaffs.net>
  *
index 948d583c52376c332a7faf268975f1165f569f88..fc4168760d3508ab5b0e2faa719d6f8503b2bf54 100644 (file)
@@ -1,8 +1,7 @@
 /*
  * YAFFS: Yet another Flash File System . A NAND-flash specific file system. 
  *
 /*
  * YAFFS: Yet another Flash File System . A NAND-flash specific file system. 
  *
- * Copyright (C) 2002-2011 Aleph One Ltd.
- *   for Toby Churchill Ltd and Brightstar Engineering
+ * Copyright (C) 2002-2018 Aleph One Ltd.
  *
  * Created by Timothy Manning <timothy@yaffs.net>
  *
  *
  * Created by Timothy Manning <timothy@yaffs.net>
  *
index e7855b052100210bd2a33a33f09872eca51dfee5..5b36ce0072b0afd411754d55dc6968f47f9fcd5c 100644 (file)
@@ -1,8 +1,7 @@
 /*
  * YAFFS: Yet another FFS. A NAND-flash specific file system.
  *
 /*
  * YAFFS: Yet another FFS. A NAND-flash specific file system.
  *
- * Copyright (C) 2002-2011 Aleph One Ltd.
- *   for Toby Churchill Ltd and Brightstar Engineering
+ * Copyright (C) 2002-2018 Aleph One Ltd.
  *
  * Created by Timothy Manning <timothy@yaffs.net>
  *
  *
  * Created by Timothy Manning <timothy@yaffs.net>
  *
index d1120e349b9d1e2f038fc38c3b637af706387500..5387bccb3c6cd8f2e956b0f89c09fc048d7f9d63 100644 (file)
@@ -1,8 +1,7 @@
 /*
  * YAFFS: Yet another Flash File System . A NAND-flash specific file system. 
  *
 /*
  * YAFFS: Yet another Flash File System . A NAND-flash specific file system. 
  *
- * Copyright (C) 2002-2011 Aleph One Ltd.
- *   for Toby Churchill Ltd and Brightstar Engineering
+ * Copyright (C) 2002-2018 Aleph One Ltd.
  *
  * Created by Timothy Manning <timothy@yaffs.net>
  *
  *
  * Created by Timothy Manning <timothy@yaffs.net>
  *
index 7fe85142a344174f0c76ec22cc4cbbd2e7b0805f..25aef12a113952b0362bb4a2f45f834fdd87d066 100644 (file)
@@ -1,8 +1,7 @@
 /*
  * YAFFS: Yet another FFS. A NAND-flash specific file system.
  *
 /*
  * YAFFS: Yet another FFS. A NAND-flash specific file system.
  *
- * Copyright (C) 2002-2011 Aleph One Ltd.
- *   for Toby Churchill Ltd and Brightstar Engineering
+ * Copyright (C) 2002-2018 Aleph One Ltd.
  *
  * Created by Timothy Manning <timothy@yaffs.net>
  *
  *
  * Created by Timothy Manning <timothy@yaffs.net>
  *
index afd5110bb2a8946215546343021e92f6556ba696..9f30a75e4bae457e1ded0b8cd5105af8bb3f33cd 100644 (file)
@@ -1,8 +1,7 @@
 /*
  * YAFFS: Yet another Flash File System . A NAND-flash specific file system. 
  *
 /*
  * YAFFS: Yet another Flash File System . A NAND-flash specific file system. 
  *
- * Copyright (C) 2002-2011 Aleph One Ltd.
- *   for Toby Churchill Ltd and Brightstar Engineering
+ * Copyright (C) 2002-2018 Aleph One Ltd.
  *
  * Created by Timothy Manning <timothy@yaffs.net>
  *
  *
  * Created by Timothy Manning <timothy@yaffs.net>
  *
index e9f75acde61bb3e3491f057ff9a574fcea019696..9daa51019409b0f65df4ce29d2872567563baa06 100644 (file)
@@ -1,8 +1,7 @@
 /*
  * YAFFS: Yet another FFS. A NAND-flash specific file system.
  *
 /*
  * YAFFS: Yet another FFS. A NAND-flash specific file system.
  *
- * Copyright (C) 2002-2011 Aleph One Ltd.
- *   for Toby Churchill Ltd and Brightstar Engineering
+ * Copyright (C) 2002-2018 Aleph One Ltd.
  *
  * Created by Timothy Manning <timothy@yaffs.net>
  *
  *
  * Created by Timothy Manning <timothy@yaffs.net>
  *
index c7a5228c755a1413c785d75c448ea24eb935e195..7c77f7e6a1426ae9070c962f0a4387765f8d8813 100644 (file)
@@ -1,8 +1,7 @@
 /*
  * YAFFS: Yet another Flash File System . A NAND-flash specific file system. 
  *
 /*
  * YAFFS: Yet another Flash File System . A NAND-flash specific file system. 
  *
- * Copyright (C) 2002-2011 Aleph One Ltd.
- *   for Toby Churchill Ltd and Brightstar Engineering
+ * Copyright (C) 2002-2018 Aleph One Ltd.
  *
  * Created by Timothy Manning <timothy@yaffs.net>
  *
  *
  * Created by Timothy Manning <timothy@yaffs.net>
  *
index 185aafe43acf4ed691825434370482de6a89d8ef..82055e878489f53446071caa5054e1d7491901db 100644 (file)
@@ -1,8 +1,7 @@
 /*
  * YAFFS: Yet another FFS. A NAND-flash specific file system.
  *
 /*
  * YAFFS: Yet another FFS. A NAND-flash specific file system.
  *
- * Copyright (C) 2002-2011 Aleph One Ltd.
- *   for Toby Churchill Ltd and Brightstar Engineering
+ * Copyright (C) 2002-2018 Aleph One Ltd.
  *
  * Created by Timothy Manning <timothy@yaffs.net>
  *
  *
  * Created by Timothy Manning <timothy@yaffs.net>
  *
index e7d526bc1a01d1e8d69deba014b98244c8d62f35..12fd40f8f3987fb085bf56e329668d0f21aa31ed 100644 (file)
@@ -1,8 +1,7 @@
 /*
  * YAFFS: Yet another Flash File System . A NAND-flash specific file system. 
  *
 /*
  * YAFFS: Yet another Flash File System . A NAND-flash specific file system. 
  *
- * Copyright (C) 2002-2011 Aleph One Ltd.
- *   for Toby Churchill Ltd and Brightstar Engineering
+ * Copyright (C) 2002-2018 Aleph One Ltd.
  *
  * Created by Timothy Manning <timothy@yaffs.net>
  *
  *
  * Created by Timothy Manning <timothy@yaffs.net>
  *
index 1d999a866931bacb0a4902ff27622510ceedf61a..fa4cbe3c6610612abbf801423f9a394d3459b4e1 100644 (file)
@@ -1,8 +1,7 @@
 /*
  * YAFFS: Yet another FFS. A NAND-flash specific file system.
  *
 /*
  * YAFFS: Yet another FFS. A NAND-flash specific file system.
  *
- * Copyright (C) 2002-2011 Aleph One Ltd.
- *   for Toby Churchill Ltd and Brightstar Engineering
+ * Copyright (C) 2002-2018 Aleph One Ltd.
  *
  * Created by Timothy Manning <timothy@yaffs.net>
  *
  *
  * Created by Timothy Manning <timothy@yaffs.net>
  *
index b41da9030bf41ec22d409a7cb0d672f877a2dfc1..9563cc5d6ed4bd27705376dd63637fa2f822bc71 100644 (file)
@@ -1,8 +1,7 @@
 /*
  * YAFFS: Yet another Flash File System . A NAND-flash specific file system. 
  *
 /*
  * YAFFS: Yet another Flash File System . A NAND-flash specific file system. 
  *
- * Copyright (C) 2002-2011 Aleph One Ltd.
- *   for Toby Churchill Ltd and Brightstar Engineering
+ * Copyright (C) 2002-2018 Aleph One Ltd.
  *
  * Created by Timothy Manning <timothy@yaffs.net>
  *
  *
  * Created by Timothy Manning <timothy@yaffs.net>
  *
index 1e3d1e6c3bfc0a4482f04030b7b6841b01ac4978..2a37067462b8824f7ebddb0570b70629a79fa1a4 100644 (file)
@@ -1,8 +1,7 @@
 /*
  * YAFFS: Yet another FFS. A NAND-flash specific file system.
  *
 /*
  * YAFFS: Yet another FFS. A NAND-flash specific file system.
  *
- * Copyright (C) 2002-2011 Aleph One Ltd.
- *   for Toby Churchill Ltd and Brightstar Engineering
+ * Copyright (C) 2002-2018 Aleph One Ltd.
  *
  * Created by Timothy Manning <timothy@yaffs.net>
  *
  *
  * Created by Timothy Manning <timothy@yaffs.net>
  *
index 5fe35efe65c1918b30888b05530d2758fce754a0..3bd6fbede9f116c242e4c7a28475c2701de31ea4 100644 (file)
@@ -1,8 +1,7 @@
 /*
  * YAFFS: Yet another Flash File System . A NAND-flash specific file system. 
  *
 /*
  * YAFFS: Yet another Flash File System . A NAND-flash specific file system. 
  *
- * Copyright (C) 2002-2011 Aleph One Ltd.
- *   for Toby Churchill Ltd and Brightstar Engineering
+ * Copyright (C) 2002-2018 Aleph One Ltd.
  *
  * Created by Timothy Manning <timothy@yaffs.net>
  *
  *
  * Created by Timothy Manning <timothy@yaffs.net>
  *
index dc70bdee5ab4234de8ee3c0406ae9a869d433fd6..0ef82b789ab80489ab7a6f5e5f8886fd96d93905 100644 (file)
@@ -1,8 +1,7 @@
 /*
  * YAFFS: Yet another FFS. A NAND-flash specific file system.
  *
 /*
  * YAFFS: Yet another FFS. A NAND-flash specific file system.
  *
- * Copyright (C) 2002-2011 Aleph One Ltd.
- *   for Toby Churchill Ltd and Brightstar Engineering
+ * Copyright (C) 2002-2018 Aleph One Ltd.
  *
  * Created by Timothy Manning <timothy@yaffs.net>
  *
  *
  * Created by Timothy Manning <timothy@yaffs.net>
  *
index 0d3c508510cac0922e4d53a194f2a75831c00294..767045a09d43c1178ef3f3a113f224532c31780b 100644 (file)
@@ -1,8 +1,7 @@
 /*
  * YAFFS: Yet another Flash File System . A NAND-flash specific file system. 
  *
 /*
  * YAFFS: Yet another Flash File System . A NAND-flash specific file system. 
  *
- * Copyright (C) 2002-2011 Aleph One Ltd.
- *   for Toby Churchill Ltd and Brightstar Engineering
+ * Copyright (C) 2002-2018 Aleph One Ltd.
  *
  * Created by Timothy Manning <timothy@yaffs.net>
  *
  *
  * Created by Timothy Manning <timothy@yaffs.net>
  *
index e97d3bb336b24793ab3bf1331fe3d36c8b3ce3e9..30ae8a86ffca4c704a01c0657ce55119c0aa9090 100644 (file)
@@ -1,8 +1,7 @@
 /*
  * YAFFS: Yet another FFS. A NAND-flash specific file system.
  *
 /*
  * YAFFS: Yet another FFS. A NAND-flash specific file system.
  *
- * Copyright (C) 2002-2011 Aleph One Ltd.
- *   for Toby Churchill Ltd and Brightstar Engineering
+ * Copyright (C) 2002-2018 Aleph One Ltd.
  *
  * Created by Timothy Manning <timothy@yaffs.net>
  *
  *
  * Created by Timothy Manning <timothy@yaffs.net>
  *
index 9772ed9a71909b347b5d4273d649bdffafdc36d5..3d1f42a908e4b174156b7e470a23704f25ffb1c4 100644 (file)
@@ -1,8 +1,7 @@
 /*
  * YAFFS: Yet another Flash File System . A NAND-flash specific file system. 
  *
 /*
  * YAFFS: Yet another Flash File System . A NAND-flash specific file system. 
  *
- * Copyright (C) 2002-2011 Aleph One Ltd.
- *   for Toby Churchill Ltd and Brightstar Engineering
+ * Copyright (C) 2002-2018 Aleph One Ltd.
  *
  * Created by Timothy Manning <timothy@yaffs.net>
  *
  *
  * Created by Timothy Manning <timothy@yaffs.net>
  *
index 388ea53638079569c31228904cc093327a93a61a..88e597ea2b58bda5cd618bd40ce81479bd9d2868 100644 (file)
@@ -1,8 +1,7 @@
 /*
  * YAFFS: Yet another FFS. A NAND-flash specific file system.
  *
 /*
  * YAFFS: Yet another FFS. A NAND-flash specific file system.
  *
- * Copyright (C) 2002-2011 Aleph One Ltd.
- *   for Toby Churchill Ltd and Brightstar Engineering
+ * Copyright (C) 2002-2018 Aleph One Ltd.
  *
  * Created by Timothy Manning <timothy@yaffs.net>
  *
  *
  * Created by Timothy Manning <timothy@yaffs.net>
  *
index d477fd1139933bcb8eda92b4e927efb99089206c..46e5226e4b1b16f1baf0c81e8d2724874445a5e8 100644 (file)
@@ -1,8 +1,7 @@
 /*
  * YAFFS: Yet another Flash File System . A NAND-flash specific file system. 
  *
 /*
  * YAFFS: Yet another Flash File System . A NAND-flash specific file system. 
  *
- * Copyright (C) 2002-2011 Aleph One Ltd.
- *   for Toby Churchill Ltd and Brightstar Engineering
+ * Copyright (C) 2002-2018 Aleph One Ltd.
  *
  * Created by Timothy Manning <timothy@yaffs.net>
  *
  *
  * Created by Timothy Manning <timothy@yaffs.net>
  *
index 816cebc62e38b2071a4ee4465255fdb1ba9c6813..dec16d9aecce38c26d4ff9b934005c8f740c4be2 100644 (file)
@@ -1,8 +1,7 @@
 /*
  * YAFFS: Yet another FFS. A NAND-flash specific file system.
  *
 /*
  * YAFFS: Yet another FFS. A NAND-flash specific file system.
  *
- * Copyright (C) 2002-2011 Aleph One Ltd.
- *   for Toby Churchill Ltd and Brightstar Engineering
+ * Copyright (C) 2002-2018 Aleph One Ltd.
  *
  * Created by Timothy Manning <timothy@yaffs.net>
  *
  *
  * Created by Timothy Manning <timothy@yaffs.net>
  *
index ce378c7e9610c3625d5cf34522e4d75c3b0f3430..585fe45702a58a59d79ac9abab021fd7e2a377b3 100644 (file)
@@ -1,8 +1,7 @@
 /*
  * YAFFS: Yet another Flash File System . A NAND-flash specific file system. 
  *
 /*
  * YAFFS: Yet another Flash File System . A NAND-flash specific file system. 
  *
- * Copyright (C) 2002-2011 Aleph One Ltd.
- *   for Toby Churchill Ltd and Brightstar Engineering
+ * Copyright (C) 2002-2018 Aleph One Ltd.
  *
  * Created by Timothy Manning <timothy@yaffs.net>
  *
  *
  * Created by Timothy Manning <timothy@yaffs.net>
  *
index 88ace93abd1ce7c6f4c84bf1855aee551d4381a0..bd0fc3feb839d079d03e47dc2f62fd8ff1d9308a 100644 (file)
@@ -1,8 +1,7 @@
 /*
  * YAFFS: Yet another FFS. A NAND-flash specific file system.
  *
 /*
  * YAFFS: Yet another FFS. A NAND-flash specific file system.
  *
- * Copyright (C) 2002-2011 Aleph One Ltd.
- *   for Toby Churchill Ltd and Brightstar Engineering
+ * Copyright (C) 2002-2018 Aleph One Ltd.
  *
  * Created by Timothy Manning <timothy@yaffs.net>
  *
  *
  * Created by Timothy Manning <timothy@yaffs.net>
  *
index 81fff9175145e0f207574aafbc7b82d2b4795fdc..8958e394686ab4eb27c97e38e1d2f4cdb155abf3 100644 (file)
@@ -1,8 +1,7 @@
 /*
  * YAFFS: Yet another Flash File System . A NAND-flash specific file system. 
  *
 /*
  * YAFFS: Yet another Flash File System . A NAND-flash specific file system. 
  *
- * Copyright (C) 2002-2011 Aleph One Ltd.
- *   for Toby Churchill Ltd and Brightstar Engineering
+ * Copyright (C) 2002-2018 Aleph One Ltd.
  *
  * Created by Timothy Manning <timothy@yaffs.net>
  *
  *
  * Created by Timothy Manning <timothy@yaffs.net>
  *
index 896ba48fe5ebaa3f133ef283e8c842392ac9f399..9b716871ad239dcb2822c857165677f084438469 100644 (file)
@@ -1,8 +1,7 @@
 /*
  * YAFFS: Yet another FFS. A NAND-flash specific file system.
  *
 /*
  * YAFFS: Yet another FFS. A NAND-flash specific file system.
  *
- * Copyright (C) 2002-2011 Aleph One Ltd.
- *   for Toby Churchill Ltd and Brightstar Engineering
+ * Copyright (C) 2002-2018 Aleph One Ltd.
  *
  * Created by Timothy Manning <timothy@yaffs.net>
  *
  *
  * Created by Timothy Manning <timothy@yaffs.net>
  *
index 6ec7eb0cce318aea4da24665c97b3afd78ecb3c0..d6578907bcc072e9f8ab19d9cd136b7eb52ad9b0 100644 (file)
@@ -1,8 +1,7 @@
 /*
  * YAFFS: Yet another Flash File System . A NAND-flash specific file system. 
  *
 /*
  * YAFFS: Yet another Flash File System . A NAND-flash specific file system. 
  *
- * Copyright (C) 2002-2011 Aleph One Ltd.
- *   for Toby Churchill Ltd and Brightstar Engineering
+ * Copyright (C) 2002-2018 Aleph One Ltd.
  *
  * Created by Timothy Manning <timothy@yaffs.net>
  *
  *
  * Created by Timothy Manning <timothy@yaffs.net>
  *
index 43d0ad928bbaa1688f13254017606476d746aa1a..221da90aefc35ff34ade012a44b0dcfdd66087aa 100644 (file)
@@ -1,8 +1,7 @@
 /*
  * YAFFS: Yet another FFS. A NAND-flash specific file system.
  *
 /*
  * YAFFS: Yet another FFS. A NAND-flash specific file system.
  *
- * Copyright (C) 2002-2011 Aleph One Ltd.
- *   for Toby Churchill Ltd and Brightstar Engineering
+ * Copyright (C) 2002-2018 Aleph One Ltd.
  *
  * Created by Timothy Manning <timothy@yaffs.net>
  *
  *
  * Created by Timothy Manning <timothy@yaffs.net>
  *
index 0d8a4adb9ca4762074a1b1e8920c7cc5e3ed70a1..e17b6ae99a7e182ec7d710b279d7401c8014c56f 100644 (file)
@@ -1,8 +1,7 @@
 /*
  * YAFFS: Yet another Flash File System . A NAND-flash specific file system. 
  *
 /*
  * YAFFS: Yet another Flash File System . A NAND-flash specific file system. 
  *
- * Copyright (C) 2002-2011 Aleph One Ltd.
- *   for Toby Churchill Ltd and Brightstar Engineering
+ * Copyright (C) 2002-2018 Aleph One Ltd.
  *
  * Created by Timothy Manning <timothy@yaffs.net>
  *
  *
  * Created by Timothy Manning <timothy@yaffs.net>
  *
index 3267f94c26a40ec23c01d98373813f27dd852b1c..b3a8a7a72c3c7808d112f1c1b4cb265d6d56519a 100644 (file)
@@ -1,8 +1,7 @@
 /*
  * YAFFS: Yet another FFS. A NAND-flash specific file system.
  *
 /*
  * YAFFS: Yet another FFS. A NAND-flash specific file system.
  *
- * Copyright (C) 2002-2011 Aleph One Ltd.
- *   for Toby Churchill Ltd and Brightstar Engineering
+ * Copyright (C) 2002-2018 Aleph One Ltd.
  *
  * Created by Timothy Manning <timothy@yaffs.net>
  *
  *
  * Created by Timothy Manning <timothy@yaffs.net>
  *
index 16f18b65738bd85cccba45d8eec4b691ea583632..effeb637388397e0efc068f3483185d5e27f0b46 100644 (file)
@@ -1,8 +1,7 @@
 /*
  * YAFFS: Yet another Flash File System . A NAND-flash specific file system. 
  *
 /*
  * YAFFS: Yet another Flash File System . A NAND-flash specific file system. 
  *
- * Copyright (C) 2002-2011 Aleph One Ltd.
- *   for Toby Churchill Ltd and Brightstar Engineering
+ * Copyright (C) 2002-2018 Aleph One Ltd.
  *
  * Created by Timothy Manning <timothy@yaffs.net>
  *
  *
  * Created by Timothy Manning <timothy@yaffs.net>
  *
index a04e796bc21b405204c4762506bf07f4ee36cb13..7576e93510e47eb6c859412d838ef894baae5e1c 100644 (file)
@@ -1,8 +1,7 @@
 /*
  * YAFFS: Yet another FFS. A NAND-flash specific file system.
  *
 /*
  * YAFFS: Yet another FFS. A NAND-flash specific file system.
  *
- * Copyright (C) 2002-2011 Aleph One Ltd.
- *   for Toby Churchill Ltd and Brightstar Engineering
+ * Copyright (C) 2002-2018 Aleph One Ltd.
  *
  * Created by Timothy Manning <timothy@yaffs.net>
  *
  *
  * Created by Timothy Manning <timothy@yaffs.net>
  *
index 2972c0601896e6fb8eb32d9b92a9a06a3dd992f5..a73f1d5da2c294bf81550379a027e22e91d31ec6 100644 (file)
@@ -1,8 +1,7 @@
 /*
  * YAFFS: Yet another Flash File System . A NAND-flash specific file system. 
  *
 /*
  * YAFFS: Yet another Flash File System . A NAND-flash specific file system. 
  *
- * Copyright (C) 2002-2011 Aleph One Ltd.
- *   for Toby Churchill Ltd and Brightstar Engineering
+ * Copyright (C) 2002-2018 Aleph One Ltd.
  *
  * Created by Timothy Manning <timothy@yaffs.net>
  *
  *
  * Created by Timothy Manning <timothy@yaffs.net>
  *
index bf666ddbec2d205fae2777a4a2f976afe890769e..5eaa64ba592e987059a6837e46b7fa1d89e09f07 100644 (file)
@@ -1,8 +1,7 @@
 /*
  * YAFFS: Yet another FFS. A NAND-flash specific file system.
  *
 /*
  * YAFFS: Yet another FFS. A NAND-flash specific file system.
  *
- * Copyright (C) 2002-2011 Aleph One Ltd.
- *   for Toby Churchill Ltd and Brightstar Engineering
+ * Copyright (C) 2002-2018 Aleph One Ltd.
  *
  * Created by Timothy Manning <timothy@yaffs.net>
  *
  *
  * Created by Timothy Manning <timothy@yaffs.net>
  *
index a967eb86de41e1771ea400274a3fb34e52ced490..ed246cf4ffbf42be538ff9644c83ce96b4dc0a34 100644 (file)
@@ -1,8 +1,7 @@
 /*
  * YAFFS: Yet another Flash File System . A NAND-flash specific file system. 
  *
 /*
  * YAFFS: Yet another Flash File System . A NAND-flash specific file system. 
  *
- * Copyright (C) 2002-2011 Aleph One Ltd.
- *   for Toby Churchill Ltd and Brightstar Engineering
+ * Copyright (C) 2002-2018 Aleph One Ltd.
  *
  * Created by Timothy Manning <timothy@yaffs.net>
  *
  *
  * Created by Timothy Manning <timothy@yaffs.net>
  *
index e424641fafc0d9fa864fce02307a4060e80d96c5..91fa44bee18463117b49754233354646e5688a43 100644 (file)
@@ -1,8 +1,7 @@
 /*
  * YAFFS: Yet another FFS. A NAND-flash specific file system.
  *
 /*
  * YAFFS: Yet another FFS. A NAND-flash specific file system.
  *
- * Copyright (C) 2002-2011 Aleph One Ltd.
- *   for Toby Churchill Ltd and Brightstar Engineering
+ * Copyright (C) 2002-2018 Aleph One Ltd.
  *
  * Created by Timothy Manning <timothy@yaffs.net>
  *
  *
  * Created by Timothy Manning <timothy@yaffs.net>
  *
index 0aadf96628c3f336645f7b5e78e09058a33c8379..04b3a5b616c9f2ffa4d17704ecf7380b62d366b0 100644 (file)
@@ -1,8 +1,7 @@
 /*
  * YAFFS: Yet another Flash File System . A NAND-flash specific file system. 
  *
 /*
  * YAFFS: Yet another Flash File System . A NAND-flash specific file system. 
  *
- * Copyright (C) 2002-2011 Aleph One Ltd.
- *   for Toby Churchill Ltd and Brightstar Engineering
+ * Copyright (C) 2002-2018 Aleph One Ltd.
  *
  * Created by Timothy Manning <timothy@yaffs.net>
  *
  *
  * Created by Timothy Manning <timothy@yaffs.net>
  *
index d3ab40edb0209f0b4d7a704cb9aac98adcc315fe..87e2a804e972f4e161e7e44bd3b0d37c5ccc9a47 100644 (file)
@@ -1,8 +1,7 @@
 /*
  * YAFFS: Yet another FFS. A NAND-flash specific file system.
  *
 /*
  * YAFFS: Yet another FFS. A NAND-flash specific file system.
  *
- * Copyright (C) 2002-2011 Aleph One Ltd.
- *   for Toby Churchill Ltd and Brightstar Engineering
+ * Copyright (C) 2002-2018 Aleph One Ltd.
  *
  * Created by Timothy Manning <timothy@yaffs.net>
  *
  *
  * Created by Timothy Manning <timothy@yaffs.net>
  *
index 6ff4b9907a7c4890ed2a04c43ff3ffcec8675a48..96913a70c6bf9ed7fae8c98d48a745b55bf5609e 100644 (file)
@@ -1,8 +1,7 @@
 /*
  * YAFFS: Yet another Flash File System . A NAND-flash specific file system. 
  *
 /*
  * YAFFS: Yet another Flash File System . A NAND-flash specific file system. 
  *
- * Copyright (C) 2002-2011 Aleph One Ltd.
- *   for Toby Churchill Ltd and Brightstar Engineering
+ * Copyright (C) 2002-2018 Aleph One Ltd.
  *
  * Created by Timothy Manning <timothy@yaffs.net>
  *
  *
  * Created by Timothy Manning <timothy@yaffs.net>
  *
index 6df0d2bb382a4a7eea542ceb18c24f1c7352212a..d7ea20fca322d2add6d2903f7f301b1c59613402 100644 (file)
@@ -1,8 +1,7 @@
 /*
  * YAFFS: Yet another FFS. A NAND-flash specific file system.
  *
 /*
  * YAFFS: Yet another FFS. A NAND-flash specific file system.
  *
- * Copyright (C) 2002-2011 Aleph One Ltd.
- *   for Toby Churchill Ltd and Brightstar Engineering
+ * Copyright (C) 2002-2018 Aleph One Ltd.
  *
  * Created by Timothy Manning <timothy@yaffs.net>
  *
  *
  * Created by Timothy Manning <timothy@yaffs.net>
  *
index 4a43f026275143bb8b07d9b42c68f047def230e9..f1e0c0ac8eab3c050031c2d63268c91b5d3f48ac 100644 (file)
@@ -1,8 +1,7 @@
 /*
  * YAFFS: Yet another Flash File System . A NAND-flash specific file system. 
  *
 /*
  * YAFFS: Yet another Flash File System . A NAND-flash specific file system. 
  *
- * Copyright (C) 2002-2011 Aleph One Ltd.
- *   for Toby Churchill Ltd and Brightstar Engineering
+ * Copyright (C) 2002-2018 Aleph One Ltd.
  *
  * Created by Timothy Manning <timothy@yaffs.net>
  *
  *
  * Created by Timothy Manning <timothy@yaffs.net>
  *
index bc0e6f2e87b2c15e84d94fb45b330cecfaea3a91..65a706fbe6c0b9b6ac39ab8a0a01fb76001a88cb 100644 (file)
@@ -1,8 +1,7 @@
 /*
  * YAFFS: Yet another FFS. A NAND-flash specific file system.
  *
 /*
  * YAFFS: Yet another FFS. A NAND-flash specific file system.
  *
- * Copyright (C) 2002-2011 Aleph One Ltd.
- *   for Toby Churchill Ltd and Brightstar Engineering
+ * Copyright (C) 2002-2018 Aleph One Ltd.
  *
  * Created by Timothy Manning <timothy@yaffs.net>
  *
  *
  * Created by Timothy Manning <timothy@yaffs.net>
  *
index 190f197ac565874e409a4e83ef62f78275838b03..915d334d2861b1bcf188b83042a127b9886faf10 100644 (file)
@@ -1,8 +1,7 @@
 /*
  * YAFFS: Yet another Flash File System . A NAND-flash specific file system. 
  *
 /*
  * YAFFS: Yet another Flash File System . A NAND-flash specific file system. 
  *
- * Copyright (C) 2002-2011 Aleph One Ltd.
- *   for Toby Churchill Ltd and Brightstar Engineering
+ * Copyright (C) 2002-2018 Aleph One Ltd.
  *
  * Created by Timothy Manning <timothy@yaffs.net>
  *
  *
  * Created by Timothy Manning <timothy@yaffs.net>
  *
index 750d350787269a01464c0fed30ece8121d07b1f3..e42bac88f5cf524ef38f5eb88b4f1566e151a332 100644 (file)
@@ -1,8 +1,7 @@
 /*
  * YAFFS: Yet another FFS. A NAND-flash specific file system.
  *
 /*
  * YAFFS: Yet another FFS. A NAND-flash specific file system.
  *
- * Copyright (C) 2002-2011 Aleph One Ltd.
- *   for Toby Churchill Ltd and Brightstar Engineering
+ * Copyright (C) 2002-2018 Aleph One Ltd.
  *
  * Created by Timothy Manning <timothy@yaffs.net>
  *
  *
  * Created by Timothy Manning <timothy@yaffs.net>
  *
index 2c2855941743b2d683d8a3bcc0d5d5f43cd41441..1bc5daf3ffcb5b3d6924cfc67b21408dfad7cca3 100644 (file)
@@ -1,8 +1,7 @@
 /*
  * YAFFS: Yet another Flash File System . A NAND-flash specific file system. 
  *
 /*
  * YAFFS: Yet another Flash File System . A NAND-flash specific file system. 
  *
- * Copyright (C) 2002-2011 Aleph One Ltd.
- *   for Toby Churchill Ltd and Brightstar Engineering
+ * Copyright (C) 2002-2018 Aleph One Ltd.
  *
  * Created by Timothy Manning <timothy@yaffs.net>
  *
  *
  * Created by Timothy Manning <timothy@yaffs.net>
  *
index 29af47fc0b96b22a863e36c3908699354b5d55f7..807acd88b3c7cd31a6f5997e7fd1af78d9850bba 100644 (file)
@@ -1,8 +1,7 @@
 /*
  * YAFFS: Yet another FFS. A NAND-flash specific file system.
  *
 /*
  * YAFFS: Yet another FFS. A NAND-flash specific file system.
  *
- * Copyright (C) 2002-2011 Aleph One Ltd.
- *   for Toby Churchill Ltd and Brightstar Engineering
+ * Copyright (C) 2002-2018 Aleph One Ltd.
  *
  * Created by Timothy Manning <timothy@yaffs.net>
  *
  *
  * Created by Timothy Manning <timothy@yaffs.net>
  *
index 8cec748bd9c0642c7a5cb471d05647a9b167f457..aed86bf019cbbd4afb7b3e9bcc186db3f1092daa 100644 (file)
@@ -1,8 +1,7 @@
 /*
  * YAFFS: Yet another Flash File System . A NAND-flash specific file system. 
  *
 /*
  * YAFFS: Yet another Flash File System . A NAND-flash specific file system. 
  *
- * Copyright (C) 2002-2011 Aleph One Ltd.
- *   for Toby Churchill Ltd and Brightstar Engineering
+ * Copyright (C) 2002-2018 Aleph One Ltd.
  *
  * Created by Timothy Manning <timothy@yaffs.net>
  *
  *
  * Created by Timothy Manning <timothy@yaffs.net>
  *
index a2503095e818fe8b786c33caddc8962aa6101895..762186947100342dc5a30ae680d6d8162b318510 100644 (file)
@@ -1,8 +1,7 @@
 /*
  * YAFFS: Yet another FFS. A NAND-flash specific file system.
  *
 /*
  * YAFFS: Yet another FFS. A NAND-flash specific file system.
  *
- * Copyright (C) 2002-2011 Aleph One Ltd.
- *   for Toby Churchill Ltd and Brightstar Engineering
+ * Copyright (C) 2002-2018 Aleph One Ltd.
  *
  * Created by Timothy Manning <timothy@yaffs.net>
  *
  *
  * Created by Timothy Manning <timothy@yaffs.net>
  *
index 25dc8f942c72e1f6b13d069a3bff54c8135fb9f9..cea3a37e4f336c05981757d3ad753dfb7c4ef24b 100644 (file)
@@ -1,8 +1,7 @@
 /*
  * YAFFS: Yet another Flash File System . A NAND-flash specific file system. 
  *
 /*
  * YAFFS: Yet another Flash File System . A NAND-flash specific file system. 
  *
- * Copyright (C) 2002-2011 Aleph One Ltd.
- *   for Toby Churchill Ltd and Brightstar Engineering
+ * Copyright (C) 2002-2018 Aleph One Ltd.
  *
  * Created by Timothy Manning <timothy@yaffs.net>
  *
  *
  * Created by Timothy Manning <timothy@yaffs.net>
  *
index 1612dae6b12bb715bfd9fe90873675be4fd6cb4d..52c85fccb7d987c1501154a909bc05284e650032 100644 (file)
@@ -1,8 +1,7 @@
 /*
  * YAFFS: Yet another FFS. A NAND-flash specific file system.
  *
 /*
  * YAFFS: Yet another FFS. A NAND-flash specific file system.
  *
- * Copyright (C) 2002-2011 Aleph One Ltd.
- *   for Toby Churchill Ltd and Brightstar Engineering
+ * Copyright (C) 2002-2018 Aleph One Ltd.
  *
  * Created by Timothy Manning <timothy@yaffs.net>
  *
  *
  * Created by Timothy Manning <timothy@yaffs.net>
  *
index 081acca64def925bed3179d2596d7b13fe03e2c5..cbc545c6732e56fd69a04e4a3d30e629eb4c51e6 100644 (file)
@@ -1,8 +1,7 @@
 /*
  * YAFFS: Yet another Flash File System . A NAND-flash specific file system. 
  *
 /*
  * YAFFS: Yet another Flash File System . A NAND-flash specific file system. 
  *
- * Copyright (C) 2002-2011 Aleph One Ltd.
- *   for Toby Churchill Ltd and Brightstar Engineering
+ * Copyright (C) 2002-2018 Aleph One Ltd.
  *
  * Created by Timothy Manning <timothy@yaffs.net>
  *
  *
  * Created by Timothy Manning <timothy@yaffs.net>
  *
index 37e281492ad7ad4f4e92efc957d495232ca24e92..7b3cff9bfeba8a8229922977d8022adbda6b8c1b 100644 (file)
@@ -1,8 +1,7 @@
 /*
  * YAFFS: Yet another FFS. A NAND-flash specific file system.
  *
 /*
  * YAFFS: Yet another FFS. A NAND-flash specific file system.
  *
- * Copyright (C) 2002-2011 Aleph One Ltd.
- *   for Toby Churchill Ltd and Brightstar Engineering
+ * Copyright (C) 2002-2018 Aleph One Ltd.
  *
  * Created by Timothy Manning <timothy@yaffs.net>
  *
  *
  * Created by Timothy Manning <timothy@yaffs.net>
  *
index 6d1d488de1285a75c622e57054458260408c6bd6..830738d6ac021f9ab6d9bd91e46367f2b58e5656 100644 (file)
@@ -1,8 +1,7 @@
 /*
  * YAFFS: Yet another Flash File System . A NAND-flash specific file system. 
  *
 /*
  * YAFFS: Yet another Flash File System . A NAND-flash specific file system. 
  *
- * Copyright (C) 2002-2011 Aleph One Ltd.
- *   for Toby Churchill Ltd and Brightstar Engineering
+ * Copyright (C) 2002-2018 Aleph One Ltd.
  *
  * Created by Timothy Manning <timothy@yaffs.net>
  *
  *
  * Created by Timothy Manning <timothy@yaffs.net>
  *
index effc77e3b81a59e2996ee9f126e99807d41ba190..b04193b84318b4dd698c0a6835b489e1575e1762 100644 (file)
@@ -1,8 +1,7 @@
 /*
  * YAFFS: Yet another FFS. A NAND-flash specific file system.
  *
 /*
  * YAFFS: Yet another FFS. A NAND-flash specific file system.
  *
- * Copyright (C) 2002-2011 Aleph One Ltd.
- *   for Toby Churchill Ltd and Brightstar Engineering
+ * Copyright (C) 2002-2018 Aleph One Ltd.
  *
  * Created by Timothy Manning <timothy@yaffs.net>
  *
  *
  * Created by Timothy Manning <timothy@yaffs.net>
  *
index 884a6de6a793024c5b30021cd1e0b6f0df2a9c06..50846e28071cea82d8d78309b58b0999fde8788e 100644 (file)
@@ -1,8 +1,7 @@
 /*
  * YAFFS: Yet another Flash File System . A NAND-flash specific file system. 
  *
 /*
  * YAFFS: Yet another Flash File System . A NAND-flash specific file system. 
  *
- * Copyright (C) 2002-2011 Aleph One Ltd.
- *   for Toby Churchill Ltd and Brightstar Engineering
+ * Copyright (C) 2002-2018 Aleph One Ltd.
  *
  * Created by Timothy Manning <timothy@yaffs.net>
  *
  *
  * Created by Timothy Manning <timothy@yaffs.net>
  *
index 80ea321aa8e988b26d6a93981782ea48a5d5b3e5..13b5616bd6b3637207a08607c2f27ad5e193fb49 100644 (file)
@@ -1,8 +1,7 @@
 /*
  * YAFFS: Yet another FFS. A NAND-flash specific file system.
  *
 /*
  * YAFFS: Yet another FFS. A NAND-flash specific file system.
  *
- * Copyright (C) 2002-2011 Aleph One Ltd.
- *   for Toby Churchill Ltd and Brightstar Engineering
+ * Copyright (C) 2002-2018 Aleph One Ltd.
  *
  * Created by Timothy Manning <timothy@yaffs.net>
  *
  *
  * Created by Timothy Manning <timothy@yaffs.net>
  *
index ac18311123724cd95cb6d5280af28a833a490d8a..e809249a8060c6672a7c026e286fdfd6c67157c6 100644 (file)
@@ -1,8 +1,7 @@
 /*
  * YAFFS: Yet another Flash File System . A NAND-flash specific file system. 
  *
 /*
  * YAFFS: Yet another Flash File System . A NAND-flash specific file system. 
  *
- * Copyright (C) 2002-2011 Aleph One Ltd.
- *   for Toby Churchill Ltd and Brightstar Engineering
+ * Copyright (C) 2002-2018 Aleph One Ltd.
  *
  * Created by Timothy Manning <timothy@yaffs.net>
  *
  *
  * Created by Timothy Manning <timothy@yaffs.net>
  *
index b6005801c9de9c5626a2dbaaa98c7acd7f547e8e..4588ad7a8e4a031f67be7f97b13d23988572c8d1 100644 (file)
@@ -1,8 +1,7 @@
 /*
  * YAFFS: Yet another FFS. A NAND-flash specific file system.
  *
 /*
  * YAFFS: Yet another FFS. A NAND-flash specific file system.
  *
- * Copyright (C) 2002-2011 Aleph One Ltd.
- *   for Toby Churchill Ltd and Brightstar Engineering
+ * Copyright (C) 2002-2018 Aleph One Ltd.
  *
  * Created by Timothy Manning <timothy@yaffs.net>
  *
  *
  * Created by Timothy Manning <timothy@yaffs.net>
  *
index d778594f9429f81395c23161a986b16d7521ce60..c3a487e5239b72d3f05c4811c4531cd55388657e 100644 (file)
@@ -1,8 +1,7 @@
 /*
  * YAFFS: Yet another Flash File System . A NAND-flash specific file system. 
  *
 /*
  * YAFFS: Yet another Flash File System . A NAND-flash specific file system. 
  *
- * Copyright (C) 2002-2011 Aleph One Ltd.
- *   for Toby Churchill Ltd and Brightstar Engineering
+ * Copyright (C) 2002-2018 Aleph One Ltd.
  *
  * Created by Timothy Manning <timothy@yaffs.net>
  *
  *
  * Created by Timothy Manning <timothy@yaffs.net>
  *
index b4bd38ebb9d577d455f567bf5c43260e5576ede4..b28468204be469971a91cd96761b3b01ad608b36 100644 (file)
@@ -1,8 +1,7 @@
 /*
  * YAFFS: Yet another FFS. A NAND-flash specific file system.
  *
 /*
  * YAFFS: Yet another FFS. A NAND-flash specific file system.
  *
- * Copyright (C) 2002-2011 Aleph One Ltd.
- *   for Toby Churchill Ltd and Brightstar Engineering
+ * Copyright (C) 2002-2018 Aleph One Ltd.
  *
  * Created by Timothy Manning <timothy@yaffs.net>
  *
  *
  * Created by Timothy Manning <timothy@yaffs.net>
  *
index 948a884f90987da5cd3dcfcd0132c7cce6f5771f..fe1f240fba6504e21c72bcd64a5ae17263031cab 100644 (file)
@@ -1,8 +1,7 @@
 /*
  * YAFFS: Yet another Flash File System . A NAND-flash specific file system. 
  *
 /*
  * YAFFS: Yet another Flash File System . A NAND-flash specific file system. 
  *
- * Copyright (C) 2002-2011 Aleph One Ltd.
- *   for Toby Churchill Ltd and Brightstar Engineering
+ * Copyright (C) 2002-2018 Aleph One Ltd.
  *
  * Created by Timothy Manning <timothy@yaffs.net>
  *
  *
  * Created by Timothy Manning <timothy@yaffs.net>
  *
index a6b91bcca57b028981a1fcf8933cb2b78eabbccb..95f7e38abf772c133e89b6fe3a695cc3eb473911 100644 (file)
@@ -1,8 +1,7 @@
 /*
  * YAFFS: Yet another FFS. A NAND-flash specific file system.
  *
 /*
  * YAFFS: Yet another FFS. A NAND-flash specific file system.
  *
- * Copyright (C) 2002-2011 Aleph One Ltd.
- *   for Toby Churchill Ltd and Brightstar Engineering
+ * Copyright (C) 2002-2018 Aleph One Ltd.
  *
  * Created by Timothy Manning <timothy@yaffs.net>
  *
  *
  * Created by Timothy Manning <timothy@yaffs.net>
  *
index f8d85f43587a585d0b595058856147d747f3f9de..0fae06cd33a8c294019c91d8ca4f966b1a9205a7 100644 (file)
@@ -1,8 +1,7 @@
 /*
  * YAFFS: Yet another Flash File System . A NAND-flash specific file system. 
  *
 /*
  * YAFFS: Yet another Flash File System . A NAND-flash specific file system. 
  *
- * Copyright (C) 2002-2011 Aleph One Ltd.
- *   for Toby Churchill Ltd and Brightstar Engineering
+ * Copyright (C) 2002-2018 Aleph One Ltd.
  *
  * Created by Timothy Manning <timothy@yaffs.net>
  *
  *
  * Created by Timothy Manning <timothy@yaffs.net>
  *
index 543775bd48110f653328c26dc8deec5aaf9f80c3..47e56965eb90b022051e0c6febbcd472595c27a9 100644 (file)
@@ -1,8 +1,7 @@
 /*
  * YAFFS: Yet another FFS. A NAND-flash specific file system.
  *
 /*
  * YAFFS: Yet another FFS. A NAND-flash specific file system.
  *
- * Copyright (C) 2002-2011 Aleph One Ltd.
- *   for Toby Churchill Ltd and Brightstar Engineering
+ * Copyright (C) 2002-2018 Aleph One Ltd.
  *
  * Created by Timothy Manning <timothy@yaffs.net>
  *
  *
  * Created by Timothy Manning <timothy@yaffs.net>
  *
index 5e016d30932de8682042aa925742690948b8dc1e..47ee019bb0f5cb6964c3a2f53a26fccac57655a6 100644 (file)
@@ -1,8 +1,7 @@
 /*
  * YAFFS: Yet another Flash File System . A NAND-flash specific file system. 
  *
 /*
  * YAFFS: Yet another Flash File System . A NAND-flash specific file system. 
  *
- * Copyright (C) 2002-2011 Aleph One Ltd.
- *   for Toby Churchill Ltd and Brightstar Engineering
+ * Copyright (C) 2002-2018 Aleph One Ltd.
  *
  * Created by Timothy Manning <timothy@yaffs.net>
  *
  *
  * Created by Timothy Manning <timothy@yaffs.net>
  *
index c569531dacd180b1ac12b679741a21ee12ce5ee2..3c77bfda62ae69f5d932ab2c5888f86af081eb1d 100644 (file)
@@ -1,8 +1,7 @@
 /*
  * YAFFS: Yet another FFS. A NAND-flash specific file system.
  *
 /*
  * YAFFS: Yet another FFS. A NAND-flash specific file system.
  *
- * Copyright (C) 2002-2011 Aleph One Ltd.
- *   for Toby Churchill Ltd and Brightstar Engineering
+ * Copyright (C) 2002-2018 Aleph One Ltd.
  *
  * Created by Timothy Manning <timothy@yaffs.net>
  *
  *
  * Created by Timothy Manning <timothy@yaffs.net>
  *
index c1c7376b635275012724cca6a2d67dc00852e4ab..e4d5b5551268710985d0de27539f55f73d80b949 100644 (file)
@@ -1,8 +1,7 @@
 /*
  * YAFFS: Yet another Flash File System . A NAND-flash specific file system. 
  *
 /*
  * YAFFS: Yet another Flash File System . A NAND-flash specific file system. 
  *
- * Copyright (C) 2002-2011 Aleph One Ltd.
- *   for Toby Churchill Ltd and Brightstar Engineering
+ * Copyright (C) 2002-2018 Aleph One Ltd.
  *
  * Created by Timothy Manning <timothy@yaffs.net>
  *
  *
  * Created by Timothy Manning <timothy@yaffs.net>
  *
index 9a4497982bf116448e4ee7179dabc709f26ae3a2..a557d36f9df93b0b078e41038075e672f6c44f75 100644 (file)
@@ -1,8 +1,7 @@
 /*
  * YAFFS: Yet another FFS. A NAND-flash specific file system.
  *
 /*
  * YAFFS: Yet another FFS. A NAND-flash specific file system.
  *
- * Copyright (C) 2002-2011 Aleph One Ltd.
- *   for Toby Churchill Ltd and Brightstar Engineering
+ * Copyright (C) 2002-2018 Aleph One Ltd.
  *
  * Created by Timothy Manning <timothy@yaffs.net>
  *
  *
  * Created by Timothy Manning <timothy@yaffs.net>
  *
index 0c11adfaa84ec244b997a7abab02eb0221d44c48..e158113549f5dbd5141f8d6a80ff1660c8589d64 100644 (file)
@@ -1,8 +1,7 @@
 /*
  * YAFFS: Yet another Flash File System . A NAND-flash specific file system. 
  *
 /*
  * YAFFS: Yet another Flash File System . A NAND-flash specific file system. 
  *
- * Copyright (C) 2002-2011 Aleph One Ltd.
- *   for Toby Churchill Ltd and Brightstar Engineering
+ * Copyright (C) 2002-2018 Aleph One Ltd.
  *
  * Created by Timothy Manning <timothy@yaffs.net>
  *
  *
  * Created by Timothy Manning <timothy@yaffs.net>
  *
index 630b82d1bbf7c72e46e1818b7dde1044d993f571..487c13d3e1caf1adedb290576cb0177490b0f1de 100644 (file)
@@ -1,8 +1,7 @@
 /*
  * YAFFS: Yet another FFS. A NAND-flash specific file system.
  *
 /*
  * YAFFS: Yet another FFS. A NAND-flash specific file system.
  *
- * Copyright (C) 2002-2011 Aleph One Ltd.
- *   for Toby Churchill Ltd and Brightstar Engineering
+ * Copyright (C) 2002-2018 Aleph One Ltd.
  *
  * Created by Timothy Manning <timothy@yaffs.net>
  *
  *
  * Created by Timothy Manning <timothy@yaffs.net>
  *
index 54961d68c8fbc10880838a051c994ab32ae86768..8a1498c4228d4f96a9f1da7106d6cec343cfbd74 100644 (file)
@@ -1,8 +1,7 @@
 /*
  * YAFFS: Yet another Flash File System . A NAND-flash specific file system. 
  *
 /*
  * YAFFS: Yet another Flash File System . A NAND-flash specific file system. 
  *
- * Copyright (C) 2002-2011 Aleph One Ltd.
- *   for Toby Churchill Ltd and Brightstar Engineering
+ * Copyright (C) 2002-2018 Aleph One Ltd.
  *
  * Created by Timothy Manning <timothy@yaffs.net>
  *
  *
  * Created by Timothy Manning <timothy@yaffs.net>
  *
index ee20c303ac66454931065df799585ff8aa9802f2..339532cc118a62adef796862bd8469059456d73a 100644 (file)
@@ -1,8 +1,7 @@
 /*
  * YAFFS: Yet another FFS. A NAND-flash specific file system.
  *
 /*
  * YAFFS: Yet another FFS. A NAND-flash specific file system.
  *
- * Copyright (C) 2002-2011 Aleph One Ltd.
- *   for Toby Churchill Ltd and Brightstar Engineering
+ * Copyright (C) 2002-2018 Aleph One Ltd.
  *
  * Created by Timothy Manning <timothy@yaffs.net>
  *
  *
  * Created by Timothy Manning <timothy@yaffs.net>
  *
index e454fc6fad5054f4fd507c4f1653b6fc8e8294ff..86eddf0107341f750280b205e19d044f1117a104 100644 (file)
@@ -1,8 +1,7 @@
 /*
  * YAFFS: Yet another Flash File System . A NAND-flash specific file system. 
  *
 /*
  * YAFFS: Yet another Flash File System . A NAND-flash specific file system. 
  *
- * Copyright (C) 2002-2011 Aleph One Ltd.
- *   for Toby Churchill Ltd and Brightstar Engineering
+ * Copyright (C) 2002-2018 Aleph One Ltd.
  *
  * Created by Timothy Manning <timothy@yaffs.net>
  *
  *
  * Created by Timothy Manning <timothy@yaffs.net>
  *
index f461401498c997787cd5d75bded83ac7d3b275e3..1919c3dca9fa9fd0db2fab5c12948df5934396e7 100644 (file)
@@ -1,8 +1,7 @@
 /*
  * YAFFS: Yet another FFS. A NAND-flash specific file system.
  *
 /*
  * YAFFS: Yet another FFS. A NAND-flash specific file system.
  *
- * Copyright (C) 2002-2011 Aleph One Ltd.
- *   for Toby Churchill Ltd and Brightstar Engineering
+ * Copyright (C) 2002-2018 Aleph One Ltd.
  *
  * Created by Timothy Manning <timothy@yaffs.net>
  *
  *
  * Created by Timothy Manning <timothy@yaffs.net>
  *
index 29a7a01b2a5346e29ebc482df82addfb919807b7..474418518adf1ae83c092c9c92ec446ef1b6c61b 100644 (file)
@@ -1,8 +1,7 @@
 /*
  * YAFFS: Yet another Flash File System . A NAND-flash specific file system. 
  *
 /*
  * YAFFS: Yet another Flash File System . A NAND-flash specific file system. 
  *
- * Copyright (C) 2002-2011 Aleph One Ltd.
- *   for Toby Churchill Ltd and Brightstar Engineering
+ * Copyright (C) 2002-2018 Aleph One Ltd.
  *
  * Created by Timothy Manning <timothy@yaffs.net>
  *
  *
  * Created by Timothy Manning <timothy@yaffs.net>
  *
index f7dad34d47f63cbc89c6820acbb6f856cb864808..b9ce262fc605c672ccf6b77a7390a2766496bffb 100644 (file)
@@ -1,8 +1,7 @@
 /*
  * YAFFS: Yet another FFS. A NAND-flash specific file system.
  *
 /*
  * YAFFS: Yet another FFS. A NAND-flash specific file system.
  *
- * Copyright (C) 2002-2011 Aleph One Ltd.
- *   for Toby Churchill Ltd and Brightstar Engineering
+ * Copyright (C) 2002-2018 Aleph One Ltd.
  *
  * Created by Timothy Manning <timothy@yaffs.net>
  *
  *
  * Created by Timothy Manning <timothy@yaffs.net>
  *
index b786e66db63ff2d26bb910ced8c046a42427a9b1..989c826cd31f2713683d2f5439e25e759efca781 100644 (file)
@@ -1,8 +1,7 @@
 /*
  * YAFFS: Yet another Flash File System . A NAND-flash specific file system. 
  *
 /*
  * YAFFS: Yet another Flash File System . A NAND-flash specific file system. 
  *
- * Copyright (C) 2002-2011 Aleph One Ltd.
- *   for Toby Churchill Ltd and Brightstar Engineering
+ * Copyright (C) 2002-2018 Aleph One Ltd.
  *
  * Created by Timothy Manning <timothy@yaffs.net>
  *
  *
  * Created by Timothy Manning <timothy@yaffs.net>
  *
index 3fb5c516e7a4a00b3c81165e601e84a579226561..5afd7ea3411cd316c45a4b148928695bac9c6c1c 100644 (file)
@@ -1,8 +1,7 @@
 /*
  * YAFFS: Yet another FFS. A NAND-flash specific file system.
  *
 /*
  * YAFFS: Yet another FFS. A NAND-flash specific file system.
  *
- * Copyright (C) 2002-2011 Aleph One Ltd.
- *   for Toby Churchill Ltd and Brightstar Engineering
+ * Copyright (C) 2002-2018 Aleph One Ltd.
  *
  * Created by Timothy Manning <timothy@yaffs.net>
  *
  *
  * Created by Timothy Manning <timothy@yaffs.net>
  *
index 81fe54d615ba5095cbb11210bbbde8258093feca..b3a3a5ad0e6fac41b5dd4efcc7a0740b89b905b6 100644 (file)
@@ -1,8 +1,7 @@
 /*
  * YAFFS: Yet another Flash File System . A NAND-flash specific file system. 
  *
 /*
  * YAFFS: Yet another Flash File System . A NAND-flash specific file system. 
  *
- * Copyright (C) 2002-2011 Aleph One Ltd.
- *   for Toby Churchill Ltd and Brightstar Engineering
+ * Copyright (C) 2002-2018 Aleph One Ltd.
  *
  * Created by Timothy Manning <timothy@yaffs.net>
  *
  *
  * Created by Timothy Manning <timothy@yaffs.net>
  *
index d1e4d575ae53d136dd2048e671fed57b23121932..7f27596624cf0eb7cea7b2217d27faa1e5b4b083 100644 (file)
@@ -1,8 +1,7 @@
 /*
  * YAFFS: Yet another FFS. A NAND-flash specific file system.
  *
 /*
  * YAFFS: Yet another FFS. A NAND-flash specific file system.
  *
- * Copyright (C) 2002-2011 Aleph One Ltd.
- *   for Toby Churchill Ltd and Brightstar Engineering
+ * Copyright (C) 2002-2018 Aleph One Ltd.
  *
  * Created by Timothy Manning <timothy@yaffs.net>
  *
  *
  * Created by Timothy Manning <timothy@yaffs.net>
  *
index 716ce3bc58075ca80e4dffa31e23c9b75f0da867..170141b904894baad44c2ee760751bbf24e0efb5 100644 (file)
@@ -1,8 +1,7 @@
 /*
  * YAFFS: Yet another Flash File System . A NAND-flash specific file system. 
  *
 /*
  * YAFFS: Yet another Flash File System . A NAND-flash specific file system. 
  *
- * Copyright (C) 2002-2011 Aleph One Ltd.
- *   for Toby Churchill Ltd and Brightstar Engineering
+ * Copyright (C) 2002-2018 Aleph One Ltd.
  *
  * Created by Timothy Manning <timothy@yaffs.net>
  *
  *
  * Created by Timothy Manning <timothy@yaffs.net>
  *
index d065b2e3a36f540011ed43713b2db85f13132dbc..922345260e79ca63a87cfee6a391ac50710878b7 100644 (file)
@@ -1,8 +1,7 @@
 /*
  * YAFFS: Yet another FFS. A NAND-flash specific file system.
  *
 /*
  * YAFFS: Yet another FFS. A NAND-flash specific file system.
  *
- * Copyright (C) 2002-2011 Aleph One Ltd.
- *   for Toby Churchill Ltd and Brightstar Engineering
+ * Copyright (C) 2002-2018 Aleph One Ltd.
  *
  * Created by Timothy Manning <timothy@yaffs.net>
  *
  *
  * Created by Timothy Manning <timothy@yaffs.net>
  *
index e3540e829103af0c31a7fdab8c91445207fd333f..f36f24ef70f1293785c2258d304316d88df468af 100644 (file)
@@ -1,8 +1,7 @@
 /*
  * YAFFS: Yet another Flash File System . A NAND-flash specific file system. 
  *
 /*
  * YAFFS: Yet another Flash File System . A NAND-flash specific file system. 
  *
- * Copyright (C) 2002-2011 Aleph One Ltd.
- *   for Toby Churchill Ltd and Brightstar Engineering
+ * Copyright (C) 2002-2018 Aleph One Ltd.
  *
  * Created by Timothy Manning <timothy@yaffs.net>
  *
  *
  * Created by Timothy Manning <timothy@yaffs.net>
  *
index 976474206334ca320b9010691c8e59b9d760a673..dc44ed208cf56a4fac5b01554d9200396c1576bd 100644 (file)
@@ -1,8 +1,7 @@
 /*
  * YAFFS: Yet another FFS. A NAND-flash specific file system.
  *
 /*
  * YAFFS: Yet another FFS. A NAND-flash specific file system.
  *
- * Copyright (C) 2002-2011 Aleph One Ltd.
- *   for Toby Churchill Ltd and Brightstar Engineering
+ * Copyright (C) 2002-2018 Aleph One Ltd.
  *
  * Created by Timothy Manning <timothy@yaffs.net>
  *
  *
  * Created by Timothy Manning <timothy@yaffs.net>
  *
index b4c2f877c3cb6033f38897de899ad90af06c717a..e0cc8391507acfb2fa4e3c659b47a020ac0d9932 100644 (file)
@@ -1,8 +1,7 @@
 /*
  * YAFFS: Yet another Flash File System . A NAND-flash specific file system. 
  *
 /*
  * YAFFS: Yet another Flash File System . A NAND-flash specific file system. 
  *
- * Copyright (C) 2002-2011 Aleph One Ltd.
- *   for Toby Churchill Ltd and Brightstar Engineering
+ * Copyright (C) 2002-2018 Aleph One Ltd.
  *
  * Created by Timothy Manning <timothy@yaffs.net>
  *
  *
  * Created by Timothy Manning <timothy@yaffs.net>
  *
index 96804a13379c7c61b200a54dfe3c88243daf7ea7..f751a4dc025666f01accf2285baacf6487b42208 100644 (file)
@@ -1,8 +1,7 @@
 /*
  * YAFFS: Yet another FFS. A NAND-flash specific file system.
  *
 /*
  * YAFFS: Yet another FFS. A NAND-flash specific file system.
  *
- * Copyright (C) 2002-2011 Aleph One Ltd.
- *   for Toby Churchill Ltd and Brightstar Engineering
+ * Copyright (C) 2002-2018 Aleph One Ltd.
  *
  * Created by Timothy Manning <timothy@yaffs.net>
  *
  *
  * Created by Timothy Manning <timothy@yaffs.net>
  *
index c69b944c997dda9fb4f51898e7fe4e6cbe95639b..5eb4bdf6c8ccd04bbda91d440c058f7f7ffc8a2c 100644 (file)
@@ -1,8 +1,7 @@
 /*
  * YAFFS: Yet another Flash File System . A NAND-flash specific file system. 
  *
 /*
  * YAFFS: Yet another Flash File System . A NAND-flash specific file system. 
  *
- * Copyright (C) 2002-2011 Aleph One Ltd.
- *   for Toby Churchill Ltd and Brightstar Engineering
+ * Copyright (C) 2002-2018 Aleph One Ltd.
  *
  * Created by Timothy Manning <timothy@yaffs.net>
  *
  *
  * Created by Timothy Manning <timothy@yaffs.net>
  *
index e0d6b3233bffc51063ea398d64969096f707e8e4..32f10229b4efa67e0ff11d2933b2b265f8bcd088 100644 (file)
@@ -1,8 +1,7 @@
 /*
  * YAFFS: Yet another FFS. A NAND-flash specific file system.
  *
 /*
  * YAFFS: Yet another FFS. A NAND-flash specific file system.
  *
- * Copyright (C) 2002-2011 Aleph One Ltd.
- *   for Toby Churchill Ltd and Brightstar Engineering
+ * Copyright (C) 2002-2018 Aleph One Ltd.
  *
  * Created by Timothy Manning <timothy@yaffs.net>
  *
  *
  * Created by Timothy Manning <timothy@yaffs.net>
  *
index 26eb0d748799bc1a86ad0f89f6137672d7886547..37539c24c997e1349a683a23ab4098ad8514a21c 100644 (file)
@@ -1,8 +1,7 @@
 /*
  * YAFFS: Yet another Flash File System . A NAND-flash specific file system. 
  *
 /*
  * YAFFS: Yet another Flash File System . A NAND-flash specific file system. 
  *
- * Copyright (C) 2002-2011 Aleph One Ltd.
- *   for Toby Churchill Ltd and Brightstar Engineering
+ * Copyright (C) 2002-2018 Aleph One Ltd.
  *
  * Created by Timothy Manning <timothy@yaffs.net>
  *
  *
  * Created by Timothy Manning <timothy@yaffs.net>
  *
index c53a7b8edb80aeafcae62b283319e9343d54f9d8..5cc88e93ca7b291b3a444f8c5dda39cf40e41273 100644 (file)
@@ -1,8 +1,7 @@
 /*
  * YAFFS: Yet another FFS. A NAND-flash specific file system.
  *
 /*
  * YAFFS: Yet another FFS. A NAND-flash specific file system.
  *
- * Copyright (C) 2002-2011 Aleph One Ltd.
- *   for Toby Churchill Ltd and Brightstar Engineering
+ * Copyright (C) 2002-2018 Aleph One Ltd.
  *
  * Created by Timothy Manning <timothy@yaffs.net>
  *
  *
  * Created by Timothy Manning <timothy@yaffs.net>
  *
index 538cb09a688773267ac6218ecc2257e8ef362a77..c352fe7b934179155d36f7a2111b48ffba2fb3d3 100644 (file)
@@ -1,8 +1,7 @@
 /*
  * YAFFS: Yet another Flash File System . A NAND-flash specific file system. 
  *
 /*
  * YAFFS: Yet another Flash File System . A NAND-flash specific file system. 
  *
- * Copyright (C) 2002-2011 Aleph One Ltd.
- *   for Toby Churchill Ltd and Brightstar Engineering
+ * Copyright (C) 2002-2018 Aleph One Ltd.
  *
  * Created by Timothy Manning <timothy@yaffs.net>
  *
  *
  * Created by Timothy Manning <timothy@yaffs.net>
  *
index cb73609efc701481d95114452cf1c2ad9b0bfff4..d13b5a7402702a9c76bc7e9bc4f89f91660b2136 100644 (file)
@@ -1,8 +1,7 @@
 /*
  * YAFFS: Yet another FFS. A NAND-flash specific file system.
  *
 /*
  * YAFFS: Yet another FFS. A NAND-flash specific file system.
  *
- * Copyright (C) 2002-2011 Aleph One Ltd.
- *   for Toby Churchill Ltd and Brightstar Engineering
+ * Copyright (C) 2002-2018 Aleph One Ltd.
  *
  * Created by Timothy Manning <timothy@yaffs.net>
  *
  *
  * Created by Timothy Manning <timothy@yaffs.net>
  *
index aa8ee2a07b87b236fcd5d26fb021bd83282d0715..33d5fae86c29a874eadbf409ac0f2fecc1006770 100644 (file)
@@ -1,8 +1,7 @@
 /*
  * YAFFS: Yet another Flash File System . A NAND-flash specific file system. 
  *
 /*
  * YAFFS: Yet another Flash File System . A NAND-flash specific file system. 
  *
- * Copyright (C) 2002-2011 Aleph One Ltd.
- *   for Toby Churchill Ltd and Brightstar Engineering
+ * Copyright (C) 2002-2018 Aleph One Ltd.
  *
  * Created by Timothy Manning <timothy@yaffs.net>
  *
  *
  * Created by Timothy Manning <timothy@yaffs.net>
  *
index 52c88ad73ce7cdaa832374109efa2e869ed727f0..ccfc2df28b9fca094acd1ae85582dd749c55db1d 100644 (file)
@@ -1,8 +1,7 @@
 /*
  * YAFFS: Yet another FFS. A NAND-flash specific file system.
  *
 /*
  * YAFFS: Yet another FFS. A NAND-flash specific file system.
  *
- * Copyright (C) 2002-2011 Aleph One Ltd.
- *   for Toby Churchill Ltd and Brightstar Engineering
+ * Copyright (C) 2002-2018 Aleph One Ltd.
  *
  * Created by Timothy Manning <timothy@yaffs.net>
  *
  *
  * Created by Timothy Manning <timothy@yaffs.net>
  *
index 9001c91dc90dbf599ac968f325ace42dc6ca94ab..eabf152ef7f24513a0e4e97be79558aecc057162 100644 (file)
@@ -1,8 +1,7 @@
 /*
  * YAFFS: Yet another Flash File System . A NAND-flash specific file system. 
  *
 /*
  * YAFFS: Yet another Flash File System . A NAND-flash specific file system. 
  *
- * Copyright (C) 2002-2011 Aleph One Ltd.
- *   for Toby Churchill Ltd and Brightstar Engineering
+ * Copyright (C) 2002-2018 Aleph One Ltd.
  *
  * Created by Timothy Manning <timothy@yaffs.net>
  *
  *
  * Created by Timothy Manning <timothy@yaffs.net>
  *
index c333c3f90bedcccd9f190b8b0ddde68a8c937096..488fd77dd8a34f7a814b4261be4044d0e308fa38 100644 (file)
@@ -1,8 +1,7 @@
 /*
  * YAFFS: Yet another FFS. A NAND-flash specific file system.
  *
 /*
  * YAFFS: Yet another FFS. A NAND-flash specific file system.
  *
- * Copyright (C) 2002-2011 Aleph One Ltd.
- *   for Toby Churchill Ltd and Brightstar Engineering
+ * Copyright (C) 2002-2018 Aleph One Ltd.
  *
  * Created by Timothy Manning <timothy@yaffs.net>
  *
  *
  * Created by Timothy Manning <timothy@yaffs.net>
  *
index 618b2cb39b8e4c4c93078836eb7472530e4a6e32..440d8694192f4149c8b4407627ee78c263641b7e 100644 (file)
@@ -1,8 +1,7 @@
 /*
  * YAFFS: Yet another Flash File System . A NAND-flash specific file system. 
  *
 /*
  * YAFFS: Yet another Flash File System . A NAND-flash specific file system. 
  *
- * Copyright (C) 2002-2011 Aleph One Ltd.
- *   for Toby Churchill Ltd and Brightstar Engineering
+ * Copyright (C) 2002-2018 Aleph One Ltd.
  *
  * Created by Timothy Manning <timothy@yaffs.net>
  *
  *
  * Created by Timothy Manning <timothy@yaffs.net>
  *
index 4e5a2a497b4ede65fb87b5a876501891d87efc8b..dfcb400e464ab8675db5e7a374ee15106ee16df4 100644 (file)
@@ -1,8 +1,7 @@
 /*
  * YAFFS: Yet another FFS. A NAND-flash specific file system.
  *
 /*
  * YAFFS: Yet another FFS. A NAND-flash specific file system.
  *
- * Copyright (C) 2002-2011 Aleph One Ltd.
- *   for Toby Churchill Ltd and Brightstar Engineering
+ * Copyright (C) 2002-2018 Aleph One Ltd.
  *
  * Created by Timothy Manning <timothy@yaffs.net>
  *
  *
  * Created by Timothy Manning <timothy@yaffs.net>
  *
index 2efa65d2f7c342b10af263ce5f5da56c4d2cf6d8..b5603c3f7210586e6dbcd92555f8fe92c6baf1a7 100644 (file)
@@ -1,8 +1,7 @@
 /*
  * YAFFS: Yet another Flash File System . A NAND-flash specific file system. 
  *
 /*
  * YAFFS: Yet another Flash File System . A NAND-flash specific file system. 
  *
- * Copyright (C) 2002-2011 Aleph One Ltd.
- *   for Toby Churchill Ltd and Brightstar Engineering
+ * Copyright (C) 2002-2018 Aleph One Ltd.
  *
  * Created by Timothy Manning <timothy@yaffs.net>
  *
  *
  * Created by Timothy Manning <timothy@yaffs.net>
  *
index 7729369ea333d56486b7801039fb1ac4f48e05de..34f639d205e5d9365f91cb390d58cd663730d0ad 100644 (file)
@@ -1,8 +1,7 @@
 /*
  * YAFFS: Yet another FFS. A NAND-flash specific file system.
  *
 /*
  * YAFFS: Yet another FFS. A NAND-flash specific file system.
  *
- * Copyright (C) 2002-2011 Aleph One Ltd.
- *   for Toby Churchill Ltd and Brightstar Engineering
+ * Copyright (C) 2002-2018 Aleph One Ltd.
  *
  * Created by Timothy Manning <timothy@yaffs.net>
  *
  *
  * Created by Timothy Manning <timothy@yaffs.net>
  *
index 58779b135f287c1ff31505925bb6cf30253d5caa..4abdcb48b7322bcd5b7c56c9eca4a4eacfcfd70d 100644 (file)
@@ -1,8 +1,7 @@
 /*
  * YAFFS: Yet another Flash File System . A NAND-flash specific file system. 
  *
 /*
  * YAFFS: Yet another Flash File System . A NAND-flash specific file system. 
  *
- * Copyright (C) 2002-2011 Aleph One Ltd.
- *   for Toby Churchill Ltd and Brightstar Engineering
+ * Copyright (C) 2002-2018 Aleph One Ltd.
  *
  * Created by Timothy Manning <timothy@yaffs.net>
  *
  *
  * Created by Timothy Manning <timothy@yaffs.net>
  *
index ddbbf191b0c35208e0714fbe5bf5f35b968c4612..7c283d6577af2f94ed4bdf9c07f8a705cd8d7687 100644 (file)
@@ -1,8 +1,7 @@
 /*
  * YAFFS: Yet another FFS. A NAND-flash specific file system.
  *
 /*
  * YAFFS: Yet another FFS. A NAND-flash specific file system.
  *
- * Copyright (C) 2002-2011 Aleph One Ltd.
- *   for Toby Churchill Ltd and Brightstar Engineering
+ * Copyright (C) 2002-2018 Aleph One Ltd.
  *
  * Created by Timothy Manning <timothy@yaffs.net>
  *
  *
  * Created by Timothy Manning <timothy@yaffs.net>
  *
index 71770f3c2962085cdf117665e95478517ba5f9bf..5199b71c650d61fd2b14831ad5512d03fdb15a3e 100644 (file)
@@ -1,8 +1,7 @@
 /*
  * YAFFS: Yet another Flash File System . A NAND-flash specific file system. 
  *
 /*
  * YAFFS: Yet another Flash File System . A NAND-flash specific file system. 
  *
- * Copyright (C) 2002-2011 Aleph One Ltd.
- *   for Toby Churchill Ltd and Brightstar Engineering
+ * Copyright (C) 2002-2018 Aleph One Ltd.
  *
  * Created by Timothy Manning <timothy@yaffs.net>
  *
  *
  * Created by Timothy Manning <timothy@yaffs.net>
  *
index 3246a52fe0ca87b7a7148a755750edfa0dc61338..8ca3cea104817e74b9bb5bacc6dbf96edb78344a 100644 (file)
@@ -1,8 +1,7 @@
 /*
  * YAFFS: Yet another FFS. A NAND-flash specific file system.
  *
 /*
  * YAFFS: Yet another FFS. A NAND-flash specific file system.
  *
- * Copyright (C) 2002-2011 Aleph One Ltd.
- *   for Toby Churchill Ltd and Brightstar Engineering
+ * Copyright (C) 2002-2018 Aleph One Ltd.
  *
  * Created by Timothy Manning <timothy@yaffs.net>
  *
  *
  * Created by Timothy Manning <timothy@yaffs.net>
  *
index 9f985bb12974855287a417dd47a0ba4f5c8d1e1d..4282ae4bd34f698ad370f0dcfb4a01557ec9a5ca 100644 (file)
@@ -1,8 +1,7 @@
 /*
  * YAFFS: Yet another Flash File System . A NAND-flash specific file system. 
  *
 /*
  * YAFFS: Yet another Flash File System . A NAND-flash specific file system. 
  *
- * Copyright (C) 2002-2011 Aleph One Ltd.
- *   for Toby Churchill Ltd and Brightstar Engineering
+ * Copyright (C) 2002-2018 Aleph One Ltd.
  *
  * Created by Timothy Manning <timothy@yaffs.net>
  *
  *
  * Created by Timothy Manning <timothy@yaffs.net>
  *
index 2c831bb983b39310707ead5746228eb25da13b1f..db717104f7530e41d3cd6e3391a1b7d696d01fde 100644 (file)
@@ -1,8 +1,7 @@
 /*
  * YAFFS: Yet another FFS. A NAND-flash specific file system.
  *
 /*
  * YAFFS: Yet another FFS. A NAND-flash specific file system.
  *
- * Copyright (C) 2002-2011 Aleph One Ltd.
- *   for Toby Churchill Ltd and Brightstar Engineering
+ * Copyright (C) 2002-2018 Aleph One Ltd.
  *
  * Created by Timothy Manning <timothy@yaffs.net>
  *
  *
  * Created by Timothy Manning <timothy@yaffs.net>
  *
index 50cd3f61b822e92bea93728e23706ac227f0263f..bc853d1eef18171f08a334fe8f9fb14cc171ca00 100644 (file)
@@ -1,8 +1,7 @@
 /*
  * YAFFS: Yet another Flash File System . A NAND-flash specific file system. 
  *
 /*
  * YAFFS: Yet another Flash File System . A NAND-flash specific file system. 
  *
- * Copyright (C) 2002-2011 Aleph One Ltd.
- *   for Toby Churchill Ltd and Brightstar Engineering
+ * Copyright (C) 2002-2018 Aleph One Ltd.
  *
  * Created by Timothy Manning <timothy@yaffs.net>
  *
  *
  * Created by Timothy Manning <timothy@yaffs.net>
  *
index 0ce0312d146be7dbe929548327a8794434db7a7a..be6fc472604f9e84bee0f87a2f238c29eaea5712 100644 (file)
@@ -1,8 +1,7 @@
 /*
  * YAFFS: Yet another FFS. A NAND-flash specific file system.
  *
 /*
  * YAFFS: Yet another FFS. A NAND-flash specific file system.
  *
- * Copyright (C) 2002-2011 Aleph One Ltd.
- *   for Toby Churchill Ltd and Brightstar Engineering
+ * Copyright (C) 2002-2018 Aleph One Ltd.
  *
  * Created by Timothy Manning <timothy@yaffs.net>
  *
  *
  * Created by Timothy Manning <timothy@yaffs.net>
  *
index 4b0af38ff02fe889780baa9a904d9b8a26d529c6..15597ca7514a6df6ae1c144d69083df79ec021d9 100644 (file)
@@ -1,8 +1,7 @@
 /*
  * YAFFS: Yet another Flash File System . A NAND-flash specific file system. 
  *
 /*
  * YAFFS: Yet another Flash File System . A NAND-flash specific file system. 
  *
- * Copyright (C) 2002-2011 Aleph One Ltd.
- *   for Toby Churchill Ltd and Brightstar Engineering
+ * Copyright (C) 2002-2018 Aleph One Ltd.
  *
  * Created by Timothy Manning <timothy@yaffs.net>
  *
  *
  * Created by Timothy Manning <timothy@yaffs.net>
  *
index fdd03f74406e70e5535a5e058340f86c9946c255..104c1bc6fd6f65d0d5ad0008ebb6f72c8d6d2aaa 100644 (file)
@@ -1,8 +1,7 @@
 /*
  * YAFFS: Yet another FFS. A NAND-flash specific file system.
  *
 /*
  * YAFFS: Yet another FFS. A NAND-flash specific file system.
  *
- * Copyright (C) 2002-2011 Aleph One Ltd.
- *   for Toby Churchill Ltd and Brightstar Engineering
+ * Copyright (C) 2002-2018 Aleph One Ltd.
  *
  * Created by Timothy Manning <timothy@yaffs.net>
  *
  *
  * Created by Timothy Manning <timothy@yaffs.net>
  *
index b6e9d717431b5176bf36295b9ef3a7a10674fa5d..67de5ba93c4150d42244e8015a5657159d689afd 100644 (file)
@@ -1,8 +1,7 @@
 /*
  * YAFFS: Yet another Flash File System . A NAND-flash specific file system. 
  *
 /*
  * YAFFS: Yet another Flash File System . A NAND-flash specific file system. 
  *
- * Copyright (C) 2002-2011 Aleph One Ltd.
- *   for Toby Churchill Ltd and Brightstar Engineering
+ * Copyright (C) 2002-2018 Aleph One Ltd.
  *
  * Created by Timothy Manning <timothy@yaffs.net>
  *
  *
  * Created by Timothy Manning <timothy@yaffs.net>
  *
index f837e8cf2c31efbc4867061afb39c7add53a4025..2c0da03d3d102e88136d9500e2046699c4e532f5 100644 (file)
@@ -1,8 +1,7 @@
 /*
  * YAFFS: Yet another FFS. A NAND-flash specific file system.
  *
 /*
  * YAFFS: Yet another FFS. A NAND-flash specific file system.
  *
- * Copyright (C) 2002-2011 Aleph One Ltd.
- *   for Toby Churchill Ltd and Brightstar Engineering
+ * Copyright (C) 2002-2018 Aleph One Ltd.
  *
  * Created by Timothy Manning <timothy@yaffs.net>
  *
  *
  * Created by Timothy Manning <timothy@yaffs.net>
  *
index f43e4d026fe30c67e778b8d3e9c69a79a278c236..a92a09cf3914129e66361b4558648a71dbd6a069 100644 (file)
@@ -1,8 +1,7 @@
 /*
  * YAFFS: Yet another Flash File System . A NAND-flash specific file system. 
  *
 /*
  * YAFFS: Yet another Flash File System . A NAND-flash specific file system. 
  *
- * Copyright (C) 2002-2011 Aleph One Ltd.
- *   for Toby Churchill Ltd and Brightstar Engineering
+ * Copyright (C) 2002-2018 Aleph One Ltd.
  *
  * Created by Timothy Manning <timothy@yaffs.net>
  *
  *
  * Created by Timothy Manning <timothy@yaffs.net>
  *
index 45337fdf2e426f01d427f026e175677d7a18718f..21f187c547057f1006e3b60f6135970179083a1d 100644 (file)
@@ -1,8 +1,7 @@
 /*
  * YAFFS: Yet another FFS. A NAND-flash specific file system.
  *
 /*
  * YAFFS: Yet another FFS. A NAND-flash specific file system.
  *
- * Copyright (C) 2002-2011 Aleph One Ltd.
- *   for Toby Churchill Ltd and Brightstar Engineering
+ * Copyright (C) 2002-2018 Aleph One Ltd.
  *
  * Created by Timothy Manning <timothy@yaffs.net>
  *
  *
  * Created by Timothy Manning <timothy@yaffs.net>
  *
index 6f8ef2d6da825ce3a733210f571a7589e5d09e05..a9c99ceb4a73db436577642a866d89eac8baa365 100644 (file)
@@ -1,8 +1,7 @@
 /*
  * YAFFS: Yet another Flash File System . A NAND-flash specific file system. 
  *
 /*
  * YAFFS: Yet another Flash File System . A NAND-flash specific file system. 
  *
- * Copyright (C) 2002-2011 Aleph One Ltd.
- *   for Toby Churchill Ltd and Brightstar Engineering
+ * Copyright (C) 2002-2018 Aleph One Ltd.
  *
  * Created by Timothy Manning <timothy@yaffs.net>
  *
  *
  * Created by Timothy Manning <timothy@yaffs.net>
  *
index 981c79929c86bdd0e03e207d2a67b94ef3649a1b..aa214c06f126ea066b108af2825acc5a1352f233 100644 (file)
@@ -1,8 +1,7 @@
 /*
  * YAFFS: Yet another FFS. A NAND-flash specific file system.
  *
 /*
  * YAFFS: Yet another FFS. A NAND-flash specific file system.
  *
- * Copyright (C) 2002-2011 Aleph One Ltd.
- *   for Toby Churchill Ltd and Brightstar Engineering
+ * Copyright (C) 2002-2018 Aleph One Ltd.
  *
  * Created by Timothy Manning <timothy@yaffs.net>
  *
  *
  * Created by Timothy Manning <timothy@yaffs.net>
  *
index 0fc304f9ae0f70f0ee6af7691ab5b932208f9279..7c22958cc7d9538013a25796e93dbcc1136ee208 100644 (file)
@@ -1,8 +1,7 @@
 /*
  * YAFFS: Yet another Flash File System . A NAND-flash specific file system. 
  *
 /*
  * YAFFS: Yet another Flash File System . A NAND-flash specific file system. 
  *
- * Copyright (C) 2002-2011 Aleph One Ltd.
- *   for Toby Churchill Ltd and Brightstar Engineering
+ * Copyright (C) 2002-2018 Aleph One Ltd.
  *
  * Created by Timothy Manning <timothy@yaffs.net>
  *
  *
  * Created by Timothy Manning <timothy@yaffs.net>
  *
index d898f8c409ad3e437bea619875b20e6f179b57ba..79f6b20dc36d809237eb41d98311339bcb80b388 100644 (file)
@@ -1,8 +1,7 @@
 /*
  * YAFFS: Yet another FFS. A NAND-flash specific file system.
  *
 /*
  * YAFFS: Yet another FFS. A NAND-flash specific file system.
  *
- * Copyright (C) 2002-2011 Aleph One Ltd.
- *   for Toby Churchill Ltd and Brightstar Engineering
+ * Copyright (C) 2002-2018 Aleph One Ltd.
  *
  * Created by Timothy Manning <timothy@yaffs.net>
  *
  *
  * Created by Timothy Manning <timothy@yaffs.net>
  *
index 93fbf82b4636df236573ce1e81b4364c5d40fbee..626d19377f992b9019d39a459c446014432d1ab1 100644 (file)
@@ -1,8 +1,7 @@
 /*
  * YAFFS: Yet another Flash File System . A NAND-flash specific file system. 
  *
 /*
  * YAFFS: Yet another Flash File System . A NAND-flash specific file system. 
  *
- * Copyright (C) 2002-2011 Aleph One Ltd.
- *   for Toby Churchill Ltd and Brightstar Engineering
+ * Copyright (C) 2002-2018 Aleph One Ltd.
  *
  * Created by Timothy Manning <timothy@yaffs.net>
  *
  *
  * Created by Timothy Manning <timothy@yaffs.net>
  *
index 1bcf4034fccca8bab6147b13c8103d416b856e29..81ae447447177e72e8cb7a933bc6205b97f3124d 100644 (file)
@@ -1,8 +1,7 @@
 /*
  * YAFFS: Yet another FFS. A NAND-flash specific file system.
  *
 /*
  * YAFFS: Yet another FFS. A NAND-flash specific file system.
  *
- * Copyright (C) 2002-2011 Aleph One Ltd.
- *   for Toby Churchill Ltd and Brightstar Engineering
+ * Copyright (C) 2002-2018 Aleph One Ltd.
  *
  * Created by Timothy Manning <timothy@yaffs.net>
  *
  *
  * Created by Timothy Manning <timothy@yaffs.net>
  *
index 2458a771a3b561ce50478aa270c1dac3f23edf0d..564018bba207542c35d6c25825d78c26d4290b63 100644 (file)
@@ -1,8 +1,7 @@
 /*
  * YAFFS: Yet another Flash File System . A NAND-flash specific file system. 
  *
 /*
  * YAFFS: Yet another Flash File System . A NAND-flash specific file system. 
  *
- * Copyright (C) 2002-2011 Aleph One Ltd.
- *   for Toby Churchill Ltd and Brightstar Engineering
+ * Copyright (C) 2002-2018 Aleph One Ltd.
  *
  * Created by Timothy Manning <timothy@yaffs.net>
  *
  *
  * Created by Timothy Manning <timothy@yaffs.net>
  *
index 76447bc87cba2664a2d012904fd55cb31185d592..2af38f6406896736cfc56187c5a787f646e12892 100644 (file)
@@ -1,8 +1,7 @@
 /*
  * YAFFS: Yet another FFS. A NAND-flash specific file system.
  *
 /*
  * YAFFS: Yet another FFS. A NAND-flash specific file system.
  *
- * Copyright (C) 2002-2011 Aleph One Ltd.
- *   for Toby Churchill Ltd and Brightstar Engineering
+ * Copyright (C) 2002-2018 Aleph One Ltd.
  *
  * Created by Timothy Manning <timothy@yaffs.net>
  *
  *
  * Created by Timothy Manning <timothy@yaffs.net>
  *
index 0fc055a031081297025750ca283defad4819f8ee..271012373647694ec987e27a1ce363603d02aee4 100644 (file)
@@ -1,8 +1,7 @@
 /*
  * YAFFS: Yet another Flash File System . A NAND-flash specific file system. 
  *
 /*
  * YAFFS: Yet another Flash File System . A NAND-flash specific file system. 
  *
- * Copyright (C) 2002-2011 Aleph One Ltd.
- *   for Toby Churchill Ltd and Brightstar Engineering
+ * Copyright (C) 2002-2018 Aleph One Ltd.
  *
  * Created by Timothy Manning <timothy@yaffs.net>
  *
  *
  * Created by Timothy Manning <timothy@yaffs.net>
  *
index e00e86828e4eb3d581cba9d24854b0d6b84e7b4a..c024df280413a4df2492202c95c5135c6693f821 100644 (file)
@@ -1,8 +1,7 @@
 /*
  * YAFFS: Yet another FFS. A NAND-flash specific file system.
  *
 /*
  * YAFFS: Yet another FFS. A NAND-flash specific file system.
  *
- * Copyright (C) 2002-2011 Aleph One Ltd.
- *   for Toby Churchill Ltd and Brightstar Engineering
+ * Copyright (C) 2002-2018 Aleph One Ltd.
  *
  * Created by Timothy Manning <timothy@yaffs.net>
  *
  *
  * Created by Timothy Manning <timothy@yaffs.net>
  *
index 79b8d65384526a018d08805c727990a53a630cdd..78009b508c8ef603796471dbb110d68ec110bd9e 100644 (file)
@@ -1,8 +1,7 @@
 /*
  * YAFFS: Yet another Flash File System . A NAND-flash specific file system. 
  *
 /*
  * YAFFS: Yet another Flash File System . A NAND-flash specific file system. 
  *
- * Copyright (C) 2002-2011 Aleph One Ltd.
- *   for Toby Churchill Ltd and Brightstar Engineering
+ * Copyright (C) 2002-2018 Aleph One Ltd.
  *
  * Created by Timothy Manning <timothy@yaffs.net>
  *
  *
  * Created by Timothy Manning <timothy@yaffs.net>
  *
index 53506b42f883046f048a72edfb410e58b158ccec..e2fb5f5090aed97369b5c6b0018bbd3d9e25df31 100644 (file)
@@ -1,8 +1,7 @@
 /*
  * YAFFS: Yet another FFS. A NAND-flash specific file system.
  *
 /*
  * YAFFS: Yet another FFS. A NAND-flash specific file system.
  *
- * Copyright (C) 2002-2011 Aleph One Ltd.
- *   for Toby Churchill Ltd and Brightstar Engineering
+ * Copyright (C) 2002-2018 Aleph One Ltd.
  *
  * Created by Timothy Manning <timothy@yaffs.net>
  *
  *
  * Created by Timothy Manning <timothy@yaffs.net>
  *
index a5ebd6b7688b9890a8bdb6549504023a1709d049..6cfa68ea0bfb286516c1996a91aa1772ca11c449 100644 (file)
@@ -1,8 +1,7 @@
 /*
  * YAFFS: Yet another Flash File System . A NAND-flash specific file system. 
  *
 /*
  * YAFFS: Yet another Flash File System . A NAND-flash specific file system. 
  *
- * Copyright (C) 2002-2011 Aleph One Ltd.
- *   for Toby Churchill Ltd and Brightstar Engineering
+ * Copyright (C) 2002-2018 Aleph One Ltd.
  *
  * Created by Timothy Manning <timothy@yaffs.net>
  *
  *
  * Created by Timothy Manning <timothy@yaffs.net>
  *
index b70551dbf86741f29c3716f13ff26da0b84d7f31..cb72b6d861ac70af9a827ff9d93fc66233649bc2 100644 (file)
@@ -1,8 +1,7 @@
 /*
  * YAFFS: Yet another FFS. A NAND-flash specific file system.
  *
 /*
  * YAFFS: Yet another FFS. A NAND-flash specific file system.
  *
- * Copyright (C) 2002-2011 Aleph One Ltd.
- *   for Toby Churchill Ltd and Brightstar Engineering
+ * Copyright (C) 2002-2018 Aleph One Ltd.
  *
  * Created by Timothy Manning <timothy@yaffs.net>
  *
  *
  * Created by Timothy Manning <timothy@yaffs.net>
  *
index 30ee880054be2e7056b8ad44e947bd95546dfa30..60b445017b7c9f229a3a1817834b5cca306dbf89 100644 (file)
@@ -1,8 +1,7 @@
 /*
  * YAFFS: Yet another Flash File System . A NAND-flash specific file system. 
  *
 /*
  * YAFFS: Yet another Flash File System . A NAND-flash specific file system. 
  *
- * Copyright (C) 2002-2011 Aleph One Ltd.
- *   for Toby Churchill Ltd and Brightstar Engineering
+ * Copyright (C) 2002-2018 Aleph One Ltd.
  *
  * Created by Timothy Manning <timothy@yaffs.net>
  *
  *
  * Created by Timothy Manning <timothy@yaffs.net>
  *
index babe1abca0d213ba98fd9b8f92d6651014bdb708..63b7fc07e4c9647e07c5decee6db46d2467d9826 100644 (file)
@@ -1,8 +1,7 @@
 /*
  * YAFFS: Yet another FFS. A NAND-flash specific file system.
  *
 /*
  * YAFFS: Yet another FFS. A NAND-flash specific file system.
  *
- * Copyright (C) 2002-2011 Aleph One Ltd.
- *   for Toby Churchill Ltd and Brightstar Engineering
+ * Copyright (C) 2002-2018 Aleph One Ltd.
  *
  * Created by Timothy Manning <timothy@yaffs.net>
  *
  *
  * Created by Timothy Manning <timothy@yaffs.net>
  *
index 435bea183bd1a70a3949e89f94f0003a612d4fe4..09feeddb8645aea64070966e85614d05b2e516e4 100644 (file)
@@ -1,8 +1,7 @@
 /*
  * YAFFS: Yet another Flash File System . A NAND-flash specific file system. 
  *
 /*
  * YAFFS: Yet another Flash File System . A NAND-flash specific file system. 
  *
- * Copyright (C) 2002-2011 Aleph One Ltd.
- *   for Toby Churchill Ltd and Brightstar Engineering
+ * Copyright (C) 2002-2018 Aleph One Ltd.
  *
  * Created by Timothy Manning <timothy@yaffs.net>
  *
  *
  * Created by Timothy Manning <timothy@yaffs.net>
  *
index aea41fb84b7e0e284e3e38da7fcfd8fd0a54b5ff..277716fc7fb12ef4c04f9a17792c78270be2e819 100644 (file)
@@ -1,8 +1,7 @@
 /*
  * YAFFS: Yet another FFS. A NAND-flash specific file system.
  *
 /*
  * YAFFS: Yet another FFS. A NAND-flash specific file system.
  *
- * Copyright (C) 2002-2011 Aleph One Ltd.
- *   for Toby Churchill Ltd and Brightstar Engineering
+ * Copyright (C) 2002-2018 Aleph One Ltd.
  *
  * Created by Timothy Manning <timothy@yaffs.net>
  *
  *
  * Created by Timothy Manning <timothy@yaffs.net>
  *
index ae703ccf8a9bc745b98331ed46ee9cd194ff201e..d947102336b90683287654a74bb5ffecb9e82ee3 100644 (file)
@@ -1,8 +1,7 @@
 /*
  * YAFFS: Yet another Flash File System . A NAND-flash specific file system. 
  *
 /*
  * YAFFS: Yet another Flash File System . A NAND-flash specific file system. 
  *
- * Copyright (C) 2002-2011 Aleph One Ltd.
- *   for Toby Churchill Ltd and Brightstar Engineering
+ * Copyright (C) 2002-2018 Aleph One Ltd.
  *
  * Created by Timothy Manning <timothy@yaffs.net>
  *
  *
  * Created by Timothy Manning <timothy@yaffs.net>
  *
index c00ef3bf1ac1b77701359fd8b32b8c7d593ee57e..c1f24ace31d3f2d2b3264feb1fe977955376d116 100644 (file)
@@ -1,8 +1,7 @@
 /*
  * YAFFS: Yet another FFS. A NAND-flash specific file system.
  *
 /*
  * YAFFS: Yet another FFS. A NAND-flash specific file system.
  *
- * Copyright (C) 2002-2011 Aleph One Ltd.
- *   for Toby Churchill Ltd and Brightstar Engineering
+ * Copyright (C) 2002-2018 Aleph One Ltd.
  *
  * Created by Timothy Manning <timothy@yaffs.net>
  *
  *
  * Created by Timothy Manning <timothy@yaffs.net>
  *
index 83da84c93888aae6c3767df04d468d8f1ac98572..fa75a7b4f46daceab4ead736869becf30fdeb56e 100644 (file)
@@ -1,8 +1,7 @@
 /*
  * YAFFS: Yet another Flash File System . A NAND-flash specific file system. 
  *
 /*
  * YAFFS: Yet another Flash File System . A NAND-flash specific file system. 
  *
- * Copyright (C) 2002-2011 Aleph One Ltd.
- *   for Toby Churchill Ltd and Brightstar Engineering
+ * Copyright (C) 2002-2018 Aleph One Ltd.
  *
  * Created by Timothy Manning <timothy@yaffs.net>
  *
  *
  * Created by Timothy Manning <timothy@yaffs.net>
  *
index 1ebc4b12e1dcf12ee458ed9eb2df82a1c907c6f4..c2c5d1e0ff0f5e85e740ab864a982dec344c6d84 100644 (file)
@@ -1,8 +1,7 @@
 /*
  * YAFFS: Yet another FFS. A NAND-flash specific file system.
  *
 /*
  * YAFFS: Yet another FFS. A NAND-flash specific file system.
  *
- * Copyright (C) 2002-2011 Aleph One Ltd.
- *   for Toby Churchill Ltd and Brightstar Engineering
+ * Copyright (C) 2002-2018 Aleph One Ltd.
  *
  * Created by Timothy Manning <timothy@yaffs.net>
  *
  *
  * Created by Timothy Manning <timothy@yaffs.net>
  *
index e870f4c283f3b1eb067f3b22c5d5aefc295571d6..2293b7b6486b8af2f537356898bd72bd168457be 100644 (file)
@@ -1,8 +1,7 @@
 /*
  * YAFFS: Yet another Flash File System . A NAND-flash specific file system. 
  *
 /*
  * YAFFS: Yet another Flash File System . A NAND-flash specific file system. 
  *
- * Copyright (C) 2002-2011 Aleph One Ltd.
- *   for Toby Churchill Ltd and Brightstar Engineering
+ * Copyright (C) 2002-2018 Aleph One Ltd.
  *
  * Created by Timothy Manning <timothy@yaffs.net>
  *
  *
  * Created by Timothy Manning <timothy@yaffs.net>
  *
index d7e11d52c64b01435e1d250a99363451974dbd79..65a8712c63dff89c3a4d7152fe5b70819e1614e5 100644 (file)
@@ -1,8 +1,7 @@
 /*
  * YAFFS: Yet another FFS. A NAND-flash specific file system.
  *
 /*
  * YAFFS: Yet another FFS. A NAND-flash specific file system.
  *
- * Copyright (C) 2002-2011 Aleph One Ltd.
- *   for Toby Churchill Ltd and Brightstar Engineering
+ * Copyright (C) 2002-2018 Aleph One Ltd.
  *
  * Created by Timothy Manning <timothy@yaffs.net>
  *
  *
  * Created by Timothy Manning <timothy@yaffs.net>
  *
index c9e50a4a67e8384a0b7eeef41c28772944f537af..ab17bc034fdb37e9fac025f2bd923997cab755fd 100644 (file)
@@ -1,8 +1,7 @@
 /*
  * YAFFS: Yet another Flash File System . A NAND-flash specific file system. 
  *
 /*
  * YAFFS: Yet another Flash File System . A NAND-flash specific file system. 
  *
- * Copyright (C) 2002-2011 Aleph One Ltd.
- *   for Toby Churchill Ltd and Brightstar Engineering
+ * Copyright (C) 2002-2018 Aleph One Ltd.
  *
  * Created by Timothy Manning <timothy@yaffs.net>
  *
  *
  * Created by Timothy Manning <timothy@yaffs.net>
  *
index 1ebc4b12e1dcf12ee458ed9eb2df82a1c907c6f4..c2c5d1e0ff0f5e85e740ab864a982dec344c6d84 100644 (file)
@@ -1,8 +1,7 @@
 /*
  * YAFFS: Yet another FFS. A NAND-flash specific file system.
  *
 /*
  * YAFFS: Yet another FFS. A NAND-flash specific file system.
  *
- * Copyright (C) 2002-2011 Aleph One Ltd.
- *   for Toby Churchill Ltd and Brightstar Engineering
+ * Copyright (C) 2002-2018 Aleph One Ltd.
  *
  * Created by Timothy Manning <timothy@yaffs.net>
  *
  *
  * Created by Timothy Manning <timothy@yaffs.net>
  *
index e870f4c283f3b1eb067f3b22c5d5aefc295571d6..2293b7b6486b8af2f537356898bd72bd168457be 100644 (file)
@@ -1,8 +1,7 @@
 /*
  * YAFFS: Yet another Flash File System . A NAND-flash specific file system. 
  *
 /*
  * YAFFS: Yet another Flash File System . A NAND-flash specific file system. 
  *
- * Copyright (C) 2002-2011 Aleph One Ltd.
- *   for Toby Churchill Ltd and Brightstar Engineering
+ * Copyright (C) 2002-2018 Aleph One Ltd.
  *
  * Created by Timothy Manning <timothy@yaffs.net>
  *
  *
  * Created by Timothy Manning <timothy@yaffs.net>
  *
index a95ae25ccd75fb261f5b35a817edef2c8b75182c..c5c3674d78880e4f98bdd5c77cce833e5dc6746e 100644 (file)
@@ -1,8 +1,7 @@
 /*
  * YAFFS: Yet another FFS. A NAND-flash specific file system.
  *
 /*
  * YAFFS: Yet another FFS. A NAND-flash specific file system.
  *
- * Copyright (C) 2002-2011 Aleph One Ltd.
- *   for Toby Churchill Ltd and Brightstar Engineering
+ * Copyright (C) 2002-2018 Aleph One Ltd.
  *
  * Created by Timothy Manning <timothy@yaffs.net>
  *
  *
  * Created by Timothy Manning <timothy@yaffs.net>
  *
index 7fcc4db35a1dd90db176e4dc4e8388564980049e..ca033653886aeb43f2ffe6244de05ff8677a8fd0 100644 (file)
@@ -1,8 +1,7 @@
 /*
  * YAFFS: Yet another Flash File System . A NAND-flash specific file system. 
  *
 /*
  * YAFFS: Yet another Flash File System . A NAND-flash specific file system. 
  *
- * Copyright (C) 2002-2011 Aleph One Ltd.
- *   for Toby Churchill Ltd and Brightstar Engineering
+ * Copyright (C) 2002-2018 Aleph One Ltd.
  *
  * Created by Timothy Manning <timothy@yaffs.net>
  *
  *
  * Created by Timothy Manning <timothy@yaffs.net>
  *
index f642b7d2769feb47843595eea77d637e0ff10121..3044e13d9ee610bab00335fb667b03a74a20f97e 100644 (file)
@@ -1,8 +1,7 @@
 /*
  * YAFFS: Yet another FFS. A NAND-flash specific file system.
  *
 /*
  * YAFFS: Yet another FFS. A NAND-flash specific file system.
  *
- * Copyright (C) 2002-2011 Aleph One Ltd.
- *   for Toby Churchill Ltd and Brightstar Engineering
+ * Copyright (C) 2002-2018 Aleph One Ltd.
  *
  * Created by Timothy Manning <timothy@yaffs.net>
  *
  *
  * Created by Timothy Manning <timothy@yaffs.net>
  *
index 9b1fa7435dc232fac037aa4d2ad3e8abe0022ddf..fb076cb8d1fa832dd21d51436aa4f4c91f23f8fd 100644 (file)
@@ -1,8 +1,7 @@
 /*
  * YAFFS: Yet another Flash File System . A NAND-flash specific file system. 
  *
 /*
  * YAFFS: Yet another Flash File System . A NAND-flash specific file system. 
  *
- * Copyright (C) 2002-2011 Aleph One Ltd.
- *   for Toby Churchill Ltd and Brightstar Engineering
+ * Copyright (C) 2002-2018 Aleph One Ltd.
  *
  * Created by Timothy Manning <timothy@yaffs.net>
  *
  *
  * Created by Timothy Manning <timothy@yaffs.net>
  *
index be5cc87a635760b1e606f27c649e945f78756a18..767e7e353ccf95449890f398b779c9496eefe4a9 100644 (file)
@@ -1,8 +1,7 @@
 /*
  * YAFFS: Yet another FFS. A NAND-flash specific file system.
  *
 /*
  * YAFFS: Yet another FFS. A NAND-flash specific file system.
  *
- * Copyright (C) 2002-2011 Aleph One Ltd.
- *   for Toby Churchill Ltd and Brightstar Engineering
+ * Copyright (C) 2002-2018 Aleph One Ltd.
  *
  * Created by Timothy Manning <timothy@yaffs.net>
  *
  *
  * Created by Timothy Manning <timothy@yaffs.net>
  *
index cd76d403780f3431b5874bac8e590bdf4d0bd21f..214dba04c3a94c451377d76581c1c6befb189f96 100644 (file)
@@ -1,8 +1,7 @@
 /*
  * YAFFS: Yet another Flash File System . A NAND-flash specific file system. 
  *
 /*
  * YAFFS: Yet another Flash File System . A NAND-flash specific file system. 
  *
- * Copyright (C) 2002-2011 Aleph One Ltd.
- *   for Toby Churchill Ltd and Brightstar Engineering
+ * Copyright (C) 2002-2018 Aleph One Ltd.
  *
  * Created by Timothy Manning <timothy@yaffs.net>
  *
  *
  * Created by Timothy Manning <timothy@yaffs.net>
  *
index c6e8b88d3ecf7c79ef30d48982e18986d8f1f8eb..ce504ac62acedb152f05c19c0e13c7fec001315e 100644 (file)
@@ -1,8 +1,7 @@
 /*
  * YAFFS: Yet another FFS. A NAND-flash specific file system.
  *
 /*
  * YAFFS: Yet another FFS. A NAND-flash specific file system.
  *
- * Copyright (C) 2002-2011 Aleph One Ltd.
- *   for Toby Churchill Ltd and Brightstar Engineering
+ * Copyright (C) 2002-2018 Aleph One Ltd.
  *
  * Created by Timothy Manning <timothy@yaffs.net>
  *
  *
  * Created by Timothy Manning <timothy@yaffs.net>
  *
index fd6b2c63ec4e40504c3d16361d05a0a9ed0c0c59..1ef5e9496e452dbf9a3a99eff9aba2ff85618fd9 100644 (file)
@@ -1,8 +1,7 @@
 /*
  * YAFFS: Yet another Flash File System . A NAND-flash specific file system. 
  *
 /*
  * YAFFS: Yet another Flash File System . A NAND-flash specific file system. 
  *
- * Copyright (C) 2002-2011 Aleph One Ltd.
- *   for Toby Churchill Ltd and Brightstar Engineering
+ * Copyright (C) 2002-2018 Aleph One Ltd.
  *
  * Created by Timothy Manning <timothy@yaffs.net>
  *
  *
  * Created by Timothy Manning <timothy@yaffs.net>
  *
index 0d6c072869aaa40e4a9fca2ab822fe8aee66ce5a..9beffd8af6064d6b98c91fe626b15bcec49f28b4 100644 (file)
@@ -1,8 +1,7 @@
 /*
  * YAFFS: Yet another FFS. A NAND-flash specific file system.
  *
 /*
  * YAFFS: Yet another FFS. A NAND-flash specific file system.
  *
- * Copyright (C) 2002-2011 Aleph One Ltd.
- *   for Toby Churchill Ltd and Brightstar Engineering
+ * Copyright (C) 2002-2018 Aleph One Ltd.
  *
  * Created by Timothy Manning <timothy@yaffs.net>
  *
  *
  * Created by Timothy Manning <timothy@yaffs.net>
  *
index 4055b6ec4bd216183c1970c243de8b1397f583ef..7025b624a85090eac40c3bf0011862b89e25dc4e 100644 (file)
@@ -1,8 +1,7 @@
 /*
  * YAFFS: Yet another Flash File System . A NAND-flash specific file system. 
  *
 /*
  * YAFFS: Yet another Flash File System . A NAND-flash specific file system. 
  *
- * Copyright (C) 2002-2011 Aleph One Ltd.
- *   for Toby Churchill Ltd and Brightstar Engineering
+ * Copyright (C) 2002-2018 Aleph One Ltd.
  *
  * Created by Timothy Manning <timothy@yaffs.net>
  *
  *
  * Created by Timothy Manning <timothy@yaffs.net>
  *
index 24795908873997c42356f997b281460460f7e742..462fb3134574239f2e72c25bc77ca13d211cf111 100644 (file)
@@ -1,8 +1,7 @@
 /*
  * YAFFS: Yet another FFS. A NAND-flash specific file system.
  *
 /*
  * YAFFS: Yet another FFS. A NAND-flash specific file system.
  *
- * Copyright (C) 2002-2011 Aleph One Ltd.
- *   for Toby Churchill Ltd and Brightstar Engineering
+ * Copyright (C) 2002-2018 Aleph One Ltd.
  *
  * Created by Timothy Manning <timothy@yaffs.net>
  *
  *
  * Created by Timothy Manning <timothy@yaffs.net>
  *
index 0cd4d32cdb736ba3984571b39c361c647a4ea783..abd332c0bb346657c4f0856da99be2e142081d8e 100644 (file)
@@ -1,8 +1,7 @@
 /*
  * YAFFS: Yet another Flash File System . A NAND-flash specific file system. 
  *
 /*
  * YAFFS: Yet another Flash File System . A NAND-flash specific file system. 
  *
- * Copyright (C) 2002-2011 Aleph One Ltd.
- *   for Toby Churchill Ltd and Brightstar Engineering
+ * Copyright (C) 2002-2018 Aleph One Ltd.
  *
  * Created by Timothy Manning <timothy@yaffs.net>
  *
  *
  * Created by Timothy Manning <timothy@yaffs.net>
  *
index 02568629f1c28f36e5a9a44d8b5fe2685882770e..4eb09b19106f0297bfa0469f8db34c4c600e49e2 100644 (file)
@@ -1,8 +1,7 @@
 /*
  * YAFFS: Yet another FFS. A NAND-flash specific file system.
  *
 /*
  * YAFFS: Yet another FFS. A NAND-flash specific file system.
  *
- * Copyright (C) 2002-2011 Aleph One Ltd.
- *   for Toby Churchill Ltd and Brightstar Engineering
+ * Copyright (C) 2002-2018 Aleph One Ltd.
  *
  * Created by Timothy Manning <timothy@yaffs.net>
  *
  *
  * Created by Timothy Manning <timothy@yaffs.net>
  *
index 371fdff840393a9a5df8b6c6e787c6052706f6e5..ef0de56f66712061f0b0f2924878b6db9888818e 100644 (file)
@@ -1,8 +1,7 @@
 /*
  * YAFFS: Yet another Flash File System . A NAND-flash specific file system. 
  *
 /*
  * YAFFS: Yet another Flash File System . A NAND-flash specific file system. 
  *
- * Copyright (C) 2002-2011 Aleph One Ltd.
- *   for Toby Churchill Ltd and Brightstar Engineering
+ * Copyright (C) 2002-2018 Aleph One Ltd.
  *
  * Created by Timothy Manning <timothy@yaffs.net>
  *
  *
  * Created by Timothy Manning <timothy@yaffs.net>
  *
index 08ad89e2f8e877f76cd892bfb23cf32d8f0a3fa9..d84bc0f48ee9c9f456b20005b309a073f2171d2d 100644 (file)
@@ -1,8 +1,7 @@
 /*
  * YAFFS: Yet another FFS. A NAND-flash specific file system.
  *
 /*
  * YAFFS: Yet another FFS. A NAND-flash specific file system.
  *
- * Copyright (C) 2002-2011 Aleph One Ltd.
- *   for Toby Churchill Ltd and Brightstar Engineering
+ * Copyright (C) 2002-2018 Aleph One Ltd.
  *
  * Created by Timothy Manning <timothy@yaffs.net>
  *
  *
  * Created by Timothy Manning <timothy@yaffs.net>
  *
index c63a41fe0f5dc593665dff32e539cafa63cc9d15..87fdd28e63205e7226f24599dcdf4e26032b153c 100644 (file)
@@ -1,8 +1,7 @@
 /*
  * YAFFS: Yet another Flash File System . A NAND-flash specific file system. 
  *
 /*
  * YAFFS: Yet another Flash File System . A NAND-flash specific file system. 
  *
- * Copyright (C) 2002-2011 Aleph One Ltd.
- *   for Toby Churchill Ltd and Brightstar Engineering
+ * Copyright (C) 2002-2018 Aleph One Ltd.
  *
  * Created by Timothy Manning <timothy@yaffs.net>
  *
  *
  * Created by Timothy Manning <timothy@yaffs.net>
  *
index a13ee8a363a2850d59ab69324e4fceb53d8e2c3e..a96efe7485b9f5882424975dfe5505424a8b133a 100644 (file)
@@ -1,8 +1,7 @@
 /*
  * YAFFS: Yet another Flash File System . A NAND-flash specific file system. 
  *
 /*
  * YAFFS: Yet another Flash File System . A NAND-flash specific file system. 
  *
- * Copyright (C) 2002-2011 Aleph One Ltd.
- *   for Toby Churchill Ltd and Brightstar Engineering
+ * Copyright (C) 2002-2018 Aleph One Ltd.
  *
  * Created by Timothy Manning <timothy@yaffs.net>
  *
  *
  * Created by Timothy Manning <timothy@yaffs.net>
  *
index 10b634dff5f6142f289e94e3cf8aa9a33a4b2ffd..45f974cfcc76926187982599738d118badda70d3 100644 (file)
@@ -1,8 +1,7 @@
 /*
  * YAFFS: Yet another Flash File System . A NAND-flash specific file system. 
  *
 /*
  * YAFFS: Yet another Flash File System . A NAND-flash specific file system. 
  *
- * Copyright (C) 2002-2011 Aleph One Ltd.
- *   for Toby Churchill Ltd and Brightstar Engineering
+ * Copyright (C) 2002-2018 Aleph One Ltd.
  *
  * Created by Timothy Manning <timothy@yaffs.net>
  *
  *
  * Created by Timothy Manning <timothy@yaffs.net>
  *
index 2a5765f12bcab556c65d9830bd64e2f000a82e52..b5eb580d2f89594fafc3496839ab6b9786202c19 100644 (file)
@@ -1,8 +1,7 @@
 /*
  * YAFFS: Yet another FFS. A NAND-flash specific file system.
  *
 /*
  * YAFFS: Yet another FFS. A NAND-flash specific file system.
  *
- * Copyright (C) 2002-2011 Aleph One Ltd.
- *   for Toby Churchill Ltd and Brightstar Engineering
+ * Copyright (C) 2002-2018 Aleph One Ltd.
  *
  * Created by Timothy Manning <timothy@yaffs.net>
  *
  *
  * Created by Timothy Manning <timothy@yaffs.net>
  *
index 484b6f64fae7d664ea807f76f8cf713901996e3f..c21713d4df41c4d2b97c72443dd9ca1b6f9c64b2 100644 (file)
@@ -1,8 +1,7 @@
 /*
  * YAFFS: Yet another Flash File System . A NAND-flash specific file system. 
  *
 /*
  * YAFFS: Yet another Flash File System . A NAND-flash specific file system. 
  *
- * Copyright (C) 2002-2011 Aleph One Ltd.
- *   for Toby Churchill Ltd and Brightstar Engineering
+ * Copyright (C) 2002-2018 Aleph One Ltd.
  *
  * Created by Timothy Manning <timothy@yaffs.net>
  *
  *
  * Created by Timothy Manning <timothy@yaffs.net>
  *
index 7977a9eaf577ce431f62f9a712db294b5d1e0ac2..98cb9fa08a6fe5a2082816a6a1ab01b193bd7c2d 100644 (file)
@@ -1,8 +1,7 @@
 /*
  * YAFFS: Yet another FFS. A NAND-flash specific file system.
  *
 /*
  * YAFFS: Yet another FFS. A NAND-flash specific file system.
  *
- * Copyright (C) 2002-2011 Aleph One Ltd.
- *   for Toby Churchill Ltd and Brightstar Engineering
+ * Copyright (C) 2002-2018 Aleph One Ltd.
  *
  * Created by Timothy Manning <timothy@yaffs.net>
  *
  *
  * Created by Timothy Manning <timothy@yaffs.net>
  *
index 8738cb03142d1881fec6a639153215138f93f8f3..a142965aced7dd6017873667944f095117325019 100644 (file)
@@ -1,8 +1,7 @@
 /*
  * YAFFS: Yet another Flash File System . A NAND-flash specific file system. 
  *
 /*
  * YAFFS: Yet another Flash File System . A NAND-flash specific file system. 
  *
- * Copyright (C) 2002-2011 Aleph One Ltd.
- *   for Toby Churchill Ltd and Brightstar Engineering
+ * Copyright (C) 2002-2018 Aleph One Ltd.
  *
  * Created by Timothy Manning <timothy@yaffs.net>
  *
  *
  * Created by Timothy Manning <timothy@yaffs.net>
  *
index f173e3f14f803b20014dfc3914cda6c75b5da1fd..ac8a77228146c6f9c805de40c61997f02256af39 100644 (file)
@@ -1,8 +1,7 @@
 /*
  * YAFFS: Yet another FFS. A NAND-flash specific file system.
  *
 /*
  * YAFFS: Yet another FFS. A NAND-flash specific file system.
  *
- * Copyright (C) 2002-2011 Aleph One Ltd.
- *   for Toby Churchill Ltd and Brightstar Engineering
+ * Copyright (C) 2002-2018 Aleph One Ltd.
  *
  * Created by Timothy Manning <timothy@yaffs.net>
  *
  *
  * Created by Timothy Manning <timothy@yaffs.net>
  *
index f4649bba5812a5fff8f0a9c020ce5a86446ceacf..af74a1b774032e630e4ed1bd9d8a36c5d68c409b 100644 (file)
@@ -1,8 +1,7 @@
 /*
  * YAFFS: Yet another Flash File System . A NAND-flash specific file system. 
  *
 /*
  * YAFFS: Yet another Flash File System . A NAND-flash specific file system. 
  *
- * Copyright (C) 2002-2011 Aleph One Ltd.
- *   for Toby Churchill Ltd and Brightstar Engineering
+ * Copyright (C) 2002-2018 Aleph One Ltd.
  *
  * Created by Timothy Manning <timothy@yaffs.net>
  *
  *
  * Created by Timothy Manning <timothy@yaffs.net>
  *
index 18a28e6bb1c626b3cfde4c10acc10db80dacf2fb..dd20db4cf793c13fd81920c8300e5495eb9e3ee6 100644 (file)
@@ -1,8 +1,7 @@
 /*
  * YAFFS: Yet another FFS. A NAND-flash specific file system.
  *
 /*
  * YAFFS: Yet another FFS. A NAND-flash specific file system.
  *
- * Copyright (C) 2002-2011 Aleph One Ltd.
- *   for Toby Churchill Ltd and Brightstar Engineering
+ * Copyright (C) 2002-2018 Aleph One Ltd.
  *
  * Created by Timothy Manning <timothy@yaffs.net>
  *
  *
  * Created by Timothy Manning <timothy@yaffs.net>
  *
index ac10f05ba16d1a2f3b02f8a749ea7de0b11b756e..37d6f3a99cc8e7c52b85906229dc5a8d30d2501a 100644 (file)
@@ -1,8 +1,7 @@
 /*
  * YAFFS: Yet another Flash File System . A NAND-flash specific file system. 
  *
 /*
  * YAFFS: Yet another Flash File System . A NAND-flash specific file system. 
  *
- * Copyright (C) 2002-2011 Aleph One Ltd.
- *   for Toby Churchill Ltd and Brightstar Engineering
+ * Copyright (C) 2002-2018 Aleph One Ltd.
  *
  * Created by Timothy Manning <timothy@yaffs.net>
  *
  *
  * Created by Timothy Manning <timothy@yaffs.net>
  *
index 8e3b564e97f380e43525ee1f85448271d3e22f66..d65ec5263affcb6b0f1fd66d2f5a062c3fb56c36 100644 (file)
@@ -1,8 +1,7 @@
 /*
  * YAFFS: Yet another FFS. A NAND-flash specific file system.
  *
 /*
  * YAFFS: Yet another FFS. A NAND-flash specific file system.
  *
- * Copyright (C) 2002-2011 Aleph One Ltd.
- *   for Toby Churchill Ltd and Brightstar Engineering
+ * Copyright (C) 2002-2018 Aleph One Ltd.
  *
  * Created by Timothy Manning <timothy@yaffs.net>
  *
  *
  * Created by Timothy Manning <timothy@yaffs.net>
  *
index 9d19aa6ffb0c2618219b448b98cdf2526b38ffa7..edbe3af4e09b76ca859bf160b36eefb21ab7ed0e 100644 (file)
@@ -1,8 +1,7 @@
 /*
  * YAFFS: Yet another Flash File System . A NAND-flash specific file system. 
  *
 /*
  * YAFFS: Yet another Flash File System . A NAND-flash specific file system. 
  *
- * Copyright (C) 2002-2011 Aleph One Ltd.
- *   for Toby Churchill Ltd and Brightstar Engineering
+ * Copyright (C) 2002-2018 Aleph One Ltd.
  *
  * Created by Timothy Manning <timothy@yaffs.net>
  *
  *
  * Created by Timothy Manning <timothy@yaffs.net>
  *
index 7f02b3304ddc644726af951af2ad1b109e24127d..eb3b350a72fe4b1ebe86cf2301dc398213903637 100644 (file)
@@ -1,8 +1,7 @@
 /*
  * YAFFS: Yet another FFS. A NAND-flash specific file system.
  *
 /*
  * YAFFS: Yet another FFS. A NAND-flash specific file system.
  *
- * Copyright (C) 2002-2011 Aleph One Ltd.
- *   for Toby Churchill Ltd and Brightstar Engineering
+ * Copyright (C) 2002-2018 Aleph One Ltd.
  *
  * Created by Timothy Manning <timothy@yaffs.net>
  *
  *
  * Created by Timothy Manning <timothy@yaffs.net>
  *
index 375a41df4c18f4180495898b8cf332a3b49f6ca4..c07fa94d1d9f20660b5764b4c47ed89e6cadfb23 100644 (file)
@@ -1,8 +1,7 @@
 /*
  * YAFFS: Yet another Flash File System . A NAND-flash specific file system. 
  *
 /*
  * YAFFS: Yet another Flash File System . A NAND-flash specific file system. 
  *
- * Copyright (C) 2002-2011 Aleph One Ltd.
- *   for Toby Churchill Ltd and Brightstar Engineering
+ * Copyright (C) 2002-2018 Aleph One Ltd.
  *
  * Created by Timothy Manning <timothy@yaffs.net>
  *
  *
  * Created by Timothy Manning <timothy@yaffs.net>
  *
index c0de1c6871bc5ebdba0c6bc2bf7052e21cc37a89..f0061cc0a22915d973584b79cdc15b01da932e0a 100644 (file)
@@ -1,8 +1,7 @@
 /*
  * YAFFS: Yet another FFS. A NAND-flash specific file system.
  *
 /*
  * YAFFS: Yet another FFS. A NAND-flash specific file system.
  *
- * Copyright (C) 2002-2011 Aleph One Ltd.
- *   for Toby Churchill Ltd and Brightstar Engineering
+ * Copyright (C) 2002-2018 Aleph One Ltd.
  *
  * Created by Timothy Manning <timothy@yaffs.net>
  *
  *
  * Created by Timothy Manning <timothy@yaffs.net>
  *
index ac10f05ba16d1a2f3b02f8a749ea7de0b11b756e..37d6f3a99cc8e7c52b85906229dc5a8d30d2501a 100644 (file)
@@ -1,8 +1,7 @@
 /*
  * YAFFS: Yet another Flash File System . A NAND-flash specific file system. 
  *
 /*
  * YAFFS: Yet another Flash File System . A NAND-flash specific file system. 
  *
- * Copyright (C) 2002-2011 Aleph One Ltd.
- *   for Toby Churchill Ltd and Brightstar Engineering
+ * Copyright (C) 2002-2018 Aleph One Ltd.
  *
  * Created by Timothy Manning <timothy@yaffs.net>
  *
  *
  * Created by Timothy Manning <timothy@yaffs.net>
  *
index e11345d83ebbc8dcc681d0e2f177d5f6787e4a6c..3a7efee25d9a286d3d2e52de653e3ea441f7fe73 100644 (file)
@@ -1,8 +1,7 @@
 /*
  * YAFFS: Yet another Flash File System . A NAND-flash specific file system. 
  *
 /*
  * YAFFS: Yet another Flash File System . A NAND-flash specific file system. 
  *
- * Copyright (C) 2002-2011 Aleph One Ltd.
- *   for Toby Churchill Ltd and Brightstar Engineering
+ * Copyright (C) 2002-2018 Aleph One Ltd.
  *
  * Created by Timothy Manning <timothy@yaffs.net>
  *
  *
  * Created by Timothy Manning <timothy@yaffs.net>
  *
index e1ebd15adefc961dd491b3d8642407558646d6a5..ea065932d29380ab8b6ebf7bd943acc744dbaae9 100644 (file)
@@ -1,8 +1,7 @@
 /*
  * YAFFS: Yet another Flash File System . A NAND-flash specific file system. 
  *
 /*
  * YAFFS: Yet another Flash File System . A NAND-flash specific file system. 
  *
- * Copyright (C) 2002-2011 Aleph One Ltd.
- *   for Toby Churchill Ltd and Brightstar Engineering
+ * Copyright (C) 2002-2018 Aleph One Ltd.
  *
  * Created by Timothy Manning <timothy@yaffs.net>
  *
  *
  * Created by Timothy Manning <timothy@yaffs.net>
  *
index 5fabdd227cc5c3582ce11bc35cb343cf6a0aabb7..d38d3b43d07cd1f9d3321ebc1c5cf0ddff4645fa 100644 (file)
@@ -1,8 +1,7 @@
 /*
  * YAFFS: Yet another FFS. A NAND-flash specific file system.
  *
 /*
  * YAFFS: Yet another FFS. A NAND-flash specific file system.
  *
- * Copyright (C) 2002-2011 Aleph One Ltd.
- *   for Toby Churchill Ltd and Brightstar Engineering
+ * Copyright (C) 2002-2018 Aleph One Ltd.
  *
  * Created by Timothy Manning <timothy@yaffs.net>
  *
  *
  * Created by Timothy Manning <timothy@yaffs.net>
  *
index 07cbec16cf990d87368c8afbf67ebdaaf0742783..f42f67fd6b597fe0458a6b52ccfa3d2a189cb9e3 100644 (file)
@@ -1,8 +1,7 @@
 /*
  * YAFFS: Yet another Flash File System . A NAND-flash specific file system. 
  *
 /*
  * YAFFS: Yet another Flash File System . A NAND-flash specific file system. 
  *
- * Copyright (C) 2002-2011 Aleph One Ltd.
- *   for Toby Churchill Ltd and Brightstar Engineering
+ * Copyright (C) 2002-2018 Aleph One Ltd.
  *
  * Created by Timothy Manning <timothy@yaffs.net>
  *
  *
  * Created by Timothy Manning <timothy@yaffs.net>
  *
index 14d76aba84b71f5a7c69b6351f1436d5a92a1eb6..e723e2f7cef6e72bcc388afe9fd93ca42f89f0c5 100644 (file)
@@ -1,8 +1,7 @@
 /*
  * YAFFS: Yet another Flash File System . A NAND-flash specific file system. 
  *
 /*
  * YAFFS: Yet another Flash File System . A NAND-flash specific file system. 
  *
- * Copyright (C) 2002-2011 Aleph One Ltd.
- *   for Toby Churchill Ltd and Brightstar Engineering
+ * Copyright (C) 2002-2018 Aleph One Ltd.
  *
  * Created by Timothy Manning <timothy@yaffs.net>
  *
  *
  * Created by Timothy Manning <timothy@yaffs.net>
  *
index ce99b0022c6dc2cd56611bcab26390f8f46fee3c..fcace111c9c0f46f6bfa0f9c5114d366b5a3a710 100644 (file)
@@ -1,8 +1,7 @@
 /*
  * YAFFS: Yet another Flash File System . A NAND-flash specific file system. 
  *
 /*
  * YAFFS: Yet another Flash File System . A NAND-flash specific file system. 
  *
- * Copyright (C) 2002-2011 Aleph One Ltd.
- *   for Toby Churchill Ltd and Brightstar Engineering
+ * Copyright (C) 2002-2018 Aleph One Ltd.
  *
  * Created by Timothy Manning <timothy@yaffs.net>
  *
  *
  * Created by Timothy Manning <timothy@yaffs.net>
  *
index fec2bf0693c88b20cae8ccd18f40404270ad2363..78215a851a67a3632e42766079632eddced7c9be 100644 (file)
@@ -1,8 +1,7 @@
 /*
  * YAFFS: Yet another FFS. A NAND-flash specific file system.
  *
 /*
  * YAFFS: Yet another FFS. A NAND-flash specific file system.
  *
- * Copyright (C) 2002-2011 Aleph One Ltd.
- *   for Toby Churchill Ltd and Brightstar Engineering
+ * Copyright (C) 2002-2018 Aleph One Ltd.
  *
  * Created by Timothy Manning <timothy@yaffs.net>
  *
  *
  * Created by Timothy Manning <timothy@yaffs.net>
  *
index 57f8c42907a78b2e6d294ae65ddbed7c65d4db89..3c4fdba235349b8f7ab3d458575313888c5719a7 100644 (file)
@@ -1,8 +1,7 @@
 /*
  * YAFFS: Yet another Flash File System . A NAND-flash specific file system. 
  *
 /*
  * YAFFS: Yet another Flash File System . A NAND-flash specific file system. 
  *
- * Copyright (C) 2002-2011 Aleph One Ltd.
- *   for Toby Churchill Ltd and Brightstar Engineering
+ * Copyright (C) 2002-2018 Aleph One Ltd.
  *
  * Created by Timothy Manning <timothy@yaffs.net>
  *
  *
  * Created by Timothy Manning <timothy@yaffs.net>
  *
index 9bcd6bc11f65ffe96d9e934ef02a01951d6bfac9..6de7e8cacee4a4bfe756eaa2e7340d3878b8282a 100644 (file)
@@ -1,8 +1,7 @@
 /*
  * YAFFS: Yet another Flash File System . A NAND-flash specific file system. 
  *
 /*
  * YAFFS: Yet another Flash File System . A NAND-flash specific file system. 
  *
- * Copyright (C) 2002-2011 Aleph One Ltd.
- *   for Toby Churchill Ltd and Brightstar Engineering
+ * Copyright (C) 2002-2018 Aleph One Ltd.
  *
  * Created by Timothy Manning <timothy@yaffs.net>
  *
  *
  * Created by Timothy Manning <timothy@yaffs.net>
  *
index dfee3cd70f2f5efc668209806689294c3bf9c440..3e0269c18ce856bc832751075a607d9e591e0cdd 100644 (file)
@@ -1,8 +1,7 @@
 /*
  * YAFFS: Yet another Flash File System . A NAND-flash specific file system. 
  *
 /*
  * YAFFS: Yet another Flash File System . A NAND-flash specific file system. 
  *
- * Copyright (C) 2002-2011 Aleph One Ltd.
- *   for Toby Churchill Ltd and Brightstar Engineering
+ * Copyright (C) 2002-2018 Aleph One Ltd.
  *
  * Created by Timothy Manning <timothy@yaffs.net>
  *
  *
  * Created by Timothy Manning <timothy@yaffs.net>
  *
index ba04a4fc8744d0e3fe83b8f7f1f457af9bd61809..38753184dc13ca1677f043824615e6ab225c87a6 100644 (file)
@@ -1,8 +1,7 @@
 /*
  * YAFFS: Yet another Flash File System . A NAND-flash specific file system. 
  *
 /*
  * YAFFS: Yet another Flash File System . A NAND-flash specific file system. 
  *
- * Copyright (C) 2002-2011 Aleph One Ltd.
- *   for Toby Churchill Ltd and Brightstar Engineering
+ * Copyright (C) 2002-2018 Aleph One Ltd.
  *
  * Created by Timothy Manning <timothy@yaffs.net>
  *
  *
  * Created by Timothy Manning <timothy@yaffs.net>
  *
index 3775cc93ff4a26915355e987f5f5c9501dd9c3e5..57c6013f09761f51655cd5e5bd591783048e5aa3 100644 (file)
@@ -1,8 +1,7 @@
 /*
  * YAFFS: Yet another FFS. A NAND-flash specific file system.
  *
 /*
  * YAFFS: Yet another FFS. A NAND-flash specific file system.
  *
- * Copyright (C) 2002-2011 Aleph One Ltd.
- *   for Toby Churchill Ltd and Brightstar Engineering
+ * Copyright (C) 2002-2018 Aleph One Ltd.
  *
  * Created by Timothy Manning <timothy@yaffs.net>
  *
  *
  * Created by Timothy Manning <timothy@yaffs.net>
  *
index 036ca2a15a9c5703289486ce2ffeac92d4e2b68a..d1669f1e599c6dcb51da15b8224aedf74f27e1d8 100644 (file)
@@ -1,8 +1,7 @@
 /*
  * YAFFS: Yet another Flash File System . A NAND-flash specific file system. 
  *
 /*
  * YAFFS: Yet another Flash File System . A NAND-flash specific file system. 
  *
- * Copyright (C) 2002-2011 Aleph One Ltd.
- *   for Toby Churchill Ltd and Brightstar Engineering
+ * Copyright (C) 2002-2018 Aleph One Ltd.
  *
  * Created by Timothy Manning <timothy@yaffs.net>
  *
  *
  * Created by Timothy Manning <timothy@yaffs.net>
  *
index 403e685dc00dffd136697d2c7fe6028fc3ddcfa3..d1601507e185792cee330593d669f8148ecad928 100644 (file)
@@ -1,8 +1,7 @@
 /*
  * YAFFS: Yet another FFS. A NAND-flash specific file system.
  *
 /*
  * YAFFS: Yet another FFS. A NAND-flash specific file system.
  *
- * Copyright (C) 2002-2011 Aleph One Ltd.
- *   for Toby Churchill Ltd and Brightstar Engineering
+ * Copyright (C) 2002-2018 Aleph One Ltd.
  *
  * Created by Timothy Manning <timothy@yaffs.net>
  *
  *
  * Created by Timothy Manning <timothy@yaffs.net>
  *
index 88eb0119f9fec8c4c4eb8744281db4e196633b80..5803e2251d50719c4dd507680a8ce59c2662a530 100644 (file)
@@ -1,8 +1,7 @@
 /*
  * YAFFS: Yet another Flash File System . A NAND-flash specific file system. 
  *
 /*
  * YAFFS: Yet another Flash File System . A NAND-flash specific file system. 
  *
- * Copyright (C) 2002-2011 Aleph One Ltd.
- *   for Toby Churchill Ltd and Brightstar Engineering
+ * Copyright (C) 2002-2018 Aleph One Ltd.
  *
  * Created by Timothy Manning <timothy@yaffs.net>
  *
  *
  * Created by Timothy Manning <timothy@yaffs.net>
  *
index 3fa4f5620305824b3f038b51f7183bc3f4adeb17..59021a58e8771562230a06bf8fdca5776e08bd3f 100644 (file)
@@ -1,8 +1,7 @@
 /*
  * YAFFS: Yet another FFS. A NAND-flash specific file system.
  *
 /*
  * YAFFS: Yet another FFS. A NAND-flash specific file system.
  *
- * Copyright (C) 2002-2011 Aleph One Ltd.
- *   for Toby Churchill Ltd and Brightstar Engineering
+ * Copyright (C) 2002-2018 Aleph One Ltd.
  *
  * Created by Timothy Manning <timothy@yaffs.net>
  *
  *
  * Created by Timothy Manning <timothy@yaffs.net>
  *
index 7508222aa839e3c1f8d254412e74b32e8a09c2ad..e2b739bb823909c26e048f96fa18aab6ac06abbb 100644 (file)
@@ -1,8 +1,7 @@
 /*
  * YAFFS: Yet another Flash File System . A NAND-flash specific file system. 
  *
 /*
  * YAFFS: Yet another Flash File System . A NAND-flash specific file system. 
  *
- * Copyright (C) 2002-2011 Aleph One Ltd.
- *   for Toby Churchill Ltd and Brightstar Engineering
+ * Copyright (C) 2002-2018 Aleph One Ltd.
  *
  * Created by Timothy Manning <timothy@yaffs.net>
  *
  *
  * Created by Timothy Manning <timothy@yaffs.net>
  *
index 028b122b9132dfe4ca5afd435c72df4605ed7ae9..2099446b0cc0138d6b33ac99c3208e032dcfc7a7 100644 (file)
@@ -1,8 +1,7 @@
 /*
  * YAFFS: Yet another FFS. A NAND-flash specific file system.
  *
 /*
  * YAFFS: Yet another FFS. A NAND-flash specific file system.
  *
- * Copyright (C) 2002-2011 Aleph One Ltd.
- *   for Toby Churchill Ltd and Brightstar Engineering
+ * Copyright (C) 2002-2018 Aleph One Ltd.
  *
  * Created by Timothy Manning <timothy@yaffs.net>
  *
  *
  * Created by Timothy Manning <timothy@yaffs.net>
  *
index a4a0e1fff74a05d19bd503d753e2d6a118da00ed..54e8c71d459f9bb2fa13cca1243d1a42ca507da3 100644 (file)
@@ -1,8 +1,7 @@
 /*
  * YAFFS: Yet another Flash File System . A NAND-flash specific file system. 
  *
 /*
  * YAFFS: Yet another Flash File System . A NAND-flash specific file system. 
  *
- * Copyright (C) 2002-2011 Aleph One Ltd.
- *   for Toby Churchill Ltd and Brightstar Engineering
+ * Copyright (C) 2002-2018 Aleph One Ltd.
  *
  * Created by Timothy Manning <timothy@yaffs.net>
  *
  *
  * Created by Timothy Manning <timothy@yaffs.net>
  *
index 651995256a2c0daea90b111a932eb8390b0af99c..8cd1849403af1ad658ec61b68d1a67c9da477876 100644 (file)
@@ -1,8 +1,7 @@
 /*
  * YAFFS: Yet another FFS. A NAND-flash specific file system.
  *
 /*
  * YAFFS: Yet another FFS. A NAND-flash specific file system.
  *
- * Copyright (C) 2002-2011 Aleph One Ltd.
- *   for Toby Churchill Ltd and Brightstar Engineering
+ * Copyright (C) 2002-2018 Aleph One Ltd.
  *
  * Created by Timothy Manning <timothy@yaffs.net>
  *
  *
  * Created by Timothy Manning <timothy@yaffs.net>
  *
index b64958493cadbf3e6860e9e28c7ed91c25ad7d06..381a47a83bb3568510d297c488d044fbeb1681fa 100644 (file)
@@ -1,8 +1,7 @@
 /*
  * YAFFS: Yet another Flash File System . A NAND-flash specific file system. 
  *
 /*
  * YAFFS: Yet another Flash File System . A NAND-flash specific file system. 
  *
- * Copyright (C) 2002-2011 Aleph One Ltd.
- *   for Toby Churchill Ltd and Brightstar Engineering
+ * Copyright (C) 2002-2018 Aleph One Ltd.
  *
  * Created by Timothy Manning <timothy@yaffs.net>
  *
  *
  * Created by Timothy Manning <timothy@yaffs.net>
  *
index 192e3d6014fb1d7367526eb9e795a96dbd2d4221..83c32449f13ad514d5169ad80a3518f55e0922a3 100644 (file)
@@ -1,8 +1,7 @@
 /*
  * YAFFS: Yet another FFS. A NAND-flash specific file system.
  *
 /*
  * YAFFS: Yet another FFS. A NAND-flash specific file system.
  *
- * Copyright (C) 2002-2011 Aleph One Ltd.
- *   for Toby Churchill Ltd and Brightstar Engineering
+ * Copyright (C) 2002-2018 Aleph One Ltd.
  *
  * Created by Timothy Manning <timothy@yaffs.net>
  *
  *
  * Created by Timothy Manning <timothy@yaffs.net>
  *
index 0e50000de4a1b35f98bd3ac7bf46ebbbfbb37643..0a3debe4feca81ba9fad18389984d564369a6c7b 100644 (file)
@@ -1,8 +1,7 @@
 /*
  * YAFFS: Yet another Flash File System . A NAND-flash specific file system. 
  *
 /*
  * YAFFS: Yet another Flash File System . A NAND-flash specific file system. 
  *
- * Copyright (C) 2002-2011 Aleph One Ltd.
- *   for Toby Churchill Ltd and Brightstar Engineering
+ * Copyright (C) 2002-2018 Aleph One Ltd.
  *
  * Created by Timothy Manning <timothy@yaffs.net>
  *
  *
  * Created by Timothy Manning <timothy@yaffs.net>
  *
index f50230dd633f8317b3018f954745814c9b50755a..afbefc7137b823cdc1fc75afa8552bc7c1fd1eea 100644 (file)
@@ -1,8 +1,7 @@
 /*
  * YAFFS: Yet another FFS. A NAND-flash specific file system.
  *
 /*
  * YAFFS: Yet another FFS. A NAND-flash specific file system.
  *
- * Copyright (C) 2002-2011 Aleph One Ltd.
- *   for Toby Churchill Ltd and Brightstar Engineering
+ * Copyright (C) 2002-2018 Aleph One Ltd.
  *
  * Created by Timothy Manning <timothy@yaffs.net>
  *
  *
  * Created by Timothy Manning <timothy@yaffs.net>
  *
index 2e2b6ac4dc44d5ad2d88bfa5b33041a8255be789..54db8f918e02667da293ac5b9c12ee2e41c5c48a 100644 (file)
@@ -1,8 +1,7 @@
 /*
  * YAFFS: Yet another Flash File System . A NAND-flash specific file system. 
  *
 /*
  * YAFFS: Yet another Flash File System . A NAND-flash specific file system. 
  *
- * Copyright (C) 2002-2011 Aleph One Ltd.
- *   for Toby Churchill Ltd and Brightstar Engineering
+ * Copyright (C) 2002-2018 Aleph One Ltd.
  *
  * Created by Timothy Manning <timothy@yaffs.net>
  *
  *
  * Created by Timothy Manning <timothy@yaffs.net>
  *
index 3c198bd77cda4aa965aa6260154d1c1d7bf6da5d..350f2366e8ab2319f27dd4ec130b4b063c05a749 100644 (file)
@@ -1,8 +1,7 @@
 /*
  * YAFFS: Yet another FFS. A NAND-flash specific file system.
  *
 /*
  * YAFFS: Yet another FFS. A NAND-flash specific file system.
  *
- * Copyright (C) 2002-2011 Aleph One Ltd.
- *   for Toby Churchill Ltd and Brightstar Engineering
+ * Copyright (C) 2002-2018 Aleph One Ltd.
  *
  * Created by Timothy Manning <timothy@yaffs.net>
  *
  *
  * Created by Timothy Manning <timothy@yaffs.net>
  *
index e388486b5832b4a58169470e39a9c84033ae1111..0996970ba82f19a919e658542cfc40216363e4ed 100644 (file)
@@ -1,8 +1,7 @@
 /*
  * YAFFS: Yet another Flash File System . A NAND-flash specific file system. 
  *
 /*
  * YAFFS: Yet another Flash File System . A NAND-flash specific file system. 
  *
- * Copyright (C) 2002-2011 Aleph One Ltd.
- *   for Toby Churchill Ltd and Brightstar Engineering
+ * Copyright (C) 2002-2018 Aleph One Ltd.
  *
  * Created by Timothy Manning <timothy@yaffs.net>
  *
  *
  * Created by Timothy Manning <timothy@yaffs.net>
  *
index ce467f618a5787a3add3d64e877d26e314ea1dd6..0e8d94f629c2ae97e364e7ccfd4f6f10b98c26e6 100644 (file)
@@ -1,8 +1,7 @@
 /*
  * YAFFS: Yet another FFS. A NAND-flash specific file system.
  *
 /*
  * YAFFS: Yet another FFS. A NAND-flash specific file system.
  *
- * Copyright (C) 2002-2011 Aleph One Ltd.
- *   for Toby Churchill Ltd and Brightstar Engineering
+ * Copyright (C) 2002-2018 Aleph One Ltd.
  *
  * Created by Timothy Manning <timothy@yaffs.net>
  *
  *
  * Created by Timothy Manning <timothy@yaffs.net>
  *
index 4d394f91745ab0b40ee6f0a489e3e002521d0ec8..d736811fcb52b9900677bc118f9ccb026895307f 100644 (file)
@@ -1,8 +1,7 @@
 /*
  * YAFFS: Yet another Flash File System . A NAND-flash specific file system. 
  *
 /*
  * YAFFS: Yet another Flash File System . A NAND-flash specific file system. 
  *
- * Copyright (C) 2002-2011 Aleph One Ltd.
- *   for Toby Churchill Ltd and Brightstar Engineering
+ * Copyright (C) 2002-2018 Aleph One Ltd.
  *
  * Created by Timothy Manning <timothy@yaffs.net>
  *
  *
  * Created by Timothy Manning <timothy@yaffs.net>
  *
index 79f39974109f163a5811570b18eb17945c0c5e15..09086e43fc3083174f7efdd4fa46afb98f682758 100644 (file)
@@ -1,8 +1,7 @@
 /*
  * YAFFS: Yet another FFS. A NAND-flash specific file system.
  *
 /*
  * YAFFS: Yet another FFS. A NAND-flash specific file system.
  *
- * Copyright (C) 2002-2011 Aleph One Ltd.
- *   for Toby Churchill Ltd and Brightstar Engineering
+ * Copyright (C) 2002-2018 Aleph One Ltd.
  *
  * Created by Timothy Manning <timothy@yaffs.net>
  *
  *
  * Created by Timothy Manning <timothy@yaffs.net>
  *
index b3fcfccd24f40858e7ee37aa452ba7d15413d10e..e41145b34822f63cf9b3c32b53dc3e603e47bf3a 100644 (file)
@@ -1,8 +1,7 @@
 /*
  * YAFFS: Yet another Flash File System . A NAND-flash specific file system. 
  *
 /*
  * YAFFS: Yet another Flash File System . A NAND-flash specific file system. 
  *
- * Copyright (C) 2002-2011 Aleph One Ltd.
- *   for Toby Churchill Ltd and Brightstar Engineering
+ * Copyright (C) 2002-2018 Aleph One Ltd.
  *
  * Created by Timothy Manning <timothy@yaffs.net>
  *
  *
  * Created by Timothy Manning <timothy@yaffs.net>
  *
index 5c6005fffad210925d721f240c98c2fe8f85c7e1..f49c7be3f14d7d81782e2bff12bf68edfa463eda 100644 (file)
@@ -1,8 +1,7 @@
 /*
  * YAFFS: Yet another FFS. A NAND-flash specific file system.
  *
 /*
  * YAFFS: Yet another FFS. A NAND-flash specific file system.
  *
- * Copyright (C) 2002-2011 Aleph One Ltd.
- *   for Toby Churchill Ltd and Brightstar Engineering
+ * Copyright (C) 2002-2018 Aleph One Ltd.
  *
  * Created by Timothy Manning <timothy@yaffs.net>
  *
  *
  * Created by Timothy Manning <timothy@yaffs.net>
  *
index 5e5b78b92bc71260d09e7485e8c11bb3c40f446d..90e2395ae9c4f7994e0025c442d52bb949466bbd 100644 (file)
@@ -1,8 +1,7 @@
 /*
  * YAFFS: Yet another Flash File System . A NAND-flash specific file system. 
  *
 /*
  * YAFFS: Yet another Flash File System . A NAND-flash specific file system. 
  *
- * Copyright (C) 2002-2011 Aleph One Ltd.
- *   for Toby Churchill Ltd and Brightstar Engineering
+ * Copyright (C) 2002-2018 Aleph One Ltd.
  *
  * Created by Timothy Manning <timothy@yaffs.net>
  *
  *
  * Created by Timothy Manning <timothy@yaffs.net>
  *
index b7600b39945d40aad863d513b880d5a9c3080f2b..bf45669651a16e0f835b2a921429cf3ba5589314 100644 (file)
@@ -1,8 +1,7 @@
 /*
  * YAFFS: Yet another FFS. A NAND-flash specific file system.
  *
 /*
  * YAFFS: Yet another FFS. A NAND-flash specific file system.
  *
- * Copyright (C) 2002-2011 Aleph One Ltd.
- *   for Toby Churchill Ltd and Brightstar Engineering
+ * Copyright (C) 2002-2018 Aleph One Ltd.
  *
  * Created by Timothy Manning <timothy@yaffs.net>
  *
  *
  * Created by Timothy Manning <timothy@yaffs.net>
  *
index 05e173ba3ecfcf5a645c916b0e1bd6500a145c9c..f505bf66d7d0fbb6c3ab7e514d27e81e25b189fc 100644 (file)
@@ -1,8 +1,7 @@
 /*
  * YAFFS: Yet another Flash File System . A NAND-flash specific file system. 
  *
 /*
  * YAFFS: Yet another Flash File System . A NAND-flash specific file system. 
  *
- * Copyright (C) 2002-2011 Aleph One Ltd.
- *   for Toby Churchill Ltd and Brightstar Engineering
+ * Copyright (C) 2002-2018 Aleph One Ltd.
  *
  * Created by Timothy Manning <timothy@yaffs.net>
  *
  *
  * Created by Timothy Manning <timothy@yaffs.net>
  *
index 2763aee9e3648319b79557b5dd593deb94f3fe75..827b3578e7ed0fda817dbe7d31eaa65b583f018e 100644 (file)
@@ -1,8 +1,7 @@
 /*
  * YAFFS: Yet another FFS. A NAND-flash specific file system.
  *
 /*
  * YAFFS: Yet another FFS. A NAND-flash specific file system.
  *
- * Copyright (C) 2002-2011 Aleph One Ltd.
- *   for Toby Churchill Ltd and Brightstar Engineering
+ * Copyright (C) 2002-2018 Aleph One Ltd.
  *
  * Created by Timothy Manning <timothy@yaffs.net>
  *
  *
  * Created by Timothy Manning <timothy@yaffs.net>
  *
index f0927cacd141d1b203cb1c3b7ce7631f7f8e6754..94f00d05051fb1fe6a107170f709c531baf7e396 100644 (file)
@@ -1,8 +1,7 @@
 /*
  * YAFFS: Yet another Flash File System . A NAND-flash specific file system. 
  *
 /*
  * YAFFS: Yet another Flash File System . A NAND-flash specific file system. 
  *
- * Copyright (C) 2002-2011 Aleph One Ltd.
- *   for Toby Churchill Ltd and Brightstar Engineering
+ * Copyright (C) 2002-2018 Aleph One Ltd.
  *
  * Created by Timothy Manning <timothy@yaffs.net>
  *
  *
  * Created by Timothy Manning <timothy@yaffs.net>
  *
index a0d4598cc65214fe0fb037593b9a3b36338e15a6..6d7a945293dbbc07424245f74f2802884cded558 100644 (file)
@@ -1,8 +1,7 @@
 /*
  * YAFFS: Yet another FFS. A NAND-flash specific file system.
  *
 /*
  * YAFFS: Yet another FFS. A NAND-flash specific file system.
  *
- * Copyright (C) 2002-2011 Aleph One Ltd.
- *   for Toby Churchill Ltd and Brightstar Engineering
+ * Copyright (C) 2002-2018 Aleph One Ltd.
  *
  * Created by Timothy Manning <timothy@yaffs.net>
  *
  *
  * Created by Timothy Manning <timothy@yaffs.net>
  *
index ab201d928913f57aaf8b3930a7c3c327b1c71157..e803aa9244e498aa3e2e6d34d1a14420670f2131 100644 (file)
@@ -1,8 +1,7 @@
 /*
  * YAFFS: Yet another Flash File System . A NAND-flash specific file system. 
  *
 /*
  * YAFFS: Yet another Flash File System . A NAND-flash specific file system. 
  *
- * Copyright (C) 2002-2011 Aleph One Ltd.
- *   for Toby Churchill Ltd and Brightstar Engineering
+ * Copyright (C) 2002-2018 Aleph One Ltd.
  *
  * Created by Timothy Manning <timothy@yaffs.net>
  *
  *
  * Created by Timothy Manning <timothy@yaffs.net>
  *
index 83210a1c1e49a0c3c940664c977689360c3e4e14..95dbfbe372100bef39d79cbcaa5b5138bf1eb452 100644 (file)
@@ -1,8 +1,7 @@
 /*
  * YAFFS: Yet another FFS. A NAND-flash specific file system.
  *
 /*
  * YAFFS: Yet another FFS. A NAND-flash specific file system.
  *
- * Copyright (C) 2002-2011 Aleph One Ltd.
- *   for Toby Churchill Ltd and Brightstar Engineering
+ * Copyright (C) 2002-2018 Aleph One Ltd.
  *
  * Created by Timothy Manning <timothy@yaffs.net>
  *
  *
  * Created by Timothy Manning <timothy@yaffs.net>
  *
index 7fd4b23b71ce16e21df56fdef7ff101ad17bcfdd..6b371f2cf0e07655b1cc9298689162eae65df9fb 100644 (file)
@@ -1,8 +1,7 @@
 /*
  * YAFFS: Yet another Flash File System . A NAND-flash specific file system. 
  *
 /*
  * YAFFS: Yet another Flash File System . A NAND-flash specific file system. 
  *
- * Copyright (C) 2002-2011 Aleph One Ltd.
- *   for Toby Churchill Ltd and Brightstar Engineering
+ * Copyright (C) 2002-2018 Aleph One Ltd.
  *
  * Created by Timothy Manning <timothy@yaffs.net>
  *
  *
  * Created by Timothy Manning <timothy@yaffs.net>
  *
index c8facb26debb924465aea314f17a495a224037d5..554d66afcbb5580083173f8bf8ce1b0f2d389055 100644 (file)
@@ -1,8 +1,7 @@
 /*
  * YAFFS: Yet another FFS. A NAND-flash specific file system.
  *
 /*
  * YAFFS: Yet another FFS. A NAND-flash specific file system.
  *
- * Copyright (C) 2002-2011 Aleph One Ltd.
- *   for Toby Churchill Ltd and Brightstar Engineering
+ * Copyright (C) 2002-2018 Aleph One Ltd.
  *
  * Created by Timothy Manning <timothy@yaffs.net>
  *
  *
  * Created by Timothy Manning <timothy@yaffs.net>
  *
index 35c438c16ef73470a52d9fce2d1162ec961f92fc..e4d64b2899976e41ff339f9548a48dbb6c4c948f 100644 (file)
@@ -1,8 +1,7 @@
 /*
  * YAFFS: Yet another Flash File System . A NAND-flash specific file system. 
  *
 /*
  * YAFFS: Yet another Flash File System . A NAND-flash specific file system. 
  *
- * Copyright (C) 2002-2011 Aleph One Ltd.
- *   for Toby Churchill Ltd and Brightstar Engineering
+ * Copyright (C) 2002-2018 Aleph One Ltd.
  *
  * Created by Timothy Manning <timothy@yaffs.net>
  *
  *
  * Created by Timothy Manning <timothy@yaffs.net>
  *
index d45ceff88a1372f14cdf9a22a3c49c142a79f165..c7e40e39eb465e6f724b65d2d53a6a20baac90be 100644 (file)
@@ -1,8 +1,7 @@
 /*
  * YAFFS: Yet another FFS. A NAND-flash specific file system.
  *
 /*
  * YAFFS: Yet another FFS. A NAND-flash specific file system.
  *
- * Copyright (C) 2002-2011 Aleph One Ltd.
- *   for Toby Churchill Ltd and Brightstar Engineering
+ * Copyright (C) 2002-2018 Aleph One Ltd.
  *
  * Created by Timothy Manning <timothy@yaffs.net>
  *
  *
  * Created by Timothy Manning <timothy@yaffs.net>
  *
index 0973a8ee846fe5e3988cb81de7443d6b373d7ce6..4ba3d8ad913e79cb41176ff7ff1b8e823980b2b4 100644 (file)
@@ -1,8 +1,7 @@
 /*
  * YAFFS: Yet another Flash File System . A NAND-flash specific file system. 
  *
 /*
  * YAFFS: Yet another Flash File System . A NAND-flash specific file system. 
  *
- * Copyright (C) 2002-2011 Aleph One Ltd.
- *   for Toby Churchill Ltd and Brightstar Engineering
+ * Copyright (C) 2002-2018 Aleph One Ltd.
  *
  * Created by Timothy Manning <timothy@yaffs.net>
  *
  *
  * Created by Timothy Manning <timothy@yaffs.net>
  *
index d8e558b5f6ef4f895e31a09729c54fadaeda0e84..734d2c2a6b0f7d7b0ba0c761c53c9fa57bf5df65 100644 (file)
@@ -1,8 +1,7 @@
 /*
  * YAFFS: Yet another FFS. A NAND-flash specific file system.
  *
 /*
  * YAFFS: Yet another FFS. A NAND-flash specific file system.
  *
- * Copyright (C) 2002-2011 Aleph One Ltd.
- *   for Toby Churchill Ltd and Brightstar Engineering
+ * Copyright (C) 2002-2018 Aleph One Ltd.
  *
  * Created by Timothy Manning <timothy@yaffs.net>
  *
  *
  * Created by Timothy Manning <timothy@yaffs.net>
  *
index 12f71b2c3452385810623fdfdb8576f1c5d330e1..27f3e4baf7ee6e4bace84eede576552cf57181b2 100644 (file)
@@ -1,8 +1,7 @@
 /*
  * YAFFS: Yet another Flash File System . A NAND-flash specific file system. 
  *
 /*
  * YAFFS: Yet another Flash File System . A NAND-flash specific file system. 
  *
- * Copyright (C) 2002-2011 Aleph One Ltd.
- *   for Toby Churchill Ltd and Brightstar Engineering
+ * Copyright (C) 2002-2018 Aleph One Ltd.
  *
  * Created by Timothy Manning <timothy@yaffs.net>
  *
  *
  * Created by Timothy Manning <timothy@yaffs.net>
  *
index be7405721aaba4cd287443a18efa6284e33a4d19..7b9b8069ef6fdc872a597a7b8311664aba771ca1 100644 (file)
@@ -1,8 +1,7 @@
 /*
  * YAFFS: Yet another FFS. A NAND-flash specific file system.
  *
 /*
  * YAFFS: Yet another FFS. A NAND-flash specific file system.
  *
- * Copyright (C) 2002-2011 Aleph One Ltd.
- *   for Toby Churchill Ltd and Brightstar Engineering
+ * Copyright (C) 2002-2018 Aleph One Ltd.
  *
  * Created by Timothy Manning <timothy@yaffs.net>
  *
  *
  * Created by Timothy Manning <timothy@yaffs.net>
  *
index 7a3dbc8038bb299de15e7bd2ac018af13d580e80..9f5676a12851161c019046715f6e418e6a04933c 100644 (file)
@@ -1,8 +1,7 @@
 /*
  * YAFFS: Yet another Flash File System . A NAND-flash specific file system. 
  *
 /*
  * YAFFS: Yet another Flash File System . A NAND-flash specific file system. 
  *
- * Copyright (C) 2002-2011 Aleph One Ltd.
- *   for Toby Churchill Ltd and Brightstar Engineering
+ * Copyright (C) 2002-2018 Aleph One Ltd.
  *
  * Created by Timothy Manning <timothy@yaffs.net>
  *
  *
  * Created by Timothy Manning <timothy@yaffs.net>
  *
index 5eddb78b067456fe92cb1914947a0c5b6431f75e..beb0d882a13b5a3c954d7c26452b7683583bdb37 100644 (file)
@@ -1,8 +1,7 @@
 /*
  * YAFFS: Yet another FFS. A NAND-flash specific file system.
  *
 /*
  * YAFFS: Yet another FFS. A NAND-flash specific file system.
  *
- * Copyright (C) 2002-2011 Aleph One Ltd.
- *   for Toby Churchill Ltd and Brightstar Engineering
+ * Copyright (C) 2002-2018 Aleph One Ltd.
  *
  * Created by Timothy Manning <timothy@yaffs.net>
  *
  *
  * Created by Timothy Manning <timothy@yaffs.net>
  *
index 5a715405be61e2f81a61d159b9704b912bb6926e..21fc8edb43b1c4aefbebb02d026e9b044737aa6a 100644 (file)
@@ -1,8 +1,7 @@
 /*
  * YAFFS: Yet another Flash File System . A NAND-flash specific file system. 
  *
 /*
  * YAFFS: Yet another Flash File System . A NAND-flash specific file system. 
  *
- * Copyright (C) 2002-2011 Aleph One Ltd.
- *   for Toby Churchill Ltd and Brightstar Engineering
+ * Copyright (C) 2002-2018 Aleph One Ltd.
  *
  * Created by Timothy Manning <timothy@yaffs.net>
  *
  *
  * Created by Timothy Manning <timothy@yaffs.net>
  *
index 69ff9d574d947beca4e51f492f0d9e5192871c7c..3dde6c6946df2cbfc1785a46a02ba5f856420fef 100644 (file)
@@ -1,8 +1,7 @@
 /*
  * YAFFS: Yet another FFS. A NAND-flash specific file system.
  *
 /*
  * YAFFS: Yet another FFS. A NAND-flash specific file system.
  *
- * Copyright (C) 2002-2011 Aleph One Ltd.
- *   for Toby Churchill Ltd and Brightstar Engineering
+ * Copyright (C) 2002-2018 Aleph One Ltd.
  *
  * Created by Timothy Manning <timothy@yaffs.net>
  *
  *
  * Created by Timothy Manning <timothy@yaffs.net>
  *
index ff3a3dc36296346887c549568917e4b728ea2750..ca56994089264c3d5d48272b5bbf7ce653c2bb1e 100644 (file)
@@ -1,8 +1,7 @@
 /*
  * YAFFS: Yet another Flash File System . A NAND-flash specific file system. 
  *
 /*
  * YAFFS: Yet another Flash File System . A NAND-flash specific file system. 
  *
- * Copyright (C) 2002-2011 Aleph One Ltd.
- *   for Toby Churchill Ltd and Brightstar Engineering
+ * Copyright (C) 2002-2018 Aleph One Ltd.
  *
  * Created by Timothy Manning <timothy@yaffs.net>
  *
  *
  * Created by Timothy Manning <timothy@yaffs.net>
  *
index 91712387d3c04b951c506c9855309216d5fef61f..94c06f6d3e11cfe1cacbafbb81fd1d55666b2da4 100644 (file)
@@ -1,8 +1,7 @@
 /*
  * YAFFS: Yet another FFS. A NAND-flash specific file system.
  *
 /*
  * YAFFS: Yet another FFS. A NAND-flash specific file system.
  *
- * Copyright (C) 2002-2011 Aleph One Ltd.
- *   for Toby Churchill Ltd and Brightstar Engineering
+ * Copyright (C) 2002-2018 Aleph One Ltd.
  *
  * Created by Timothy Manning <timothy@yaffs.net>
  *
  *
  * Created by Timothy Manning <timothy@yaffs.net>
  *
index 777e74bd3ddad41a2a7781933fa49a9cc6666408..459c31d4dfca2c92fa4aa8cc6f8d8bd01bafd57a 100644 (file)
@@ -1,8 +1,7 @@
 /*
  * YAFFS: Yet another Flash File System . A NAND-flash specific file system. 
  *
 /*
  * YAFFS: Yet another Flash File System . A NAND-flash specific file system. 
  *
- * Copyright (C) 2002-2011 Aleph One Ltd.
- *   for Toby Churchill Ltd and Brightstar Engineering
+ * Copyright (C) 2002-2018 Aleph One Ltd.
  *
  * Created by Timothy Manning <timothy@yaffs.net>
  *
  *
  * Created by Timothy Manning <timothy@yaffs.net>
  *
index 7c67d73e6df31574a5d7c49a718811e5dce7bd1f..caba01d63bc0f647258dc355ce1039f5ac8f6735 100644 (file)
@@ -1,8 +1,7 @@
 /*
  * YAFFS: Yet another FFS. A NAND-flash specific file system.
  *
 /*
  * YAFFS: Yet another FFS. A NAND-flash specific file system.
  *
- * Copyright (C) 2002-2011 Aleph One Ltd.
- *   for Toby Churchill Ltd and Brightstar Engineering
+ * Copyright (C) 2002-2018 Aleph One Ltd.
  *
  * Created by Timothy Manning <timothy@yaffs.net>
  *
  *
  * Created by Timothy Manning <timothy@yaffs.net>
  *
index f5574c5b3f8e4e132aa9307e110c190b3faadf12..b8ced2d119b16e26258293b6202015ed9f732d83 100644 (file)
@@ -1,8 +1,7 @@
 /*
  * YAFFS: Yet another Flash File System . A NAND-flash specific file system. 
  *
 /*
  * YAFFS: Yet another Flash File System . A NAND-flash specific file system. 
  *
- * Copyright (C) 2002-2011 Aleph One Ltd.
- *   for Toby Churchill Ltd and Brightstar Engineering
+ * Copyright (C) 2002-2018 Aleph One Ltd.
  *
  * Created by Timothy Manning <timothy@yaffs.net>
  *
  *
  * Created by Timothy Manning <timothy@yaffs.net>
  *
index 4be8df031305fb7645e451839b8535f1218fe53d..4b3dc1f89dc0e6e068ae5e44f90e3150f4bcf1b4 100644 (file)
@@ -1,8 +1,7 @@
 /*
  * YAFFS: Yet another FFS. A NAND-flash specific file system.
  *
 /*
  * YAFFS: Yet another FFS. A NAND-flash specific file system.
  *
- * Copyright (C) 2002-2011 Aleph One Ltd.
- *   for Toby Churchill Ltd and Brightstar Engineering
+ * Copyright (C) 2002-2018 Aleph One Ltd.
  *
  * Created by Timothy Manning <timothy@yaffs.net>
  *
  *
  * Created by Timothy Manning <timothy@yaffs.net>
  *
index 2dee1a72de8aa407a8691e27b89544c8a9c64ff5..a42eb809f3bd62467cc139885cc0c893c282623e 100644 (file)
@@ -1,8 +1,7 @@
 /*
  * YAFFS: Yet another Flash File System . A NAND-flash specific file system. 
  *
 /*
  * YAFFS: Yet another Flash File System . A NAND-flash specific file system. 
  *
- * Copyright (C) 2002-2011 Aleph One Ltd.
- *   for Toby Churchill Ltd and Brightstar Engineering
+ * Copyright (C) 2002-2018 Aleph One Ltd.
  *
  * Created by Timothy Manning <timothy@yaffs.net>
  *
  *
  * Created by Timothy Manning <timothy@yaffs.net>
  *
index 514d827c72a283c4e26b9189acb0b511deea950c..d7805fb2a55dfee28192869ef01ec11a0a113626 100644 (file)
@@ -1,8 +1,7 @@
 /*
  * YAFFS: Yet another FFS. A NAND-flash specific file system.
  *
 /*
  * YAFFS: Yet another FFS. A NAND-flash specific file system.
  *
- * Copyright (C) 2002-2011 Aleph One Ltd.
- *   for Toby Churchill Ltd and Brightstar Engineering
+ * Copyright (C) 2002-2018 Aleph One Ltd.
  *
  * Created by Timothy Manning <timothy@yaffs.net>
  *
  *
  * Created by Timothy Manning <timothy@yaffs.net>
  *
index 684b01e2ea5b4b45936d0db85e471415a2256959..b85d715eb4b0759fd1fb55046cc835a566fed8ca 100644 (file)
@@ -1,8 +1,7 @@
 /*
  * YAFFS: Yet another Flash File System . A NAND-flash specific file system. 
  *
 /*
  * YAFFS: Yet another Flash File System . A NAND-flash specific file system. 
  *
- * Copyright (C) 2002-2011 Aleph One Ltd.
- *   for Toby Churchill Ltd and Brightstar Engineering
+ * Copyright (C) 2002-2018 Aleph One Ltd.
  *
  * Created by Timothy Manning <timothy@yaffs.net>
  *
  *
  * Created by Timothy Manning <timothy@yaffs.net>
  *
index 89627746239fc9e869bbeb079d7b30a5eba1098b..38ef4c49eab128ada7bb3c15e31cefb900d6e2c8 100644 (file)
@@ -1,8 +1,7 @@
 /*
  * YAFFS: Yet another FFS. A NAND-flash specific file system.
  *
 /*
  * YAFFS: Yet another FFS. A NAND-flash specific file system.
  *
- * Copyright (C) 2002-2011 Aleph One Ltd.
- *   for Toby Churchill Ltd and Brightstar Engineering
+ * Copyright (C) 2002-2018 Aleph One Ltd.
  *
  * Created by Timothy Manning <timothy@yaffs.net>
  *
  *
  * Created by Timothy Manning <timothy@yaffs.net>
  *
index c8db976b65c0d43288a2d2402525685511e0191a..d0ea282e08bfc239b58e9aa658fc257651a628a5 100644 (file)
@@ -1,8 +1,7 @@
 /*
  * YAFFS: Yet another Flash File System . A NAND-flash specific file system. 
  *
 /*
  * YAFFS: Yet another Flash File System . A NAND-flash specific file system. 
  *
- * Copyright (C) 2002-2011 Aleph One Ltd.
- *   for Toby Churchill Ltd and Brightstar Engineering
+ * Copyright (C) 2002-2018 Aleph One Ltd.
  *
  * Created by Timothy Manning <timothy@yaffs.net>
  *
  *
  * Created by Timothy Manning <timothy@yaffs.net>
  *
index 4aecb4457d418c25f3c1c9cecae286a72c1b89a4..fe124a83e7b4c6220306946a52ef6ebd26bb78be 100644 (file)
@@ -1,8 +1,7 @@
 /*
  * YAFFS: Yet another FFS. A NAND-flash specific file system.
  *
 /*
  * YAFFS: Yet another FFS. A NAND-flash specific file system.
  *
- * Copyright (C) 2002-2011 Aleph One Ltd.
- *   for Toby Churchill Ltd and Brightstar Engineering
+ * Copyright (C) 2002-2018 Aleph One Ltd.
  *
  * Created by Timothy Manning <timothy@yaffs.net>
  *
  *
  * Created by Timothy Manning <timothy@yaffs.net>
  *
index ffb556459bced21268c3d5ae9e26d5cfceacd282..677465e314e54e13e230ef31ab0e4248592c71c5 100644 (file)
@@ -1,8 +1,7 @@
 /*
  * YAFFS: Yet another Flash File System . A NAND-flash specific file system. 
  *
 /*
  * YAFFS: Yet another Flash File System . A NAND-flash specific file system. 
  *
- * Copyright (C) 2002-2011 Aleph One Ltd.
- *   for Toby Churchill Ltd and Brightstar Engineering
+ * Copyright (C) 2002-2018 Aleph One Ltd.
  *
  * Created by Timothy Manning <timothy@yaffs.net>
  *
  *
  * Created by Timothy Manning <timothy@yaffs.net>
  *
index e4acc08c9235d21a10d579ff4187562d722b1c99..3acc30578e5d19aaa3aa4303d64b0dffaab99066 100644 (file)
@@ -1,8 +1,7 @@
 /*
  * YAFFS: Yet another FFS. A NAND-flash specific file system.
  *
 /*
  * YAFFS: Yet another FFS. A NAND-flash specific file system.
  *
- * Copyright (C) 2002-2011 Aleph One Ltd.
- *   for Toby Churchill Ltd and Brightstar Engineering
+ * Copyright (C) 2002-2018 Aleph One Ltd.
  *
  * Created by Timothy Manning <timothy@yaffs.net>
  *
  *
  * Created by Timothy Manning <timothy@yaffs.net>
  *
index 8ccd1217a0cfcc40779bf3b2c2fdb537334d373c..2b62ecdeeaa98345fd0443cf78f1bf9e3bf9f348 100644 (file)
@@ -1,8 +1,7 @@
 /*
  * YAFFS: Yet another Flash File System . A NAND-flash specific file system. 
  *
 /*
  * YAFFS: Yet another Flash File System . A NAND-flash specific file system. 
  *
- * Copyright (C) 2002-2011 Aleph One Ltd.
- *   for Toby Churchill Ltd and Brightstar Engineering
+ * Copyright (C) 2002-2018 Aleph One Ltd.
  *
  * Created by Timothy Manning <timothy@yaffs.net>
  *
  *
  * Created by Timothy Manning <timothy@yaffs.net>
  *
index df54fef9d35fa7456b449e84cb664a00b31a440c..5654bfda17ff1b9f359405708e05843515bfbd17 100644 (file)
@@ -1,8 +1,7 @@
 /*
  * YAFFS: Yet another FFS. A NAND-flash specific file system.
  *
 /*
  * YAFFS: Yet another FFS. A NAND-flash specific file system.
  *
- * Copyright (C) 2002-2011 Aleph One Ltd.
- *   for Toby Churchill Ltd and Brightstar Engineering
+ * Copyright (C) 2002-2018 Aleph One Ltd.
  *
  * Created by Timothy Manning <timothy@yaffs.net>
  *
  *
  * Created by Timothy Manning <timothy@yaffs.net>
  *
index 3cf2a86729a9288d6d48efa5c1367142093474a6..0e6c06b1cf55ff78db49db6dc4ed22e68516690b 100644 (file)
@@ -1,8 +1,7 @@
 /*
  * YAFFS: Yet another Flash File System . A NAND-flash specific file system. 
  *
 /*
  * YAFFS: Yet another Flash File System . A NAND-flash specific file system. 
  *
- * Copyright (C) 2002-2011 Aleph One Ltd.
- *   for Toby Churchill Ltd and Brightstar Engineering
+ * Copyright (C) 2002-2018 Aleph One Ltd.
  *
  * Created by Timothy Manning <timothy@yaffs.net>
  *
  *
  * Created by Timothy Manning <timothy@yaffs.net>
  *
index dce9acf5f495da018642ea6e670acfebec6099a9..4a66ffbd477786f0fcf138cd37142e4c45bc7baa 100644 (file)
@@ -1,8 +1,7 @@
 /*
  * YAFFS: Yet another FFS. A NAND-flash specific file system.
  *
 /*
  * YAFFS: Yet another FFS. A NAND-flash specific file system.
  *
- * Copyright (C) 2002-2011 Aleph One Ltd.
- *   for Toby Churchill Ltd and Brightstar Engineering
+ * Copyright (C) 2002-2018 Aleph One Ltd.
  *
  * Created by Timothy Manning <timothy@yaffs.net>
  *
  *
  * Created by Timothy Manning <timothy@yaffs.net>
  *
index 6efc43826cae7e4f7ffc74b6912727ca8dc02c6d..5f8f45b3f953aac001a9ea360a2d4025fd544435 100644 (file)
@@ -1,8 +1,7 @@
 /*
  * YAFFS: Yet another Flash File System . A NAND-flash specific file system. 
  *
 /*
  * YAFFS: Yet another Flash File System . A NAND-flash specific file system. 
  *
- * Copyright (C) 2002-2011 Aleph One Ltd.
- *   for Toby Churchill Ltd and Brightstar Engineering
+ * Copyright (C) 2002-2018 Aleph One Ltd.
  *
  * Created by Timothy Manning <timothy@yaffs.net>
  *
  *
  * Created by Timothy Manning <timothy@yaffs.net>
  *
index f14005ef696065dea0e30ec31838f77ec326d128..ccd56c3d61f3abd3ba60f1b27ab9b26d545ba774 100644 (file)
@@ -1,8 +1,7 @@
 /*
  * YAFFS: Yet another FFS. A NAND-flash specific file system.
  *
 /*
  * YAFFS: Yet another FFS. A NAND-flash specific file system.
  *
- * Copyright (C) 2002-2011 Aleph One Ltd.
- *   for Toby Churchill Ltd and Brightstar Engineering
+ * Copyright (C) 2002-2018 Aleph One Ltd.
  *
  * Created by Timothy Manning <timothy@yaffs.net>
  *
  *
  * Created by Timothy Manning <timothy@yaffs.net>
  *
index afa692fc831c163bf4bb4aeea95adf1bc4e1ada5..11b2afff7d21610cebeac21fe81186b517e52cfb 100644 (file)
@@ -1,8 +1,7 @@
 /*
  * YAFFS: Yet another Flash File System . A NAND-flash specific file system. 
  *
 /*
  * YAFFS: Yet another Flash File System . A NAND-flash specific file system. 
  *
- * Copyright (C) 2002-2011 Aleph One Ltd.
- *   for Toby Churchill Ltd and Brightstar Engineering
+ * Copyright (C) 2002-2018 Aleph One Ltd.
  *
  * Created by Timothy Manning <timothy@yaffs.net>
  *
  *
  * Created by Timothy Manning <timothy@yaffs.net>
  *
index 7b6e1cddba023747606a856dddc9ea2e6471de08..4291f8c6ccf3bf6ded1e058deecb35f7fffdc647 100644 (file)
@@ -1,8 +1,7 @@
 /*
  * YAFFS: Yet another FFS. A NAND-flash specific file system.
  *
 /*
  * YAFFS: Yet another FFS. A NAND-flash specific file system.
  *
- * Copyright (C) 2002-2011 Aleph One Ltd.
- *   for Toby Churchill Ltd and Brightstar Engineering
+ * Copyright (C) 2002-2018 Aleph One Ltd.
  *
  * Created by Timothy Manning <timothy@yaffs.net>
  *
  *
  * Created by Timothy Manning <timothy@yaffs.net>
  *
index eabe97c6453b25c5b5b85fee89d064d5e0ff283f..84a9df82b80f9ae2844a7013b8d3c53cb92c3e7f 100644 (file)
@@ -1,8 +1,7 @@
 /*
  * YAFFS: Yet another Flash File System . A NAND-flash specific file system. 
  *
 /*
  * YAFFS: Yet another Flash File System . A NAND-flash specific file system. 
  *
- * Copyright (C) 2002-2011 Aleph One Ltd.
- *   for Toby Churchill Ltd and Brightstar Engineering
+ * Copyright (C) 2002-2018 Aleph One Ltd.
  *
  * Created by Timothy Manning <timothy@yaffs.net>
  *
  *
  * Created by Timothy Manning <timothy@yaffs.net>
  *
index 53caa55476d1594ee7db407082999702f23fc60e..2c609b5a62e6ae099fe99bf0b12a9221422fcf66 100644 (file)
@@ -1,8 +1,7 @@
 /*
  * YAFFS: Yet another FFS. A NAND-flash specific file system.
  *
 /*
  * YAFFS: Yet another FFS. A NAND-flash specific file system.
  *
- * Copyright (C) 2002-2011 Aleph One Ltd.
- *   for Toby Churchill Ltd and Brightstar Engineering
+ * Copyright (C) 2002-2018 Aleph One Ltd.
  *
  * Created by Timothy Manning <timothy@yaffs.net>
  *
  *
  * Created by Timothy Manning <timothy@yaffs.net>
  *
index 07358838c3be146860e643a0fb33b432df06f413..70bd074524fb5ba3fca9587d4b7a6ec106578c92 100644 (file)
@@ -1,8 +1,7 @@
 /*
  * YAFFS: Yet another Flash File System . A NAND-flash specific file system. 
  *
 /*
  * YAFFS: Yet another Flash File System . A NAND-flash specific file system. 
  *
- * Copyright (C) 2002-2011 Aleph One Ltd.
- *   for Toby Churchill Ltd and Brightstar Engineering
+ * Copyright (C) 2002-2018 Aleph One Ltd.
  *
  * Created by Timothy Manning <timothy@yaffs.net>
  *
  *
  * Created by Timothy Manning <timothy@yaffs.net>
  *
index aad9f46268d3faf424c9d727c46ee695695c0a16..40dcde54423d61a41cfe1e8d989087e03382646b 100644 (file)
@@ -1,8 +1,7 @@
 /*
  * YAFFS: Yet another FFS. A NAND-flash specific file system.
  *
 /*
  * YAFFS: Yet another FFS. A NAND-flash specific file system.
  *
- * Copyright (C) 2002-2011 Aleph One Ltd.
- *   for Toby Churchill Ltd and Brightstar Engineering
+ * Copyright (C) 2002-2018 Aleph One Ltd.
  *
  * Created by Timothy Manning <timothy@yaffs.net>
  *
  *
  * Created by Timothy Manning <timothy@yaffs.net>
  *
index 968dc9940ad31213425d607fef2b2bf0013af441..eb47104e19c2844f6fefa29abb9ed5e45bd1c916 100644 (file)
@@ -1,8 +1,7 @@
 /*
  * YAFFS: Yet another Flash File System . A NAND-flash specific file system. 
  *
 /*
  * YAFFS: Yet another Flash File System . A NAND-flash specific file system. 
  *
- * Copyright (C) 2002-2011 Aleph One Ltd.
- *   for Toby Churchill Ltd and Brightstar Engineering
+ * Copyright (C) 2002-2018 Aleph One Ltd.
  *
  * Created by Timothy Manning <timothy@yaffs.net>
  *
  *
  * Created by Timothy Manning <timothy@yaffs.net>
  *
index 6c3b1d76f11fcca0169c17bd4bf77a8b61593200..fb27ed8bace752d271008b1f455cb515cfa98a1a 100644 (file)
@@ -1,8 +1,7 @@
 /*
  * YAFFS: Yet another FFS. A NAND-flash specific file system.
  *
 /*
  * YAFFS: Yet another FFS. A NAND-flash specific file system.
  *
- * Copyright (C) 2002-2011 Aleph One Ltd.
- *   for Toby Churchill Ltd and Brightstar Engineering
+ * Copyright (C) 2002-2018 Aleph One Ltd.
  *
  * Created by Timothy Manning <timothy@yaffs.net>
  *
  *
  * Created by Timothy Manning <timothy@yaffs.net>
  *
index 26f516c3230e03195b25e382b00f85a455c9dbfd..db01957f5341f3271fdf7b71aa8cf98524697199 100644 (file)
@@ -1,8 +1,7 @@
 /*
  * YAFFS: Yet another Flash File System . A NAND-flash specific file system. 
  *
 /*
  * YAFFS: Yet another Flash File System . A NAND-flash specific file system. 
  *
- * Copyright (C) 2002-2011 Aleph One Ltd.
- *   for Toby Churchill Ltd and Brightstar Engineering
+ * Copyright (C) 2002-2018 Aleph One Ltd.
  *
  * Created by Timothy Manning <timothy@yaffs.net>
  *
  *
  * Created by Timothy Manning <timothy@yaffs.net>
  *
index d95501ea600410b7d0ef668ac3fd78c6434cd3a1..13581955df41e8a4597046d3bfb8968430fac5b6 100644 (file)
@@ -1,8 +1,7 @@
 /*
  * YAFFS: Yet another FFS. A NAND-flash specific file system.
  *
 /*
  * YAFFS: Yet another FFS. A NAND-flash specific file system.
  *
- * Copyright (C) 2002-2011 Aleph One Ltd.
- *   for Toby Churchill Ltd and Brightstar Engineering
+ * Copyright (C) 2002-2018 Aleph One Ltd.
  *
  * Created by Timothy Manning <timothy@yaffs.net>
  *
  *
  * Created by Timothy Manning <timothy@yaffs.net>
  *
index 683354cdf3716de08ab6c9c27f6a7d81b5220706..a247fdc06310b394e070501618ea8c683441f21d 100644 (file)
@@ -1,8 +1,7 @@
 /*
  * YAFFS: Yet another Flash File System . A NAND-flash specific file system. 
  *
 /*
  * YAFFS: Yet another Flash File System . A NAND-flash specific file system. 
  *
- * Copyright (C) 2002-2011 Aleph One Ltd.
- *   for Toby Churchill Ltd and Brightstar Engineering
+ * Copyright (C) 2002-2018 Aleph One Ltd.
  *
  * Created by Timothy Manning <timothy@yaffs.net>
  *
  *
  * Created by Timothy Manning <timothy@yaffs.net>
  *
index e77f3a9344b32561d93dcca2e8a0a4df59383e80..8942fec3a2d8f7416bd9264b600d5579dd937a29 100644 (file)
@@ -1,8 +1,7 @@
 /*
  * YAFFS: Yet another FFS. A NAND-flash specific file system.
  *
 /*
  * YAFFS: Yet another FFS. A NAND-flash specific file system.
  *
- * Copyright (C) 2002-2011 Aleph One Ltd.
- *   for Toby Churchill Ltd and Brightstar Engineering
+ * Copyright (C) 2002-2018 Aleph One Ltd.
  *
  * Created by Timothy Manning <timothy@yaffs.net>
  *
  *
  * Created by Timothy Manning <timothy@yaffs.net>
  *
index db127820ee488760d828951171948c6a48ac72dc..bcfae853a3e5233913955fe269b35791f850de24 100644 (file)
@@ -1,8 +1,7 @@
 /*
  * YAFFS: Yet another Flash File System . A NAND-flash specific file system. 
  *
 /*
  * YAFFS: Yet another Flash File System . A NAND-flash specific file system. 
  *
- * Copyright (C) 2002-2011 Aleph One Ltd.
- *   for Toby Churchill Ltd and Brightstar Engineering
+ * Copyright (C) 2002-2018 Aleph One Ltd.
  *
  * Created by Timothy Manning <timothy@yaffs.net>
  *
  *
  * Created by Timothy Manning <timothy@yaffs.net>
  *
index 185e39d30496e02360cc48fe9a3592af9d22c0ca..151461479e640f47a4f85f65afa4e0e4ec77d90f 100644 (file)
@@ -1,8 +1,7 @@
 /*
  * YAFFS: Yet another FFS. A NAND-flash specific file system.
  *
 /*
  * YAFFS: Yet another FFS. A NAND-flash specific file system.
  *
- * Copyright (C) 2002-2011 Aleph One Ltd.
- *   for Toby Churchill Ltd and Brightstar Engineering
+ * Copyright (C) 2002-2018 Aleph One Ltd.
  *
  * Created by Timothy Manning <timothy@yaffs.net>
  *
  *
  * Created by Timothy Manning <timothy@yaffs.net>
  *
index fa071f6eb29bd6a8cc38d6207462726a515264f2..daace14e7f4cc27f6ca80be3dddcb86d61b3de64 100644 (file)
@@ -1,8 +1,7 @@
 /*
  * YAFFS: Yet another Flash File System . A NAND-flash specific file system. 
  *
 /*
  * YAFFS: Yet another Flash File System . A NAND-flash specific file system. 
  *
- * Copyright (C) 2002-2011 Aleph One Ltd.
- *   for Toby Churchill Ltd and Brightstar Engineering
+ * Copyright (C) 2002-2018 Aleph One Ltd.
  *
  * Created by Timothy Manning <timothy@yaffs.net>
  *
  *
  * Created by Timothy Manning <timothy@yaffs.net>
  *
index b535039f369259349c3e47a4d3aa58c51f589eae..8a924aba8a4323441d4d5aaf4e4180f003ab66da 100644 (file)
@@ -1,8 +1,7 @@
 /*
  * YAFFS: Yet another FFS. A NAND-flash specific file system.
  *
 /*
  * YAFFS: Yet another FFS. A NAND-flash specific file system.
  *
- * Copyright (C) 2002-2011 Aleph One Ltd.
- *   for Toby Churchill Ltd and Brightstar Engineering
+ * Copyright (C) 2002-2018 Aleph One Ltd.
  *
  * Created by Timothy Manning <timothy@yaffs.net>
  *
  *
  * Created by Timothy Manning <timothy@yaffs.net>
  *
index d7b84511317023c78a40488cfe28b331843834d3..a475ddf237cc005d433283cd0a7c17d6c9892c2b 100644 (file)
@@ -1,8 +1,7 @@
 /*
  * YAFFS: Yet another Flash File System . A NAND-flash specific file system. 
  *
 /*
  * YAFFS: Yet another Flash File System . A NAND-flash specific file system. 
  *
- * Copyright (C) 2002-2011 Aleph One Ltd.
- *   for Toby Churchill Ltd and Brightstar Engineering
+ * Copyright (C) 2002-2018 Aleph One Ltd.
  *
  * Created by Timothy Manning <timothy@yaffs.net>
  *
  *
  * Created by Timothy Manning <timothy@yaffs.net>
  *
index 005acb329b200b3355885849a248bf2a99eb5030..aecd090f981391299ebb8a59b093c579321d4f91 100644 (file)
@@ -1,8 +1,7 @@
 /*
  * YAFFS: Yet another FFS. A NAND-flash specific file system.
  *
 /*
  * YAFFS: Yet another FFS. A NAND-flash specific file system.
  *
- * Copyright (C) 2002-2011 Aleph One Ltd.
- *   for Toby Churchill Ltd and Brightstar Engineering
+ * Copyright (C) 2002-2018 Aleph One Ltd.
  *
  * Created by Timothy Manning <timothy@yaffs.net>
  *
  *
  * Created by Timothy Manning <timothy@yaffs.net>
  *
index f39e822a05774cc40805a5d9286dd6744a0be15e..4d49ade227fe7a3b2c5b4061fe804d9f5a236cb4 100644 (file)
@@ -1,8 +1,7 @@
 /*
  * YAFFS: Yet another Flash File System . A NAND-flash specific file system. 
  *
 /*
  * YAFFS: Yet another Flash File System . A NAND-flash specific file system. 
  *
- * Copyright (C) 2002-2011 Aleph One Ltd.
- *   for Toby Churchill Ltd and Brightstar Engineering
+ * Copyright (C) 2002-2018 Aleph One Ltd.
  *
  * Created by Timothy Manning <timothy@yaffs.net>
  *
  *
  * Created by Timothy Manning <timothy@yaffs.net>
  *
index c7aa61e0a74aab50c5dd4a5b2f8305ff57f5d6eb..9386a17d098827c1c28aa337ed34f0d3a02c1162 100644 (file)
@@ -1,8 +1,7 @@
 /*
  * YAFFS: Yet another FFS. A NAND-flash specific file system.
  *
 /*
  * YAFFS: Yet another FFS. A NAND-flash specific file system.
  *
- * Copyright (C) 2002-2011 Aleph One Ltd.
- *   for Toby Churchill Ltd and Brightstar Engineering
+ * Copyright (C) 2002-2018 Aleph One Ltd.
  *
  * Created by Timothy Manning <timothy@yaffs.net>
  *
  *
  * Created by Timothy Manning <timothy@yaffs.net>
  *
index 3ac429b6f1ebb3f1ab8845e639a869d899247810..9fb31cb4c0aeab189d05e79fb7ea242815453ed2 100644 (file)
@@ -1,8 +1,7 @@
 /*
  * YAFFS: Yet another Flash File System . A NAND-flash specific file system. 
  *
 /*
  * YAFFS: Yet another Flash File System . A NAND-flash specific file system. 
  *
- * Copyright (C) 2002-2011 Aleph One Ltd.
- *   for Toby Churchill Ltd and Brightstar Engineering
+ * Copyright (C) 2002-2018 Aleph One Ltd.
  *
  * Created by Timothy Manning <timothy@yaffs.net>
  *
  *
  * Created by Timothy Manning <timothy@yaffs.net>
  *
index 098325e7d02a3cf053d1c71642f14ea349c690dc..c1df6fe03ca098cd880516dba3244c1bee09963a 100644 (file)
@@ -1,8 +1,7 @@
 /*
  * YAFFS: Yet another FFS. A NAND-flash specific file system.
  *
 /*
  * YAFFS: Yet another FFS. A NAND-flash specific file system.
  *
- * Copyright (C) 2002-2011 Aleph One Ltd.
- *   for Toby Churchill Ltd and Brightstar Engineering
+ * Copyright (C) 2002-2018 Aleph One Ltd.
  *
  * Created by Timothy Manning <timothy@yaffs.net>
  *
  *
  * Created by Timothy Manning <timothy@yaffs.net>
  *
index 62bc182631f1a8c812da204c07e39abae2193cb3..4c44542b6b6a6eb97d91de32f00ecb8cbe22c491 100644 (file)
@@ -1,8 +1,7 @@
 /*
  * YAFFS: Yet another Flash File System . A NAND-flash specific file system. 
  *
 /*
  * YAFFS: Yet another Flash File System . A NAND-flash specific file system. 
  *
- * Copyright (C) 2002-2011 Aleph One Ltd.
- *   for Toby Churchill Ltd and Brightstar Engineering
+ * Copyright (C) 2002-2018 Aleph One Ltd.
  *
  * Created by Timothy Manning <timothy@yaffs.net>
  *
  *
  * Created by Timothy Manning <timothy@yaffs.net>
  *
index 998b14c16622f07eb638d4341dd780ffc8188d1d..531cc22d2bdc4373d22edd5201aafef93a5dd699 100644 (file)
@@ -1,8 +1,7 @@
 /*
  * YAFFS: Yet another FFS. A NAND-flash specific file system.
  *
 /*
  * YAFFS: Yet another FFS. A NAND-flash specific file system.
  *
- * Copyright (C) 2002-2011 Aleph One Ltd.
- *   for Toby Churchill Ltd and Brightstar Engineering
+ * Copyright (C) 2002-2018 Aleph One Ltd.
  *
  * Created by Timothy Manning <timothy@yaffs.net>
  *
  *
  * Created by Timothy Manning <timothy@yaffs.net>
  *
index eea78329332665b754f4667197d7dc02ee4a9193..56addfbafae385926b082cdf88abed17bcacd784 100644 (file)
@@ -1,8 +1,7 @@
 /*
  * YAFFS: Yet another Flash File System . A NAND-flash specific file system. 
  *
 /*
  * YAFFS: Yet another Flash File System . A NAND-flash specific file system. 
  *
- * Copyright (C) 2002-2011 Aleph One Ltd.
- *   for Toby Churchill Ltd and Brightstar Engineering
+ * Copyright (C) 2002-2018 Aleph One Ltd.
  *
  * Created by Timothy Manning <timothy@yaffs.net>
  *
  *
  * Created by Timothy Manning <timothy@yaffs.net>
  *
index 970e634ccce1a4d438c4359bf4e09becbeffb827..12af51d02540a77dcb4f15d95c9f14ffe83df111 100644 (file)
@@ -1,8 +1,7 @@
 /*
  * YAFFS: Yet another FFS. A NAND-flash specific file system.
  *
 /*
  * YAFFS: Yet another FFS. A NAND-flash specific file system.
  *
- * Copyright (C) 2002-2011 Aleph One Ltd.
- *   for Toby Churchill Ltd and Brightstar Engineering
+ * Copyright (C) 2002-2018 Aleph One Ltd.
  *
  * Created by Timothy Manning <timothy@yaffs.net>
  *
  *
  * Created by Timothy Manning <timothy@yaffs.net>
  *
index 897e89fe54c55a20fa41c47a7e6e06ebecbe1bb6..a4e4366e549d2f90aa3a541fb45fa19e1d8b57a3 100644 (file)
@@ -1,8 +1,7 @@
 /*
  * YAFFS: Yet another Flash File System . A NAND-flash specific file system. 
  *
 /*
  * YAFFS: Yet another Flash File System . A NAND-flash specific file system. 
  *
- * Copyright (C) 2002-2011 Aleph One Ltd.
- *   for Toby Churchill Ltd and Brightstar Engineering
+ * Copyright (C) 2002-2018 Aleph One Ltd.
  *
  * Created by Timothy Manning <timothy@yaffs.net>
  *
  *
  * Created by Timothy Manning <timothy@yaffs.net>
  *
index 6696b06576368cda7fccc9d426203c501a8e4e61..532a0ea428f799d99bbf10019c81721a77920d89 100644 (file)
@@ -1,8 +1,7 @@
 /*
  * YAFFS: Yet another FFS. A NAND-flash specific file system.
  *
 /*
  * YAFFS: Yet another FFS. A NAND-flash specific file system.
  *
- * Copyright (C) 2002-2011 Aleph One Ltd.
- *   for Toby Churchill Ltd and Brightstar Engineering
+ * Copyright (C) 2002-2018 Aleph One Ltd.
  *
  * Created by Timothy Manning <timothy@yaffs.net>
  *
  *
  * Created by Timothy Manning <timothy@yaffs.net>
  *
index 582bde9a9351968527b74808deddd5cd9f46c8d1..fe34a97f4f5a2d6250d7dc32f8a33a62fca35f2d 100644 (file)
@@ -1,8 +1,7 @@
 /*
  * YAFFS: Yet another Flash File System . A NAND-flash specific file system. 
  *
 /*
  * YAFFS: Yet another Flash File System . A NAND-flash specific file system. 
  *
- * Copyright (C) 2002-2011 Aleph One Ltd.
- *   for Toby Churchill Ltd and Brightstar Engineering
+ * Copyright (C) 2002-2018 Aleph One Ltd.
  *
  * Created by Timothy Manning <timothy@yaffs.net>
  *
  *
  * Created by Timothy Manning <timothy@yaffs.net>
  *
index 22555ad902b6d62ab42d711fe42927c5284444fb..90814f37527697891c08df57aec00c74bc5888c5 100644 (file)
@@ -1,8 +1,7 @@
 /*
  * YAFFS: Yet another FFS. A NAND-flash specific file system.
  *
 /*
  * YAFFS: Yet another FFS. A NAND-flash specific file system.
  *
- * Copyright (C) 2002-2011 Aleph One Ltd.
- *   for Toby Churchill Ltd and Brightstar Engineering
+ * Copyright (C) 2002-2018 Aleph One Ltd.
  *
  * Created by Timothy Manning <timothy@yaffs.net>
  *
  *
  * Created by Timothy Manning <timothy@yaffs.net>
  *
index f5196255094b4c80b4e696b2bae46f465f473b7e..29b67e0f016218d92b6f278ff3aa795f3971e118 100644 (file)
@@ -1,8 +1,7 @@
 /*
  * YAFFS: Yet another Flash File System . A NAND-flash specific file system. 
  *
 /*
  * YAFFS: Yet another Flash File System . A NAND-flash specific file system. 
  *
- * Copyright (C) 2002-2011 Aleph One Ltd.
- *   for Toby Churchill Ltd and Brightstar Engineering
+ * Copyright (C) 2002-2018 Aleph One Ltd.
  *
  * Created by Timothy Manning <timothy@yaffs.net>
  *
  *
  * Created by Timothy Manning <timothy@yaffs.net>
  *
index 6b4b526ce36de9367870779f38e402b08276314b..9907830b7cdabb1fe15b1af6e242d5553ed40f20 100644 (file)
@@ -1,8 +1,7 @@
 /*
  * YAFFS: Yet another FFS. A NAND-flash specific file system.
  *
 /*
  * YAFFS: Yet another FFS. A NAND-flash specific file system.
  *
- * Copyright (C) 2002-2011 Aleph One Ltd.
- *   for Toby Churchill Ltd and Brightstar Engineering
+ * Copyright (C) 2002-2018 Aleph One Ltd.
  *
  * Created by Timothy Manning <timothy@yaffs.net>
  *
  *
  * Created by Timothy Manning <timothy@yaffs.net>
  *
index 6bb96cf45a7aa52d142c28a909849b5d12c80c3d..797704a5734b782e7cf565179efa3c1381118d95 100644 (file)
@@ -1,8 +1,7 @@
 /*
  * YAFFS: Yet another Flash File System . A NAND-flash specific file system. 
  *
 /*
  * YAFFS: Yet another Flash File System . A NAND-flash specific file system. 
  *
- * Copyright (C) 2002-2011 Aleph One Ltd.
- *   for Toby Churchill Ltd and Brightstar Engineering
+ * Copyright (C) 2002-2018 Aleph One Ltd.
  *
  * Created by Timothy Manning <timothy@yaffs.net>
  *
  *
  * Created by Timothy Manning <timothy@yaffs.net>
  *
index 58fa590b139474b71c842cd4dccf4953c6196bc9..7eb5edce5d53acb511c52fdc54492f2ceb74f4d3 100644 (file)
@@ -1,8 +1,7 @@
 /*
  * YAFFS: Yet another FFS. A NAND-flash specific file system.
  *
 /*
  * YAFFS: Yet another FFS. A NAND-flash specific file system.
  *
- * Copyright (C) 2002-2011 Aleph One Ltd.
- *   for Toby Churchill Ltd and Brightstar Engineering
+ * Copyright (C) 2002-2018 Aleph One Ltd.
  *
  * Created by Timothy Manning <timothy@yaffs.net>
  *
  *
  * Created by Timothy Manning <timothy@yaffs.net>
  *
index 72d2c37cc73e0c3dd0a8bd858bdd3dc4683964d7..eebb4cedcf0d2faf9bef5d2ef00ad89e3a4c6e61 100644 (file)
@@ -1,8 +1,7 @@
 /*
  * YAFFS: Yet another Flash File System . A NAND-flash specific file system. 
  *
 /*
  * YAFFS: Yet another Flash File System . A NAND-flash specific file system. 
  *
- * Copyright (C) 2002-2011 Aleph One Ltd.
- *   for Toby Churchill Ltd and Brightstar Engineering
+ * Copyright (C) 2002-2018 Aleph One Ltd.
  *
  * Created by Timothy Manning <timothy@yaffs.net>
  *
  *
  * Created by Timothy Manning <timothy@yaffs.net>
  *
index 0e38ef429e3230ada7f068f1c49b95c51240532d..dccf095822b483f43cff9292a469d26f719a2228 100644 (file)
@@ -1,8 +1,7 @@
 /*
  * YAFFS: Yet another FFS. A NAND-flash specific file system.
  *
 /*
  * YAFFS: Yet another FFS. A NAND-flash specific file system.
  *
- * Copyright (C) 2002-2011 Aleph One Ltd.
- *   for Toby Churchill Ltd and Brightstar Engineering
+ * Copyright (C) 2002-2018 Aleph One Ltd.
  *
  * Created by Timothy Manning <timothy@yaffs.net>
  *
  *
  * Created by Timothy Manning <timothy@yaffs.net>
  *
index dfc5edeb1494130b6c48da78abd68371c230649e..c85a52eaccec12592647e93fc239c1870b13eb55 100644 (file)
@@ -1,8 +1,7 @@
 /*
  * YAFFS: Yet another Flash File System . A NAND-flash specific file system. 
  *
 /*
  * YAFFS: Yet another Flash File System . A NAND-flash specific file system. 
  *
- * Copyright (C) 2002-2011 Aleph One Ltd.
- *   for Toby Churchill Ltd and Brightstar Engineering
+ * Copyright (C) 2002-2018 Aleph One Ltd.
  *
  * Created by Timothy Manning <timothy@yaffs.net>
  *
  *
  * Created by Timothy Manning <timothy@yaffs.net>
  *
index cffdb25619a27b3820e3bae9e5154b65c2741890..a11f46b2ecb122b87303cfe4307eddaff0d02dee 100644 (file)
@@ -1,8 +1,7 @@
 /*
  * YAFFS: Yet another FFS. A NAND-flash specific file system.
  *
 /*
  * YAFFS: Yet another FFS. A NAND-flash specific file system.
  *
- * Copyright (C) 2002-2011 Aleph One Ltd.
- *   for Toby Churchill Ltd and Brightstar Engineering
+ * Copyright (C) 2002-2018 Aleph One Ltd.
  *
  * Created by Timothy Manning <timothy@yaffs.net>
  *
  *
  * Created by Timothy Manning <timothy@yaffs.net>
  *
index fbff6782bb3a143832ca119452f3afc1583d3161..63514d782b650546eb4af13a38c6c6b0bd7edc23 100644 (file)
@@ -1,8 +1,7 @@
 /*
  * YAFFS: Yet another Flash File System . A NAND-flash specific file system. 
  *
 /*
  * YAFFS: Yet another Flash File System . A NAND-flash specific file system. 
  *
- * Copyright (C) 2002-2011 Aleph One Ltd.
- *   for Toby Churchill Ltd and Brightstar Engineering
+ * Copyright (C) 2002-2018 Aleph One Ltd.
  *
  * Created by Timothy Manning <timothy@yaffs.net>
  *
  *
  * Created by Timothy Manning <timothy@yaffs.net>
  *
index 37ddb0e8f7346b9728e156a48dead84253e6abb9..3b63a75e06f61e5186707a110faf77264b839866 100644 (file)
@@ -1,8 +1,7 @@
 /*
  * YAFFS: Yet another FFS. A NAND-flash specific file system.
  *
 /*
  * YAFFS: Yet another FFS. A NAND-flash specific file system.
  *
- * Copyright (C) 2002-2011 Aleph One Ltd.
- *   for Toby Churchill Ltd and Brightstar Engineering
+ * Copyright (C) 2002-2018 Aleph One Ltd.
  *
  * Created by Timothy Manning <timothy@yaffs.net>
  *
  *
  * Created by Timothy Manning <timothy@yaffs.net>
  *
index 3d9681e2a5001b44f1ea7c70d613e856b8ea932a..d85a8f437e7edc1d4e27c2b3e2c00b6adf0976b7 100644 (file)
@@ -1,8 +1,7 @@
 /*
  * YAFFS: Yet another Flash File System . A NAND-flash specific file system. 
  *
 /*
  * YAFFS: Yet another Flash File System . A NAND-flash specific file system. 
  *
- * Copyright (C) 2002-2011 Aleph One Ltd.
- *   for Toby Churchill Ltd and Brightstar Engineering
+ * Copyright (C) 2002-2018 Aleph One Ltd.
  *
  * Created by Timothy Manning <timothy@yaffs.net>
  *
  *
  * Created by Timothy Manning <timothy@yaffs.net>
  *
index f0462770d2e15afd57b729b94b0e943ddeb3a2c7..0a337d812e6d516743ac51f92bbabae4b3924d62 100644 (file)
@@ -1,8 +1,7 @@
 /*
  * YAFFS: Yet another FFS. A NAND-flash specific file system.
  *
 /*
  * YAFFS: Yet another FFS. A NAND-flash specific file system.
  *
- * Copyright (C) 2002-2011 Aleph One Ltd.
- *   for Toby Churchill Ltd and Brightstar Engineering
+ * Copyright (C) 2002-2018 Aleph One Ltd.
  *
  * Created by Timothy Manning <timothy@yaffs.net>
  *
  *
  * Created by Timothy Manning <timothy@yaffs.net>
  *
index 5138ae2027e34e14a6b51ef6c80f732552451b16..285445b88ecb5a3447a5b49156605d406c99fcaf 100644 (file)
@@ -1,8 +1,7 @@
 /*
  * YAFFS: Yet another Flash File System . A NAND-flash specific file system. 
  *
 /*
  * YAFFS: Yet another Flash File System . A NAND-flash specific file system. 
  *
- * Copyright (C) 2002-2011 Aleph One Ltd.
- *   for Toby Churchill Ltd and Brightstar Engineering
+ * Copyright (C) 2002-2018 Aleph One Ltd.
  *
  * Created by Timothy Manning <timothy@yaffs.net>
  *
  *
  * Created by Timothy Manning <timothy@yaffs.net>
  *
index 64d9ee14a37c3cf9dbebc670d92a39490cfc495e..b301dd4cbfcbd3fe434499060f5400363d66cbc8 100644 (file)
@@ -1,8 +1,7 @@
 /*
  * YAFFS: Yet another FFS. A NAND-flash specific file system.
  *
 /*
  * YAFFS: Yet another FFS. A NAND-flash specific file system.
  *
- * Copyright (C) 2002-2011 Aleph One Ltd.
- *   for Toby Churchill Ltd and Brightstar Engineering
+ * Copyright (C) 2002-2018 Aleph One Ltd.
  *
  * Created by Timothy Manning <timothy@yaffs.net>
  *
  *
  * Created by Timothy Manning <timothy@yaffs.net>
  *
index 712927c56b1a782444b7b65c254e300d6e8f2572..2da08ee83286aa9854a26e23331bf4b8407e7326 100644 (file)
@@ -1,8 +1,7 @@
 /*
  * YAFFS: Yet another Flash File System . A NAND-flash specific file system. 
  *
 /*
  * YAFFS: Yet another Flash File System . A NAND-flash specific file system. 
  *
- * Copyright (C) 2002-2011 Aleph One Ltd.
- *   for Toby Churchill Ltd and Brightstar Engineering
+ * Copyright (C) 2002-2018 Aleph One Ltd.
  *
  * Created by Timothy Manning <timothy@yaffs.net>
  *
  *
  * Created by Timothy Manning <timothy@yaffs.net>
  *
index f1c284e509dba6d78bb745e14380447deb522e74..0b244a5a38f5878ff289afb36c9e3e5d1a694eda 100644 (file)
@@ -1,8 +1,7 @@
 /*
  * YAFFS: Yet another FFS. A NAND-flash specific file system.
  *
 /*
  * YAFFS: Yet another FFS. A NAND-flash specific file system.
  *
- * Copyright (C) 2002-2011 Aleph One Ltd.
- *   for Toby Churchill Ltd and Brightstar Engineering
+ * Copyright (C) 2002-2018 Aleph One Ltd.
  *
  * Created by Timothy Manning <timothy@yaffs.net>
  *
  *
  * Created by Timothy Manning <timothy@yaffs.net>
  *
index e5f13d436d680e32631bee2697873daee7c28d8f..714f5e7f373d85853e6c629f0d68f598352bf5c0 100644 (file)
@@ -1,8 +1,7 @@
 /*
  * YAFFS: Yet another Flash File System . A NAND-flash specific file system. 
  *
 /*
  * YAFFS: Yet another Flash File System . A NAND-flash specific file system. 
  *
- * Copyright (C) 2002-2011 Aleph One Ltd.
- *   for Toby Churchill Ltd and Brightstar Engineering
+ * Copyright (C) 2002-2018 Aleph One Ltd.
  *
  * Created by Timothy Manning <timothy@yaffs.net>
  *
  *
  * Created by Timothy Manning <timothy@yaffs.net>
  *
index c6085d2f988b2af66e393b9544c533b05c847c33..247f972ced3e8908239db47221cfbc9df463c646 100644 (file)
@@ -1,8 +1,7 @@
 /*
  * YAFFS: Yet another FFS. A NAND-flash specific file system.
  *
 /*
  * YAFFS: Yet another FFS. A NAND-flash specific file system.
  *
- * Copyright (C) 2002-2011 Aleph One Ltd.
- *   for Toby Churchill Ltd and Brightstar Engineering
+ * Copyright (C) 2002-2018 Aleph One Ltd.
  *
  * Created by Timothy Manning <timothy@yaffs.net>
  *
  *
  * Created by Timothy Manning <timothy@yaffs.net>
  *
index ee8112cddc41d9ebee6db97abe1f9ba77a68f65a..24664ee2305dece3233f2fe452171af2d8c38e48 100644 (file)
@@ -1,8 +1,7 @@
 /*
  * YAFFS: Yet another Flash File System . A NAND-flash specific file system. 
  *
 /*
  * YAFFS: Yet another Flash File System . A NAND-flash specific file system. 
  *
- * Copyright (C) 2002-2011 Aleph One Ltd.
- *   for Toby Churchill Ltd and Brightstar Engineering
+ * Copyright (C) 2002-2018 Aleph One Ltd.
  *
  * Created by Timothy Manning <timothy@yaffs.net>
  *
  *
  * Created by Timothy Manning <timothy@yaffs.net>
  *
index 5368fd7ac5ed1149ee456b70a8eadc9874c42602..797d0fe48ac959a14f2fa47dff41138359261007 100644 (file)
@@ -1,8 +1,7 @@
 /*
  * YAFFS: Yet another FFS. A NAND-flash specific file system.
  *
 /*
  * YAFFS: Yet another FFS. A NAND-flash specific file system.
  *
- * Copyright (C) 2002-2011 Aleph One Ltd.
- *   for Toby Churchill Ltd and Brightstar Engineering
+ * Copyright (C) 2002-2018 Aleph One Ltd.
  *
  * Created by Timothy Manning <timothy@yaffs.net>
  *
  *
  * Created by Timothy Manning <timothy@yaffs.net>
  *
index ae7be8bb0099a4a1cd26acd38e8e8da0fe3b3a25..46c34883484da093a62adeea8b1a31668ac4cc09 100644 (file)
@@ -1,8 +1,7 @@
 /*
  * YAFFS: Yet another Flash File System . A NAND-flash specific file system. 
  *
 /*
  * YAFFS: Yet another Flash File System . A NAND-flash specific file system. 
  *
- * Copyright (C) 2002-2011 Aleph One Ltd.
- *   for Toby Churchill Ltd and Brightstar Engineering
+ * Copyright (C) 2002-2018 Aleph One Ltd.
  *
  * Created by Timothy Manning <timothy@yaffs.net>
  *
  *
  * Created by Timothy Manning <timothy@yaffs.net>
  *
index 7b5fcb210615164abc935aff7d4d68adab6bc4c7..771b021f79716ba3051e12053df7687937d6d35e 100644 (file)
@@ -1,8 +1,7 @@
 /*
  * YAFFS: Yet another FFS. A NAND-flash specific file system.
  *
 /*
  * YAFFS: Yet another FFS. A NAND-flash specific file system.
  *
- * Copyright (C) 2002-2011 Aleph One Ltd.
- *   for Toby Churchill Ltd and Brightstar Engineering
+ * Copyright (C) 2002-2018 Aleph One Ltd.
  *
  * Created by Timothy Manning <timothy@yaffs.net>
  *
  *
  * Created by Timothy Manning <timothy@yaffs.net>
  *
index 9101e848c30a3499a8126a96a52b55e188e5b898..ff00dfdac7c77fc4ff259847bbd735d8f9a78f46 100644 (file)
@@ -1,8 +1,7 @@
 /*
  * YAFFS: Yet another Flash File System . A NAND-flash specific file system. 
  *
 /*
  * YAFFS: Yet another Flash File System . A NAND-flash specific file system. 
  *
- * Copyright (C) 2002-2011 Aleph One Ltd.
- *   for Toby Churchill Ltd and Brightstar Engineering
+ * Copyright (C) 2002-2018 Aleph One Ltd.
  *
  * Created by Timothy Manning <timothy@yaffs.net>
  *
  *
  * Created by Timothy Manning <timothy@yaffs.net>
  *
index 29dea18e242ae72162c4ca914369213b13b204ab..00f903af583040718878afb7a4f54ce5fb40373d 100644 (file)
@@ -1,8 +1,7 @@
 /*
  * YAFFS: Yet another FFS. A NAND-flash specific file system.
  *
 /*
  * YAFFS: Yet another FFS. A NAND-flash specific file system.
  *
- * Copyright (C) 2002-2011 Aleph One Ltd.
- *   for Toby Churchill Ltd and Brightstar Engineering
+ * Copyright (C) 2002-2018 Aleph One Ltd.
  *
  * Created by Timothy Manning <timothy@yaffs.net>
  *
  *
  * Created by Timothy Manning <timothy@yaffs.net>
  *
index 75b8ea9bba47fa128b1c8ddc5e70b8c071648f69..6b2f18fdce097a9899907dc3bf08750f7f2beffa 100644 (file)
@@ -1,8 +1,7 @@
 /*
  * YAFFS: Yet another Flash File System . A NAND-flash specific file system. 
  *
 /*
  * YAFFS: Yet another Flash File System . A NAND-flash specific file system. 
  *
- * Copyright (C) 2002-2011 Aleph One Ltd.
- *   for Toby Churchill Ltd and Brightstar Engineering
+ * Copyright (C) 2002-2018 Aleph One Ltd.
  *
  * Created by Timothy Manning <timothy@yaffs.net>
  *
  *
  * Created by Timothy Manning <timothy@yaffs.net>
  *
index 3bcfcc32e5e3d71f5aa7f14aff3a0ea5a5ff74f6..ea8f128aace6c318eb32933285be082eaa44c9ed 100644 (file)
@@ -1,8 +1,7 @@
 /*
  * YAFFS: Yet another FFS. A NAND-flash specific file system.
  *
 /*
  * YAFFS: Yet another FFS. A NAND-flash specific file system.
  *
- * Copyright (C) 2002-2011 Aleph One Ltd.
- *   for Toby Churchill Ltd and Brightstar Engineering
+ * Copyright (C) 2002-2018 Aleph One Ltd.
  *
  * Created by Timothy Manning <timothy@yaffs.net>
  *
  *
  * Created by Timothy Manning <timothy@yaffs.net>
  *
index d9983fd9ec118b6ff91ef2f75ffea0245093e37a..365e28830c9488e57972616f582d402521d3095f 100644 (file)
@@ -1,8 +1,7 @@
 /*
  * YAFFS: Yet another Flash File System . A NAND-flash specific file system. 
  *
 /*
  * YAFFS: Yet another Flash File System . A NAND-flash specific file system. 
  *
- * Copyright (C) 2002-2011 Aleph One Ltd.
- *   for Toby Churchill Ltd and Brightstar Engineering
+ * Copyright (C) 2002-2018 Aleph One Ltd.
  *
  * Created by Timothy Manning <timothy@yaffs.net>
  *
  *
  * Created by Timothy Manning <timothy@yaffs.net>
  *
index c3272fe2eb63c8f7194b7eef3502c6eca3d27d5e..6c75b67468577f804879438dee6f50e57536d1ce 100644 (file)
@@ -1,8 +1,7 @@
 /*
  * YAFFS: Yet another FFS. A NAND-flash specific file system.
  *
 /*
  * YAFFS: Yet another FFS. A NAND-flash specific file system.
  *
- * Copyright (C) 2002-2011 Aleph One Ltd.
- *   for Toby Churchill Ltd and Brightstar Engineering
+ * Copyright (C) 2002-2018 Aleph One Ltd.
  *
  * Created by Timothy Manning <timothy@yaffs.net>
  *
  *
  * Created by Timothy Manning <timothy@yaffs.net>
  *
index 3e5825e64853e8c6b85d454f9ce9dfc01ef38471..a2e7c0d37fdcfd5b694df0b9c3f2e9b937443dab 100644 (file)
@@ -1,8 +1,7 @@
 /*
  * YAFFS: Yet another Flash File System . A NAND-flash specific file system. 
  *
 /*
  * YAFFS: Yet another Flash File System . A NAND-flash specific file system. 
  *
- * Copyright (C) 2002-2011 Aleph One Ltd.
- *   for Toby Churchill Ltd and Brightstar Engineering
+ * Copyright (C) 2002-2018 Aleph One Ltd.
  *
  * Created by Timothy Manning <timothy@yaffs.net>
  *
  *
  * Created by Timothy Manning <timothy@yaffs.net>
  *
index ba51300b0f8b1d74780f986963fa27e5a97030eb..750b3af9374db828debd6d2739e67806be37f4d4 100644 (file)
@@ -1,8 +1,7 @@
 /*
  * YAFFS: Yet another FFS. A NAND-flash specific file system.
  *
 /*
  * YAFFS: Yet another FFS. A NAND-flash specific file system.
  *
- * Copyright (C) 2002-2011 Aleph One Ltd.
- *   for Toby Churchill Ltd and Brightstar Engineering
+ * Copyright (C) 2002-2018 Aleph One Ltd.
  *
  * Created by Timothy Manning <timothy@yaffs.net>
  *
  *
  * Created by Timothy Manning <timothy@yaffs.net>
  *
index 15329f22145744388541f82ce401ef43801dd8d1..3577ef2219dede2e1a60e4843e17df65bcf9264a 100644 (file)
@@ -1,8 +1,7 @@
 /*
  * YAFFS: Yet another Flash File System . A NAND-flash specific file system. 
  *
 /*
  * YAFFS: Yet another Flash File System . A NAND-flash specific file system. 
  *
- * Copyright (C) 2002-2011 Aleph One Ltd.
- *   for Toby Churchill Ltd and Brightstar Engineering
+ * Copyright (C) 2002-2018 Aleph One Ltd.
  *
  * Created by Timothy Manning <timothy@yaffs.net>
  *
  *
  * Created by Timothy Manning <timothy@yaffs.net>
  *
index d492b89e85123717b9aaaf46cdf941036ceba568..87647f2135c4c985ea9e135ab944b963e2003fd0 100644 (file)
@@ -1,8 +1,7 @@
 /*
  * YAFFS: Yet another FFS. A NAND-flash specific file system.
  *
 /*
  * YAFFS: Yet another FFS. A NAND-flash specific file system.
  *
- * Copyright (C) 2002-2011 Aleph One Ltd.
- *   for Toby Churchill Ltd and Brightstar Engineering
+ * Copyright (C) 2002-2018 Aleph One Ltd.
  *
  * Created by Timothy Manning <timothy@yaffs.net>
  *
  *
  * Created by Timothy Manning <timothy@yaffs.net>
  *
index 32e16a4675a7072a5c860382299caa4ee437e95d..3110028791e97755a1c082cf33717a44c3eff1cd 100644 (file)
@@ -1,8 +1,7 @@
 /*
  * YAFFS: Yet another Flash File System . A NAND-flash specific file system. 
  *
 /*
  * YAFFS: Yet another Flash File System . A NAND-flash specific file system. 
  *
- * Copyright (C) 2002-2011 Aleph One Ltd.
- *   for Toby Churchill Ltd and Brightstar Engineering
+ * Copyright (C) 2002-2018 Aleph One Ltd.
  *
  * Created by Timothy Manning <timothy@yaffs.net>
  *
  *
  * Created by Timothy Manning <timothy@yaffs.net>
  *
index c7f76519a4e7f584d7cb6df22aad47acfb316c62..47268507faa17031bef13c140d3d6e5c9e2cbb1b 100644 (file)
@@ -1,8 +1,7 @@
 /*
  * YAFFS: Yet another FFS. A NAND-flash specific file system.
  *
 /*
  * YAFFS: Yet another FFS. A NAND-flash specific file system.
  *
- * Copyright (C) 2002-2011 Aleph One Ltd.
- *   for Toby Churchill Ltd and Brightstar Engineering
+ * Copyright (C) 2002-2018 Aleph One Ltd.
  *
  * Created by Timothy Manning <timothy@yaffs.net>
  *
  *
  * Created by Timothy Manning <timothy@yaffs.net>
  *
index e36af09bf4ea6fd0161bdd08b913e989d6c629f9..87c51b6dbfe852928672740ff688771ac792b98e 100644 (file)
@@ -1,8 +1,7 @@
 /*
  * YAFFS: Yet another Flash File System . A NAND-flash specific file system. 
  *
 /*
  * YAFFS: Yet another Flash File System . A NAND-flash specific file system. 
  *
- * Copyright (C) 2002-2011 Aleph One Ltd.
- *   for Toby Churchill Ltd and Brightstar Engineering
+ * Copyright (C) 2002-2018 Aleph One Ltd.
  *
  * Created by Timothy Manning <timothy@yaffs.net>
  *
  *
  * Created by Timothy Manning <timothy@yaffs.net>
  *
index dc852077f8a39f67ec6459df0e31770df823c779..2b3e9117320ff994e83d82ac7713d39fd9dea9ea 100644 (file)
@@ -1,8 +1,7 @@
 /*
  * YAFFS: Yet another FFS. A NAND-flash specific file system.
  *
 /*
  * YAFFS: Yet another FFS. A NAND-flash specific file system.
  *
- * Copyright (C) 2002-2011 Aleph One Ltd.
- *   for Toby Churchill Ltd and Brightstar Engineering
+ * Copyright (C) 2002-2018 Aleph One Ltd.
  *
  * Created by Timothy Manning <timothy@yaffs.net>
  *
  *
  * Created by Timothy Manning <timothy@yaffs.net>
  *
index e870f4c283f3b1eb067f3b22c5d5aefc295571d6..2293b7b6486b8af2f537356898bd72bd168457be 100644 (file)
@@ -1,8 +1,7 @@
 /*
  * YAFFS: Yet another Flash File System . A NAND-flash specific file system. 
  *
 /*
  * YAFFS: Yet another Flash File System . A NAND-flash specific file system. 
  *
- * Copyright (C) 2002-2011 Aleph One Ltd.
- *   for Toby Churchill Ltd and Brightstar Engineering
+ * Copyright (C) 2002-2018 Aleph One Ltd.
  *
  * Created by Timothy Manning <timothy@yaffs.net>
  *
  *
  * Created by Timothy Manning <timothy@yaffs.net>
  *
index d056fdefbcf71c77fa57ba367e5db0e98f5acaa6..f1239eb9e13e39686c7abb6caa703afe6660876d 100644 (file)
@@ -1,8 +1,7 @@
 /*
  * YAFFS: Yet another FFS. A NAND-flash specific file system.
  *
 /*
  * YAFFS: Yet another FFS. A NAND-flash specific file system.
  *
- * Copyright (C) 2002-2011 Aleph One Ltd.
- *   for Toby Churchill Ltd and Brightstar Engineering
+ * Copyright (C) 2002-2018 Aleph One Ltd.
  *
  * Created by Timothy Manning <timothy@yaffs.net>
  *
  *
  * Created by Timothy Manning <timothy@yaffs.net>
  *
index 2cdbf91784fbffdf20e79b7e4fe4408707284e8e..03741201620cc86bf2d3d3f5a9d6d9a02b52e613 100644 (file)
@@ -1,8 +1,7 @@
 /*
  * YAFFS: Yet another Flash File System . A NAND-flash specific file system. 
  *
 /*
  * YAFFS: Yet another Flash File System . A NAND-flash specific file system. 
  *
- * Copyright (C) 2002-2011 Aleph One Ltd.
- *   for Toby Churchill Ltd and Brightstar Engineering
+ * Copyright (C) 2002-2018 Aleph One Ltd.
  *
  * Created by Timothy Manning <timothy@yaffs.net>
  *
  *
  * Created by Timothy Manning <timothy@yaffs.net>
  *
index a76512f550b1b4762e1949b8ddee17794106bf0e..09adcd1e2bcb15567aaeade40778009ed226c055 100644 (file)
@@ -1,8 +1,7 @@
 /*
  * YAFFS: Yet another FFS. A NAND-flash specific file system.
  *
 /*
  * YAFFS: Yet another FFS. A NAND-flash specific file system.
  *
- * Copyright (C) 2002-2011 Aleph One Ltd.
- *   for Toby Churchill Ltd and Brightstar Engineering
+ * Copyright (C) 2002-2018 Aleph One Ltd.
  *
  * Created by Timothy Manning <timothy@yaffs.net>
  *
  *
  * Created by Timothy Manning <timothy@yaffs.net>
  *
index a409eef24f12383bf2173d7ed8f01c8b225df1ca..227e4b61e267ebea665349682bf18f43e5569756 100644 (file)
@@ -1,8 +1,7 @@
 /*
  * YAFFS: Yet another Flash File System . A NAND-flash specific file system. 
  *
 /*
  * YAFFS: Yet another Flash File System . A NAND-flash specific file system. 
  *
- * Copyright (C) 2002-2011 Aleph One Ltd.
- *   for Toby Churchill Ltd and Brightstar Engineering
+ * Copyright (C) 2002-2018 Aleph One Ltd.
  *
  * Created by Timothy Manning <timothy@yaffs.net>
  *
  *
  * Created by Timothy Manning <timothy@yaffs.net>
  *
index 7646b4672d743f04e26862c6ae954e91c1873bbc..af5e49e1254275225dc6f3d4853efaac5d2f5248 100644 (file)
@@ -1,8 +1,7 @@
 /*
  * YAFFS: Yet another FFS. A NAND-flash specific file system.
  *
 /*
  * YAFFS: Yet another FFS. A NAND-flash specific file system.
  *
- * Copyright (C) 2002-2011 Aleph One Ltd.
- *   for Toby Churchill Ltd and Brightstar Engineering
+ * Copyright (C) 2002-2018 Aleph One Ltd.
  *
  * Created by Timothy Manning <timothy@yaffs.net>
  *
  *
  * Created by Timothy Manning <timothy@yaffs.net>
  *
index 21ea93b445d64a724bbe2be681a4112b4dd47a33..12b38eb7c408fc5de595253488be5d27c776f019 100644 (file)
@@ -1,8 +1,7 @@
 /*
  * YAFFS: Yet another Flash File System . A NAND-flash specific file system. 
  *
 /*
  * YAFFS: Yet another Flash File System . A NAND-flash specific file system. 
  *
- * Copyright (C) 2002-2011 Aleph One Ltd.
- *   for Toby Churchill Ltd and Brightstar Engineering
+ * Copyright (C) 2002-2018 Aleph One Ltd.
  *
  * Created by Timothy Manning <timothy@yaffs.net>
  *
  *
  * Created by Timothy Manning <timothy@yaffs.net>
  *
index 94ea6129ef3e9f251f09bbf9b6283c7909cb648b..6556e934318d0e7f400a9bc04524098448947b7c 100644 (file)
@@ -1,8 +1,7 @@
 /*
  * YAFFS: Yet another FFS. A NAND-flash specific file system.
  *
 /*
  * YAFFS: Yet another FFS. A NAND-flash specific file system.
  *
- * Copyright (C) 2002-2011 Aleph One Ltd.
- *   for Toby Churchill Ltd and Brightstar Engineering
+ * Copyright (C) 2002-2018 Aleph One Ltd.
  *
  * Created by Timothy Manning <timothy@yaffs.net>
  *
  *
  * Created by Timothy Manning <timothy@yaffs.net>
  *
index 7178f4d74ca04971fcd6a340a8a66e09cc48bd85..05b8a9bacf584a9053d73e0c4137d17cc11579a7 100644 (file)
@@ -1,8 +1,7 @@
 /*
  * YAFFS: Yet another Flash File System . A NAND-flash specific file system. 
  *
 /*
  * YAFFS: Yet another Flash File System . A NAND-flash specific file system. 
  *
- * Copyright (C) 2002-2011 Aleph One Ltd.
- *   for Toby Churchill Ltd and Brightstar Engineering
+ * Copyright (C) 2002-2018 Aleph One Ltd.
  *
  * Created by Timothy Manning <timothy@yaffs.net>
  *
  *
  * Created by Timothy Manning <timothy@yaffs.net>
  *
index 166c52110e98deb6c4160b03caa06e0d85ba67ce..8e999ec74eeb63dc6bef0af316cea785e557d45a 100644 (file)
@@ -1,8 +1,7 @@
 /*
  * YAFFS: Yet another FFS. A NAND-flash specific file system.
  *
 /*
  * YAFFS: Yet another FFS. A NAND-flash specific file system.
  *
- * Copyright (C) 2002-2011 Aleph One Ltd.
- *   for Toby Churchill Ltd and Brightstar Engineering
+ * Copyright (C) 2002-2018 Aleph One Ltd.
  *
  * Created by Timothy Manning <timothy@yaffs.net>
  *
  *
  * Created by Timothy Manning <timothy@yaffs.net>
  *
index bc079b2de143832a4bc3a2d66a424f3939137e1e..46d92e7260d9f685466373c6c07ec9cab98ba39a 100644 (file)
@@ -1,8 +1,7 @@
 /*
  * YAFFS: Yet another Flash File System . A NAND-flash specific file system. 
  *
 /*
  * YAFFS: Yet another Flash File System . A NAND-flash specific file system. 
  *
- * Copyright (C) 2002-2011 Aleph One Ltd.
- *   for Toby Churchill Ltd and Brightstar Engineering
+ * Copyright (C) 2002-2018 Aleph One Ltd.
  *
  * Created by Timothy Manning <timothy@yaffs.net>
  *
  *
  * Created by Timothy Manning <timothy@yaffs.net>
  *
index c1cb4ddc27c1b8cb1752fc3552c31e608b37f1e7..2c55e793f4165092f87dd7ffb1a186792b210c85 100644 (file)
@@ -1,8 +1,7 @@
 /*
  * YAFFS: Yet another FFS. A NAND-flash specific file system.
  *
 /*
  * YAFFS: Yet another FFS. A NAND-flash specific file system.
  *
- * Copyright (C) 2002-2011 Aleph One Ltd.
- *   for Toby Churchill Ltd and Brightstar Engineering
+ * Copyright (C) 2002-2018 Aleph One Ltd.
  *
  * Created by Timothy Manning <timothy@yaffs.net>
  *
  *
  * Created by Timothy Manning <timothy@yaffs.net>
  *
index facef12eb6e2d1bf08aefee0813e798f08fed8d3..6a45bfecca831485101dfbcfa673ee917a7dc007 100644 (file)
@@ -1,8 +1,7 @@
 /*
  * YAFFS: Yet another Flash File System . A NAND-flash specific file system. 
  *
 /*
  * YAFFS: Yet another Flash File System . A NAND-flash specific file system. 
  *
- * Copyright (C) 2002-2011 Aleph One Ltd.
- *   for Toby Churchill Ltd and Brightstar Engineering
+ * Copyright (C) 2002-2018 Aleph One Ltd.
  *
  * Created by Timothy Manning <timothy@yaffs.net>
  *
  *
  * Created by Timothy Manning <timothy@yaffs.net>
  *
index fed646c15837e5db79d299cca57e57cd0aa23c26..0bdf7d3c80b50b043f689f4dbe81e31d204fcb63 100644 (file)
@@ -1,8 +1,7 @@
 /*
  * YAFFS: Yet another FFS. A NAND-flash specific file system.
  *
 /*
  * YAFFS: Yet another FFS. A NAND-flash specific file system.
  *
- * Copyright (C) 2002-2011 Aleph One Ltd.
- *   for Toby Churchill Ltd and Brightstar Engineering
+ * Copyright (C) 2002-2018 Aleph One Ltd.
  *
  * Created by Timothy Manning <timothy@yaffs.net>
  *
  *
  * Created by Timothy Manning <timothy@yaffs.net>
  *
index c0e7aa1124f7776319b216cce890681b05ec704d..70873f84dc585ede3b72a60de20c02b7eec7a4ec 100644 (file)
@@ -1,8 +1,7 @@
 /*
  * YAFFS: Yet another Flash File System . A NAND-flash specific file system. 
  *
 /*
  * YAFFS: Yet another Flash File System . A NAND-flash specific file system. 
  *
- * Copyright (C) 2002-2011 Aleph One Ltd.
- *   for Toby Churchill Ltd and Brightstar Engineering
+ * Copyright (C) 2002-2018 Aleph One Ltd.
  *
  * Created by Timothy Manning <timothy@yaffs.net>
  *
  *
  * Created by Timothy Manning <timothy@yaffs.net>
  *
index 99994660cba9dae57ad7814e27c94ce3c562d273..2e35e835f91fd86bde202155066df13ac0e549c7 100644 (file)
@@ -1,8 +1,7 @@
 /*
  * YAFFS: Yet another FFS. A NAND-flash specific file system.
  *
 /*
  * YAFFS: Yet another FFS. A NAND-flash specific file system.
  *
- * Copyright (C) 2002-2011 Aleph One Ltd.
- *   for Toby Churchill Ltd and Brightstar Engineering
+ * Copyright (C) 2002-2018 Aleph One Ltd.
  *
  * Created by Timothy Manning <timothy@yaffs.net>
  *
  *
  * Created by Timothy Manning <timothy@yaffs.net>
  *
index 20885276d611a02212cfd71de39cb9b32a59db5a..5d1d634add939873e5920634c6cec6263b447ef4 100644 (file)
@@ -1,8 +1,7 @@
 /*
  * YAFFS: Yet another Flash File System . A NAND-flash specific file system. 
  *
 /*
  * YAFFS: Yet another Flash File System . A NAND-flash specific file system. 
  *
- * Copyright (C) 2002-2011 Aleph One Ltd.
- *   for Toby Churchill Ltd and Brightstar Engineering
+ * Copyright (C) 2002-2018 Aleph One Ltd.
  *
  * Created by Timothy Manning <timothy@yaffs.net>
  *
  *
  * Created by Timothy Manning <timothy@yaffs.net>
  *
index ce61910a528e4cb60def1bb6957e7a64ab3577d3..b730b72c9a17968a4f904063c49a6be3ec958735 100644 (file)
@@ -3,7 +3,7 @@
 #
 # YAFFS: Yet another Flash File System. A NAND-flash specific file system.
 #
 #
 # YAFFS: Yet another Flash File System. A NAND-flash specific file system.
 #
-# Copyright (C) 2003-2010 Aleph One Ltd.
+# Copyright (C) 2002-2018 Aleph One Ltd.
 #
 #
 # Created by Timothy Manning <timothy@aleph1.co.uk>
 #
 #
 # Created by Timothy Manning <timothy@aleph1.co.uk>
index a9152f3a2dc1c7c301fe6e3db7b6934428fb479d..9d9ac975d9af5c519cc0c7c4b0202af224a62726 100644 (file)
@@ -1,8 +1,7 @@
 /*
  * YAFFS: Yet another FFS. A NAND-flash specific file system.
  *
 /*
  * YAFFS: Yet another FFS. A NAND-flash specific file system.
  *
- * Copyright (C) 2002-2011 Aleph One Ltd.
- *   for Toby Churchill Ltd and Brightstar Engineering
+ * Copyright (C) 2002-2018 Aleph One Ltd.
  *
  * Created by Timothy Manning <timothy@yaffs.net>
  *
  *
  * Created by Timothy Manning <timothy@yaffs.net>
  *
index 979f02062223c46b2957b8f23155ddbb3936f105..bfb5a68bd329974585c3164c3be9906811b23379 100644 (file)
@@ -1,8 +1,7 @@
 /*
  * YAFFS: Yet another Flash File System . A NAND-flash specific file system. 
  *
 /*
  * YAFFS: Yet another Flash File System . A NAND-flash specific file system. 
  *
- * Copyright (C) 2002-2011 Aleph One Ltd.
- *   for Toby Churchill Ltd and Brightstar Engineering
+ * Copyright (C) 2002-2018 Aleph One Ltd.
  *
  * Created by Timothy Manning <timothy@yaffs.net>
  *
  *
  * Created by Timothy Manning <timothy@yaffs.net>
  *
index adefbf8fd4f16141828d2f006576ed4bcec5a05a..3cd8b2e6efcc813537d61caffd149cb0b4cedf8c 100644 (file)
@@ -1,8 +1,7 @@
 /*
  * YAFFS: Yet another FFS. A NAND-flash specific file system.
  *
 /*
  * YAFFS: Yet another FFS. A NAND-flash specific file system.
  *
- * Copyright (C) 2002-2011 Aleph One Ltd.
- *   for Toby Churchill Ltd and Brightstar Engineering
+ * Copyright (C) 2002-2018 Aleph One Ltd.
  *
  * Created by Timothy Manning <timothy@yaffs.net>
  *
  *
  * Created by Timothy Manning <timothy@yaffs.net>
  *
index 55f9e10a323fbda2b1f2b67ce60aa28d45cbb8a4..0d18d843e43958a2f4b2698c575a79939d0e93f2 100644 (file)
@@ -1,8 +1,7 @@
 /*
  * YAFFS: Yet another Flash File System . A NAND-flash specific file system. 
  *
 /*
  * YAFFS: Yet another Flash File System . A NAND-flash specific file system. 
  *
- * Copyright (C) 2002-2011 Aleph One Ltd.
- *   for Toby Churchill Ltd and Brightstar Engineering
+ * Copyright (C) 2002-2018 Aleph One Ltd.
  *
  * Created by Timothy Manning <timothy@yaffs.net>
  *
  *
  * Created by Timothy Manning <timothy@yaffs.net>
  *
index 86dcf4675cb4a143f4f68ffddfae019f37476190..ff1504d2342d072ce584f58fb4c85b6ed7cc8f5b 100644 (file)
@@ -1,8 +1,7 @@
 /*
  * YAFFS: Yet another FFS. A NAND-flash specific file system.
  *
 /*
  * YAFFS: Yet another FFS. A NAND-flash specific file system.
  *
- * Copyright (C) 2002-2011 Aleph One Ltd.
- *   for Toby Churchill Ltd and Brightstar Engineering
+ * Copyright (C) 2002-2018 Aleph One Ltd.
  *
  * Created by Timothy Manning <timothy@yaffs.net>
  *
  *
  * Created by Timothy Manning <timothy@yaffs.net>
  *
index 11a08154c5fdc8ee10b8eed7aa5d5149fb472080..5ff30b2b96f6a42eadde0fc929f4094a6a2ed1d0 100644 (file)
@@ -1,8 +1,7 @@
 /*
  * YAFFS: Yet another Flash File System . A NAND-flash specific file system. 
  *
 /*
  * YAFFS: Yet another Flash File System . A NAND-flash specific file system. 
  *
- * Copyright (C) 2002-2011 Aleph One Ltd.
- *   for Toby Churchill Ltd and Brightstar Engineering
+ * Copyright (C) 2002-2018 Aleph One Ltd.
  *
  * Created by Timothy Manning <timothy@yaffs.net>
  *
  *
  * Created by Timothy Manning <timothy@yaffs.net>
  *
index 471ee560ffba459a689efb2552e2d0b8279feace..8030051b68e2958034dfc6a624f4efb245b28a14 100644 (file)
@@ -3,7 +3,7 @@
 #
 # YAFFS: Yet another Flash File System. A NAND-flash specific file system.
 #
 #
 # YAFFS: Yet another Flash File System. A NAND-flash specific file system.
 #
-# Copyright (C) 2003-2010 Aleph One Ltd.
+# Copyright (C) 2002-2018 Aleph One Ltd.
 #
 #
 # Created by Timothy Manning <timothy@aleph1.co.uk>
 #
 #
 # Created by Timothy Manning <timothy@aleph1.co.uk>
index c31f62728a43f56b627f71cd68ef2e95575a54c3..17d247e499c3765baa69f02fd4e43a8736c5f5ef 100644 (file)
@@ -1,8 +1,7 @@
 /*
  * YAFFS: Yet another FFS. A NAND-flash specific file system.
  *
 /*
  * YAFFS: Yet another FFS. A NAND-flash specific file system.
  *
- * Copyright (C) 2002-2011 Aleph One Ltd.
- *   for Toby Churchill Ltd and Brightstar Engineering
+ * Copyright (C) 2002-2018 Aleph One Ltd.
  *
  * Created by Timothy Manning <timothy@yaffs.net>
  *
  *
  * Created by Timothy Manning <timothy@yaffs.net>
  *
index cb4708a6668c28b1bfa0493d97566752762097b1..b088a45fc56d3a4a8b2794cfb151982a6a710eb0 100644 (file)
@@ -1,8 +1,7 @@
 /*
  * YAFFS: Yet another Flash File System . A NAND-flash specific file system. 
  *
 /*
  * YAFFS: Yet another Flash File System . A NAND-flash specific file system. 
  *
- * Copyright (C) 2002-2011 Aleph One Ltd.
- *   for Toby Churchill Ltd and Brightstar Engineering
+ * Copyright (C) 2002-2018 Aleph One Ltd.
  *
  * Created by Timothy Manning <timothy@yaffs.net>
  *
  *
  * Created by Timothy Manning <timothy@yaffs.net>
  *
index a4bd4152ff98689f0fe6b6c9fc044279696b920c..e7da6ba597b7b7924550dcb2c6cbed82f51fc6f2 100644 (file)
@@ -1,8 +1,7 @@
 /*
  * YAFFS: Yet another FFS. A NAND-flash specific file system.
  *
 /*
  * YAFFS: Yet another FFS. A NAND-flash specific file system.
  *
- * Copyright (C) 2002-2011 Aleph One Ltd.
- *   for Toby Churchill Ltd and Brightstar Engineering
+ * Copyright (C) 2002-2018 Aleph One Ltd.
  *
  * Created by Timothy Manning <timothy@yaffs.net>
  *
  *
  * Created by Timothy Manning <timothy@yaffs.net>
  *
index f60d6949af6767566d544d2e00599e7a6d38830b..64483d1fe4ae7074bb5bc6f33f5e5e4e773a3f64 100644 (file)
@@ -1,8 +1,7 @@
 /*
  * YAFFS: Yet another Flash File System . A NAND-flash specific file system. 
  *
 /*
  * YAFFS: Yet another Flash File System . A NAND-flash specific file system. 
  *
- * Copyright (C) 2002-2011 Aleph One Ltd.
- *   for Toby Churchill Ltd and Brightstar Engineering
+ * Copyright (C) 2002-2018 Aleph One Ltd.
  *
  * Created by Timothy Manning <timothy@yaffs.net>
  *
  *
  * Created by Timothy Manning <timothy@yaffs.net>
  *
index 416fdcb7e5416fffefee5148603f0afca1e58776..120d83c1bb344afb3802d7f47519afffe1292a44 100644 (file)
@@ -1,8 +1,7 @@
 /*
  * YAFFS: Yet another FFS. A NAND-flash specific file system.
  *
 /*
  * YAFFS: Yet another FFS. A NAND-flash specific file system.
  *
- * Copyright (C) 2002-2011 Aleph One Ltd.
- *   for Toby Churchill Ltd and Brightstar Engineering
+ * Copyright (C) 2002-2018 Aleph One Ltd.
  *
  * Created by Timothy Manning <timothy@yaffs.net>
  *
  *
  * Created by Timothy Manning <timothy@yaffs.net>
  *
index a499b87aaec51731dbe3d8b33f94408f5dbf9bd2..7bd211a2c0970098873b1c77fd8abc5c676ced57 100644 (file)
@@ -1,8 +1,7 @@
 /*
  * YAFFS: Yet another Flash File System . A NAND-flash specific file system. 
  *
 /*
  * YAFFS: Yet another Flash File System . A NAND-flash specific file system. 
  *
- * Copyright (C) 2002-2011 Aleph One Ltd.
- *   for Toby Churchill Ltd and Brightstar Engineering
+ * Copyright (C) 2002-2018 Aleph One Ltd.
  *
  * Created by Timothy Manning <timothy@yaffs.net>
  *
  *
  * Created by Timothy Manning <timothy@yaffs.net>
  *
index 9b75a0b17d7e1920807f2b54e917a40a6bffe2a6..d82f88f9551fe2a25195db6d3de968fb1c8cb787 100644 (file)
@@ -1,8 +1,7 @@
 /*
  * YAFFS: Yet another FFS. A NAND-flash specific file system.
  *
 /*
  * YAFFS: Yet another FFS. A NAND-flash specific file system.
  *
- * Copyright (C) 2002-2011 Aleph One Ltd.
- *   for Toby Churchill Ltd and Brightstar Engineering
+ * Copyright (C) 2002-2018 Aleph One Ltd.
  *
  * Created by Timothy Manning <timothy@yaffs.net>
  *
  *
  * Created by Timothy Manning <timothy@yaffs.net>
  *
index edfed0dce35a1612cbc0cff06f2cad2972f331ee..694640ee0844e44fa2486f0bab8e82d2b9c2d873 100644 (file)
@@ -1,8 +1,7 @@
 /*
  * YAFFS: Yet another Flash File System . A NAND-flash specific file system. 
  *
 /*
  * YAFFS: Yet another Flash File System . A NAND-flash specific file system. 
  *
- * Copyright (C) 2002-2011 Aleph One Ltd.
- *   for Toby Churchill Ltd and Brightstar Engineering
+ * Copyright (C) 2002-2018 Aleph One Ltd.
  *
  * Created by Timothy Manning <timothy@yaffs.net>
  *
  *
  * Created by Timothy Manning <timothy@yaffs.net>
  *
index 7ac4e2ec61de12645ecbc14d7d0ef92100e56e85..89862722210f069c12e6a97198695080e7e9b495 100644 (file)
@@ -1,8 +1,7 @@
 /*
  * YAFFS: Yet another FFS. A NAND-flash specific file system.
  *
 /*
  * YAFFS: Yet another FFS. A NAND-flash specific file system.
  *
- * Copyright (C) 2002-2011 Aleph One Ltd.
- *   for Toby Churchill Ltd and Brightstar Engineering
+ * Copyright (C) 2002-2018 Aleph One Ltd.
  *
  * Created by Timothy Manning <timothy@yaffs.net>
  *
  *
  * Created by Timothy Manning <timothy@yaffs.net>
  *
index 61fcab53343321880f48ae059d70d1f3fe71ccff..6c1b2caaec454c67f662176bfd2fe23300dcefeb 100644 (file)
@@ -1,8 +1,7 @@
 /*
  * YAFFS: Yet another Flash File System . A NAND-flash specific file system. 
  *
 /*
  * YAFFS: Yet another Flash File System . A NAND-flash specific file system. 
  *
- * Copyright (C) 2002-2011 Aleph One Ltd.
- *   for Toby Churchill Ltd and Brightstar Engineering
+ * Copyright (C) 2002-2018 Aleph One Ltd.
  *
  * Created by Timothy Manning <timothy@yaffs.net>
  *
  *
  * Created by Timothy Manning <timothy@yaffs.net>
  *
index f130aa5fc71596c05fc70234f5341667652a0cfd..7521a655b89a25e28040e11e9f1b921b737ced3a 100644 (file)
@@ -3,7 +3,7 @@
 #
 # YAFFS: Yet another Flash File System. A NAND-flash specific file system.
 #
 #
 # YAFFS: Yet another Flash File System. A NAND-flash specific file system.
 #
-# Copyright (C) 2003-2010 Aleph One Ltd.
+# Copyright (C) 2002-2018 Aleph One Ltd.
 #
 #
 # Created by Timothy Manning <timothy@aleph1.co.uk>
 #
 #
 # Created by Timothy Manning <timothy@aleph1.co.uk>
index 079ed25e9a6dfe41d60fb4b0af3e7a15cb6b42ed..2835608de0cf629d6c76f34c8cfac1717439c89b 100644 (file)
@@ -1,8 +1,7 @@
 /*
  * YAFFS: Yet another FFS. A NAND-flash specific file system.
  *
 /*
  * YAFFS: Yet another FFS. A NAND-flash specific file system.
  *
- * Copyright (C) 2002-2011 Aleph One Ltd.
- *   for Toby Churchill Ltd and Brightstar Engineering
+ * Copyright (C) 2002-2018 Aleph One Ltd.
  *
  * Created by Timothy Manning <timothy@yaffs.net>
  *
  *
  * Created by Timothy Manning <timothy@yaffs.net>
  *
index 0b33479afff2b5246e66a68279123a70e196d5f1..beb780247131594fdc4d5d45126707d9a9ddc95e 100644 (file)
@@ -1,8 +1,7 @@
 /*
  * YAFFS: Yet another Flash File System . A NAND-flash specific file system. 
  *
 /*
  * YAFFS: Yet another Flash File System . A NAND-flash specific file system. 
  *
- * Copyright (C) 2002-2011 Aleph One Ltd.
- *   for Toby Churchill Ltd and Brightstar Engineering
+ * Copyright (C) 2002-2018 Aleph One Ltd.
  *
  * Created by Timothy Manning <timothy@yaffs.net>
  *
  *
  * Created by Timothy Manning <timothy@yaffs.net>
  *
index 871dc5678eaba9aa6d741e4ab8135215db402c9c..da741e8b5311ecc1914bddf98ee58e093bbe7cfd 100644 (file)
@@ -1,8 +1,7 @@
 /*
  * YAFFS: Yet another FFS. A NAND-flash specific file system.
  *
 /*
  * YAFFS: Yet another FFS. A NAND-flash specific file system.
  *
- * Copyright (C) 2002-2011 Aleph One Ltd.
- *   for Toby Churchill Ltd and Brightstar Engineering
+ * Copyright (C) 2002-2018 Aleph One Ltd.
  *
  * Created by Timothy Manning <timothy@yaffs.net>
  *
  *
  * Created by Timothy Manning <timothy@yaffs.net>
  *
index 6274934155622d61beb7c3843d4a0ca54e3af947..4fcd5e608e9789627fcb27409d8b6c7886c6a021 100644 (file)
@@ -1,8 +1,7 @@
 /*
  * YAFFS: Yet another Flash File System . A NAND-flash specific file system. 
  *
 /*
  * YAFFS: Yet another Flash File System . A NAND-flash specific file system. 
  *
- * Copyright (C) 2002-2011 Aleph One Ltd.
- *   for Toby Churchill Ltd and Brightstar Engineering
+ * Copyright (C) 2002-2018 Aleph One Ltd.
  *
  * Created by Timothy Manning <timothy@yaffs.net>
  *
  *
  * Created by Timothy Manning <timothy@yaffs.net>
  *
index 94e8959213d2a8c0e6bec9a82df538f03629593a..41103e05fce3a59a651ff9b0900cb0114eb4eddb 100644 (file)
@@ -1,8 +1,7 @@
 /*
  * YAFFS: Yet another FFS. A NAND-flash specific file system.
  *
 /*
  * YAFFS: Yet another FFS. A NAND-flash specific file system.
  *
- * Copyright (C) 2002-2011 Aleph One Ltd.
- *   for Toby Churchill Ltd and Brightstar Engineering
+ * Copyright (C) 2002-2018 Aleph One Ltd.
  *
  * Created by Timothy Manning <timothy@yaffs.net>
  *
  *
  * Created by Timothy Manning <timothy@yaffs.net>
  *
index 7ef91d0fe0789d08e8c998472fa6de6b50081d74..8581ede069de32a17970294394f547b697d456a3 100644 (file)
@@ -1,8 +1,7 @@
 /*
  * YAFFS: Yet another Flash File System . A NAND-flash specific file system. 
  *
 /*
  * YAFFS: Yet another Flash File System . A NAND-flash specific file system. 
  *
- * Copyright (C) 2002-2011 Aleph One Ltd.
- *   for Toby Churchill Ltd and Brightstar Engineering
+ * Copyright (C) 2002-2018 Aleph One Ltd.
  *
  * Created by Timothy Manning <timothy@yaffs.net>
  *
  *
  * Created by Timothy Manning <timothy@yaffs.net>
  *
index 575e7ae70b6de6fc60943a746fecd23c93b226ee..8fa76d7d319e8b3c6ef6fbec1b2cc9d4a272bcb6 100644 (file)
@@ -1,8 +1,7 @@
 /*
  * YAFFS: Yet another FFS. A NAND-flash specific file system.
  *
 /*
  * YAFFS: Yet another FFS. A NAND-flash specific file system.
  *
- * Copyright (C) 2002-2011 Aleph One Ltd.
- *   for Toby Churchill Ltd and Brightstar Engineering
+ * Copyright (C) 2002-2018 Aleph One Ltd.
  *
  * Created by Timothy Manning <timothy@yaffs.net>
  *
  *
  * Created by Timothy Manning <timothy@yaffs.net>
  *
index 7572aa8ddc2c15654626c6ed1566a1348a675a84..12d4d48420cc1999358594425765952937d458d8 100644 (file)
@@ -1,8 +1,7 @@
 /*
  * YAFFS: Yet another Flash File System . A NAND-flash specific file system. 
  *
 /*
  * YAFFS: Yet another Flash File System . A NAND-flash specific file system. 
  *
- * Copyright (C) 2002-2011 Aleph One Ltd.
- *   for Toby Churchill Ltd and Brightstar Engineering
+ * Copyright (C) 2002-2018 Aleph One Ltd.
  *
  * Created by Timothy Manning <timothy@yaffs.net>
  *
  *
  * Created by Timothy Manning <timothy@yaffs.net>
  *
index b46c21133df294fd654660b70f1a6795b6736b09..30a44638f14643b1984753e20655ac55283a4c1d 100644 (file)
@@ -1,8 +1,7 @@
 /*
  * YAFFS: Yet another FFS. A NAND-flash specific file system.
  *
 /*
  * YAFFS: Yet another FFS. A NAND-flash specific file system.
  *
- * Copyright (C) 2002-2011 Aleph One Ltd.
- *   for Toby Churchill Ltd and Brightstar Engineering
+ * Copyright (C) 2002-2018 Aleph One Ltd.
  *
  * Created by Timothy Manning <timothy@yaffs.net>
  *
  *
  * Created by Timothy Manning <timothy@yaffs.net>
  *
index 611fe7d5d49a727f312130a54fc8d3482eb4faa9..b7e3c371d45bc4f79538cba0bf0d9b8338609483 100644 (file)
@@ -1,8 +1,7 @@
 /*
  * YAFFS: Yet another Flash File System . A NAND-flash specific file system. 
  *
 /*
  * YAFFS: Yet another Flash File System . A NAND-flash specific file system. 
  *
- * Copyright (C) 2002-2011 Aleph One Ltd.
- *   for Toby Churchill Ltd and Brightstar Engineering
+ * Copyright (C) 2002-2018 Aleph One Ltd.
  *
  * Created by Timothy Manning <timothy@yaffs.net>
  *
  *
  * Created by Timothy Manning <timothy@yaffs.net>
  *
index 071a313ec8066a9b71b16b0e7cbd1b9aa8d9b4d5..dcd83df3ed6f626cfa322f16b7845869c31cab69 100644 (file)
@@ -1,8 +1,7 @@
 /*
  * YAFFS: Yet another FFS. A NAND-flash specific file system.
  *
 /*
  * YAFFS: Yet another FFS. A NAND-flash specific file system.
  *
- * Copyright (C) 2002-2011 Aleph One Ltd.
- *   for Toby Churchill Ltd and Brightstar Engineering
+ * Copyright (C) 2002-2018 Aleph One Ltd.
  *
  * Created by Timothy Manning <timothy@yaffs.net>
  *
  *
  * Created by Timothy Manning <timothy@yaffs.net>
  *
index 9d308336b4ae3bd01d8ceb0d50f6502c076d87d7..cbbb953b151de68dd66c9d63922772723f38a977 100644 (file)
@@ -1,8 +1,7 @@
 /*
  * YAFFS: Yet another Flash File System . A NAND-flash specific file system. 
  *
 /*
  * YAFFS: Yet another Flash File System . A NAND-flash specific file system. 
  *
- * Copyright (C) 2002-2011 Aleph One Ltd.
- *   for Toby Churchill Ltd and Brightstar Engineering
+ * Copyright (C) 2002-2018 Aleph One Ltd.
  *
  * Created by Timothy Manning <timothy@yaffs.net>
  *
  *
  * Created by Timothy Manning <timothy@yaffs.net>
  *
index daeb8a4b26198bf18cf60c0499203a48e9706272..7f9619086a594721a289951d1777f6da020275e3 100644 (file)
@@ -1,8 +1,7 @@
 /*
  * YAFFS: Yet another FFS. A NAND-flash specific file system.
  *
 /*
  * YAFFS: Yet another FFS. A NAND-flash specific file system.
  *
- * Copyright (C) 2002-2011 Aleph One Ltd.
- *   for Toby Churchill Ltd and Brightstar Engineering
+ * Copyright (C) 2002-2018 Aleph One Ltd.
  *
  * Created by Timothy Manning <timothy@yaffs.net>
  *
  *
  * Created by Timothy Manning <timothy@yaffs.net>
  *
index d64bd293fdf611900a11f7030771b9d5f0d1ecb9..9c4c4ab4a9b6590030ccb4f4ccacc46ff405cbd8 100644 (file)
@@ -1,8 +1,7 @@
 /*
  * YAFFS: Yet another Flash File System . A NAND-flash specific file system. 
  *
 /*
  * YAFFS: Yet another Flash File System . A NAND-flash specific file system. 
  *
- * Copyright (C) 2002-2011 Aleph One Ltd.
- *   for Toby Churchill Ltd and Brightstar Engineering
+ * Copyright (C) 2002-2018 Aleph One Ltd.
  *
  * Created by Timothy Manning <timothy@yaffs.net>
  *
  *
  * Created by Timothy Manning <timothy@yaffs.net>
  *
index 9e99590eba90ba35e6106dc0c666c5fbf5ea7f45..f88cb1d46f42f40353979c52e021f49cb8d1924f 100644 (file)
@@ -1,8 +1,7 @@
 /*
  * YAFFS: Yet another FFS. A NAND-flash specific file system.
  *
 /*
  * YAFFS: Yet another FFS. A NAND-flash specific file system.
  *
- * Copyright (C) 2002-2011 Aleph One Ltd.
- *   for Toby Churchill Ltd and Brightstar Engineering
+ * Copyright (C) 2002-2018 Aleph One Ltd.
  *
  * Created by Timothy Manning <timothy@yaffs.net>
  *
  *
  * Created by Timothy Manning <timothy@yaffs.net>
  *
index 02517cb4f414924ac486cdc96b2e1815aa58cf93..fd665feb3e193c03fd11b73945e526f3f940d8ed 100644 (file)
@@ -1,8 +1,7 @@
 /*
  * YAFFS: Yet another Flash File System . A NAND-flash specific file system. 
  *
 /*
  * YAFFS: Yet another Flash File System . A NAND-flash specific file system. 
  *
- * Copyright (C) 2002-2011 Aleph One Ltd.
- *   for Toby Churchill Ltd and Brightstar Engineering
+ * Copyright (C) 2002-2018 Aleph One Ltd.
  *
  * Created by Timothy Manning <timothy@yaffs.net>
  *
  *
  * Created by Timothy Manning <timothy@yaffs.net>
  *
index 6982e772975460612180e3824b84bb1d3e51b19a..188c2bcab13f59fc93f799938f1ed37d5ba080a1 100644 (file)
@@ -1,8 +1,7 @@
 /*
  * YAFFS: Yet another FFS. A NAND-flash specific file system.
  *
 /*
  * YAFFS: Yet another FFS. A NAND-flash specific file system.
  *
- * Copyright (C) 2002-2011 Aleph One Ltd.
- *   for Toby Churchill Ltd and Brightstar Engineering
+ * Copyright (C) 2002-2018 Aleph One Ltd.
  *
  * Created by Timothy Manning <timothy@yaffs.net>
  *
  *
  * Created by Timothy Manning <timothy@yaffs.net>
  *
index cb8fdf269a50e02dde83b388c036bd53b673a1f7..b77786b3652e3f6e7784e9f56851b5129df438f5 100644 (file)
@@ -1,8 +1,7 @@
 /*
  * YAFFS: Yet another Flash File System . A NAND-flash specific file system. 
  *
 /*
  * YAFFS: Yet another Flash File System . A NAND-flash specific file system. 
  *
- * Copyright (C) 2002-2011 Aleph One Ltd.
- *   for Toby Churchill Ltd and Brightstar Engineering
+ * Copyright (C) 2002-2018 Aleph One Ltd.
  *
  * Created by Timothy Manning <timothy@yaffs.net>
  *
  *
  * Created by Timothy Manning <timothy@yaffs.net>
  *
index 2820d680e893ef7733ac244a729807c25c641c94..42382cbeb0f871d7434492058ad929ff55983d95 100644 (file)
@@ -1,8 +1,7 @@
 /*
  * YAFFS: Yet another FFS. A NAND-flash specific file system.
  *
 /*
  * YAFFS: Yet another FFS. A NAND-flash specific file system.
  *
- * Copyright (C) 2002-2011 Aleph One Ltd.
- *   for Toby Churchill Ltd and Brightstar Engineering
+ * Copyright (C) 2002-2018 Aleph One Ltd.
  *
  * Created by Timothy Manning <timothy@yaffs.net>
  *
  *
  * Created by Timothy Manning <timothy@yaffs.net>
  *
index 0332f6fd5c841a0ff3b82975f2cb9901054e8f69..856d053a956f0c84a9b3e8312c69653ffc9b9424 100644 (file)
@@ -1,8 +1,7 @@
 /*
  * YAFFS: Yet another Flash File System . A NAND-flash specific file system. 
  *
 /*
  * YAFFS: Yet another Flash File System . A NAND-flash specific file system. 
  *
- * Copyright (C) 2002-2011 Aleph One Ltd.
- *   for Toby Churchill Ltd and Brightstar Engineering
+ * Copyright (C) 2002-2018 Aleph One Ltd.
  *
  * Created by Timothy Manning <timothy@yaffs.net>
  *
  *
  * Created by Timothy Manning <timothy@yaffs.net>
  *
index a791214fb891f74fe5a4e6c791d7766c3f30e548..ff24e7d250065069d29844b618cac514b8e03f79 100644 (file)
@@ -1,8 +1,7 @@
 /*
  * YAFFS: Yet Another Flash File System. A NAND-flash specific file system.
  *
 /*
  * YAFFS: Yet Another Flash File System. A NAND-flash specific file system.
  *
- * Copyright (C) 2002-2011 Aleph One Ltd.
- *   for Toby Churchill Ltd and Brightstar Engineering
+ * Copyright (C) 2002-2018 Aleph One Ltd.
  *
  * Created by Charles Manning <charles@aleph1.co.uk>
  *
  *
  * Created by Charles Manning <charles@aleph1.co.uk>
  *
index 8da77dc6ff8c7990f36773267ef96f32e459c508..622129bfd2648b7ba509ef3760dcaa5d736dccc9 100644 (file)
@@ -1,8 +1,7 @@
 /*
  * YAFFS: Yet Another Flash File System. A NAND-flash specific file system.
  *
 /*
  * YAFFS: Yet Another Flash File System. A NAND-flash specific file system.
  *
- * Copyright (C) 2002-2011 Aleph One Ltd.
- *   for Toby Churchill Ltd and Brightstar Engineering
+ * Copyright (C) 2002-2018 Aleph One Ltd.
  *
  * Created by Charles Manning <charles@aleph1.co.uk>
  *
  *
  * Created by Charles Manning <charles@aleph1.co.uk>
  *
index b7234c067a56ec70c39bb98de9a23e6e7e89c78f..6f33f0664b10875ef2f81a359b5de8703b2b8b35 100644 (file)
@@ -1,8 +1,7 @@
 /*
  * YAFFS: Yet another Flash File System . A NAND-flash specific file system.
  *
 /*
  * YAFFS: Yet another Flash File System . A NAND-flash specific file system.
  *
- * Copyright (C) 2002-2011 Aleph One Ltd.
- *   for Toby Churchill Ltd and Brightstar Engineering
+ * Copyright (C) 2002-2018 Aleph One Ltd.
  *
  * Created by Charles Manning <charles@aleph1.co.uk>
  *
  *
  * Created by Charles Manning <charles@aleph1.co.uk>
  *
index da425e0c8c44b4bff236c004b9179f2785c99151..540d23a0d87a35267ffb9268e6a4f612f10e55ab 100644 (file)
@@ -1,8 +1,7 @@
 /*
  * YAFFS: Yet Another Flash File System. A NAND-flash specific file system.
  *
 /*
  * YAFFS: Yet Another Flash File System. A NAND-flash specific file system.
  *
- * Copyright (C) 2002-2011 Aleph One Ltd.
- *   for Toby Churchill Ltd and Brightstar Engineering
+ * Copyright (C) 2002-2018 Aleph One Ltd.
  *
  * Created by Charles Manning <charles@aleph1.co.uk>
  *
  *
  * Created by Charles Manning <charles@aleph1.co.uk>
  *
index 7befb1a5fcd94ebf5755b1da563999ee22a9c2f4..0df8ed497158a18d83c105a44017b5997cce2dfa 100644 (file)
@@ -1,8 +1,7 @@
 /*
  * YAFFS: Yet another Flash File System . A NAND-flash specific file system.
  *
 /*
  * YAFFS: Yet another Flash File System . A NAND-flash specific file system.
  *
- * Copyright (C) 2002-2011 Aleph One Ltd.
- *   for Toby Churchill Ltd and Brightstar Engineering
+ * Copyright (C) 2002-2018 Aleph One Ltd.
  *
  * Created by Charles Manning <charles@aleph1.co.uk>
  *
  *
  * Created by Charles Manning <charles@aleph1.co.uk>
  *
index f739d1d99e5169621f9fdfe1400d7529c4059550..3a06bd72f156d9b4bbb67e96b955fc2a2f8f0df4 100644 (file)
@@ -1,8 +1,7 @@
 /*
  * YAFFS: Yet Another Flash File System. A NAND-flash specific file system.
  *
 /*
  * YAFFS: Yet Another Flash File System. A NAND-flash specific file system.
  *
- * Copyright (C) 2002-2011 Aleph One Ltd.
- *   for Toby Churchill Ltd and Brightstar Engineering
+ * Copyright (C) 2002-2018 Aleph One Ltd.
  *
  * Created by Charles Manning <charles@aleph1.co.uk>
  *
  *
  * Created by Charles Manning <charles@aleph1.co.uk>
  *
index 047ab34e3fe703e866b6da864f11384ed7f866f4..d52ec669ad7296cb392b804f401edd800ac56c8b 100644 (file)
@@ -1,8 +1,7 @@
 /*
  * YAFFS: Yet another Flash File System . A NAND-flash specific file system.
  *
 /*
  * YAFFS: Yet another Flash File System . A NAND-flash specific file system.
  *
- * Copyright (C) 2002-2011 Aleph One Ltd.
- *   for Toby Churchill Ltd and Brightstar Engineering
+ * Copyright (C) 2002-2018 Aleph One Ltd.
  *
  * Created by Charles Manning <charles@aleph1.co.uk>
  *
  *
  * Created by Charles Manning <charles@aleph1.co.uk>
  *
index fb123cc8111fadc776c99177715517d8160104ac..db9545dde9ad997e095f306b2de9bef3dcb5d9af 100644 (file)
@@ -1,8 +1,7 @@
 /*
  * YAFFS: Yet Another Flash File System. A NAND-flash specific file system.
  *
 /*
  * YAFFS: Yet Another Flash File System. A NAND-flash specific file system.
  *
- * Copyright (C) 2002-2011 Aleph One Ltd.
- *   for Toby Churchill Ltd and Brightstar Engineering
+ * Copyright (C) 2002-2018 Aleph One Ltd.
  *
  * Created by Charles Manning <charles@aleph1.co.uk>
  *
  *
  * Created by Charles Manning <charles@aleph1.co.uk>
  *
index a374bf7b1792d4b2e0e1e15d532b63b7b03e1296..e5d96c0198d3d84bef032e8d1e89539ae7441468 100644 (file)
@@ -1,8 +1,7 @@
 /*
  * YAFFS: Yet another Flash File System . A NAND-flash specific file system.
  *
 /*
  * YAFFS: Yet another Flash File System . A NAND-flash specific file system.
  *
- * Copyright (C) 2002-2011 Aleph One Ltd.
- *   for Toby Churchill Ltd and Brightstar Engineering
+ * Copyright (C) 2002-2018 Aleph One Ltd.
  *
  * Created by Charles Manning <charles@aleph1.co.uk>
  *
  *
  * Created by Charles Manning <charles@aleph1.co.uk>
  *
index 65faca1255597e4afd2eb67445a849fa5f942271..c642452daf2bb240cdc117d757eb3a1714f7719c 100644 (file)
@@ -1,8 +1,7 @@
 /*
  * YAFFS: Yet Another Flash File System. A NAND-flash specific file system.
  *
 /*
  * YAFFS: Yet Another Flash File System. A NAND-flash specific file system.
  *
- * Copyright (C) 2002-2011 Aleph One Ltd.
- *   for Toby Churchill Ltd and Brightstar Engineering
+ * Copyright (C) 2002-2018 Aleph One Ltd.
  *
  * Created by Charles Manning <charles@aleph1.co.uk>
  *
  *
  * Created by Charles Manning <charles@aleph1.co.uk>
  *
index f8562233096771e8bbf1741ff9cf2a6736c48120..3549e3f6a9c563e3c151d8f0acf5b84ae81cd1aa 100644 (file)
@@ -1,8 +1,7 @@
 /*
  * YAFFS: Yet another Flash File System . A NAND-flash specific file system.
  *
 /*
  * YAFFS: Yet another Flash File System . A NAND-flash specific file system.
  *
- * Copyright (C) 2002-2011 Aleph One Ltd.
- *   for Toby Churchill Ltd and Brightstar Engineering
+ * Copyright (C) 2002-2018 Aleph One Ltd.
  *
  * Created by Charles Manning <charles@aleph1.co.uk>
  *
  *
  * Created by Charles Manning <charles@aleph1.co.uk>
  *
index 6f0afabd054435a95d5903505aad489546d91268..ca5efc069e366f87479544923cb1bc6f7f6596a1 100644 (file)
@@ -1,8 +1,7 @@
 /*
  * YAFFS: Yet Another Flash File System. A NAND-flash specific file system.
  *
 /*
  * YAFFS: Yet Another Flash File System. A NAND-flash specific file system.
  *
- * Copyright (C) 2002-2011 Aleph One Ltd.
- *   for Toby Churchill Ltd and Brightstar Engineering
+ * Copyright (C) 2002-2018 Aleph One Ltd.
  *
  * Created by Charles Manning <charles@aleph1.co.uk>
  *
  *
  * Created by Charles Manning <charles@aleph1.co.uk>
  *
index 12ee90cd358938e0339b52bd8bcb74d86784cf0c..a608bd3a4dc1f48f275653b23260a3dbfef9dabe 100644 (file)
@@ -1,8 +1,7 @@
 /*
  * YAFFS: Yet Another Flash File System. A NAND-flash specific file system.
  *
 /*
  * YAFFS: Yet Another Flash File System. A NAND-flash specific file system.
  *
- * Copyright (C) 2002-2011 Aleph One Ltd.
- *   for Toby Churchill Ltd and Brightstar Engineering
+ * Copyright (C) 2002-2018 Aleph One Ltd.
  *
  * Created by Charles Manning <charles@aleph1.co.uk>
  *
  *
  * Created by Charles Manning <charles@aleph1.co.uk>
  *
index f0f431b6a91a2043142418657322b3c71e8169b5..375b2bdab8cb21ef15d50c324597c9a909a45269 100644 (file)
@@ -1,8 +1,7 @@
 /*
  * YAFFS: Yet another Flash File System . A NAND-flash specific file system. 
  *
 /*
  * YAFFS: Yet another Flash File System . A NAND-flash specific file system. 
  *
- * Copyright (C) 2002-2011 Aleph One Ltd.
- *   for Toby Churchill Ltd and Brightstar Engineering
+ * Copyright (C) 2002-2018 Aleph One Ltd.
  *
  * Created by Charles Manning <charles@aleph1.co.uk>
  *
  *
  * Created by Charles Manning <charles@aleph1.co.uk>
  *
index 11f90332cc98565c78b1e0d5e27f93edf26161fc..6bd3a0e73ec17c65b6be410aa05e97e84f059ca3 100644 (file)
@@ -1,8 +1,7 @@
 /*
  * YAFFS: Yet Another Flash File System. A NAND-flash specific file system.
  *
 /*
  * YAFFS: Yet Another Flash File System. A NAND-flash specific file system.
  *
- * Copyright (C) 2002-2011 Aleph One Ltd.
- *   for Toby Churchill Ltd and Brightstar Engineering
+ * Copyright (C) 2002-2018 Aleph One Ltd.
  *
  * Created by Charles Manning <charles@aleph1.co.uk>
  *
  *
  * Created by Charles Manning <charles@aleph1.co.uk>
  *
index fc9466b300361d7c1370cd15ccc972564a15cbf1..314531730172c625b80ad55a7ad246583a4bdccb 100644 (file)
@@ -1,8 +1,7 @@
 /*
  * YAFFS: Yet Another Flash File System. A NAND-flash specific file system.
  *
 /*
  * YAFFS: Yet Another Flash File System. A NAND-flash specific file system.
  *
- * Copyright (C) 2002-2011 Aleph One Ltd.
- *   for Toby Churchill Ltd and Brightstar Engineering
+ * Copyright (C) 2002-2018 Aleph One Ltd.
  *
  * Created by Charles Manning <charles@aleph1.co.uk>
  *
  *
  * Created by Charles Manning <charles@aleph1.co.uk>
  *
index 06ae645655048bafb710224cdad8f5ade4642702..a132dfa55050b32aa64bc63dc835a1fe242bfd06 100644 (file)
@@ -1,8 +1,7 @@
 /*
  * YAFFS: Yet Another Flash File System. A NAND-flash specific file system.
  *
 /*
  * YAFFS: Yet Another Flash File System. A NAND-flash specific file system.
  *
- * Copyright (C) 2002-2011 Aleph One Ltd.
- *   for Toby Churchill Ltd and Brightstar Engineering
+ * Copyright (C) 2002-2018 Aleph One Ltd.
  *
  * Created by Charles Manning <charles@aleph1.co.uk>
  *
  *
  * Created by Charles Manning <charles@aleph1.co.uk>
  *
index 38a4632e800f4f69386d77a9e4d30a7b01945e23..18ca54224f57c1b214ab40983cfbde6aa36844dc 100644 (file)
@@ -1,8 +1,7 @@
 /*
  * YAFFS: Yet Another Flash File System. A NAND-flash specific file system.
  *
 /*
  * YAFFS: Yet Another Flash File System. A NAND-flash specific file system.
  *
- * Copyright (C) 2002-2011 Aleph One Ltd.
- *   for Toby Churchill Ltd and Brightstar Engineering
+ * Copyright (C) 2002-2018 Aleph One Ltd.
  *
  * Created by Charles Manning <charles@aleph1.co.uk>
  *
  *
  * Created by Charles Manning <charles@aleph1.co.uk>
  *
index a51617ec32a9dbd091dfe9a68cd30a9e3e6b36e5..3be11754bdcf42e4df6632629b93b5be1bcf4369 100644 (file)
@@ -1,8 +1,7 @@
 /*
  * YAFFS: Yet another Flash File System . A NAND-flash specific file system.
  *
 /*
  * YAFFS: Yet another Flash File System . A NAND-flash specific file system.
  *
- * Copyright (C) 2002-2011 Aleph One Ltd.
- *   for Toby Churchill Ltd and Brightstar Engineering
+ * Copyright (C) 2002-2018 Aleph One Ltd.
  *
  * Created by Charles Manning <charles@aleph1.co.uk>
  *
  *
  * Created by Charles Manning <charles@aleph1.co.uk>
  *
index 6466d3b9a2ce9e1c1088927d27515b856d95c259..430adce781768b18a8e0d97890e0a71a865f4a04 100644 (file)
@@ -1,8 +1,7 @@
 /*
  * YAFFS: Yet Another Flash File System. A NAND-flash specific file system.
  *
 /*
  * YAFFS: Yet Another Flash File System. A NAND-flash specific file system.
  *
- * Copyright (C) 2002-2011 Aleph One Ltd.
- *   for Toby Churchill Ltd and Brightstar Engineering
+ * Copyright (C) 2002-2018 Aleph One Ltd.
  *
  * Created by Charles Manning <charles@aleph1.co.uk>
  *
  *
  * Created by Charles Manning <charles@aleph1.co.uk>
  *
index 3e5707003840aebeb5dd52658353ac2d914f5329..ba8a4a83d0ad018a55ab82e2c5990f8c1c1190d6 100644 (file)
@@ -1,8 +1,7 @@
 /*
  * YAFFS: Yet another Flash File System . A NAND-flash specific file system. 
  *
 /*
  * YAFFS: Yet another Flash File System . A NAND-flash specific file system. 
  *
- * Copyright (C) 2002-2011 Aleph One Ltd.
- *   for Toby Churchill Ltd and Brightstar Engineering
+ * Copyright (C) 2002-2018 Aleph One Ltd.
  *
  * Created by Charles Manning <charles@aleph1.co.uk>
  *
  *
  * Created by Charles Manning <charles@aleph1.co.uk>
  *
index f45c19d9dd2662ebfaa546af75bd7ebe268f13ad..7a8ffd4517abe2764a6de4dee9377e4767083a5b 100644 (file)
@@ -3,7 +3,7 @@
 #
 # YAFFS: Yet another Flash File System. A NAND-flash specific file system.
 #
 #
 # YAFFS: Yet another Flash File System. A NAND-flash specific file system.
 #
-# Copyright (C) 2003 Aleph One Ltd.
+# Copyright (C) 2002-2018 Aleph One Ltd.
 #
 #
 # Created by Charles Manning <charles@aleph1.co.uk>
 #
 #
 # Created by Charles Manning <charles@aleph1.co.uk>
index b7ec90915dc1a9dbfdc4eed0b442129503c3b0ff..c12c70a698bbad6bf15b9c79abdaf40bfea452a1 100644 (file)
@@ -1,8 +1,7 @@
 /*
  * YAFFS: Yet Another Flash File System. A NAND-flash specific file system.
  *
 /*
  * YAFFS: Yet Another Flash File System. A NAND-flash specific file system.
  *
- * Copyright (C) 2002-2007 Aleph One Ltd.
- *   for Toby Churchill Ltd and Brightstar Engineering
+ * Copyright (C) 2002-2018 Aleph One Ltd.
  *
  * Created by Charles Manning <charles@aleph1.co.uk>
  *
  *
  * Created by Charles Manning <charles@aleph1.co.uk>
  *
index 1a125823b607aa0201f21ede4d86ba605164f152..91f6ae95f76b01ce5b77b5fce2101fb5c005d2c5 100644 (file)
@@ -1,8 +1,7 @@
 /*
  * YAFFS: Yet another Flash File System . A NAND-flash specific file system.
  *
 /*
  * YAFFS: Yet another Flash File System . A NAND-flash specific file system.
  *
- * Copyright (C) 2002-2007 Aleph One Ltd.
- *   for Toby Churchill Ltd and Brightstar Engineering
+ * Copyright (C) 2002-2018 Aleph One Ltd.
  *
  * Created by Charles Manning <charles@aleph1.co.uk>
  *
  *
  * Created by Charles Manning <charles@aleph1.co.uk>
  *
index b27fe56214d3b7fda21654ef381fe3773bdd5273..78af31edaf153dc39af1e5901a9835a92fa5bccd 100644 (file)
@@ -1,8 +1,7 @@
 /*
  * YAFFS: Yet Another Flash File System. A NAND-flash specific file system.
  *
 /*
  * YAFFS: Yet Another Flash File System. A NAND-flash specific file system.
  *
- * Copyright (C) 2002-2007 Aleph One Ltd.
- *   for Toby Churchill Ltd and Brightstar Engineering
+ * Copyright (C) 2002-2018 Aleph One Ltd.
  *
  * Created by Charles Manning <charles@aleph1.co.uk>
  *
  *
  * Created by Charles Manning <charles@aleph1.co.uk>
  *
index 62be1736330cb3ae7123dc7a37e628630874e738..a5eaf9051e25e675139f58d717a1edddd738c315 100644 (file)
@@ -1,8 +1,7 @@
 /*
  * YAFFS: Yet another Flash File System . A NAND-flash specific file system.
  *
 /*
  * YAFFS: Yet another Flash File System . A NAND-flash specific file system.
  *
- * Copyright (C) 2002-2007 Aleph One Ltd.
- *   for Toby Churchill Ltd and Brightstar Engineering
+ * Copyright (C) 2002-2018 Aleph One Ltd.
  *
  * Created by Charles Manning <charles@aleph1.co.uk>
  *
  *
  * Created by Charles Manning <charles@aleph1.co.uk>
  *
index f7ac21c635cabe32dc44f0212df40c2e10fa9a0f..0cf4d26198118044f854f3aa2626debb259087f2 100644 (file)
@@ -1,8 +1,7 @@
 /*
  * YAFFS: Yet Another Flash File System. A NAND-flash specific file system.
  *
 /*
  * YAFFS: Yet Another Flash File System. A NAND-flash specific file system.
  *
- * Copyright (C) 2002-2007 Aleph One Ltd.
- *   for Toby Churchill Ltd and Brightstar Engineering
+ * Copyright (C) 2002-2018 Aleph One Ltd.
  *
  * Created by Charles Manning <charles@aleph1.co.uk>
  *
  *
  * Created by Charles Manning <charles@aleph1.co.uk>
  *
index fc17552e370327860dbd4a663a48bf11c055c085..bfd974e512aaff1ecc0fe7f78176d61802f628d1 100755 (executable)
@@ -2,7 +2,7 @@
 #
 # YAFFS: Yet another FFS. A NAND-flash specific file system.
 #
 #
 # 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 <charles@aleph1.co.uk>
 #
 #
 # Created by Charles Manning <charles@aleph1.co.uk>
 #
index de8e451eeb8b50d17bad8a994e36690d123191b7..5486bdd142b9512ab1cabe65b14cec0f5d772c30 100644 (file)
@@ -1,8 +1,7 @@
 /*
  * YAFFS: Yet Another Flash File System. A NAND-flash specific file system.
  *
 /*
  * YAFFS: Yet Another Flash File System. A NAND-flash specific file system.
  *
- * Copyright (C) 2002-2011 Aleph One Ltd.
- *   for Toby Churchill Ltd and Brightstar Engineering
+ * Copyright (C) 2002-2018 Aleph One Ltd.
  *
  * Created by Charles Manning <charles@aleph1.co.uk>
  *
  *
  * Created by Charles Manning <charles@aleph1.co.uk>
  *
index 11b75f7a0b24f6a5420b960f402c5c1dfde3d3a8..bc892f719614419cc711ce59e138182aa9d4a3cc 100644 (file)
@@ -1,8 +1,7 @@
 /*
  * YAFFS: Yet another FFS. A NAND-flash specific file system.
  *
 /*
  * YAFFS: Yet another FFS. A NAND-flash specific file system.
  *
- * Copyright (C) 2002-2011 Aleph One Ltd.
- *   for Toby Churchill Ltd and Brightstar Engineering
+ * Copyright (C) 2002-2018 Aleph One Ltd.
  *
  * Created by Timothy Manning <timothy@yaffs.net>
  *
  *
  * Created by Timothy Manning <timothy@yaffs.net>
  *
index e6e8979ee624b2db4eb88ef97d76ab4db6aee7b6..4cbb2bba27d7c603ef4d2ceda7146d124216671f 100644 (file)
@@ -1,8 +1,7 @@
 /*
  * YAFFS: Yet another Flash File System . A NAND-flash specific file system.
  *
 /*
  * YAFFS: Yet another Flash File System . A NAND-flash specific file system.
  *
- * Copyright (C) 2002-2011 Aleph One Ltd.
- *   for Toby Churchill Ltd and Brightstar Engineering
+ * Copyright (C) 2002-2018 Aleph One Ltd.
  *
  * Created by Charles Manning <charles@aleph1.co.uk>
  *
  *
  * Created by Charles Manning <charles@aleph1.co.uk>
  *
index cfdbde9dc8f519adc066701d9f4439c77b076d18..526b1f7f62567c9407df70a4c9356070a61eb537 100644 (file)
@@ -1,8 +1,7 @@
 /*
  * YAFFS: Yet another Flash File System . A NAND-flash specific file system.
  *
 /*
  * YAFFS: Yet another Flash File System . A NAND-flash specific file system.
  *
- * Copyright (C) 2002-2011 Aleph One Ltd.
- *   for Toby Churchill Ltd and Brightstar Engineering
+ * Copyright (C) 2002-2018 Aleph One Ltd.
  *
  * Created by Charles Manning <charles@aleph1.co.uk>
  *
  *
  * Created by Charles Manning <charles@aleph1.co.uk>
  *
index 7e2c250a598138d59a904af52d94c0d02c61fa51..13e62e427bd7f7e0b1a8cbb5595bab482a2e79ea 100644 (file)
@@ -1,8 +1,7 @@
 /*
  * YAFFS: Yet Another Flash File System. A NAND-flash specific file system.
  *
 /*
  * YAFFS: Yet Another Flash File System. A NAND-flash specific file system.
  *
- * Copyright (C) 2002-2011 Aleph One Ltd.
- *   for Toby Churchill Ltd and Brightstar Engineering
+ * Copyright (C) 2002-2018 Aleph One Ltd.
  *
  * Created by Charles Manning <charles@aleph1.co.uk>
  *
  *
  * Created by Charles Manning <charles@aleph1.co.uk>
  *
index 3f7c6c33e77683e1de1ad2d201200b64fbfae3eb..001f2ac57faef764a727da099e4193dca6b3a727 100644 (file)
@@ -1,8 +1,7 @@
 /*
  * YAFFS: Yet another Flash File System . A NAND-flash specific file system.
  *
 /*
  * YAFFS: Yet another Flash File System . A NAND-flash specific file system.
  *
- * Copyright (C) 2002-2011 Aleph One Ltd.
- *   for Toby Churchill Ltd and Brightstar Engineering
+ * Copyright (C) 2002-2018 Aleph One Ltd.
  *
  * Created by Charles Manning <charles@aleph1.co.uk>
  *
  *
  * Created by Charles Manning <charles@aleph1.co.uk>
  *
index c0994934ad0af08d8a0523d9c12c33c55dcbba27..68d2c67ba6679b3c866ae442162b028a8769080d 100644 (file)
@@ -1,8 +1,7 @@
 /*
  * YAFFS: Yet another Flash File System . A NAND-flash specific file system.
  *
 /*
  * YAFFS: Yet another Flash File System . A NAND-flash specific file system.
  *
- * Copyright (C) 2002-2011 Aleph One Ltd.
- *   for Toby Churchill Ltd and Brightstar Engineering
+ * Copyright (C) 2002-2018 Aleph One Ltd.
  *
  * Created by Charles Manning <charles@aleph1.co.uk>
  *
  *
  * Created by Charles Manning <charles@aleph1.co.uk>
  *
index cb0c4e64de223f7c7bb0a48ab11c66991575b5d2..1f5a84160bf73ac14476be3f23cb15bbd7f04b25 100644 (file)
@@ -1,8 +1,7 @@
 /*
  * YAFFS: Yet another Flash File System . A NAND-flash specific file system.
  *
 /*
  * YAFFS: Yet another Flash File System . A NAND-flash specific file system.
  *
- * Copyright (C) 2002-2011 Aleph One Ltd.
- *   for Toby Churchill Ltd and Brightstar Engineering
+ * Copyright (C) 2002-2018 Aleph One Ltd.
  *
  * Created by Charles Manning <charles@aleph1.co.uk>
  *
  *
  * Created by Charles Manning <charles@aleph1.co.uk>
  *
index 739dddbde7f3e98d0f748880fb8d562b2321396b..5325e52fc51b884b0049995fdb331519636a0f82 100644 (file)
@@ -1,8 +1,7 @@
 /*
  * YAFFS: Yet another Flash File System . A NAND-flash specific file system.
  *
 /*
  * YAFFS: Yet another Flash File System . A NAND-flash specific file system.
  *
- * Copyright (C) 2002-2011 Aleph One Ltd.
- *   for Toby Churchill Ltd and Brightstar Engineering
+ * Copyright (C) 2002-2018 Aleph One Ltd.
  *
  * Created by Charles Manning <charles@aleph1.co.uk>
  *
  *
  * Created by Charles Manning <charles@aleph1.co.uk>
  *
index 0993c1d50ff19d6e36006e7c9cf35f1011a1898f..90c07787b9f9914d0edd7f18d227988d2721fdb9 100644 (file)
@@ -1,8 +1,7 @@
 /*
  * YAFFS: Yet another Flash File System . A NAND-flash specific file system.
  *
 /*
  * YAFFS: Yet another Flash File System . A NAND-flash specific file system.
  *
- * Copyright (C) 2002-2011 Aleph One Ltd.
- *   for Toby Churchill Ltd and Brightstar Engineering
+ * Copyright (C) 2002-2018 Aleph One Ltd.
  *
  * Created by Charles Manning <charles@aleph1.co.uk>
  *
  *
  * Created by Charles Manning <charles@aleph1.co.uk>
  *
index 8593cbe72d82bb1745396c43fdf5f8a3873009d0..af8c82bf03e5466b0815aa8b987d1e1a2f381d5e 100644 (file)
@@ -1,8 +1,7 @@
 /*
  * YAFFS: Yet Another Flash File System. A NAND-flash specific file system.
  *
 /*
  * YAFFS: Yet Another Flash File System. A NAND-flash specific file system.
  *
- * Copyright (C) 2002-2011 Aleph One Ltd.
- *   for Toby Churchill Ltd and Brightstar Engineering
+ * Copyright (C) 2002-2018 Aleph One Ltd.
  *
  * Created by Charles Manning <charles@aleph1.co.uk>
  *
  *
  * Created by Charles Manning <charles@aleph1.co.uk>
  *
index 3e0ddd0b3eb18325ba61ca801d972f8194bde9d5..b96011f4f45b01f7536c28303988d7b7bcceb996 100644 (file)
@@ -1,8 +1,7 @@
 /*
  * YAFFS: Yet another Flash File System . A NAND-flash specific file system.
  *
 /*
  * YAFFS: Yet another Flash File System . A NAND-flash specific file system.
  *
- * Copyright (C) 2002-2011 Aleph One Ltd.
- *   for Toby Churchill Ltd and Brightstar Engineering
+ * Copyright (C) 2002-2018 Aleph One Ltd.
  *
  * Created by Charles Manning <charles@aleph1.co.uk>
  *
  *
  * Created by Charles Manning <charles@aleph1.co.uk>
  *
index 126b6ce79b1ed9b407fa43f747e6bafe9d8a47e1..dcf58d03ed4102516a20641249d484d64cf5b649 100644 (file)
@@ -1,8 +1,7 @@
 /*
  * YAFFS: Yet another Flash File System . A NAND-flash specific file system.
  *
 /*
  * YAFFS: Yet another Flash File System . A NAND-flash specific file system.
  *
- * Copyright (C) 2002-2011 Aleph One Ltd.
- *   for Toby Churchill Ltd and Brightstar Engineering
+ * Copyright (C) 2002-2018 Aleph One Ltd.
  *
  * Created by Charles Manning <charles@aleph1.co.uk>
  *
  *
  * Created by Charles Manning <charles@aleph1.co.uk>
  *
index 81da08e5c33ba592760cfe5a79b88662ecd06bbe..d931f8127525bfe96c2b98a105ccc752fd9b462e 100644 (file)
@@ -1,8 +1,7 @@
 /*
  * YAFFS: Yet another Flash File System . A NAND-flash specific file system.
  *
 /*
  * YAFFS: Yet another Flash File System . A NAND-flash specific file system.
  *
- * Copyright (C) 2002-2011 Aleph One Ltd.
- *   for Toby Churchill Ltd and Brightstar Engineering
+ * Copyright (C) 2002-2018 Aleph One Ltd.
  *
  * Created by Charles Manning <charles@aleph1.co.uk>
  *
  *
  * Created by Charles Manning <charles@aleph1.co.uk>
  *
index 3a6931b962db3a7588add1e59bf06d6ce634d25d..54732bc941605d198cc5e10c56a8261d0714d1ef 100644 (file)
@@ -1,8 +1,7 @@
 /*
  * YAFFS: Yet another Flash File System . A NAND-flash specific file system.
  *
 /*
  * YAFFS: Yet another Flash File System . A NAND-flash specific file system.
  *
- * Copyright (C) 2002-2011 Aleph One Ltd.
- *   for Toby Churchill Ltd and Brightstar Engineering
+ * Copyright (C) 2002-2018 Aleph One Ltd.
  *
  * Created by Charles Manning <charles@aleph1.co.uk>
  *
  *
  * Created by Charles Manning <charles@aleph1.co.uk>
  *
index c5b6cf1dbd5e3d3e83200392a52fde3981b1b174..6d21a348e05426e76221ebe624fa701f145aa2a6 100644 (file)
@@ -1,8 +1,7 @@
 /*
  * YAFFS: Yet another Flash File System . A NAND-flash specific file system.
  *
 /*
  * YAFFS: Yet another Flash File System . A NAND-flash specific file system.
  *
- * Copyright (C) 2002-2011 Aleph One Ltd.
- *   for Toby Churchill Ltd and Brightstar Engineering
+ * Copyright (C) 2002-2018 Aleph One Ltd.
  *
  * Created by Martin Fouts <Martin.Fouts@palmsource.com>
  *
  *
  * Created by Martin Fouts <Martin.Fouts@palmsource.com>
  *
index eeac54e0403d8c11605b0e3121d032c9233a7423..8abe3b124ea579e4df6c820093b0e9a78bbf3397 100644 (file)
@@ -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. 
 #
 # 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 <charles@aleph1.co.uk>
 #
 #
 # Created by Charles Manning <charles@aleph1.co.uk>
 #
index d1028ffc7e122bd9f00e7f468dfd43f9a96417f8..8b10f52c8e0df261630167a730c9225b167877ca 100644 (file)
@@ -1,8 +1,7 @@
 /*
  * YAFFS: Yet Another Flash File System. A NAND-flash specific file system.
  *
 /*
  * YAFFS: Yet Another Flash File System. A NAND-flash specific file system.
  *
- * Copyright (C) 2002-2011 Aleph One Ltd.
- *   for Toby Churchill Ltd and Brightstar Engineering
+ * Copyright (C) 2002-2018 Aleph One Ltd.
  *
  * Created by Charles Manning <charles@aleph1.co.uk>
  *
  *
  * Created by Charles Manning <charles@aleph1.co.uk>
  *
index 3da6925fd42163b92c6b26cf4e1a66b397e4accb..6cd731a33cefccf59b19d133a2d2844265c74bc2 100755 (executable)
@@ -2,7 +2,7 @@
 #
 # YAFFS: Yet another FFS. A NAND-flash specific file system.
 #
 #
 # 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 <charles@aleph1.co.uk>
 #
 #
 # Created by Charles Manning <charles@aleph1.co.uk>
 #
index 9cbb5892ba2ec87adbf465653be57cd7324b8c06..aa181fb3e969f688e7d216e939c0b23c06c5dafe 100644 (file)
@@ -1,8 +1,7 @@
 /*
  * YAFFS: Yet another Flash File System . A NAND-flash specific file system.
  *
 /*
  * YAFFS: Yet another Flash File System . A NAND-flash specific file system.
  *
- * Copyright (C) 2002-2011 Aleph One Ltd.
- *   for Toby Churchill Ltd and Brightstar Engineering
+ * Copyright (C) 2002-2018 Aleph One Ltd.
  *
  * Created by Charles Manning <charles@aleph1.co.uk>
  *
  *
  * Created by Charles Manning <charles@aleph1.co.uk>
  *
index 354745210f63c1bd6357641cda604ecb9d3eb865..c817a3ad32a33c39d0fb6cdf5f207d742fdf1ed0 100644 (file)
@@ -1,8 +1,7 @@
 /*
  * YAFFS: Yet another FFS. A NAND-flash specific file system. 
  *
 /*
  * 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 <charles@aleph1.co.uk>
  *
  *
  * Created by Charles Manning <charles@aleph1.co.uk>
  *
index 710ebbf3186b1f7ab40520cd6f223679fe125ad0..6f0ee2449e5e9e79f0533b2ded3c992fa23ea0e4 100644 (file)
@@ -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. 
 #
 # 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 <charles@aleph1.co.uk>
 #
 #
 # Created by Charles Manning <charles@aleph1.co.uk>
 #
index b46f285258dfe3736e085c519d4ff4aba178eccd..0df41585c3e58dc5525664f1e1b64f6d0c2e18fb 100644 (file)
@@ -1,8 +1,7 @@
 /*
  * YAFFS: Yet Another Flash File System. A NAND-flash specific file system.
  *
 /*
  * YAFFS: Yet Another Flash File System. A NAND-flash specific file system.
  *
- * Copyright (C) 2002-2011 Aleph One Ltd.
- *   for Toby Churchill Ltd and Brightstar Engineering
+ * Copyright (C) 2002-2018 Aleph One Ltd.
  *
  * Created by Charles Manning <charles@aleph1.co.uk>
  * Nick Bane modifications flagged NCB
  *
  * Created by Charles Manning <charles@aleph1.co.uk>
  * Nick Bane modifications flagged NCB
index 1d835953298eb1a8364ccd0be3910b991a141199..c367bf6ceb927bcb3a529b3ce48f84e5254ea23f 100644 (file)
@@ -1,8 +1,7 @@
 /*
  * YAFFS: Yet Another Flash File System. A NAND-flash specific file system.
  *
 /*
  * YAFFS: Yet Another Flash File System. A NAND-flash specific file system.
  *
- * Copyright (C) 2002-2011 Aleph One Ltd.
- *   for Toby Churchill Ltd and Brightstar Engineering
+ * Copyright (C) 2002-2018 Aleph One Ltd.
  *
  * Created by Charles Manning <charles@aleph1.co.uk>
  * Nick Bane modifications flagged NCB
  *
  * Created by Charles Manning <charles@aleph1.co.uk>
  * Nick Bane modifications flagged NCB
index 487573fc6cf30b8a9771822b983629d6c6110c9d..ae3042d8abbf4bbf77dfc6fa98137d26770ce4e0 100644 (file)
@@ -1,8 +1,7 @@
 /*
  * YAFFS: Yet another Flash File System . A NAND-flash specific file system.
  *
 /*
  * YAFFS: Yet another Flash File System . A NAND-flash specific file system.
  *
- * Copyright (C) 2002-2011 Aleph One Ltd.
- *   for Toby Churchill Ltd and Brightstar Engineering
+ * Copyright (C) 2002-2018 Aleph One Ltd.
  *
  * Created by Charles Manning <charles@aleph1.co.uk>
  *
  *
  * Created by Charles Manning <charles@aleph1.co.uk>
  *
index c8f2861c53ee928159657b620fb9c11f913f2324..be27833ad4976049181f24e7781d92d6dbdd3563 100644 (file)
@@ -1,8 +1,7 @@
 /*
  * YAFFS: Yet Another Flash File System. A NAND-flash specific file system.
  *
 /*
  * YAFFS: Yet Another Flash File System. A NAND-flash specific file system.
  *
- * Copyright (C) 2002-2011 Aleph One Ltd.
- *   for Toby Churchill Ltd and Brightstar Engineering
+ * Copyright (C) 2002-2018 Aleph One Ltd.
  *
  * Created by Charles Manning <charles@aleph1.co.uk>
  *
  *
  * Created by Charles Manning <charles@aleph1.co.uk>
  *
index a8cc3226421f7af8b923ca1bb494b9e56772a9e7..0dacd9f75b5e00237d9becad9e72e62e12e6e6d1 100644 (file)
@@ -1,8 +1,7 @@
 /*
  * YAFFS: Yet another Flash File System . A NAND-flash specific file system.
  *
 /*
  * YAFFS: Yet another Flash File System . A NAND-flash specific file system.
  *
- * Copyright (C) 2002-2011 Aleph One Ltd.
- *   for Toby Churchill Ltd and Brightstar Engineering
+ * Copyright (C) 2002-2018 Aleph One Ltd.
  *
  * Created by Charles Manning <charles@aleph1.co.uk>
  *
  *
  * Created by Charles Manning <charles@aleph1.co.uk>
  *
index 5eb7c5a94a45704c30e7a5cb674bc07444d7c1dd..a9ced27250aa0f86f4c079b8d5227b861dc61eba 100644 (file)
@@ -1,8 +1,7 @@
 /*
  * YAFFS: Yet Another Flash File System. A NAND-flash specific file system.
  *
 /*
  * YAFFS: Yet Another Flash File System. A NAND-flash specific file system.
  *
- * Copyright (C) 2002-2011 Aleph One Ltd.
- *   for Toby Churchill Ltd and Brightstar Engineering
+ * Copyright (C) 2002-2018 Aleph One Ltd.
  *
  * Created by Charles Manning <charles@aleph1.co.uk>
  *
  *
  * Created by Charles Manning <charles@aleph1.co.uk>
  *
index 5b21b085b73397d8e4862baec9bf61d93c09a293..4ce6550c3d9c95a8a7e4657f154466cf73a9b730 100644 (file)
@@ -1,8 +1,7 @@
 /*
  * YAFFS: Yet another Flash File System . A NAND-flash specific file system.
  *
 /*
  * YAFFS: Yet another Flash File System . A NAND-flash specific file system.
  *
- * Copyright (C) 2002-2011 Aleph One Ltd.
- *   for Toby Churchill Ltd and Brightstar Engineering
+ * Copyright (C) 2002-2018 Aleph One Ltd.
  *
  * Created by Charles Manning <charles@aleph1.co.uk>
  *
  *
  * Created by Charles Manning <charles@aleph1.co.uk>
  *
index bf8cbb3defaec15beb2535755faa92834356897c..481558041ddfe5b80f708215c9c82b9e10aaedfd 100644 (file)
@@ -1,8 +1,7 @@
 /*
  * YAFFS: Yet Another Flash File System. A NAND-flash specific file system.
  *
 /*
  * YAFFS: Yet Another Flash File System. A NAND-flash specific file system.
  *
- * Copyright (C) 2002-2011 Aleph One Ltd.
- *   for Toby Churchill Ltd and Brightstar Engineering
+ * Copyright (C) 2002-2018 Aleph One Ltd.
  *
  * Created by Charles Manning <charles@aleph1.co.uk>
  *
  *
  * Created by Charles Manning <charles@aleph1.co.uk>
  *
index e26b37d89ae4729ade0e8fba5dea9ae307913969..30bbd3bbb1e012b4a9eab797ae4c6814b260d678 100644 (file)
@@ -1,8 +1,7 @@
 /*
  * YAFFS: Yet another Flash File System . A NAND-flash specific file system.
  *
 /*
  * YAFFS: Yet another Flash File System . A NAND-flash specific file system.
  *
- * Copyright (C) 2002-2011 Aleph One Ltd.
- *   for Toby Churchill Ltd and Brightstar Engineering
+ * Copyright (C) 2002-2018 Aleph One Ltd.
  *
  * Created by Charles Manning <charles@aleph1.co.uk>
  *
  *
  * Created by Charles Manning <charles@aleph1.co.uk>
  *
index c7cbda3627c1ec49f543cebdbe47f5e2068ec22d..53688b5c34d940bc41d9a1896d8e1f718c9293da 100644 (file)
@@ -1,8 +1,7 @@
 /*
  * YAFFS: Yet Another Flash File System. A NAND-flash specific file system.
  *
 /*
  * YAFFS: Yet Another Flash File System. A NAND-flash specific file system.
  *
- * Copyright (C) 2002-2011 Aleph One Ltd.
- *   for Toby Churchill Ltd and Brightstar Engineering
+ * Copyright (C) 2002-2018 Aleph One Ltd.
  *
  * Created by Charles Manning <charles@aleph1.co.uk>
  *
  *
  * Created by Charles Manning <charles@aleph1.co.uk>
  *
index cdbaba7153ed5832a29c238ab338ef72534c0ef1..4820fb09519cbcb42e5d312e8fbb00ffcf61fdd9 100644 (file)
@@ -1,8 +1,7 @@
 /*
  * YAFFS: Yet another Flash File System . A NAND-flash specific file system.
  *
 /*
  * YAFFS: Yet another Flash File System . A NAND-flash specific file system.
  *
- * Copyright (C) 2002-2011 Aleph One Ltd.
- *   for Toby Churchill Ltd and Brightstar Engineering
+ * Copyright (C) 2002-2018 Aleph One Ltd.
  *
  * Created by Charles Manning <charles@aleph1.co.uk>
  *
  *
  * Created by Charles Manning <charles@aleph1.co.uk>
  *
index 9294107c150d261bbb6c90c8c78b6590ba4b97a4..911f8f79a0641b673f614279bd698909dea30c22 100644 (file)
@@ -1,8 +1,7 @@
 /*
  * YAFFS: Yet Another Flash File System. A NAND-flash specific file system.
  *
 /*
  * YAFFS: Yet Another Flash File System. A NAND-flash specific file system.
  *
- * Copyright (C) 2002-2011 Aleph One Ltd.
- *   for Toby Churchill Ltd and Brightstar Engineering
+ * Copyright (C) 2002-2018 Aleph One Ltd.
  *
  * Created by Charles Manning <charles@aleph1.co.uk>
  *
  *
  * Created by Charles Manning <charles@aleph1.co.uk>
  *
index 17d47bd80f3e3eddc254bacedfea65b312443e70..1dc64416895bc227448120623564a5619fdbe2c6 100644 (file)
@@ -1,8 +1,7 @@
 /*
  * YAFFS: Yet another Flash File System . A NAND-flash specific file system.
  *
 /*
  * YAFFS: Yet another Flash File System . A NAND-flash specific file system.
  *
- * Copyright (C) 2002-2011 Aleph One Ltd.
- *   for Toby Churchill Ltd and Brightstar Engineering
+ * Copyright (C) 2002-2018 Aleph One Ltd.
  *
  * Created by Charles Manning <charles@aleph1.co.uk>
  *
  *
  * Created by Charles Manning <charles@aleph1.co.uk>
  *
index 8c291ad3c8f10d55cbcc476773ef1ce2c9feddf7..6103f4ebb0c20ab062a982b19078ae3273f914a3 100644 (file)
@@ -1,8 +1,7 @@
 /*
  * YAFFS: Yet Another Flash File System. A NAND-flash specific file system.
  *
 /*
  * YAFFS: Yet Another Flash File System. A NAND-flash specific file system.
  *
- * Copyright (C) 2002-2011 Aleph One Ltd.
- *   for Toby Churchill Ltd and Brightstar Engineering
+ * Copyright (C) 2002-2018 Aleph One Ltd.
  *
  * Created by Charles Manning <charles@aleph1.co.uk>
  *
  *
  * Created by Charles Manning <charles@aleph1.co.uk>
  *
index e2fc602edf9c4da545e651f053d66963175a80ec..8c271891a0197cb2d8e1d039c289e27208cd09b8 100644 (file)
@@ -1,8 +1,7 @@
 /*
  * YAFFS: Yet another Flash File System . A NAND-flash specific file system.
  *
 /*
  * YAFFS: Yet another Flash File System . A NAND-flash specific file system.
  *
- * Copyright (C) 2002-2011 Aleph One Ltd.
- *   for Toby Churchill Ltd and Brightstar Engineering
+ * Copyright (C) 2002-2018 Aleph One Ltd.
  *
  * Created by Charles Manning <charles@aleph1.co.uk>
  *
  *
  * Created by Charles Manning <charles@aleph1.co.uk>
  *
index 09b5a166fc9be9b31c76ccbfd345f33b4bc93cb8..e84ccf8812dbafaba8bb27e50211c0504d02f252 100644 (file)
@@ -1,8 +1,7 @@
 /*
  * YAFFS: Yet another Flash File System . A NAND-flash specific file system.
  *
 /*
  * YAFFS: Yet another Flash File System . A NAND-flash specific file system.
  *
- * Copyright (C) 2002-2011 Aleph One Ltd.
- *   for Toby Churchill Ltd and Brightstar Engineering
+ * Copyright (C) 2002-2018 Aleph One Ltd.
  *
  * Created by Charles Manning <charles@aleph1.co.uk>
  *
  *
  * Created by Charles Manning <charles@aleph1.co.uk>
  *
index 44b1805c2f0e2fba3b26713c702863d997caf985..7678896692927f47290c1b8b6dadc1da7deb41d0 100644 (file)
@@ -1,8 +1,7 @@
 /*
  * YAFFS: Yet Another Flash File System. A NAND-flash specific file system.
  *
 /*
  * YAFFS: Yet Another Flash File System. A NAND-flash specific file system.
  *
- * Copyright (C) 2002-2011 Aleph One Ltd.
- *   for Toby Churchill Ltd and Brightstar Engineering
+ * Copyright (C) 2002-2018 Aleph One Ltd.
  *
  * Created by Charles Manning <charles@aleph1.co.uk>
  *
  *
  * Created by Charles Manning <charles@aleph1.co.uk>
  *
index 974396ff65c6b770239fbcbdafe21aff91b01778..5ebc3787b4d46f905f028816ac4ed9f2a308edea 100644 (file)
@@ -1,8 +1,7 @@
 /*
  * YAFFS: Yet another Flash File System . A NAND-flash specific file system.
  *
 /*
  * YAFFS: Yet another Flash File System . A NAND-flash specific file system.
  *
- * Copyright (C) 2002-2011 Aleph One Ltd.
- *   for Toby Churchill Ltd and Brightstar Engineering
+ * Copyright (C) 2002-2018 Aleph One Ltd.
  *
  * Created by Charles Manning <charles@aleph1.co.uk>
  *
  *
  * Created by Charles Manning <charles@aleph1.co.uk>
  *
index c20ab14b7fa2355cffbb0f6ac23debaf06f9f1b4..68e33f10c3f0de9efbdf2750a97b3dbfb936fca6 100644 (file)
@@ -1,8 +1,7 @@
 /*
  * YAFFS: Yet another Flash File System . A NAND-flash specific file system.
  *
 /*
  * YAFFS: Yet another Flash File System . A NAND-flash specific file system.
  *
- * Copyright (C) 2002-2011 Aleph One Ltd.
- *   for Toby Churchill Ltd and Brightstar Engineering
+ * Copyright (C) 2002-2018 Aleph One Ltd.
  *
  * Created by Charles Manning <charles@aleph1.co.uk>
  *
  *
  * Created by Charles Manning <charles@aleph1.co.uk>
  *
index 9cff224c6dec731d2678a1ce4059e0f4aed8bd3f..54d0d62b0cdef28959d320aaf98591a5d49402ee 100644 (file)
@@ -1,8 +1,7 @@
 /*
  * YAFFS: Yet another Flash File System . A NAND-flash specific file system.
  *
 /*
  * YAFFS: Yet another Flash File System . A NAND-flash specific file system.
  *
- * Copyright (C) 2002-2011 Aleph One Ltd.
- *   for Toby Churchill Ltd and Brightstar Engineering
+ * Copyright (C) 2002-2018 Aleph One Ltd.
  *
  * Created by Charles Manning <charles@aleph1.co.uk>
  *
  *
  * Created by Charles Manning <charles@aleph1.co.uk>
  *
index 7c01461ab93de21de9e5e272ec5bcfd58504255c..5b0e4fed26dfb6b681635e3f4a96ed9eb7152e5b 100644 (file)
@@ -1,8 +1,7 @@
 /*
  * YAFFS: Yet Another Flash File System. A NAND-flash specific file system.
  *
 /*
  * YAFFS: Yet Another Flash File System. A NAND-flash specific file system.
  *
- * Copyright (C) 2002-2011 Aleph One Ltd.
- *   for Toby Churchill Ltd and Brightstar Engineering
+ * Copyright (C) 2002-2018 Aleph One Ltd.
  *
  * Created by Charles Manning <charles@aleph1.co.uk>
  *
  *
  * Created by Charles Manning <charles@aleph1.co.uk>
  *
index 7b2ac36ffe5b07a8da746aaadb7111901f661de1..c92d5fe34cb2572b04b3d615f9a31df0c6b43921 100644 (file)
@@ -1,8 +1,7 @@
 /*
  * YAFFS: Yet Another Flash File System. A NAND-flash specific file system.
  *
 /*
  * YAFFS: Yet Another Flash File System. A NAND-flash specific file system.
  *
- * Copyright (C) 2002-2011 Aleph One Ltd.
- *   for Toby Churchill Ltd and Brightstar Engineering
+ * Copyright (C) 2002-2018 Aleph One Ltd.
  *
  * Created by Charles Manning <charles@aleph1.co.uk>
  *
  *
  * Created by Charles Manning <charles@aleph1.co.uk>
  *
index eeb75be0f86089818988f5b0b9d2fb07d8c239c0..b85536522ebe654f977a46da88fb6526b51c12a4 100644 (file)
@@ -1,8 +1,7 @@
 /*
  * YAFFS: Yet Another Flash File System. A NAND-flash specific file system.
  *
 /*
  * YAFFS: Yet Another Flash File System. A NAND-flash specific file system.
  *
- * Copyright (C) 2002-2011 Aleph One Ltd.
- *   for Toby Churchill Ltd and Brightstar Engineering
+ * Copyright (C) 2002-2018 Aleph One Ltd.
  *
  * Created by Charles Manning <charles@aleph1.co.uk>
  *
  *
  * Created by Charles Manning <charles@aleph1.co.uk>
  *
index aa05ada94f1129c2504365d69dcc02e786fbca78..7dbdbb68aa2dd843742fa98d9bfd55044380e7f5 100644 (file)
@@ -1,8 +1,7 @@
 /*
  * YAFFS: Yet another Flash File System . A NAND-flash specific file system.
  *
 /*
  * YAFFS: Yet another Flash File System . A NAND-flash specific file system.
  *
- * Copyright (C) 2002-2011 Aleph One Ltd.
- *   for Toby Churchill Ltd and Brightstar Engineering
+ * Copyright (C) 2002-2018 Aleph One Ltd.
  *
  * Created by Charles Manning <charles@aleph1.co.uk>
  *
  *
  * Created by Charles Manning <charles@aleph1.co.uk>
  *
index 0d8499bdc63007490533528b74174e84cd28ea96..fe1219095c520ed21acdf6d9be95196333137f94 100644 (file)
@@ -1,8 +1,7 @@
 /*
  * YAFFS: Yet Another Flash File System. A NAND-flash specific file system.
  *
 /*
  * YAFFS: Yet Another Flash File System. A NAND-flash specific file system.
  *
- * Copyright (C) 2002-2011 Aleph One Ltd.
- *   for Toby Churchill Ltd and Brightstar Engineering
+ * Copyright (C) 2002-2018 Aleph One Ltd.
  *
  * Created by Charles Manning <charles@aleph1.co.uk>
  *
  *
  * Created by Charles Manning <charles@aleph1.co.uk>
  *
index 804e97ad66d0ca50385b730af435ea1d944d90eb..8964db0a8fdbd531e9677025598129252b290f5e 100644 (file)
@@ -1,8 +1,7 @@
 /*
  * YAFFS: Yet another Flash File System . A NAND-flash specific file system.
  *
 /*
  * YAFFS: Yet another Flash File System . A NAND-flash specific file system.
  *
- * Copyright (C) 2002-2011 Aleph One Ltd.
- *   for Toby Churchill Ltd and Brightstar Engineering
+ * Copyright (C) 2002-2018 Aleph One Ltd.
  *
  * Created by Charles Manning <charles@aleph1.co.uk>
  *
  *
  * Created by Charles Manning <charles@aleph1.co.uk>
  *
index 0928b8efca861dd96df59df0b06abee7e3064628..fab4fc14e3e6a189f8c1461db01cc940c4ba550b 100644 (file)
@@ -1,8 +1,7 @@
 /*
  * YAFFS: Yet Another Flash File System. A NAND-flash specific file system.
  *
 /*
  * YAFFS: Yet Another Flash File System. A NAND-flash specific file system.
  *
- * Copyright (C) 2002-2011 Aleph One Ltd.
- *   for Toby Churchill Ltd and Brightstar Engineering
+ * Copyright (C) 2002-2018 Aleph One Ltd.
  *
  * Created by Charles Manning <charles@aleph1.co.uk>
  *
  *
  * Created by Charles Manning <charles@aleph1.co.uk>
  *
index 3015d58a0743a8ee23b19f89ed3b49834e61314e..aef36d9104793254d9c983dfdcc4716f1b507154 100644 (file)
@@ -1,8 +1,7 @@
 /*
  * YAFFS: Yet another Flash File System . A NAND-flash specific file system.
  *
 /*
  * YAFFS: Yet another Flash File System . A NAND-flash specific file system.
  *
- * Copyright (C) 2002-2011 Aleph One Ltd.
- *   for Toby Churchill Ltd and Brightstar Engineering
+ * Copyright (C) 2002-2018 Aleph One Ltd.
  *
  * Created by Charles Manning <charles@aleph1.co.uk>
  *
  *
  * Created by Charles Manning <charles@aleph1.co.uk>
  *
index d5291fc438f0e4a6eea5dbef7e06a38f7866f638..e8fd94578e95a8ca4e36bf676d8ffa3eeb340708 100644 (file)
@@ -1,8 +1,7 @@
 /*
  * YAFFS: Yet Another Flash File System. A NAND-flash specific file system.
  *
 /*
  * YAFFS: Yet Another Flash File System. A NAND-flash specific file system.
  *
- * Copyright (C) 2002-2011 Aleph One Ltd.
- *   for Toby Churchill Ltd and Brightstar Engineering
+ * Copyright (C) 2002-2018 Aleph One Ltd.
  *
  * Created by Charles Manning <charles@aleph1.co.uk>
  *
  *
  * Created by Charles Manning <charles@aleph1.co.uk>
  *
index 9cafe0e5b7add6febf57b747c5fc999aef3abceb..598032601f7811b7012c151799978c78743347e3 100644 (file)
@@ -1,8 +1,7 @@
 /*
  * YAFFS: Yet another Flash File System . A NAND-flash specific file system.
  *
 /*
  * YAFFS: Yet another Flash File System . A NAND-flash specific file system.
  *
- * Copyright (C) 2002-2011 Aleph One Ltd.
- *   for Toby Churchill Ltd and Brightstar Engineering
+ * Copyright (C) 2002-2018 Aleph One Ltd.
  *
  * Created by Charles Manning <charles@aleph1.co.uk>
  *
  *
  * Created by Charles Manning <charles@aleph1.co.uk>
  *
index 1e7776ba1341b039d9f3e918f49fabbf5accc7dc..50a6919aa97a6116dfcbdb34c0cbec6822f9affe 100644 (file)
@@ -1,8 +1,7 @@
 /*
  * YAFFS: Yet Another Flash File System. A NAND-flash specific file system.
  *
 /*
  * YAFFS: Yet Another Flash File System. A NAND-flash specific file system.
  *
- * Copyright (C) 2002-2011 Aleph One Ltd.
- *   for Toby Churchill Ltd and Brightstar Engineering
+ * Copyright (C) 2002-2018 Aleph One Ltd.
  *
  * Created by Charles Manning <charles@aleph1.co.uk>
  *
  *
  * Created by Charles Manning <charles@aleph1.co.uk>
  *
index be141d0733696b59cd55620e1d4f652b15fabf8f..0d0a26a9713fb17b10a110182f5e4d5db4cb8e7b 100644 (file)
@@ -1,8 +1,7 @@
 /*
  * YAFFS: Yet another Flash File System . A NAND-flash specific file system.
  *
 /*
  * YAFFS: Yet another Flash File System . A NAND-flash specific file system.
  *
- * Copyright (C) 2002-2011 Aleph One Ltd.
- *   for Toby Churchill Ltd and Brightstar Engineering
+ * Copyright (C) 2002-2018 Aleph One Ltd.
  *
  * Created by Charles Manning <charles@aleph1.co.uk>
  *
  *
  * Created by Charles Manning <charles@aleph1.co.uk>
  *
index e57c2d33f15f77e5ab1f001d64203cfdf3e8d21b..14532b9483b600ca6f0a0c92c0d4a3ef476e608c 100644 (file)
@@ -1,8 +1,7 @@
 /*
  * YAFFS: Yet Another Flash File System. A NAND-flash specific file system.
  *
 /*
  * YAFFS: Yet Another Flash File System. A NAND-flash specific file system.
  *
- * Copyright (C) 2002-2011 Aleph One Ltd.
- *   for Toby Churchill Ltd and Brightstar Engineering
+ * Copyright (C) 2002-2018 Aleph One Ltd.
  *
  * Created by Charles Manning <charles@aleph1.co.uk>
  *
  *
  * Created by Charles Manning <charles@aleph1.co.uk>
  *
index 92d298a6f582b8d8475840fb13e8034d9d6b1381..a3cbf8dbc2fad2c9536ec3979f67947e55fbce0f 100644 (file)
@@ -1,8 +1,7 @@
 /*
  * YAFFS: Yet another Flash File System . A NAND-flash specific file system.
  *
 /*
  * YAFFS: Yet another Flash File System . A NAND-flash specific file system.
  *
- * Copyright (C) 2002-2011 Aleph One Ltd.
- *   for Toby Churchill Ltd and Brightstar Engineering
+ * Copyright (C) 2002-2018 Aleph One Ltd.
  *
  * Created by Charles Manning <charles@aleph1.co.uk>
  *
  *
  * Created by Charles Manning <charles@aleph1.co.uk>
  *
index 4a120d86825a4405969d73b251655bf527581c8a..cded165b367c53aedbaead792b5cae550a5d85ee 100644 (file)
@@ -1,8 +1,7 @@
 /*
  * YAFFS: Yet Another Flash File System. A NAND-flash specific file system.
  *
 /*
  * YAFFS: Yet Another Flash File System. A NAND-flash specific file system.
  *
- * Copyright (C) 2002-2011 Aleph One Ltd.
- *   for Toby Churchill Ltd and Brightstar Engineering
+ * Copyright (C) 2002-2018 Aleph One Ltd.
  *
  * Created by Charles Manning <charles@aleph1.co.uk>
  *
  *
  * Created by Charles Manning <charles@aleph1.co.uk>
  *
index bf3e68a1a5be8a7e2321f08a7d3828851949f6b7..e6c0ef652452655af8f58adaa0a81bdce18a1441 100644 (file)
@@ -1,8 +1,7 @@
 /*
  * YAFFS: Yet another Flash File System . A NAND-flash specific file system.
  *
 /*
  * YAFFS: Yet another Flash File System . A NAND-flash specific file system.
  *
- * Copyright (C) 2002-2011 Aleph One Ltd.
- *   for Toby Churchill Ltd and Brightstar Engineering
+ * Copyright (C) 2002-2018 Aleph One Ltd.
  *
  * Created by Charles Manning <charles@aleph1.co.uk>
  *
  *
  * Created by Charles Manning <charles@aleph1.co.uk>
  *
index fd26054d3912be85c704ca877540611d0ae372a3..5a6aeed23cfb30c761c715bc85a2f98b13edbd8a 100644 (file)
@@ -1,8 +1,7 @@
 /*
  * YAFFS: Yet another Flash File System . A NAND-flash specific file system.
  *
 /*
  * YAFFS: Yet another Flash File System . A NAND-flash specific file system.
  *
- * Copyright (C) 2002-2011 Aleph One Ltd.
- *   for Toby Churchill Ltd and Brightstar Engineering
+ * Copyright (C) 2002-2018 Aleph One Ltd.
  *
  * Created by Charles Manning <charles@aleph1.co.uk>
  *
  *
  * Created by Charles Manning <charles@aleph1.co.uk>
  *
index 7a341a283079f0d98a84f566f4d86fac3193a8fd..9141eb5dbd2dbf4f0afa54db3e910cb8e8055640 100644 (file)
@@ -1,8 +1,7 @@
 /*
  * YAFFS: Yet Another Flash File System. A NAND-flash specific file system.
  *
 /*
  * YAFFS: Yet Another Flash File System. A NAND-flash specific file system.
  *
- * Copyright (C) 2002-2011 Aleph One Ltd.
- *   for Toby Churchill Ltd and Brightstar Engineering
+ * Copyright (C) 2002-2018 Aleph One Ltd.
  *
  * Created by Charles Manning <charles@aleph1.co.uk>
  *
  *
  * Created by Charles Manning <charles@aleph1.co.uk>
  *
index 4f4af8d29aa4c42fc7400d2f10d8ac7431694f6e..7571201a8616f1b90f212594843b146f7434cb53 100644 (file)
@@ -1,8 +1,7 @@
 /*
  * YAFFS: Yet another Flash File System . A NAND-flash specific file system.
  *
 /*
  * YAFFS: Yet another Flash File System . A NAND-flash specific file system.
  *
- * Copyright (C) 2002-2011 Aleph One Ltd.
- *   for Toby Churchill Ltd and Brightstar Engineering
+ * Copyright (C) 2002-2018 Aleph One Ltd.
  *
  * Created by Charles Manning <charles@aleph1.co.uk>
  *
  *
  * Created by Charles Manning <charles@aleph1.co.uk>
  *
index acb0c4a4a82e726d11fdcd53fdd3d682c9689402..707fcb39911417b3fe3d67301110a647135e7c59 100644 (file)
@@ -1,8 +1,7 @@
 /*
  * YAFFS: Yet Another Flash File System. A NAND-flash specific file system.
  *
 /*
  * YAFFS: Yet Another Flash File System. A NAND-flash specific file system.
  *
- * Copyright (C) 2002-2011 Aleph One Ltd.
- *   for Toby Churchill Ltd and Brightstar Engineering
+ * Copyright (C) 2002-2018 Aleph One Ltd.
  *
  * Created by Charles Manning <charles@aleph1.co.uk>
  * Acknowledgements:
  *
  * Created by Charles Manning <charles@aleph1.co.uk>
  * Acknowledgements:
index d77c87dabfd85b3dafa9b9eb9fd9fc5975a5f344..0ac24bce467e393d554154764969de224df04b95 100644 (file)
@@ -1,8 +1,7 @@
 /*
  * YAFFS: Yet Another Flash File System. A NAND-flash specific file system.
  *
 /*
  * YAFFS: Yet Another Flash File System. A NAND-flash specific file system.
  *
- * Copyright (C) 2002-2011 Aleph One Ltd.
- *   for Toby Churchill Ltd and Brightstar Engineering
+ * Copyright (C) 2002-2018 Aleph One Ltd.
  *
  * Created by Charles Manning <charles@aleph1.co.uk>
  * Acknowledgements:
  *
  * Created by Charles Manning <charles@aleph1.co.uk>
  * Acknowledgements:
index 0cdc8c80c108017ef351b8b51d29fd922b6d3480..1dd4db937fccf20ed437f50af38b7bf0f6ba1b90 100644 (file)
@@ -1,8 +1,7 @@
 /*
  * YAFFS: Yet Another Flash File System. A NAND-flash specific file system.
  *
 /*
  * YAFFS: Yet Another Flash File System. A NAND-flash specific file system.
  *
- * Copyright (C) 2002-2011 Aleph One Ltd.
- *   for Toby Churchill Ltd and Brightstar Engineering
+ * Copyright (C) 2002-2018 Aleph One Ltd.
  *
  * Created by Charles Manning <charles@aleph1.co.uk>
  *
  *
  * Created by Charles Manning <charles@aleph1.co.uk>
  *
index 97e2fdd08a5d6d6c72c566ed94fb0335df37a883..051e41c23e1dc5025a9008362773571f49ccfd58 100644 (file)
@@ -1,8 +1,7 @@
 /*
  * YAFFS: Yet another Flash File System . A NAND-flash specific file system.
  *
 /*
  * YAFFS: Yet another Flash File System . A NAND-flash specific file system.
  *
- * Copyright (C) 2002-2011 Aleph One Ltd.
- *   for Toby Churchill Ltd and Brightstar Engineering
+ * Copyright (C) 2002-2018 Aleph One Ltd.
  *
  * Created by Charles Manning <charles@aleph1.co.uk>
  *
  *
  * Created by Charles Manning <charles@aleph1.co.uk>
  *
index 47fa8eba2d5c049c86700a930a6b50323b034416..9eb42f7ff54d9e4a93036e9a2ad75e53f1147707 100644 (file)
@@ -1,8 +1,7 @@
 /*
  * YAFFS: Yet Another Flash File System. A NAND-flash specific file system.
  *
 /*
  * YAFFS: Yet Another Flash File System. A NAND-flash specific file system.
  *
- * Copyright (C) 2002-2011 Aleph One Ltd.
- *   for Toby Churchill Ltd and Brightstar Engineering
+ * Copyright (C) 2002-2018 Aleph One Ltd.
  *
  * Created by Charles Manning <charles@aleph1.co.uk>
  *
  *
  * Created by Charles Manning <charles@aleph1.co.uk>
  *
index 2363bfd8bcab6b07d02c4b50c1394546dd349d10..4eaa722f272b16e2e9e0a89d4592a1c148986687 100644 (file)
@@ -1,8 +1,7 @@
 /*
  * YAFFS: Yet another Flash File System . A NAND-flash specific file system.
  *
 /*
  * YAFFS: Yet another Flash File System . A NAND-flash specific file system.
  *
- * Copyright (C) 2002-2011 Aleph One Ltd.
- *   for Toby Churchill Ltd and Brightstar Engineering
+ * Copyright (C) 2002-2018 Aleph One Ltd.
  *
  * Created by Charles Manning <charles@aleph1.co.uk>
  *
  *
  * Created by Charles Manning <charles@aleph1.co.uk>
  *
index d4a917806434592d9876d1927555b7f451c6b971..7530eee748c82a0c171dfe797780aa527495ad9c 100644 (file)
@@ -1,8 +1,7 @@
 /*
  * YAFFS: Yet another Flash File System . A NAND-flash specific file system.
  *
 /*
  * YAFFS: Yet another Flash File System . A NAND-flash specific file system.
  *
- * Copyright (C) 2002-2011 Aleph One Ltd.
- *   for Toby Churchill Ltd and Brightstar Engineering
+ * Copyright (C) 2002-2018 Aleph One Ltd.
  *
  * Created by Waldemar Rymarkiewicz <waldemar.rymarkiewicz@gmail.com>
  *
  *
  * Created by Waldemar Rymarkiewicz <waldemar.rymarkiewicz@gmail.com>
  *
index 8975af331ea12230ab0b8db9dcf2a2092e9c2e31..3df7d566ebf5a084e68caf7e1181cbbb9dcc6141 100644 (file)
@@ -1,8 +1,7 @@
 /*
  * YAFFS: Yet another Flash File System . A NAND-flash specific file system.
  *
 /*
  * YAFFS: Yet another Flash File System . A NAND-flash specific file system.
  *
- * Copyright (C) 2002-2011 Aleph One Ltd.
- *   for Toby Churchill Ltd and Brightstar Engineering
+ * Copyright (C) 2002-2018 Aleph One Ltd.
  *
  * Created by Charles Manning <charles@aleph1.co.uk>
  *
  *
  * Created by Charles Manning <charles@aleph1.co.uk>
  *
index 76a7914940fcfa6f437b535a2771f6605a896630..436feae3c179c0496823aa4a10567e1c758d85f4 100644 (file)
@@ -1,8 +1,7 @@
 /*
  * YAFFS: Yet another Flash File System . A NAND-flash specific file system.
  *
 /*
  * YAFFS: Yet another Flash File System . A NAND-flash specific file system.
  *
- * Copyright (C) 2002-2011 Aleph One Ltd.
- *   for Toby Churchill Ltd and Brightstar Engineering
+ * Copyright (C) 2002-2018 Aleph One Ltd.
  *
  * Created by Charles Manning <charles@aleph1.co.uk>
  *
  *
  * Created by Charles Manning <charles@aleph1.co.uk>
  *