[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
This commit is contained in:
Aleksey Bragin 2009-10-20 10:12:49 +00:00
parent 4f4bec88a5
commit dc040195a0
18 changed files with 19 additions and 19 deletions

View file

@ -1,6 +1,6 @@
/* /*
* PROJECT: ReactOS FAT file system driver * 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 * FILE: drivers/filesystems/fastfat/cleanup.c
* PURPOSE: Cleanup routines * PURPOSE: Cleanup routines
* PROGRAMMERS: Aleksey Bragin (aleksey@reactos.org) * PROGRAMMERS: Aleksey Bragin (aleksey@reactos.org)

View file

@ -1,7 +1,7 @@
/* /*
* PROJECT: ReactOS FAT file system driver * 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 * FILE: drivers/filesystems/fastfat/close.c
* PURPOSE: Closing routines * PURPOSE: Closing routines
* PROGRAMMERS: Aleksey Bragin (aleksey@reactos.org) * PROGRAMMERS: Aleksey Bragin (aleksey@reactos.org)
*/ */

View file

@ -1,6 +1,6 @@
/* /*
* PROJECT: ReactOS FAT file system driver * 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 * FILE: drivers/filesystems/fastfat/create.c
* PURPOSE: Create routines * PURPOSE: Create routines
* PROGRAMMERS: Aleksey Bragin (aleksey@reactos.org) * PROGRAMMERS: Aleksey Bragin (aleksey@reactos.org)

View file

@ -1,6 +1,6 @@
/* /*
* PROJECT: ReactOS FAT file system driver * 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 * FILE: drivers/filesystems/fastfat/device.c
* PURPOSE: Device control * PURPOSE: Device control
* PROGRAMMERS: Aleksey Bragin (aleksey@reactos.org) * PROGRAMMERS: Aleksey Bragin (aleksey@reactos.org)

View file

@ -1,6 +1,6 @@
/* /*
* PROJECT: ReactOS FAT file system driver * 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 * FILE: drivers/filesystems/fastfat/dir.c
* PURPOSE: Directory Control * PURPOSE: Directory Control
* PROGRAMMERS: Aleksey Bragin (aleksey@reactos.org) * PROGRAMMERS: Aleksey Bragin (aleksey@reactos.org)

View file

@ -1,6 +1,6 @@
/* /*
* PROJECT: ReactOS FAT file system driver * 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 * FILE: drivers/filesystems/fastfat/ea.c
* PURPOSE: Extended Attributes support * PURPOSE: Extended Attributes support
* PROGRAMMERS: Aleksey Bragin (aleksey@reactos.org) * PROGRAMMERS: Aleksey Bragin (aleksey@reactos.org)

View file

@ -1,6 +1,6 @@
/* /*
* PROJECT: ReactOS FAT file system driver * 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 * FILE: drivers/filesystems/fastfat/fastfat.c
* PURPOSE: Initialization routines * PURPOSE: Initialization routines
* PROGRAMMERS: Aleksey Bragin (aleksey@reactos.org) * PROGRAMMERS: Aleksey Bragin (aleksey@reactos.org)

View file

@ -1,6 +1,6 @@
/* /*
* PROJECT: ReactOS FAT file system driver * 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 * FILE: drivers/filesystems/fastfat/fastio.c
* PURPOSE: Fast IO routines * PURPOSE: Fast IO routines
* PROGRAMMERS: Herve Poussineau (hpoussin@reactos.org) * PROGRAMMERS: Herve Poussineau (hpoussin@reactos.org)

View file

@ -1,6 +1,6 @@
/* /*
* PROJECT: ReactOS FAT file system driver * 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 * FILE: drivers/filesystems/fastfat/fat.c
* PURPOSE: FAT support routines * PURPOSE: FAT support routines
* PROGRAMMERS: Aleksey Bragin <aleksey@reactos.org> * PROGRAMMERS: Aleksey Bragin <aleksey@reactos.org>

View file

@ -1,6 +1,6 @@
/* /*
* PROJECT: ReactOS FAT file system driver * 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 * FILE: drivers/filesystems/fastfat/fcb.c
* PURPOSE: FCB manipulation routines. * PURPOSE: FCB manipulation routines.
* PROGRAMMERS: Aleksey Bragin <aleksey@reactos.org> * PROGRAMMERS: Aleksey Bragin <aleksey@reactos.org>

View file

@ -1,6 +1,6 @@
/* /*
* PROJECT: ReactOS FAT file system driver * 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 * FILE: drivers/filesystems/fastfat/finfo.c
* PURPOSE: File Information support routines * PURPOSE: File Information support routines
* PROGRAMMERS: Aleksey Bragin (aleksey@reactos.org) * PROGRAMMERS: Aleksey Bragin (aleksey@reactos.org)

View file

@ -1,6 +1,6 @@
/* /*
* PROJECT: ReactOS FAT file system driver * 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 * FILE: drivers/filesystems/fastfat/flush.c
* PURPOSE: Flushing routines * PURPOSE: Flushing routines
* PROGRAMMERS: Aleksey Bragin (aleksey@reactos.org) * PROGRAMMERS: Aleksey Bragin (aleksey@reactos.org)

View file

@ -1,6 +1,6 @@
/* /*
* PROJECT: ReactOS FAT file system driver * 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 * FILE: drivers/filesystems/fastfat/fsctl.c
* PURPOSE: Filesystem control * PURPOSE: Filesystem control
* PROGRAMMERS: Aleksey Bragin (aleksey@reactos.org) * PROGRAMMERS: Aleksey Bragin (aleksey@reactos.org)

View file

@ -1,6 +1,6 @@
/* /*
* PROJECT: ReactOS FAT file system driver * 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 * FILE: drivers/filesystems/fastfat/fullfat.c
* PURPOSE: FullFAT integration routines * PURPOSE: FullFAT integration routines
* PROGRAMMERS: Aleksey Bragin (aleksey@reactos.org) * PROGRAMMERS: Aleksey Bragin (aleksey@reactos.org)

View file

@ -1,6 +1,6 @@
/* /*
* PROJECT: ReactOS FAT file system driver * 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 * FILE: drivers/filesystems/fastfat/lock.c
* PURPOSE: Lock support routines * PURPOSE: Lock support routines
* PROGRAMMERS: Aleksey Bragin (aleksey@reactos.org) * PROGRAMMERS: Aleksey Bragin (aleksey@reactos.org)

View file

@ -1,6 +1,6 @@
/* /*
* PROJECT: ReactOS FAT file system driver * 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 * FILE: drivers/filesystems/fastfat/rw.c
* PURPOSE: Read/write support * PURPOSE: Read/write support
* PROGRAMMERS: Aleksey Bragin (aleksey@reactos.org) * PROGRAMMERS: Aleksey Bragin (aleksey@reactos.org)

View file

@ -1,6 +1,6 @@
/* /*
* PROJECT: ReactOS FAT file system driver * 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 * FILE: drivers/filesystems/fastfat/shutdown.c
* PURPOSE: Shutdown support routines * PURPOSE: Shutdown support routines
* PROGRAMMERS: Aleksey Bragin (aleksey@reactos.org) * PROGRAMMERS: Aleksey Bragin (aleksey@reactos.org)

View file

@ -1,6 +1,6 @@
/* /*
* PROJECT: ReactOS FAT file system driver * 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 * FILE: drivers/filesystems/fastfat/volume.c
* PURPOSE: Volume information * PURPOSE: Volume information
* PROGRAMMERS: Aleksey Bragin (aleksey@reactos.org) * PROGRAMMERS: Aleksey Bragin (aleksey@reactos.org)