From 6ffd4288191942e8c876b56b5ed0ad42a419cc87 Mon Sep 17 00:00:00 2001 From: Dan Kirkwood Date: Mon, 5 Dec 2016 21:47:47 +0000 Subject: [PATCH 1/4] add Apache licenses to more files --- traffic_ops/app/script/cdn | 15 +++++++++++++++ traffic_ops/app/t/api/1.2/parameter.t | 14 ++++++++++++++ traffic_ops/app/t_integration/000init_database.t | 14 ++++++++++++++ traffic_ops/app/t_integration/configfiles.t | 14 ++++++++++++++ traffic_ops/app/t_integration/configfiles_view.t | 14 ++++++++++++++ traffic_ops/app/t_integration/extensions.t | 14 ++++++++++++++ traffic_ops/app/t_integration/server.t | 14 ++++++++++++++ traffic_ops/app/t_integration/servercheck.t | 14 ++++++++++++++ traffic_ops/build/Vagrantfile | 14 ++++++++++++++ .../ats_config/Ats_Config_Dockerfile | 14 ++++++++++++++ .../experimental/postgrest/Postgrest_Dockerfile | 14 ++++++++++++++ traffic_ops/experimental/server/notes.txt | 16 +++++++++++++++- traffic_ops/experimental/ui/app/src/robots.txt | 14 ++++++++++++++ .../url-rewriter-nginx/Url_Rewriter_Dockerfile | 14 ++++++++++++++ traffic_ops/goto/run | 14 ++++++++++++++ traffic_portal/app/src/robots.txt | 14 ++++++++++++++ 16 files changed, 226 insertions(+), 1 deletion(-) diff --git a/traffic_ops/app/script/cdn b/traffic_ops/app/script/cdn index a5475d2549..d9f8e95ad2 100755 --- a/traffic_ops/app/script/cdn +++ b/traffic_ops/app/script/cdn @@ -1,4 +1,19 @@ #!/usr/bin/env perl +# +# +# 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. +# + use Mojo::Base -strict; use File::Basename 'dirname'; use File::Spec::Functions qw(catdir splitdir); diff --git a/traffic_ops/app/t/api/1.2/parameter.t b/traffic_ops/app/t/api/1.2/parameter.t index 9c44078b9f..b756931f2b 100644 --- a/traffic_ops/app/t/api/1.2/parameter.t +++ b/traffic_ops/app/t/api/1.2/parameter.t @@ -1,4 +1,18 @@ package main; +# +# +# 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. +# use Mojo::Base -strict; use Test::More; diff --git a/traffic_ops/app/t_integration/000init_database.t b/traffic_ops/app/t_integration/000init_database.t index 9de1144986..5978bdbcbb 100644 --- a/traffic_ops/app/t_integration/000init_database.t +++ b/traffic_ops/app/t_integration/000init_database.t @@ -1,4 +1,18 @@ package main; +# +# +# 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. +# use Mojo::Base -strict; use Test::More; use Test::Mojo; diff --git a/traffic_ops/app/t_integration/configfiles.t b/traffic_ops/app/t_integration/configfiles.t index 27e63bdb5f..c762f636aa 100644 --- a/traffic_ops/app/t_integration/configfiles.t +++ b/traffic_ops/app/t_integration/configfiles.t @@ -1,4 +1,18 @@ package main; +# +# +# 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. +# use Mojo::Base -strict; use Test::More; use Test::Mojo; diff --git a/traffic_ops/app/t_integration/configfiles_view.t b/traffic_ops/app/t_integration/configfiles_view.t index 6ed2671ecc..b8231a2c22 100644 --- a/traffic_ops/app/t_integration/configfiles_view.t +++ b/traffic_ops/app/t_integration/configfiles_view.t @@ -1,4 +1,18 @@ package main; +# +# +# 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. +# use Mojo::Base -strict; use Test::More; use Test::Mojo; diff --git a/traffic_ops/app/t_integration/extensions.t b/traffic_ops/app/t_integration/extensions.t index 6dfe6221c8..f2a9616b0a 100644 --- a/traffic_ops/app/t_integration/extensions.t +++ b/traffic_ops/app/t_integration/extensions.t @@ -1,4 +1,18 @@ package main; +# +# +# 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. +# use Mojo::Base -strict; use Test::More; use Test::Mojo; diff --git a/traffic_ops/app/t_integration/server.t b/traffic_ops/app/t_integration/server.t index d67df4501d..84d41ac0bf 100644 --- a/traffic_ops/app/t_integration/server.t +++ b/traffic_ops/app/t_integration/server.t @@ -1,4 +1,18 @@ package main; +# +# +# 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. +# use Mojo::Base -strict; use Test::More; use Test::Mojo; diff --git a/traffic_ops/app/t_integration/servercheck.t b/traffic_ops/app/t_integration/servercheck.t index 0229ee65a6..e004136491 100644 --- a/traffic_ops/app/t_integration/servercheck.t +++ b/traffic_ops/app/t_integration/servercheck.t @@ -1,4 +1,18 @@ package main; +# +# +# 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. +# use Mojo::Base -strict; use Test::More; use Test::Mojo; diff --git a/traffic_ops/build/Vagrantfile b/traffic_ops/build/Vagrantfile index 7c36a4b411..147d09ec49 100644 --- a/traffic_ops/build/Vagrantfile +++ b/traffic_ops/build/Vagrantfile @@ -1,5 +1,19 @@ # -*- mode: ruby -*- # vi: set ft=ruby : +# +# +# 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. +# # All Vagrant configuration is done below. The "2" in Vagrant.configure # configures the configuration version (we support older styles for diff --git a/traffic_ops/experimental/ats_config/Ats_Config_Dockerfile b/traffic_ops/experimental/ats_config/Ats_Config_Dockerfile index b5a0188089..2c1c588b31 100644 --- a/traffic_ops/experimental/ats_config/Ats_Config_Dockerfile +++ b/traffic_ops/experimental/ats_config/Ats_Config_Dockerfile @@ -2,6 +2,20 @@ # Dockerfile to build Traffic Ops ATS Config container images # Based on CentOS 6.6 ############################################################ +# +# +# 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. +# # Example Build and Run: # docker build --file Ats_Config_Dockerfile --rm --tag traffic_ops_ats_config:0.1 . diff --git a/traffic_ops/experimental/postgrest/Postgrest_Dockerfile b/traffic_ops/experimental/postgrest/Postgrest_Dockerfile index 54573f7cf4..40c86759a0 100644 --- a/traffic_ops/experimental/postgrest/Postgrest_Dockerfile +++ b/traffic_ops/experimental/postgrest/Postgrest_Dockerfile @@ -2,6 +2,20 @@ # Dockerfile to build Traffic Ops PostgREST container images # Based on Ubuntu 15.10 ############################################################ +# +# +# 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. +# # Example Build and Run: # docker build --file Postgrest_Dockerfile --rm --tag traffic_ops_postgrest:0.1 . diff --git a/traffic_ops/experimental/server/notes.txt b/traffic_ops/experimental/server/notes.txt index 68e8b4dd4b..58152da365 100644 --- a/traffic_ops/experimental/server/notes.txt +++ b/traffic_ops/experimental/server/notes.txt @@ -1,3 +1,17 @@ +# +# +# 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://www.restapitutorial.com/httpstatuscodes.html - Should we be returning 201 created with a Location: on successful post? more things like that? - should we limit the ats files to know ats hosts and CRConfig to known CRConfig users, etc? @@ -17,4 +31,4 @@ http://www.restapitutorial.com/httpstatuscodes.html - pass encoder which has the write - pass db, not db.GlobalDB - - \ No newline at end of file + - diff --git a/traffic_ops/experimental/ui/app/src/robots.txt b/traffic_ops/experimental/ui/app/src/robots.txt index 941749507a..1f3cd1a6b3 100755 --- a/traffic_ops/experimental/ui/app/src/robots.txt +++ b/traffic_ops/experimental/ui/app/src/robots.txt @@ -1,3 +1,17 @@ +# +# +# 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. +# # robotstxt.org User-agent: * diff --git a/traffic_ops/experimental/url-rewriter-nginx/Url_Rewriter_Dockerfile b/traffic_ops/experimental/url-rewriter-nginx/Url_Rewriter_Dockerfile index 477394fe93..a278bf3a73 100644 --- a/traffic_ops/experimental/url-rewriter-nginx/Url_Rewriter_Dockerfile +++ b/traffic_ops/experimental/url-rewriter-nginx/Url_Rewriter_Dockerfile @@ -2,6 +2,20 @@ # Dockerfile to build Traffic Ops Url Rewriter container images # Based on NGINX 1.9 ############################################################ +# +# +# 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. +# # Example Build and Run: # docker build --file Url_Rewriter_Dockerfile --rm --tag traffic_ops_url_rewriter:0.1 . diff --git a/traffic_ops/goto/run b/traffic_ops/goto/run index 6ae9157640..123416fafe 100755 --- a/traffic_ops/goto/run +++ b/traffic_ops/goto/run @@ -1,4 +1,18 @@ #!/bin/bash +# +# +# 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. +# #"dbInfo" file stores creds source .dbInfo diff --git a/traffic_portal/app/src/robots.txt b/traffic_portal/app/src/robots.txt index 941749507a..9f135a24b7 100755 --- a/traffic_portal/app/src/robots.txt +++ b/traffic_portal/app/src/robots.txt @@ -1,3 +1,17 @@ # robotstxt.org +# +# +# 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. +# User-agent: * From b89a9bbb7c88419892c91de50667313666426854 Mon Sep 17 00:00:00 2001 From: Dan Kirkwood Date: Mon, 5 Dec 2016 22:10:45 +0000 Subject: [PATCH 2/4] license for sql files --- .rat-excludes | 1 - traffic_ops/app/db/create_tables.sql | 15 +++++++++++++++ .../20150504100001_add_param_index.sql | 15 +++++++++++++++ .../20150706084134_stats_summary_table.sql | 15 +++++++++++++++ .../migrations/20150721000000_add_stat_date.sql | 15 +++++++++++++++ .../20151020143912_unique_cdn_name.sql | 15 +++++++++++++++ .../20151027152323_tr_request_headers.sql | 15 +++++++++++++++ .../20151107000000_cdn_dnssec_enabled.sql | 15 +++++++++++++++ .../migrations/20151207000000_unique_email.sql | 15 +++++++++++++++ .../20160526140027_add_deploy_role.sql | 15 +++++++++++++++ .../20160603084204_add_logs_enabled.sql | 15 +++++++++++++++ .../db/migrations/20160613153313_add_guid.sql | 15 +++++++++++++++ .../20160809092015_update_serverchecks.sql | 15 +++++++++++++++ .../20160817171741_server_add_https_port.sql | 17 ++++++++++++++++- .../20160909141413_add_offline_reason.sql | 15 +++++++++++++++ traffic_ops/experimental/server/db/schema.sql | 15 +++++++++++++++ .../tools/db/migrations/initial_cleanup.sql | 15 +++++++++++++++ .../experimental/traffic_ops_auth/schema.sql | 15 +++++++++++++++ 18 files changed, 256 insertions(+), 2 deletions(-) diff --git a/.rat-excludes b/.rat-excludes index 4f602816cb..2f048b2b43 100644 --- a/.rat-excludes +++ b/.rat-excludes @@ -13,7 +13,6 @@ profiles .*.json .*.cfg .*.conf -.*.sql .*.js jquery.* jMenu.* diff --git a/traffic_ops/app/db/create_tables.sql b/traffic_ops/app/db/create_tables.sql index a0e79d9632..f37931cd1b 100644 --- a/traffic_ops/app/db/create_tables.sql +++ b/traffic_ops/app/db/create_tables.sql @@ -1,3 +1,18 @@ +/* + + 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. +*/ + -- +goose Up -- SQL in section 'Up' is executed when this migration is applied -- MySQL dump 10.13 Distrib 5.6.19, for osx10.9 (x86_64) diff --git a/traffic_ops/app/db/migrations/20150504100001_add_param_index.sql b/traffic_ops/app/db/migrations/20150504100001_add_param_index.sql index e170cd648a..bf98f00794 100644 --- a/traffic_ops/app/db/migrations/20150504100001_add_param_index.sql +++ b/traffic_ops/app/db/migrations/20150504100001_add_param_index.sql @@ -1,3 +1,18 @@ +/* + + 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. +*/ + -- +goose Up create index parameter_name_value_idx on parameter (name(512),value(512)); diff --git a/traffic_ops/app/db/migrations/20150706084134_stats_summary_table.sql b/traffic_ops/app/db/migrations/20150706084134_stats_summary_table.sql index 7a53b490f7..9fefeb9bf5 100644 --- a/traffic_ops/app/db/migrations/20150706084134_stats_summary_table.sql +++ b/traffic_ops/app/db/migrations/20150706084134_stats_summary_table.sql @@ -1,3 +1,18 @@ +/* + + 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. +*/ + -- +goose Up -- SQL in section 'Up' is executed when this migration is applied CREATE TABLE stats_summary diff --git a/traffic_ops/app/db/migrations/20150721000000_add_stat_date.sql b/traffic_ops/app/db/migrations/20150721000000_add_stat_date.sql index 8a7a4fde59..c6c8550aea 100644 --- a/traffic_ops/app/db/migrations/20150721000000_add_stat_date.sql +++ b/traffic_ops/app/db/migrations/20150721000000_add_stat_date.sql @@ -1,3 +1,18 @@ +/* + + 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. +*/ + -- +goose Up -- SQL in section 'Up' is executed when this migration is applied alter table stats_summary add column stat_date date; diff --git a/traffic_ops/app/db/migrations/20151020143912_unique_cdn_name.sql b/traffic_ops/app/db/migrations/20151020143912_unique_cdn_name.sql index c963f0551e..95e2427cc3 100644 --- a/traffic_ops/app/db/migrations/20151020143912_unique_cdn_name.sql +++ b/traffic_ops/app/db/migrations/20151020143912_unique_cdn_name.sql @@ -1,3 +1,18 @@ +/* + + 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. +*/ + -- +goose Up -- SQL in section 'Up' is executed when this migration is applied diff --git a/traffic_ops/app/db/migrations/20151027152323_tr_request_headers.sql b/traffic_ops/app/db/migrations/20151027152323_tr_request_headers.sql index f0b7d88c62..d2136b6d21 100644 --- a/traffic_ops/app/db/migrations/20151027152323_tr_request_headers.sql +++ b/traffic_ops/app/db/migrations/20151027152323_tr_request_headers.sql @@ -1,3 +1,18 @@ +/* + + 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. +*/ + -- +goose Up -- SQL in section 'Up' is executed when this migration is applied diff --git a/traffic_ops/app/db/migrations/20151107000000_cdn_dnssec_enabled.sql b/traffic_ops/app/db/migrations/20151107000000_cdn_dnssec_enabled.sql index e6441f37f7..72c3bb30f1 100644 --- a/traffic_ops/app/db/migrations/20151107000000_cdn_dnssec_enabled.sql +++ b/traffic_ops/app/db/migrations/20151107000000_cdn_dnssec_enabled.sql @@ -1,3 +1,18 @@ +/* + + 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. +*/ + -- +goose Up -- SQL in section 'Up' is executed when this migration is applied diff --git a/traffic_ops/app/db/migrations/20151207000000_unique_email.sql b/traffic_ops/app/db/migrations/20151207000000_unique_email.sql index 6889659bb7..a580e9a828 100644 --- a/traffic_ops/app/db/migrations/20151207000000_unique_email.sql +++ b/traffic_ops/app/db/migrations/20151207000000_unique_email.sql @@ -1,3 +1,18 @@ +/* + + 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. +*/ + -- +goose Up -- SQL in section 'Up' is executed when this migration is applied diff --git a/traffic_ops/app/db/migrations/20160526140027_add_deploy_role.sql b/traffic_ops/app/db/migrations/20160526140027_add_deploy_role.sql index 19649d7a4b..29f2401f07 100644 --- a/traffic_ops/app/db/migrations/20160526140027_add_deploy_role.sql +++ b/traffic_ops/app/db/migrations/20160526140027_add_deploy_role.sql @@ -1,3 +1,18 @@ +/* + + 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. +*/ + -- +goose Up -- SQL in section 'Up' is executed when this migration is applied diff --git a/traffic_ops/app/db/migrations/20160603084204_add_logs_enabled.sql b/traffic_ops/app/db/migrations/20160603084204_add_logs_enabled.sql index 0c4fbd62cd..412785a547 100644 --- a/traffic_ops/app/db/migrations/20160603084204_add_logs_enabled.sql +++ b/traffic_ops/app/db/migrations/20160603084204_add_logs_enabled.sql @@ -1,3 +1,18 @@ +/* + + 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. +*/ + -- +goose Up -- SQL in section 'Up' is executed when this migration is applied diff --git a/traffic_ops/app/db/migrations/20160613153313_add_guid.sql b/traffic_ops/app/db/migrations/20160613153313_add_guid.sql index 7b2a84869f..6007f522ac 100644 --- a/traffic_ops/app/db/migrations/20160613153313_add_guid.sql +++ b/traffic_ops/app/db/migrations/20160613153313_add_guid.sql @@ -1,3 +1,18 @@ +/* + + 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. +*/ + -- +goose Up -- SQL in section 'Up' is executed when this migration is applied diff --git a/traffic_ops/app/db/migrations/20160809092015_update_serverchecks.sql b/traffic_ops/app/db/migrations/20160809092015_update_serverchecks.sql index 60435b5788..74eb2940d8 100644 --- a/traffic_ops/app/db/migrations/20160809092015_update_serverchecks.sql +++ b/traffic_ops/app/db/migrations/20160809092015_update_serverchecks.sql @@ -1,3 +1,18 @@ +/* + + 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. +*/ + -- +goose Up -- SQL in section 'Up' is executed when this migration is applied diff --git a/traffic_ops/app/db/migrations/20160817171741_server_add_https_port.sql b/traffic_ops/app/db/migrations/20160817171741_server_add_https_port.sql index b7bb9fdda0..b77163d956 100644 --- a/traffic_ops/app/db/migrations/20160817171741_server_add_https_port.sql +++ b/traffic_ops/app/db/migrations/20160817171741_server_add_https_port.sql @@ -1,3 +1,18 @@ +/* + + 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. +*/ + -- +goose Up -- SQL in section 'Up' is executed when this migration is applied @@ -5,4 +20,4 @@ alter table server add https_port int(10) unsigned default NULL; -- +goose Down -- SQL section 'Down' is executed when this migration is rolled back -alter table server drop column https_port; \ No newline at end of file +alter table server drop column https_port; diff --git a/traffic_ops/app/db/migrations/20160909141413_add_offline_reason.sql b/traffic_ops/app/db/migrations/20160909141413_add_offline_reason.sql index 5373080408..b118a4c84d 100644 --- a/traffic_ops/app/db/migrations/20160909141413_add_offline_reason.sql +++ b/traffic_ops/app/db/migrations/20160909141413_add_offline_reason.sql @@ -1,3 +1,18 @@ +/* + + 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. +*/ + -- +goose Up -- SQL in section 'Up' is executed when this migration is applied diff --git a/traffic_ops/experimental/server/db/schema.sql b/traffic_ops/experimental/server/db/schema.sql index db3e736e91..6dbedbccfa 100644 --- a/traffic_ops/experimental/server/db/schema.sql +++ b/traffic_ops/experimental/server/db/schema.sql @@ -1,3 +1,18 @@ +/* + + 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. +*/ + -- -- PostgreSQL database dump -- diff --git a/traffic_ops/experimental/server/tools/db/migrations/initial_cleanup.sql b/traffic_ops/experimental/server/tools/db/migrations/initial_cleanup.sql index 0d00acb7fa..e9640ce8f7 100644 --- a/traffic_ops/experimental/server/tools/db/migrations/initial_cleanup.sql +++ b/traffic_ops/experimental/server/tools/db/migrations/initial_cleanup.sql @@ -1,3 +1,18 @@ +/* + + 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. +*/ + alter table server rename column cdn_id to cdn; alter table deliveryservice rename column cdn_id to cdn; alter table deliveryservice_tmuser rename column tm_user_id to tm_user; diff --git a/traffic_ops/experimental/traffic_ops_auth/schema.sql b/traffic_ops/experimental/traffic_ops_auth/schema.sql index b8723b77bf..d8fbb15b6d 100644 --- a/traffic_ops/experimental/traffic_ops_auth/schema.sql +++ b/traffic_ops/experimental/traffic_ops_auth/schema.sql @@ -1,3 +1,18 @@ +/* + + 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. +*/ + CREATE TABLE IF NOT EXISTS traffic_ops_auth_users ( username text PRIMARY KEY, hash text NOT NULL, From bc02e0ceeb55eff4286e2cb7a542b481922deff8 Mon Sep 17 00:00:00 2001 From: Dan Kirkwood Date: Wed, 7 Dec 2016 08:12:30 -0700 Subject: [PATCH 3/4] .rat-excludes regex cleanup and sort --- .rat-excludes | 89 +++++++++++++++++++++++++++++++-------------------- 1 file changed, 54 insertions(+), 35 deletions(-) diff --git a/.rat-excludes b/.rat-excludes index 2f048b2b43..549d945c3e 100644 --- a/.rat-excludes +++ b/.rat-excludes @@ -1,43 +1,62 @@ -VERSION +.*\.cfg +.*\.conf +.*\.config.dist +.*\.crt +.*\.css +.*\.csv +.*\.eot +.*\.gif +.*\.ico +.*\.iml +.*\.jpg +.*\.js +.*\.json +.*\.jsx +.*\.key +.*\.logrotate +.*\.md +.*\.otf +.*\.png +.*\.prop +.*\.svg +.*\.ttf +.*\.txt +.*\.woff +.*\.woff2 +.*\.xml.test BUILD_NUMBER -.*.md +CHANGELOG +CrStates +DISCLAIMER +GeoLite2-City.mmdb.gz +LICENSE +NOTICE README.* -.git.* -.rat-excludes -.keep +VERSION +\.bowerrc +\.classpath +\.git.* +\.jshintrc +\.keep +\.pmd +\.project +\.rat-excludes +auto-zones +checks docs -vendor +etc +goose +jMenu.* +jquery.* +keystore +keystore.jks misc +perl5 profile\..* profiles -.*.json -.*.cfg -.*.conf -.*.js -jquery.* -jMenu.* -traffic_ops/lib/Schema/Results -.*.jsx -\.classpath -\.project -etc -.*.prop +teak_favicon.ico +testFiles tomcat -perl5 -.*.css -.*.crt -.*.key -.bowerrc +traffic_ops/lib/Schema/Results traffic_server -checks -.*.csv -.*.svg -.*.xml.test -.*.config.dist -CrStates -.*.logrotate -.jshintrc -testFiles -.*.txt -.*.iml -auto-zones +vendor From 537b8e0610161321554c2a162e6cef1013ddd27d Mon Sep 17 00:00:00 2001 From: Dan Kirkwood Date: Wed, 7 Dec 2016 16:54:04 -0700 Subject: [PATCH 4/4] add Apache license --- traffic_ops/app/bin/config2json | 18 ++++++++++- .../dialog/confirm/_dialog.confirm.scss | 16 ++++++++++ .../modules/dialog/reset/_dialog.reset.scss | 16 ++++++++++ .../common/modules/form/user/_form.user.scss | 16 ++++++++++ .../src/common/modules/header/_header.scss | 16 ++++++++++ .../src/common/modules/message/_message.scss | 16 ++++++++++ .../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 ++++++++++ .../private/admin/regions/_regions.scss | 16 ++++++++++ .../private/admin/tenants/_tenants.scss | 16 ++++++++++ .../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 ++++++++++ .../monitor/dashboards/_dashboards.scss | 16 ++++++++++ .../dashboards/one/_dashboards.one.scss | 16 ++++++++++ .../dashboards/three/_dashboards.three.scss | 16 ++++++++++ .../dashboards/two/_dashboards.two.scss | 16 ++++++++++ .../app/src/modules/private/user/_user.scss | 32 +++++++++++++++++++ .../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(-) diff --git a/traffic_ops/app/bin/config2json b/traffic_ops/app/bin/config2json index f7adbf4368..d2fb1e7396 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; 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 e69de29bb2..d57b9c620a 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. + +*/ 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 e69de29bb2..d57b9c620a 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. + +*/ 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 e69de29bb2..d57b9c620a 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. + +*/ 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 b710c7ee72..3ac94dbe36 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; 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 b82000d388..5c7d88abcc 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 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 68c4130b0c..88b0b59b70 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; 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 e69de29bb2..d57b9c620a 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. + +*/ 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 e69de29bb2..d57b9c620a 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. + +*/ 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 e69de29bb2..d57b9c620a 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. + +*/ 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 e69de29bb2..d57b9c620a 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. + +*/ 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 e69de29bb2..d57b9c620a 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. + +*/ 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 e69de29bb2..d57b9c620a 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. + +*/ 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 e69de29bb2..d57b9c620a 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. + +*/ 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 e69de29bb2..d57b9c620a 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. + +*/ 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 e69de29bb2..d57b9c620a 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. + +*/ 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 e69de29bb2..d57b9c620a 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. + +*/ 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 e69de29bb2..d57b9c620a 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. + +*/ 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 e69de29bb2..d57b9c620a 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. + +*/ 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 e69de29bb2..d57b9c620a 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. + +*/ 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 b4d8a9ed74..72d3f1b44e 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%; 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 e69de29bb2..d57b9c620a 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. + +*/ 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 e69de29bb2..d57b9c620a 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. + +*/ 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 e69de29bb2..279883dc0b 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. + +*/ 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 bd379cb0ef..d57b9c620a 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. -} +*/ diff --git a/traffic_ops/experimental/ui/app/src/styles/main.scss b/traffic_ops/experimental/ui/app/src/styles/main.scss index 6aecb18eca..6950ae8495 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"; diff --git a/traffic_ops/experimental/ui/app/src/styles/variables.scss b/traffic_ops/experimental/ui/app/src/styles/variables.scss index ee22ec5143..3758dadf0e 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