diff --git a/drivers/filesystems/fs_rec/fatx.c b/drivers/filesystems/fs_rec/fatx.c index 165cac292e1..86cce338c8e 100644 --- a/drivers/filesystems/fs_rec/fatx.c +++ b/drivers/filesystems/fs_rec/fatx.c @@ -2,7 +2,7 @@ * PROJECT: ReactOS File System Recognizer * LICENSE: GPL-2.0-or-later (https://spdx.org/licenses/GPL-2.0-or-later) * PURPOSE: FATX Recognizer - * COPYRIGHT: Copyright 2022 Hervé Poussineau + * COPYRIGHT: Copyright 2022 Hervé Poussineau */ /* INCLUDES *****************************************************************/ diff --git a/drivers/filesystems/vfatfs/CMakeLists.txt b/drivers/filesystems/vfatfs/CMakeLists.txt index 7e0c7d56ee4..cc577e84369 100644 --- a/drivers/filesystems/vfatfs/CMakeLists.txt +++ b/drivers/filesystems/vfatfs/CMakeLists.txt @@ -33,6 +33,6 @@ target_link_libraries(vfatfs ${PSEH_LIB}) add_importlibs(vfatfs ntoskrnl hal) add_pch(vfatfs vfat.h SOURCE) if(SARCH STREQUAL "xbox") - add_cd_file(TARGET vfatfs DESTINATION reactos/system32/drivers NO_CAB FOR all) - add_registry_inf(vfatfs_reg.inf) + add_cd_file(TARGET vfatfs DESTINATION reactos/system32/drivers NO_CAB FOR all) + add_registry_inf(vfatfs_reg.inf) endif() diff --git a/drivers/filesystems/vfatfs/blockdev.c b/drivers/filesystems/vfatfs/blockdev.c index 33bbb0b16ea..451861e4d65 100644 --- a/drivers/filesystems/vfatfs/blockdev.c +++ b/drivers/filesystems/vfatfs/blockdev.c @@ -1,10 +1,8 @@ /* - * COPYRIGHT: See COPYING in the top level directory - * PROJECT: ReactOS kernel - * FILE: drivers/fs/vfat/blockdev.c - * PURPOSE: Temporary sector reading support - * PROGRAMMER: David Welch (welch@cwcom.net) - * UPDATE HISTORY: + * PROJECT: VFAT Filesystem + * LICENSE: GPL-2.0-or-later (https://spdx.org/licenses/GPL-2.0-or-later) + * PURPOSE: Temporary sector reading support + * COPYRIGHT: Copyright 1999-2001 David Welch */ /* INCLUDES *****************************************************************/ diff --git a/drivers/filesystems/vfatfs/cleanup.c b/drivers/filesystems/vfatfs/cleanup.c index ad5f120d914..3844c6f5f0c 100644 --- a/drivers/filesystems/vfatfs/cleanup.c +++ b/drivers/filesystems/vfatfs/cleanup.c @@ -1,10 +1,9 @@ /* - * COPYRIGHT: See COPYING in the top level directory - * PROJECT: ReactOS kernel - * FILE: drivers/fs/vfat/cleanup.c - * PURPOSE: VFAT Filesystem - * PROGRAMMER: Jason Filby (jasonfilby@yahoo.com) - * Pierre Schweitzer (pierre@reactos.org) + * PROJECT: VFAT Filesystem + * LICENSE: GPL-2.0-or-later (https://spdx.org/licenses/GPL-2.0-or-later) + * PURPOSE: Cleanup routines + * COPYRIGHT: Copyright 1998 Jason Filby + * Copyright 2014-2018 Pierre Schweitzer */ /* INCLUDES *****************************************************************/ diff --git a/drivers/filesystems/vfatfs/close.c b/drivers/filesystems/vfatfs/close.c index aa19c1ed505..e3419632c56 100644 --- a/drivers/filesystems/vfatfs/close.c +++ b/drivers/filesystems/vfatfs/close.c @@ -1,10 +1,9 @@ /* - * COPYRIGHT: See COPYING in the top level directory - * PROJECT: ReactOS kernel - * FILE: drivers/filesystems/vfatfs/close.c - * PURPOSE: VFAT Filesystem - * PROGRAMMER: Jason Filby (jasonfilby@yahoo.com) - * Pierre Schweitzer (pierre@reactos.org) + * PROJECT: VFAT Filesystem + * LICENSE: GPL-2.0-or-later (https://spdx.org/licenses/GPL-2.0-or-later) + * PURPOSE: File close routines + * COPYRIGHT: Copyright 1998 Jason Filby + * Copyright 2014-2018 Pierre Schweitzer */ /* INCLUDES *****************************************************************/ diff --git a/drivers/filesystems/vfatfs/create.c b/drivers/filesystems/vfatfs/create.c index 32c39f11361..3cd0c3c8ea2 100644 --- a/drivers/filesystems/vfatfs/create.c +++ b/drivers/filesystems/vfatfs/create.c @@ -1,27 +1,9 @@ /* - * ReactOS kernel - * Copyright (C) 1998, 1999, 2000, 2001 ReactOS Team - * - * This program is free software; you can redistribute it and/or modify - * it under the terms of the GNU General Public License as published by - * the Free Software Foundation; either version 2 of the License, or - * (at your option) any later version. - * - * This program is distributed in the hope that it will be useful, - * but WITHOUT ANY WARRANTY; without even the implied warranty of - * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the - * GNU General Public License for more details. - * - * You should have received a copy of the GNU General Public License along - * with this program; if not, write to the Free Software Foundation, Inc., - * 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301 USA. - */ -/* - * PROJECT: ReactOS kernel - * FILE: drivers/filesystems/vfatfs/create.c - * PURPOSE: VFAT Filesystem - * PROGRAMMER: Jason Filby (jasonfilby@yahoo.com) - * Pierre Schweitzer (pierre@reactos.org) + * PROJECT: VFAT Filesystem + * LICENSE: GPL-2.0-or-later (https://spdx.org/licenses/GPL-2.0-or-later) + * PURPOSE: File creation routines + * COPYRIGHT: Copyright 1998 Jason Filby + * Copyright 2010-2019 Pierre Schweitzer */ /* INCLUDES *****************************************************************/ diff --git a/drivers/filesystems/vfatfs/dir.c b/drivers/filesystems/vfatfs/dir.c index 6f82f65c93d..f943f5f7837 100644 --- a/drivers/filesystems/vfatfs/dir.c +++ b/drivers/filesystems/vfatfs/dir.c @@ -1,12 +1,11 @@ /* - * COPYRIGHT: See COPYING in the top level directory - * PROJECT: ReactOS kernel - * FILE: drivers/fs/vfat/dir.c - * PURPOSE: VFAT Filesystem : directory control - * UPDATE HISTORY: - 19-12-1998 : created - -*/ + * PROJECT: VFAT Filesystem + * LICENSE: GPL-2.0-or-later (https://spdx.org/licenses/GPL-2.0-or-later) + * PURPOSE: Directory control + * COPYRIGHT: Copyright 1998 Jason Filby + * Copyright 2004-2005 Hervé Poussineau + * Copyright 2012-2018 Pierre Schweitzer + */ /* INCLUDES *****************************************************************/ diff --git a/drivers/filesystems/vfatfs/direntry.c b/drivers/filesystems/vfatfs/direntry.c index 8b5f8757319..91d115c1eb0 100644 --- a/drivers/filesystems/vfatfs/direntry.c +++ b/drivers/filesystems/vfatfs/direntry.c @@ -1,11 +1,10 @@ /* - * FILE: DirEntry.c - * PURPOSE: Routines to manipulate directory entries. - * COPYRIGHT: See COPYING in the top level directory - * PROJECT: ReactOS kernel - * PROGRAMMER: Jason Filby (jasonfilby@yahoo.com) - * Rex Jolliff (rex@lvcablemodem.com) - * Herve Poussineau (reactos@poussine.freesurf.fr) + * PROJECT: VFAT Filesystem + * LICENSE: GPL-2.0-or-later (https://spdx.org/licenses/GPL-2.0-or-later) + * PURPOSE: Routines to manipulate directory entries + * COPYRIGHT: Copyright 1998 Jason Filby + * Copyright 2001 Rex Jolliff + * Copyright 2004-2022 Hervé Poussineau */ /* ------------------------------------------------------- INCLUDES */ diff --git a/drivers/filesystems/vfatfs/dirwr.c b/drivers/filesystems/vfatfs/dirwr.c index 99d4f8946a0..3de2d6d3fd9 100644 --- a/drivers/filesystems/vfatfs/dirwr.c +++ b/drivers/filesystems/vfatfs/dirwr.c @@ -1,12 +1,10 @@ /* - * COPYRIGHT: See COPYING in the top level directory - * PROJECT: ReactOS kernel - * FILE: drivers/filesystems/vfatfs/dirwr.c - * PURPOSE: VFAT Filesystem : write in directory - * PROGRAMMER: Rex Jolliff (rex@lvcablemodem.com) - * Herve Poussineau (reactos@poussine.freesurf.fr) - * Pierre Schweitzer (pierre@reactos.org) - * + * PROJECT: VFAT Filesystem + * LICENSE: GPL-2.0-or-later (https://spdx.org/licenses/GPL-2.0-or-later) + * PURPOSE: Write in directory + * COPYRIGHT: Copyright 1999-2001 Rex Jolliff + * Copyright 2004-2008 Hervé Poussineau + * Copyright 2010-2018 Pierre Schweitzer */ /* INCLUDES *****************************************************************/ diff --git a/drivers/filesystems/vfatfs/ea.c b/drivers/filesystems/vfatfs/ea.c index d2b92a49a6a..8db876fb2fd 100644 --- a/drivers/filesystems/vfatfs/ea.c +++ b/drivers/filesystems/vfatfs/ea.c @@ -1,26 +1,8 @@ /* - * ReactOS kernel - * Copyright (C) 1998, 1999, 2000, 2001 ReactOS Team - * - * This program is free software; you can redistribute it and/or modify - * it under the terms of the GNU General Public License as published by - * the Free Software Foundation; either version 2 of the License, or - * (at your option) any later version. - * - * This program is distributed in the hope that it will be useful, - * but WITHOUT ANY WARRANTY; without even the implied warranty of - * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the - * GNU General Public License for more details. - * - * You should have received a copy of the GNU General Public License along - * with this program; if not, write to the Free Software Foundation, Inc., - * 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301 USA. - */ -/* - * PROJECT: ReactOS kernel - * FILE: drivers/fs/vfat/ea.c - * PURPOSE: VFAT Filesystem - * PROGRAMMER: Jason Filby (jasonfilby@yahoo.com) + * PROJECT: VFAT Filesystem + * LICENSE: GPL-2.0-or-later (https://spdx.org/licenses/GPL-2.0-or-later) + * PURPOSE: Extended attributes handlers + * COPYRIGHT: Copyright 1998 Jason Filby */ /* INCLUDES *****************************************************************/ diff --git a/drivers/filesystems/vfatfs/fastio.c b/drivers/filesystems/vfatfs/fastio.c index 5db742b3a7c..519a9e1b923 100644 --- a/drivers/filesystems/vfatfs/fastio.c +++ b/drivers/filesystems/vfatfs/fastio.c @@ -1,10 +1,9 @@ /* - * FILE: drivers/filesystems/vfatfs/fastio.c - * PURPOSE: Fast IO routines. - * COPYRIGHT: See COPYING in the top level directory - * PROJECT: ReactOS kernel - * PROGRAMMER: Herve Poussineau (hpoussin@reactos.org) - * Pierre Schweitzer (pierre@reactos.org) + * PROJECT: VFAT Filesystem + * LICENSE: GPL-2.0-or-later (https://spdx.org/licenses/GPL-2.0-or-later) + * PURPOSE: Fast IO routines + * COPYRIGHT: Copyright 2005 Hervé Poussineau + * Copyright 2015-2018 Pierre Schweitzer */ #include "vfat.h" diff --git a/drivers/filesystems/vfatfs/fat.c b/drivers/filesystems/vfatfs/fat.c index e32f279991f..186c5d1c361 100644 --- a/drivers/filesystems/vfatfs/fat.c +++ b/drivers/filesystems/vfatfs/fat.c @@ -1,11 +1,9 @@ /* - * COPYRIGHT: See COPYING in the top level directory - * PROJECT: ReactOS kernel - * FILE: drivers/filesystems/vfatfs/fat.c - * PURPOSE: VFAT Filesystem - * PROGRAMMER: Jason Filby (jasonfilby@yahoo.com) - * Pierre Schweitzer (pierre@reactos.org) - * + * PROJECT: VFAT Filesystem + * LICENSE: GPL-2.0-or-later (https://spdx.org/licenses/GPL-2.0-or-later) + * PURPOSE: File Allocation Table routines + * COPYRIGHT: Copyright 1998 Jason Filby + * Copyright 2015-2018 Pierre Schweitzer */ /* INCLUDES *****************************************************************/ diff --git a/drivers/filesystems/vfatfs/fcb.c b/drivers/filesystems/vfatfs/fcb.c index 696184ec627..7fd1789b60e 100644 --- a/drivers/filesystems/vfatfs/fcb.c +++ b/drivers/filesystems/vfatfs/fcb.c @@ -1,13 +1,12 @@ /* -* FILE: drivers/filesystems/vfatfs/fcb.c -* PURPOSE: Routines to manipulate FCBs. -* COPYRIGHT: See COPYING in the top level directory -* PROJECT: ReactOS kernel -* PROGRAMMER: Jason Filby (jasonfilby@yahoo.com) -* Rex Jolliff (rex@lvcablemodem.com) -* Herve Poussineau (reactos@poussine.freesurf.fr) -* Pierre Schweitzer (pierre@reactos.org) -*/ + * PROJECT: VFAT Filesystem + * LICENSE: GPL-2.0-or-later (https://spdx.org/licenses/GPL-2.0-or-later) + * PURPOSE: Routines to manipulate FCBs + * COPYRIGHT: Copyright 1998 Jason Filby + * Copyright 2001 Rex Jolliff + * Copyright 2005-2022 Hervé Poussineau + * Copyright 2008-2018 Pierre Schweitzer + */ /* ------------------------------------------------------- INCLUDES */ diff --git a/drivers/filesystems/vfatfs/finfo.c b/drivers/filesystems/vfatfs/finfo.c index a4ddc72f6bb..906ca4e361b 100644 --- a/drivers/filesystems/vfatfs/finfo.c +++ b/drivers/filesystems/vfatfs/finfo.c @@ -1,12 +1,10 @@ /* - * COPYRIGHT: See COPYING in the top level directory - * PROJECT: ReactOS kernel - * FILE: drivers/filesystems/vfatfs/finfo.c - * PURPOSE: VFAT Filesystem - * PROGRAMMER: Jason Filby (jasonfilby@yahoo.com) - * Herve Poussineau (reactos@poussine.freesurf.fr) - * Pierre Schweitzer (pierre@reactos.org) - * + * PROJECT: VFAT Filesystem + * LICENSE: GPL-2.0-or-later (https://spdx.org/licenses/GPL-2.0-or-later) + * PURPOSE: File information routines + * COPYRIGHT: Copyright 1998 Jason Filby + * Copyright 2005 Hervé Poussineau + * Copyright 2008-2018 Pierre Schweitzer */ /* INCLUDES *****************************************************************/ diff --git a/drivers/filesystems/vfatfs/flush.c b/drivers/filesystems/vfatfs/flush.c index 2861998420b..2f9aadbba8d 100644 --- a/drivers/filesystems/vfatfs/flush.c +++ b/drivers/filesystems/vfatfs/flush.c @@ -1,9 +1,9 @@ /* - * COPYRIGHT: See COPYING in the top level directory - * PROJECT: ReactOS kernel - * FILE: drivers/fs/vfat/flush.c - * PURPOSE: VFAT Filesystem - * PROGRAMMER: + * PROJECT: VFAT Filesystem + * LICENSE: GPL-2.0-or-later (https://spdx.org/licenses/GPL-2.0-or-later) + * PURPOSE: Flushing routines + * COPYRIGHT: Copyright 2004-2013 Eric Kohl + * Copyright 2014-2018 Pierre Schweitzer */ /* INCLUDES *****************************************************************/ diff --git a/drivers/filesystems/vfatfs/fsctl.c b/drivers/filesystems/vfatfs/fsctl.c index 9b4018097d6..84d9b6aec5c 100644 --- a/drivers/filesystems/vfatfs/fsctl.c +++ b/drivers/filesystems/vfatfs/fsctl.c @@ -1,26 +1,9 @@ /* - * ReactOS kernel - * Copyright (C) 2002 ReactOS Team - * - * This program is free software; you can redistribute it and/or modify - * it under the terms of the GNU General Public License as published by - * the Free Software Foundation; either version 2 of the License, or - * (at your option) any later version. - * - * This program is distributed in the hope that it will be useful, - * but WITHOUT ANY WARRANTY; without even the implied warranty of - * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the - * GNU General Public License for more details. - * - * You should have received a copy of the GNU General Public License along - * with this program; if not, write to the Free Software Foundation, Inc., - * 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301 USA. - */ -/* - * COPYRIGHT: See COPYING in the top level directory - * PROJECT: ReactOS kernel - * FILE: drivers/fs/vfat/fsctl.c - * PURPOSE: VFAT Filesystem + * PROJECT: VFAT Filesystem + * LICENSE: GPL-2.0-or-later (https://spdx.org/licenses/GPL-2.0-or-later) + * PURPOSE: Filesystem routines + * COPYRIGHT: Copyright 2002-2013 Eric Kohl + * Copyright 2008-2018 Pierre Schweitzer */ /* INCLUDES *****************************************************************/ diff --git a/drivers/filesystems/vfatfs/iface.c b/drivers/filesystems/vfatfs/iface.c index 6ed08d0ab1f..234dbc008f5 100644 --- a/drivers/filesystems/vfatfs/iface.c +++ b/drivers/filesystems/vfatfs/iface.c @@ -1,27 +1,9 @@ /* - * ReactOS kernel - * Copyright (C) 1998, 1999, 2000, 2001 ReactOS Team - * - * This program is free software; you can redistribute it and/or modify - * it under the terms of the GNU General Public License as published by - * the Free Software Foundation; either version 2 of the License, or - * (at your option) any later version. - * - * This program is distributed in the hope that it will be useful, - * but WITHOUT ANY WARRANTY; without even the implied warranty of - * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the - * GNU General Public License for more details. - * - * You should have received a copy of the GNU General Public License along - * with this program; if not, write to the Free Software Foundation, Inc., - * 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301 USA. - */ -/* - * PROJECT: ReactOS kernel - * FILE: drivers/fs/vfat/iface.c - * PURPOSE: VFAT Filesystem - * PROGRAMMER: Jason Filby (jasonfilby@yahoo.com) - * Pierre Schweitzer (pierre@reactos.org) + * PROJECT: VFAT Filesystem + * LICENSE: GPL-2.0-or-later (https://spdx.org/licenses/GPL-2.0-or-later) + * PURPOSE: Driver entry interface + * COPYRIGHT: Copyright 1998 Jason Filby + * Copyright 2010-2018 Pierre Schweitzer */ /* INCLUDES *****************************************************************/ diff --git a/drivers/filesystems/vfatfs/kdbg.c b/drivers/filesystems/vfatfs/kdbg.c index 3582c7dcdae..2a03b75120f 100644 --- a/drivers/filesystems/vfatfs/kdbg.c +++ b/drivers/filesystems/vfatfs/kdbg.c @@ -1,10 +1,9 @@ /* -* FILE: drivers/filesystems/vfatfs/kdbg.c -* PURPOSE: KDBG extension. -* COPYRIGHT: See COPYING in the top level directory -* PROJECT: ReactOS kernel -* PROGRAMMER: Pierre Schweitzer (pierre@reactos.org) -*/ + * PROJECT: VFAT Filesystem + * LICENSE: GPL-2.0-or-later (https://spdx.org/licenses/GPL-2.0-or-later) + * PURPOSE: KDBG extension + * COPYRIGHT: Copyright 2018 Pierre Schweitzer + */ /* ------------------------------------------------------- INCLUDES */ diff --git a/drivers/filesystems/vfatfs/misc.c b/drivers/filesystems/vfatfs/misc.c index 127851ba9bf..35c66e23440 100644 --- a/drivers/filesystems/vfatfs/misc.c +++ b/drivers/filesystems/vfatfs/misc.c @@ -1,10 +1,9 @@ /* - * COPYRIGHT: See COPYING in the top level directory - * PROJECT: ReactOS kernel - * FILE: drivers/fs/vfat/misc.c - * PURPOSE: VFAT Filesystem - * PROGRAMMER: - * + * PROJECT: VFAT Filesystem + * LICENSE: GPL-2.0-or-later (https://spdx.org/licenses/GPL-2.0-or-later) + * PURPOSE: Misc routines + * COPYRIGHT: Copyright 1998 Jason Filby + * Copyright 2015-2018 Pierre Schweitzer */ /* INCLUDES *****************************************************************/ diff --git a/drivers/filesystems/vfatfs/pnp.c b/drivers/filesystems/vfatfs/pnp.c index 6a07e7e90a2..ea788149dec 100644 --- a/drivers/filesystems/vfatfs/pnp.c +++ b/drivers/filesystems/vfatfs/pnp.c @@ -1,10 +1,8 @@ /* - * COPYRIGHT: See COPYING in the top level directory - * PROJECT: ReactOS kernel - * FILE: drivers/filesystems/vfatfs/pnp.c - * PURPOSE: VFAT Filesystem - * PROGRAMMER: Pierre Schweitzer - * + * PROJECT: VFAT Filesystem + * LICENSE: GPL-2.0-or-later (https://spdx.org/licenses/GPL-2.0-or-later) + * PURPOSE: Plug & Play handlers + * COPYRIGHT: Copyright 2010-2015 Pierre Schweitzer */ /* INCLUDES *****************************************************************/ diff --git a/drivers/filesystems/vfatfs/rw.c b/drivers/filesystems/vfatfs/rw.c index 66caebdc850..709b199e824 100644 --- a/drivers/filesystems/vfatfs/rw.c +++ b/drivers/filesystems/vfatfs/rw.c @@ -1,11 +1,9 @@ /* - * COPYRIGHT: See COPYING in the top level directory - * PROJECT: ReactOS kernel - * FILE: drivers/filesystems/vfatfs/rw.c - * PURPOSE: VFAT Filesystem - * PROGRAMMER: Jason Filby (jasonfilby@yahoo.com) - * Pierre Schweitzer (pierre@reactos.org) - * + * PROJECT: VFAT Filesystem + * LICENSE: GPL-2.0-or-later (https://spdx.org/licenses/GPL-2.0-or-later) + * PURPOSE: Reading and writing routines + * COPYRIGHT: Copyright 1998 Jason Filby + * Copyright 2008-2018 Pierre Schweitzer */ /* INCLUDES *****************************************************************/ diff --git a/drivers/filesystems/vfatfs/shutdown.c b/drivers/filesystems/vfatfs/shutdown.c index 8e367453357..db047b87366 100644 --- a/drivers/filesystems/vfatfs/shutdown.c +++ b/drivers/filesystems/vfatfs/shutdown.c @@ -1,9 +1,8 @@ /* - * COPYRIGHT: See COPYING in the top level directory - * PROJECT: ReactOS kernel - * FILE: drivers/fs/vfat/shutdown.c - * PURPOSE: VFAT Filesystem - * PROGRAMMER: Eric Kohl + * PROJECT: VFAT Filesystem + * LICENSE: GPL-2.0-or-later (https://spdx.org/licenses/GPL-2.0-or-later) + * PURPOSE: Shutdown handlers + * COPYRIGHT: Copyright 2000-2013 Eric Kohl */ /* INCLUDES *****************************************************************/ diff --git a/drivers/filesystems/vfatfs/string.c b/drivers/filesystems/vfatfs/string.c index 00b3271c921..a824a39f526 100644 --- a/drivers/filesystems/vfatfs/string.c +++ b/drivers/filesystems/vfatfs/string.c @@ -1,11 +1,9 @@ /* - * COPYRIGHT: See COPYING in the top level directory - * PROJECT: ReactOS kernel - * FILE: drivers/fs/vfat/string.c - * PURPOSE: VFAT Filesystem - * PROGRAMMERS: Jason Filby (jasonfilby@yahoo.com) - * Doug Lyons (douglyons at douglyons dot com) - * + * PROJECT: VFAT Filesystem + * LICENSE: GPL-2.0-or-later (https://spdx.org/licenses/GPL-2.0-or-later) + * PURPOSE: Volume routines + * COPYRIGHT: Copyright 1998 Jason Filby + * Copyright 2020 Doug Lyons */ /* INCLUDES *****************************************************************/ diff --git a/drivers/filesystems/vfatfs/volume.c b/drivers/filesystems/vfatfs/volume.c index d1f10d05646..d3fb63d5933 100644 --- a/drivers/filesystems/vfatfs/volume.c +++ b/drivers/filesystems/vfatfs/volume.c @@ -1,10 +1,9 @@ /* - * COPYRIGHT: See COPYING in the top level directory - * PROJECT: ReactOS kernel - * FILE: drivers/fs/vfat/volume.c - * PURPOSE: VFAT Filesystem - * PROGRAMMER: Jason Filby (jasonfilby@yahoo.com) - * Herve Poussineau (reactos@poussine.freesurf.fr) + * PROJECT: VFAT Filesystem + * LICENSE: GPL-2.0-or-later (https://spdx.org/licenses/GPL-2.0-or-later) + * PURPOSE: Volume routines + * COPYRIGHT: Copyright 1998 Jason Filby + * Copyright 2004-2022 Hervé Poussineau */ /* INCLUDES *****************************************************************/