Add MIT license header to feature flag utility script (#34833)
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 and for code consistency. **No functional or logic changes were made to the code.**
Damjan Petrovic committed
Oct 16, 2025 at 20:20 UTC
0e32da71c7540f50ef6bb4bf084043678daae28b
1 file changed
+6
scripts/flags/flags.js
+6
@@ -1,3 +1,9 @@
1
+/**
2
+ * Copyright (c) Meta Platforms, Inc. and affiliates.
3
+ *
4
+ * This source code is licensed under the MIT license found in the
5
+ * LICENSE file in the root directory of this source tree.
6
+ */
7
'use strict';
8
9
const babel = require('@babel/register');