Correct license on newly added files

This commit is contained in:
Eric Schultz 2018-08-21 11:30:59 -05:00
parent 8c4194fc0f
commit 49027d0475
3 changed files with 3 additions and 2 deletions

View file

@ -1,4 +1,4 @@
//MIT based on https://github.com/davidtheclark/react-aria-tabpanel/blob/master/lib/Tab.js
//MIT based on https://github.com/davidtheclark/react-aria-tabpanel/blob/master/lib/TabList.js
import * as React from 'react'
import specialAssign from "./specialAssign";
import {observer} from 'mobx-react';

View file

@ -1,4 +1,4 @@
//MIT based on https://github.com/davidtheclark/react-aria-tabpanel/blob/master/lib/Tab.js
//MIT based on https://github.com/davidtheclark/react-aria-tabpanel/blob/master/lib/TabPanel.js
import * as React from 'react'
import specialAssign from "./specialAssign";
import {TabManagerParent} from "./abstract_tabcomponent_state";

View file

@ -1,3 +1,4 @@
//MIT based on https://github.com/davidtheclark/react-aria-tabpanel/blob/master/lib/specialAssign.js
export default function specialAssign(a:any, b:any, reserved:any) {
for (var x in b) {
if (!b.hasOwnProperty(x)) continue;