Linux kernel mirror (for testing) git.kernel.org/pub/scm/linux/kernel/git/torvalds/linux.git
kernel os linux

treewide: Replace GPLv2 boilerplate/reference with SPDX - rule 145

Based on 1 normalized pattern(s):

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
59 temple place suite 330 boston ma 021110 1307 usa

extracted by the scancode license scanner the SPDX license identifier

GPL-2.0-or-later

has been chosen to replace the boilerplate/reference in 84 file(s).

Signed-off-by: Thomas Gleixner <tglx@linutronix.de>
Reviewed-by: Richard Fontana <rfontana@redhat.com>
Reviewed-by: Allison Randal <allison@lohutok.net>
Reviewed-by: Kate Stewart <kstewart@linuxfoundation.org>
Cc: linux-spdx@vger.kernel.org
Link: https://lkml.kernel.org/r/20190524100844.756442981@linutronix.de
Signed-off-by: Greg Kroah-Hartman <gregkh@linuxfoundation.org>

authored by

Thomas Gleixner and committed by
Greg Kroah-Hartman
328970de 2b4f7350

+84 -1282
+1 -15
fs/configfs/configfs_internal.h
··· 1 + /* SPDX-License-Identifier: GPL-2.0-or-later */ 1 2 /* -*- mode: c; c-basic-offset:8; -*- 2 3 * vim: noexpandtab sw=8 ts=8 sts=0: 3 4 * 4 5 * configfs_internal.h - Internal stuff for configfs 5 - * 6 - * This program is free software; you can redistribute it and/or 7 - * modify it under the terms of the GNU General Public 8 - * License as published by the Free Software Foundation; either 9 - * version 2 of the License, or (at your option) any later version. 10 - * 11 - * This program is distributed in the hope that it will be useful, 12 - * but WITHOUT ANY WARRANTY; without even the implied warranty of 13 - * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU 14 - * General Public License for more details. 15 - * 16 - * You should have received a copy of the GNU General Public 17 - * License along with this program; if not, write to the 18 - * Free Software Foundation, Inc., 59 Temple Place - Suite 330, 19 - * Boston, MA 021110-1307, USA. 20 6 * 21 7 * Based on sysfs: 22 8 * sysfs is Copyright (C) 2001, 2002, 2003 Patrick Mochel
+1 -15
fs/configfs/dir.c
··· 1 + // SPDX-License-Identifier: GPL-2.0-or-later 1 2 /* -*- mode: c; c-basic-offset: 8; -*- 2 3 * vim: noexpandtab sw=8 ts=8 sts=0: 3 4 * 4 5 * dir.c - Operations for configfs directories. 5 - * 6 - * This program is free software; you can redistribute it and/or 7 - * modify it under the terms of the GNU General Public 8 - * License as published by the Free Software Foundation; either 9 - * version 2 of the License, or (at your option) any later version. 10 - * 11 - * This program is distributed in the hope that it will be useful, 12 - * but WITHOUT ANY WARRANTY; without even the implied warranty of 13 - * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU 14 - * General Public License for more details. 15 - * 16 - * You should have received a copy of the GNU General Public 17 - * License along with this program; if not, write to the 18 - * Free Software Foundation, Inc., 59 Temple Place - Suite 330, 19 - * Boston, MA 021110-1307, USA. 20 6 * 21 7 * Based on sysfs: 22 8 * sysfs is Copyright (C) 2001, 2002, 2003 Patrick Mochel
+1 -15
fs/configfs/file.c
··· 1 + // SPDX-License-Identifier: GPL-2.0-or-later 1 2 /* -*- mode: c; c-basic-offset: 8; -*- 2 3 * vim: noexpandtab sw=8 ts=8 sts=0: 3 4 * 4 5 * file.c - operations for regular (text) files. 5 - * 6 - * This program is free software; you can redistribute it and/or 7 - * modify it under the terms of the GNU General Public 8 - * License as published by the Free Software Foundation; either 9 - * version 2 of the License, or (at your option) any later version. 10 - * 11 - * This program is distributed in the hope that it will be useful, 12 - * but WITHOUT ANY WARRANTY; without even the implied warranty of 13 - * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU 14 - * General Public License for more details. 15 - * 16 - * You should have received a copy of the GNU General Public 17 - * License along with this program; if not, write to the 18 - * Free Software Foundation, Inc., 59 Temple Place - Suite 330, 19 - * Boston, MA 021110-1307, USA. 20 6 * 21 7 * Based on sysfs: 22 8 * sysfs is Copyright (C) 2001, 2002, 2003 Patrick Mochel
+1 -15
fs/configfs/inode.c
··· 1 + // SPDX-License-Identifier: GPL-2.0-or-later 1 2 /* -*- mode: c; c-basic-offset: 8; -*- 2 3 * vim: noexpandtab sw=8 ts=8 sts=0: 3 4 * 4 5 * inode.c - basic inode and dentry operations. 5 - * 6 - * This program is free software; you can redistribute it and/or 7 - * modify it under the terms of the GNU General Public 8 - * License as published by the Free Software Foundation; either 9 - * version 2 of the License, or (at your option) any later version. 10 - * 11 - * This program is distributed in the hope that it will be useful, 12 - * but WITHOUT ANY WARRANTY; without even the implied warranty of 13 - * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU 14 - * General Public License for more details. 15 - * 16 - * You should have received a copy of the GNU General Public 17 - * License along with this program; if not, write to the 18 - * Free Software Foundation, Inc., 59 Temple Place - Suite 330, 19 - * Boston, MA 021110-1307, USA. 20 6 * 21 7 * Based on sysfs: 22 8 * sysfs is Copyright (C) 2001, 2002, 2003 Patrick Mochel
+1 -15
fs/configfs/item.c
··· 1 + // SPDX-License-Identifier: GPL-2.0-or-later 1 2 /* -*- mode: c; c-basic-offset: 8; -*- 2 3 * vim: noexpandtab sw=8 ts=8 sts=0: 3 4 * 4 5 * item.c - library routines for handling generic config items 5 - * 6 - * This program is free software; you can redistribute it and/or 7 - * modify it under the terms of the GNU General Public 8 - * License as published by the Free Software Foundation; either 9 - * version 2 of the License, or (at your option) any later version. 10 - * 11 - * This program is distributed in the hope that it will be useful, 12 - * but WITHOUT ANY WARRANTY; without even the implied warranty of 13 - * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU 14 - * General Public License for more details. 15 - * 16 - * You should have received a copy of the GNU General Public 17 - * License along with this program; if not, write to the 18 - * Free Software Foundation, Inc., 59 Temple Place - Suite 330, 19 - * Boston, MA 021110-1307, USA. 20 6 * 21 7 * Based on kobject: 22 8 * kobject is Copyright (c) 2002-2003 Patrick Mochel
+1 -15
fs/configfs/mount.c
··· 1 + // SPDX-License-Identifier: GPL-2.0-or-later 1 2 /* -*- mode: c; c-basic-offset: 8; -*- 2 3 * vim: noexpandtab sw=8 ts=8 sts=0: 3 4 * 4 5 * mount.c - operations for initializing and mounting configfs. 5 - * 6 - * This program is free software; you can redistribute it and/or 7 - * modify it under the terms of the GNU General Public 8 - * License as published by the Free Software Foundation; either 9 - * version 2 of the License, or (at your option) any later version. 10 - * 11 - * This program is distributed in the hope that it will be useful, 12 - * but WITHOUT ANY WARRANTY; without even the implied warranty of 13 - * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU 14 - * General Public License for more details. 15 - * 16 - * You should have received a copy of the GNU General Public 17 - * License along with this program; if not, write to the 18 - * Free Software Foundation, Inc., 59 Temple Place - Suite 330, 19 - * Boston, MA 021110-1307, USA. 20 6 * 21 7 * Based on sysfs: 22 8 * sysfs is Copyright (C) 2001, 2002, 2003 Patrick Mochel
+1 -15
fs/configfs/symlink.c
··· 1 + // SPDX-License-Identifier: GPL-2.0-or-later 1 2 /* -*- mode: c; c-basic-offset: 8; -*- 2 3 * vim: noexpandtab sw=8 ts=8 sts=0: 3 4 * 4 5 * symlink.c - operations for configfs symlinks. 5 - * 6 - * This program is free software; you can redistribute it and/or 7 - * modify it under the terms of the GNU General Public 8 - * License as published by the Free Software Foundation; either 9 - * version 2 of the License, or (at your option) any later version. 10 - * 11 - * This program is distributed in the hope that it will be useful, 12 - * but WITHOUT ANY WARRANTY; without even the implied warranty of 13 - * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU 14 - * General Public License for more details. 15 - * 16 - * You should have received a copy of the GNU General Public 17 - * License along with this program; if not, write to the 18 - * Free Software Foundation, Inc., 59 Temple Place - Suite 330, 19 - * Boston, MA 021110-1307, USA. 20 6 * 21 7 * Based on sysfs: 22 8 * sysfs is Copyright (C) 2001, 2002, 2003 Patrick Mochel
+1 -15
fs/ocfs2/alloc.c
··· 1 + // SPDX-License-Identifier: GPL-2.0-or-later 1 2 /* -*- mode: c; c-basic-offset: 8; -*- 2 3 * vim: noexpandtab sw=8 ts=8 sts=0: 3 4 * ··· 7 6 * Extent allocs and frees 8 7 * 9 8 * Copyright (C) 2002, 2004 Oracle. All rights reserved. 10 - * 11 - * This program is free software; you can redistribute it and/or 12 - * modify it under the terms of the GNU General Public 13 - * License as published by the Free Software Foundation; either 14 - * version 2 of the License, or (at your option) any later version. 15 - * 16 - * This program is distributed in the hope that it will be useful, 17 - * but WITHOUT ANY WARRANTY; without even the implied warranty of 18 - * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU 19 - * General Public License for more details. 20 - * 21 - * You should have received a copy of the GNU General Public 22 - * License along with this program; if not, write to the 23 - * Free Software Foundation, Inc., 59 Temple Place - Suite 330, 24 - * Boston, MA 021110-1307, USA. 25 9 */ 26 10 27 11 #include <linux/fs.h>
+1 -15
fs/ocfs2/alloc.h
··· 1 + /* SPDX-License-Identifier: GPL-2.0-or-later */ 1 2 /* -*- mode: c; c-basic-offset: 8; -*- 2 3 * vim: noexpandtab sw=8 ts=8 sts=0: 3 4 * ··· 7 6 * Function prototypes 8 7 * 9 8 * Copyright (C) 2002, 2004 Oracle. All rights reserved. 10 - * 11 - * This program is free software; you can redistribute it and/or 12 - * modify it under the terms of the GNU General Public 13 - * License as published by the Free Software Foundation; either 14 - * version 2 of the License, or (at your option) any later version. 15 - * 16 - * This program is distributed in the hope that it will be useful, 17 - * but WITHOUT ANY WARRANTY; without even the implied warranty of 18 - * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU 19 - * General Public License for more details. 20 - * 21 - * You should have received a copy of the GNU General Public 22 - * License along with this program; if not, write to the 23 - * Free Software Foundation, Inc., 59 Temple Place - Suite 330, 24 - * Boston, MA 021110-1307, USA. 25 9 */ 26 10 27 11 #ifndef OCFS2_ALLOC_H
+1 -15
fs/ocfs2/aops.c
··· 1 + // SPDX-License-Identifier: GPL-2.0-or-later 1 2 /* -*- mode: c; c-basic-offset: 8; -*- 2 3 * vim: noexpandtab sw=8 ts=8 sts=0: 3 4 * 4 5 * Copyright (C) 2002, 2004 Oracle. All rights reserved. 5 - * 6 - * This program is free software; you can redistribute it and/or 7 - * modify it under the terms of the GNU General Public 8 - * License as published by the Free Software Foundation; either 9 - * version 2 of the License, or (at your option) any later version. 10 - * 11 - * This program is distributed in the hope that it will be useful, 12 - * but WITHOUT ANY WARRANTY; without even the implied warranty of 13 - * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU 14 - * General Public License for more details. 15 - * 16 - * You should have received a copy of the GNU General Public 17 - * License along with this program; if not, write to the 18 - * Free Software Foundation, Inc., 59 Temple Place - Suite 330, 19 - * Boston, MA 021110-1307, USA. 20 6 */ 21 7 22 8 #include <linux/fs.h>
+1 -15
fs/ocfs2/aops.h
··· 1 + /* SPDX-License-Identifier: GPL-2.0-or-later */ 1 2 /* -*- mode: c; c-basic-offset: 8; -*- 2 3 * vim: noexpandtab sw=8 ts=8 sts=0: 3 4 * 4 5 * Copyright (C) 2002, 2004, 2005 Oracle. All rights reserved. 5 - * 6 - * This program is free software; you can redistribute it and/or 7 - * modify it under the terms of the GNU General Public 8 - * License as published by the Free Software Foundation; either 9 - * version 2 of the License, or (at your option) any later version. 10 - * 11 - * This program is distributed in the hope that it will be useful, 12 - * but WITHOUT ANY WARRANTY; without even the implied warranty of 13 - * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU 14 - * General Public License for more details. 15 - * 16 - * You should have received a copy of the GNU General Public 17 - * License along with this program; if not, write to the 18 - * Free Software Foundation, Inc., 59 Temple Place - Suite 330, 19 - * Boston, MA 021110-1307, USA. 20 6 */ 21 7 22 8 #ifndef OCFS2_AOPS_H
+1 -15
fs/ocfs2/buffer_head_io.c
··· 1 + // SPDX-License-Identifier: GPL-2.0-or-later 1 2 /* -*- mode: c; c-basic-offset: 8; -*- 2 3 * vim: noexpandtab sw=8 ts=8 sts=0: 3 4 * ··· 7 6 * Buffer cache handling 8 7 * 9 8 * Copyright (C) 2002, 2004 Oracle. All rights reserved. 10 - * 11 - * This program is free software; you can redistribute it and/or 12 - * modify it under the terms of the GNU General Public 13 - * License as published by the Free Software Foundation; either 14 - * version 2 of the License, or (at your option) any later version. 15 - * 16 - * This program is distributed in the hope that it will be useful, 17 - * but WITHOUT ANY WARRANTY; without even the implied warranty of 18 - * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU 19 - * General Public License for more details. 20 - * 21 - * You should have received a copy of the GNU General Public 22 - * License along with this program; if not, write to the 23 - * Free Software Foundation, Inc., 59 Temple Place - Suite 330, 24 - * Boston, MA 021110-1307, USA. 25 9 */ 26 10 27 11 #include <linux/fs.h>
+1 -15
fs/ocfs2/buffer_head_io.h
··· 1 + /* SPDX-License-Identifier: GPL-2.0-or-later */ 1 2 /* -*- mode: c; c-basic-offset: 8; -*- 2 3 * vim: noexpandtab sw=8 ts=8 sts=0: 3 4 * ··· 7 6 * Buffer cache handling functions defined 8 7 * 9 8 * Copyright (C) 2002, 2004 Oracle. All rights reserved. 10 - * 11 - * This program is free software; you can redistribute it and/or 12 - * modify it under the terms of the GNU General Public 13 - * License as published by the Free Software Foundation; either 14 - * version 2 of the License, or (at your option) any later version. 15 - * 16 - * This program is distributed in the hope that it will be useful, 17 - * but WITHOUT ANY WARRANTY; without even the implied warranty of 18 - * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU 19 - * General Public License for more details. 20 - * 21 - * You should have received a copy of the GNU General Public 22 - * License along with this program; if not, write to the 23 - * Free Software Foundation, Inc., 59 Temple Place - Suite 330, 24 - * Boston, MA 021110-1307, USA. 25 9 */ 26 10 27 11 #ifndef OCFS2_BUFFER_HEAD_IO_H
+1 -15
fs/ocfs2/cluster/heartbeat.c
··· 1 + // SPDX-License-Identifier: GPL-2.0-or-later 1 2 /* -*- mode: c; c-basic-offset: 8; -*- 2 3 * vim: noexpandtab sw=8 ts=8 sts=0: 3 4 * 4 5 * Copyright (C) 2004, 2005 Oracle. All rights reserved. 5 - * 6 - * This program is free software; you can redistribute it and/or 7 - * modify it under the terms of the GNU General Public 8 - * License as published by the Free Software Foundation; either 9 - * version 2 of the License, or (at your option) any later version. 10 - * 11 - * This program is distributed in the hope that it will be useful, 12 - * but WITHOUT ANY WARRANTY; without even the implied warranty of 13 - * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU 14 - * General Public License for more details. 15 - * 16 - * You should have received a copy of the GNU General Public 17 - * License along with this program; if not, write to the 18 - * Free Software Foundation, Inc., 59 Temple Place - Suite 330, 19 - * Boston, MA 021110-1307, USA. 20 6 */ 21 7 22 8 #include <linux/kernel.h>
+1 -16
fs/ocfs2/cluster/heartbeat.h
··· 1 + /* SPDX-License-Identifier: GPL-2.0-or-later */ 1 2 /* -*- mode: c; c-basic-offset: 8; -*- 2 3 * vim: noexpandtab sw=8 ts=8 sts=0: 3 4 * ··· 7 6 * Function prototypes 8 7 * 9 8 * Copyright (C) 2004 Oracle. All rights reserved. 10 - * 11 - * This program is free software; you can redistribute it and/or 12 - * modify it under the terms of the GNU General Public 13 - * License as published by the Free Software Foundation; either 14 - * version 2 of the License, or (at your option) any later version. 15 - * 16 - * This program is distributed in the hope that it will be useful, 17 - * but WITHOUT ANY WARRANTY; without even the implied warranty of 18 - * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU 19 - * General Public License for more details. 20 - * 21 - * You should have received a copy of the GNU General Public 22 - * License along with this program; if not, write to the 23 - * Free Software Foundation, Inc., 59 Temple Place - Suite 330, 24 - * Boston, MA 021110-1307, USA. 25 - * 26 9 */ 27 10 28 11 #ifndef O2CLUSTER_HEARTBEAT_H
+1 -15
fs/ocfs2/cluster/masklog.c
··· 1 + // SPDX-License-Identifier: GPL-2.0-or-later 1 2 /* -*- mode: c; c-basic-offset: 8; -*- 2 3 * vim: noexpandtab sw=8 ts=8 sts=0: 3 4 * 4 5 * Copyright (C) 2004, 2005 Oracle. All rights reserved. 5 - * 6 - * This program is free software; you can redistribute it and/or 7 - * modify it under the terms of the GNU General Public 8 - * License as published by the Free Software Foundation; either 9 - * version 2 of the License, or (at your option) any later version. 10 - * 11 - * This program is distributed in the hope that it will be useful, 12 - * but WITHOUT ANY WARRANTY; without even the implied warranty of 13 - * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU 14 - * General Public License for more details. 15 - * 16 - * You should have received a copy of the GNU General Public 17 - * License along with this program; if not, write to the 18 - * Free Software Foundation, Inc., 59 Temple Place - Suite 330, 19 - * Boston, MA 021110-1307, USA. 20 6 */ 21 7 22 8 #include <linux/module.h>
+1 -15
fs/ocfs2/cluster/masklog.h
··· 1 + /* SPDX-License-Identifier: GPL-2.0-or-later */ 1 2 /* -*- mode: c; c-basic-offset: 8; -*- 2 3 * vim: noexpandtab sw=8 ts=8 sts=0: 3 4 * 4 5 * Copyright (C) 2005 Oracle. All rights reserved. 5 - * 6 - * This program is free software; you can redistribute it and/or 7 - * modify it under the terms of the GNU General Public 8 - * License as published by the Free Software Foundation; either 9 - * version 2 of the License, or (at your option) any later version. 10 - * 11 - * This program is distributed in the hope that it will be useful, 12 - * but WITHOUT ANY WARRANTY; without even the implied warranty of 13 - * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU 14 - * General Public License for more details. 15 - * 16 - * You should have received a copy of the GNU General Public 17 - * License along with this program; if not, write to the 18 - * Free Software Foundation, Inc., 59 Temple Place - Suite 330, 19 - * Boston, MA 021110-1307, USA. 20 6 */ 21 7 22 8 #ifndef O2CLUSTER_MASKLOG_H
+1 -16
fs/ocfs2/cluster/netdebug.c
··· 1 + // SPDX-License-Identifier: GPL-2.0-or-later 1 2 /* -*- mode: c; c-basic-offset: 8; -*- 2 3 * vim: noexpandtab sw=8 ts=8 sts=0: 3 4 * ··· 7 6 * debug functionality for o2net 8 7 * 9 8 * Copyright (C) 2005, 2008 Oracle. All rights reserved. 10 - * 11 - * This program is free software; you can redistribute it and/or 12 - * modify it under the terms of the GNU General Public 13 - * License as published by the Free Software Foundation; either 14 - * version 2 of the License, or (at your option) any later version. 15 - * 16 - * This program is distributed in the hope that it will be useful, 17 - * but WITHOUT ANY WARRANTY; without even the implied warranty of 18 - * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU 19 - * General Public License for more details. 20 - * 21 - * You should have received a copy of the GNU General Public 22 - * License along with this program; if not, write to the 23 - * Free Software Foundation, Inc., 59 Temple Place - Suite 330, 24 - * Boston, MA 021110-1307, USA. 25 - * 26 9 */ 27 10 28 11 #ifdef CONFIG_DEBUG_FS
+1 -15
fs/ocfs2/cluster/nodemanager.c
··· 1 + // SPDX-License-Identifier: GPL-2.0-or-later 1 2 /* -*- mode: c; c-basic-offset: 8; -*- 2 3 * vim: noexpandtab sw=8 ts=8 sts=0: 3 4 * 4 5 * Copyright (C) 2004, 2005 Oracle. All rights reserved. 5 - * 6 - * This program is free software; you can redistribute it and/or 7 - * modify it under the terms of the GNU General Public 8 - * License as published by the Free Software Foundation; either 9 - * version 2 of the License, or (at your option) any later version. 10 - * 11 - * This program is distributed in the hope that it will be useful, 12 - * but WITHOUT ANY WARRANTY; without even the implied warranty of 13 - * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU 14 - * General Public License for more details. 15 - * 16 - * You should have received a copy of the GNU General Public 17 - * License along with this program; if not, write to the 18 - * Free Software Foundation, Inc., 59 Temple Place - Suite 330, 19 - * Boston, MA 021110-1307, USA. 20 6 */ 21 7 22 8 #include <linux/slab.h>
+1 -16
fs/ocfs2/cluster/nodemanager.h
··· 1 + /* SPDX-License-Identifier: GPL-2.0-or-later */ 1 2 /* -*- mode: c; c-basic-offset: 8; -*- 2 3 * vim: noexpandtab sw=8 ts=8 sts=0: 3 4 * ··· 7 6 * Function prototypes 8 7 * 9 8 * Copyright (C) 2004 Oracle. All rights reserved. 10 - * 11 - * This program is free software; you can redistribute it and/or 12 - * modify it under the terms of the GNU General Public 13 - * License as published by the Free Software Foundation; either 14 - * version 2 of the License, or (at your option) any later version. 15 - * 16 - * This program is distributed in the hope that it will be useful, 17 - * but WITHOUT ANY WARRANTY; without even the implied warranty of 18 - * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU 19 - * General Public License for more details. 20 - * 21 - * You should have received a copy of the GNU General Public 22 - * License along with this program; if not, write to the 23 - * Free Software Foundation, Inc., 59 Temple Place - Suite 330, 24 - * Boston, MA 021110-1307, USA. 25 - * 26 9 */ 27 10 28 11 #ifndef O2CLUSTER_NODEMANAGER_H
+1 -15
fs/ocfs2/cluster/ocfs2_heartbeat.h
··· 1 + /* SPDX-License-Identifier: GPL-2.0-or-later */ 1 2 /* -*- mode: c; c-basic-offset: 8; -*- 2 3 * vim: noexpandtab sw=8 ts=8 sts=0: 3 4 * ··· 7 6 * On-disk structures for ocfs2_heartbeat 8 7 * 9 8 * Copyright (C) 2002, 2004 Oracle. All rights reserved. 10 - * 11 - * This program is free software; you can redistribute it and/or 12 - * modify it under the terms of the GNU General Public 13 - * License as published by the Free Software Foundation; either 14 - * version 2 of the License, or (at your option) any later version. 15 - * 16 - * This program is distributed in the hope that it will be useful, 17 - * but WITHOUT ANY WARRANTY; without even the implied warranty of 18 - * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU 19 - * General Public License for more details. 20 - * 21 - * You should have received a copy of the GNU General Public 22 - * License along with this program; if not, write to the 23 - * Free Software Foundation, Inc., 59 Temple Place - Suite 330, 24 - * Boston, MA 021110-1307, USA. 25 9 */ 26 10 27 11 #ifndef _OCFS2_HEARTBEAT_H
+1 -16
fs/ocfs2/cluster/ocfs2_nodemanager.h
··· 1 + /* SPDX-License-Identifier: GPL-2.0-or-later */ 1 2 /* -*- mode: c; c-basic-offset: 8; -*- 2 3 * vim: noexpandtab sw=8 ts=8 sts=0: 3 4 * ··· 8 7 * for the ocfs2_nodemanager module. 9 8 * 10 9 * Copyright (C) 2002, 2004 Oracle. All rights reserved. 11 - * 12 - * This program is free software; you can redistribute it and/or 13 - * modify it under the terms of the GNU General Public 14 - * License as published by the Free Software Foundation; either 15 - * version 2 of the License, or (at your option) any later version. 16 - * 17 - * This program is distributed in the hope that it will be useful, 18 - * but WITHOUT ANY WARRANTY; without even the implied warranty of 19 - * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU 20 - * General Public License for more details. 21 - * 22 - * You should have received a copy of the GNU General Public 23 - * License along with this program; if not, write to the 24 - * Free Software Foundation, Inc., 59 Temple Place - Suite 330, 25 - * Boston, MA 021110-1307, USA. 26 - * 27 10 */ 28 11 29 12 #ifndef _OCFS2_NODEMANAGER_H
+1 -15
fs/ocfs2/cluster/quorum.c
··· 1 + // SPDX-License-Identifier: GPL-2.0-or-later 1 2 /* -*- mode: c; c-basic-offset: 8; -*- 2 3 * 3 4 * vim: noexpandtab sw=8 ts=8 sts=0: 4 5 * 5 6 * Copyright (C) 2005 Oracle. All rights reserved. 6 - * 7 - * This program is free software; you can redistribute it and/or 8 - * modify it under the terms of the GNU General Public 9 - * License as published by the Free Software Foundation; either 10 - * version 2 of the License, or (at your option) any later version. 11 - * 12 - * This program is distributed in the hope that it will be useful, 13 - * but WITHOUT ANY WARRANTY; without even the implied warranty of 14 - * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU 15 - * General Public License for more details. 16 - * 17 - * You should have received a copy of the GNU General Public 18 - * License along with this program; if not, write to the 19 - * Free Software Foundation, Inc., 59 Temple Place - Suite 330, 20 - * Boston, MA 021110-1307, USA. 21 7 */ 22 8 23 9 /* This quorum hack is only here until we transition to some more rational
+1 -16
fs/ocfs2/cluster/quorum.h
··· 1 + /* SPDX-License-Identifier: GPL-2.0-or-later */ 1 2 /* -*- mode: c; c-basic-offset: 8; -*- 2 3 * vim: noexpandtab sw=8 ts=8 sts=0: 3 4 * 4 5 * Copyright (C) 2005 Oracle. All rights reserved. 5 - * 6 - * This program is free software; you can redistribute it and/or 7 - * modify it under the terms of the GNU General Public 8 - * License as published by the Free Software Foundation; either 9 - * version 2 of the License, or (at your option) any later version. 10 - * 11 - * This program is distributed in the hope that it will be useful, 12 - * but WITHOUT ANY WARRANTY; without even the implied warranty of 13 - * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU 14 - * General Public License for more details. 15 - * 16 - * You should have received a copy of the GNU General Public 17 - * License along with this program; if not, write to the 18 - * Free Software Foundation, Inc., 59 Temple Place - Suite 330, 19 - * Boston, MA 021110-1307, USA. 20 - * 21 6 */ 22 7 23 8 #ifndef O2CLUSTER_QUORUM_H
+1 -15
fs/ocfs2/cluster/tcp.c
··· 1 + // SPDX-License-Identifier: GPL-2.0-or-later 1 2 /* -*- mode: c; c-basic-offset: 8; -*- 2 3 * 3 4 * vim: noexpandtab sw=8 ts=8 sts=0: 4 5 * 5 6 * Copyright (C) 2004 Oracle. All rights reserved. 6 - * 7 - * This program is free software; you can redistribute it and/or 8 - * modify it under the terms of the GNU General Public 9 - * License as published by the Free Software Foundation; either 10 - * version 2 of the License, or (at your option) any later version. 11 - * 12 - * This program is distributed in the hope that it will be useful, 13 - * but WITHOUT ANY WARRANTY; without even the implied warranty of 14 - * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU 15 - * General Public License for more details. 16 - * 17 - * You should have received a copy of the GNU General Public 18 - * License along with this program; if not, write to the 19 - * Free Software Foundation, Inc., 59 Temple Place - Suite 330, 20 - * Boston, MA 021110-1307, USA. 21 7 * 22 8 * ---- 23 9 *
+1 -16
fs/ocfs2/cluster/tcp.h
··· 1 + /* SPDX-License-Identifier: GPL-2.0-or-later */ 1 2 /* -*- mode: c; c-basic-offset: 8; -*- 2 3 * vim: noexpandtab sw=8 ts=8 sts=0: 3 4 * ··· 7 6 * Function prototypes 8 7 * 9 8 * Copyright (C) 2004 Oracle. All rights reserved. 10 - * 11 - * This program is free software; you can redistribute it and/or 12 - * modify it under the terms of the GNU General Public 13 - * License as published by the Free Software Foundation; either 14 - * version 2 of the License, or (at your option) any later version. 15 - * 16 - * This program is distributed in the hope that it will be useful, 17 - * but WITHOUT ANY WARRANTY; without even the implied warranty of 18 - * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU 19 - * General Public License for more details. 20 - * 21 - * You should have received a copy of the GNU General Public 22 - * License along with this program; if not, write to the 23 - * Free Software Foundation, Inc., 59 Temple Place - Suite 330, 24 - * Boston, MA 021110-1307, USA. 25 - * 26 9 */ 27 10 28 11 #ifndef O2CLUSTER_TCP_H
+1 -15
fs/ocfs2/cluster/tcp_internal.h
··· 1 + /* SPDX-License-Identifier: GPL-2.0-or-later */ 1 2 /* -*- mode: c; c-basic-offset: 8; -*- 2 3 * vim: noexpandtab sw=8 ts=8 sts=0: 3 4 * 4 5 * Copyright (C) 2005 Oracle. All rights reserved. 5 - * 6 - * This program is free software; you can redistribute it and/or 7 - * modify it under the terms of the GNU General Public 8 - * License as published by the Free Software Foundation; either 9 - * version 2 of the License, or (at your option) any later version. 10 - * 11 - * This program is distributed in the hope that it will be useful, 12 - * but WITHOUT ANY WARRANTY; without even the implied warranty of 13 - * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU 14 - * General Public License for more details. 15 - * 16 - * You should have received a copy of the GNU General Public 17 - * License along with this program; if not, write to the 18 - * Free Software Foundation, Inc., 59 Temple Place - Suite 330, 19 - * Boston, MA 021110-1307, USA. 20 6 */ 21 7 22 8 #ifndef O2CLUSTER_TCP_INTERNAL_H
+1 -15
fs/ocfs2/dcache.c
··· 1 + // SPDX-License-Identifier: GPL-2.0-or-later 1 2 /* -*- mode: c; c-basic-offset: 8; -*- 2 3 * vim: noexpandtab sw=8 ts=8 sts=0: 3 4 * ··· 7 6 * dentry cache handling code 8 7 * 9 8 * Copyright (C) 2002, 2004 Oracle. All rights reserved. 10 - * 11 - * This program is free software; you can redistribute it and/or 12 - * modify it under the terms of the GNU General Public 13 - * License as published by the Free Software Foundation; either 14 - * version 2 of the License, or (at your option) any later version. 15 - * 16 - * This program is distributed in the hope that it will be useful, 17 - * but WITHOUT ANY WARRANTY; without even the implied warranty of 18 - * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU 19 - * General Public License for more details. 20 - * 21 - * You should have received a copy of the GNU General Public 22 - * License along with this program; if not, write to the 23 - * Free Software Foundation, Inc., 59 Temple Place - Suite 330, 24 - * Boston, MA 021110-1307, USA. 25 9 */ 26 10 27 11 #include <linux/fs.h>
+1 -15
fs/ocfs2/dcache.h
··· 1 + /* SPDX-License-Identifier: GPL-2.0-or-later */ 1 2 /* -*- mode: c; c-basic-offset: 8; -*- 2 3 * vim: noexpandtab sw=8 ts=8 sts=0: 3 4 * ··· 7 6 * Function prototypes 8 7 * 9 8 * Copyright (C) 2002, 2004 Oracle. All rights reserved. 10 - * 11 - * This program is free software; you can redistribute it and/or 12 - * modify it under the terms of the GNU General Public 13 - * License as published by the Free Software Foundation; either 14 - * version 2 of the License, or (at your option) any later version. 15 - * 16 - * This program is distributed in the hope that it will be useful, 17 - * but WITHOUT ANY WARRANTY; without even the implied warranty of 18 - * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU 19 - * General Public License for more details. 20 - * 21 - * You should have received a copy of the GNU General Public 22 - * License along with this program; if not, write to the 23 - * Free Software Foundation, Inc., 59 Temple Place - Suite 330, 24 - * Boston, MA 021110-1307, USA. 25 9 */ 26 10 27 11 #ifndef OCFS2_DCACHE_H
+1 -15
fs/ocfs2/dir.c
··· 1 + // SPDX-License-Identifier: GPL-2.0-or-later 1 2 /* -*- mode: c; c-basic-offset: 8; -*- 2 3 * vim: noexpandtab sw=8 ts=8 sts=0: 3 4 * ··· 20 19 * linux/fs/minix/dir.c 21 20 * 22 21 * Copyright (C) 1991, 1992 Linus Torvalds 23 - * 24 - * This program is free software; you can redistribute it and/or 25 - * modify it under the terms of the GNU General Public 26 - * License as published by the Free Software Foundation; either 27 - * version 2 of the License, or (at your option) any later version. 28 - * 29 - * This program is distributed in the hope that it will be useful, 30 - * but WITHOUT ANY WARRANTY; without even the implied warranty of 31 - * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU 32 - * General Public License for more details. 33 - * 34 - * You should have received a copy of the GNU General Public 35 - * License along with this program; if not, write to the 36 - * Free Software Foundation, Inc., 59 Temple Place - Suite 330, 37 - * Boston, MA 021110-1307, USA. 38 22 */ 39 23 40 24 #include <linux/fs.h>
+1 -15
fs/ocfs2/dir.h
··· 1 + /* SPDX-License-Identifier: GPL-2.0-or-later */ 1 2 /* -*- mode: c; c-basic-offset: 8; -*- 2 3 * vim: noexpandtab sw=8 ts=8 sts=0: 3 4 * ··· 7 6 * Function prototypes 8 7 * 9 8 * Copyright (C) 2002, 2004 Oracle. All rights reserved. 10 - * 11 - * This program is free software; you can redistribute it and/or 12 - * modify it under the terms of the GNU General Public 13 - * License as published by the Free Software Foundation; either 14 - * version 2 of the License, or (at your option) any later version. 15 - * 16 - * This program is distributed in the hope that it will be useful, 17 - * but WITHOUT ANY WARRANTY; without even the implied warranty of 18 - * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU 19 - * General Public License for more details. 20 - * 21 - * You should have received a copy of the GNU General Public 22 - * License along with this program; if not, write to the 23 - * Free Software Foundation, Inc., 59 Temple Place - Suite 330, 24 - * Boston, MA 021110-1307, USA. 25 9 */ 26 10 27 11 #ifndef OCFS2_DIR_H
+1 -16
fs/ocfs2/dlm/dlmapi.h
··· 1 + /* SPDX-License-Identifier: GPL-2.0-or-later */ 1 2 /* -*- mode: c; c-basic-offset: 8; -*- 2 3 * vim: noexpandtab sw=8 ts=8 sts=0: 3 4 * ··· 7 6 * externally exported dlm interfaces 8 7 * 9 8 * Copyright (C) 2004 Oracle. All rights reserved. 10 - * 11 - * This program is free software; you can redistribute it and/or 12 - * modify it under the terms of the GNU General Public 13 - * License as published by the Free Software Foundation; either 14 - * version 2 of the License, or (at your option) any later version. 15 - * 16 - * This program is distributed in the hope that it will be useful, 17 - * but WITHOUT ANY WARRANTY; without even the implied warranty of 18 - * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU 19 - * General Public License for more details. 20 - * 21 - * You should have received a copy of the GNU General Public 22 - * License along with this program; if not, write to the 23 - * Free Software Foundation, Inc., 59 Temple Place - Suite 330, 24 - * Boston, MA 021110-1307, USA. 25 - * 26 9 */ 27 10 28 11 #ifndef DLMAPI_H
+1 -16
fs/ocfs2/dlm/dlmast.c
··· 1 + // SPDX-License-Identifier: GPL-2.0-or-later 1 2 /* -*- mode: c; c-basic-offset: 8; -*- 2 3 * vim: noexpandtab sw=8 ts=8 sts=0: 3 4 * ··· 7 6 * AST and BAST functionality for local and remote nodes 8 7 * 9 8 * Copyright (C) 2004 Oracle. All rights reserved. 10 - * 11 - * This program is free software; you can redistribute it and/or 12 - * modify it under the terms of the GNU General Public 13 - * License as published by the Free Software Foundation; either 14 - * version 2 of the License, or (at your option) any later version. 15 - * 16 - * This program is distributed in the hope that it will be useful, 17 - * but WITHOUT ANY WARRANTY; without even the implied warranty of 18 - * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU 19 - * General Public License for more details. 20 - * 21 - * You should have received a copy of the GNU General Public 22 - * License along with this program; if not, write to the 23 - * Free Software Foundation, Inc., 59 Temple Place - Suite 330, 24 - * Boston, MA 021110-1307, USA. 25 - * 26 9 */ 27 10 28 11
+1 -16
fs/ocfs2/dlm/dlmcommon.h
··· 1 + /* SPDX-License-Identifier: GPL-2.0-or-later */ 1 2 /* -*- mode: c; c-basic-offset: 8; -*- 2 3 * vim: noexpandtab sw=8 ts=8 sts=0: 3 4 * 4 5 * dlmcommon.h 5 6 * 6 7 * Copyright (C) 2004 Oracle. All rights reserved. 7 - * 8 - * This program is free software; you can redistribute it and/or 9 - * modify it under the terms of the GNU General Public 10 - * License as published by the Free Software Foundation; either 11 - * version 2 of the License, or (at your option) any later version. 12 - * 13 - * This program is distributed in the hope that it will be useful, 14 - * but WITHOUT ANY WARRANTY; without even the implied warranty of 15 - * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU 16 - * General Public License for more details. 17 - * 18 - * You should have received a copy of the GNU General Public 19 - * License along with this program; if not, write to the 20 - * Free Software Foundation, Inc., 59 Temple Place - Suite 330, 21 - * Boston, MA 021110-1307, USA. 22 - * 23 8 */ 24 9 25 10 #ifndef DLMCOMMON_H
+1 -16
fs/ocfs2/dlm/dlmconvert.c
··· 1 + // SPDX-License-Identifier: GPL-2.0-or-later 1 2 /* -*- mode: c; c-basic-offset: 8; -*- 2 3 * vim: noexpandtab sw=8 ts=8 sts=0: 3 4 * ··· 7 6 * underlying calls for lock conversion 8 7 * 9 8 * Copyright (C) 2004 Oracle. All rights reserved. 10 - * 11 - * This program is free software; you can redistribute it and/or 12 - * modify it under the terms of the GNU General Public 13 - * License as published by the Free Software Foundation; either 14 - * version 2 of the License, or (at your option) any later version. 15 - * 16 - * This program is distributed in the hope that it will be useful, 17 - * but WITHOUT ANY WARRANTY; without even the implied warranty of 18 - * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU 19 - * General Public License for more details. 20 - * 21 - * You should have received a copy of the GNU General Public 22 - * License along with this program; if not, write to the 23 - * Free Software Foundation, Inc., 59 Temple Place - Suite 330, 24 - * Boston, MA 021110-1307, USA. 25 - * 26 9 */ 27 10 28 11
+1 -16
fs/ocfs2/dlm/dlmconvert.h
··· 1 + /* SPDX-License-Identifier: GPL-2.0-or-later */ 1 2 /* -*- mode: c; c-basic-offset: 8; -*- 2 3 * vim: noexpandtab sw=8 ts=8 sts=0: 3 4 * 4 5 * dlmconvert.h 5 6 * 6 7 * Copyright (C) 2004 Oracle. All rights reserved. 7 - * 8 - * This program is free software; you can redistribute it and/or 9 - * modify it under the terms of the GNU General Public 10 - * License as published by the Free Software Foundation; either 11 - * version 2 of the License, or (at your option) any later version. 12 - * 13 - * This program is distributed in the hope that it will be useful, 14 - * but WITHOUT ANY WARRANTY; without even the implied warranty of 15 - * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU 16 - * General Public License for more details. 17 - * 18 - * You should have received a copy of the GNU General Public 19 - * License along with this program; if not, write to the 20 - * Free Software Foundation, Inc., 59 Temple Place - Suite 330, 21 - * Boston, MA 021110-1307, USA. 22 - * 23 8 */ 24 9 25 10 #ifndef DLMCONVERT_H
+1 -16
fs/ocfs2/dlm/dlmdebug.c
··· 1 + // SPDX-License-Identifier: GPL-2.0-or-later 1 2 /* -*- mode: c; c-basic-offset: 8; -*- 2 3 * vim: noexpandtab sw=8 ts=8 sts=0: 3 4 * ··· 7 6 * debug functionality for the dlm 8 7 * 9 8 * Copyright (C) 2004, 2008 Oracle. All rights reserved. 10 - * 11 - * This program is free software; you can redistribute it and/or 12 - * modify it under the terms of the GNU General Public 13 - * License as published by the Free Software Foundation; either 14 - * version 2 of the License, or (at your option) any later version. 15 - * 16 - * This program is distributed in the hope that it will be useful, 17 - * but WITHOUT ANY WARRANTY; without even the implied warranty of 18 - * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU 19 - * General Public License for more details. 20 - * 21 - * You should have received a copy of the GNU General Public 22 - * License along with this program; if not, write to the 23 - * Free Software Foundation, Inc., 59 Temple Place - Suite 330, 24 - * Boston, MA 021110-1307, USA. 25 - * 26 9 */ 27 10 28 11 #include <linux/types.h>
+1 -16
fs/ocfs2/dlm/dlmdebug.h
··· 1 + /* SPDX-License-Identifier: GPL-2.0-or-later */ 1 2 /* -*- mode: c; c-basic-offset: 8; -*- 2 3 * vim: noexpandtab sw=8 ts=8 sts=0: 3 4 * 4 5 * dlmdebug.h 5 6 * 6 7 * Copyright (C) 2008 Oracle. All rights reserved. 7 - * 8 - * This program is free software; you can redistribute it and/or 9 - * modify it under the terms of the GNU General Public 10 - * License as published by the Free Software Foundation; either 11 - * version 2 of the License, or (at your option) any later version. 12 - * 13 - * This program is distributed in the hope that it will be useful, 14 - * but WITHOUT ANY WARRANTY; without even the implied warranty of 15 - * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU 16 - * General Public License for more details. 17 - * 18 - * You should have received a copy of the GNU General Public 19 - * License along with this program; if not, write to the 20 - * Free Software Foundation, Inc., 59 Temple Place - Suite 330, 21 - * Boston, MA 021110-1307, USA. 22 - * 23 8 */ 24 9 25 10 #ifndef DLMDEBUG_H
+1 -16
fs/ocfs2/dlm/dlmdomain.c
··· 1 + // SPDX-License-Identifier: GPL-2.0-or-later 1 2 /* -*- mode: c; c-basic-offset: 8; -*- 2 3 * vim: noexpandtab sw=8 ts=8 sts=0: 3 4 * ··· 7 6 * defines domain join / leave apis 8 7 * 9 8 * Copyright (C) 2004 Oracle. All rights reserved. 10 - * 11 - * This program is free software; you can redistribute it and/or 12 - * modify it under the terms of the GNU General Public 13 - * License as published by the Free Software Foundation; either 14 - * version 2 of the License, or (at your option) any later version. 15 - * 16 - * This program is distributed in the hope that it will be useful, 17 - * but WITHOUT ANY WARRANTY; without even the implied warranty of 18 - * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU 19 - * General Public License for more details. 20 - * 21 - * You should have received a copy of the GNU General Public 22 - * License along with this program; if not, write to the 23 - * Free Software Foundation, Inc., 59 Temple Place - Suite 330, 24 - * Boston, MA 021110-1307, USA. 25 - * 26 9 */ 27 10 28 11 #include <linux/module.h>
+1 -16
fs/ocfs2/dlm/dlmdomain.h
··· 1 + /* SPDX-License-Identifier: GPL-2.0-or-later */ 1 2 /* -*- mode: c; c-basic-offset: 8; -*- 2 3 * vim: noexpandtab sw=8 ts=8 sts=0: 3 4 * 4 5 * dlmdomain.h 5 6 * 6 7 * Copyright (C) 2004 Oracle. All rights reserved. 7 - * 8 - * This program is free software; you can redistribute it and/or 9 - * modify it under the terms of the GNU General Public 10 - * License as published by the Free Software Foundation; either 11 - * version 2 of the License, or (at your option) any later version. 12 - * 13 - * This program is distributed in the hope that it will be useful, 14 - * but WITHOUT ANY WARRANTY; without even the implied warranty of 15 - * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU 16 - * General Public License for more details. 17 - * 18 - * You should have received a copy of the GNU General Public 19 - * License along with this program; if not, write to the 20 - * Free Software Foundation, Inc., 59 Temple Place - Suite 330, 21 - * Boston, MA 021110-1307, USA. 22 - * 23 8 */ 24 9 25 10 #ifndef DLMDOMAIN_H
+1 -16
fs/ocfs2/dlm/dlmlock.c
··· 1 + // SPDX-License-Identifier: GPL-2.0-or-later 1 2 /* -*- mode: c; c-basic-offset: 8; -*- 2 3 * vim: noexpandtab sw=8 ts=8 sts=0: 3 4 * ··· 7 6 * underlying calls for lock creation 8 7 * 9 8 * Copyright (C) 2004 Oracle. All rights reserved. 10 - * 11 - * This program is free software; you can redistribute it and/or 12 - * modify it under the terms of the GNU General Public 13 - * License as published by the Free Software Foundation; either 14 - * version 2 of the License, or (at your option) any later version. 15 - * 16 - * This program is distributed in the hope that it will be useful, 17 - * but WITHOUT ANY WARRANTY; without even the implied warranty of 18 - * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU 19 - * General Public License for more details. 20 - * 21 - * You should have received a copy of the GNU General Public 22 - * License along with this program; if not, write to the 23 - * Free Software Foundation, Inc., 59 Temple Place - Suite 330, 24 - * Boston, MA 021110-1307, USA. 25 - * 26 9 */ 27 10 28 11
+1 -16
fs/ocfs2/dlm/dlmmaster.c
··· 1 + // SPDX-License-Identifier: GPL-2.0-or-later 1 2 /* -*- mode: c; c-basic-offset: 8; -*- 2 3 * vim: noexpandtab sw=8 ts=8 sts=0: 3 4 * ··· 7 6 * standalone DLM module 8 7 * 9 8 * Copyright (C) 2004 Oracle. All rights reserved. 10 - * 11 - * This program is free software; you can redistribute it and/or 12 - * modify it under the terms of the GNU General Public 13 - * License as published by the Free Software Foundation; either 14 - * version 2 of the License, or (at your option) any later version. 15 - * 16 - * This program is distributed in the hope that it will be useful, 17 - * but WITHOUT ANY WARRANTY; without even the implied warranty of 18 - * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU 19 - * General Public License for more details. 20 - * 21 - * You should have received a copy of the GNU General Public 22 - * License along with this program; if not, write to the 23 - * Free Software Foundation, Inc., 59 Temple Place - Suite 330, 24 - * Boston, MA 021110-1307, USA. 25 - * 26 9 */ 27 10 28 11
+1 -16
fs/ocfs2/dlm/dlmrecovery.c
··· 1 + // SPDX-License-Identifier: GPL-2.0-or-later 1 2 /* -*- mode: c; c-basic-offset: 8; -*- 2 3 * vim: noexpandtab sw=8 ts=8 sts=0: 3 4 * ··· 7 6 * recovery stuff 8 7 * 9 8 * Copyright (C) 2004 Oracle. All rights reserved. 10 - * 11 - * This program is free software; you can redistribute it and/or 12 - * modify it under the terms of the GNU General Public 13 - * License as published by the Free Software Foundation; either 14 - * version 2 of the License, or (at your option) any later version. 15 - * 16 - * This program is distributed in the hope that it will be useful, 17 - * but WITHOUT ANY WARRANTY; without even the implied warranty of 18 - * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU 19 - * General Public License for more details. 20 - * 21 - * You should have received a copy of the GNU General Public 22 - * License along with this program; if not, write to the 23 - * Free Software Foundation, Inc., 59 Temple Place - Suite 330, 24 - * Boston, MA 021110-1307, USA. 25 - * 26 9 */ 27 10 28 11
+1 -16
fs/ocfs2/dlm/dlmthread.c
··· 1 + // SPDX-License-Identifier: GPL-2.0-or-later 1 2 /* -*- mode: c; c-basic-offset: 8; -*- 2 3 * vim: noexpandtab sw=8 ts=8 sts=0: 3 4 * ··· 7 6 * standalone DLM module 8 7 * 9 8 * Copyright (C) 2004 Oracle. All rights reserved. 10 - * 11 - * This program is free software; you can redistribute it and/or 12 - * modify it under the terms of the GNU General Public 13 - * License as published by the Free Software Foundation; either 14 - * version 2 of the License, or (at your option) any later version. 15 - * 16 - * This program is distributed in the hope that it will be useful, 17 - * but WITHOUT ANY WARRANTY; without even the implied warranty of 18 - * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU 19 - * General Public License for more details. 20 - * 21 - * You should have received a copy of the GNU General Public 22 - * License along with this program; if not, write to the 23 - * Free Software Foundation, Inc., 59 Temple Place - Suite 330, 24 - * Boston, MA 021110-1307, USA. 25 - * 26 9 */ 27 10 28 11
+1 -16
fs/ocfs2/dlm/dlmunlock.c
··· 1 + // SPDX-License-Identifier: GPL-2.0-or-later 1 2 /* -*- mode: c; c-basic-offset: 8; -*- 2 3 * vim: noexpandtab sw=8 ts=8 sts=0: 3 4 * ··· 7 6 * underlying calls for unlocking locks 8 7 * 9 8 * Copyright (C) 2004 Oracle. All rights reserved. 10 - * 11 - * This program is free software; you can redistribute it and/or 12 - * modify it under the terms of the GNU General Public 13 - * License as published by the Free Software Foundation; either 14 - * version 2 of the License, or (at your option) any later version. 15 - * 16 - * This program is distributed in the hope that it will be useful, 17 - * but WITHOUT ANY WARRANTY; without even the implied warranty of 18 - * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU 19 - * General Public License for more details. 20 - * 21 - * You should have received a copy of the GNU General Public 22 - * License along with this program; if not, write to the 23 - * Free Software Foundation, Inc., 59 Temple Place - Suite 330, 24 - * Boston, MA 021110-1307, USA. 25 - * 26 9 */ 27 10 28 11
+1 -15
fs/ocfs2/dlmfs/dlmfs.c
··· 1 + // SPDX-License-Identifier: GPL-2.0-or-later 1 2 /* -*- mode: c; c-basic-offset: 8; -*- 2 3 * vim: noexpandtab sw=8 ts=8 sts=0: 3 4 * ··· 10 9 * which was a template for the fs side of this module. 11 10 * 12 11 * Copyright (C) 2003, 2004 Oracle. All rights reserved. 13 - * 14 - * This program is free software; you can redistribute it and/or 15 - * modify it under the terms of the GNU General Public 16 - * License as published by the Free Software Foundation; either 17 - * version 2 of the License, or (at your option) any later version. 18 - * 19 - * This program is distributed in the hope that it will be useful, 20 - * but WITHOUT ANY WARRANTY; without even the implied warranty of 21 - * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU 22 - * General Public License for more details. 23 - * 24 - * You should have received a copy of the GNU General Public 25 - * License along with this program; if not, write to the 26 - * Free Software Foundation, Inc., 59 Temple Place - Suite 330, 27 - * Boston, MA 021110-1307, USA. 28 12 */ 29 13 30 14 /* Simple VFS hooks based on: */
+1 -15
fs/ocfs2/dlmfs/userdlm.c
··· 1 + // SPDX-License-Identifier: GPL-2.0-or-later 1 2 /* -*- mode: c; c-basic-offset: 8; -*- 2 3 * vim: noexpandtab sw=8 ts=8 sts=0: 3 4 * ··· 11 10 * functions. 12 11 * 13 12 * Copyright (C) 2003, 2004 Oracle. All rights reserved. 14 - * 15 - * This program is free software; you can redistribute it and/or 16 - * modify it under the terms of the GNU General Public 17 - * License as published by the Free Software Foundation; either 18 - * version 2 of the License, or (at your option) any later version. 19 - * 20 - * This program is distributed in the hope that it will be useful, 21 - * but WITHOUT ANY WARRANTY; without even the implied warranty of 22 - * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU 23 - * General Public License for more details. 24 - * 25 - * You should have received a copy of the GNU General Public 26 - * License along with this program; if not, write to the 27 - * Free Software Foundation, Inc., 59 Temple Place - Suite 330, 28 - * Boston, MA 021110-1307, USA. 29 13 */ 30 14 31 15 #include <linux/signal.h>
+1 -15
fs/ocfs2/dlmfs/userdlm.h
··· 1 + /* SPDX-License-Identifier: GPL-2.0-or-later */ 1 2 /* -*- mode: c; c-basic-offset: 8; -*- 2 3 * vim: noexpandtab sw=8 ts=8 sts=0: 3 4 * ··· 7 6 * Userspace dlm defines 8 7 * 9 8 * Copyright (C) 2002, 2004 Oracle. All rights reserved. 10 - * 11 - * This program is free software; you can redistribute it and/or 12 - * modify it under the terms of the GNU General Public 13 - * License as published by the Free Software Foundation; either 14 - * version 2 of the License, or (at your option) any later version. 15 - * 16 - * This program is distributed in the hope that it will be useful, 17 - * but WITHOUT ANY WARRANTY; without even the implied warranty of 18 - * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU 19 - * General Public License for more details. 20 - * 21 - * You should have received a copy of the GNU General Public 22 - * License along with this program; if not, write to the 23 - * Free Software Foundation, Inc., 59 Temple Place - Suite 330, 24 - * Boston, MA 021110-1307, USA. 25 9 */ 26 10 27 11
+1 -15
fs/ocfs2/dlmglue.c
··· 1 + // SPDX-License-Identifier: GPL-2.0-or-later 1 2 /* -*- mode: c; c-basic-offset: 8; -*- 2 3 * vim: noexpandtab sw=8 ts=8 sts=0: 3 4 * ··· 7 6 * Code which implements an OCFS2 specific interface to our DLM. 8 7 * 9 8 * Copyright (C) 2003, 2004 Oracle. All rights reserved. 10 - * 11 - * This program is free software; you can redistribute it and/or 12 - * modify it under the terms of the GNU General Public 13 - * License as published by the Free Software Foundation; either 14 - * version 2 of the License, or (at your option) any later version. 15 - * 16 - * This program is distributed in the hope that it will be useful, 17 - * but WITHOUT ANY WARRANTY; without even the implied warranty of 18 - * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU 19 - * General Public License for more details. 20 - * 21 - * You should have received a copy of the GNU General Public 22 - * License along with this program; if not, write to the 23 - * Free Software Foundation, Inc., 59 Temple Place - Suite 330, 24 - * Boston, MA 021110-1307, USA. 25 9 */ 26 10 27 11 #include <linux/types.h>
+1 -15
fs/ocfs2/dlmglue.h
··· 1 + /* SPDX-License-Identifier: GPL-2.0-or-later */ 1 2 /* -*- mode: c; c-basic-offset: 8; -*- 2 3 * vim: noexpandtab sw=8 ts=8 sts=0: 3 4 * ··· 7 6 * description here 8 7 * 9 8 * Copyright (C) 2002, 2004 Oracle. All rights reserved. 10 - * 11 - * This program is free software; you can redistribute it and/or 12 - * modify it under the terms of the GNU General Public 13 - * License as published by the Free Software Foundation; either 14 - * version 2 of the License, or (at your option) any later version. 15 - * 16 - * This program is distributed in the hope that it will be useful, 17 - * but WITHOUT ANY WARRANTY; without even the implied warranty of 18 - * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU 19 - * General Public License for more details. 20 - * 21 - * You should have received a copy of the GNU General Public 22 - * License along with this program; if not, write to the 23 - * Free Software Foundation, Inc., 59 Temple Place - Suite 330, 24 - * Boston, MA 021110-1307, USA. 25 9 */ 26 10 27 11
+1 -15
fs/ocfs2/export.c
··· 1 + // SPDX-License-Identifier: GPL-2.0-or-later 1 2 /* -*- mode: c; c-basic-offset: 8; -*- 2 3 * vim: noexpandtab sw=8 ts=8 sts=0: 3 4 * ··· 7 6 * Functions to facilitate NFS exporting 8 7 * 9 8 * Copyright (C) 2002, 2005 Oracle. All rights reserved. 10 - * 11 - * This program is free software; you can redistribute it and/or 12 - * modify it under the terms of the GNU General Public 13 - * License as published by the Free Software Foundation; either 14 - * version 2 of the License, or (at your option) any later version. 15 - * 16 - * This program is distributed in the hope that it will be useful, 17 - * but WITHOUT ANY WARRANTY; without even the implied warranty of 18 - * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU 19 - * General Public License for more details. 20 - * 21 - * You should have received a copy of the GNU General Public 22 - * License along with this program; if not, write to the 23 - * Free Software Foundation, Inc., 59 Temple Place - Suite 330, 24 - * Boston, MA 021110-1307, USA. 25 9 */ 26 10 27 11 #include <linux/fs.h>
+1 -15
fs/ocfs2/export.h
··· 1 + /* SPDX-License-Identifier: GPL-2.0-or-later */ 1 2 /* -*- mode: c; c-basic-offset: 8; -*- 2 3 * vim: noexpandtab sw=8 ts=8 sts=0: 3 4 * ··· 7 6 * Function prototypes 8 7 * 9 8 * Copyright (C) 2002, 2005 Oracle. All rights reserved. 10 - * 11 - * This program is free software; you can redistribute it and/or 12 - * modify it under the terms of the GNU General Public 13 - * License as published by the Free Software Foundation; either 14 - * version 2 of the License, or (at your option) any later version. 15 - * 16 - * This program is distributed in the hope that it will be useful, 17 - * but WITHOUT ANY WARRANTY; without even the implied warranty of 18 - * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU 19 - * General Public License for more details. 20 - * 21 - * You should have received a copy of the GNU General Public 22 - * License along with this program; if not, write to the 23 - * Free Software Foundation, Inc., 59 Temple Place - Suite 330, 24 - * Boston, MA 021110-1307, USA. 25 9 */ 26 10 27 11 #ifndef OCFS2_EXPORT_H
+1 -15
fs/ocfs2/file.c
··· 1 + // SPDX-License-Identifier: GPL-2.0-or-later 1 2 /* -*- mode: c; c-basic-offset: 8; -*- 2 3 * vim: noexpandtab sw=8 ts=8 sts=0: 3 4 * ··· 7 6 * File open, close, extend, truncate 8 7 * 9 8 * Copyright (C) 2002, 2004 Oracle. All rights reserved. 10 - * 11 - * This program is free software; you can redistribute it and/or 12 - * modify it under the terms of the GNU General Public 13 - * License as published by the Free Software Foundation; either 14 - * version 2 of the License, or (at your option) any later version. 15 - * 16 - * This program is distributed in the hope that it will be useful, 17 - * but WITHOUT ANY WARRANTY; without even the implied warranty of 18 - * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU 19 - * General Public License for more details. 20 - * 21 - * You should have received a copy of the GNU General Public 22 - * License along with this program; if not, write to the 23 - * Free Software Foundation, Inc., 59 Temple Place - Suite 330, 24 - * Boston, MA 021110-1307, USA. 25 9 */ 26 10 27 11 #include <linux/capability.h>
+1 -15
fs/ocfs2/file.h
··· 1 + /* SPDX-License-Identifier: GPL-2.0-or-later */ 1 2 /* -*- mode: c; c-basic-offset: 8; -*- 2 3 * vim: noexpandtab sw=8 ts=8 sts=0: 3 4 * ··· 7 6 * Function prototypes 8 7 * 9 8 * Copyright (C) 2002, 2004 Oracle. All rights reserved. 10 - * 11 - * This program is free software; you can redistribute it and/or 12 - * modify it under the terms of the GNU General Public 13 - * License as published by the Free Software Foundation; either 14 - * version 2 of the License, or (at your option) any later version. 15 - * 16 - * This program is distributed in the hope that it will be useful, 17 - * but WITHOUT ANY WARRANTY; without even the implied warranty of 18 - * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU 19 - * General Public License for more details. 20 - * 21 - * You should have received a copy of the GNU General Public 22 - * License along with this program; if not, write to the 23 - * Free Software Foundation, Inc., 59 Temple Place - Suite 330, 24 - * Boston, MA 021110-1307, USA. 25 9 */ 26 10 27 11 #ifndef OCFS2_FILE_H
+1 -15
fs/ocfs2/heartbeat.c
··· 1 + // SPDX-License-Identifier: GPL-2.0-or-later 1 2 /* -*- mode: c; c-basic-offset: 8; -*- 2 3 * vim: noexpandtab sw=8 ts=8 sts=0: 3 4 * ··· 8 7 * up to date, and fire off recovery when needed. 9 8 * 10 9 * Copyright (C) 2002, 2004 Oracle. All rights reserved. 11 - * 12 - * This program is free software; you can redistribute it and/or 13 - * modify it under the terms of the GNU General Public 14 - * License as published by the Free Software Foundation; either 15 - * version 2 of the License, or (at your option) any later version. 16 - * 17 - * This program is distributed in the hope that it will be useful, 18 - * but WITHOUT ANY WARRANTY; without even the implied warranty of 19 - * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU 20 - * General Public License for more details. 21 - * 22 - * You should have received a copy of the GNU General Public 23 - * License along with this program; if not, write to the 24 - * Free Software Foundation, Inc., 59 Temple Place - Suite 330, 25 - * Boston, MA 021110-1307, USA. 26 10 */ 27 11 28 12 #include <linux/fs.h>
+1 -15
fs/ocfs2/heartbeat.h
··· 1 + /* SPDX-License-Identifier: GPL-2.0-or-later */ 1 2 /* -*- mode: c; c-basic-offset: 8; -*- 2 3 * vim: noexpandtab sw=8 ts=8 sts=0: 3 4 * ··· 7 6 * Function prototypes 8 7 * 9 8 * Copyright (C) 2002, 2004 Oracle. All rights reserved. 10 - * 11 - * This program is free software; you can redistribute it and/or 12 - * modify it under the terms of the GNU General Public 13 - * License as published by the Free Software Foundation; either 14 - * version 2 of the License, or (at your option) any later version. 15 - * 16 - * This program is distributed in the hope that it will be useful, 17 - * but WITHOUT ANY WARRANTY; without even the implied warranty of 18 - * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU 19 - * General Public License for more details. 20 - * 21 - * You should have received a copy of the GNU General Public 22 - * License along with this program; if not, write to the 23 - * Free Software Foundation, Inc., 59 Temple Place - Suite 330, 24 - * Boston, MA 021110-1307, USA. 25 9 */ 26 10 27 11 #ifndef OCFS2_HEARTBEAT_H
+1 -15
fs/ocfs2/inode.c
··· 1 + // SPDX-License-Identifier: GPL-2.0-or-later 1 2 /* -*- mode: c; c-basic-offset: 8; -*- 2 3 * vim: noexpandtab sw=8 ts=8 sts=0: 3 4 * ··· 7 6 * vfs' aops, fops, dops and iops 8 7 * 9 8 * Copyright (C) 2002, 2004 Oracle. All rights reserved. 10 - * 11 - * This program is free software; you can redistribute it and/or 12 - * modify it under the terms of the GNU General Public 13 - * License as published by the Free Software Foundation; either 14 - * version 2 of the License, or (at your option) any later version. 15 - * 16 - * This program is distributed in the hope that it will be useful, 17 - * but WITHOUT ANY WARRANTY; without even the implied warranty of 18 - * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU 19 - * General Public License for more details. 20 - * 21 - * You should have received a copy of the GNU General Public 22 - * License along with this program; if not, write to the 23 - * Free Software Foundation, Inc., 59 Temple Place - Suite 330, 24 - * Boston, MA 021110-1307, USA. 25 9 */ 26 10 27 11 #include <linux/fs.h>
+1 -15
fs/ocfs2/inode.h
··· 1 + /* SPDX-License-Identifier: GPL-2.0-or-later */ 1 2 /* -*- mode: c; c-basic-offset: 8; -*- 2 3 * vim: noexpandtab sw=8 ts=8 sts=0: 3 4 * ··· 7 6 * Function prototypes 8 7 * 9 8 * Copyright (C) 2002, 2004 Oracle. All rights reserved. 10 - * 11 - * This program is free software; you can redistribute it and/or 12 - * modify it under the terms of the GNU General Public 13 - * License as published by the Free Software Foundation; either 14 - * version 2 of the License, or (at your option) any later version. 15 - * 16 - * This program is distributed in the hope that it will be useful, 17 - * but WITHOUT ANY WARRANTY; without even the implied warranty of 18 - * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU 19 - * General Public License for more details. 20 - * 21 - * You should have received a copy of the GNU General Public 22 - * License along with this program; if not, write to the 23 - * Free Software Foundation, Inc., 59 Temple Place - Suite 330, 24 - * Boston, MA 021110-1307, USA. 25 9 */ 26 10 27 11 #ifndef OCFS2_INODE_H
+1 -15
fs/ocfs2/journal.c
··· 1 + // SPDX-License-Identifier: GPL-2.0-or-later 1 2 /* -*- mode: c; c-basic-offset: 8; -*- 2 3 * vim: noexpandtab sw=8 ts=8 sts=0: 3 4 * ··· 7 6 * Defines functions of journalling api 8 7 * 9 8 * Copyright (C) 2003, 2004 Oracle. All rights reserved. 10 - * 11 - * This program is free software; you can redistribute it and/or 12 - * modify it under the terms of the GNU General Public 13 - * License as published by the Free Software Foundation; either 14 - * version 2 of the License, or (at your option) any later version. 15 - * 16 - * This program is distributed in the hope that it will be useful, 17 - * but WITHOUT ANY WARRANTY; without even the implied warranty of 18 - * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU 19 - * General Public License for more details. 20 - * 21 - * You should have received a copy of the GNU General Public 22 - * License along with this program; if not, write to the 23 - * Free Software Foundation, Inc., 59 Temple Place - Suite 330, 24 - * Boston, MA 021110-1307, USA. 25 9 */ 26 10 27 11 #include <linux/fs.h>
+1 -15
fs/ocfs2/journal.h
··· 1 + /* SPDX-License-Identifier: GPL-2.0-or-later */ 1 2 /* -*- mode: c; c-basic-offset: 8; -*- 2 3 * vim: noexpandtab sw=8 ts=8 sts=0: 3 4 * ··· 7 6 * Defines journalling api and structures. 8 7 * 9 8 * Copyright (C) 2003, 2005 Oracle. All rights reserved. 10 - * 11 - * This program is free software; you can redistribute it and/or 12 - * modify it under the terms of the GNU General Public 13 - * License as published by the Free Software Foundation; either 14 - * version 2 of the License, or (at your option) any later version. 15 - * 16 - * This program is distributed in the hope that it will be useful, 17 - * but WITHOUT ANY WARRANTY; without even the implied warranty of 18 - * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU 19 - * General Public License for more details. 20 - * 21 - * You should have received a copy of the GNU General Public 22 - * License along with this program; if not, write to the 23 - * Free Software Foundation, Inc., 59 Temple Place - Suite 330, 24 - * Boston, MA 021110-1307, USA. 25 9 */ 26 10 27 11 #ifndef OCFS2_JOURNAL_H
+1 -15
fs/ocfs2/localalloc.c
··· 1 + // SPDX-License-Identifier: GPL-2.0-or-later 1 2 /* -*- mode: c; c-basic-offset: 8; -*- 2 3 * vim: noexpandtab sw=8 ts=8 sts=0: 3 4 * ··· 7 6 * Node local data allocation 8 7 * 9 8 * Copyright (C) 2002, 2004 Oracle. All rights reserved. 10 - * 11 - * This program is free software; you can redistribute it and/or 12 - * modify it under the terms of the GNU General Public 13 - * License as published by the Free Software Foundation; either 14 - * version 2 of the License, or (at your option) any later version. 15 - * 16 - * This program is distributed in the hope that it will be useful, 17 - * but WITHOUT ANY WARRANTY; without even the implied warranty of 18 - * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU 19 - * General Public License for more details. 20 - * 21 - * You should have received a copy of the GNU General Public 22 - * License along with this program; if not, write to the 23 - * Free Software Foundation, Inc., 59 Temple Place - Suite 330, 24 - * Boston, MA 021110-1307, USA. 25 9 */ 26 10 27 11 #include <linux/fs.h>
+1 -15
fs/ocfs2/localalloc.h
··· 1 + /* SPDX-License-Identifier: GPL-2.0-or-later */ 1 2 /* -*- mode: c; c-basic-offset: 8; -*- 2 3 * vim: noexpandtab sw=8 ts=8 sts=0: 3 4 * ··· 7 6 * Function prototypes 8 7 * 9 8 * Copyright (C) 2002, 2004 Oracle. All rights reserved. 10 - * 11 - * This program is free software; you can redistribute it and/or 12 - * modify it under the terms of the GNU General Public 13 - * License as published by the Free Software Foundation; either 14 - * version 2 of the License, or (at your option) any later version. 15 - * 16 - * This program is distributed in the hope that it will be useful, 17 - * but WITHOUT ANY WARRANTY; without even the implied warranty of 18 - * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU 19 - * General Public License for more details. 20 - * 21 - * You should have received a copy of the GNU General Public 22 - * License along with this program; if not, write to the 23 - * Free Software Foundation, Inc., 59 Temple Place - Suite 330, 24 - * Boston, MA 021110-1307, USA. 25 9 */ 26 10 27 11 #ifndef OCFS2_LOCALALLOC_H
+1 -15
fs/ocfs2/locks.c
··· 1 + // SPDX-License-Identifier: GPL-2.0-or-later 1 2 /* -*- mode: c; c-basic-offset: 8; -*- 2 3 * vim: noexpandtab sw=8 ts=8 sts=0: 3 4 * ··· 7 6 * Userspace file locking support 8 7 * 9 8 * Copyright (C) 2007 Oracle. All rights reserved. 10 - * 11 - * This program is free software; you can redistribute it and/or 12 - * modify it under the terms of the GNU General Public 13 - * License as published by the Free Software Foundation; either 14 - * version 2 of the License, or (at your option) any later version. 15 - * 16 - * This program is distributed in the hope that it will be useful, 17 - * but WITHOUT ANY WARRANTY; without even the implied warranty of 18 - * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU 19 - * General Public License for more details. 20 - * 21 - * You should have received a copy of the GNU General Public 22 - * License along with this program; if not, write to the 23 - * Free Software Foundation, Inc., 59 Temple Place - Suite 330, 24 - * Boston, MA 021110-1307, USA. 25 9 */ 26 10 27 11 #include <linux/fs.h>
+1 -15
fs/ocfs2/locks.h
··· 1 + /* SPDX-License-Identifier: GPL-2.0-or-later */ 1 2 /* -*- mode: c; c-basic-offset: 8; -*- 2 3 * vim: noexpandtab sw=8 ts=8 sts=0: 3 4 * ··· 7 6 * Function prototypes for Userspace file locking support 8 7 * 9 8 * Copyright (C) 2002, 2004 Oracle. All rights reserved. 10 - * 11 - * This program is free software; you can redistribute it and/or 12 - * modify it under the terms of the GNU General Public 13 - * License as published by the Free Software Foundation; either 14 - * version 2 of the License, or (at your option) any later version. 15 - * 16 - * This program is distributed in the hope that it will be useful, 17 - * but WITHOUT ANY WARRANTY; without even the implied warranty of 18 - * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU 19 - * General Public License for more details. 20 - * 21 - * You should have received a copy of the GNU General Public 22 - * License along with this program; if not, write to the 23 - * Free Software Foundation, Inc., 59 Temple Place - Suite 330, 24 - * Boston, MA 021110-1307, USA. 25 9 */ 26 10 27 11 #ifndef OCFS2_LOCKS_H
+1 -15
fs/ocfs2/mmap.c
··· 1 + // SPDX-License-Identifier: GPL-2.0-or-later 1 2 /* -*- mode: c; c-basic-offset: 8; -*- 2 3 * vim: noexpandtab sw=8 ts=8 sts=0: 3 4 * ··· 7 6 * Code to deal with the mess that is clustered mmap. 8 7 * 9 8 * Copyright (C) 2002, 2004 Oracle. All rights reserved. 10 - * 11 - * This program is free software; you can redistribute it and/or 12 - * modify it under the terms of the GNU General Public 13 - * License as published by the Free Software Foundation; either 14 - * version 2 of the License, or (at your option) any later version. 15 - * 16 - * This program is distributed in the hope that it will be useful, 17 - * but WITHOUT ANY WARRANTY; without even the implied warranty of 18 - * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU 19 - * General Public License for more details. 20 - * 21 - * You should have received a copy of the GNU General Public 22 - * License along with this program; if not, write to the 23 - * Free Software Foundation, Inc., 59 Temple Place - Suite 330, 24 - * Boston, MA 021110-1307, USA. 25 9 */ 26 10 27 11 #include <linux/fs.h>
+1 -15
fs/ocfs2/namei.c
··· 1 + // SPDX-License-Identifier: GPL-2.0-or-later 1 2 /* -*- mode: c; c-basic-offset: 8; -*- 2 3 * vim: noexpandtab sw=8 ts=8 sts=0: 3 4 * ··· 20 19 * linux/fs/minix/dir.c 21 20 * 22 21 * Copyright (C) 1991, 1992 Linux Torvalds 23 - * 24 - * This program is free software; you can redistribute it and/or 25 - * modify it under the terms of the GNU General Public 26 - * License as published by the Free Software Foundation; either 27 - * version 2 of the License, or (at your option) any later version. 28 - * 29 - * This program is distributed in the hope that it will be useful, 30 - * but WITHOUT ANY WARRANTY; without even the implied warranty of 31 - * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU 32 - * General Public License for more details. 33 - * 34 - * You should have received a copy of the GNU General Public 35 - * License along with this program; if not, write to the 36 - * Free Software Foundation, Inc., 59 Temple Place - Suite 330, 37 - * Boston, MA 021110-1307, USA. 38 22 */ 39 23 40 24 #include <linux/fs.h>
+1 -15
fs/ocfs2/namei.h
··· 1 + /* SPDX-License-Identifier: GPL-2.0-or-later */ 1 2 /* -*- mode: c; c-basic-offset: 8; -*- 2 3 * vim: noexpandtab sw=8 ts=8 sts=0: 3 4 * ··· 7 6 * Function prototypes 8 7 * 9 8 * Copyright (C) 2002, 2004 Oracle. All rights reserved. 10 - * 11 - * This program is free software; you can redistribute it and/or 12 - * modify it under the terms of the GNU General Public 13 - * License as published by the Free Software Foundation; either 14 - * version 2 of the License, or (at your option) any later version. 15 - * 16 - * This program is distributed in the hope that it will be useful, 17 - * but WITHOUT ANY WARRANTY; without even the implied warranty of 18 - * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU 19 - * General Public License for more details. 20 - * 21 - * You should have received a copy of the GNU General Public 22 - * License along with this program; if not, write to the 23 - * Free Software Foundation, Inc., 59 Temple Place - Suite 330, 24 - * Boston, MA 021110-1307, USA. 25 9 */ 26 10 27 11 #ifndef OCFS2_NAMEI_H
+1 -15
fs/ocfs2/ocfs2.h
··· 1 + /* SPDX-License-Identifier: GPL-2.0-or-later */ 1 2 /* -*- mode: c; c-basic-offset: 8; -*- 2 3 * vim: noexpandtab sw=8 ts=8 sts=0: 3 4 * ··· 7 6 * Defines macros and structures used in OCFS2 8 7 * 9 8 * Copyright (C) 2002, 2004 Oracle. All rights reserved. 10 - * 11 - * This program is free software; you can redistribute it and/or 12 - * modify it under the terms of the GNU General Public 13 - * License as published by the Free Software Foundation; either 14 - * version 2 of the License, or (at your option) any later version. 15 - * 16 - * This program is distributed in the hope that it will be useful, 17 - * but WITHOUT ANY WARRANTY; without even the implied warranty of 18 - * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU 19 - * General Public License for more details. 20 - * 21 - * You should have received a copy of the GNU General Public 22 - * License along with this program; if not, write to the 23 - * Free Software Foundation, Inc., 59 Temple Place - Suite 330, 24 - * Boston, MA 021110-1307, USA. 25 9 */ 26 10 27 11 #ifndef OCFS2_H
+1 -15
fs/ocfs2/ocfs2_lockid.h
··· 1 + /* SPDX-License-Identifier: GPL-2.0-or-later */ 1 2 /* -*- mode: c; c-basic-offset: 8; -*- 2 3 * vim: noexpandtab sw=8 ts=8 sts=0: 3 4 * ··· 7 6 * Defines OCFS2 lockid bits. 8 7 * 9 8 * Copyright (C) 2002, 2005 Oracle. All rights reserved. 10 - * 11 - * This program is free software; you can redistribute it and/or 12 - * modify it under the terms of the GNU General Public 13 - * License as published by the Free Software Foundation; either 14 - * version 2 of the License, or (at your option) any later version. 15 - * 16 - * This program is distributed in the hope that it will be useful, 17 - * but WITHOUT ANY WARRANTY; without even the implied warranty of 18 - * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU 19 - * General Public License for more details. 20 - * 21 - * You should have received a copy of the GNU General Public 22 - * License along with this program; if not, write to the 23 - * Free Software Foundation, Inc., 59 Temple Place - Suite 330, 24 - * Boston, MA 021110-1307, USA. 25 9 */ 26 10 27 11 #ifndef OCFS2_LOCKID_H
+1 -15
fs/ocfs2/resize.c
··· 1 + // SPDX-License-Identifier: GPL-2.0-or-later 1 2 /* -*- mode: c; c-basic-offset: 8; -*- 2 3 * vim: noexpandtab sw=8 ts=8 sts=0: 3 4 * ··· 8 7 * Inspired by ext3/resize.c. 9 8 * 10 9 * Copyright (C) 2007 Oracle. All rights reserved. 11 - * 12 - * This program is free software; you can redistribute it and/or 13 - * modify it under the terms of the GNU General Public 14 - * License as published by the Free Software Foundation; either 15 - * version 2 of the License, or (at your option) any later version. 16 - * 17 - * This program is distributed in the hope that it will be useful, 18 - * but WITHOUT ANY WARRANTY; without even the implied warranty of 19 - * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU 20 - * General Public License for more details. 21 - * 22 - * You should have received a copy of the GNU General Public 23 - * License along with this program; if not, write to the 24 - * Free Software Foundation, Inc., 59 Temple Place - Suite 330, 25 - * Boston, MA 021110-1307, USA. 26 10 */ 27 11 28 12 #include <linux/fs.h>
+1 -15
fs/ocfs2/resize.h
··· 1 + /* SPDX-License-Identifier: GPL-2.0-or-later */ 1 2 /* -*- mode: c; c-basic-offset: 8; -*- 2 3 * vim: noexpandtab sw=8 ts=8 sts=0: 3 4 * ··· 7 6 * Function prototypes 8 7 * 9 8 * Copyright (C) 2007 Oracle. All rights reserved. 10 - * 11 - * This program is free software; you can redistribute it and/or 12 - * modify it under the terms of the GNU General Public 13 - * License as published by the Free Software Foundation; either 14 - * version 2 of the License, or (at your option) any later version. 15 - * 16 - * This program is distributed in the hope that it will be useful, 17 - * but WITHOUT ANY WARRANTY; without even the implied warranty of 18 - * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU 19 - * General Public License for more details. 20 - * 21 - * You should have received a copy of the GNU General Public 22 - * License along with this program; if not, write to the 23 - * Free Software Foundation, Inc., 59 Temple Place - Suite 330, 24 - * Boston, MA 021110-1307, USA. 25 9 */ 26 10 27 11 #ifndef OCFS2_RESIZE_H
+1 -17
fs/ocfs2/slot_map.c
··· 1 + // SPDX-License-Identifier: GPL-2.0-or-later 1 2 /* -*- mode: c; c-basic-offset: 8; -*- 2 3 * vim: noexpandtab sw=8 ts=8 sts=0: 3 4 * 4 5 * slot_map.c 5 6 * 6 - * 7 - * 8 7 * Copyright (C) 2002, 2004 Oracle. All rights reserved. 9 - * 10 - * This program is free software; you can redistribute it and/or 11 - * modify it under the terms of the GNU General Public 12 - * License as published by the Free Software Foundation; either 13 - * version 2 of the License, or (at your option) any later version. 14 - * 15 - * This program is distributed in the hope that it will be useful, 16 - * but WITHOUT ANY WARRANTY; without even the implied warranty of 17 - * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU 18 - * General Public License for more details. 19 - * 20 - * You should have received a copy of the GNU General Public 21 - * License along with this program; if not, write to the 22 - * Free Software Foundation, Inc., 59 Temple Place - Suite 330, 23 - * Boston, MA 021110-1307, USA. 24 8 */ 25 9 26 10 #include <linux/types.h>
+1 -15
fs/ocfs2/slot_map.h
··· 1 + /* SPDX-License-Identifier: GPL-2.0-or-later */ 1 2 /* -*- mode: c; c-basic-offset: 8; -*- 2 3 * vim: noexpandtab sw=8 ts=8 sts=0: 3 4 * ··· 7 6 * description here 8 7 * 9 8 * Copyright (C) 2002, 2004 Oracle. All rights reserved. 10 - * 11 - * This program is free software; you can redistribute it and/or 12 - * modify it under the terms of the GNU General Public 13 - * License as published by the Free Software Foundation; either 14 - * version 2 of the License, or (at your option) any later version. 15 - * 16 - * This program is distributed in the hope that it will be useful, 17 - * but WITHOUT ANY WARRANTY; without even the implied warranty of 18 - * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU 19 - * General Public License for more details. 20 - * 21 - * You should have received a copy of the GNU General Public 22 - * License along with this program; if not, write to the 23 - * Free Software Foundation, Inc., 59 Temple Place - Suite 330, 24 - * Boston, MA 021110-1307, USA. 25 9 */ 26 10 27 11
+1 -15
fs/ocfs2/suballoc.c
··· 1 + // SPDX-License-Identifier: GPL-2.0-or-later 1 2 /* -*- mode: c; c-basic-offset: 8; -*- 2 3 * vim: noexpandtab sw=8 ts=8 sts=0: 3 4 * ··· 8 7 * Inspired by ext3 block groups. 9 8 * 10 9 * Copyright (C) 2002, 2004 Oracle. All rights reserved. 11 - * 12 - * This program is free software; you can redistribute it and/or 13 - * modify it under the terms of the GNU General Public 14 - * License as published by the Free Software Foundation; either 15 - * version 2 of the License, or (at your option) any later version. 16 - * 17 - * This program is distributed in the hope that it will be useful, 18 - * but WITHOUT ANY WARRANTY; without even the implied warranty of 19 - * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU 20 - * General Public License for more details. 21 - * 22 - * You should have received a copy of the GNU General Public 23 - * License along with this program; if not, write to the 24 - * Free Software Foundation, Inc., 59 Temple Place - Suite 330, 25 - * Boston, MA 021110-1307, USA. 26 10 */ 27 11 28 12 #include <linux/fs.h>
+1 -15
fs/ocfs2/suballoc.h
··· 1 + /* SPDX-License-Identifier: GPL-2.0-or-later */ 1 2 /* -*- mode: c; c-basic-offset: 8; -*- 2 3 * vim: noexpandtab sw=8 ts=8 sts=0: 3 4 * ··· 7 6 * Defines sub allocator api 8 7 * 9 8 * Copyright (C) 2003, 2004 Oracle. All rights reserved. 10 - * 11 - * This program is free software; you can redistribute it and/or 12 - * modify it under the terms of the GNU General Public 13 - * License as published by the Free Software Foundation; either 14 - * version 2 of the License, or (at your option) any later version. 15 - * 16 - * This program is distributed in the hope that it will be useful, 17 - * but WITHOUT ANY WARRANTY; without even the implied warranty of 18 - * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU 19 - * General Public License for more details. 20 - * 21 - * You should have received a copy of the GNU General Public 22 - * License along with this program; if not, write to the 23 - * Free Software Foundation, Inc., 59 Temple Place - Suite 330, 24 - * Boston, MA 021110-1307, USA. 25 9 */ 26 10 27 11 #ifndef _CHAINALLOC_H_
+1 -15
fs/ocfs2/super.c
··· 1 + // SPDX-License-Identifier: GPL-2.0-or-later 1 2 /* -*- mode: c; c-basic-offset: 8; -*- 2 3 * vim: noexpandtab sw=8 ts=8 sts=0: 3 4 * ··· 7 6 * load/unload driver, mount/dismount volumes 8 7 * 9 8 * Copyright (C) 2002, 2004 Oracle. All rights reserved. 10 - * 11 - * This program is free software; you can redistribute it and/or 12 - * modify it under the terms of the GNU General Public 13 - * License as published by the Free Software Foundation; either 14 - * version 2 of the License, or (at your option) any later version. 15 - * 16 - * This program is distributed in the hope that it will be useful, 17 - * but WITHOUT ANY WARRANTY; without even the implied warranty of 18 - * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU 19 - * General Public License for more details. 20 - * 21 - * You should have received a copy of the GNU General Public 22 - * License along with this program; if not, write to the 23 - * Free Software Foundation, Inc., 59 Temple Place - Suite 330, 24 - * Boston, MA 021110-1307, USA. 25 9 */ 26 10 27 11 #include <linux/module.h>
+1 -15
fs/ocfs2/super.h
··· 1 + /* SPDX-License-Identifier: GPL-2.0-or-later */ 1 2 /* -*- mode: c; c-basic-offset: 8; -*- 2 3 * vim: noexpandtab sw=8 ts=8 sts=0: 3 4 * ··· 7 6 * Function prototypes 8 7 * 9 8 * Copyright (C) 2002, 2004 Oracle. All rights reserved. 10 - * 11 - * This program is free software; you can redistribute it and/or 12 - * modify it under the terms of the GNU General Public 13 - * License as published by the Free Software Foundation; either 14 - * version 2 of the License, or (at your option) any later version. 15 - * 16 - * This program is distributed in the hope that it will be useful, 17 - * but WITHOUT ANY WARRANTY; without even the implied warranty of 18 - * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU 19 - * General Public License for more details. 20 - * 21 - * You should have received a copy of the GNU General Public 22 - * License along with this program; if not, write to the 23 - * Free Software Foundation, Inc., 59 Temple Place - Suite 330, 24 - * Boston, MA 021110-1307, USA. 25 9 */ 26 10 27 11 #ifndef OCFS2_SUPER_H
+1 -15
fs/ocfs2/symlink.h
··· 1 + /* SPDX-License-Identifier: GPL-2.0-or-later */ 1 2 /* -*- mode: c; c-basic-offset: 8; -*- 2 3 * vim: noexpandtab sw=8 ts=8 sts=0: 3 4 * ··· 7 6 * Function prototypes 8 7 * 9 8 * Copyright (C) 2002, 2004 Oracle. All rights reserved. 10 - * 11 - * This program is free software; you can redistribute it and/or 12 - * modify it under the terms of the GNU General Public 13 - * License as published by the Free Software Foundation; either 14 - * version 2 of the License, or (at your option) any later version. 15 - * 16 - * This program is distributed in the hope that it will be useful, 17 - * but WITHOUT ANY WARRANTY; without even the implied warranty of 18 - * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU 19 - * General Public License for more details. 20 - * 21 - * You should have received a copy of the GNU General Public 22 - * License along with this program; if not, write to the 23 - * Free Software Foundation, Inc., 59 Temple Place - Suite 330, 24 - * Boston, MA 021110-1307, USA. 25 9 */ 26 10 27 11 #ifndef OCFS2_SYMLINK_H
+1 -15
fs/ocfs2/sysfile.c
··· 1 + // SPDX-License-Identifier: GPL-2.0-or-later 1 2 /* -*- mode: c; c-basic-offset: 8; -*- 2 3 * vim: noexpandtab sw=8 ts=8 sts=0: 3 4 * ··· 7 6 * Initialize, read, write, etc. system files. 8 7 * 9 8 * Copyright (C) 2002, 2004 Oracle. All rights reserved. 10 - * 11 - * This program is free software; you can redistribute it and/or 12 - * modify it under the terms of the GNU General Public 13 - * License as published by the Free Software Foundation; either 14 - * version 2 of the License, or (at your option) any later version. 15 - * 16 - * This program is distributed in the hope that it will be useful, 17 - * but WITHOUT ANY WARRANTY; without even the implied warranty of 18 - * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU 19 - * General Public License for more details. 20 - * 21 - * You should have received a copy of the GNU General Public 22 - * License along with this program; if not, write to the 23 - * Free Software Foundation, Inc., 59 Temple Place - Suite 330, 24 - * Boston, MA 021110-1307, USA. 25 9 */ 26 10 27 11 #include <linux/fs.h>
+1 -15
fs/ocfs2/sysfile.h
··· 1 + /* SPDX-License-Identifier: GPL-2.0-or-later */ 1 2 /* -*- mode: c; c-basic-offset: 8; -*- 2 3 * vim: noexpandtab sw=8 ts=8 sts=0: 3 4 * ··· 7 6 * Function prototypes 8 7 * 9 8 * Copyright (C) 2002, 2004 Oracle. All rights reserved. 10 - * 11 - * This program is free software; you can redistribute it and/or 12 - * modify it under the terms of the GNU General Public 13 - * License as published by the Free Software Foundation; either 14 - * version 2 of the License, or (at your option) any later version. 15 - * 16 - * This program is distributed in the hope that it will be useful, 17 - * but WITHOUT ANY WARRANTY; without even the implied warranty of 18 - * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU 19 - * General Public License for more details. 20 - * 21 - * You should have received a copy of the GNU General Public 22 - * License along with this program; if not, write to the 23 - * Free Software Foundation, Inc., 59 Temple Place - Suite 330, 24 - * Boston, MA 021110-1307, USA. 25 9 */ 26 10 27 11 #ifndef OCFS2_SYSFILE_H
+1 -15
fs/ocfs2/uptodate.c
··· 1 + // SPDX-License-Identifier: GPL-2.0-or-later 1 2 /* -*- mode: c; c-basic-offset: 8; -*- 2 3 * vim: noexpandtab sw=8 ts=8 sts=0: 3 4 * ··· 8 7 * the cluster. 9 8 * 10 9 * Copyright (C) 2002, 2004, 2005 Oracle. All rights reserved. 11 - * 12 - * This program is free software; you can redistribute it and/or 13 - * modify it under the terms of the GNU General Public 14 - * License as published by the Free Software Foundation; either 15 - * version 2 of the License, or (at your option) any later version. 16 - * 17 - * This program is distributed in the hope that it will be useful, 18 - * but WITHOUT ANY WARRANTY; without even the implied warranty of 19 - * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU 20 - * General Public License for more details. 21 - * 22 - * You should have received a copy of the GNU General Public 23 - * License along with this program; if not, write to the 24 - * Free Software Foundation, Inc., 59 Temple Place - Suite 330, 25 - * Boston, MA 021110-1307, USA. 26 10 * 27 11 * Standard buffer head caching flags (uptodate, etc) are insufficient 28 12 * in a clustered environment - a buffer may be marked up to date on
+1 -15
fs/ocfs2/uptodate.h
··· 1 + /* SPDX-License-Identifier: GPL-2.0-or-later */ 1 2 /* -*- mode: c; c-basic-offset: 8; -*- 2 3 * vim: noexpandtab sw=8 ts=8 sts=0: 3 4 * ··· 7 6 * Cluster uptodate tracking 8 7 * 9 8 * Copyright (C) 2002, 2004, 2005 Oracle. All rights reserved. 10 - * 11 - * This program is free software; you can redistribute it and/or 12 - * modify it under the terms of the GNU General Public 13 - * License as published by the Free Software Foundation; either 14 - * version 2 of the License, or (at your option) any later version. 15 - * 16 - * This program is distributed in the hope that it will be useful, 17 - * but WITHOUT ANY WARRANTY; without even the implied warranty of 18 - * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU 19 - * General Public License for more details. 20 - * 21 - * You should have received a copy of the GNU General Public 22 - * License along with this program; if not, write to the 23 - * Free Software Foundation, Inc., 59 Temple Place - Suite 330, 24 - * Boston, MA 021110-1307, USA. 25 9 */ 26 10 27 11 #ifndef OCFS2_UPTODATE_H
+1 -15
include/linux/configfs.h
··· 1 + /* SPDX-License-Identifier: GPL-2.0-or-later */ 1 2 /* -*- mode: c; c-basic-offset: 8; -*- 2 3 * vim: noexpandtab sw=8 ts=8 sts=0: 3 4 * 4 5 * configfs.h - definitions for the device driver filesystem 5 - * 6 - * This program is free software; you can redistribute it and/or 7 - * modify it under the terms of the GNU General Public 8 - * License as published by the Free Software Foundation; either 9 - * version 2 of the License, or (at your option) any later version. 10 - * 11 - * This program is distributed in the hope that it will be useful, 12 - * but WITHOUT ANY WARRANTY; without even the implied warranty of 13 - * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU 14 - * General Public License for more details. 15 - * 16 - * You should have received a copy of the GNU General Public 17 - * License along with this program; if not, write to the 18 - * Free Software Foundation, Inc., 59 Temple Place - Suite 330, 19 - * Boston, MA 021110-1307, USA. 20 6 * 21 7 * Based on sysfs: 22 8 * sysfs is Copyright (C) 2001, 2002, 2003 Patrick Mochel
+1 -15
samples/configfs/configfs_sample.c
··· 1 + // SPDX-License-Identifier: GPL-2.0-or-later 1 2 /* 2 3 * vim: noexpandtab ts=8 sts=0 sw=8: 3 4 * 4 5 * configfs_example_macros.c - This file is a demonstration module 5 6 * containing a number of configfs subsystems. It uses the helper 6 7 * macros defined by configfs.h 7 - * 8 - * This program is free software; you can redistribute it and/or 9 - * modify it under the terms of the GNU General Public 10 - * License as published by the Free Software Foundation; either 11 - * version 2 of the License, or (at your option) any later version. 12 - * 13 - * This program is distributed in the hope that it will be useful, 14 - * but WITHOUT ANY WARRANTY; without even the implied warranty of 15 - * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU 16 - * General Public License for more details. 17 - * 18 - * You should have received a copy of the GNU General Public 19 - * License along with this program; if not, write to the 20 - * Free Software Foundation, Inc., 59 Temple Place - Suite 330, 21 - * Boston, MA 021110-1307, USA. 22 8 * 23 9 * Based on sysfs: 24 10 * sysfs is Copyright (C) 2001, 2002, 2003 Patrick Mochel