mirror of
https://github.com/Instagram/IGListKit
synced 2026-05-24 01:38:26 +00:00
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:
parent
6cdd112790
commit
0915a50ce0
3 changed files with 11 additions and 8 deletions
|
|
@ -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'/>
|
||||
|
|
|
|||
|
|
@ -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');
|
||||
|
|
|
|||
|
|
@ -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');
|
||||
|
|
|
|||
Loading…
Reference in a new issue