[v2,03/10] Documentation: doxygen-awesome-css: Switch license information to SPDX
diff mbox series

Message ID 20250911230115.25335-4-laurent.pinchart@ideasonboard.com
State Superseded
Headers show
Series
  • Documentation theming update
Related show

Commit Message

Laurent Pinchart Sept. 11, 2025, 11:01 p.m. UTC
Replace the MIT license boilerplate with SPDX tags. This simplifies
automatic discovery of licenses and SBOM generation.

Signed-off-by: Laurent Pinchart <laurent.pinchart@ideasonboard.com>
---
 .../doxygen-awesome-darkmode-toggle.js        | 21 +-----------------
 .../doxygen-awesome-fragment-copy-button.js   | 21 +-----------------
 .../doxygen-awesome-interactive-toc.js        | 21 +-----------------
 .../doxygen-awesome-paragraph-link.js         | 21 +-----------------
 ...n-awesome-sidebar-only-darkmode-toggle.css | 22 +------------------
 .../doxygen-awesome-sidebar-only.css          | 21 +-----------------
 .../doxygen-awesome-tabs.js                   | 21 +-----------------
 .../doxygen-awesome-css/doxygen-awesome.css   | 21 +-----------------
 8 files changed, 8 insertions(+), 161 deletions(-)

Comments

Barnabás Pőcze Sept. 12, 2025, 8:36 a.m. UTC | #1
2025. 09. 12. 1:01 keltezéssel, Laurent Pinchart írta:
> Replace the MIT license boilerplate with SPDX tags. This simplifies
> automatic discovery of licenses and SBOM generation.

I think it's unfortunate to have to modify imported projects, but I see you have
already proposed this change: https://github.com/jothepro/doxygen-awesome-css/pull/191.


> 
> Signed-off-by: Laurent Pinchart <laurent.pinchart@ideasonboard.com>
> ---
>   .../doxygen-awesome-darkmode-toggle.js        | 21 +-----------------
>   .../doxygen-awesome-fragment-copy-button.js   | 21 +-----------------
>   .../doxygen-awesome-interactive-toc.js        | 21 +-----------------
>   .../doxygen-awesome-paragraph-link.js         | 21 +-----------------
>   ...n-awesome-sidebar-only-darkmode-toggle.css | 22 +------------------
>   .../doxygen-awesome-sidebar-only.css          | 21 +-----------------
>   .../doxygen-awesome-tabs.js                   | 21 +-----------------
>   .../doxygen-awesome-css/doxygen-awesome.css   | 21 +-----------------
>   8 files changed, 8 insertions(+), 161 deletions(-)
> 
> diff --git a/Documentation/doxygen-awesome-css/doxygen-awesome-darkmode-toggle.js b/Documentation/doxygen-awesome-css/doxygen-awesome-darkmode-toggle.js
> index 40fe2d38e090..f5a954e444a7 100644
> --- a/Documentation/doxygen-awesome-css/doxygen-awesome-darkmode-toggle.js
> +++ b/Documentation/doxygen-awesome-css/doxygen-awesome-darkmode-toggle.js
> @@ -1,30 +1,11 @@
> +// SPDX-License-Identifier: MIT
>   /**
>   
>   Doxygen Awesome
>   https://github.com/jothepro/doxygen-awesome-css
>   
> -MIT License
> -
>   Copyright (c) 2021 - 2023 jothepro

Moving it to `SPDX-FileCopyrightText` ?


>   
> -Permission is hereby granted, free of charge, to any person obtaining a copy
> -of this software and associated documentation files (the "Software"), to deal
> -in the Software without restriction, including without limitation the rights
> -to use, copy, modify, merge, publish, distribute, sublicense, and/or sell
> -copies of the Software, and to permit persons to whom the Software is
> -furnished to do so, subject to the following conditions:
> -
> -The above copyright notice and this permission notice shall be included in all
> -copies or substantial portions of the Software.
> -
> -THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR
> -IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,
> -FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE
> -AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER
> -LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM,
> -OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE
> -SOFTWARE.
> -
>   */
>   
>   class DoxygenAwesomeDarkModeToggle extends HTMLElement {
> diff --git a/Documentation/doxygen-awesome-css/doxygen-awesome-fragment-copy-button.js b/Documentation/doxygen-awesome-css/doxygen-awesome-fragment-copy-button.js
> index 86c16fd93a71..66dd8b18104b 100644
> --- a/Documentation/doxygen-awesome-css/doxygen-awesome-fragment-copy-button.js
> +++ b/Documentation/doxygen-awesome-css/doxygen-awesome-fragment-copy-button.js
> @@ -1,30 +1,11 @@
> +// SPDX-License-Identifier: MIT
>   /**
>   
>   Doxygen Awesome
>   https://github.com/jothepro/doxygen-awesome-css
>   
> -MIT License
> -
>   Copyright (c) 2022 - 2023 jothepro
>   
> -Permission is hereby granted, free of charge, to any person obtaining a copy
> -of this software and associated documentation files (the "Software"), to deal
> -in the Software without restriction, including without limitation the rights
> -to use, copy, modify, merge, publish, distribute, sublicense, and/or sell
> -copies of the Software, and to permit persons to whom the Software is
> -furnished to do so, subject to the following conditions:
> -
> -The above copyright notice and this permission notice shall be included in all
> -copies or substantial portions of the Software.
> -
> -THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR
> -IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,
> -FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE
> -AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER
> -LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM,
> -OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE
> -SOFTWARE.
> -
>   */
>   
>   class DoxygenAwesomeFragmentCopyButton extends HTMLElement {
> diff --git a/Documentation/doxygen-awesome-css/doxygen-awesome-interactive-toc.js b/Documentation/doxygen-awesome-css/doxygen-awesome-interactive-toc.js
> index f3c3e7706824..38bd5c611021 100644
> --- a/Documentation/doxygen-awesome-css/doxygen-awesome-interactive-toc.js
> +++ b/Documentation/doxygen-awesome-css/doxygen-awesome-interactive-toc.js
> @@ -1,30 +1,11 @@
> +// SPDX-License-Identifier: MIT
>   /**
>   
>   Doxygen Awesome
>   https://github.com/jothepro/doxygen-awesome-css
>   
> -MIT License
> -
>   Copyright (c) 2022 - 2023 jothepro
>   
> -Permission is hereby granted, free of charge, to any person obtaining a copy
> -of this software and associated documentation files (the "Software"), to deal
> -in the Software without restriction, including without limitation the rights
> -to use, copy, modify, merge, publish, distribute, sublicense, and/or sell
> -copies of the Software, and to permit persons to whom the Software is
> -furnished to do so, subject to the following conditions:
> -
> -The above copyright notice and this permission notice shall be included in all
> -copies or substantial portions of the Software.
> -
> -THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR
> -IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,
> -FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE
> -AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER
> -LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM,
> -OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE
> -SOFTWARE.
> -
>   */
>   
>   class DoxygenAwesomeInteractiveToc {
> diff --git a/Documentation/doxygen-awesome-css/doxygen-awesome-paragraph-link.js b/Documentation/doxygen-awesome-css/doxygen-awesome-paragraph-link.js
> index e53d132cea5a..0a4fa2003a86 100644
> --- a/Documentation/doxygen-awesome-css/doxygen-awesome-paragraph-link.js
> +++ b/Documentation/doxygen-awesome-css/doxygen-awesome-paragraph-link.js
> @@ -1,30 +1,11 @@
> +// SPDX-License-Identifier: MIT
>   /**
>   
>   Doxygen Awesome
>   https://github.com/jothepro/doxygen-awesome-css
>   
> -MIT License
> -
>   Copyright (c) 2022 - 2023 jothepro
>   
> -Permission is hereby granted, free of charge, to any person obtaining a copy
> -of this software and associated documentation files (the "Software"), to deal
> -in the Software without restriction, including without limitation the rights
> -to use, copy, modify, merge, publish, distribute, sublicense, and/or sell
> -copies of the Software, and to permit persons to whom the Software is
> -furnished to do so, subject to the following conditions:
> -
> -The above copyright notice and this permission notice shall be included in all
> -copies or substantial portions of the Software.
> -
> -THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR
> -IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,
> -FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE
> -AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER
> -LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM,
> -OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE
> -SOFTWARE.
> -
>   */
>   
>   class DoxygenAwesomeParagraphLink {
> diff --git a/Documentation/doxygen-awesome-css/doxygen-awesome-sidebar-only-darkmode-toggle.css b/Documentation/doxygen-awesome-css/doxygen-awesome-sidebar-only-darkmode-toggle.css
> index d207446e0be8..390d129ab9ce 100644
> --- a/Documentation/doxygen-awesome-css/doxygen-awesome-sidebar-only-darkmode-toggle.css
> +++ b/Documentation/doxygen-awesome-css/doxygen-awesome-sidebar-only-darkmode-toggle.css
> @@ -1,31 +1,11 @@
> -
> +/* SPDX-License-Identifier: MIT */

Why not `//` here as well (and below)?


Regards,
Barnabás Pőcze

>   /**
>   
>   Doxygen Awesome
>   https://github.com/jothepro/doxygen-awesome-css
>   
> -MIT License
> -
>   Copyright (c) 2021 - 2023 jothepro
>   
> -Permission is hereby granted, free of charge, to any person obtaining a copy
> -of this software and associated documentation files (the "Software"), to deal
> -in the Software without restriction, including without limitation the rights
> -to use, copy, modify, merge, publish, distribute, sublicense, and/or sell
> -copies of the Software, and to permit persons to whom the Software is
> -furnished to do so, subject to the following conditions:
> -
> -The above copyright notice and this permission notice shall be included in all
> -copies or substantial portions of the Software.
> -
> -THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR
> -IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,
> -FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE
> -AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER
> -LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM,
> -OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE
> -SOFTWARE.
> -
>   */
>   
>   @media screen and (min-width: 768px) {
> diff --git a/Documentation/doxygen-awesome-css/doxygen-awesome-sidebar-only.css b/Documentation/doxygen-awesome-css/doxygen-awesome-sidebar-only.css
> index 853f6d6926e2..838fd4aad6ae 100644
> --- a/Documentation/doxygen-awesome-css/doxygen-awesome-sidebar-only.css
> +++ b/Documentation/doxygen-awesome-css/doxygen-awesome-sidebar-only.css
> @@ -1,30 +1,11 @@
> +/* SPDX-License-Identifier: MIT */
>   /**
>   
>   Doxygen Awesome
>   https://github.com/jothepro/doxygen-awesome-css
>   
> -MIT License
> -
>   Copyright (c) 2021 - 2023 jothepro
>   
> -Permission is hereby granted, free of charge, to any person obtaining a copy
> -of this software and associated documentation files (the "Software"), to deal
> -in the Software without restriction, including without limitation the rights
> -to use, copy, modify, merge, publish, distribute, sublicense, and/or sell
> -copies of the Software, and to permit persons to whom the Software is
> -furnished to do so, subject to the following conditions:
> -
> -The above copyright notice and this permission notice shall be included in all
> -copies or substantial portions of the Software.
> -
> -THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR
> -IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,
> -FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE
> -AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER
> -LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM,
> -OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE
> -SOFTWARE.
> -
>    */
>   
>   html {
> diff --git a/Documentation/doxygen-awesome-css/doxygen-awesome-tabs.js b/Documentation/doxygen-awesome-css/doxygen-awesome-tabs.js
> index 06dfd3d66f4e..61b76850d6ca 100644
> --- a/Documentation/doxygen-awesome-css/doxygen-awesome-tabs.js
> +++ b/Documentation/doxygen-awesome-css/doxygen-awesome-tabs.js
> @@ -1,30 +1,11 @@
> +// SPDX-License-Identifier: MIT
>   /**
>   
>   Doxygen Awesome
>   https://github.com/jothepro/doxygen-awesome-css
>   
> -MIT License
> -
>   Copyright (c) 2023 jothepro
>   
> -Permission is hereby granted, free of charge, to any person obtaining a copy
> -of this software and associated documentation files (the "Software"), to deal
> -in the Software without restriction, including without limitation the rights
> -to use, copy, modify, merge, publish, distribute, sublicense, and/or sell
> -copies of the Software, and to permit persons to whom the Software is
> -furnished to do so, subject to the following conditions:
> -
> -The above copyright notice and this permission notice shall be included in all
> -copies or substantial portions of the Software.
> -
> -THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR
> -IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,
> -FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE
> -AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER
> -LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM,
> -OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE
> -SOFTWARE.
> -
>   */
>   
>   class DoxygenAwesomeTabs {
> diff --git a/Documentation/doxygen-awesome-css/doxygen-awesome.css b/Documentation/doxygen-awesome-css/doxygen-awesome.css
> index af68d5fea7a1..2d5d8352d7cc 100644
> --- a/Documentation/doxygen-awesome-css/doxygen-awesome.css
> +++ b/Documentation/doxygen-awesome-css/doxygen-awesome.css
> @@ -1,30 +1,11 @@
> +/* SPDX-License-Identifier: MIT */
>   /**
>   
>   Doxygen Awesome
>   https://github.com/jothepro/doxygen-awesome-css
>   
> -MIT License
> -
>   Copyright (c) 2021 - 2023 jothepro
>   
> -Permission is hereby granted, free of charge, to any person obtaining a copy
> -of this software and associated documentation files (the "Software"), to deal
> -in the Software without restriction, including without limitation the rights
> -to use, copy, modify, merge, publish, distribute, sublicense, and/or sell
> -copies of the Software, and to permit persons to whom the Software is
> -furnished to do so, subject to the following conditions:
> -
> -The above copyright notice and this permission notice shall be included in all
> -copies or substantial portions of the Software.
> -
> -THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR
> -IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,
> -FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE
> -AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER
> -LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM,
> -OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE
> -SOFTWARE.
> -
>   */
>   
>   html {
Laurent Pinchart Sept. 12, 2025, 8:43 a.m. UTC | #2
On Fri, Sep 12, 2025 at 10:36:11AM +0200, Barnabás Pőcze wrote:
> 2025. 09. 12. 1:01 keltezéssel, Laurent Pinchart írta:
> > Replace the MIT license boilerplate with SPDX tags. This simplifies
> > automatic discovery of licenses and SBOM generation.
> 
> I think it's unfortunate to have to modify imported projects, but I see you have
> already proposed this change: https://github.com/jothepro/doxygen-awesome-css/pull/191.
> 
> > Signed-off-by: Laurent Pinchart <laurent.pinchart@ideasonboard.com>
> > ---
> >   .../doxygen-awesome-darkmode-toggle.js        | 21 +-----------------
> >   .../doxygen-awesome-fragment-copy-button.js   | 21 +-----------------
> >   .../doxygen-awesome-interactive-toc.js        | 21 +-----------------
> >   .../doxygen-awesome-paragraph-link.js         | 21 +-----------------
> >   ...n-awesome-sidebar-only-darkmode-toggle.css | 22 +------------------
> >   .../doxygen-awesome-sidebar-only.css          | 21 +-----------------
> >   .../doxygen-awesome-tabs.js                   | 21 +-----------------
> >   .../doxygen-awesome-css/doxygen-awesome.css   | 21 +-----------------
> >   8 files changed, 8 insertions(+), 161 deletions(-)
> > 
> > diff --git a/Documentation/doxygen-awesome-css/doxygen-awesome-darkmode-toggle.js b/Documentation/doxygen-awesome-css/doxygen-awesome-darkmode-toggle.js
> > index 40fe2d38e090..f5a954e444a7 100644
> > --- a/Documentation/doxygen-awesome-css/doxygen-awesome-darkmode-toggle.js
> > +++ b/Documentation/doxygen-awesome-css/doxygen-awesome-darkmode-toggle.js
> > @@ -1,30 +1,11 @@
> > +// SPDX-License-Identifier: MIT
> >   /**
> >   
> >   Doxygen Awesome
> >   https://github.com/jothepro/doxygen-awesome-css
> >   
> > -MIT License
> > -
> >   Copyright (c) 2021 - 2023 jothepro
> 
> Moving it to `SPDX-FileCopyrightText` ?

SPDX-FileCopyrightText is less common, and we don't use it in libcamera
yet. We can discuss it separately.

> > -Permission is hereby granted, free of charge, to any person obtaining a copy
> > -of this software and associated documentation files (the "Software"), to deal
> > -in the Software without restriction, including without limitation the rights
> > -to use, copy, modify, merge, publish, distribute, sublicense, and/or sell
> > -copies of the Software, and to permit persons to whom the Software is
> > -furnished to do so, subject to the following conditions:
> > -
> > -The above copyright notice and this permission notice shall be included in all
> > -copies or substantial portions of the Software.
> > -
> > -THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR
> > -IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,
> > -FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE
> > -AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER
> > -LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM,
> > -OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE
> > -SOFTWARE.
> > -
> >   */
> >   
> >   class DoxygenAwesomeDarkModeToggle extends HTMLElement {
> > diff --git a/Documentation/doxygen-awesome-css/doxygen-awesome-fragment-copy-button.js b/Documentation/doxygen-awesome-css/doxygen-awesome-fragment-copy-button.js
> > index 86c16fd93a71..66dd8b18104b 100644
> > --- a/Documentation/doxygen-awesome-css/doxygen-awesome-fragment-copy-button.js
> > +++ b/Documentation/doxygen-awesome-css/doxygen-awesome-fragment-copy-button.js
> > @@ -1,30 +1,11 @@
> > +// SPDX-License-Identifier: MIT
> >   /**
> >   
> >   Doxygen Awesome
> >   https://github.com/jothepro/doxygen-awesome-css
> >   
> > -MIT License
> > -
> >   Copyright (c) 2022 - 2023 jothepro
> >   
> > -Permission is hereby granted, free of charge, to any person obtaining a copy
> > -of this software and associated documentation files (the "Software"), to deal
> > -in the Software without restriction, including without limitation the rights
> > -to use, copy, modify, merge, publish, distribute, sublicense, and/or sell
> > -copies of the Software, and to permit persons to whom the Software is
> > -furnished to do so, subject to the following conditions:
> > -
> > -The above copyright notice and this permission notice shall be included in all
> > -copies or substantial portions of the Software.
> > -
> > -THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR
> > -IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,
> > -FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE
> > -AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER
> > -LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM,
> > -OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE
> > -SOFTWARE.
> > -
> >   */
> >   
> >   class DoxygenAwesomeFragmentCopyButton extends HTMLElement {
> > diff --git a/Documentation/doxygen-awesome-css/doxygen-awesome-interactive-toc.js b/Documentation/doxygen-awesome-css/doxygen-awesome-interactive-toc.js
> > index f3c3e7706824..38bd5c611021 100644
> > --- a/Documentation/doxygen-awesome-css/doxygen-awesome-interactive-toc.js
> > +++ b/Documentation/doxygen-awesome-css/doxygen-awesome-interactive-toc.js
> > @@ -1,30 +1,11 @@
> > +// SPDX-License-Identifier: MIT
> >   /**
> >   
> >   Doxygen Awesome
> >   https://github.com/jothepro/doxygen-awesome-css
> >   
> > -MIT License
> > -
> >   Copyright (c) 2022 - 2023 jothepro
> >   
> > -Permission is hereby granted, free of charge, to any person obtaining a copy
> > -of this software and associated documentation files (the "Software"), to deal
> > -in the Software without restriction, including without limitation the rights
> > -to use, copy, modify, merge, publish, distribute, sublicense, and/or sell
> > -copies of the Software, and to permit persons to whom the Software is
> > -furnished to do so, subject to the following conditions:
> > -
> > -The above copyright notice and this permission notice shall be included in all
> > -copies or substantial portions of the Software.
> > -
> > -THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR
> > -IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,
> > -FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE
> > -AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER
> > -LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM,
> > -OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE
> > -SOFTWARE.
> > -
> >   */
> >   
> >   class DoxygenAwesomeInteractiveToc {
> > diff --git a/Documentation/doxygen-awesome-css/doxygen-awesome-paragraph-link.js b/Documentation/doxygen-awesome-css/doxygen-awesome-paragraph-link.js
> > index e53d132cea5a..0a4fa2003a86 100644
> > --- a/Documentation/doxygen-awesome-css/doxygen-awesome-paragraph-link.js
> > +++ b/Documentation/doxygen-awesome-css/doxygen-awesome-paragraph-link.js
> > @@ -1,30 +1,11 @@
> > +// SPDX-License-Identifier: MIT
> >   /**
> >   
> >   Doxygen Awesome
> >   https://github.com/jothepro/doxygen-awesome-css
> >   
> > -MIT License
> > -
> >   Copyright (c) 2022 - 2023 jothepro
> >   
> > -Permission is hereby granted, free of charge, to any person obtaining a copy
> > -of this software and associated documentation files (the "Software"), to deal
> > -in the Software without restriction, including without limitation the rights
> > -to use, copy, modify, merge, publish, distribute, sublicense, and/or sell
> > -copies of the Software, and to permit persons to whom the Software is
> > -furnished to do so, subject to the following conditions:
> > -
> > -The above copyright notice and this permission notice shall be included in all
> > -copies or substantial portions of the Software.
> > -
> > -THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR
> > -IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,
> > -FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE
> > -AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER
> > -LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM,
> > -OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE
> > -SOFTWARE.
> > -
> >   */
> >   
> >   class DoxygenAwesomeParagraphLink {
> > diff --git a/Documentation/doxygen-awesome-css/doxygen-awesome-sidebar-only-darkmode-toggle.css b/Documentation/doxygen-awesome-css/doxygen-awesome-sidebar-only-darkmode-toggle.css
> > index d207446e0be8..390d129ab9ce 100644
> > --- a/Documentation/doxygen-awesome-css/doxygen-awesome-sidebar-only-darkmode-toggle.css
> > +++ b/Documentation/doxygen-awesome-css/doxygen-awesome-sidebar-only-darkmode-toggle.css
> > @@ -1,31 +1,11 @@
> > -
> > +/* SPDX-License-Identifier: MIT */
> 
> Why not `//` here as well (and below)?

CSS doesn't support // comments.

> >   /**
> >   
> >   Doxygen Awesome
> >   https://github.com/jothepro/doxygen-awesome-css
> >   
> > -MIT License
> > -
> >   Copyright (c) 2021 - 2023 jothepro
> >   
> > -Permission is hereby granted, free of charge, to any person obtaining a copy
> > -of this software and associated documentation files (the "Software"), to deal
> > -in the Software without restriction, including without limitation the rights
> > -to use, copy, modify, merge, publish, distribute, sublicense, and/or sell
> > -copies of the Software, and to permit persons to whom the Software is
> > -furnished to do so, subject to the following conditions:
> > -
> > -The above copyright notice and this permission notice shall be included in all
> > -copies or substantial portions of the Software.
> > -
> > -THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR
> > -IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,
> > -FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE
> > -AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER
> > -LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM,
> > -OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE
> > -SOFTWARE.
> > -
> >   */
> >   
> >   @media screen and (min-width: 768px) {
> > diff --git a/Documentation/doxygen-awesome-css/doxygen-awesome-sidebar-only.css b/Documentation/doxygen-awesome-css/doxygen-awesome-sidebar-only.css
> > index 853f6d6926e2..838fd4aad6ae 100644
> > --- a/Documentation/doxygen-awesome-css/doxygen-awesome-sidebar-only.css
> > +++ b/Documentation/doxygen-awesome-css/doxygen-awesome-sidebar-only.css
> > @@ -1,30 +1,11 @@
> > +/* SPDX-License-Identifier: MIT */
> >   /**
> >   
> >   Doxygen Awesome
> >   https://github.com/jothepro/doxygen-awesome-css
> >   
> > -MIT License
> > -
> >   Copyright (c) 2021 - 2023 jothepro
> >   
> > -Permission is hereby granted, free of charge, to any person obtaining a copy
> > -of this software and associated documentation files (the "Software"), to deal
> > -in the Software without restriction, including without limitation the rights
> > -to use, copy, modify, merge, publish, distribute, sublicense, and/or sell
> > -copies of the Software, and to permit persons to whom the Software is
> > -furnished to do so, subject to the following conditions:
> > -
> > -The above copyright notice and this permission notice shall be included in all
> > -copies or substantial portions of the Software.
> > -
> > -THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR
> > -IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,
> > -FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE
> > -AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER
> > -LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM,
> > -OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE
> > -SOFTWARE.
> > -
> >    */
> >   
> >   html {
> > diff --git a/Documentation/doxygen-awesome-css/doxygen-awesome-tabs.js b/Documentation/doxygen-awesome-css/doxygen-awesome-tabs.js
> > index 06dfd3d66f4e..61b76850d6ca 100644
> > --- a/Documentation/doxygen-awesome-css/doxygen-awesome-tabs.js
> > +++ b/Documentation/doxygen-awesome-css/doxygen-awesome-tabs.js
> > @@ -1,30 +1,11 @@
> > +// SPDX-License-Identifier: MIT
> >   /**
> >   
> >   Doxygen Awesome
> >   https://github.com/jothepro/doxygen-awesome-css
> >   
> > -MIT License
> > -
> >   Copyright (c) 2023 jothepro
> >   
> > -Permission is hereby granted, free of charge, to any person obtaining a copy
> > -of this software and associated documentation files (the "Software"), to deal
> > -in the Software without restriction, including without limitation the rights
> > -to use, copy, modify, merge, publish, distribute, sublicense, and/or sell
> > -copies of the Software, and to permit persons to whom the Software is
> > -furnished to do so, subject to the following conditions:
> > -
> > -The above copyright notice and this permission notice shall be included in all
> > -copies or substantial portions of the Software.
> > -
> > -THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR
> > -IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,
> > -FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE
> > -AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER
> > -LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM,
> > -OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE
> > -SOFTWARE.
> > -
> >   */
> >   
> >   class DoxygenAwesomeTabs {
> > diff --git a/Documentation/doxygen-awesome-css/doxygen-awesome.css b/Documentation/doxygen-awesome-css/doxygen-awesome.css
> > index af68d5fea7a1..2d5d8352d7cc 100644
> > --- a/Documentation/doxygen-awesome-css/doxygen-awesome.css
> > +++ b/Documentation/doxygen-awesome-css/doxygen-awesome.css
> > @@ -1,30 +1,11 @@
> > +/* SPDX-License-Identifier: MIT */
> >   /**
> >   
> >   Doxygen Awesome
> >   https://github.com/jothepro/doxygen-awesome-css
> >   
> > -MIT License
> > -
> >   Copyright (c) 2021 - 2023 jothepro
> >   
> > -Permission is hereby granted, free of charge, to any person obtaining a copy
> > -of this software and associated documentation files (the "Software"), to deal
> > -in the Software without restriction, including without limitation the rights
> > -to use, copy, modify, merge, publish, distribute, sublicense, and/or sell
> > -copies of the Software, and to permit persons to whom the Software is
> > -furnished to do so, subject to the following conditions:
> > -
> > -The above copyright notice and this permission notice shall be included in all
> > -copies or substantial portions of the Software.
> > -
> > -THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR
> > -IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,
> > -FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE
> > -AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER
> > -LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM,
> > -OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE
> > -SOFTWARE.
> > -
> >   */
> >   
> >   html {

Patch
diff mbox series

diff --git a/Documentation/doxygen-awesome-css/doxygen-awesome-darkmode-toggle.js b/Documentation/doxygen-awesome-css/doxygen-awesome-darkmode-toggle.js
index 40fe2d38e090..f5a954e444a7 100644
--- a/Documentation/doxygen-awesome-css/doxygen-awesome-darkmode-toggle.js
+++ b/Documentation/doxygen-awesome-css/doxygen-awesome-darkmode-toggle.js
@@ -1,30 +1,11 @@ 
+// SPDX-License-Identifier: MIT
 /**
 
 Doxygen Awesome
 https://github.com/jothepro/doxygen-awesome-css
 
-MIT License
-
 Copyright (c) 2021 - 2023 jothepro
 
-Permission is hereby granted, free of charge, to any person obtaining a copy
-of this software and associated documentation files (the "Software"), to deal
-in the Software without restriction, including without limitation the rights
-to use, copy, modify, merge, publish, distribute, sublicense, and/or sell
-copies of the Software, and to permit persons to whom the Software is
-furnished to do so, subject to the following conditions:
-
-The above copyright notice and this permission notice shall be included in all
-copies or substantial portions of the Software.
-
-THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR
-IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,
-FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE
-AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER
-LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM,
-OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE
-SOFTWARE.
-
 */
 
 class DoxygenAwesomeDarkModeToggle extends HTMLElement {
diff --git a/Documentation/doxygen-awesome-css/doxygen-awesome-fragment-copy-button.js b/Documentation/doxygen-awesome-css/doxygen-awesome-fragment-copy-button.js
index 86c16fd93a71..66dd8b18104b 100644
--- a/Documentation/doxygen-awesome-css/doxygen-awesome-fragment-copy-button.js
+++ b/Documentation/doxygen-awesome-css/doxygen-awesome-fragment-copy-button.js
@@ -1,30 +1,11 @@ 
+// SPDX-License-Identifier: MIT
 /**
 
 Doxygen Awesome
 https://github.com/jothepro/doxygen-awesome-css
 
-MIT License
-
 Copyright (c) 2022 - 2023 jothepro
 
-Permission is hereby granted, free of charge, to any person obtaining a copy
-of this software and associated documentation files (the "Software"), to deal
-in the Software without restriction, including without limitation the rights
-to use, copy, modify, merge, publish, distribute, sublicense, and/or sell
-copies of the Software, and to permit persons to whom the Software is
-furnished to do so, subject to the following conditions:
-
-The above copyright notice and this permission notice shall be included in all
-copies or substantial portions of the Software.
-
-THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR
-IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,
-FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE
-AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER
-LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM,
-OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE
-SOFTWARE.
-
 */
 
 class DoxygenAwesomeFragmentCopyButton extends HTMLElement {
diff --git a/Documentation/doxygen-awesome-css/doxygen-awesome-interactive-toc.js b/Documentation/doxygen-awesome-css/doxygen-awesome-interactive-toc.js
index f3c3e7706824..38bd5c611021 100644
--- a/Documentation/doxygen-awesome-css/doxygen-awesome-interactive-toc.js
+++ b/Documentation/doxygen-awesome-css/doxygen-awesome-interactive-toc.js
@@ -1,30 +1,11 @@ 
+// SPDX-License-Identifier: MIT
 /**
 
 Doxygen Awesome
 https://github.com/jothepro/doxygen-awesome-css
 
-MIT License
-
 Copyright (c) 2022 - 2023 jothepro
 
-Permission is hereby granted, free of charge, to any person obtaining a copy
-of this software and associated documentation files (the "Software"), to deal
-in the Software without restriction, including without limitation the rights
-to use, copy, modify, merge, publish, distribute, sublicense, and/or sell
-copies of the Software, and to permit persons to whom the Software is
-furnished to do so, subject to the following conditions:
-
-The above copyright notice and this permission notice shall be included in all
-copies or substantial portions of the Software.
-
-THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR
-IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,
-FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE
-AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER
-LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM,
-OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE
-SOFTWARE.
-
 */
 
 class DoxygenAwesomeInteractiveToc {
diff --git a/Documentation/doxygen-awesome-css/doxygen-awesome-paragraph-link.js b/Documentation/doxygen-awesome-css/doxygen-awesome-paragraph-link.js
index e53d132cea5a..0a4fa2003a86 100644
--- a/Documentation/doxygen-awesome-css/doxygen-awesome-paragraph-link.js
+++ b/Documentation/doxygen-awesome-css/doxygen-awesome-paragraph-link.js
@@ -1,30 +1,11 @@ 
+// SPDX-License-Identifier: MIT
 /**
 
 Doxygen Awesome
 https://github.com/jothepro/doxygen-awesome-css
 
-MIT License
-
 Copyright (c) 2022 - 2023 jothepro
 
-Permission is hereby granted, free of charge, to any person obtaining a copy
-of this software and associated documentation files (the "Software"), to deal
-in the Software without restriction, including without limitation the rights
-to use, copy, modify, merge, publish, distribute, sublicense, and/or sell
-copies of the Software, and to permit persons to whom the Software is
-furnished to do so, subject to the following conditions:
-
-The above copyright notice and this permission notice shall be included in all
-copies or substantial portions of the Software.
-
-THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR
-IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,
-FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE
-AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER
-LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM,
-OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE
-SOFTWARE.
-
 */
 
 class DoxygenAwesomeParagraphLink {
diff --git a/Documentation/doxygen-awesome-css/doxygen-awesome-sidebar-only-darkmode-toggle.css b/Documentation/doxygen-awesome-css/doxygen-awesome-sidebar-only-darkmode-toggle.css
index d207446e0be8..390d129ab9ce 100644
--- a/Documentation/doxygen-awesome-css/doxygen-awesome-sidebar-only-darkmode-toggle.css
+++ b/Documentation/doxygen-awesome-css/doxygen-awesome-sidebar-only-darkmode-toggle.css
@@ -1,31 +1,11 @@ 
-
+/* SPDX-License-Identifier: MIT */
 /**
 
 Doxygen Awesome
 https://github.com/jothepro/doxygen-awesome-css
 
-MIT License
-
 Copyright (c) 2021 - 2023 jothepro
 
-Permission is hereby granted, free of charge, to any person obtaining a copy
-of this software and associated documentation files (the "Software"), to deal
-in the Software without restriction, including without limitation the rights
-to use, copy, modify, merge, publish, distribute, sublicense, and/or sell
-copies of the Software, and to permit persons to whom the Software is
-furnished to do so, subject to the following conditions:
-
-The above copyright notice and this permission notice shall be included in all
-copies or substantial portions of the Software.
-
-THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR
-IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,
-FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE
-AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER
-LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM,
-OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE
-SOFTWARE.
-
 */
 
 @media screen and (min-width: 768px) {
diff --git a/Documentation/doxygen-awesome-css/doxygen-awesome-sidebar-only.css b/Documentation/doxygen-awesome-css/doxygen-awesome-sidebar-only.css
index 853f6d6926e2..838fd4aad6ae 100644
--- a/Documentation/doxygen-awesome-css/doxygen-awesome-sidebar-only.css
+++ b/Documentation/doxygen-awesome-css/doxygen-awesome-sidebar-only.css
@@ -1,30 +1,11 @@ 
+/* SPDX-License-Identifier: MIT */
 /**
 
 Doxygen Awesome
 https://github.com/jothepro/doxygen-awesome-css
 
-MIT License
-
 Copyright (c) 2021 - 2023 jothepro
 
-Permission is hereby granted, free of charge, to any person obtaining a copy
-of this software and associated documentation files (the "Software"), to deal
-in the Software without restriction, including without limitation the rights
-to use, copy, modify, merge, publish, distribute, sublicense, and/or sell
-copies of the Software, and to permit persons to whom the Software is
-furnished to do so, subject to the following conditions:
-
-The above copyright notice and this permission notice shall be included in all
-copies or substantial portions of the Software.
-
-THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR
-IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,
-FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE
-AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER
-LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM,
-OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE
-SOFTWARE.
-
  */
 
 html {
diff --git a/Documentation/doxygen-awesome-css/doxygen-awesome-tabs.js b/Documentation/doxygen-awesome-css/doxygen-awesome-tabs.js
index 06dfd3d66f4e..61b76850d6ca 100644
--- a/Documentation/doxygen-awesome-css/doxygen-awesome-tabs.js
+++ b/Documentation/doxygen-awesome-css/doxygen-awesome-tabs.js
@@ -1,30 +1,11 @@ 
+// SPDX-License-Identifier: MIT
 /**
 
 Doxygen Awesome
 https://github.com/jothepro/doxygen-awesome-css
 
-MIT License
-
 Copyright (c) 2023 jothepro
 
-Permission is hereby granted, free of charge, to any person obtaining a copy
-of this software and associated documentation files (the "Software"), to deal
-in the Software without restriction, including without limitation the rights
-to use, copy, modify, merge, publish, distribute, sublicense, and/or sell
-copies of the Software, and to permit persons to whom the Software is
-furnished to do so, subject to the following conditions:
-
-The above copyright notice and this permission notice shall be included in all
-copies or substantial portions of the Software.
-
-THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR
-IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,
-FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE
-AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER
-LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM,
-OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE
-SOFTWARE.
-
 */
 
 class DoxygenAwesomeTabs {
diff --git a/Documentation/doxygen-awesome-css/doxygen-awesome.css b/Documentation/doxygen-awesome-css/doxygen-awesome.css
index af68d5fea7a1..2d5d8352d7cc 100644
--- a/Documentation/doxygen-awesome-css/doxygen-awesome.css
+++ b/Documentation/doxygen-awesome-css/doxygen-awesome.css
@@ -1,30 +1,11 @@ 
+/* SPDX-License-Identifier: MIT */
 /**
 
 Doxygen Awesome
 https://github.com/jothepro/doxygen-awesome-css
 
-MIT License
-
 Copyright (c) 2021 - 2023 jothepro
 
-Permission is hereby granted, free of charge, to any person obtaining a copy
-of this software and associated documentation files (the "Software"), to deal
-in the Software without restriction, including without limitation the rights
-to use, copy, modify, merge, publish, distribute, sublicense, and/or sell
-copies of the Software, and to permit persons to whom the Software is
-furnished to do so, subject to the following conditions:
-
-The above copyright notice and this permission notice shall be included in all
-copies or substantial portions of the Software.
-
-THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR
-IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,
-FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE
-AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER
-LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM,
-OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE
-SOFTWARE.
-
 */
 
 html {