1
0
mirror of https://github.com/OpenRCT2/OpenRCT2 synced 2025-12-10 01:22:25 +01:00

Add information about run-clang-format licence

This commit is contained in:
Michał Janiszewski
2025-09-19 21:08:00 +02:00
parent fdcfd8704b
commit 37112e42b0
2 changed files with 5 additions and 2 deletions

View File

@@ -149,13 +149,14 @@ libpng | libpng licence.
libspeex | BSD-style licence. libspeex | BSD-style licence.
libzip | BSD 3 clause licence. libzip | BSD 3 clause licence.
nlohmann-json | MIT licence. nlohmann-json | MIT licence.
OpenSSL | OpenSSL Licence OpenSSL | OpenSSL licence.
SDL2 | zlib licence. SDL2 | zlib licence.
zlib | zlib licence. zlib | zlib licence.
Google Test | BSD 3 clause licence. Google Test | BSD 3 clause licence.
Google Benchmark | Apache 2.0 licence. Google Benchmark | Apache 2.0 licence.
sfl | zlib 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. Licences for sub-libraries used by the above may vary. For more information, visit the libraries' respective official websites.

View File

@@ -6,6 +6,8 @@ This is an alternative API for the clang-format command line.
It runs over multiple files and directories in parallel. It runs over multiple files and directories in parallel.
A diff output is produced and a sensible exit code is returned. 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 from __future__ import print_function, unicode_literals