From bc841595d5217be4b23de4feef009fde689557d1 Mon Sep 17 00:00:00 2001 From: Jules Villard Date: Tue, 23 Feb 2021 08:25:52 -0800 Subject: [PATCH] [tests] add missing copyright Reviewed By: ngorogiannis Differential Revision: D26608179 fbshipit-source-id: b07d59266 --- .../codetoanalyze/java/topl/immutableArray/ManyArrays.java | 7 +++++++ 1 file changed, 7 insertions(+) diff --git a/infer/tests/codetoanalyze/java/topl/immutableArray/ManyArrays.java b/infer/tests/codetoanalyze/java/topl/immutableArray/ManyArrays.java index ac4ab87dd..398b3da2d 100644 --- a/infer/tests/codetoanalyze/java/topl/immutableArray/ManyArrays.java +++ b/infer/tests/codetoanalyze/java/topl/immutableArray/ManyArrays.java @@ -1,3 +1,10 @@ +/* + * Copyright (c) Facebook, Inc. and its affiliates. + * + * This source code is licensed under the MIT license found in the + * LICENSE file in the root directory of this source tree. + */ + import java.util.*; class ManyArrays {