https://git.reactos.org/?p=reactos.git;a=commitdiff;h=e944dfa75fc49c297446eef2d3eda1a3eb59793e

commit e944dfa75fc49c297446eef2d3eda1a3eb59793e
Author:     Hermès Bélusca-Maïto <[email protected]>
AuthorDate: Thu Nov 3 16:36:27 2022 +0100
Commit:     Hermès Bélusca-Maïto <[email protected]>
CommitDate: Thu Nov 3 18:25:37 2022 +0100

    Remove '.html' from spdx.org license page URLs. (#4845)
---
 drivers/network/dd/e1000/send.c                                      | 2 +-
 modules/rostests/apitests/ntdll/RtlGenerate8dot3Name.c               | 2 +-
 modules/rostests/apitests/ntdll/RtlUnicodeStringToCountedOemString.c | 2 +-
 modules/rostests/apitests/ntdll/RtlUnicodeToOemN.c                   | 2 +-
 modules/rostests/apitests/ntdll/RtlxUnicodeStringToAnsiSize.c        | 2 +-
 modules/rostests/apitests/ntdll/RtlxUnicodeStringToOemSize.c         | 2 +-
 modules/rostests/apitests/ntdll/locale.c                             | 2 +-
 ntoskrnl/mm/ARM3/wslist.cpp                                          | 2 +-
 ntoskrnl/mm/i386/procsup.c                                           | 2 +-
 sdk/include/reactos/msgdump.h                                        | 2 +-
 sdk/include/reactos/winxx.h                                          | 2 +-
 sdk/tools/gcc_plugin_seh/main.cpp                                    | 2 +-
 sdk/tools/txt2nls/main.cpp                                           | 2 +-
 13 files changed, 13 insertions(+), 13 deletions(-)

diff --git a/drivers/network/dd/e1000/send.c b/drivers/network/dd/e1000/send.c
index 990e8b313d2..6f02bb91997 100644
--- a/drivers/network/dd/e1000/send.c
+++ b/drivers/network/dd/e1000/send.c
@@ -1,6 +1,6 @@
 /*
  * PROJECT:     ReactOS Intel PRO/1000 Driver
- * LICENSE:     GPL-2.0-or-later 
(https://spdx.org/licenses/GPL-2.0-or-later.html)
+ * LICENSE:     GPL-2.0-or-later (https://spdx.org/licenses/GPL-2.0-or-later)
  * PURPOSE:     Sending packets
  * COPYRIGHT:   Copyright 2018 Mark Jansen <[email protected]>
  *              Copyright 2019 Victor Perevertkin 
<[email protected]>
diff --git a/modules/rostests/apitests/ntdll/RtlGenerate8dot3Name.c 
b/modules/rostests/apitests/ntdll/RtlGenerate8dot3Name.c
index fa8ded244ea..01166709e8e 100644
--- a/modules/rostests/apitests/ntdll/RtlGenerate8dot3Name.c
+++ b/modules/rostests/apitests/ntdll/RtlGenerate8dot3Name.c
@@ -3,7 +3,7 @@
 // To revert conversion, please execute "code7bit -r <file>".
 /*
  * PROJECT:     ReactOS API tests
- * LICENSE:     GPL-2.0-or-later 
(https://spdx.org/licenses/GPL-2.0-or-later.html)
+ * LICENSE:     GPL-2.0-or-later (https://spdx.org/licenses/GPL-2.0-or-later)
  * PURPOSE:     Test for RtlGenerate8dot3Name
  * COPYRIGHT:   Copyright 2015-2016 Pierre Schweitzer <[email protected]>
  *              Copyright 2021 Jérôme Gardou <[email protected]>
diff --git 
a/modules/rostests/apitests/ntdll/RtlUnicodeStringToCountedOemString.c 
b/modules/rostests/apitests/ntdll/RtlUnicodeStringToCountedOemString.c
index 30393fc0ea6..4d7887e5774 100644
--- a/modules/rostests/apitests/ntdll/RtlUnicodeStringToCountedOemString.c
+++ b/modules/rostests/apitests/ntdll/RtlUnicodeStringToCountedOemString.c
@@ -1,6 +1,6 @@
 /*
  * PROJECT:     ReactOS API tests
- * LICENSE:     LGPL-2.1-or-later 
(https://spdx.org/licenses/LGPL-2.1-or-later.html)
+ * LICENSE:     LGPL-2.1-or-later (https://spdx.org/licenses/LGPL-2.1-or-later)
  * PURPOSE:     Test for RtlUnicodeStringToCountedOemString
  * COPYRIGHT:   Copyright 2021 Jérôme Gardou <[email protected]>
  */
diff --git a/modules/rostests/apitests/ntdll/RtlUnicodeToOemN.c 
b/modules/rostests/apitests/ntdll/RtlUnicodeToOemN.c
index ff20e9a7b82..1a757695941 100644
--- a/modules/rostests/apitests/ntdll/RtlUnicodeToOemN.c
+++ b/modules/rostests/apitests/ntdll/RtlUnicodeToOemN.c
@@ -1,6 +1,6 @@
 /*
  * PROJECT:     ReactOS API tests
- * LICENSE:     0BSD (https://spdx.org/licenses/0BSD.html)
+ * LICENSE:     0BSD (https://spdx.org/licenses/0BSD)
  * PURPOSE:     Test for RtlUnicodeToOemN
  * COPYRIGHT:   Copyright 2021 Jérôme Gardou <[email protected]>
  */
diff --git a/modules/rostests/apitests/ntdll/RtlxUnicodeStringToAnsiSize.c 
b/modules/rostests/apitests/ntdll/RtlxUnicodeStringToAnsiSize.c
index 5caeea2346c..067e9a9b241 100644
--- a/modules/rostests/apitests/ntdll/RtlxUnicodeStringToAnsiSize.c
+++ b/modules/rostests/apitests/ntdll/RtlxUnicodeStringToAnsiSize.c
@@ -1,6 +1,6 @@
 /*
  * PROJECT:     ReactOS API tests
- * LICENSE:     0BSD (https://spdx.org/licenses/0BSD.html)
+ * LICENSE:     0BSD (https://spdx.org/licenses/0BSD)
  * PURPOSE:     Test for RtlxUnicodeStringToAnsiSize
  * COPYRIGHT:   Copyright 2021 Jérôme Gardou <[email protected]>
  */
diff --git a/modules/rostests/apitests/ntdll/RtlxUnicodeStringToOemSize.c 
b/modules/rostests/apitests/ntdll/RtlxUnicodeStringToOemSize.c
index 354b64562fd..a7157c9b792 100644
--- a/modules/rostests/apitests/ntdll/RtlxUnicodeStringToOemSize.c
+++ b/modules/rostests/apitests/ntdll/RtlxUnicodeStringToOemSize.c
@@ -1,6 +1,6 @@
 /*
  * PROJECT:     ReactOS API tests
- * LICENSE:     0BSD (https://spdx.org/licenses/0BSD.html)
+ * LICENSE:     0BSD (https://spdx.org/licenses/0BSD)
  * PURPOSE:     Test for RtlxUnicodeStringToOemSize
  * COPYRIGHT:   Copyright 2021 Jérôme Gardou <[email protected]>
  */
diff --git a/modules/rostests/apitests/ntdll/locale.c 
b/modules/rostests/apitests/ntdll/locale.c
index 281d3b8b2ba..0742b9865f8 100644
--- a/modules/rostests/apitests/ntdll/locale.c
+++ b/modules/rostests/apitests/ntdll/locale.c
@@ -1,6 +1,6 @@
 /*
  * PROJECT:     ReactOS API tests
- * LICENSE:     GPL-2.0-or-later 
(https://spdx.org/licenses/GPL-2.0-or-later.html)
+ * LICENSE:     GPL-2.0-or-later (https://spdx.org/licenses/GPL-2.0-or-later)
  * PURPOSE:     RTL locale support
  * COPYRIGHT:   Copyright 2016 Mark Jansen <[email protected]>
  *              Copyright 2021 Jérôme Gardou <[email protected]>
diff --git a/ntoskrnl/mm/ARM3/wslist.cpp b/ntoskrnl/mm/ARM3/wslist.cpp
index 73067dfa910..28419be13f1 100644
--- a/ntoskrnl/mm/ARM3/wslist.cpp
+++ b/ntoskrnl/mm/ARM3/wslist.cpp
@@ -1,6 +1,6 @@
 /*
  * PROJECT:         ReactOS Kernel
- * LICENSE:         BSD-3-Clause (https://spdx.org/licenses/BSD-3-Clause.html)
+ * LICENSE:         BSD-3-Clause (https://spdx.org/licenses/BSD-3-Clause)
  * FILE:            ntoskrnl/mm/ARM3/wslist.cpp
  * PURPOSE:         Working set list management
  * PROGRAMMERS:     Jérôme Gardou
diff --git a/ntoskrnl/mm/i386/procsup.c b/ntoskrnl/mm/i386/procsup.c
index 8ffaec103c6..69e15b79d57 100644
--- a/ntoskrnl/mm/i386/procsup.c
+++ b/ntoskrnl/mm/i386/procsup.c
@@ -1,6 +1,6 @@
 /*
  * PROJECT:         ReactOS Kernel
- * LICENSE:         BSD-3-Clause (https://spdx.org/licenses/BSD-3-Clause.html)
+ * LICENSE:         BSD-3-Clause (https://spdx.org/licenses/BSD-3-Clause)
  * FILE:            ntoskrnl/mm/i386/procsup.c
  * PURPOSE:         Process handling for i386 architecture
  * PROGRAMMERS:     Jérôme Gardou
diff --git a/sdk/include/reactos/msgdump.h b/sdk/include/reactos/msgdump.h
index 1076c7e8943..da8057a7f0d 100644
--- a/sdk/include/reactos/msgdump.h
+++ b/sdk/include/reactos/msgdump.h
@@ -1,6 +1,6 @@
 /*
  * PROJECT:     ReactOS header files
- * LICENSE:     CC-BY-4.0 (https://spdx.org/licenses/CC-BY-4.0.html)
+ * LICENSE:     CC-BY-4.0 (https://spdx.org/licenses/CC-BY-4.0)
  * PURPOSE:     Win32API message dumping
  * COPYRIGHT:   Copyright 2018-2021 Katayama Hirofumi MZ 
([email protected])
  */
diff --git a/sdk/include/reactos/winxx.h b/sdk/include/reactos/winxx.h
index 4921b106100..53baa65456c 100644
--- a/sdk/include/reactos/winxx.h
+++ b/sdk/include/reactos/winxx.h
@@ -1,6 +1,6 @@
 /*
  * PROJECT:     ReactOS header files
- * LICENSE:     CC-BY-4.0 (https://spdx.org/licenses/CC-BY-4.0.html)
+ * LICENSE:     CC-BY-4.0 (https://spdx.org/licenses/CC-BY-4.0)
  * PURPOSE:     An unofficial extension of <windowsx.h>
  * COPYRIGHT:   Copyright 2017-2019 Katayama Hirofumi MZ 
([email protected])
  */
diff --git a/sdk/tools/gcc_plugin_seh/main.cpp 
b/sdk/tools/gcc_plugin_seh/main.cpp
index 7383192da71..b90c736b584 100644
--- a/sdk/tools/gcc_plugin_seh/main.cpp
+++ b/sdk/tools/gcc_plugin_seh/main.cpp
@@ -1,6 +1,6 @@
 /*
  * PROJECT:     ReactOS SDK
- * LICENSE:     BSD Zero Clause License (https://spdx.org/licenses/0BSD.html)
+ * LICENSE:     BSD Zero Clause License (https://spdx.org/licenses/0BSD)
  * PURPOSE:     Helper pragma implementation for pseh library (amd64)
  * COPYRIGHT:   Copyright 2021 Jérôme Gardou
  */
diff --git a/sdk/tools/txt2nls/main.cpp b/sdk/tools/txt2nls/main.cpp
index d966029ede0..8d5c473914f 100644
--- a/sdk/tools/txt2nls/main.cpp
+++ b/sdk/tools/txt2nls/main.cpp
@@ -1,6 +1,6 @@
 /*
  * PROJECT:     ReactOS TXT to NLS Converter
- * LICENSE:     GPL-2.0-or-later 
(https://spdx.org/licenses/GPL-2.0-or-later.html)
+ * LICENSE:     GPL-2.0-or-later (https://spdx.org/licenses/GPL-2.0-or-later)
  * FILE:        sdk/tools/txt2nls/main.c
  * COPYRIGHT:   Copyright 2021 Jérôme Gardou <[email protected]>
  */

Reply via email to