Skip to content

Commit

Permalink
redwash copyrights
Browse files Browse the repository at this point in the history
  • Loading branch information
Anthony Tonge committed Jun 21, 2023
1 parent 5a57d0b commit fef3f8d
Show file tree
Hide file tree
Showing 31 changed files with 34 additions and 251 deletions.
9 changes: 1 addition & 8 deletions config/jest-setup.js
Original file line number Diff line number Diff line change
@@ -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';
Expand Down
9 changes: 1 addition & 8 deletions config/jest.config.js
Original file line number Diff line number Diff line change
@@ -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 = {
Expand Down
9 changes: 1 addition & 8 deletions packages/carbon-addons-devenv/sample_renderers/Renderer.js
100755 → 100644
Original file line number Diff line number Diff line change
@@ -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
*/

/**
Expand Down
9 changes: 1 addition & 8 deletions packages/carbon-addons-devenv/sample_renderers/index.js
Original file line number Diff line number Diff line change
@@ -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';
Expand Down
Original file line number Diff line number Diff line change
@@ -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
Expand Down
9 changes: 1 addition & 8 deletions packages/carbon-addons-devenv/sample_renderers/logo/index.js
Original file line number Diff line number Diff line change
@@ -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';
Expand Down
Original file line number Diff line number Diff line change
@@ -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
Expand Down
Original file line number Diff line number Diff line change
@@ -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';
Expand Down
Original file line number Diff line number Diff line change
@@ -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';
Expand Down
Original file line number Diff line number Diff line change
@@ -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';
Expand Down
Original file line number Diff line number Diff line change
@@ -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';
Expand Down
Original file line number Diff line number Diff line change
@@ -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';
Expand All @@ -31,4 +24,4 @@ LogoDataProvider.propTypes = {
apolloClient: PropTypes.object.isRequired
}

export default LogoDataProvider;
export default LogoDataProvider;
Original file line number Diff line number Diff line change
@@ -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';

Expand Down
Original file line number Diff line number Diff line change
@@ -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';
Expand Down
Original file line number Diff line number Diff line change
@@ -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*.'] }] */
Expand Down
Original file line number Diff line number Diff line change
@@ -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';
Expand Down
Original file line number Diff line number Diff line change
@@ -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';
Expand Down
Original file line number Diff line number Diff line change
@@ -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';
Expand Down
Original file line number Diff line number Diff line change
@@ -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';
Expand Down
Original file line number Diff line number Diff line change
@@ -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';
Expand Down
Original file line number Diff line number Diff line change
@@ -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';
Expand Down
Original file line number Diff line number Diff line change
@@ -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';
Expand Down
Original file line number Diff line number Diff line change
@@ -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';
Expand Down Expand Up @@ -92,4 +85,4 @@ const PersonFolio = ({ children, className, age, ...other }) => {
* @property {node} childeren
* @property {string} className
*/
export default PersonFolio;
export default PersonFolio;
Original file line number Diff line number Diff line change
@@ -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
*/


Expand Down
9 changes: 1 addition & 8 deletions packages/carbon-addons-devenv/src/react/core/InlContext.js
Original file line number Diff line number Diff line change
@@ -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';
Expand Down
11 changes: 2 additions & 9 deletions packages/carbon-addons-devenv/src/staticExports.js
Original file line number Diff line number Diff line change
@@ -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
*/

/**
Expand All @@ -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';
export { default as renderers } from '../../custom-carbon-addons/renderers';
Loading

0 comments on commit fef3f8d

Please sign in to comment.