File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change 1+ // SPDX-License-Identifier: GPL-2.0-only
12/*
23 * balloc.c
34 *
45 * PURPOSE
56 * Block allocation handling routines for the OSTA-UDF(tm) filesystem.
67 *
78 * COPYRIGHT
8- * This file is distributed under the terms of the GNU General Public
9- * License (GPL). Copies of the GPL can be obtained from:
10- * ftp://prep.ai.mit.edu/pub/gnu/GPL
11- * Each contributing author retains all rights to their own work.
12- *
139 * (C) 1999-2001 Ben Fennema
1410 * (C) 1999 Stelias Computing Inc
1511 *
Original file line number Diff line number Diff line change 1+ // SPDX-License-Identifier: GPL-2.0-only
12/*
23 * dir.c
34 *
45 * PURPOSE
56 * Directory handling routines for the OSTA-UDF(tm) filesystem.
67 *
78 * COPYRIGHT
8- * This file is distributed under the terms of the GNU General Public
9- * License (GPL). Copies of the GPL can be obtained from:
10- * ftp://prep.ai.mit.edu/pub/gnu/GPL
11- * Each contributing author retains all rights to their own work.
12- *
139 * (C) 1998-2004 Ben Fennema
1410 *
1511 * HISTORY
Original file line number Diff line number Diff line change 1+ // SPDX-License-Identifier: GPL-2.0-only
12/*
23 * directory.c
34 *
45 * PURPOSE
56 * Directory related functions
67 *
7- * COPYRIGHT
8- * This file is distributed under the terms of the GNU General Public
9- * License (GPL). Copies of the GPL can be obtained from:
10- * ftp://prep.ai.mit.edu/pub/gnu/GPL
11- * Each contributing author retains all rights to their own work.
128 */
139
1410#include "udfdecl.h"
Original file line number Diff line number Diff line change 1+ // SPDX-License-Identifier: GPL-2.0-only
12/*
23 * file.c
34 *
45 * PURPOSE
56 * File handling routines for the OSTA-UDF(tm) filesystem.
67 *
78 * COPYRIGHT
8- * This file is distributed under the terms of the GNU General Public
9- * License (GPL). Copies of the GPL can be obtained from:
10- * ftp://prep.ai.mit.edu/pub/gnu/GPL
11- * Each contributing author retains all rights to their own work.
12- *
139 * (C) 1998-1999 Dave Boynton
1410 * (C) 1998-2004 Ben Fennema
1511 * (C) 1999-2000 Stelias Computing Inc
Original file line number Diff line number Diff line change 1+ // SPDX-License-Identifier: GPL-2.0-only
12/*
23 * ialloc.c
34 *
45 * PURPOSE
56 * Inode allocation handling routines for the OSTA-UDF(tm) filesystem.
67 *
78 * COPYRIGHT
8- * This file is distributed under the terms of the GNU General Public
9- * License (GPL). Copies of the GPL can be obtained from:
10- * ftp://prep.ai.mit.edu/pub/gnu/GPL
11- * Each contributing author retains all rights to their own work.
12- *
139 * (C) 1998-2001 Ben Fennema
1410 *
1511 * HISTORY
Original file line number Diff line number Diff line change 1+ // SPDX-License-Identifier: GPL-2.0-only
12/*
23 * inode.c
34 *
45 * PURPOSE
56 * Inode handling routines for the OSTA-UDF(tm) filesystem.
67 *
78 * COPYRIGHT
8- * This file is distributed under the terms of the GNU General Public
9- * License (GPL). Copies of the GPL can be obtained from:
10- * ftp://prep.ai.mit.edu/pub/gnu/GPL
11- * Each contributing author retains all rights to their own work.
12- *
139 * (C) 1998 Dave Boynton
1410 * (C) 1998-2004 Ben Fennema
1511 * (C) 1999-2000 Stelias Computing Inc
Original file line number Diff line number Diff line change 1+ // SPDX-License-Identifier: GPL-2.0-only
12/*
23 * lowlevel.c
34 *
45 * PURPOSE
56 * Low Level Device Routines for the UDF filesystem
67 *
78 * COPYRIGHT
8- * This file is distributed under the terms of the GNU General Public
9- * License (GPL). Copies of the GPL can be obtained from:
10- * ftp://prep.ai.mit.edu/pub/gnu/GPL
11- * Each contributing author retains all rights to their own work.
12- *
139 * (C) 1999-2001 Ben Fennema
1410 *
1511 * HISTORY
Original file line number Diff line number Diff line change 1+ // SPDX-License-Identifier: GPL-2.0-only
12/*
23 * misc.c
34 *
45 * PURPOSE
56 * Miscellaneous routines for the OSTA-UDF(tm) filesystem.
67 *
78 * COPYRIGHT
8- * This file is distributed under the terms of the GNU General Public
9- * License (GPL). Copies of the GPL can be obtained from:
10- * ftp://prep.ai.mit.edu/pub/gnu/GPL
11- * Each contributing author retains all rights to their own work.
12- *
139 * (C) 1998 Dave Boynton
1410 * (C) 1998-2004 Ben Fennema
1511 * (C) 1999-2000 Stelias Computing Inc
Original file line number Diff line number Diff line change 1+ // SPDX-License-Identifier: GPL-2.0-only
12/*
23 * namei.c
34 *
45 * PURPOSE
56 * Inode name handling routines for the OSTA-UDF(tm) filesystem.
67 *
78 * COPYRIGHT
8- * This file is distributed under the terms of the GNU General Public
9- * License (GPL). Copies of the GPL can be obtained from:
10- * ftp://prep.ai.mit.edu/pub/gnu/GPL
11- * Each contributing author retains all rights to their own work.
12- *
139 * (C) 1998-2004 Ben Fennema
1410 * (C) 1999-2000 Stelias Computing Inc
1511 *
Original file line number Diff line number Diff line change 1+ // SPDX-License-Identifier: GPL-2.0-only
12/*
23 * partition.c
34 *
45 * PURPOSE
56 * Partition handling routines for the OSTA-UDF(tm) filesystem.
67 *
78 * COPYRIGHT
8- * This file is distributed under the terms of the GNU General Public
9- * License (GPL). Copies of the GPL can be obtained from:
10- * ftp://prep.ai.mit.edu/pub/gnu/GPL
11- * Each contributing author retains all rights to their own work.
12- *
139 * (C) 1998-2001 Ben Fennema
1410 *
1511 * HISTORY
You can’t perform that action at this time.
0 commit comments