From 38aa37fa7554961f22927684591de06bf0db1fe0 Mon Sep 17 00:00:00 2001 From: Timothy Day Date: Sat, 3 Aug 2024 16:30:49 -0400 Subject: [PATCH] LU-6142 kfilnd: SPDX for Kfabric LND Convert from verbose license text to SDPX. Test-Parameters: trivial Signed-off-by: Timothy Day Change-Id: Id75f33b7a1d3eaa699f6f7056ae7e54fd88d7240 Reviewed-on: https://review.whamcloud.com/c/fs/lustre-release/+/55929 Tested-by: jenkins Tested-by: Maloo Reviewed-by: Shaun Tancheff Reviewed-by: Chris Horn Reviewed-by: Oleg Drokin --- lnet/klnds/kfilnd/Makefile.in | 6 ++++++ lnet/klnds/kfilnd/autoMakefile.am | 6 ++++++ lnet/klnds/kfilnd/kfilnd.c | 27 ++++----------------------- lnet/klnds/kfilnd/kfilnd.h | 27 ++++----------------------- lnet/klnds/kfilnd/kfilnd_cq.c | 27 ++++----------------------- lnet/klnds/kfilnd/kfilnd_cq.h | 28 +++++----------------------- lnet/klnds/kfilnd/kfilnd_debugfs.c | 28 +++++----------------------- lnet/klnds/kfilnd/kfilnd_dev.c | 28 +++++----------------------- lnet/klnds/kfilnd/kfilnd_dev.h | 28 +++++----------------------- lnet/klnds/kfilnd/kfilnd_dom.c | 28 +++++----------------------- lnet/klnds/kfilnd/kfilnd_dom.h | 28 +++++----------------------- lnet/klnds/kfilnd/kfilnd_ep.c | 28 +++++----------------------- lnet/klnds/kfilnd/kfilnd_ep.h | 25 ++++--------------------- lnet/klnds/kfilnd/kfilnd_modparams.c | 27 ++++----------------------- lnet/klnds/kfilnd/kfilnd_peer.c | 28 +++++----------------------- lnet/klnds/kfilnd/kfilnd_peer.h | 27 ++++----------------------- lnet/klnds/kfilnd/kfilnd_tn.c | 27 ++++----------------------- lnet/klnds/kfilnd/kfilnd_tn.h | 28 +++++----------------------- 18 files changed, 85 insertions(+), 366 deletions(-) diff --git a/lnet/klnds/kfilnd/Makefile.in b/lnet/klnds/kfilnd/Makefile.in index 045f292..26759c2 100644 --- a/lnet/klnds/kfilnd/Makefile.in +++ b/lnet/klnds/kfilnd/Makefile.in @@ -1,3 +1,9 @@ +# SPDX-License-Identifier: GPL-2.0 + +# +# This file is part of Lustre, http://www.lustre.org/ +# + MODULES := kkfilnd kkfilnd-objs := \ diff --git a/lnet/klnds/kfilnd/autoMakefile.am b/lnet/klnds/kfilnd/autoMakefile.am index 3bf6bae..37ca870 100644 --- a/lnet/klnds/kfilnd/autoMakefile.am +++ b/lnet/klnds/kfilnd/autoMakefile.am @@ -1,3 +1,9 @@ +# SPDX-License-Identifier: GPL-2.0 + +# +# This file is part of Lustre, http://www.lustre.org/ +# + if MODULES if BUILD_KFILND modulenet_DATA := kkfilnd$(KMODEXT) diff --git a/lnet/klnds/kfilnd/kfilnd.c b/lnet/klnds/kfilnd/kfilnd.c index 44ba7ef..296e093 100644 --- a/lnet/klnds/kfilnd/kfilnd.c +++ b/lnet/klnds/kfilnd/kfilnd.c @@ -1,31 +1,12 @@ -/* - * GPL HEADER START - * - * DO NOT ALTER OR REMOVE COPYRIGHT NOTICES OR THIS FILE HEADER. - * - * This program is free software; you can redistribute it and/or modify - * it under the terms of the GNU General Public License version 2 only, - * as published by the Free Software Foundation. - * - * 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 version 2 for more details (a copy is included - * in the LICENSE file that accompanied this code). - * - * You should have received a copy of the GNU General Public License - * version 2 along with this program; If not, see - * http://www.gnu.org/licenses/gpl-2.0.html - * - * GPL HEADER END - */ +// SPDX-License-Identifier: GPL-2.0 + /* * Copyright 2022 Hewlett Packard Enterprise Development LP */ + /* * This file is part of Lustre, http://www.lustre.org/ - */ -/* + * * kfilnd main interface. */ diff --git a/lnet/klnds/kfilnd/kfilnd.h b/lnet/klnds/kfilnd/kfilnd.h index 3ee5b889..6237a35 100644 --- a/lnet/klnds/kfilnd/kfilnd.h +++ b/lnet/klnds/kfilnd/kfilnd.h @@ -1,31 +1,12 @@ -/* - * GPL HEADER START - * - * DO NOT ALTER OR REMOVE COPYRIGHT NOTICES OR THIS FILE HEADER. - * - * This program is free software; you can redistribute it and/or modify - * it under the terms of the GNU General Public License version 2 only, - * as published by the Free Software Foundation. - * - * 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 version 2 for more details (a copy is included - * in the LICENSE file that accompanied this code). - * - * You should have received a copy of the GNU General Public License - * version 2 along with this program; If not, see - * http://www.gnu.org/licenses/gpl-2.0.html - * - * GPL HEADER END - */ +/* SPDX-License-Identifier: GPL-2.0 */ + /* * Copyright 2022 Hewlett Packard Enterprise Development LP */ + /* * This file is part of Lustre, http://www.lustre.org/ - */ -/* + * * kfilnd main interface. */ diff --git a/lnet/klnds/kfilnd/kfilnd_cq.c b/lnet/klnds/kfilnd/kfilnd_cq.c index fd651dc..ae9eefb 100644 --- a/lnet/klnds/kfilnd/kfilnd_cq.c +++ b/lnet/klnds/kfilnd/kfilnd_cq.c @@ -1,34 +1,15 @@ +// SPDX-License-Identifier: GPL-2.0 /* - * GPL HEADER START - * - * DO NOT ALTER OR REMOVE COPYRIGHT NOTICES OR THIS FILE HEADER. - * - * This program is free software; you can redistribute it and/or modify - * it under the terms of the GNU General Public License version 2 only, - * as published by the Free Software Foundation. - * - * 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 version 2 for more details (a copy is included - * in the LICENSE file that accompanied this code). - * - * You should have received a copy of the GNU General Public License - * version 2 along with this program; If not, see - * http://www.gnu.org/licenses/gpl-2.0.html - * - * GPL HEADER END - */ -/* * Copyright 2022 Hewlett Packard Enterprise Development LP */ + /* * This file is part of Lustre, http://www.lustre.org/ - */ -/* + * * kfilnd completion queue. */ + #include #include #include diff --git a/lnet/klnds/kfilnd/kfilnd_cq.h b/lnet/klnds/kfilnd/kfilnd_cq.h index 2aad454..fbb4bab 100644 --- a/lnet/klnds/kfilnd/kfilnd_cq.h +++ b/lnet/klnds/kfilnd/kfilnd_cq.h @@ -1,33 +1,15 @@ -/* - * GPL HEADER START - * - * DO NOT ALTER OR REMOVE COPYRIGHT NOTICES OR THIS FILE HEADER. - * - * This program is free software; you can redistribute it and/or modify - * it under the terms of the GNU General Public License version 2 only, - * as published by the Free Software Foundation. - * - * 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 version 2 for more details (a copy is included - * in the LICENSE file that accompanied this code). - * - * You should have received a copy of the GNU General Public License - * version 2 along with this program; If not, see - * http://www.gnu.org/licenses/gpl-2.0.html - * - * GPL HEADER END - */ +/* SPDX-License-Identifier: GPL-2.0 */ + /* * Copyright 2022 Hewlett Packard Enterprise Development LP */ + /* * This file is part of Lustre, http://www.lustre.org/ - */ -/* + * * kfilnd completion queue. */ + #ifndef _KFILND_CQ_ #define _KFILND_CQ_ diff --git a/lnet/klnds/kfilnd/kfilnd_debugfs.c b/lnet/klnds/kfilnd/kfilnd_debugfs.c index 206fe5c..91b8355 100644 --- a/lnet/klnds/kfilnd/kfilnd_debugfs.c +++ b/lnet/klnds/kfilnd/kfilnd_debugfs.c @@ -1,33 +1,15 @@ -/* - * GPL HEADER START - * - * DO NOT ALTER OR REMOVE COPYRIGHT NOTICES OR THIS FILE HEADER. - * - * This program is free software; you can redistribute it and/or modify - * it under the terms of the GNU General Public License version 2 only, - * as published by the Free Software Foundation. - * - * 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 version 2 for more details (a copy is included - * in the LICENSE file that accompanied this code). - * - * You should have received a copy of the GNU General Public License - * version 2 along with this program; If not, see - * http://www.gnu.org/licenses/gpl-2.0.html - * - * GPL HEADER END - */ +// SPDX-License-Identifier: GPL-2.0 + /* * Copyright 2022 Hewlett Packard Enterprise Development LP */ + /* * This file is part of Lustre, http://www.lustre.org/ - */ -/* + * * kfilnd device implementation. */ + #include "kfilnd.h" #include "kfilnd_dev.h" diff --git a/lnet/klnds/kfilnd/kfilnd_dev.c b/lnet/klnds/kfilnd/kfilnd_dev.c index 2731c4c..9e3931f 100644 --- a/lnet/klnds/kfilnd/kfilnd_dev.c +++ b/lnet/klnds/kfilnd/kfilnd_dev.c @@ -1,33 +1,15 @@ -/* - * GPL HEADER START - * - * DO NOT ALTER OR REMOVE COPYRIGHT NOTICES OR THIS FILE HEADER. - * - * This program is free software; you can redistribute it and/or modify - * it under the terms of the GNU General Public License version 2 only, - * as published by the Free Software Foundation. - * - * 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 version 2 for more details (a copy is included - * in the LICENSE file that accompanied this code). - * - * You should have received a copy of the GNU General Public License - * version 2 along with this program; If not, see - * http://www.gnu.org/licenses/gpl-2.0.html - * - * GPL HEADER END - */ +// SPDX-License-Identifier: GPL-2.0 + /* * Copyright 2022 Hewlett Packard Enterprise Development LP */ + /* * This file is part of Lustre, http://www.lustre.org/ - */ -/* + * * kfilnd device implementation. */ + #include "kfilnd_dev.h" #include "kfilnd_ep.h" #include "kfilnd_dom.h" diff --git a/lnet/klnds/kfilnd/kfilnd_dev.h b/lnet/klnds/kfilnd/kfilnd_dev.h index 8bd948d..425911e 100644 --- a/lnet/klnds/kfilnd/kfilnd_dev.h +++ b/lnet/klnds/kfilnd/kfilnd_dev.h @@ -1,33 +1,15 @@ -/* - * GPL HEADER START - * - * DO NOT ALTER OR REMOVE COPYRIGHT NOTICES OR THIS FILE HEADER. - * - * This program is free software; you can redistribute it and/or modify - * it under the terms of the GNU General Public License version 2 only, - * as published by the Free Software Foundation. - * - * 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 version 2 for more details (a copy is included - * in the LICENSE file that accompanied this code). - * - * You should have received a copy of the GNU General Public License - * version 2 along with this program; If not, see - * http://www.gnu.org/licenses/gpl-2.0.html - * - * GPL HEADER END - */ +/* SPDX-License-Identifier: GPL-2.0 */ + /* * Copyright 2022 Hewlett Packard Enterprise Development LP */ + /* * This file is part of Lustre, http://www.lustre.org/ - */ -/* + * * kfilnd device implementation. */ + #ifndef _KFILND_DEV_ #define _KFILND_DEV_ diff --git a/lnet/klnds/kfilnd/kfilnd_dom.c b/lnet/klnds/kfilnd/kfilnd_dom.c index 62fe677..df795b7 100644 --- a/lnet/klnds/kfilnd/kfilnd_dom.c +++ b/lnet/klnds/kfilnd/kfilnd_dom.c @@ -1,33 +1,15 @@ -/* - * GPL HEADER START - * - * DO NOT ALTER OR REMOVE COPYRIGHT NOTICES OR THIS FILE HEADER. - * - * This program is free software; you can redistribute it and/or modify - * it under the terms of the GNU General Public License version 2 only, - * as published by the Free Software Foundation. - * - * 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 version 2 for more details (a copy is included - * in the LICENSE file that accompanied this code). - * - * You should have received a copy of the GNU General Public License - * version 2 along with this program; If not, see - * http://www.gnu.org/licenses/gpl-2.0.html - * - * GPL HEADER END - */ +// SPDX-License-Identifier: GPL-2.0 + /* * Copyright 2022 Hewlett Packard Enterprise Development LP */ + /* * This file is part of Lustre, http://www.lustre.org/ - */ -/* + * * kfilnd domain and fabric implementation. */ + #include "kfilnd_dom.h" #include "kfilnd_tn.h" diff --git a/lnet/klnds/kfilnd/kfilnd_dom.h b/lnet/klnds/kfilnd/kfilnd_dom.h index 94649ad..b592738 100644 --- a/lnet/klnds/kfilnd/kfilnd_dom.h +++ b/lnet/klnds/kfilnd/kfilnd_dom.h @@ -1,33 +1,15 @@ -/* - * GPL HEADER START - * - * DO NOT ALTER OR REMOVE COPYRIGHT NOTICES OR THIS FILE HEADER. - * - * This program is free software; you can redistribute it and/or modify - * it under the terms of the GNU General Public License version 2 only, - * as published by the Free Software Foundation. - * - * 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 version 2 for more details (a copy is included - * in the LICENSE file that accompanied this code). - * - * You should have received a copy of the GNU General Public License - * version 2 along with this program; If not, see - * http://www.gnu.org/licenses/gpl-2.0.html - * - * GPL HEADER END - */ +/* SPDX-License-Identifier: GPL-2.0 */ + /* * Copyright 2022 Hewlett Packard Enterprise Development LP */ + /* * This file is part of Lustre, http://www.lustre.org/ - */ -/* + * * kfilnd domain implementation. */ + #ifndef _KFILND_DOM_ #define _KFILND_DOM_ diff --git a/lnet/klnds/kfilnd/kfilnd_ep.c b/lnet/klnds/kfilnd/kfilnd_ep.c index 93290d3..294adf2 100644 --- a/lnet/klnds/kfilnd/kfilnd_ep.c +++ b/lnet/klnds/kfilnd/kfilnd_ep.c @@ -1,33 +1,15 @@ -/* - * GPL HEADER START - * - * DO NOT ALTER OR REMOVE COPYRIGHT NOTICES OR THIS FILE HEADER. - * - * This program is free software; you can redistribute it and/or modify - * it under the terms of the GNU General Public License version 2 only, - * as published by the Free Software Foundation. - * - * 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 version 2 for more details (a copy is included - * in the LICENSE file that accompanied this code). - * - * You should have received a copy of the GNU General Public License - * version 2 along with this program; If not, see - * http://www.gnu.org/licenses/gpl-2.0.html - * - * GPL HEADER END - */ +// SPDX-License-Identifier: GPL-2.0 + /* * Copyright 2022 Hewlett Packard Enterprise Development LP */ + /* * This file is part of Lustre, http://www.lustre.org/ - */ -/* + * * kfilnd endpoint implementation. */ + #include "kfilnd_ep.h" #include "kfilnd_dev.h" #include "kfilnd_tn.h" diff --git a/lnet/klnds/kfilnd/kfilnd_ep.h b/lnet/klnds/kfilnd/kfilnd_ep.h index c0f0e9c..3b01690 100644 --- a/lnet/klnds/kfilnd/kfilnd_ep.h +++ b/lnet/klnds/kfilnd/kfilnd_ep.h @@ -1,30 +1,13 @@ -/* - * GPL HEADER START - * - * DO NOT ALTER OR REMOVE COPYRIGHT NOTICES OR THIS FILE HEADER. - * - * This program is free software; you can redistribute it and/or modify - * it under the terms of the GNU General Public License version 2 only, - * as published by the Free Software Foundation. - * - * 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 version 2 for more details (a copy is included - * in the LICENSE file that accompanied this code). - * - * You should have received a copy of the GNU General Public License - * version 2 along with this program; If not, see - * http://www.gnu.org/licenses/gpl-2.0.html - * - * GPL HEADER END - */ +/* SPDX-License-Identifier: GPL-2.0 */ + /* * Copyright 2022 Hewlett Packard Enterprise Development LP */ + /* * This file is part of Lustre, http://www.lustre.org/ */ + #ifndef _KFILND_EP_ #define _KFILND_EP_ diff --git a/lnet/klnds/kfilnd/kfilnd_modparams.c b/lnet/klnds/kfilnd/kfilnd_modparams.c index 70c29e6..4aae221 100644 --- a/lnet/klnds/kfilnd/kfilnd_modparams.c +++ b/lnet/klnds/kfilnd/kfilnd_modparams.c @@ -1,31 +1,12 @@ -/* - * GPL HEADER START - * - * DO NOT ALTER OR REMOVE COPYRIGHT NOTICES OR THIS FILE HEADER. - * - * This program is free software; you can redistribute it and/or modify - * it under the terms of the GNU General Public License version 2 only, - * as published by the Free Software Foundation. - * - * 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 version 2 for more details (a copy is included - * in the LICENSE file that accompanied this code). - * - * You should have received a copy of the GNU General Public License - * version 2 along with this program; If not, see - * http://www.gnu.org/licenses/gpl-2.0.html - * - * GPL HEADER END - */ +// SPDX-License-Identifier: GPL-2.0 + /* * Copyright 2022 Hewlett Packard Enterprise Development LP */ + /* * This file is part of Lustre, http://www.lustre.org/ - */ -/* + * * kfilnd module parameters */ diff --git a/lnet/klnds/kfilnd/kfilnd_peer.c b/lnet/klnds/kfilnd/kfilnd_peer.c index a7eed14..eef0ea9 100644 --- a/lnet/klnds/kfilnd/kfilnd_peer.c +++ b/lnet/klnds/kfilnd/kfilnd_peer.c @@ -1,33 +1,15 @@ -/* - * GPL HEADER START - * - * DO NOT ALTER OR REMOVE COPYRIGHT NOTICES OR THIS FILE HEADER. - * - * This program is free software; you can redistribute it and/or modify - * it under the terms of the GNU General Public License version 2 only, - * as published by the Free Software Foundation. - * - * 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 version 2 for more details (a copy is included - * in the LICENSE file that accompanied this code). - * - * You should have received a copy of the GNU General Public License - * version 2 along with this program; If not, see - * http://www.gnu.org/licenses/gpl-2.0.html - * - * GPL HEADER END - */ +// SPDX-License-Identifier: GPL-2.0 + /* * Copyright 2022 Hewlett Packard Enterprise Development LP */ + /* * This file is part of Lustre, http://www.lustre.org/ - */ -/* + * * kfilnd peer management implementation. */ + #include "kfilnd_peer.h" #include "kfilnd_dev.h" diff --git a/lnet/klnds/kfilnd/kfilnd_peer.h b/lnet/klnds/kfilnd/kfilnd_peer.h index a723c6a..951de40 100644 --- a/lnet/klnds/kfilnd/kfilnd_peer.h +++ b/lnet/klnds/kfilnd/kfilnd_peer.h @@ -1,31 +1,12 @@ -/* - * GPL HEADER START - * - * DO NOT ALTER OR REMOVE COPYRIGHT NOTICES OR THIS FILE HEADER. - * - * This program is free software; you can redistribute it and/or modify - * it under the terms of the GNU General Public License version 2 only, - * as published by the Free Software Foundation. - * - * 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 version 2 for more details (a copy is included - * in the LICENSE file that accompanied this code). - * - * You should have received a copy of the GNU General Public License - * version 2 along with this program; If not, see - * http://www.gnu.org/licenses/gpl-2.0.html - * - * GPL HEADER END - */ +/* SPDX-License-Identifier: GPL-2.0 */ + /* * Copyright 2022 Hewlett Packard Enterprise Development LP */ + /* * This file is part of Lustre, http://www.lustre.org/ - */ -/* + * * kfilnd peer interface. */ diff --git a/lnet/klnds/kfilnd/kfilnd_tn.c b/lnet/klnds/kfilnd/kfilnd_tn.c index e6b3ae8..60fc54e 100644 --- a/lnet/klnds/kfilnd/kfilnd_tn.c +++ b/lnet/klnds/kfilnd/kfilnd_tn.c @@ -1,31 +1,12 @@ -/* - * GPL HEADER START - * - * DO NOT ALTER OR REMOVE COPYRIGHT NOTICES OR THIS FILE HEADER. - * - * This program is free software; you can redistribute it and/or modify - * it under the terms of the GNU General Public License version 2 only, - * as published by the Free Software Foundation. - * - * 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 version 2 for more details (a copy is included - * in the LICENSE file that accompanied this code). - * - * You should have received a copy of the GNU General Public License - * version 2 along with this program; If not, see - * http://www.gnu.org/licenses/gpl-2.0.html - * - * GPL HEADER END - */ +// SPDX-License-Identifier: GPL-2.0 + /* * Copyright 2022 Hewlett Packard Enterprise Development LP */ + /* * This file is part of Lustre, http://www.lustre.org/ - */ -/* + * * kfilnd transaction and state machine processing. */ diff --git a/lnet/klnds/kfilnd/kfilnd_tn.h b/lnet/klnds/kfilnd/kfilnd_tn.h index 4b3b104..1dbc72b 100644 --- a/lnet/klnds/kfilnd/kfilnd_tn.h +++ b/lnet/klnds/kfilnd/kfilnd_tn.h @@ -1,33 +1,15 @@ -/* - * GPL HEADER START - * - * DO NOT ALTER OR REMOVE COPYRIGHT NOTICES OR THIS FILE HEADER. - * - * This program is free software; you can redistribute it and/or modify - * it under the terms of the GNU General Public License version 2 only, - * as published by the Free Software Foundation. - * - * 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 version 2 for more details (a copy is included - * in the LICENSE file that accompanied this code). - * - * You should have received a copy of the GNU General Public License - * version 2 along with this program; If not, see - * http://www.gnu.org/licenses/gpl-2.0.html - * - * GPL HEADER END - */ +/* SPDX-License-Identifier: GPL-2.0 */ + /* * Copyright 2022 Hewlett Packard Enterprise Development LP */ + /* * This file is part of Lustre, http://www.lustre.org/ - */ -/* + * * kfilnd transaction and state machine processing. */ + #ifndef _KFILND_TN_ #define _KFILND_TN_ -- 1.8.3.1