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:
@@ -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.
|
||||
|
||||
|
||||
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user