diff --git a/public/css/style.css b/public/css/style.css index 011cfc8..3c4ab44 100644 --- a/public/css/style.css +++ b/public/css/style.css @@ -1,3 +1,19 @@ +/******************************************************************************* + * Copyright 2017 IBM Corp. + * + * 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. + ******************************************************************************/ + @viewport { width: 320; } diff --git a/public/css/style2.css b/public/css/style2.css index 07302d4..27c8ab1 100644 --- a/public/css/style2.css +++ b/public/css/style2.css @@ -1,3 +1,19 @@ +/******************************************************************************* + * Copyright 2017 IBM Corp. + * + * 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. + ******************************************************************************/ + @viewport { width: 320; } diff --git a/public/index.html b/public/index.html index 9477ccc..4f95208 100644 --- a/public/index.html +++ b/public/index.html @@ -1,3 +1,20 @@ + diff --git a/public/js/gauge.js b/public/js/gauge.js index 1abc04a..33cbf20 100644 --- a/public/js/gauge.js +++ b/public/js/gauge.js @@ -1,3 +1,19 @@ +/******************************************************************************* + * Copyright 2017 IBM Corp. + * + * 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. + ******************************************************************************/ + /* exported gauge */ var gauge = function(container, configuration) { diff --git a/public/js/nodeReport.js b/public/js/nodeReport.js index f518496..7d8c6e7 100644 --- a/public/js/nodeReport.js +++ b/public/js/nodeReport.js @@ -1,3 +1,18 @@ +/******************************************************************************* + * Copyright 2017 IBM Corp. + * + * 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. + ******************************************************************************/ d3.select("#nodeReportButtonDiv") .append("input")