You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@trafficcontrol.apache.org by da...@apache.org on 2017/05/31 02:52:48 UTC

[1/2] incubator-trafficcontrol git commit: adds missing license header

Repository: incubator-trafficcontrol
Updated Branches:
  refs/heads/master 9bdfe11e1 -> af9bbf4e5


adds missing license header


Project: http://git-wip-us.apache.org/repos/asf/incubator-trafficcontrol/repo
Commit: http://git-wip-us.apache.org/repos/asf/incubator-trafficcontrol/commit/47323f73
Tree: http://git-wip-us.apache.org/repos/asf/incubator-trafficcontrol/tree/47323f73
Diff: http://git-wip-us.apache.org/repos/asf/incubator-trafficcontrol/diff/47323f73

Branch: refs/heads/master
Commit: 47323f734a60ff4a503812e0145103abe1ced947
Parents: 9bdfe11
Author: Jeremy Mitchell <mi...@gmail.com>
Authored: Tue May 30 12:45:35 2017 -0600
Committer: Dan Kirkwood <da...@gmail.com>
Committed: Tue May 30 20:52:01 2017 -0600

----------------------------------------------------------------------
 .../ui/app/src/common/modules/table/_table.scss    | 17 +++++++++++++++++
 .../widget/cacheGroups/_widget.cacheGroups.scss    | 17 +++++++++++++++++
 .../modules/widget/capacity/_widget.capacity.scss  | 17 +++++++++++++++++
 .../modules/widget/routing/_widget.routing.scss    | 17 +++++++++++++++++
 4 files changed, 68 insertions(+)
----------------------------------------------------------------------


http://git-wip-us.apache.org/repos/asf/incubator-trafficcontrol/blob/47323f73/traffic_ops/experimental/ui/app/src/common/modules/table/_table.scss
----------------------------------------------------------------------
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 11fe4af..a64e1fe 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 {

http://git-wip-us.apache.org/repos/asf/incubator-trafficcontrol/blob/47323f73/traffic_ops/experimental/ui/app/src/common/modules/widget/cacheGroups/_widget.cacheGroups.scss
----------------------------------------------------------------------
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 a57ec06..99435c4 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 {

http://git-wip-us.apache.org/repos/asf/incubator-trafficcontrol/blob/47323f73/traffic_ops/experimental/ui/app/src/common/modules/widget/capacity/_widget.capacity.scss
----------------------------------------------------------------------
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 33723c8..a275546 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;

http://git-wip-us.apache.org/repos/asf/incubator-trafficcontrol/blob/47323f73/traffic_ops/experimental/ui/app/src/common/modules/widget/routing/_widget.routing.scss
----------------------------------------------------------------------
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 0aa2686..5df3a2b 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


[2/2] incubator-trafficcontrol git commit: This closes #623.

Posted by da...@apache.org.
This closes #623.


Project: http://git-wip-us.apache.org/repos/asf/incubator-trafficcontrol/repo
Commit: http://git-wip-us.apache.org/repos/asf/incubator-trafficcontrol/commit/af9bbf4e
Tree: http://git-wip-us.apache.org/repos/asf/incubator-trafficcontrol/tree/af9bbf4e
Diff: http://git-wip-us.apache.org/repos/asf/incubator-trafficcontrol/diff/af9bbf4e

Branch: refs/heads/master
Commit: af9bbf4e5fecaa0a530ecd5cb3bb5c21502851c2
Parents: 47323f7
Author: Dan Kirkwood <da...@gmail.com>
Authored: Tue May 30 20:52:20 2017 -0600
Committer: Dan Kirkwood <da...@gmail.com>
Committed: Tue May 30 20:52:20 2017 -0600

----------------------------------------------------------------------

----------------------------------------------------------------------