From cf98495f7b1da3a67cbe87c4ba3171bc89b9ead7 Mon Sep 17 00:00:00 2001 From: Tim Yung Date: Fri, 30 Sep 2022 01:15:29 -0700 Subject: [PATCH] RN: Fix Copyright on `EventEmitter-test.js` Summary: Fixing the copyright header on `EventEmitter-test.js`. Changelog: [Internal] Reviewed By: cipolleschi Differential Revision: D39961297 fbshipit-source-id: 37867c785e52455f72b489e62892a1ac676339a2 --- Libraries/vendor/emitter/__tests__/EventEmitter-test.js | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) diff --git a/Libraries/vendor/emitter/__tests__/EventEmitter-test.js b/Libraries/vendor/emitter/__tests__/EventEmitter-test.js index c48584c61fc..7ae26000cc6 100644 --- a/Libraries/vendor/emitter/__tests__/EventEmitter-test.js +++ b/Libraries/vendor/emitter/__tests__/EventEmitter-test.js @@ -1,5 +1,8 @@ /** - * (c) Meta Platforms, Inc. and affiliates. Confidential and proprietary. + * 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. * * @flow strict * @format