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');