Skip to content

Commit

Permalink
Merge a617222 into 651fd0c
Browse files Browse the repository at this point in the history
  • Loading branch information
asifdxtreme committed Feb 13, 2018
2 parents 651fd0c + a617222 commit d14970d
Show file tree
Hide file tree
Showing 2 changed files with 78 additions and 23 deletions.
83 changes: 77 additions & 6 deletions NOTICE
Expand Up @@ -26,6 +26,7 @@ github.com/prometheus/client_golang/prometheus
github.com/prometheus/client_model/go
github.com/prometheus/common
github.com/prometheus/procfs/xfs
github.com/ServiceComb/paas-lager

================================================================
The MIT License
Expand All @@ -37,12 +38,20 @@ github.com/beorn7/perks/quantile
github.com/boltdb/bolt
github.com/satori/go.uuid
github.com/rs/cors
AngularJS v1.6.6 (http://angularjs.org)
AngularJS v1.6.8 (http://angularjs.org)
Bootstrap v3.3.7 (http://getbootstrap.com)
Chart.js (https://github.com/chartjs/Chart.js)
jquery (https://github.com/jquery/jquery)
JSZip (https://github.com/Stuk/jszip)
yaml.js (https://github.com/jeremyfa/yaml.js)
Chart.js v2.7.0 (https://github.com/chartjs/Chart.js)
jquery v3.2.1 (https://github.com/jquery/jquery)
JSZip v3.1.4 (https://github.com/Stuk/jszip)
yaml.js v0.1.5 (https://github.com/jeremyfa/yaml.js)
js-yaml v3.10.0 (http://github.com/nodeca/js-yaml)
FileSaver.js v1.1.20151003 (http://github.com/eligrey/FileSaver.js)
angular-yamljs (http://github.com/mmumshad/angular-yamljs)
angular-material v1.1.5 (http://github.com/angular/bower-material)
angular-material-data-table v0.10.10 (http://github.com/daniel-nagy/md-data-table)
angular-translate v2.15.2 (http://github.com/angular-translate/bower-angular-translate)
angular-translate-loader-static-files v2.15.2 (http://github.com/angular-translate/bower-angular-translate-loader-static-files)


================================================================
The BSD Licenses
Expand All @@ -60,7 +69,7 @@ github.com/xiang90/probing
golang.org/x/crypto
golang.org/x/net
golang.org/x/text
angular-chart
angular-chart.js v1.1.1 (http://github.com/jtblin/angular-chart.js)

================================================================
Notice for gopkg.in/yaml.v2:
Expand Down Expand Up @@ -206,3 +215,65 @@ Credit to :
Copyright (c) 2014 Olivier Poitrey <rs@dailymotion.com>

Licensed under MIT

=================================================================

Notice for swagger-ui v3.3.2 (Used via CDN server)

Copyright 2018 SmartBear Software

Licensed under Apache 2.0

=================================================================

Notice for Orange-OpenSource/agular-swagger-ui 0.5.4 (Used via CDN Server)

Copyright (c) 2015 Orange

Licensed under MIT

================================================================

Notice for angular-ui-router v0.2.18 (http://github.com/angular-ui/ui-router)

Copyright (c) 2013-2018 The AngularUI team, Karsten Sperling

Licensed under MIT

===============================================================

Notice for font-awesome v4.7.0 used via CDN Server

Font Awesome 4.7.0 by @davegandy - http://fontawesome.io - @fontawesome
License - http://fontawesome.io/license (Font: SIL OFL 1.1, CSS: MIT License)

===============================================================

All the bower components for frontend will be used via CDN Server
so by default all the Copyrights and Permission Notice will be
included in the file as Original.

================================================================

For vendor/github.com/ServiceComb/paas-lager/third_party/forked/cloudfoundry/lager(Forked from github.com/cloudfoundry/lager)

Copyright (c) 2015-Present CloudFoundry.org Foundation, Inc. All Rights Reserved.

This project contains software that is Copyright (c) 2014-2015 Pivotal Software, Inc.

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.

This project may include a number of subcomponents with separate
copyright notices and license terms. Your use of these subcomponents
is subject to the terms and conditions of each subcomponent's license,
as noted in the LICENSE file.
18 changes: 1 addition & 17 deletions frontend/app/index.html
Expand Up @@ -47,19 +47,7 @@
<div class="loader"></div>
</div>

<!-- Google Analytics: change UA-XXXXX-X to be your site's ID -->
<script>
!function(A,n,g,u,l,a,r){A.GoogleAnalyticsObject=l,A[l]=A[l]||function(){
(A[l].q=A[l].q||[]).push(arguments)},A[l].l=+new Date,a=n.createElement(g),
r=n.getElementsByTagName(g)[0],a.src=u,r.parentNode.insertBefore(a,r)
}(window,document,'script','https://www.google-analytics.com/analytics.js','ga');

ga('create', 'Source-Federation');
ga('send', 'pageview');
</script>

<!-- build:js(.) scripts/vendor.js -->
<!-- bower:js -->
<!-- CDN bower:js -->
<script src="https://cdnjs.cloudflare.com/ajax/libs/jquery/3.2.1/jquery.js"></script>
<script src="https://cdnjs.cloudflare.com/ajax/libs/angular.js/1.6.8/angular.js"></script>
<script src="https://cdnjs.cloudflare.com/ajax/libs/angular.js/1.6.8/angular-resource.js"></script>
Expand All @@ -80,10 +68,6 @@
<script src="https://rawcdn.githack.com/Orange-OpenSource/angular-swagger-ui/0.5.4/dist/scripts/modules/swagger-yaml-parser.min.js"></script>
<script src="https://fastcdn.org/FileSaver.js/1.1.20151003/FileSaver.min.js"></script>
<script src="https://cdnjs.cloudflare.com/ajax/libs/jszip/3.1.4/jszip.js"></script>


<!-- endbower -->
<!-- endbuild -->
<script src="https://cdnjs.cloudflare.com/ajax/libs/swagger-ui/3.3.2/swagger-ui-bundle.js"></script>
<script src="https://cdnjs.cloudflare.com/ajax/libs/swagger-ui/3.3.2/swagger-ui-standalone-preset.js"></script>
<script src="https://cdnjs.cloudflare.com/ajax/libs/js-yaml/3.10.0/js-yaml.min.js"></script>
Expand Down

0 comments on commit d14970d

Please sign in to comment.