From eb2aeb3adbb2062842b70cd073b3a2980dba3cec Mon Sep 17 00:00:00 2001 From: Sidharth Guglani Date: Mon, 29 Oct 2018 03:07:44 -0700 Subject: [PATCH] corrected copyright header in gentest.js MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Summary: @public We have changed Yoga’s license to a yearless format, but this was not reflected in the test generation script. This commit changes the corresponding template/. Reviewed By: davidaurelio Differential Revision: D10852787 fbshipit-source-id: 0b79e253be6174a218f9dc8de942fc2496a425c8 --- gentest/gentest.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/gentest/gentest.js b/gentest/gentest.js index 6a63ba05..6d3f5a46 100755 --- a/gentest/gentest.js +++ b/gentest/gentest.js @@ -42,7 +42,7 @@ function assert(condition, message) { function printTest(e, LTRContainer, RTLContainer, genericContainer) { e.push([ '/**', - ' * Copyright (c) 2014-present, Facebook, Inc.', + ' * 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.',