From fef3f8dd6129b6d1bf9c7e0d05e430d5c6761bf1 Mon Sep 17 00:00:00 2001 From: Anthony Tonge Date: Wed, 21 Jun 2023 10:30:54 +0100 Subject: [PATCH] redwash copyrights --- config/jest-setup.js | 9 +-------- config/jest.config.js | 9 +-------- .../carbon-addons-devenv/sample_renderers/Renderer.js | 9 +-------- .../carbon-addons-devenv/sample_renderers/index.js | 9 +-------- .../sample_renderers/logo/LogoRenderer.js | 9 +-------- .../sample_renderers/logo/index.js | 9 +-------- .../personFolio/PersonFolioRenderer.js | 9 +-------- .../sample_renderers/personFolio/index.js | 9 +-------- .../apollo-client-hooks/core/ApolloClientConfig.js | 9 +-------- .../core/ApolloClientDataProvider.js | 9 +-------- .../core/ApolloClientQueryProvider.js | 9 +-------- .../hook_samples/Logo/LogoDataProvider.js | 11 ++--------- .../hook_samples/Logo/LogoQuery.js | 9 +-------- .../hook_samples/Logo/LogoQueryProvider.js | 9 +-------- .../apollo-client-hooks/hook_samples/Logo/index.js | 9 +-------- .../hook_samples/Person/PersonDataProvider.js | 9 +-------- .../hook_samples/Person/PersonFolioQueryProvider.js | 9 +-------- .../hook_samples/Person/PersonQuery.js | 9 +-------- .../apollo-client-hooks/hook_samples/Person/index.js | 9 +-------- .../src/apollo-client-hooks/index.js | 9 +-------- .../src/react/addons_samples/Logo/Logo.js | 9 +-------- .../react/addons_samples/Logo/__tests__/Logo.test.js | 9 +-------- .../react/addons_samples/PersonFolio/PersonFolio.js | 11 ++--------- .../PersonFolio/__tests__/PersonFolio.test.js | 9 +-------- .../carbon-addons-devenv/src/react/core/InlContext.js | 9 +-------- packages/carbon-addons-devenv/src/staticExports.js | 11 ++--------- packages/custom-carbon-addons/renderers/index.js | 9 +-------- .../src/apollo-client-hooks/hooks/components/index.js | 9 +-------- .../src/apollo-client-hooks/hooks/features/index.js | 9 +-------- .../src/apollo-client-hooks/index.js | 9 +-------- packages/graphql-mocks/cors.js | 9 +-------- 31 files changed, 34 insertions(+), 251 deletions(-) mode change 100755 => 100644 packages/carbon-addons-devenv/sample_renderers/Renderer.js diff --git a/config/jest-setup.js b/config/jest-setup.js index 2efba62..dc1a028 100644 --- a/config/jest-setup.js +++ b/config/jest-setup.js @@ -1,12 +1,5 @@ /* - * Licensed Materials - Property of IBM - * - * PID 5725-H26 - * - * Copyright IBM Corporation 2020. All Rights Reserved. - * - * US Government Users Restricted Rights - Use, duplication or disclosure - * restricted by GSA ADP Schedule Contract with IBM Corp. + * Copyright Merative US L.P. 2020 */ import Enzyme from 'enzyme'; diff --git a/config/jest.config.js b/config/jest.config.js index 9a75584..904cbc9 100644 --- a/config/jest.config.js +++ b/config/jest.config.js @@ -1,12 +1,5 @@ /* - * Licensed Materials - Property of IBM - * - * PID 5725-H26 - * - * Copyright IBM Corporation 2020. All Rights Reserved. - * - * US Government Users Restricted Rights - Use, duplication or disclosure - * restricted by GSA ADP Schedule Contract with IBM Corp. + * Copyright Merative US L.P. 2020 */ module.exports = { diff --git a/packages/carbon-addons-devenv/sample_renderers/Renderer.js b/packages/carbon-addons-devenv/sample_renderers/Renderer.js old mode 100755 new mode 100644 index e31361b..9321c17 --- a/packages/carbon-addons-devenv/sample_renderers/Renderer.js +++ b/packages/carbon-addons-devenv/sample_renderers/Renderer.js @@ -1,12 +1,5 @@ /* - * Licensed Materials - Property of IBM - * - * PID 5725-H26 - * - * Copyright IBM Corporation 2021. All Rights Reserved. - * - * US Government Users Restricted Rights - Use, duplication or disclosure - * restricted by GSA ADP Schedule Contract with IBM Corp. + * Copyright Merative US L.P. 2021 */ /** diff --git a/packages/carbon-addons-devenv/sample_renderers/index.js b/packages/carbon-addons-devenv/sample_renderers/index.js index bf1e354..1883de8 100644 --- a/packages/carbon-addons-devenv/sample_renderers/index.js +++ b/packages/carbon-addons-devenv/sample_renderers/index.js @@ -1,12 +1,5 @@ /* - * Licensed Materials - Property of IBM - * - * PID 5725-H26 - * - * Copyright IBM Corporation 2020. All Rights Reserved. - * - * US Government Users Restricted Rights - Use, duplication or disclosure - * restricted by GSA ADP Schedule Contract with IBM Corp. + * Copyright Merative US L.P. 2020 */ import PersonFolio from './PersonFolio'; diff --git a/packages/carbon-addons-devenv/sample_renderers/logo/LogoRenderer.js b/packages/carbon-addons-devenv/sample_renderers/logo/LogoRenderer.js index 510b300..e9f9498 100644 --- a/packages/carbon-addons-devenv/sample_renderers/logo/LogoRenderer.js +++ b/packages/carbon-addons-devenv/sample_renderers/logo/LogoRenderer.js @@ -1,14 +1,7 @@ /* eslint-disable no-undef */ /* eslint-disable no-console */ /* - * Licensed Materials - Property of IBM - * - * PID 5725-H26 - * - * Copyright IBM Corporation 2022. All Rights Reserved. - * - * US Government Users Restricted Rights - Use, duplication or disclosure - * restricted by GSA ADP Schedule Contract with IBM Corp. + * Copyright Merative US L.P. 2022 */ /* eslint import/no-unresolved: [2, { ignore: ['devenv_pkg*.'] }] */ // NOTE: from custom-carbon-addons package reference to Renderer would be he following diff --git a/packages/carbon-addons-devenv/sample_renderers/logo/index.js b/packages/carbon-addons-devenv/sample_renderers/logo/index.js index 626d303..a5e39f0 100644 --- a/packages/carbon-addons-devenv/sample_renderers/logo/index.js +++ b/packages/carbon-addons-devenv/sample_renderers/logo/index.js @@ -1,12 +1,5 @@ /* - * Licensed Materials - Property of IBM - * - * PID 5725-H26 - * - * Copyright IBM Corporation 2020. All Rights Reserved. - * - * US Government Users Restricted Rights - Use, duplication or disclosure - * restricted by GSA ADP Schedule Contract with IBM Corp. + * Copyright Merative US L.P. 2020 */ import LogoRenderer from './LogoRenderer'; diff --git a/packages/carbon-addons-devenv/sample_renderers/personFolio/PersonFolioRenderer.js b/packages/carbon-addons-devenv/sample_renderers/personFolio/PersonFolioRenderer.js index feeb265..083992c 100644 --- a/packages/carbon-addons-devenv/sample_renderers/personFolio/PersonFolioRenderer.js +++ b/packages/carbon-addons-devenv/sample_renderers/personFolio/PersonFolioRenderer.js @@ -1,14 +1,7 @@ /* eslint-disable no-undef */ /* eslint-disable no-console */ /* - * Licensed Materials - Property of IBM - * - * PID 5725-H26 - * - * Copyright IBM Corporation 2021,2022. All Rights Reserved. - * - * US Government Users Restricted Rights - Use, duplication or disclosure - * restricted by GSA ADP Schedule Contract with IBM Corp. + * Copyright Merative US L.P. 2021, 2022 */ /* eslint import/no-unresolved: [2, { ignore: ['devenv_pkg*.'] }] */ // NOTE: from custom-carbon-addons package reference to Renderer would be he following diff --git a/packages/carbon-addons-devenv/sample_renderers/personFolio/index.js b/packages/carbon-addons-devenv/sample_renderers/personFolio/index.js index 8b0c210..1219ff2 100644 --- a/packages/carbon-addons-devenv/sample_renderers/personFolio/index.js +++ b/packages/carbon-addons-devenv/sample_renderers/personFolio/index.js @@ -1,12 +1,5 @@ /* - * Licensed Materials - Property of IBM - * - * PID 5725-H26 - * - * Copyright IBM Corporation 2020. All Rights Reserved. - * - * US Government Users Restricted Rights - Use, duplication or disclosure - * restricted by GSA ADP Schedule Contract with IBM Corp. + * Copyright Merative US L.P. 2020 */ import PersonFolioRenderer from './PersonFolioRenderer'; diff --git a/packages/carbon-addons-devenv/src/apollo-client-hooks/core/ApolloClientConfig.js b/packages/carbon-addons-devenv/src/apollo-client-hooks/core/ApolloClientConfig.js index a987b7c..c46d0ad 100644 --- a/packages/carbon-addons-devenv/src/apollo-client-hooks/core/ApolloClientConfig.js +++ b/packages/carbon-addons-devenv/src/apollo-client-hooks/core/ApolloClientConfig.js @@ -1,12 +1,5 @@ /* - * Licensed Materials - Property of IBM - * - * PID 5725-H26 - * - * Copyright IBM Corporation 2021. All Rights Reserved. - * - * US Government Users Restricted Rights - Use, duplication or disclosure - * restricted by GSA ADP Schedule Contract with IBM Corp. + * Copyright Merative US L.P. 2021 */ import { ApolloClient, createHttpLink, InMemoryCache } from '@apollo/client'; diff --git a/packages/carbon-addons-devenv/src/apollo-client-hooks/core/ApolloClientDataProvider.js b/packages/carbon-addons-devenv/src/apollo-client-hooks/core/ApolloClientDataProvider.js index 2f45331..7cd69ee 100644 --- a/packages/carbon-addons-devenv/src/apollo-client-hooks/core/ApolloClientDataProvider.js +++ b/packages/carbon-addons-devenv/src/apollo-client-hooks/core/ApolloClientDataProvider.js @@ -1,12 +1,5 @@ /* - * Licensed Materials - Property of IBM - * - * PID 5725-H26 - * - * Copyright IBM Corporation 2020. All Rights Reserved. - * - * US Government Users Restricted Rights - Use, duplication or disclosure - * restricted by GSA ADP Schedule Contract with IBM Corp. + * Copyright Merative US L.P. 2020 */ import React from 'react'; diff --git a/packages/carbon-addons-devenv/src/apollo-client-hooks/core/ApolloClientQueryProvider.js b/packages/carbon-addons-devenv/src/apollo-client-hooks/core/ApolloClientQueryProvider.js index 0c06a9e..585ee9f 100644 --- a/packages/carbon-addons-devenv/src/apollo-client-hooks/core/ApolloClientQueryProvider.js +++ b/packages/carbon-addons-devenv/src/apollo-client-hooks/core/ApolloClientQueryProvider.js @@ -1,12 +1,5 @@ /* - * Licensed Materials - Property of IBM - * - * PID 5725-H26 - * - * Copyright IBM Corporation 2020. All Rights Reserved. - * - * US Government Users Restricted Rights - Use, duplication or disclosure - * restricted by GSA ADP Schedule Contract with IBM Corp. + * Copyright Merative US L.P. 2020 */ import React from 'react'; diff --git a/packages/carbon-addons-devenv/src/apollo-client-hooks/hook_samples/Logo/LogoDataProvider.js b/packages/carbon-addons-devenv/src/apollo-client-hooks/hook_samples/Logo/LogoDataProvider.js index f0a1912..1e5ef36 100644 --- a/packages/carbon-addons-devenv/src/apollo-client-hooks/hook_samples/Logo/LogoDataProvider.js +++ b/packages/carbon-addons-devenv/src/apollo-client-hooks/hook_samples/Logo/LogoDataProvider.js @@ -1,12 +1,5 @@ /* - * Licensed Materials - Property of IBM - * - * PID 5725-H26 - * - * Copyright IBM Corporation 2021,2022. All Rights Reserved. - * - * US Government Users Restricted Rights - Use, duplication or disclosure - * restricted by GSA ADP Schedule Contract with IBM Corp. + * Copyright Merative US L.P. 2021, 2022 */ /* eslint import/no-unresolved: [2, { ignore: ['devenv_pkg*.'] }] */ import React from 'react'; @@ -31,4 +24,4 @@ LogoDataProvider.propTypes = { apolloClient: PropTypes.object.isRequired } -export default LogoDataProvider; \ No newline at end of file +export default LogoDataProvider; diff --git a/packages/carbon-addons-devenv/src/apollo-client-hooks/hook_samples/Logo/LogoQuery.js b/packages/carbon-addons-devenv/src/apollo-client-hooks/hook_samples/Logo/LogoQuery.js index abef728..c308228 100644 --- a/packages/carbon-addons-devenv/src/apollo-client-hooks/hook_samples/Logo/LogoQuery.js +++ b/packages/carbon-addons-devenv/src/apollo-client-hooks/hook_samples/Logo/LogoQuery.js @@ -1,12 +1,5 @@ /* - * Licensed Materials - Property of IBM - * - * PID 5725-H26 - * - * Copyright IBM Corporation 2021. All Rights Reserved. - * - * US Government Users Restricted Rights - Use, duplication or disclosure - * restricted by GSA ADP Schedule Contract with IBM Corp. + * Copyright Merative US L.P. 2021 */ import { gql, useQuery } from '@apollo/client'; diff --git a/packages/carbon-addons-devenv/src/apollo-client-hooks/hook_samples/Logo/LogoQueryProvider.js b/packages/carbon-addons-devenv/src/apollo-client-hooks/hook_samples/Logo/LogoQueryProvider.js index 82642e5..01309b6 100644 --- a/packages/carbon-addons-devenv/src/apollo-client-hooks/hook_samples/Logo/LogoQueryProvider.js +++ b/packages/carbon-addons-devenv/src/apollo-client-hooks/hook_samples/Logo/LogoQueryProvider.js @@ -1,12 +1,5 @@ /* - * Licensed Materials - Property of IBM - * - * PID 5725-H26 - * - * Copyright IBM Corporation 2021.2022. All Rights Reserved. - * - * US Government Users Restricted Rights - Use, duplication or disclosure - * restricted by GSA ADP Schedule Contract with IBM Corp. + * Copyright Merative US L.P. 2021, 2022 */ import React from 'react'; diff --git a/packages/carbon-addons-devenv/src/apollo-client-hooks/hook_samples/Logo/index.js b/packages/carbon-addons-devenv/src/apollo-client-hooks/hook_samples/Logo/index.js index ad346d8..6f0beda 100644 --- a/packages/carbon-addons-devenv/src/apollo-client-hooks/hook_samples/Logo/index.js +++ b/packages/carbon-addons-devenv/src/apollo-client-hooks/hook_samples/Logo/index.js @@ -1,12 +1,5 @@ /* - * Licensed Materials - Property of IBM - * - * PID 5725-H26 - * - * Copyright IBM Corporation 2020,2022. All Rights Reserved. - * - * US Government Users Restricted Rights - Use, duplication or disclosure - * restricted by GSA ADP Schedule Contract with IBM Corp. + * Copyright Merative US L.P. 2020, 2022 */ /* eslint import/no-unresolved: [2, { ignore: ['devenv_pkg*.'] }] */ diff --git a/packages/carbon-addons-devenv/src/apollo-client-hooks/hook_samples/Person/PersonDataProvider.js b/packages/carbon-addons-devenv/src/apollo-client-hooks/hook_samples/Person/PersonDataProvider.js index cb5db34..99764d7 100644 --- a/packages/carbon-addons-devenv/src/apollo-client-hooks/hook_samples/Person/PersonDataProvider.js +++ b/packages/carbon-addons-devenv/src/apollo-client-hooks/hook_samples/Person/PersonDataProvider.js @@ -1,12 +1,5 @@ /* - * Licensed Materials - Property of IBM - * - * PID 5725-H26 - * - * Copyright IBM Corporation 2021,2022. All Rights Reserved. - * - * US Government Users Restricted Rights - Use, duplication or disclosure - * restricted by GSA ADP Schedule Contract with IBM Corp. + * Copyright Merative US L.P. 2021, 2022 */ /* eslint import/no-unresolved: [2, { ignore: ['devenv_pkg*.'] }] */ import React from 'react'; diff --git a/packages/carbon-addons-devenv/src/apollo-client-hooks/hook_samples/Person/PersonFolioQueryProvider.js b/packages/carbon-addons-devenv/src/apollo-client-hooks/hook_samples/Person/PersonFolioQueryProvider.js index 3c0987d..c7327f8 100644 --- a/packages/carbon-addons-devenv/src/apollo-client-hooks/hook_samples/Person/PersonFolioQueryProvider.js +++ b/packages/carbon-addons-devenv/src/apollo-client-hooks/hook_samples/Person/PersonFolioQueryProvider.js @@ -1,12 +1,5 @@ /* - * Licensed Materials - Property of IBM - * - * PID 5725-H26 - * - * Copyright IBM Corporation 2021,2022. All Rights Reserved. - * - * US Government Users Restricted Rights - Use, duplication or disclosure - * restricted by GSA ADP Schedule Contract with IBM Corp. + * Copyright Merative US L.P. 2021, 2022 */ /* eslint import/no-unresolved: [2, { ignore: ['devenv_pkg*.'] }] */ import React from 'react'; diff --git a/packages/carbon-addons-devenv/src/apollo-client-hooks/hook_samples/Person/PersonQuery.js b/packages/carbon-addons-devenv/src/apollo-client-hooks/hook_samples/Person/PersonQuery.js index 19debfc..1cd9ab2 100644 --- a/packages/carbon-addons-devenv/src/apollo-client-hooks/hook_samples/Person/PersonQuery.js +++ b/packages/carbon-addons-devenv/src/apollo-client-hooks/hook_samples/Person/PersonQuery.js @@ -1,12 +1,5 @@ /* - * Licensed Materials - Property of IBM - * - * PID 5725-H26 - * - * Copyright IBM Corporation 2021. All Rights Reserved. - * - * US Government Users Restricted Rights - Use, duplication or disclosure - * restricted by GSA ADP Schedule Contract with IBM Corp. + * Copyright Merative US L.P. 2021 */ import { gql, useQuery } from '@apollo/client'; diff --git a/packages/carbon-addons-devenv/src/apollo-client-hooks/hook_samples/Person/index.js b/packages/carbon-addons-devenv/src/apollo-client-hooks/hook_samples/Person/index.js index 3097216..e38b519 100644 --- a/packages/carbon-addons-devenv/src/apollo-client-hooks/hook_samples/Person/index.js +++ b/packages/carbon-addons-devenv/src/apollo-client-hooks/hook_samples/Person/index.js @@ -1,12 +1,5 @@ /* - * Licensed Materials - Property of IBM - * - * PID 5725-H26 - * - * Copyright IBM Corporation 2021,2022. All Rights Reserved. - * - * US Government Users Restricted Rights - Use, duplication or disclosure - * restricted by GSA ADP Schedule Contract with IBM Corp. + * Copyright Merative US L.P. 2021, 2022 */ /* eslint import/no-unresolved: [2, { ignore: ['devenv_pkg*.'] }] */ import { ApolloClientHookTemplate } from 'devenv_pkg/src/apollo-client-hooks'; diff --git a/packages/carbon-addons-devenv/src/apollo-client-hooks/index.js b/packages/carbon-addons-devenv/src/apollo-client-hooks/index.js index a43bb2a..915c67c 100644 --- a/packages/carbon-addons-devenv/src/apollo-client-hooks/index.js +++ b/packages/carbon-addons-devenv/src/apollo-client-hooks/index.js @@ -1,12 +1,5 @@ /* - * Licensed Materials - Property of IBM - * - * PID 5725-H26 - * - * Copyright IBM Corporation 2020. All Rights Reserved. - * - * US Government Users Restricted Rights - Use, duplication or disclosure - * restricted by GSA ADP Schedule Contract with IBM Corp. + * Copyright Merative US L.P. 2020 */ import React from 'react'; diff --git a/packages/carbon-addons-devenv/src/react/addons_samples/Logo/Logo.js b/packages/carbon-addons-devenv/src/react/addons_samples/Logo/Logo.js index 2096cf7..74d74ab 100644 --- a/packages/carbon-addons-devenv/src/react/addons_samples/Logo/Logo.js +++ b/packages/carbon-addons-devenv/src/react/addons_samples/Logo/Logo.js @@ -1,12 +1,5 @@ /* - * Licensed Materials - Property of IBM - * - * PID 5725-H26 - * - * Copyright IBM Corporation 2021. All Rights Reserved. - * - * US Government Users Restricted Rights - Use, duplication or disclosure - * restricted by GSA ADP Schedule Contract with IBM Corp. + * Copyright Merative US L.P. 2021 */ import React from 'react'; diff --git a/packages/carbon-addons-devenv/src/react/addons_samples/Logo/__tests__/Logo.test.js b/packages/carbon-addons-devenv/src/react/addons_samples/Logo/__tests__/Logo.test.js index 3d871fd..97d3c3f 100644 --- a/packages/carbon-addons-devenv/src/react/addons_samples/Logo/__tests__/Logo.test.js +++ b/packages/carbon-addons-devenv/src/react/addons_samples/Logo/__tests__/Logo.test.js @@ -1,12 +1,5 @@ /* - * Licensed Materials - Property of IBM - * - * PID 5725-H26 - * - * Copyright IBM Corporation 2020. All Rights Reserved. - * - * US Government Users Restricted Rights - Use, duplication or disclosure - * restricted by GSA ADP Schedule Contract with IBM Corp. + * Copyright Merative US L.P. 2020 */ import { mount } from 'enzyme'; diff --git a/packages/carbon-addons-devenv/src/react/addons_samples/PersonFolio/PersonFolio.js b/packages/carbon-addons-devenv/src/react/addons_samples/PersonFolio/PersonFolio.js index ba16296..133de7d 100644 --- a/packages/carbon-addons-devenv/src/react/addons_samples/PersonFolio/PersonFolio.js +++ b/packages/carbon-addons-devenv/src/react/addons_samples/PersonFolio/PersonFolio.js @@ -1,12 +1,5 @@ /* - * Licensed Materials - Property of IBM - * - * PID 5725-H26 - * - * Copyright IBM Corporation 2021. All Rights Reserved. - * - * US Government Users Restricted Rights - Use, duplication or disclosure - * restricted by GSA ADP Schedule Contract with IBM Corp. + * Copyright Merative US L.P. 2021 */ import React, { useContext } from 'react'; @@ -92,4 +85,4 @@ const PersonFolio = ({ children, className, age, ...other }) => { * @property {node} childeren * @property {string} className */ -export default PersonFolio; \ No newline at end of file +export default PersonFolio; diff --git a/packages/carbon-addons-devenv/src/react/addons_samples/PersonFolio/__tests__/PersonFolio.test.js b/packages/carbon-addons-devenv/src/react/addons_samples/PersonFolio/__tests__/PersonFolio.test.js index 23e51fb..c1000d9 100644 --- a/packages/carbon-addons-devenv/src/react/addons_samples/PersonFolio/__tests__/PersonFolio.test.js +++ b/packages/carbon-addons-devenv/src/react/addons_samples/PersonFolio/__tests__/PersonFolio.test.js @@ -1,12 +1,5 @@ /* - * Licensed Materials - Property of IBM - * - * PID 5725-H26 - * - * Copyright IBM Corporation 2021. All Rights Reserved. - * - * US Government Users Restricted Rights - Use, duplication or disclosure - * restricted by GSA ADP Schedule Contract with IBM Corp. + * Copyright Merative US L.P. 2021 */ diff --git a/packages/carbon-addons-devenv/src/react/core/InlContext.js b/packages/carbon-addons-devenv/src/react/core/InlContext.js index aa60898..96643de 100644 --- a/packages/carbon-addons-devenv/src/react/core/InlContext.js +++ b/packages/carbon-addons-devenv/src/react/core/InlContext.js @@ -1,12 +1,5 @@ /* - * Licensed Materials - Property of IBM - * - * PID 5725-H26 - * - * Copyright IBM Corporation 2020. All Rights Reserved. - * - * US Government Users Restricted Rights - Use, duplication or disclosure - * restricted by GSA ADP Schedule Contract with IBM Corp. + * Copyright Merative US L.P. 2020 */ import React from 'react'; diff --git a/packages/carbon-addons-devenv/src/staticExports.js b/packages/carbon-addons-devenv/src/staticExports.js index 3c67045..7ef1447 100644 --- a/packages/carbon-addons-devenv/src/staticExports.js +++ b/packages/carbon-addons-devenv/src/staticExports.js @@ -1,12 +1,5 @@ /* - * Licensed Materials - Property of IBM - * - * PID 5725-H26 - * - * Copyright IBM Corporation 2020. All Rights Reserved. - * - * US Government Users Restricted Rights - Use, duplication or disclosure - * restricted by GSA ADP Schedule Contract with IBM Corp. + * Copyright Merative US L.P. 2020 */ /** @@ -16,4 +9,4 @@ */ // eslint-disable-next-line import/prefer-default-export export { default as sampleRenderers } from '../sample_renderers'; -export { default as renderers } from '../../custom-carbon-addons/renderers'; \ No newline at end of file +export { default as renderers } from '../../custom-carbon-addons/renderers'; diff --git a/packages/custom-carbon-addons/renderers/index.js b/packages/custom-carbon-addons/renderers/index.js index 74c7a50..a706c23 100644 --- a/packages/custom-carbon-addons/renderers/index.js +++ b/packages/custom-carbon-addons/renderers/index.js @@ -1,12 +1,5 @@ /* - * Licensed Materials - Property of IBM - * - * PID 5725-H26 - * - * Copyright IBM Corporation 2021.2022. All Rights Reserved. - * - * US Government Users Restricted Rights - Use, duplication or disclosure - * restricted by GSA ADP Schedule Contract with IBM Corp. + * Copyright Merative US L.P. 2021, 2022 */ // NOTE: the sample renderers are added to the 'window.spmcustom.sampleRenderers' object diff --git a/packages/custom-carbon-addons/src/apollo-client-hooks/hooks/components/index.js b/packages/custom-carbon-addons/src/apollo-client-hooks/hooks/components/index.js index 68d3737..901b12d 100644 --- a/packages/custom-carbon-addons/src/apollo-client-hooks/hooks/components/index.js +++ b/packages/custom-carbon-addons/src/apollo-client-hooks/hooks/components/index.js @@ -1,13 +1,6 @@ /* eslint-disable import/prefer-default-export */ /* - * Licensed Materials - Property of IBM - * - * PID 5725-H26 - * - * Copyright IBM Corporation 2022. All Rights Reserved. - * - * US Government Users Restricted Rights - Use, duplication or disclosure - * restricted by GSA ADP Schedule Contract with IBM Corp. + * Copyright Merative US L.P. 2022 */ // INSTRUCTIONS: diff --git a/packages/custom-carbon-addons/src/apollo-client-hooks/hooks/features/index.js b/packages/custom-carbon-addons/src/apollo-client-hooks/hooks/features/index.js index 0f95ead..0b17344 100644 --- a/packages/custom-carbon-addons/src/apollo-client-hooks/hooks/features/index.js +++ b/packages/custom-carbon-addons/src/apollo-client-hooks/hooks/features/index.js @@ -1,13 +1,6 @@ /* eslint-disable import/prefer-default-export */ /* - * Licensed Materials - Property of IBM - * - * PID 5725-H26 - * - * Copyright IBM Corporation 2022. All Rights Reserved. - * - * US Government Users Restricted Rights - Use, duplication or disclosure - * restricted by GSA ADP Schedule Contract with IBM Corp. + * Copyright Merative US L.P. 2022 */ // INSTRUCTIONS: diff --git a/packages/custom-carbon-addons/src/apollo-client-hooks/index.js b/packages/custom-carbon-addons/src/apollo-client-hooks/index.js index 84cbd69..79bfc2b 100644 --- a/packages/custom-carbon-addons/src/apollo-client-hooks/index.js +++ b/packages/custom-carbon-addons/src/apollo-client-hooks/index.js @@ -1,12 +1,5 @@ /* - * Licensed Materials - Property of IBM - * - * PID 5725-H26 - * - * Copyright IBM Corporation 2021. All Rights Reserved. - * - * US Government Users Restricted Rights - Use, duplication or disclosure - * restricted by GSA ADP Schedule Contract with IBM Corp. + * Copyright Merative US L.P. 2021 */ /* eslint import/no-unresolved: [2, { ignore: ['devenv_pkg*.'] }] */ import { ApolloClientHooks } from 'devenv_pkg/src/apollo-client-hooks'; diff --git a/packages/graphql-mocks/cors.js b/packages/graphql-mocks/cors.js index 566d51c..4f66c34 100644 --- a/packages/graphql-mocks/cors.js +++ b/packages/graphql-mocks/cors.js @@ -1,12 +1,5 @@ /* - * Licensed Materials - Property of IBM - * - * PID 5725-H26 - * - * Copyright IBM Corporation 2018. All Rights Reserved. - * - * US Government Users Restricted Rights - Use, duplication or disclosure - * restricted by GSA ADP Schedule Contract with IBM Corp. + * Copyright Merative US L.P. 2018 */ /* eslint no-console: ["off"] */