mirror of
https://github.com/reactos/reactos.git
synced 2025-02-23 17:05:46 +00:00
[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:
parent
4f4bec88a5
commit
dc040195a0
18 changed files with 19 additions and 19 deletions
|
@ -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)
|
||||
|
|
|
@ -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)
|
||||
*/
|
||||
|
|
|
@ -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)
|
||||
|
|
|
@ -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)
|
||||
|
|
|
@ -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)
|
||||
|
|
|
@ -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)
|
||||
|
|
|
@ -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)
|
||||
|
|
|
@ -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)
|
||||
|
|
|
@ -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 <aleksey@reactos.org>
|
||||
|
|
|
@ -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 <aleksey@reactos.org>
|
||||
|
|
|
@ -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)
|
||||
|
|
|
@ -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)
|
||||
|
|
|
@ -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)
|
||||
|
|
|
@ -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)
|
||||
|
|
|
@ -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)
|
||||
|
|
|
@ -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)
|
||||
|
|
|
@ -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)
|
||||
|
|
|
@ -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)
|
||||
|
|
Loading…
Reference in a new issue