You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@trafficcontrol.apache.org by da...@apache.org on 2016/11/03 22:21:10 UTC

[14/15] incubator-trafficcontrol git commit: Apache RAT tool automatically added Apache License Headers

Apache RAT tool automatically added Apache License Headers


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

Branch: refs/heads/master
Commit: 7166267951efa81ee3649d3f4629e095cc029042
Parents: 59c6cfc
Author: Eric Friedrich <ef...@cisco.com>
Authored: Wed Nov 2 22:28:30 2016 -0400
Committer: Dan Kirkwood <da...@gmail.com>
Committed: Thu Nov 3 15:25:04 2016 -0600

----------------------------------------------------------------------
 .rat-excludes                                   |    1 +
 .rat-excludes~                                  |    1 +
 docs/source/_static/theme_overrides.css         |   19 +
 infrastructure/docker/build/run-build.sh        |   16 +
 infrastructure/docker/traffic_monitor/run.sh    |   16 +
 infrastructure/docker/traffic_ops/run.sh        |   16 +
 infrastructure/docker/traffic_router/run.sh     |   16 +
 .../docker/traffic_server_edge/run.sh           |   16 +
 infrastructure/docker/traffic_server_mid/run.sh |   16 +
 infrastructure/docker/traffic_stats/run.sh      |   16 +
 infrastructure/docker/traffic_vault/run.sh      |   16 +
 misc/traffic-control-cdn/css/home.css           |   19 +
 misc/traffic-control-cdn/downloads/index.html   |   19 +
 misc/traffic-control-cdn/index.html             |   19 +
 .../traffic_monitor/index.html                  |   19 +
 misc/traffic-control-cdn/traffic_ops/index.html |   19 +
 .../traffic_portal/index.html                   |   19 +
 .../traffic_router/index.html                   |   19 +
 .../traffic_stats/index.html                    |   19 +
 test/router/css/loadtest.css                    |   21 +-
 test/router/index.html                          |   21 +-
 traffic_monitor/build/pmd/ruleset.xml           |   20 +
 traffic_monitor/etc/ats_sim.js                  |   19 +
 .../experimental/traffic_monitor/build.sh       |   16 +
 .../experimental/traffic_monitor/index.html     |   19 +
 traffic_monitor/pom.xml                         |   20 +
 .../src/main/conf/traffic_monitor_config.js     |   19 +
 .../traffic_control/traffic_monitor/Index.html  |   19 +
 .../traffic_monitor/data/StatisticsLog.java     |   22 +-
 .../health/CacheStateRegistry.java              |   20 +
 .../health/CacheStateUpdater.java               |   20 +
 .../health/CacheStatisticsClient.java           |   20 +
 .../health/DeliveryServiceStateRegistry.java    |   20 +
 .../traffic_monitor/health/DsStati.java         |   20 +
 .../traffic_monitor/health/EmbeddedStati.java   |   20 +
 .../traffic_monitor/health/StateRegistry.java   |   20 +
 .../wicket/components/CacheDetailsPage.html     |   21 +-
 .../wicket/components/CacheListPanel.html       |   21 +-
 .../wicket/components/DsDetailsPage.html        |   21 +-
 .../wicket/components/DsListPanel.html          |   21 +-
 .../wicket/components/EventLogPanel.html        |   21 +-
 .../wicket/components/StateDetailsPage.java     |   20 +
 .../wicket/models/CacheDataModel.java           |   20 +
 .../wicket/models/CacheStateModel.java          |   20 +
 .../wicket/models/DsStateModel.java             |   20 +
 .../wicket/models/StateModel.java               |   20 +
 .../src/main/resources/log4j.properties         |   17 +
 traffic_monitor/src/main/scripts/postremove.sh  |   18 +-
 traffic_monitor/src/main/webapp/WEB-INF/web.xml |   20 +
 traffic_monitor/src/main/webapp/style.css       |   19 +
 traffic_monitor/src/main/webapp/test.html       |   21 +-
 .../application/MonitorApplicationTest.java     |   20 +
 .../src/test/java/config/CacheTest.java         |   20 +
 .../src/test/java/config/ConfigHandlerTest.java |   22 +-
 .../src/test/java/config/ConfigTest.java        |   20 +
 .../src/test/java/config/MonitorConfigTest.java |   20 +
 .../src/test/java/config/RouterConfigTest.java  |   20 +
 .../src/test/java/data/DataPointTest.java       |   20 +
 .../src/test/java/data/StatisticsLogTest.java   |   22 +-
 .../test/java/health/CacheStateUpdaterTest.java |   20 +
 .../java/health/CacheStatisticsClientTest.java  |   20 +
 .../src/test/java/health/DeletemeTest.java      |   20 +
 .../test/java/health/HealthDeterminerTest.java  |   20 +
 .../resources/conf/traffic_monitor_config.js    |   19 +
 .../src/test/resources/var/health-params.js     |   19 +
 .../app/conf/misc/riak_search/sslkeys.xml       |   22 +-
 .../lib/Fixtures/Integration/gen_fixtures.pl    |   16 +
 .../app/public/js/jqtree/#tree.jquery.js#       | 3341 ++++++++++++++++++
 .../postgrest/Postgrest_Dockerfile_run.sh       |   16 +
 traffic_ops/experimental/ui/Gruntfile.js        |   21 +-
 traffic_ops/experimental/ui/app/src/app.js      |   19 +
 .../ui/app/src/assets/css/custom.css            |   19 +
 .../ui/app/src/common/api/ASNService.js         |   21 +-
 .../ui/app/src/common/api/AuthService.js        |   21 +-
 .../ui/app/src/common/api/CDNService.js         |   21 +-
 .../ui/app/src/common/api/CacheGroupService.js  |   21 +-
 .../src/common/api/DeliveryServiceService.js    |   21 +-
 .../ui/app/src/common/api/DivisionService.js    |   21 +-
 .../ui/app/src/common/api/HttpService.js        |   21 +-
 .../ui/app/src/common/api/LocationService.js    |   21 +-
 .../ui/app/src/common/api/ParameterService.js   |   21 +-
 .../ui/app/src/common/api/ProfileService.js     |   21 +-
 .../ui/app/src/common/api/RegionService.js      |   21 +-
 .../ui/app/src/common/api/RoleService.js        |   21 +-
 .../ui/app/src/common/api/ServerService.js      |   21 +-
 .../ui/app/src/common/api/StatusService.js      |   21 +-
 .../ui/app/src/common/api/TenantService.js      |   21 +-
 .../ui/app/src/common/api/TrafficOpsService.js  |   21 +-
 .../ui/app/src/common/api/TypeService.js        |   21 +-
 .../ui/app/src/common/api/UserService.js        |   21 +-
 .../experimental/ui/app/src/common/api/index.js |   21 +-
 .../common/directives/match/MatchDirective.js   |   19 +
 .../ui/app/src/common/directives/match/index.js |   19 +
 .../ui/app/src/common/filters/OffsetFilter.js   |   19 +
 .../ui/app/src/common/filters/index.js          |   19 +
 .../ui/app/src/common/models/MessageModel.js    |   19 +
 .../ui/app/src/common/models/UserModel.js       |   21 +-
 .../ui/app/src/common/models/index.js           |   19 +
 .../dialog/confirm/DialogConfirmController.js   |   19 +
 .../dialog/confirm/dialog.confirm.tpl.html      |   21 +-
 .../src/common/modules/dialog/confirm/index.js  |   19 +
 .../dialog/delete/DialogDeleteController.js     |   19 +
 .../dialog/delete/dialog.delete.tpl.html        |   21 +-
 .../src/common/modules/dialog/delete/index.js   |   19 +
 .../dialog/reset/DialogResetController.js       |   19 +
 .../modules/dialog/reset/dialog.reset.tpl.html  |   21 +-
 .../src/common/modules/dialog/reset/index.js    |   19 +
 .../modules/form/asn/FormASNController.js       |   21 +-
 .../form/asn/edit/FormEditASNController.js      |   21 +-
 .../src/common/modules/form/asn/edit/index.js   |   19 +
 .../common/modules/form/asn/form.asn.tpl.html   |   21 +-
 .../ui/app/src/common/modules/form/asn/index.js |   19 +
 .../form/asn/new/FormNewASNController.js        |   21 +-
 .../src/common/modules/form/asn/new/index.js    |   19 +
 .../form/cacheGroup/FormCacheGroupController.js |   21 +-
 .../edit/FormEditCacheGroupController.js        |   21 +-
 .../modules/form/cacheGroup/edit/index.js       |   19 +
 .../form/cacheGroup/form.cacheGroup.tpl.html    |   19 +
 .../src/common/modules/form/cacheGroup/index.js |   19 +
 .../new/FormNewCacheGroupController.js          |   21 +-
 .../common/modules/form/cacheGroup/new/index.js |   19 +
 .../modules/form/cdn/FormCDNController.js       |   21 +-
 .../form/cdn/edit/FormEditCDNController.js      |   21 +-
 .../src/common/modules/form/cdn/edit/index.js   |   19 +
 .../common/modules/form/cdn/form.cdn.tpl.html   |   21 +-
 .../ui/app/src/common/modules/form/cdn/index.js |   19 +
 .../form/cdn/new/FormNewCDNController.js        |   21 +-
 .../src/common/modules/form/cdn/new/index.js    |   19 +
 .../FormDeliveryServiceController.js            |   21 +-
 .../edit/FormEditDeliveryServiceController.js   |   21 +-
 .../modules/form/deliveryService/edit/index.js  |   19 +
 .../form.deliveryService.tpl.html               |   21 +-
 .../modules/form/deliveryService/index.js       |   19 +
 .../new/FormNewDeliveryServiceController.js     |   21 +-
 .../modules/form/deliveryService/new/index.js   |   19 +
 .../form/division/FormDivisionController.js     |   21 +-
 .../division/edit/FormEditDivisionController.js |   21 +-
 .../common/modules/form/division/edit/index.js  |   19 +
 .../form/division/form.division.tpl.html        |   21 +-
 .../src/common/modules/form/division/index.js   |   19 +
 .../division/new/FormNewDivisionController.js   |   21 +-
 .../common/modules/form/division/new/index.js   |   19 +
 .../form/location/FormLocationController.js     |   21 +-
 .../location/edit/FormEditLocationController.js |   21 +-
 .../common/modules/form/location/edit/index.js  |   19 +
 .../form/location/form.location.tpl.html        |   21 +-
 .../src/common/modules/form/location/index.js   |   19 +
 .../location/new/FormNewLocationController.js   |   21 +-
 .../common/modules/form/location/new/index.js   |   19 +
 .../form/parameter/FormParameterController.js   |   21 +-
 .../edit/FormEditParameterController.js         |   21 +-
 .../common/modules/form/parameter/edit/index.js |   19 +
 .../form/parameter/form.parameter.tpl.html      |   21 +-
 .../src/common/modules/form/parameter/index.js  |   19 +
 .../parameter/new/FormNewParameterController.js |   21 +-
 .../common/modules/form/parameter/new/index.js  |   19 +
 .../form/profile/FormProfileController.js       |   21 +-
 .../profile/edit/FormEditProfileController.js   |   21 +-
 .../common/modules/form/profile/edit/index.js   |   19 +
 .../modules/form/profile/form.profile.tpl.html  |   21 +-
 .../src/common/modules/form/profile/index.js    |   19 +
 .../profile/new/FormNewProfileController.js     |   21 +-
 .../common/modules/form/profile/new/index.js    |   19 +
 .../modules/form/region/FormRegionController.js |   21 +-
 .../region/edit/FormEditRegionController.js     |   21 +-
 .../common/modules/form/region/edit/index.js    |   19 +
 .../modules/form/region/form.region.tpl.html    |   21 +-
 .../app/src/common/modules/form/region/index.js |   19 +
 .../form/region/new/FormNewRegionController.js  |   21 +-
 .../src/common/modules/form/region/new/index.js |   19 +
 .../modules/form/server/FormServerController.js |   21 +-
 .../server/edit/FormEditServerController.js     |   21 +-
 .../common/modules/form/server/edit/index.js    |   19 +
 .../modules/form/server/form.server.tpl.html    |   21 +-
 .../app/src/common/modules/form/server/index.js |   19 +
 .../form/server/new/FormNewServerController.js  |   21 +-
 .../src/common/modules/form/server/new/index.js |   19 +
 .../modules/form/status/FormStatusController.js |   21 +-
 .../status/edit/FormEditStatusController.js     |   21 +-
 .../common/modules/form/status/edit/index.js    |   19 +
 .../modules/form/status/form.status.tpl.html    |   21 +-
 .../app/src/common/modules/form/status/index.js |   19 +
 .../form/status/new/FormNewStatusController.js  |   21 +-
 .../src/common/modules/form/status/new/index.js |   19 +
 .../modules/form/tenant/FormTenantController.js |   21 +-
 .../tenant/edit/FormEditTenantController.js     |   21 +-
 .../common/modules/form/tenant/edit/index.js    |   19 +
 .../modules/form/tenant/form.tenant.tpl.html    |   21 +-
 .../app/src/common/modules/form/tenant/index.js |   19 +
 .../form/tenant/new/FormNewTenantController.js  |   21 +-
 .../src/common/modules/form/tenant/new/index.js |   19 +
 .../modules/form/type/FormTypeController.js     |   21 +-
 .../form/type/edit/FormEditTypeController.js    |   21 +-
 .../src/common/modules/form/type/edit/index.js  |   19 +
 .../common/modules/form/type/form.type.tpl.html |   21 +-
 .../app/src/common/modules/form/type/index.js   |   19 +
 .../form/type/new/FormNewTypeController.js      |   21 +-
 .../src/common/modules/form/type/new/index.js   |   19 +
 .../modules/form/user/FormUserController.js     |   21 +-
 .../form/user/edit/FormEditUserController.js    |   21 +-
 .../src/common/modules/form/user/edit/index.js  |   19 +
 .../common/modules/form/user/form.user.tpl.html |   19 +
 .../app/src/common/modules/form/user/index.js   |   19 +
 .../form/user/new/FormNewUserController.js      |   21 +-
 .../src/common/modules/form/user/new/index.js   |   19 +
 .../common/modules/header/HeaderController.js   |   19 +
 .../src/common/modules/header/header.tpl.html   |   19 +
 .../ui/app/src/common/modules/header/index.js   |   21 +-
 .../common/modules/message/MessageController.js |   19 +
 .../ui/app/src/common/modules/message/index.js  |   19 +
 .../src/common/modules/message/message.tpl.html |   19 +
 .../modules/navigation/NavigationController.js  |   19 +
 .../app/src/common/modules/navigation/index.js  |   19 +
 .../modules/navigation/navigation.tpl.html      |   19 +
 .../common/modules/release/ReleaseController.js |   19 +
 .../ui/app/src/common/modules/release/index.js  |   19 +
 .../src/common/modules/release/release.tpl.html |   19 +
 .../modules/table/asns/TableASNsController.js   |   21 +-
 .../app/src/common/modules/table/asns/index.js  |   19 +
 .../modules/table/asns/table.asns.tpl.html      |   19 +
 .../cacheGroups/TableCacheGroupsController.js   |   21 +-
 .../common/modules/table/cacheGroups/index.js   |   19 +
 .../cacheGroups/table.cacheGroups.tpl.html      |   19 +
 .../modules/table/cdns/TableCDNsController.js   |   21 +-
 .../app/src/common/modules/table/cdns/index.js  |   19 +
 .../modules/table/cdns/table.cdns.tpl.html      |   19 +
 .../TableDeliveryServicesController.js          |   21 +-
 .../modules/table/deliveryServices/index.js     |   19 +
 .../table.deliveryServices.tpl.html             |   19 +
 .../table/divisions/TableDivisionsController.js |   21 +-
 .../src/common/modules/table/divisions/index.js |   19 +
 .../table/divisions/table.divisions.tpl.html    |   19 +
 .../table/locations/TableLocationsController.js |   21 +-
 .../src/common/modules/table/locations/index.js |   19 +
 .../table/locations/table.locations.tpl.html    |   19 +
 .../parameters/TableParametersController.js     |   21 +-
 .../common/modules/table/parameters/index.js    |   19 +
 .../table/parameters/table.parameters.tpl.html  |   19 +
 .../table/profiles/TableProfilesController.js   |   21 +-
 .../src/common/modules/table/profiles/index.js  |   19 +
 .../table/profiles/table.profiles.tpl.html      |   19 +
 .../table/regions/TableRegionsController.js     |   21 +-
 .../src/common/modules/table/regions/index.js   |   19 +
 .../table/regions/table.regions.tpl.html        |   19 +
 .../table/servers/TableServersController.js     |   21 +-
 .../src/common/modules/table/servers/index.js   |   19 +
 .../table/servers/table.servers.tpl.html        |   19 +
 .../table/statuses/TableStatusesController.js   |   21 +-
 .../src/common/modules/table/statuses/index.js  |   19 +
 .../table/statuses/table.statuses.tpl.html      |   19 +
 .../table/tenants/TableTenantsController.js     |   21 +-
 .../src/common/modules/table/tenants/index.js   |   19 +
 .../table/tenants/table.tenants.tpl.html        |   19 +
 .../modules/table/types/TableTypesController.js |   21 +-
 .../app/src/common/modules/table/types/index.js |   19 +
 .../modules/table/types/table.types.tpl.html    |   19 +
 .../modules/table/users/TableUsersController.js |   21 +-
 .../app/src/common/modules/table/users/index.js |   19 +
 .../modules/table/users/table.users.tpl.html    |   19 +
 .../service/application/ApplicationService.js   |   19 +
 .../app/src/common/service/application/index.js |   21 +-
 .../app/src/common/service/utils/FormUtils.js   |   19 +
 .../src/common/service/utils/LocationUtils.js   |   19 +
 .../app/src/common/service/utils/StringUtils.js |   19 +
 .../ui/app/src/common/service/utils/index.js    |   21 +-
 .../ui/app/src/common/templates/master.tpl.html |   19 +
 traffic_ops/experimental/ui/app/src/index.html  |   19 +
 .../modules/private/admin/AdminController.js    |   21 +-
 .../src/modules/private/admin/admin.tpl.html    |   19 +
 .../private/admin/asns/AsnsController.js        |   21 +-
 .../modules/private/admin/asns/asns.tpl.html    |   19 +
 .../modules/private/admin/asns/edit/index.js    |   19 +
 .../app/src/modules/private/admin/asns/index.js |   19 +
 .../modules/private/admin/asns/list/index.js    |   19 +
 .../src/modules/private/admin/asns/new/index.js |   19 +
 .../private/admin/cdns/CdnsController.js        |   21 +-
 .../modules/private/admin/cdns/cdns.tpl.html    |   19 +
 .../modules/private/admin/cdns/edit/index.js    |   19 +
 .../app/src/modules/private/admin/cdns/index.js |   19 +
 .../modules/private/admin/cdns/list/index.js    |   19 +
 .../src/modules/private/admin/cdns/new/index.js |   19 +
 .../admin/divisions/DivisionsController.js      |   21 +-
 .../private/admin/divisions/divisions.tpl.html  |   19 +
 .../private/admin/divisions/edit/index.js       |   19 +
 .../modules/private/admin/divisions/index.js    |   19 +
 .../private/admin/divisions/list/index.js       |   19 +
 .../private/admin/divisions/new/index.js        |   19 +
 .../ui/app/src/modules/private/admin/index.js   |   19 +
 .../admin/locations/LocationsController.js      |   21 +-
 .../private/admin/locations/edit/index.js       |   19 +
 .../modules/private/admin/locations/index.js    |   19 +
 .../private/admin/locations/list/index.js       |   19 +
 .../private/admin/locations/locations.tpl.html  |   19 +
 .../private/admin/locations/new/index.js        |   19 +
 .../admin/parameters/ParametersController.js    |   21 +-
 .../private/admin/parameters/edit/index.js      |   19 +
 .../modules/private/admin/parameters/index.js   |   19 +
 .../private/admin/parameters/list/index.js      |   19 +
 .../private/admin/parameters/new/index.js       |   19 +
 .../admin/parameters/parameters.tpl.html        |   19 +
 .../admin/profiles/ProfilesController.js        |   21 +-
 .../private/admin/profiles/edit/index.js        |   19 +
 .../src/modules/private/admin/profiles/index.js |   19 +
 .../private/admin/profiles/list/index.js        |   19 +
 .../modules/private/admin/profiles/new/index.js |   19 +
 .../private/admin/profiles/profiles.tpl.html    |   19 +
 .../private/admin/regions/RegionsController.js  |   21 +-
 .../modules/private/admin/regions/edit/index.js |   19 +
 .../src/modules/private/admin/regions/index.js  |   19 +
 .../modules/private/admin/regions/list/index.js |   19 +
 .../modules/private/admin/regions/new/index.js  |   19 +
 .../private/admin/regions/regions.tpl.html      |   19 +
 .../admin/statuses/StatusesController.js        |   21 +-
 .../private/admin/statuses/edit/index.js        |   19 +
 .../src/modules/private/admin/statuses/index.js |   19 +
 .../private/admin/statuses/list/index.js        |   19 +
 .../modules/private/admin/statuses/new/index.js |   19 +
 .../private/admin/statuses/statuses.tpl.html    |   19 +
 .../private/admin/tenants/TenantsController.js  |   21 +-
 .../modules/private/admin/tenants/edit/index.js |   19 +
 .../src/modules/private/admin/tenants/index.js  |   19 +
 .../modules/private/admin/tenants/list/index.js |   19 +
 .../modules/private/admin/tenants/new/index.js  |   19 +
 .../private/admin/tenants/tenants.tpl.html      |   19 +
 .../private/admin/types/TypesController.js      |   21 +-
 .../modules/private/admin/types/edit/index.js   |   19 +
 .../src/modules/private/admin/types/index.js    |   19 +
 .../modules/private/admin/types/list/index.js   |   19 +
 .../modules/private/admin/types/new/index.js    |   19 +
 .../modules/private/admin/types/types.tpl.html  |   19 +
 .../private/admin/users/UsersController.js      |   21 +-
 .../modules/private/admin/users/edit/index.js   |   19 +
 .../src/modules/private/admin/users/index.js    |   19 +
 .../modules/private/admin/users/list/index.js   |   19 +
 .../modules/private/admin/users/new/index.js    |   19 +
 .../modules/private/admin/users/users.tpl.html  |   19 +
 .../private/configure/ConfigureController.js    |   21 +-
 .../cacheGroups/CacheGroupsController.js        |   21 +-
 .../configure/cacheGroups/cacheGroups.tpl.html  |   19 +
 .../private/configure/cacheGroups/edit/index.js |   19 +
 .../private/configure/cacheGroups/index.js      |   19 +
 .../private/configure/cacheGroups/list/index.js |   19 +
 .../private/configure/cacheGroups/new/index.js  |   19 +
 .../private/configure/configure.tpl.html        |   19 +
 .../DeliveryServicesController.js               |   21 +-
 .../deliveryServices/deliveryServices.tpl.html  |   19 +
 .../configure/deliveryServices/edit/index.js    |   19 +
 .../private/configure/deliveryServices/index.js |   19 +
 .../configure/deliveryServices/list/index.js    |   19 +
 .../configure/deliveryServices/new/index.js     |   19 +
 .../app/src/modules/private/configure/index.js  |   19 +
 .../configure/servers/ServersController.js      |   21 +-
 .../private/configure/servers/edit/index.js     |   19 +
 .../modules/private/configure/servers/index.js  |   19 +
 .../private/configure/servers/list/index.js     |   19 +
 .../private/configure/servers/new/index.js      |   19 +
 .../private/configure/servers/servers.tpl.html  |   19 +
 .../ui/app/src/modules/private/index.js         |   19 +
 .../private/monitor/MonitorController.js        |   21 +-
 .../monitor/dashboards/DashboardsController.js  |   21 +-
 .../monitor/dashboards/dashboards.tpl.html      |   19 +
 .../modules/private/monitor/dashboards/index.js |   19 +
 .../dashboards/one/DashboardsOneController.js   |   21 +-
 .../dashboards/one/dashboards.one.tpl.html      |   21 +-
 .../private/monitor/dashboards/one/index.js     |   19 +
 .../three/DashboardsThreeController.js          |   21 +-
 .../dashboards/three/dashboards.three.tpl.html  |   19 +
 .../private/monitor/dashboards/three/index.js   |   19 +
 .../dashboards/two/DashboardsTwoController.js   |   21 +-
 .../dashboards/two/dashboards.two.tpl.html      |   19 +
 .../private/monitor/dashboards/two/index.js     |   19 +
 .../ui/app/src/modules/private/monitor/index.js |   19 +
 .../modules/private/monitor/monitor.tpl.html    |   19 +
 .../ui/app/src/modules/private/private.tpl.html |   19 +
 .../src/modules/private/user/UserController.js  |   19 +
 .../private/user/edit/UserEditController.js     |   19 +
 .../app/src/modules/private/user/edit/index.js  |   19 +
 .../ui/app/src/modules/private/user/index.js    |   19 +
 .../app/src/modules/private/user/user.tpl.html  |   19 +
 .../ui/app/src/modules/public/index.js          |   19 +
 .../src/modules/public/login/LoginController.js |   19 +
 .../ui/app/src/modules/public/login/index.js    |   21 +-
 .../app/src/modules/public/login/login.tpl.html |   19 +
 .../ui/app/src/modules/public/public.tpl.html   |   19 +
 .../experimental/ui/app/src/scripts/config.js   |   21 +-
 .../ui/app/src/scripts/shared-libs.js           |   19 +
 traffic_ops/experimental/ui/build/run-build.sh  |   16 +
 traffic_ops/experimental/ui/conf/config.js      |   19 +
 traffic_ops/experimental/ui/server/server.js    |   19 +
 traffic_ops/goto/index.html                     |   19 +
 traffic_ops/goto/js/main.js                     |   19 +
 traffic_router/configuration/pom.xml            |   20 +
 .../core/secure/CertificatesPublisher.java      |   20 +
 traffic_router/geolocation/pom.xml              |   20 +
 traffic_router/neustar/pom.xml                  |   20 +
 traffic_router/shared/pom.xml                   |   22 +-
 traffic_stats/traffic_stats_seelog.xml          |   20 +
 397 files changed, 10956 insertions(+), 133 deletions(-)
----------------------------------------------------------------------


http://git-wip-us.apache.org/repos/asf/incubator-trafficcontrol/blob/71662679/.rat-excludes
----------------------------------------------------------------------
diff --git a/.rat-excludes b/.rat-excludes
new file mode 100644
index 0000000..1d2c80f
--- /dev/null
+++ b/.rat-excludes
@@ -0,0 +1 @@
+./docs/*

http://git-wip-us.apache.org/repos/asf/incubator-trafficcontrol/blob/71662679/.rat-excludes~
----------------------------------------------------------------------
diff --git a/.rat-excludes~ b/.rat-excludes~
new file mode 100644
index 0000000..2ec5402
--- /dev/null
+++ b/.rat-excludes~
@@ -0,0 +1 @@
+./docs/*
\ No newline at end of file

http://git-wip-us.apache.org/repos/asf/incubator-trafficcontrol/blob/71662679/docs/source/_static/theme_overrides.css
----------------------------------------------------------------------
diff --git a/docs/source/_static/theme_overrides.css b/docs/source/_static/theme_overrides.css
index 00a730f..4fed1af 100644
--- a/docs/source/_static/theme_overrides.css
+++ b/docs/source/_static/theme_overrides.css
@@ -1,3 +1,22 @@
+/*
+ * 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.
+ */
+
 /* override table width restrictions */
 .wy-table-responsive table td, .wy-table-responsive table th {
     /* !important prevents the common CSS stylesheets from

http://git-wip-us.apache.org/repos/asf/incubator-trafficcontrol/blob/71662679/infrastructure/docker/build/run-build.sh
----------------------------------------------------------------------
diff --git a/infrastructure/docker/build/run-build.sh b/infrastructure/docker/build/run-build.sh
old mode 100755
new mode 100644
index fd6b784..58127d8
--- a/infrastructure/docker/build/run-build.sh
+++ b/infrastructure/docker/build/run-build.sh
@@ -1,4 +1,20 @@
 #!/usr/bin/env bash
+# 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.
 
 target=$1
 [[ -z $target ]] && echo "No target specified"

http://git-wip-us.apache.org/repos/asf/incubator-trafficcontrol/blob/71662679/infrastructure/docker/traffic_monitor/run.sh
----------------------------------------------------------------------
diff --git a/infrastructure/docker/traffic_monitor/run.sh b/infrastructure/docker/traffic_monitor/run.sh
old mode 100755
new mode 100644
index d109e44..b6269a9
--- a/infrastructure/docker/traffic_monitor/run.sh
+++ b/infrastructure/docker/traffic_monitor/run.sh
@@ -1,4 +1,20 @@
 #!/bin/bash
+# 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.
 
 # Script for running the Dockerfile for Traffic Monitor.
 # The Dockerfile sets up a Docker image which can be used for any new container;

http://git-wip-us.apache.org/repos/asf/incubator-trafficcontrol/blob/71662679/infrastructure/docker/traffic_ops/run.sh
----------------------------------------------------------------------
diff --git a/infrastructure/docker/traffic_ops/run.sh b/infrastructure/docker/traffic_ops/run.sh
old mode 100755
new mode 100644
index 3a44c8c..8672494
--- a/infrastructure/docker/traffic_ops/run.sh
+++ b/infrastructure/docker/traffic_ops/run.sh
@@ -1,4 +1,20 @@
 #!/bin/bash
+# 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.
 
 # Script for running the Dockerfile for Traffic Ops.
 # The Dockerfile sets up a Docker image which can be used for any new Traffic Ops container;

http://git-wip-us.apache.org/repos/asf/incubator-trafficcontrol/blob/71662679/infrastructure/docker/traffic_router/run.sh
----------------------------------------------------------------------
diff --git a/infrastructure/docker/traffic_router/run.sh b/infrastructure/docker/traffic_router/run.sh
old mode 100755
new mode 100644
index fcb15fe..9970ebc
--- a/infrastructure/docker/traffic_router/run.sh
+++ b/infrastructure/docker/traffic_router/run.sh
@@ -1,4 +1,20 @@
 #!/bin/bash
+# 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.
 
 # Script for running the Dockerfile for Traffic Router.
 # The Dockerfile sets up a Docker image which can be used for any new container;

http://git-wip-us.apache.org/repos/asf/incubator-trafficcontrol/blob/71662679/infrastructure/docker/traffic_server_edge/run.sh
----------------------------------------------------------------------
diff --git a/infrastructure/docker/traffic_server_edge/run.sh b/infrastructure/docker/traffic_server_edge/run.sh
old mode 100755
new mode 100644
index 98e45f5..d695973
--- a/infrastructure/docker/traffic_server_edge/run.sh
+++ b/infrastructure/docker/traffic_server_edge/run.sh
@@ -1,4 +1,20 @@
 #!/bin/bash
+# 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.
 
 # Script for running the Dockerfile for Traffic Server Edge caches.
 # The Dockerfile sets up a Docker image which can be used for any new container;

http://git-wip-us.apache.org/repos/asf/incubator-trafficcontrol/blob/71662679/infrastructure/docker/traffic_server_mid/run.sh
----------------------------------------------------------------------
diff --git a/infrastructure/docker/traffic_server_mid/run.sh b/infrastructure/docker/traffic_server_mid/run.sh
old mode 100755
new mode 100644
index a6617b2..f4f8612
--- a/infrastructure/docker/traffic_server_mid/run.sh
+++ b/infrastructure/docker/traffic_server_mid/run.sh
@@ -1,4 +1,20 @@
 #!/bin/bash
+# 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.
 
 # Script for running the Dockerfile for Traffic Server Mid caches.
 # The Dockerfile sets up a Docker image which can be used for any new container;

http://git-wip-us.apache.org/repos/asf/incubator-trafficcontrol/blob/71662679/infrastructure/docker/traffic_stats/run.sh
----------------------------------------------------------------------
diff --git a/infrastructure/docker/traffic_stats/run.sh b/infrastructure/docker/traffic_stats/run.sh
old mode 100755
new mode 100644
index 4ca54e5..7f91b64
--- a/infrastructure/docker/traffic_stats/run.sh
+++ b/infrastructure/docker/traffic_stats/run.sh
@@ -1,4 +1,20 @@
 #!/bin/bash
+# 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.
 
 # Script for running the Dockerfile for Traffic Stats.
 # The Dockerfile sets up a Docker image which can be used for any new container;

http://git-wip-us.apache.org/repos/asf/incubator-trafficcontrol/blob/71662679/infrastructure/docker/traffic_vault/run.sh
----------------------------------------------------------------------
diff --git a/infrastructure/docker/traffic_vault/run.sh b/infrastructure/docker/traffic_vault/run.sh
old mode 100755
new mode 100644
index 023169a..a0c7485
--- a/infrastructure/docker/traffic_vault/run.sh
+++ b/infrastructure/docker/traffic_vault/run.sh
@@ -1,4 +1,20 @@
 #!/bin/bash
+# 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.
 
 # Script for running the Dockerfile for Traffic Vault.
 # The Dockerfile sets up a Docker image which can be used for any new container;

http://git-wip-us.apache.org/repos/asf/incubator-trafficcontrol/blob/71662679/misc/traffic-control-cdn/css/home.css
----------------------------------------------------------------------
diff --git a/misc/traffic-control-cdn/css/home.css b/misc/traffic-control-cdn/css/home.css
index 42d3b52..5b61953 100644
--- a/misc/traffic-control-cdn/css/home.css
+++ b/misc/traffic-control-cdn/css/home.css
@@ -1,3 +1,22 @@
+/*
+ * 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.
+ */
+
 /*!
  * Home Screen CSS
  * 

http://git-wip-us.apache.org/repos/asf/incubator-trafficcontrol/blob/71662679/misc/traffic-control-cdn/downloads/index.html
----------------------------------------------------------------------
diff --git a/misc/traffic-control-cdn/downloads/index.html b/misc/traffic-control-cdn/downloads/index.html
index 32df4c9..554d9a1 100644
--- a/misc/traffic-control-cdn/downloads/index.html
+++ b/misc/traffic-control-cdn/downloads/index.html
@@ -1,3 +1,22 @@
+<!--
+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.
+-->
+
 <!DOCTYPE html>
 <html lang="en">
   <head>

http://git-wip-us.apache.org/repos/asf/incubator-trafficcontrol/blob/71662679/misc/traffic-control-cdn/index.html
----------------------------------------------------------------------
diff --git a/misc/traffic-control-cdn/index.html b/misc/traffic-control-cdn/index.html
index bc9aa7f..580f81e 100644
--- a/misc/traffic-control-cdn/index.html
+++ b/misc/traffic-control-cdn/index.html
@@ -1,3 +1,22 @@
+<!--
+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.
+-->
+
 <!DOCTYPE html>
 <html lang="en">
   <head>

http://git-wip-us.apache.org/repos/asf/incubator-trafficcontrol/blob/71662679/misc/traffic-control-cdn/traffic_monitor/index.html
----------------------------------------------------------------------
diff --git a/misc/traffic-control-cdn/traffic_monitor/index.html b/misc/traffic-control-cdn/traffic_monitor/index.html
index c32854b..04d5dae 100644
--- a/misc/traffic-control-cdn/traffic_monitor/index.html
+++ b/misc/traffic-control-cdn/traffic_monitor/index.html
@@ -1,3 +1,22 @@
+<!--
+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.
+-->
+
 <!DOCTYPE html>
 <html lang="en">
   <head>

http://git-wip-us.apache.org/repos/asf/incubator-trafficcontrol/blob/71662679/misc/traffic-control-cdn/traffic_ops/index.html
----------------------------------------------------------------------
diff --git a/misc/traffic-control-cdn/traffic_ops/index.html b/misc/traffic-control-cdn/traffic_ops/index.html
index bce51b1..f3abbeb 100644
--- a/misc/traffic-control-cdn/traffic_ops/index.html
+++ b/misc/traffic-control-cdn/traffic_ops/index.html
@@ -1,3 +1,22 @@
+<!--
+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.
+-->
+
 <!DOCTYPE html>
 <html lang="en">
   <head>

http://git-wip-us.apache.org/repos/asf/incubator-trafficcontrol/blob/71662679/misc/traffic-control-cdn/traffic_portal/index.html
----------------------------------------------------------------------
diff --git a/misc/traffic-control-cdn/traffic_portal/index.html b/misc/traffic-control-cdn/traffic_portal/index.html
index 30bb8eb..448a5c8 100644
--- a/misc/traffic-control-cdn/traffic_portal/index.html
+++ b/misc/traffic-control-cdn/traffic_portal/index.html
@@ -1,3 +1,22 @@
+<!--
+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.
+-->
+
 <!DOCTYPE html>
 <html lang="en">
 <head>

http://git-wip-us.apache.org/repos/asf/incubator-trafficcontrol/blob/71662679/misc/traffic-control-cdn/traffic_router/index.html
----------------------------------------------------------------------
diff --git a/misc/traffic-control-cdn/traffic_router/index.html b/misc/traffic-control-cdn/traffic_router/index.html
index 8c91848..53eb1cf 100644
--- a/misc/traffic-control-cdn/traffic_router/index.html
+++ b/misc/traffic-control-cdn/traffic_router/index.html
@@ -1,3 +1,22 @@
+<!--
+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.
+-->
+
 <!DOCTYPE html>
 <html lang="en">
   <head>

http://git-wip-us.apache.org/repos/asf/incubator-trafficcontrol/blob/71662679/misc/traffic-control-cdn/traffic_stats/index.html
----------------------------------------------------------------------
diff --git a/misc/traffic-control-cdn/traffic_stats/index.html b/misc/traffic-control-cdn/traffic_stats/index.html
index e95e7c8..7f8cf42 100644
--- a/misc/traffic-control-cdn/traffic_stats/index.html
+++ b/misc/traffic-control-cdn/traffic_stats/index.html
@@ -1,3 +1,22 @@
+<!--
+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.
+-->
+
 <!DOCTYPE html>
 <html lang="en">
   <head>

http://git-wip-us.apache.org/repos/asf/incubator-trafficcontrol/blob/71662679/test/router/css/loadtest.css
----------------------------------------------------------------------
diff --git a/test/router/css/loadtest.css b/test/router/css/loadtest.css
index b0b6acb..2a962c1 100644
--- a/test/router/css/loadtest.css
+++ b/test/router/css/loadtest.css
@@ -1,3 +1,22 @@
+/*
+ * 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.
+ */
+
 .grid-table-header {
     font-weight: bold;
 }
@@ -24,4 +43,4 @@ h4 .btn {
 
 .form-inline button {
     margin-left: 5px;
-}
\ No newline at end of file
+}

http://git-wip-us.apache.org/repos/asf/incubator-trafficcontrol/blob/71662679/test/router/index.html
----------------------------------------------------------------------
diff --git a/test/router/index.html b/test/router/index.html
index f94f773..e4dbdee 100644
--- a/test/router/index.html
+++ b/test/router/index.html
@@ -1,3 +1,22 @@
+<!--
+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.
+-->
+
 <!DOCTYPE html>
 <html lang="en">
 <head>
@@ -28,4 +47,4 @@
     <div id="loadtest"></div>
 </div>
 </body>
-</html>
\ No newline at end of file
+</html>

http://git-wip-us.apache.org/repos/asf/incubator-trafficcontrol/blob/71662679/traffic_monitor/build/pmd/ruleset.xml
----------------------------------------------------------------------
diff --git a/traffic_monitor/build/pmd/ruleset.xml b/traffic_monitor/build/pmd/ruleset.xml
index 715a042..6f5ad95 100644
--- a/traffic_monitor/build/pmd/ruleset.xml
+++ b/traffic_monitor/build/pmd/ruleset.xml
@@ -1,4 +1,24 @@
 <?xml version="1.0"?>
+
+<!--
+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.
+-->
+
 <ruleset name="Overpass PMD Ruleset" xmlns="http://pmd.sf.net/ruleset/1.0.0" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
     xsi:schemaLocation="http://pmd.sf.net/ruleset/1.0.0 http://pmd.sf.net/ruleset_xml_schema.xsd"
     xsi:noNamespaceSchemaLocation="http://pmd.sf.net/ruleset_xml_schema.xsd">

http://git-wip-us.apache.org/repos/asf/incubator-trafficcontrol/blob/71662679/traffic_monitor/etc/ats_sim.js
----------------------------------------------------------------------
diff --git a/traffic_monitor/etc/ats_sim.js b/traffic_monitor/etc/ats_sim.js
index c4c176f..e2535c3 100644
--- a/traffic_monitor/etc/ats_sim.js
+++ b/traffic_monitor/etc/ats_sim.js
@@ -1,3 +1,22 @@
+/*
+ * 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.
+ */
+
 
 var myip = "127.0.0.1";
 var myport = 80;

http://git-wip-us.apache.org/repos/asf/incubator-trafficcontrol/blob/71662679/traffic_monitor/experimental/traffic_monitor/build.sh
----------------------------------------------------------------------
diff --git a/traffic_monitor/experimental/traffic_monitor/build.sh b/traffic_monitor/experimental/traffic_monitor/build.sh
old mode 100755
new mode 100644
index 8cc5932..e8b09e2
--- a/traffic_monitor/experimental/traffic_monitor/build.sh
+++ b/traffic_monitor/experimental/traffic_monitor/build.sh
@@ -1 +1,17 @@
+# 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.
 go build -ldflags "-X main.GitRevision=`git rev-parse HEAD` -X main.BuildTimestamp=`date +'%Y-%M-%dT%H:%M:%S'`"

http://git-wip-us.apache.org/repos/asf/incubator-trafficcontrol/blob/71662679/traffic_monitor/experimental/traffic_monitor/index.html
----------------------------------------------------------------------
diff --git a/traffic_monitor/experimental/traffic_monitor/index.html b/traffic_monitor/experimental/traffic_monitor/index.html
index a5c43aa..43d1ab4 100644
--- a/traffic_monitor/experimental/traffic_monitor/index.html
+++ b/traffic_monitor/experimental/traffic_monitor/index.html
@@ -1,3 +1,22 @@
+<!--
+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.
+-->
+
 <!DOCTYPE html>
 <html>
 	<head>

http://git-wip-us.apache.org/repos/asf/incubator-trafficcontrol/blob/71662679/traffic_monitor/pom.xml
----------------------------------------------------------------------
diff --git a/traffic_monitor/pom.xml b/traffic_monitor/pom.xml
index 477a1dc..5b573c2 100644
--- a/traffic_monitor/pom.xml
+++ b/traffic_monitor/pom.xml
@@ -1,4 +1,24 @@
 <?xml version="1.0" encoding="UTF-8"?>
+
+<!--
+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.
+-->
+
 <project xmlns="http://maven.apache.org/POM/4.0.0" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
 	xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 http://maven.apache.org/maven-v4_0_0.xsd">
 

http://git-wip-us.apache.org/repos/asf/incubator-trafficcontrol/blob/71662679/traffic_monitor/src/main/conf/traffic_monitor_config.js
----------------------------------------------------------------------
diff --git a/traffic_monitor/src/main/conf/traffic_monitor_config.js b/traffic_monitor/src/main/conf/traffic_monitor_config.js
index 0fa20af..b050aca 100644
--- a/traffic_monitor/src/main/conf/traffic_monitor_config.js
+++ b/traffic_monitor/src/main/conf/traffic_monitor_config.js
@@ -1,3 +1,22 @@
+/*
+ * 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.
+ */
+
 {
 	"traffic_monitor_config": {
 		"health.polling.interval": "5000",

http://git-wip-us.apache.org/repos/asf/incubator-trafficcontrol/blob/71662679/traffic_monitor/src/main/java/com/comcast/cdn/traffic_control/traffic_monitor/Index.html
----------------------------------------------------------------------
diff --git a/traffic_monitor/src/main/java/com/comcast/cdn/traffic_control/traffic_monitor/Index.html b/traffic_monitor/src/main/java/com/comcast/cdn/traffic_control/traffic_monitor/Index.html
index faf6527..95a85c9 100644
--- a/traffic_monitor/src/main/java/com/comcast/cdn/traffic_control/traffic_monitor/Index.html
+++ b/traffic_monitor/src/main/java/com/comcast/cdn/traffic_control/traffic_monitor/Index.html
@@ -1,3 +1,22 @@
+<!--
+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.
+-->
+
 <html>
 <head>
 

http://git-wip-us.apache.org/repos/asf/incubator-trafficcontrol/blob/71662679/traffic_monitor/src/main/java/com/comcast/cdn/traffic_control/traffic_monitor/data/StatisticsLog.java
----------------------------------------------------------------------
diff --git a/traffic_monitor/src/main/java/com/comcast/cdn/traffic_control/traffic_monitor/data/StatisticsLog.java b/traffic_monitor/src/main/java/com/comcast/cdn/traffic_control/traffic_monitor/data/StatisticsLog.java
index 6bf3995..5645532 100644
--- a/traffic_monitor/src/main/java/com/comcast/cdn/traffic_control/traffic_monitor/data/StatisticsLog.java
+++ b/traffic_monitor/src/main/java/com/comcast/cdn/traffic_control/traffic_monitor/data/StatisticsLog.java
@@ -1,5 +1,25 @@
 package com.comcast.cdn.traffic_control.traffic_monitor.data;
 
+/*
+ * 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.
+ */
+
+
 import org.apache.log4j.Logger;
 
 import java.util.Arrays;
@@ -259,4 +279,4 @@ public class StatisticsLog {
 
 		}
 	}
-}
\ No newline at end of file
+}

http://git-wip-us.apache.org/repos/asf/incubator-trafficcontrol/blob/71662679/traffic_monitor/src/main/java/com/comcast/cdn/traffic_control/traffic_monitor/health/CacheStateRegistry.java
----------------------------------------------------------------------
diff --git a/traffic_monitor/src/main/java/com/comcast/cdn/traffic_control/traffic_monitor/health/CacheStateRegistry.java b/traffic_monitor/src/main/java/com/comcast/cdn/traffic_control/traffic_monitor/health/CacheStateRegistry.java
index d12dc19..dd63356 100644
--- a/traffic_monitor/src/main/java/com/comcast/cdn/traffic_control/traffic_monitor/health/CacheStateRegistry.java
+++ b/traffic_monitor/src/main/java/com/comcast/cdn/traffic_control/traffic_monitor/health/CacheStateRegistry.java
@@ -1,5 +1,25 @@
 package com.comcast.cdn.traffic_control.traffic_monitor.health;
 
+/*
+ * 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.
+ */
+
+
 import com.comcast.cdn.traffic_control.traffic_monitor.config.Cache;
 
 import static com.comcast.cdn.traffic_control.traffic_monitor.health.HealthDeterminer.AdminStatus.ADMIN_DOWN;

http://git-wip-us.apache.org/repos/asf/incubator-trafficcontrol/blob/71662679/traffic_monitor/src/main/java/com/comcast/cdn/traffic_control/traffic_monitor/health/CacheStateUpdater.java
----------------------------------------------------------------------
diff --git a/traffic_monitor/src/main/java/com/comcast/cdn/traffic_control/traffic_monitor/health/CacheStateUpdater.java b/traffic_monitor/src/main/java/com/comcast/cdn/traffic_control/traffic_monitor/health/CacheStateUpdater.java
index db1fa8a..5ed444e 100644
--- a/traffic_monitor/src/main/java/com/comcast/cdn/traffic_control/traffic_monitor/health/CacheStateUpdater.java
+++ b/traffic_monitor/src/main/java/com/comcast/cdn/traffic_control/traffic_monitor/health/CacheStateUpdater.java
@@ -1,5 +1,25 @@
 package com.comcast.cdn.traffic_control.traffic_monitor.health;
 
+/*
+ * 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.
+ */
+
+
 import com.comcast.cdn.traffic_control.traffic_monitor.wicket.models.CacheDataModel;
 import com.ning.http.client.AsyncCompletionHandler;
 import com.ning.http.client.Response;

http://git-wip-us.apache.org/repos/asf/incubator-trafficcontrol/blob/71662679/traffic_monitor/src/main/java/com/comcast/cdn/traffic_control/traffic_monitor/health/CacheStatisticsClient.java
----------------------------------------------------------------------
diff --git a/traffic_monitor/src/main/java/com/comcast/cdn/traffic_control/traffic_monitor/health/CacheStatisticsClient.java b/traffic_monitor/src/main/java/com/comcast/cdn/traffic_control/traffic_monitor/health/CacheStatisticsClient.java
index 703413c..206226d 100644
--- a/traffic_monitor/src/main/java/com/comcast/cdn/traffic_control/traffic_monitor/health/CacheStatisticsClient.java
+++ b/traffic_monitor/src/main/java/com/comcast/cdn/traffic_control/traffic_monitor/health/CacheStatisticsClient.java
@@ -1,5 +1,25 @@
 package com.comcast.cdn.traffic_control.traffic_monitor.health;
 
+/*
+ * 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.
+ */
+
+
 import com.comcast.cdn.traffic_control.traffic_monitor.config.Cache;
 import com.ning.http.client.AsyncHttpClient;
 import com.ning.http.client.AsyncHttpClientConfig;

http://git-wip-us.apache.org/repos/asf/incubator-trafficcontrol/blob/71662679/traffic_monitor/src/main/java/com/comcast/cdn/traffic_control/traffic_monitor/health/DeliveryServiceStateRegistry.java
----------------------------------------------------------------------
diff --git a/traffic_monitor/src/main/java/com/comcast/cdn/traffic_control/traffic_monitor/health/DeliveryServiceStateRegistry.java b/traffic_monitor/src/main/java/com/comcast/cdn/traffic_control/traffic_monitor/health/DeliveryServiceStateRegistry.java
index 9445b17..c73906c 100644
--- a/traffic_monitor/src/main/java/com/comcast/cdn/traffic_control/traffic_monitor/health/DeliveryServiceStateRegistry.java
+++ b/traffic_monitor/src/main/java/com/comcast/cdn/traffic_control/traffic_monitor/health/DeliveryServiceStateRegistry.java
@@ -1,5 +1,25 @@
 package com.comcast.cdn.traffic_control.traffic_monitor.health;
 
+/*
+ * 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.
+ */
+
+
 import com.comcast.cdn.traffic_control.traffic_monitor.config.Cache;
 import com.comcast.cdn.traffic_control.traffic_monitor.data.DataPoint;
 import org.apache.log4j.Logger;

http://git-wip-us.apache.org/repos/asf/incubator-trafficcontrol/blob/71662679/traffic_monitor/src/main/java/com/comcast/cdn/traffic_control/traffic_monitor/health/DsStati.java
----------------------------------------------------------------------
diff --git a/traffic_monitor/src/main/java/com/comcast/cdn/traffic_control/traffic_monitor/health/DsStati.java b/traffic_monitor/src/main/java/com/comcast/cdn/traffic_control/traffic_monitor/health/DsStati.java
index dea0dfd..016ab5e 100644
--- a/traffic_monitor/src/main/java/com/comcast/cdn/traffic_control/traffic_monitor/health/DsStati.java
+++ b/traffic_monitor/src/main/java/com/comcast/cdn/traffic_control/traffic_monitor/health/DsStati.java
@@ -1,5 +1,25 @@
 package com.comcast.cdn.traffic_control.traffic_monitor.health;
 
+/*
+ * 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.
+ */
+
+
 import org.apache.log4j.Logger;
 
 import java.text.DecimalFormat;

http://git-wip-us.apache.org/repos/asf/incubator-trafficcontrol/blob/71662679/traffic_monitor/src/main/java/com/comcast/cdn/traffic_control/traffic_monitor/health/EmbeddedStati.java
----------------------------------------------------------------------
diff --git a/traffic_monitor/src/main/java/com/comcast/cdn/traffic_control/traffic_monitor/health/EmbeddedStati.java b/traffic_monitor/src/main/java/com/comcast/cdn/traffic_control/traffic_monitor/health/EmbeddedStati.java
index e9e98aa..22ad81d 100644
--- a/traffic_monitor/src/main/java/com/comcast/cdn/traffic_control/traffic_monitor/health/EmbeddedStati.java
+++ b/traffic_monitor/src/main/java/com/comcast/cdn/traffic_control/traffic_monitor/health/EmbeddedStati.java
@@ -1,5 +1,25 @@
 package com.comcast.cdn.traffic_control.traffic_monitor.health;
 
+/*
+ * 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.
+ */
+
+
 import java.util.HashMap;
 import java.util.Map;
 

http://git-wip-us.apache.org/repos/asf/incubator-trafficcontrol/blob/71662679/traffic_monitor/src/main/java/com/comcast/cdn/traffic_control/traffic_monitor/health/StateRegistry.java
----------------------------------------------------------------------
diff --git a/traffic_monitor/src/main/java/com/comcast/cdn/traffic_control/traffic_monitor/health/StateRegistry.java b/traffic_monitor/src/main/java/com/comcast/cdn/traffic_control/traffic_monitor/health/StateRegistry.java
index 9e07aff..9206bdd 100644
--- a/traffic_monitor/src/main/java/com/comcast/cdn/traffic_control/traffic_monitor/health/StateRegistry.java
+++ b/traffic_monitor/src/main/java/com/comcast/cdn/traffic_control/traffic_monitor/health/StateRegistry.java
@@ -1,5 +1,25 @@
 package com.comcast.cdn.traffic_control.traffic_monitor.health;
 
+/*
+ * 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.
+ */
+
+
 import java.util.Collection;
 import java.util.HashSet;
 import java.util.List;

http://git-wip-us.apache.org/repos/asf/incubator-trafficcontrol/blob/71662679/traffic_monitor/src/main/java/com/comcast/cdn/traffic_control/traffic_monitor/wicket/components/CacheDetailsPage.html
----------------------------------------------------------------------
diff --git a/traffic_monitor/src/main/java/com/comcast/cdn/traffic_control/traffic_monitor/wicket/components/CacheDetailsPage.html b/traffic_monitor/src/main/java/com/comcast/cdn/traffic_control/traffic_monitor/wicket/components/CacheDetailsPage.html
index 1617879..11d10ff 100644
--- a/traffic_monitor/src/main/java/com/comcast/cdn/traffic_control/traffic_monitor/wicket/components/CacheDetailsPage.html
+++ b/traffic_monitor/src/main/java/com/comcast/cdn/traffic_control/traffic_monitor/wicket/components/CacheDetailsPage.html
@@ -1,3 +1,22 @@
+<!--
+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.
+-->
+
 <html>
 <head>
 <title wicket:id="hostname">>Traffic Monitor - Details Page</title>
@@ -18,4 +37,4 @@
 		</div>
 	</div>
 </body>
-</html>
\ No newline at end of file
+</html>

http://git-wip-us.apache.org/repos/asf/incubator-trafficcontrol/blob/71662679/traffic_monitor/src/main/java/com/comcast/cdn/traffic_control/traffic_monitor/wicket/components/CacheListPanel.html
----------------------------------------------------------------------
diff --git a/traffic_monitor/src/main/java/com/comcast/cdn/traffic_control/traffic_monitor/wicket/components/CacheListPanel.html b/traffic_monitor/src/main/java/com/comcast/cdn/traffic_control/traffic_monitor/wicket/components/CacheListPanel.html
index 24405c6..69f152a 100644
--- a/traffic_monitor/src/main/java/com/comcast/cdn/traffic_control/traffic_monitor/wicket/components/CacheListPanel.html
+++ b/traffic_monitor/src/main/java/com/comcast/cdn/traffic_control/traffic_monitor/wicket/components/CacheListPanel.html
@@ -1,3 +1,22 @@
+<!--
+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.
+-->
+
 <html>
 <body>
 	<wicket:head>
@@ -30,4 +49,4 @@
 		</table>
 	</wicket:panel>
 </body>
-</html>
\ No newline at end of file
+</html>

http://git-wip-us.apache.org/repos/asf/incubator-trafficcontrol/blob/71662679/traffic_monitor/src/main/java/com/comcast/cdn/traffic_control/traffic_monitor/wicket/components/DsDetailsPage.html
----------------------------------------------------------------------
diff --git a/traffic_monitor/src/main/java/com/comcast/cdn/traffic_control/traffic_monitor/wicket/components/DsDetailsPage.html b/traffic_monitor/src/main/java/com/comcast/cdn/traffic_control/traffic_monitor/wicket/components/DsDetailsPage.html
index dd7c7bb..33d9428 100644
--- a/traffic_monitor/src/main/java/com/comcast/cdn/traffic_control/traffic_monitor/wicket/components/DsDetailsPage.html
+++ b/traffic_monitor/src/main/java/com/comcast/cdn/traffic_control/traffic_monitor/wicket/components/DsDetailsPage.html
@@ -1,3 +1,22 @@
+<!--
+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.
+-->
+
 <html>
 <head>
 <title wicket:id="id">>Traffic Monitor - Details Page</title>
@@ -18,4 +37,4 @@
 		</div>
 	</div>
 </body>
-</html>
\ No newline at end of file
+</html>

http://git-wip-us.apache.org/repos/asf/incubator-trafficcontrol/blob/71662679/traffic_monitor/src/main/java/com/comcast/cdn/traffic_control/traffic_monitor/wicket/components/DsListPanel.html
----------------------------------------------------------------------
diff --git a/traffic_monitor/src/main/java/com/comcast/cdn/traffic_control/traffic_monitor/wicket/components/DsListPanel.html b/traffic_monitor/src/main/java/com/comcast/cdn/traffic_control/traffic_monitor/wicket/components/DsListPanel.html
index 66fe395..2320f76 100644
--- a/traffic_monitor/src/main/java/com/comcast/cdn/traffic_control/traffic_monitor/wicket/components/DsListPanel.html
+++ b/traffic_monitor/src/main/java/com/comcast/cdn/traffic_control/traffic_monitor/wicket/components/DsListPanel.html
@@ -1,3 +1,22 @@
+<!--
+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.
+-->
+
 <html>
 <body>
 	<wicket:head>
@@ -38,4 +57,4 @@
 		</table>
 	</wicket:panel>
 </body>
-</html>
\ No newline at end of file
+</html>

http://git-wip-us.apache.org/repos/asf/incubator-trafficcontrol/blob/71662679/traffic_monitor/src/main/java/com/comcast/cdn/traffic_control/traffic_monitor/wicket/components/EventLogPanel.html
----------------------------------------------------------------------
diff --git a/traffic_monitor/src/main/java/com/comcast/cdn/traffic_control/traffic_monitor/wicket/components/EventLogPanel.html b/traffic_monitor/src/main/java/com/comcast/cdn/traffic_control/traffic_monitor/wicket/components/EventLogPanel.html
index 11e88e1..7980481 100644
--- a/traffic_monitor/src/main/java/com/comcast/cdn/traffic_control/traffic_monitor/wicket/components/EventLogPanel.html
+++ b/traffic_monitor/src/main/java/com/comcast/cdn/traffic_control/traffic_monitor/wicket/components/EventLogPanel.html
@@ -1,3 +1,22 @@
+<!--
+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.
+-->
+
 <html>
 <body>
 	<wicket:head>
@@ -37,4 +56,4 @@
 		</table>
 	</wicket:panel>
 </body>
-</html>
\ No newline at end of file
+</html>

http://git-wip-us.apache.org/repos/asf/incubator-trafficcontrol/blob/71662679/traffic_monitor/src/main/java/com/comcast/cdn/traffic_control/traffic_monitor/wicket/components/StateDetailsPage.java
----------------------------------------------------------------------
diff --git a/traffic_monitor/src/main/java/com/comcast/cdn/traffic_control/traffic_monitor/wicket/components/StateDetailsPage.java b/traffic_monitor/src/main/java/com/comcast/cdn/traffic_control/traffic_monitor/wicket/components/StateDetailsPage.java
index f16de4a..24bb233 100644
--- a/traffic_monitor/src/main/java/com/comcast/cdn/traffic_control/traffic_monitor/wicket/components/StateDetailsPage.java
+++ b/traffic_monitor/src/main/java/com/comcast/cdn/traffic_control/traffic_monitor/wicket/components/StateDetailsPage.java
@@ -1,5 +1,25 @@
 package com.comcast.cdn.traffic_control.traffic_monitor.wicket.components;
 
+/*
+ * 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.
+ */
+
+
 import com.comcast.cdn.traffic_control.traffic_monitor.StatisticModel;
 import com.comcast.cdn.traffic_control.traffic_monitor.MonitorPage;
 import com.comcast.cdn.traffic_control.traffic_monitor.health.StateRegistry;

http://git-wip-us.apache.org/repos/asf/incubator-trafficcontrol/blob/71662679/traffic_monitor/src/main/java/com/comcast/cdn/traffic_control/traffic_monitor/wicket/models/CacheDataModel.java
----------------------------------------------------------------------
diff --git a/traffic_monitor/src/main/java/com/comcast/cdn/traffic_control/traffic_monitor/wicket/models/CacheDataModel.java b/traffic_monitor/src/main/java/com/comcast/cdn/traffic_control/traffic_monitor/wicket/models/CacheDataModel.java
index 345ac92..6ad1170 100644
--- a/traffic_monitor/src/main/java/com/comcast/cdn/traffic_control/traffic_monitor/wicket/models/CacheDataModel.java
+++ b/traffic_monitor/src/main/java/com/comcast/cdn/traffic_control/traffic_monitor/wicket/models/CacheDataModel.java
@@ -1,5 +1,25 @@
 package com.comcast.cdn.traffic_control.traffic_monitor.wicket.models;
 
+/*
+ * 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.
+ */
+
+
 import org.apache.wicket.model.Model;
 
 public class CacheDataModel extends Model<String> {

http://git-wip-us.apache.org/repos/asf/incubator-trafficcontrol/blob/71662679/traffic_monitor/src/main/java/com/comcast/cdn/traffic_control/traffic_monitor/wicket/models/CacheStateModel.java
----------------------------------------------------------------------
diff --git a/traffic_monitor/src/main/java/com/comcast/cdn/traffic_control/traffic_monitor/wicket/models/CacheStateModel.java b/traffic_monitor/src/main/java/com/comcast/cdn/traffic_control/traffic_monitor/wicket/models/CacheStateModel.java
index 8cb34e5..20287f2 100644
--- a/traffic_monitor/src/main/java/com/comcast/cdn/traffic_control/traffic_monitor/wicket/models/CacheStateModel.java
+++ b/traffic_monitor/src/main/java/com/comcast/cdn/traffic_control/traffic_monitor/wicket/models/CacheStateModel.java
@@ -1,5 +1,25 @@
 package com.comcast.cdn.traffic_control.traffic_monitor.wicket.models;
 
+/*
+ * 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.
+ */
+
+
 import com.comcast.cdn.traffic_control.traffic_monitor.health.CacheStateRegistry;
 
 public class CacheStateModel extends StateModel {