diff --git a/README b/README index fb648de0..4daf7ed3 100644 --- a/README +++ b/README @@ -5,7 +5,7 @@ Linux-NTFS The Linux-NTFS project aims to bring full support for the NTFS filesystem to the Linux operating system. -Linux-NTFS is copyright (c) 2000-2003 Anton Altaparmakov. +Linux-NTFS is copyright (c) 2000-2004 Anton Altaparmakov. All of the contents of the Linux-NTFS project are free software, released under the GNU General Public License and you are welcome to redistribute them under diff --git a/include/device.h b/include/device.h index 615352a8..b5884d03 100644 --- a/include/device.h +++ b/include/device.h @@ -1,7 +1,7 @@ /* * device.h - Exports for low level device io. Part of the Linux-NTFS project. * - * Copyright (c) 2000-2003 Anton Altaparmakov + * Copyright (c) 2000-2004 Anton Altaparmakov * * This program/include file is free software; you can redistribute it and/or * modify it under the terms of the GNU General Public License as published diff --git a/include/endians.h b/include/endians.h index b57bdef8..8debf61c 100644 --- a/include/endians.h +++ b/include/endians.h @@ -2,7 +2,7 @@ * endians.h - Definitions related to handling of byte ordering. Part of the * Linux-NTFS project. * - * Copyright (c) 2000-2003 Anton Altaparmakov + * Copyright (c) 2000-2004 Anton Altaparmakov * * This program/include file is free software; you can redistribute it and/or * modify it under the terms of the GNU General Public License as published diff --git a/libntfs/device.c b/libntfs/device.c index d6a3592d..1ed7068f 100644 --- a/libntfs/device.c +++ b/libntfs/device.c @@ -1,7 +1,7 @@ /* * device.c - Low level device io functions. Part of the Linux-NTFS project. * - * Copyright (c) 2003 Anton Altaparmakov + * Copyright (c) 2004 Anton Altaparmakov * * This program/include file is free software; you can redistribute it and/or * modify it under the terms of the GNU General Public License as published