Skip to content

Commit eb9960d

Browse files
committed
Post publish assets.
1 parent 79cfb99 commit eb9960d

File tree

2 files changed

+163
-1
lines changed

2 files changed

+163
-1
lines changed

DISCLAIMER.md

Lines changed: 162 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -484,3 +484,165 @@ maintained libraries used by this software which have their own
484484
licenses; we recommend you read them, as their terms may differ from the
485485
terms above.
486486

487+
THE FOLLOWING SETS FORTH ATTRIBUTION NOTICES FOR THIRD PARTY SOFTWARE THAT MAY BE CONTAINED IN PORTIONS OF THE UI5 LIB VISUALIZATION PRODUCT.
488+
489+
-----
490+
491+
The following software may be included in this product: c3. A copy of the source code may be downloaded from git://github.com/c3js/c3.git. This software contains the following license and notice below:
492+
493+
The MIT License (MIT)
494+
495+
Copyright (c) 2013 Masayuki Tanaka
496+
497+
Permission is hereby granted, free of charge, to any person obtaining a copy of
498+
this software and associated documentation files (the "Software"), to deal in
499+
the Software without restriction, including without limitation the rights to
500+
use, copy, modify, merge, publish, distribute, sublicense, and/or sell copies of
501+
the Software, and to permit persons to whom the Software is furnished to do so,
502+
subject to the following conditions:
503+
504+
The above copyright notice and this permission notice shall be included in all
505+
copies or substantial portions of the Software.
506+
507+
THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR
508+
IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY, FITNESS
509+
FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE AUTHORS OR
510+
COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER LIABILITY, WHETHER
511+
IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, OUT OF OR IN
512+
CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE.
513+
514+
-----
515+
516+
The following software may be included in this product: d3. A copy of the source code may be downloaded from https://github.com/mbostock/d3.git. This software contains the following license and notice below:
517+
518+
Copyright (c) 2010-2016, Michael Bostock
519+
All rights reserved.
520+
521+
Redistribution and use in source and binary forms, with or without
522+
modification, are permitted provided that the following conditions are met:
523+
524+
* Redistributions of source code must retain the above copyright notice, this
525+
list of conditions and the following disclaimer.
526+
527+
* Redistributions in binary form must reproduce the above copyright notice,
528+
this list of conditions and the following disclaimer in the documentation
529+
and/or other materials provided with the distribution.
530+
531+
* The name Michael Bostock may not be used to endorse or promote products
532+
derived from this software without specific prior written permission.
533+
534+
THIS SOFTWARE IS PROVIDED BY THE COPYRIGHT HOLDERS AND CONTRIBUTORS "AS IS"
535+
AND ANY EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT LIMITED TO, THE
536+
IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS FOR A PARTICULAR PURPOSE ARE
537+
DISCLAIMED. IN NO EVENT SHALL MICHAEL BOSTOCK BE LIABLE FOR ANY DIRECT,
538+
INDIRECT, INCIDENTAL, SPECIAL, EXEMPLARY, OR CONSEQUENTIAL DAMAGES (INCLUDING,
539+
BUT NOT LIMITED TO, PROCUREMENT OF SUBSTITUTE GOODS OR SERVICES; LOSS OF USE,
540+
DATA, OR PROFITS; OR BUSINESS INTERRUPTION) HOWEVER CAUSED AND ON ANY THEORY
541+
OF LIABILITY, WHETHER IN CONTRACT, STRICT LIABILITY, OR TORT (INCLUDING
542+
NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY OUT OF THE USE OF THIS SOFTWARE,
543+
EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE.
544+
545+
-----
546+
547+
The following software may be included in this product: lodash.debounce. A copy of the source code may be downloaded from https://github.com/lodash/lodash.git. This software contains the following license and notice below:
548+
549+
Copyright jQuery Foundation and other contributors <https://jquery.org/>
550+
551+
Based on Underscore.js, copyright Jeremy Ashkenas,
552+
DocumentCloud and Investigative Reporters & Editors <http://underscorejs.org/>
553+
554+
This software consists of voluntary contributions made by many
555+
individuals. For exact contribution history, see the revision history
556+
available at https://github.com/lodash/lodash
557+
558+
The following license applies to all parts of this software except as
559+
documented below:
560+
561+
====
562+
563+
Permission is hereby granted, free of charge, to any person obtaining
564+
a copy of this software and associated documentation files (the
565+
"Software"), to deal in the Software without restriction, including
566+
without limitation the rights to use, copy, modify, merge, publish,
567+
distribute, sublicense, and/or sell copies of the Software, and to
568+
permit persons to whom the Software is furnished to do so, subject to
569+
the following conditions:
570+
571+
The above copyright notice and this permission notice shall be
572+
included in all copies or substantial portions of the Software.
573+
574+
THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND,
575+
EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF
576+
MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND
577+
NONINFRINGEMENT. IN NO EVENT SHALL THE AUTHORS OR COPYRIGHT HOLDERS BE
578+
LIABLE FOR ANY CLAIM, DAMAGES OR OTHER LIABILITY, WHETHER IN AN ACTION
579+
OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, OUT OF OR IN CONNECTION
580+
WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE.
581+
582+
====
583+
584+
Copyright and related rights for sample code are waived via CC0. Sample
585+
code is defined as all source code displayed within the prose of the
586+
documentation.
587+
588+
CC0: http://creativecommons.org/publicdomain/zero/1.0/
589+
590+
====
591+
592+
Files located in the node_modules and vendor directories are externally
593+
maintained libraries used by this software which have their own
594+
licenses; we recommend you read them, as their terms may differ from the
595+
terms above.
596+
597+
-----
598+
599+
The following software may be included in this product: lodash.isequal. A copy of the source code may be downloaded from https://github.com/lodash/lodash.git. This software contains the following license and notice below:
600+
601+
Copyright JS Foundation and other contributors <https://js.foundation/>
602+
603+
Based on Underscore.js, copyright Jeremy Ashkenas,
604+
DocumentCloud and Investigative Reporters & Editors <http://underscorejs.org/>
605+
606+
This software consists of voluntary contributions made by many
607+
individuals. For exact contribution history, see the revision history
608+
available at https://github.com/lodash/lodash
609+
610+
The following license applies to all parts of this software except as
611+
documented below:
612+
613+
====
614+
615+
Permission is hereby granted, free of charge, to any person obtaining
616+
a copy of this software and associated documentation files (the
617+
"Software"), to deal in the Software without restriction, including
618+
without limitation the rights to use, copy, modify, merge, publish,
619+
distribute, sublicense, and/or sell copies of the Software, and to
620+
permit persons to whom the Software is furnished to do so, subject to
621+
the following conditions:
622+
623+
The above copyright notice and this permission notice shall be
624+
included in all copies or substantial portions of the Software.
625+
626+
THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND,
627+
EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF
628+
MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND
629+
NONINFRINGEMENT. IN NO EVENT SHALL THE AUTHORS OR COPYRIGHT HOLDERS BE
630+
LIABLE FOR ANY CLAIM, DAMAGES OR OTHER LIABILITY, WHETHER IN AN ACTION
631+
OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, OUT OF OR IN CONNECTION
632+
WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE.
633+
634+
====
635+
636+
Copyright and related rights for sample code are waived via CC0. Sample
637+
code is defined as all source code displayed within the prose of the
638+
documentation.
639+
640+
CC0: http://creativecommons.org/publicdomain/zero/1.0/
641+
642+
====
643+
644+
Files located in the node_modules and vendor directories are externally
645+
maintained libraries used by this software which have their own
646+
licenses; we recommend you read them, as their terms may differ from the
647+
terms above.
648+

dist/ui5/viz/library-preload.js

Lines changed: 1 addition & 1 deletion
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

0 commit comments

Comments
 (0)