Skip to content

Commit 0e32da7

Browse files
authored
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.**
1 parent 2381ecc commit 0e32da7

File tree

1 file changed

+6
-0
lines changed

1 file changed

+6
-0
lines changed

scripts/flags/flags.js

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -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+
*/
17
'use strict';
28

39
const babel = require('@babel/register');

0 commit comments

Comments
 (0)