From 9929eb64fb7c137857ee22d288c8b8119721bad7 Mon Sep 17 00:00:00 2001 From: Christoph Nakazawa Date: Fri, 15 Mar 2019 07:31:30 -0700 Subject: [PATCH] Fix Copyright headers. Summary: Missed in D14434796. We'll think of adding a lint rule in open source for this separately. Reviewed By: rubennorte Differential Revision: D14477475 fbshipit-source-id: 9002d9a7feadcb42f84031f21ad23c481ac304e3 --- RNTester/NativeModuleExample/Screenshot.h | 13 ++++++------- RNTester/NativeModuleExample/Screenshot.m | 13 ++++++------- 2 files changed, 12 insertions(+), 14 deletions(-) diff --git a/RNTester/NativeModuleExample/Screenshot.h b/RNTester/NativeModuleExample/Screenshot.h index 313d07d53c7..39f93b39dae 100644 --- a/RNTester/NativeModuleExample/Screenshot.h +++ b/RNTester/NativeModuleExample/Screenshot.h @@ -1,10 +1,9 @@ -// -// RNTTakeScreenshot.h -// RNTester -// -// Created by Eric Lewis on 3/1/19. -// Copyright © 2019 Facebook. All rights reserved. -// +/** + * 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 diff --git a/RNTester/NativeModuleExample/Screenshot.m b/RNTester/NativeModuleExample/Screenshot.m index a51e2830e32..66b90399852 100644 --- a/RNTester/NativeModuleExample/Screenshot.m +++ b/RNTester/NativeModuleExample/Screenshot.m @@ -1,10 +1,9 @@ -// -// RNTTakeScreenshot.m -// RNTester -// -// Created by Eric Lewis on 3/1/19. -// Copyright © 2019 Facebook. All rights reserved. -// +/** + * 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 "Screenshot.h"