From 4b308ede6c718946c1061f312cdfe25c02de9caa Mon Sep 17 00:00:00 2001 From: Jeremy Mitchell Date: Tue, 30 May 2017 12:45:35 -0600 Subject: [PATCH] adds missing license header --- .../ui/app/src/common/modules/table/_table.scss | 17 +++++++++++++++++ .../widget/cacheGroups/_widget.cacheGroups.scss | 17 +++++++++++++++++ .../widget/capacity/_widget.capacity.scss | 17 +++++++++++++++++ .../modules/widget/routing/_widget.routing.scss | 17 +++++++++++++++++ 4 files changed, 68 insertions(+) diff --git a/traffic_ops/experimental/ui/app/src/common/modules/table/_table.scss b/traffic_ops/experimental/ui/app/src/common/modules/table/_table.scss index 11fe4af287..a64e1fe330 100644 --- a/traffic_ops/experimental/ui/app/src/common/modules/table/_table.scss +++ b/traffic_ops/experimental/ui/app/src/common/modules/table/_table.scss @@ -1,3 +1,20 @@ +/* + + + 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. + +*/ + .update-column { text-align: center; .fa-flag { diff --git a/traffic_ops/experimental/ui/app/src/common/modules/widget/cacheGroups/_widget.cacheGroups.scss b/traffic_ops/experimental/ui/app/src/common/modules/widget/cacheGroups/_widget.cacheGroups.scss index a57ec06f4f..99435c46a8 100644 --- a/traffic_ops/experimental/ui/app/src/common/modules/widget/cacheGroups/_widget.cacheGroups.scss +++ b/traffic_ops/experimental/ui/app/src/common/modules/widget/cacheGroups/_widget.cacheGroups.scss @@ -1,3 +1,20 @@ +/* + + + 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. + +*/ + #cache-groups-outer-container { #cacheGroupsContainer { diff --git a/traffic_ops/experimental/ui/app/src/common/modules/widget/capacity/_widget.capacity.scss b/traffic_ops/experimental/ui/app/src/common/modules/widget/capacity/_widget.capacity.scss index 33723c8b56..a2755469b6 100644 --- a/traffic_ops/experimental/ui/app/src/common/modules/widget/capacity/_widget.capacity.scss +++ b/traffic_ops/experimental/ui/app/src/common/modules/widget/capacity/_widget.capacity.scss @@ -1,3 +1,20 @@ +/* + + + 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. + +*/ + #capacityChart { left: 0px; top: 0px; diff --git a/traffic_ops/experimental/ui/app/src/common/modules/widget/routing/_widget.routing.scss b/traffic_ops/experimental/ui/app/src/common/modules/widget/routing/_widget.routing.scss index 0aa2686557..5df3a2b8e0 100644 --- a/traffic_ops/experimental/ui/app/src/common/modules/widget/routing/_widget.routing.scss +++ b/traffic_ops/experimental/ui/app/src/common/modules/widget/routing/_widget.routing.scss @@ -1,3 +1,20 @@ +/* + + + 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. + +*/ + .widget_summary .w_right span { font-size: 16px; } \ No newline at end of file