From faad618110376c904b85d41e4ca33d918eea5eda Mon Sep 17 00:00:00 2001 From: "cantab.net!aia21" Date: Tue, 10 Dec 2002 11:53:41 +0000 Subject: [PATCH] update (Logical change 1.36) --- TODO.ntfsprogs | 2 +- doc/compression.txt | 2 +- doc/template.c | 2 +- doc/template.h | 2 +- 4 files changed, 4 insertions(+), 4 deletions(-) diff --git a/TODO.ntfsprogs b/TODO.ntfsprogs index cc60befa..38a8cd60 100644 --- a/TODO.ntfsprogs +++ b/TODO.ntfsprogs @@ -36,7 +36,7 @@ Thanks, * ntfslabel * ************* -- Support ioctls for ntfs tng driver 2.0.? for reading/changing the label. +- Support ioctls for ntfs tng driver 2.?.? for reading/changing the label. diff --git a/doc/compression.txt b/doc/compression.txt index 41dce6fc..368f16f2 100644 --- a/doc/compression.txt +++ b/doc/compression.txt @@ -2,7 +2,7 @@ Description of the NTFS (de)compression algorithm (based on a modified LZ77 algorithm) -Copyright (c) 2001 Anton Altaparmakov. +Copyright (c) 2001 Anton Altaparmakov This document is published under the GNU General Public License. diff --git a/doc/template.c b/doc/template.c index ae87ae0d..89f9bd85 100644 --- a/doc/template.c +++ b/doc/template.c @@ -3,7 +3,7 @@ const char *EXEC_VERSION= "0.0.1"; /* * EXEC_NAME - Part of the Linux-NTFS project. * - * Copyright (c) 2000,2001 Anton Altaparmakov. + * Copyright (c) 2000-2002 Anton Altaparmakov * * Short description here. * diff --git a/doc/template.h b/doc/template.h index 286dc1d2..e7d34d88 100644 --- a/doc/template.h +++ b/doc/template.h @@ -1,7 +1,7 @@ /* * NAME.h - Description. Part of the Linux-NTFS project. * - * Copyright (c) 2000,2001 Anton Altaparmakov. + * Copyright (c) 2000-2002 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