[NOTICE.txt] Fix notices for Gainsight and FullStory (#146004)

Resolves https://github.com/elastic/kibana/issues/143838
This commit is contained in:
Alejandro Fernández Haro 2023-01-13 14:49:43 +01:00 committed by GitHub
parent 22ed93e4e1
commit ca93cb60a1
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23
6 changed files with 21 additions and 33 deletions

View file

@ -28,6 +28,7 @@ snapshots.js
/x-pack/plugins/canvas/storybook/build
/x-pack/plugins/reporting/server/export_types/printable_pdf/server/lib/pdf/assets/**
/x-pack/plugins/reporting/server/export_types/printable_pdf_v2/server/lib/pdf/assets/**
/x-pack/plugins/cloud_integrations/cloud_full_story/server/assets/**
/x-pack/plugins/cloud_integrations/cloud_gain_sight/server/assets/**
# package overrides

View file

@ -225,10 +225,6 @@ LIABLE FOR ANY CLAIM, DAMAGES OR OTHER LIABILITY, WHETHER IN AN ACTION
OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, OUT OF OR IN CONNECTION
WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE.
---
Portions of this code are licensed under the following license:
For license information please see https://edge.fullstory.com/s/fs.js.LICENSE.txt
---
Portions of this code are licensed under the following license:
Gainsight PX Agent Wrapper Agent Version: 0.46.0 Installed: 2022-08-25 08:07
@ -260,6 +256,10 @@ LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM,
OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN
THE SOFTWARE.
---
This code is part of the Services provided by FullStory, Inc. For license information, please refer to https://www.fullstory.com/legal/terms-and-conditions/.
Portions of this code are licensed separately and can be found in https://edge.fullstory.com/s/fs.js.LICENSE.txt
---
This product bundles bootstrap@3.3.6 which is available under a
"MIT" license.
@ -346,3 +346,9 @@ LIABILITY, WHETHER IN CONTRACT, STRICT LIABILITY, OR TORT (INCLUDING
NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY OUT OF THE USE OF THIS
SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE.
---
Copyright (c) 2013 HubSpot, Inc.
Released under the MIT license
https://github.com/HubSpot/vex/blob/master/LICENSE

View file

@ -1,13 +1,6 @@
/*
* Copyright Elasticsearch B.V. and/or licensed to Elasticsearch B.V. under one
* or more contributor license agreements. Licensed under the Elastic License
* 2.0; you may not use this file except in compliance with the Elastic License
* 2.0.
*/
/* @notice
* Portions of this code are licensed under the following license:
* For license information please see https://edge.fullstory.com/s/fs.js.LICENSE.txt
* This code is part of the Services provided by FullStory, Inc. For license information, please refer to https://www.fullstory.com/legal/terms-and-conditions/.
* Portions of this code are licensed separately and can be found in https://edge.fullstory.com/s/fs.js.LICENSE.txt
*/
/* eslint-disable prettier/prettier,no-var,eqeqeq,new-cap,no-nested-ternary,no-use-before-define,no-sequences,block-scoped-var,one-var,
dot-notation,no-script-url,no-restricted-globals,no-unused-vars,guard-for-in,no-proto,camelcase,no-empty,no-redeclare,no-caller,

File diff suppressed because one or more lines are too long

View file

@ -1,7 +1,7 @@
/*Vex base css start*/
/*This must be at the start of the style file to enable override css*/
/*!
/* @notice
Copyright (c) 2013 HubSpot, Inc.
Released under the MIT license
@ -177,7 +177,7 @@ https://github.com/HubSpot/vex/blob/master/LICENSE
top: 0;
right: 0;
bottom: 0;
left: 0;
left: 0;
}
.apt-vex.vex.vex-closing .vex-overlay {
@ -491,7 +491,7 @@ body.apt-vex.vex-open {
-moz-animation: apt-vex-flyout 0.5s forwards;
-ms-animation: apt-vex-flyout 0.5s forwards;
-o-animation: apt-vex-flyout 0.5s forwards;
-webkit-backface-visibility: hidden;
-webkit-backface-visibility: hidden;
backface-visibility: hidden;
}
.apt-vex.vex.vex-theme-os .vex-content {
@ -920,7 +920,7 @@ Setting up this due to APP-22580. putting it as soon as
overflow-wrap: break-word;
}
/*
/*
Disable ALL vex transitions
We can just set to none, because the style changes of the animation will not take place
*/
@ -1374,7 +1374,7 @@ div.aptr-slideshow-dot {
}
/* Emojis inserted via froala in either dialogs or guides */
.apt-vex.vex.vex-theme-os .apt-dialog-popup .fr-emoticon-img,
.apt-vex.vex.vex-theme-os .apt-dialog-popup .fr-emoticon-img,
.apt-vex.vex.vex-theme-os .apt-guide-popup .fr-emoticon-img,
.apt-badge-tippy .fr-emoticon-img {
background-repeat: no-repeat !important;
@ -2258,7 +2258,7 @@ div.apt-survey-dynamic-rating-step div.apt-survey-dynamic-rating-labels-wrapper
/* badge */
.apt-badge:focus,
/* Slider */
/* Slider */
.aptr-nav-button:focus,
.aptr-nav-button:focus,

File diff suppressed because one or more lines are too long