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
This commit is contained in:
Ryan Nystrom 2018-11-26 11:09:24 -08:00 committed by Facebook Github Bot
parent 6cdd112790
commit 0915a50ce0
3 changed files with 11 additions and 8 deletions

View file

@ -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.
*/
///<reference path='../../type-defs/jasmine.d.ts'/>

View file

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

View file

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