diff --git a/RNTester/NativeModuleExample/Screenshot.h b/RNTester/NativeModuleExample/Screenshot.h index 313d07d53..39f93b39d 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 a51e2830e..66b903998 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"