You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@trafficcontrol.apache.org by mi...@apache.org on 2016/12/08 01:33:28 UTC

[4/5] incubator-trafficcontrol git commit: add Apache license

add Apache license


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

Branch: refs/heads/master
Commit: 537b8e0610161321554c2a162e6cef1013ddd27d
Parents: bc02e0c
Author: Dan Kirkwood <da...@gmail.com>
Authored: Wed Dec 7 16:54:04 2016 -0700
Committer: Dan Kirkwood <da...@gmail.com>
Committed: Wed Dec 7 16:55:14 2016 -0700

----------------------------------------------------------------------
 traffic_ops/app/bin/config2json                 | 18 ++++++++++-
 .../modules/dialog/confirm/_dialog.confirm.scss | 16 ++++++++++
 .../modules/dialog/reset/_dialog.reset.scss     | 16 ++++++++++
 .../common/modules/form/user/_form.user.scss    | 16 ++++++++++
 .../app/src/common/modules/header/_header.scss  | 16 ++++++++++
 .../src/common/modules/message/_message.scss    | 16 ++++++++++
 .../common/modules/navigation/_navigation.scss  | 16 ++++++++++
 .../src/common/modules/release/_release.scss    | 16 ++++++++++
 .../app/src/modules/private/admin/_admin.scss   | 16 ++++++++++
 .../private/admin/divisions/_divisions.scss     | 16 ++++++++++
 .../private/admin/locations/_locations.scss     | 16 ++++++++++
 .../modules/private/admin/regions/_regions.scss | 16 ++++++++++
 .../modules/private/admin/tenants/_tenants.scss | 16 ++++++++++
 .../src/modules/private/admin/users/_users.scss | 16 ++++++++++
 .../modules/private/configure/_configure.scss   | 16 ++++++++++
 .../configure/cacheGroups/_cacheGroups.scss     | 16 ++++++++++
 .../deliveryServices/_deliveryServices.scss     | 16 ++++++++++
 .../private/configure/servers/_servers.scss     | 16 ++++++++++
 .../src/modules/private/monitor/_monitor.scss   | 16 ++++++++++
 .../private/monitor/dashboards/_dashboards.scss | 16 ++++++++++
 .../monitor/dashboards/one/_dashboards.one.scss | 16 ++++++++++
 .../dashboards/three/_dashboards.three.scss     | 16 ++++++++++
 .../monitor/dashboards/two/_dashboards.two.scss | 16 ++++++++++
 .../ui/app/src/modules/private/user/_user.scss  | 32 ++++++++++++++++++++
 .../ui/app/src/modules/public/login/_login.scss | 30 +++++++-----------
 .../experimental/ui/app/src/styles/main.scss    | 16 ++++++++++
 .../ui/app/src/styles/variables.scss            | 16 ++++++++++
 27 files changed, 444 insertions(+), 20 deletions(-)
----------------------------------------------------------------------


http://git-wip-us.apache.org/repos/asf/incubator-trafficcontrol/blob/537b8e06/traffic_ops/app/bin/config2json
----------------------------------------------------------------------
diff --git a/traffic_ops/app/bin/config2json b/traffic_ops/app/bin/config2json
index f7adbf4..d2fb1e7 100755
--- a/traffic_ops/app/bin/config2json
+++ b/traffic_ops/app/bin/config2json
@@ -1,5 +1,21 @@
 #!/usr/bin/perl
-
+#
+# Licensed to the Apache Software Foundation (ASF) under one
+# or more contributor license agreements.  See the NOTICE file
+# distributed with this work for additional information
+# regarding copyright ownership.  The ASF licenses this file
+# to you 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.
 use strict;
 use JSON;
 use Test::TrafficServerConfig;

http://git-wip-us.apache.org/repos/asf/incubator-trafficcontrol/blob/537b8e06/traffic_ops/experimental/ui/app/src/common/modules/dialog/confirm/_dialog.confirm.scss
----------------------------------------------------------------------
diff --git a/traffic_ops/experimental/ui/app/src/common/modules/dialog/confirm/_dialog.confirm.scss b/traffic_ops/experimental/ui/app/src/common/modules/dialog/confirm/_dialog.confirm.scss
index e69de29..d57b9c6 100644
--- a/traffic_ops/experimental/ui/app/src/common/modules/dialog/confirm/_dialog.confirm.scss
+++ b/traffic_ops/experimental/ui/app/src/common/modules/dialog/confirm/_dialog.confirm.scss
@@ -0,0 +1,16 @@
+/*
+
+
+ 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.
+
+*/

http://git-wip-us.apache.org/repos/asf/incubator-trafficcontrol/blob/537b8e06/traffic_ops/experimental/ui/app/src/common/modules/dialog/reset/_dialog.reset.scss
----------------------------------------------------------------------
diff --git a/traffic_ops/experimental/ui/app/src/common/modules/dialog/reset/_dialog.reset.scss b/traffic_ops/experimental/ui/app/src/common/modules/dialog/reset/_dialog.reset.scss
index e69de29..d57b9c6 100644
--- a/traffic_ops/experimental/ui/app/src/common/modules/dialog/reset/_dialog.reset.scss
+++ b/traffic_ops/experimental/ui/app/src/common/modules/dialog/reset/_dialog.reset.scss
@@ -0,0 +1,16 @@
+/*
+
+
+ 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.
+
+*/

http://git-wip-us.apache.org/repos/asf/incubator-trafficcontrol/blob/537b8e06/traffic_ops/experimental/ui/app/src/common/modules/form/user/_form.user.scss
----------------------------------------------------------------------
diff --git a/traffic_ops/experimental/ui/app/src/common/modules/form/user/_form.user.scss b/traffic_ops/experimental/ui/app/src/common/modules/form/user/_form.user.scss
index e69de29..d57b9c6 100644
--- a/traffic_ops/experimental/ui/app/src/common/modules/form/user/_form.user.scss
+++ b/traffic_ops/experimental/ui/app/src/common/modules/form/user/_form.user.scss
@@ -0,0 +1,16 @@
+/*
+
+
+ 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.
+
+*/

http://git-wip-us.apache.org/repos/asf/incubator-trafficcontrol/blob/537b8e06/traffic_ops/experimental/ui/app/src/common/modules/header/_header.scss
----------------------------------------------------------------------
diff --git a/traffic_ops/experimental/ui/app/src/common/modules/header/_header.scss b/traffic_ops/experimental/ui/app/src/common/modules/header/_header.scss
index b710c7e..3ac94db 100755
--- a/traffic_ops/experimental/ui/app/src/common/modules/header/_header.scss
+++ b/traffic_ops/experimental/ui/app/src/common/modules/header/_header.scss
@@ -1,3 +1,19 @@
+/*
+
+
+ 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.
+
+*/
 body.nav-sm .main_container .top_nav {
   padding: 0 !important;
   display: block;

http://git-wip-us.apache.org/repos/asf/incubator-trafficcontrol/blob/537b8e06/traffic_ops/experimental/ui/app/src/common/modules/message/_message.scss
----------------------------------------------------------------------
diff --git a/traffic_ops/experimental/ui/app/src/common/modules/message/_message.scss b/traffic_ops/experimental/ui/app/src/common/modules/message/_message.scss
index b82000d..5c7d88a 100644
--- a/traffic_ops/experimental/ui/app/src/common/modules/message/_message.scss
+++ b/traffic_ops/experimental/ui/app/src/common/modules/message/_message.scss
@@ -1,3 +1,19 @@
+/*
+
+
+ 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.
+
+*/
 #messageContainer {
   margin-top: 70px;
 }
\ No newline at end of file

http://git-wip-us.apache.org/repos/asf/incubator-trafficcontrol/blob/537b8e06/traffic_ops/experimental/ui/app/src/common/modules/navigation/_navigation.scss
----------------------------------------------------------------------
diff --git a/traffic_ops/experimental/ui/app/src/common/modules/navigation/_navigation.scss b/traffic_ops/experimental/ui/app/src/common/modules/navigation/_navigation.scss
index 68c4130..88b0b59 100644
--- a/traffic_ops/experimental/ui/app/src/common/modules/navigation/_navigation.scss
+++ b/traffic_ops/experimental/ui/app/src/common/modules/navigation/_navigation.scss
@@ -1,3 +1,19 @@
+/*
+
+
+ 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.
+
+*/
 body.nav-sm .container.body .main-nav {
   width: 70px;
   padding: 0;

http://git-wip-us.apache.org/repos/asf/incubator-trafficcontrol/blob/537b8e06/traffic_ops/experimental/ui/app/src/common/modules/release/_release.scss
----------------------------------------------------------------------
diff --git a/traffic_ops/experimental/ui/app/src/common/modules/release/_release.scss b/traffic_ops/experimental/ui/app/src/common/modules/release/_release.scss
index e69de29..d57b9c6 100644
--- a/traffic_ops/experimental/ui/app/src/common/modules/release/_release.scss
+++ b/traffic_ops/experimental/ui/app/src/common/modules/release/_release.scss
@@ -0,0 +1,16 @@
+/*
+
+
+ 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.
+
+*/

http://git-wip-us.apache.org/repos/asf/incubator-trafficcontrol/blob/537b8e06/traffic_ops/experimental/ui/app/src/modules/private/admin/_admin.scss
----------------------------------------------------------------------
diff --git a/traffic_ops/experimental/ui/app/src/modules/private/admin/_admin.scss b/traffic_ops/experimental/ui/app/src/modules/private/admin/_admin.scss
index e69de29..d57b9c6 100644
--- a/traffic_ops/experimental/ui/app/src/modules/private/admin/_admin.scss
+++ b/traffic_ops/experimental/ui/app/src/modules/private/admin/_admin.scss
@@ -0,0 +1,16 @@
+/*
+
+
+ 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.
+
+*/

http://git-wip-us.apache.org/repos/asf/incubator-trafficcontrol/blob/537b8e06/traffic_ops/experimental/ui/app/src/modules/private/admin/divisions/_divisions.scss
----------------------------------------------------------------------
diff --git a/traffic_ops/experimental/ui/app/src/modules/private/admin/divisions/_divisions.scss b/traffic_ops/experimental/ui/app/src/modules/private/admin/divisions/_divisions.scss
index e69de29..d57b9c6 100644
--- a/traffic_ops/experimental/ui/app/src/modules/private/admin/divisions/_divisions.scss
+++ b/traffic_ops/experimental/ui/app/src/modules/private/admin/divisions/_divisions.scss
@@ -0,0 +1,16 @@
+/*
+
+
+ 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.
+
+*/

http://git-wip-us.apache.org/repos/asf/incubator-trafficcontrol/blob/537b8e06/traffic_ops/experimental/ui/app/src/modules/private/admin/locations/_locations.scss
----------------------------------------------------------------------
diff --git a/traffic_ops/experimental/ui/app/src/modules/private/admin/locations/_locations.scss b/traffic_ops/experimental/ui/app/src/modules/private/admin/locations/_locations.scss
index e69de29..d57b9c6 100644
--- a/traffic_ops/experimental/ui/app/src/modules/private/admin/locations/_locations.scss
+++ b/traffic_ops/experimental/ui/app/src/modules/private/admin/locations/_locations.scss
@@ -0,0 +1,16 @@
+/*
+
+
+ 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.
+
+*/

http://git-wip-us.apache.org/repos/asf/incubator-trafficcontrol/blob/537b8e06/traffic_ops/experimental/ui/app/src/modules/private/admin/regions/_regions.scss
----------------------------------------------------------------------
diff --git a/traffic_ops/experimental/ui/app/src/modules/private/admin/regions/_regions.scss b/traffic_ops/experimental/ui/app/src/modules/private/admin/regions/_regions.scss
index e69de29..d57b9c6 100644
--- a/traffic_ops/experimental/ui/app/src/modules/private/admin/regions/_regions.scss
+++ b/traffic_ops/experimental/ui/app/src/modules/private/admin/regions/_regions.scss
@@ -0,0 +1,16 @@
+/*
+
+
+ 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.
+
+*/

http://git-wip-us.apache.org/repos/asf/incubator-trafficcontrol/blob/537b8e06/traffic_ops/experimental/ui/app/src/modules/private/admin/tenants/_tenants.scss
----------------------------------------------------------------------
diff --git a/traffic_ops/experimental/ui/app/src/modules/private/admin/tenants/_tenants.scss b/traffic_ops/experimental/ui/app/src/modules/private/admin/tenants/_tenants.scss
index e69de29..d57b9c6 100644
--- a/traffic_ops/experimental/ui/app/src/modules/private/admin/tenants/_tenants.scss
+++ b/traffic_ops/experimental/ui/app/src/modules/private/admin/tenants/_tenants.scss
@@ -0,0 +1,16 @@
+/*
+
+
+ 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.
+
+*/

http://git-wip-us.apache.org/repos/asf/incubator-trafficcontrol/blob/537b8e06/traffic_ops/experimental/ui/app/src/modules/private/admin/users/_users.scss
----------------------------------------------------------------------
diff --git a/traffic_ops/experimental/ui/app/src/modules/private/admin/users/_users.scss b/traffic_ops/experimental/ui/app/src/modules/private/admin/users/_users.scss
index e69de29..d57b9c6 100644
--- a/traffic_ops/experimental/ui/app/src/modules/private/admin/users/_users.scss
+++ b/traffic_ops/experimental/ui/app/src/modules/private/admin/users/_users.scss
@@ -0,0 +1,16 @@
+/*
+
+
+ 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.
+
+*/

http://git-wip-us.apache.org/repos/asf/incubator-trafficcontrol/blob/537b8e06/traffic_ops/experimental/ui/app/src/modules/private/configure/_configure.scss
----------------------------------------------------------------------
diff --git a/traffic_ops/experimental/ui/app/src/modules/private/configure/_configure.scss b/traffic_ops/experimental/ui/app/src/modules/private/configure/_configure.scss
index e69de29..d57b9c6 100644
--- a/traffic_ops/experimental/ui/app/src/modules/private/configure/_configure.scss
+++ b/traffic_ops/experimental/ui/app/src/modules/private/configure/_configure.scss
@@ -0,0 +1,16 @@
+/*
+
+
+ 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.
+
+*/

http://git-wip-us.apache.org/repos/asf/incubator-trafficcontrol/blob/537b8e06/traffic_ops/experimental/ui/app/src/modules/private/configure/cacheGroups/_cacheGroups.scss
----------------------------------------------------------------------
diff --git a/traffic_ops/experimental/ui/app/src/modules/private/configure/cacheGroups/_cacheGroups.scss b/traffic_ops/experimental/ui/app/src/modules/private/configure/cacheGroups/_cacheGroups.scss
index e69de29..d57b9c6 100644
--- a/traffic_ops/experimental/ui/app/src/modules/private/configure/cacheGroups/_cacheGroups.scss
+++ b/traffic_ops/experimental/ui/app/src/modules/private/configure/cacheGroups/_cacheGroups.scss
@@ -0,0 +1,16 @@
+/*
+
+
+ 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.
+
+*/

http://git-wip-us.apache.org/repos/asf/incubator-trafficcontrol/blob/537b8e06/traffic_ops/experimental/ui/app/src/modules/private/configure/deliveryServices/_deliveryServices.scss
----------------------------------------------------------------------
diff --git a/traffic_ops/experimental/ui/app/src/modules/private/configure/deliveryServices/_deliveryServices.scss b/traffic_ops/experimental/ui/app/src/modules/private/configure/deliveryServices/_deliveryServices.scss
index e69de29..d57b9c6 100644
--- a/traffic_ops/experimental/ui/app/src/modules/private/configure/deliveryServices/_deliveryServices.scss
+++ b/traffic_ops/experimental/ui/app/src/modules/private/configure/deliveryServices/_deliveryServices.scss
@@ -0,0 +1,16 @@
+/*
+
+
+ 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.
+
+*/

http://git-wip-us.apache.org/repos/asf/incubator-trafficcontrol/blob/537b8e06/traffic_ops/experimental/ui/app/src/modules/private/configure/servers/_servers.scss
----------------------------------------------------------------------
diff --git a/traffic_ops/experimental/ui/app/src/modules/private/configure/servers/_servers.scss b/traffic_ops/experimental/ui/app/src/modules/private/configure/servers/_servers.scss
index e69de29..d57b9c6 100644
--- a/traffic_ops/experimental/ui/app/src/modules/private/configure/servers/_servers.scss
+++ b/traffic_ops/experimental/ui/app/src/modules/private/configure/servers/_servers.scss
@@ -0,0 +1,16 @@
+/*
+
+
+ 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.
+
+*/

http://git-wip-us.apache.org/repos/asf/incubator-trafficcontrol/blob/537b8e06/traffic_ops/experimental/ui/app/src/modules/private/monitor/_monitor.scss
----------------------------------------------------------------------
diff --git a/traffic_ops/experimental/ui/app/src/modules/private/monitor/_monitor.scss b/traffic_ops/experimental/ui/app/src/modules/private/monitor/_monitor.scss
index e69de29..d57b9c6 100644
--- a/traffic_ops/experimental/ui/app/src/modules/private/monitor/_monitor.scss
+++ b/traffic_ops/experimental/ui/app/src/modules/private/monitor/_monitor.scss
@@ -0,0 +1,16 @@
+/*
+
+
+ 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.
+
+*/

http://git-wip-us.apache.org/repos/asf/incubator-trafficcontrol/blob/537b8e06/traffic_ops/experimental/ui/app/src/modules/private/monitor/dashboards/_dashboards.scss
----------------------------------------------------------------------
diff --git a/traffic_ops/experimental/ui/app/src/modules/private/monitor/dashboards/_dashboards.scss b/traffic_ops/experimental/ui/app/src/modules/private/monitor/dashboards/_dashboards.scss
index e69de29..d57b9c6 100644
--- a/traffic_ops/experimental/ui/app/src/modules/private/monitor/dashboards/_dashboards.scss
+++ b/traffic_ops/experimental/ui/app/src/modules/private/monitor/dashboards/_dashboards.scss
@@ -0,0 +1,16 @@
+/*
+
+
+ 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.
+
+*/

http://git-wip-us.apache.org/repos/asf/incubator-trafficcontrol/blob/537b8e06/traffic_ops/experimental/ui/app/src/modules/private/monitor/dashboards/one/_dashboards.one.scss
----------------------------------------------------------------------
diff --git a/traffic_ops/experimental/ui/app/src/modules/private/monitor/dashboards/one/_dashboards.one.scss b/traffic_ops/experimental/ui/app/src/modules/private/monitor/dashboards/one/_dashboards.one.scss
index b4d8a9e..72d3f1b 100644
--- a/traffic_ops/experimental/ui/app/src/modules/private/monitor/dashboards/one/_dashboards.one.scss
+++ b/traffic_ops/experimental/ui/app/src/modules/private/monitor/dashboards/one/_dashboards.one.scss
@@ -1,3 +1,19 @@
+/*
+
+
+ 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.
+
+*/
 ng-map {
   position: absolute;
   width:100%;

http://git-wip-us.apache.org/repos/asf/incubator-trafficcontrol/blob/537b8e06/traffic_ops/experimental/ui/app/src/modules/private/monitor/dashboards/three/_dashboards.three.scss
----------------------------------------------------------------------
diff --git a/traffic_ops/experimental/ui/app/src/modules/private/monitor/dashboards/three/_dashboards.three.scss b/traffic_ops/experimental/ui/app/src/modules/private/monitor/dashboards/three/_dashboards.three.scss
index e69de29..d57b9c6 100644
--- a/traffic_ops/experimental/ui/app/src/modules/private/monitor/dashboards/three/_dashboards.three.scss
+++ b/traffic_ops/experimental/ui/app/src/modules/private/monitor/dashboards/three/_dashboards.three.scss
@@ -0,0 +1,16 @@
+/*
+
+
+ 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.
+
+*/

http://git-wip-us.apache.org/repos/asf/incubator-trafficcontrol/blob/537b8e06/traffic_ops/experimental/ui/app/src/modules/private/monitor/dashboards/two/_dashboards.two.scss
----------------------------------------------------------------------
diff --git a/traffic_ops/experimental/ui/app/src/modules/private/monitor/dashboards/two/_dashboards.two.scss b/traffic_ops/experimental/ui/app/src/modules/private/monitor/dashboards/two/_dashboards.two.scss
index e69de29..d57b9c6 100644
--- a/traffic_ops/experimental/ui/app/src/modules/private/monitor/dashboards/two/_dashboards.two.scss
+++ b/traffic_ops/experimental/ui/app/src/modules/private/monitor/dashboards/two/_dashboards.two.scss
@@ -0,0 +1,16 @@
+/*
+
+
+ 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.
+
+*/

http://git-wip-us.apache.org/repos/asf/incubator-trafficcontrol/blob/537b8e06/traffic_ops/experimental/ui/app/src/modules/private/user/_user.scss
----------------------------------------------------------------------
diff --git a/traffic_ops/experimental/ui/app/src/modules/private/user/_user.scss b/traffic_ops/experimental/ui/app/src/modules/private/user/_user.scss
index e69de29..279883d 100644
--- a/traffic_ops/experimental/ui/app/src/modules/private/user/_user.scss
+++ b/traffic_ops/experimental/ui/app/src/modules/private/user/_user.scss
@@ -0,0 +1,32 @@
+/*
+
+
+ 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.
+
+*/
+/*
+
+
+ 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.
+
+*/

http://git-wip-us.apache.org/repos/asf/incubator-trafficcontrol/blob/537b8e06/traffic_ops/experimental/ui/app/src/modules/public/login/_login.scss
----------------------------------------------------------------------
diff --git a/traffic_ops/experimental/ui/app/src/modules/public/login/_login.scss b/traffic_ops/experimental/ui/app/src/modules/public/login/_login.scss
index bd379cb..d57b9c6 100644
--- a/traffic_ops/experimental/ui/app/src/modules/public/login/_login.scss
+++ b/traffic_ops/experimental/ui/app/src/modules/public/login/_login.scss
@@ -1,24 +1,16 @@
-#loginContainer {
+/*
 
-  input {
-    max-width: 300px;
-  }
 
-  .formText {
-    border: none;
-    padding-top: 0;
-    margin-top: 30px;
-    margin-bottom: 30px;
-  }
+ 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
 
-  .panelForm {
-    width: 70%;
-    float: left;
-    padding-right: 15px;
-  }
+ http://www.apache.org/licenses/LICENSE-2.0
 
-  .form-item {
-    margin-bottom: 13px;
-  }
+ 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.
 
-}
+*/

http://git-wip-us.apache.org/repos/asf/incubator-trafficcontrol/blob/537b8e06/traffic_ops/experimental/ui/app/src/styles/main.scss
----------------------------------------------------------------------
diff --git a/traffic_ops/experimental/ui/app/src/styles/main.scss b/traffic_ops/experimental/ui/app/src/styles/main.scss
index 6aecb18..6950ae8 100755
--- a/traffic_ops/experimental/ui/app/src/styles/main.scss
+++ b/traffic_ops/experimental/ui/app/src/styles/main.scss
@@ -1,3 +1,19 @@
+/*
+
+
+ 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.
+
+*/
 @charset "utf-8";
 
 $fa-font-path: "../assets/fonts";

http://git-wip-us.apache.org/repos/asf/incubator-trafficcontrol/blob/537b8e06/traffic_ops/experimental/ui/app/src/styles/variables.scss
----------------------------------------------------------------------
diff --git a/traffic_ops/experimental/ui/app/src/styles/variables.scss b/traffic_ops/experimental/ui/app/src/styles/variables.scss
index ee22ec5..3758dad 100755
--- a/traffic_ops/experimental/ui/app/src/styles/variables.scss
+++ b/traffic_ops/experimental/ui/app/src/styles/variables.scss
@@ -1,3 +1,19 @@
+/*
+
+
+ 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.
+
+*/
 
 
 /** override bootstrap-sass variables here