From dc040195a0bb6b648932ae7b6e1417057783b000 Mon Sep 17 00:00:00 2001 From: Aleksey Bragin Date: Tue, 20 Oct 2009 10:12:49 +0000 Subject: [PATCH] [fastfat_new] - From the moment of statically linking to FullFAT library this driver is infected by GPLv3. Fix headers accordingly. svn path=/trunk/; revision=43642 --- reactos/drivers/filesystems/fastfat_new/cleanup.c | 2 +- reactos/drivers/filesystems/fastfat_new/close.c | 4 ++-- reactos/drivers/filesystems/fastfat_new/create.c | 2 +- reactos/drivers/filesystems/fastfat_new/device.c | 2 +- reactos/drivers/filesystems/fastfat_new/dir.c | 2 +- reactos/drivers/filesystems/fastfat_new/ea.c | 2 +- reactos/drivers/filesystems/fastfat_new/fastfat.c | 2 +- reactos/drivers/filesystems/fastfat_new/fastio.c | 2 +- reactos/drivers/filesystems/fastfat_new/fat.c | 2 +- reactos/drivers/filesystems/fastfat_new/fcb.c | 2 +- reactos/drivers/filesystems/fastfat_new/finfo.c | 2 +- reactos/drivers/filesystems/fastfat_new/flush.c | 2 +- reactos/drivers/filesystems/fastfat_new/fsctl.c | 2 +- reactos/drivers/filesystems/fastfat_new/fullfat.c | 2 +- reactos/drivers/filesystems/fastfat_new/lock.c | 2 +- reactos/drivers/filesystems/fastfat_new/rw.c | 2 +- reactos/drivers/filesystems/fastfat_new/shutdown.c | 2 +- reactos/drivers/filesystems/fastfat_new/volume.c | 2 +- 18 files changed, 19 insertions(+), 19 deletions(-) diff --git a/reactos/drivers/filesystems/fastfat_new/cleanup.c b/reactos/drivers/filesystems/fastfat_new/cleanup.c index ec3c11fccfc..dac825fa9ea 100644 --- a/reactos/drivers/filesystems/fastfat_new/cleanup.c +++ b/reactos/drivers/filesystems/fastfat_new/cleanup.c @@ -1,6 +1,6 @@ /* * PROJECT: ReactOS FAT file system driver - * LICENSE: GPL - See COPYING in the top level directory + * LICENSE: GNU GPLv3 as published by the Free Software Foundation * FILE: drivers/filesystems/fastfat/cleanup.c * PURPOSE: Cleanup routines * PROGRAMMERS: Aleksey Bragin (aleksey@reactos.org) diff --git a/reactos/drivers/filesystems/fastfat_new/close.c b/reactos/drivers/filesystems/fastfat_new/close.c index 35ce63d1c37..69346982f9c 100644 --- a/reactos/drivers/filesystems/fastfat_new/close.c +++ b/reactos/drivers/filesystems/fastfat_new/close.c @@ -1,7 +1,7 @@ /* * PROJECT: ReactOS FAT file system driver - * LICENSE: GPL - See COPYING in the top level directory - * FILE: drivers/filesystems/fastfat/cleanup.c + * LICENSE: GNU GPLv3 as published by the Free Software Foundation + * FILE: drivers/filesystems/fastfat/close.c * PURPOSE: Closing routines * PROGRAMMERS: Aleksey Bragin (aleksey@reactos.org) */ diff --git a/reactos/drivers/filesystems/fastfat_new/create.c b/reactos/drivers/filesystems/fastfat_new/create.c index a3a7bfb05be..acb329f0048 100644 --- a/reactos/drivers/filesystems/fastfat_new/create.c +++ b/reactos/drivers/filesystems/fastfat_new/create.c @@ -1,6 +1,6 @@ /* * PROJECT: ReactOS FAT file system driver - * LICENSE: GPL - See COPYING in the top level directory + * LICENSE: GNU GPLv3 as published by the Free Software Foundation * FILE: drivers/filesystems/fastfat/create.c * PURPOSE: Create routines * PROGRAMMERS: Aleksey Bragin (aleksey@reactos.org) diff --git a/reactos/drivers/filesystems/fastfat_new/device.c b/reactos/drivers/filesystems/fastfat_new/device.c index f13437f1a58..8499a0bc80a 100644 --- a/reactos/drivers/filesystems/fastfat_new/device.c +++ b/reactos/drivers/filesystems/fastfat_new/device.c @@ -1,6 +1,6 @@ /* * PROJECT: ReactOS FAT file system driver - * LICENSE: GPL - See COPYING in the top level directory + * LICENSE: GNU GPLv3 as published by the Free Software Foundation * FILE: drivers/filesystems/fastfat/device.c * PURPOSE: Device control * PROGRAMMERS: Aleksey Bragin (aleksey@reactos.org) diff --git a/reactos/drivers/filesystems/fastfat_new/dir.c b/reactos/drivers/filesystems/fastfat_new/dir.c index 1bb7826ec5a..4d3456e5b7d 100644 --- a/reactos/drivers/filesystems/fastfat_new/dir.c +++ b/reactos/drivers/filesystems/fastfat_new/dir.c @@ -1,6 +1,6 @@ /* * PROJECT: ReactOS FAT file system driver - * LICENSE: GPL - See COPYING in the top level directory + * LICENSE: GNU GPLv3 as published by the Free Software Foundation * FILE: drivers/filesystems/fastfat/dir.c * PURPOSE: Directory Control * PROGRAMMERS: Aleksey Bragin (aleksey@reactos.org) diff --git a/reactos/drivers/filesystems/fastfat_new/ea.c b/reactos/drivers/filesystems/fastfat_new/ea.c index 0325ccddd57..a7cf0a3d7bf 100644 --- a/reactos/drivers/filesystems/fastfat_new/ea.c +++ b/reactos/drivers/filesystems/fastfat_new/ea.c @@ -1,6 +1,6 @@ /* * PROJECT: ReactOS FAT file system driver - * LICENSE: GPL - See COPYING in the top level directory + * LICENSE: GNU GPLv3 as published by the Free Software Foundation * FILE: drivers/filesystems/fastfat/ea.c * PURPOSE: Extended Attributes support * PROGRAMMERS: Aleksey Bragin (aleksey@reactos.org) diff --git a/reactos/drivers/filesystems/fastfat_new/fastfat.c b/reactos/drivers/filesystems/fastfat_new/fastfat.c index 533e7520807..21ec0fb34ce 100644 --- a/reactos/drivers/filesystems/fastfat_new/fastfat.c +++ b/reactos/drivers/filesystems/fastfat_new/fastfat.c @@ -1,6 +1,6 @@ /* * PROJECT: ReactOS FAT file system driver - * LICENSE: GPL - See COPYING in the top level directory + * LICENSE: GNU GPLv3 as published by the Free Software Foundation * FILE: drivers/filesystems/fastfat/fastfat.c * PURPOSE: Initialization routines * PROGRAMMERS: Aleksey Bragin (aleksey@reactos.org) diff --git a/reactos/drivers/filesystems/fastfat_new/fastio.c b/reactos/drivers/filesystems/fastfat_new/fastio.c index ab9ea61abf3..3e9f39a7205 100644 --- a/reactos/drivers/filesystems/fastfat_new/fastio.c +++ b/reactos/drivers/filesystems/fastfat_new/fastio.c @@ -1,6 +1,6 @@ /* * PROJECT: ReactOS FAT file system driver - * LICENSE: GPL - See COPYING in the top level directory + * LICENSE: GNU GPLv3 as published by the Free Software Foundation * FILE: drivers/filesystems/fastfat/fastio.c * PURPOSE: Fast IO routines * PROGRAMMERS: Herve Poussineau (hpoussin@reactos.org) diff --git a/reactos/drivers/filesystems/fastfat_new/fat.c b/reactos/drivers/filesystems/fastfat_new/fat.c index e483e67455c..06b601c48e8 100644 --- a/reactos/drivers/filesystems/fastfat_new/fat.c +++ b/reactos/drivers/filesystems/fastfat_new/fat.c @@ -1,6 +1,6 @@ /* * PROJECT: ReactOS FAT file system driver - * LICENSE: GPL - See COPYING in the top level directory + * LICENSE: GNU GPLv3 as published by the Free Software Foundation * FILE: drivers/filesystems/fastfat/fat.c * PURPOSE: FAT support routines * PROGRAMMERS: Aleksey Bragin diff --git a/reactos/drivers/filesystems/fastfat_new/fcb.c b/reactos/drivers/filesystems/fastfat_new/fcb.c index cbc8f57b84d..2e06db24e66 100644 --- a/reactos/drivers/filesystems/fastfat_new/fcb.c +++ b/reactos/drivers/filesystems/fastfat_new/fcb.c @@ -1,6 +1,6 @@ /* * PROJECT: ReactOS FAT file system driver - * LICENSE: GPL - See COPYING in the top level directory + * LICENSE: GNU GPLv3 as published by the Free Software Foundation * FILE: drivers/filesystems/fastfat/fcb.c * PURPOSE: FCB manipulation routines. * PROGRAMMERS: Aleksey Bragin diff --git a/reactos/drivers/filesystems/fastfat_new/finfo.c b/reactos/drivers/filesystems/fastfat_new/finfo.c index f35eb68216c..d162abaa132 100644 --- a/reactos/drivers/filesystems/fastfat_new/finfo.c +++ b/reactos/drivers/filesystems/fastfat_new/finfo.c @@ -1,6 +1,6 @@ /* * PROJECT: ReactOS FAT file system driver - * LICENSE: GPL - See COPYING in the top level directory + * LICENSE: GNU GPLv3 as published by the Free Software Foundation * FILE: drivers/filesystems/fastfat/finfo.c * PURPOSE: File Information support routines * PROGRAMMERS: Aleksey Bragin (aleksey@reactos.org) diff --git a/reactos/drivers/filesystems/fastfat_new/flush.c b/reactos/drivers/filesystems/fastfat_new/flush.c index 4f0546ecb1f..80b3dca536d 100644 --- a/reactos/drivers/filesystems/fastfat_new/flush.c +++ b/reactos/drivers/filesystems/fastfat_new/flush.c @@ -1,6 +1,6 @@ /* * PROJECT: ReactOS FAT file system driver - * LICENSE: GPL - See COPYING in the top level directory + * LICENSE: GNU GPLv3 as published by the Free Software Foundation * FILE: drivers/filesystems/fastfat/flush.c * PURPOSE: Flushing routines * PROGRAMMERS: Aleksey Bragin (aleksey@reactos.org) diff --git a/reactos/drivers/filesystems/fastfat_new/fsctl.c b/reactos/drivers/filesystems/fastfat_new/fsctl.c index a40d065358b..6059c1bc6f3 100644 --- a/reactos/drivers/filesystems/fastfat_new/fsctl.c +++ b/reactos/drivers/filesystems/fastfat_new/fsctl.c @@ -1,6 +1,6 @@ /* * PROJECT: ReactOS FAT file system driver - * LICENSE: GPL - See COPYING in the top level directory + * LICENSE: GNU GPLv3 as published by the Free Software Foundation * FILE: drivers/filesystems/fastfat/fsctl.c * PURPOSE: Filesystem control * PROGRAMMERS: Aleksey Bragin (aleksey@reactos.org) diff --git a/reactos/drivers/filesystems/fastfat_new/fullfat.c b/reactos/drivers/filesystems/fastfat_new/fullfat.c index 5ab95721689..2ebb114f93e 100644 --- a/reactos/drivers/filesystems/fastfat_new/fullfat.c +++ b/reactos/drivers/filesystems/fastfat_new/fullfat.c @@ -1,6 +1,6 @@ /* * PROJECT: ReactOS FAT file system driver - * LICENSE: GPL - See COPYING in the top level directory + * LICENSE: GNU GPLv3 as published by the Free Software Foundation * FILE: drivers/filesystems/fastfat/fullfat.c * PURPOSE: FullFAT integration routines * PROGRAMMERS: Aleksey Bragin (aleksey@reactos.org) diff --git a/reactos/drivers/filesystems/fastfat_new/lock.c b/reactos/drivers/filesystems/fastfat_new/lock.c index d56cbc2abbe..a081c4b29dd 100644 --- a/reactos/drivers/filesystems/fastfat_new/lock.c +++ b/reactos/drivers/filesystems/fastfat_new/lock.c @@ -1,6 +1,6 @@ /* * PROJECT: ReactOS FAT file system driver - * LICENSE: GPL - See COPYING in the top level directory + * LICENSE: GNU GPLv3 as published by the Free Software Foundation * FILE: drivers/filesystems/fastfat/lock.c * PURPOSE: Lock support routines * PROGRAMMERS: Aleksey Bragin (aleksey@reactos.org) diff --git a/reactos/drivers/filesystems/fastfat_new/rw.c b/reactos/drivers/filesystems/fastfat_new/rw.c index 44eb9d07b18..a4b887b0c38 100644 --- a/reactos/drivers/filesystems/fastfat_new/rw.c +++ b/reactos/drivers/filesystems/fastfat_new/rw.c @@ -1,6 +1,6 @@ /* * PROJECT: ReactOS FAT file system driver - * LICENSE: GPL - See COPYING in the top level directory + * LICENSE: GNU GPLv3 as published by the Free Software Foundation * FILE: drivers/filesystems/fastfat/rw.c * PURPOSE: Read/write support * PROGRAMMERS: Aleksey Bragin (aleksey@reactos.org) diff --git a/reactos/drivers/filesystems/fastfat_new/shutdown.c b/reactos/drivers/filesystems/fastfat_new/shutdown.c index 5956d9f440a..4fd545c05c1 100644 --- a/reactos/drivers/filesystems/fastfat_new/shutdown.c +++ b/reactos/drivers/filesystems/fastfat_new/shutdown.c @@ -1,6 +1,6 @@ /* * PROJECT: ReactOS FAT file system driver - * LICENSE: GPL - See COPYING in the top level directory + * LICENSE: GNU GPLv3 as published by the Free Software Foundation * FILE: drivers/filesystems/fastfat/shutdown.c * PURPOSE: Shutdown support routines * PROGRAMMERS: Aleksey Bragin (aleksey@reactos.org) diff --git a/reactos/drivers/filesystems/fastfat_new/volume.c b/reactos/drivers/filesystems/fastfat_new/volume.c index b8705085baf..4a2ee5fa3b8 100644 --- a/reactos/drivers/filesystems/fastfat_new/volume.c +++ b/reactos/drivers/filesystems/fastfat_new/volume.c @@ -1,6 +1,6 @@ /* * PROJECT: ReactOS FAT file system driver - * LICENSE: GPL - See COPYING in the top level directory + * LICENSE: GNU GPLv3 as published by the Free Software Foundation * FILE: drivers/filesystems/fastfat/volume.c * PURPOSE: Volume information * PROGRAMMERS: Aleksey Bragin (aleksey@reactos.org)