From e650ba7ab05207efc01fefe5c104709adeee7beb Mon Sep 17 00:00:00 2001 From: Damjan Petrovic <146435419+pet210702@users.noreply.github.com> Date: Mon, 13 Oct 2025 10:38:11 +0200 Subject: [PATCH] Add MIT license header to feature flag utility script Added the standard Meta Platforms, Inc. MIT license notice to the top of the feature flag comparison script to ensure compliance with repository licensing requirements. No functional or logic changes were made to the code. --- scripts/flags/flags.js | 6 ++++++ 1 file changed, 6 insertions(+) diff --git a/scripts/flags/flags.js b/scripts/flags/flags.js index 1130ce80bb073..a02b4d84b341d 100644 --- a/scripts/flags/flags.js +++ b/scripts/flags/flags.js @@ -1,3 +1,9 @@ +/** + * Copyright (c) Meta Platforms, Inc. and affiliates. + * + * This source code is licensed under the MIT license found in the + * LICENSE file in the root directory of this source tree. + */ 'use strict'; const babel = require('@babel/register');