diff --git a/ui/src/js/components/Layout.js b/ui/src/js/components/Layout.js index 41e706d..54217ad 100644 --- a/ui/src/js/components/Layout.js +++ b/ui/src/js/components/Layout.js @@ -1,3 +1,18 @@ +/*Copyright (c) 2016 Intel, Inc. + * + * Licensed under the Apache License, Version 2.0 (the "License"); you may + * not use this file except in compliance with the License. You may obtain + * a copy of the License at + * + * http://www.apache.org/licenses/LICENSE-2.0 + * + * Unless required by applicable law or agreed to in writing, software + * distributed under the License is distributed on an "AS IS" BASIS, WITHOUT + * WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. See the + * License for the specific language governing permissions and limitations + * under the License. + */ + import React from "react"; import ComposeDisplay from "./home/ComposeDisplay"; import DetailDisplay from "./home/DetailDisplay"; diff --git a/ui/src/js/components/home/ComposeDisplay.js b/ui/src/js/components/home/ComposeDisplay.js index 430bb9a..dce90f6 100644 --- a/ui/src/js/components/home/ComposeDisplay.js +++ b/ui/src/js/components/home/ComposeDisplay.js @@ -1,3 +1,18 @@ +/*Copyright (c) 2016 Intel, Inc. + * + * Licensed under the Apache License, Version 2.0 (the "License"); you may + * not use this file except in compliance with the License. You may obtain + * a copy of the License at + * + * http://www.apache.org/licenses/LICENSE-2.0 + * + * Unless required by applicable law or agreed to in writing, software + * distributed under the License is distributed on an "AS IS" BASIS, WITHOUT + * WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. See the + * License for the specific language governing permissions and limitations + * under the License. + */ + import React from "react"; var config = require('../../config.js'); diff --git a/ui/src/js/components/home/DetailDisplay.js b/ui/src/js/components/home/DetailDisplay.js index 98043d6..cdc7fa2 100644 --- a/ui/src/js/components/home/DetailDisplay.js +++ b/ui/src/js/components/home/DetailDisplay.js @@ -1,3 +1,18 @@ +/*Copyright (c) 2016 Intel, Inc. + * + * Licensed under the Apache License, Version 2.0 (the "License"); you may + * not use this file except in compliance with the License. You may obtain + * a copy of the License at + * + * http://www.apache.org/licenses/LICENSE-2.0 + * + * Unless required by applicable law or agreed to in writing, software + * distributed under the License is distributed on an "AS IS" BASIS, WITHOUT + * WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. See the + * License for the specific language governing permissions and limitations + * under the License. + */ + import React from "react"; const DetailDisplay = React.createClass({ diff --git a/ui/src/js/components/home/Home.js b/ui/src/js/components/home/Home.js index 63814d1..f5473d3 100644 --- a/ui/src/js/components/home/Home.js +++ b/ui/src/js/components/home/Home.js @@ -1,3 +1,18 @@ +/*Copyright (c) 2016 Intel, Inc. + * + * Licensed under the Apache License, Version 2.0 (the "License"); you may + * not use this file except in compliance with the License. You may obtain + * a copy of the License at + * + * http://www.apache.org/licenses/LICENSE-2.0 + * + * Unless required by applicable law or agreed to in writing, software + * distributed under the License is distributed on an "AS IS" BASIS, WITHOUT + * WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. See the + * License for the specific language governing permissions and limitations + * under the License. + */ + import React from "react"; import ResourceList from "./ResourceList"; import NodeList from "./NodeList"; @@ -113,7 +128,7 @@ const Home = React.createClass({ return this.renderHome(); } else { return (
); - } + } } }); diff --git a/ui/src/js/components/home/NodeList.js b/ui/src/js/components/home/NodeList.js index 95af304..4ab1dde 100644 --- a/ui/src/js/components/home/NodeList.js +++ b/ui/src/js/components/home/NodeList.js @@ -1,3 +1,18 @@ +/*Copyright (c) 2016 Intel, Inc. + * + * Licensed under the Apache License, Version 2.0 (the "License"); you may + * not use this file except in compliance with the License. You may obtain + * a copy of the License at + * + * http://www.apache.org/licenses/LICENSE-2.0 + * + * Unless required by applicable law or agreed to in writing, software + * distributed under the License is distributed on an "AS IS" BASIS, WITHOUT + * WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. See the + * License for the specific language governing permissions and limitations + * under the License. + */ + import React from "react"; var config = require('../../config.js'); diff --git a/ui/src/js/components/home/ResourceList.js b/ui/src/js/components/home/ResourceList.js index 7ed6b76..cd7b2b9 100644 --- a/ui/src/js/components/home/ResourceList.js +++ b/ui/src/js/components/home/ResourceList.js @@ -1,3 +1,18 @@ +/*Copyright (c) 2016 Intel, Inc. + * + * Licensed under the Apache License, Version 2.0 (the "License"); you may + * not use this file except in compliance with the License. You may obtain + * a copy of the License at + * + * http://www.apache.org/licenses/LICENSE-2.0 + * + * Unless required by applicable law or agreed to in writing, software + * distributed under the License is distributed on an "AS IS" BASIS, WITHOUT + * WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. See the + * License for the specific language governing permissions and limitations + * under the License. + */ + import React from "react"; var util = require('../../util.js'); diff --git a/ui/src/js/config.js b/ui/src/js/config.js index cdbeaa0..ac8c9e0 100644 --- a/ui/src/js/config.js +++ b/ui/src/js/config.js @@ -1,5 +1,20 @@ +/*Copyright (c) 2016 Intel, Inc. + * + * Licensed under the Apache License, Version 2.0 (the "License"); you may + * not use this file except in compliance with the License. You may obtain + * a copy of the License at + * + * http://www.apache.org/licenses/LICENSE-2.0 + * + * Unless required by applicable law or agreed to in writing, software + * distributed under the License is distributed on an "AS IS" BASIS, WITHOUT + * WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. See the + * License for the specific language governing permissions and limitations + * under the License. + */ + /* - * Configuration file for RSC UI. + * Configuration file for RSC UI. */ exports.url = "http://127.0.0.1:6000" diff --git a/ui/src/js/main.js b/ui/src/js/main.js index 3bce880..a290c9a 100644 --- a/ui/src/js/main.js +++ b/ui/src/js/main.js @@ -1,3 +1,18 @@ +/*Copyright (c) 2016 Intel, Inc. + * + * Licensed under the Apache License, Version 2.0 (the "License"); you may + * not use this file except in compliance with the License. You may obtain + * a copy of the License at + * + * http://www.apache.org/licenses/LICENSE-2.0 + * + * Unless required by applicable law or agreed to in writing, software + * distributed under the License is distributed on an "AS IS" BASIS, WITHOUT + * WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. See the + * License for the specific language governing permissions and limitations + * under the License. + */ + import React from "react"; import ReactDOM from "react-dom"; diff --git a/ui/src/js/util.js b/ui/src/js/util.js index e8b433f..4e68393 100644 --- a/ui/src/js/util.js +++ b/ui/src/js/util.js @@ -1,3 +1,18 @@ +/*Copyright (c) 2016 Intel, Inc. + * + * Licensed under the Apache License, Version 2.0 (the "License"); you may + * not use this file except in compliance with the License. You may obtain + * a copy of the License at + * + * http://www.apache.org/licenses/LICENSE-2.0 + * + * Unless required by applicable law or agreed to in writing, software + * distributed under the License is distributed on an "AS IS" BASIS, WITHOUT + * WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. See the + * License for the specific language governing permissions and limitations + * under the License. + */ + var config = require('./config.js'); var util = require('./util.js');