From 0915a50ce03c068f4b97216a5f7ef03ae4a41631 Mon Sep 17 00:00:00 2001 From: Ryan Nystrom Date: Mon, 26 Nov 2018 11:09:24 -0800 Subject: [PATCH] Update outdated javascript headers #trivial (#1281) Summary: Leftovers from MIT migration and one file missing license. Pull Request resolved: https://github.com/Instagram/IGListKit/pull/1281 Differential Revision: D13198570 Pulled By: rnystrom fbshipit-source-id: dd55209d54344fa3252c9efc8ca47dd0b6c1832f --- .../src/__tests__/plugins/iglistdiffable-test.ts | 6 ++---- remodel-plugin/src/plugins/iglistdiffable-utils.ts | 7 +++++++ remodel-plugin/src/plugins/iglistdiffable.ts | 6 ++---- 3 files changed, 11 insertions(+), 8 deletions(-) diff --git a/remodel-plugin/src/__tests__/plugins/iglistdiffable-test.ts b/remodel-plugin/src/__tests__/plugins/iglistdiffable-test.ts index 14c0fa57..20d4c930 100644 --- a/remodel-plugin/src/__tests__/plugins/iglistdiffable-test.ts +++ b/remodel-plugin/src/__tests__/plugins/iglistdiffable-test.ts @@ -1,10 +1,8 @@ /** * Copyright (c) Facebook, Inc. and its affiliates. - * All rights reserved. * - * This source code is licensed under the BSD-style license found in the - * LICENSE file in the root directory of this source tree. An additional grant - * of patent rights can be found in the PATENTS file in the same directory. + * This source code is licensed under the MIT license found in the + * LICENSE file in the root directory of this source tree. */ /// diff --git a/remodel-plugin/src/plugins/iglistdiffable-utils.ts b/remodel-plugin/src/plugins/iglistdiffable-utils.ts index e29c1160..545fd21f 100644 --- a/remodel-plugin/src/plugins/iglistdiffable-utils.ts +++ b/remodel-plugin/src/plugins/iglistdiffable-utils.ts @@ -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 Maybe = require('../maybe'); import ObjC = require('../objc'); import ObjCTypeUtils = require('../objc-type-utils'); diff --git a/remodel-plugin/src/plugins/iglistdiffable.ts b/remodel-plugin/src/plugins/iglistdiffable.ts index 09a9cb3c..461c3746 100644 --- a/remodel-plugin/src/plugins/iglistdiffable.ts +++ b/remodel-plugin/src/plugins/iglistdiffable.ts @@ -1,10 +1,8 @@ /** * Copyright (c) Facebook, Inc. and its affiliates. - * All rights reserved. * - * This source code is licensed under the BSD-style license found in the - * LICENSE file in the root directory of this source tree. An additional grant - * of patent rights can be found in the PATENTS file in the same directory. + * This source code is licensed under the MIT license found in the + * LICENSE file in the root directory of this source tree. */ import Code = require('../code');