1
0
mirror of https://github.com/OpenRCT2/OpenRCT2 synced 2025-12-14 19:42:38 +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

@@ -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