From 37112e42b0820d971ab60f591c90a1d1d05d852a Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Micha=C5=82=20Janiszewski?= Date: Fri, 19 Sep 2025 21:08:00 +0200 Subject: [PATCH] Add information about run-clang-format licence --- distribution/readme.txt | 5 +++-- scripts/run-clang-format.py | 2 ++ 2 files changed, 5 insertions(+), 2 deletions(-) diff --git a/distribution/readme.txt b/distribution/readme.txt index 15ac273c03..ce496cdc5d 100644 --- a/distribution/readme.txt +++ b/distribution/readme.txt @@ -149,13 +149,14 @@ libpng | libpng licence. libspeex | BSD-style licence. libzip | BSD 3 clause licence. nlohmann-json | MIT licence. -OpenSSL | OpenSSL Licence +OpenSSL | OpenSSL licence. SDL2 | zlib licence. zlib | zlib licence. Google Test | BSD 3 clause licence. Google Benchmark | Apache 2.0 licence. sfl | zlib licence. -zstd | BSD 3 clause license. +zstd | BSD 3 clause licence. +run-clang-format | MIT licence. Licences for sub-libraries used by the above may vary. For more information, visit the libraries' respective official websites. diff --git a/scripts/run-clang-format.py b/scripts/run-clang-format.py index 3bc1199178..35e0453326 100755 --- a/scripts/run-clang-format.py +++ b/scripts/run-clang-format.py @@ -6,6 +6,8 @@ This is an alternative API for the clang-format command line. It runs over multiple files and directories in parallel. A diff output is produced and a sensible exit code is returned. +This file is MIT licenced. See the licence at the script's original repository: +https://github.com/Sarcasm/run-clang-format/blob/39081c9c42768ab5e8321127a7494ad1647c6a2f/LICENSE """ from __future__ import print_function, unicode_literals