From 967faf87f1cb1a07f8cfa8f212ce92edb55c22bd Mon Sep 17 00:00:00 2001 From: Caglar Pir Date: Wed, 2 Sep 2026 16:44:44 +0200 Subject: [PATCH] Add copyright header to make.bat The Open Source Automated Checkup flags make.bat as the only source file in the repo missing a copyright header (all other scanned files already carry one). Adds the standard Meta OSS MIT header using batch-file comment syntax. --- make.bat | 5 +++++ 1 file changed, 5 insertions(+) diff --git a/make.bat b/make.bat index 2405c4f..7e24277 100644 --- a/make.bat +++ b/make.bat @@ -1,3 +1,8 @@ +@REM Copyright (c) Meta Platforms, Inc. and affiliates. +@REM +@REM This source code is licensed under the MIT license found in the +@REM LICENSE file in the root directory of this source tree. + @echo off