Skip to content

Commit

Permalink
add copyright header to BlobRegistry-test.js
Browse files Browse the repository at this point in the history
Summary:
Every file in the react-native-github repo should have the right copyright header. This was missed for this file.

Changelog: Internal

Reviewed By: rubennorte

Differential Revision: D50319271

fbshipit-source-id: 77c20fa4d3679eb5573ce61fd1c9cba60386ee21
  • Loading branch information
GijsWeterings authored and facebook-github-bot committed Oct 16, 2023
1 parent a2f1189 commit 6991db0
Showing 1 changed file with 10 additions and 0 deletions.
Original file line number Diff line number Diff line change
@@ -1,3 +1,13 @@
/**
* 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.
*
* @format
* @oncall react_native
*/

'use strict';

const BlobRegistry = require('../BlobRegistry');
Expand Down

0 comments on commit 6991db0

Please sign in to comment.