Skip to content

Commit 74e4c01

Browse files
authored
DSK-30694: Update copyright for Revvity Signals (Revvity#4)
1 parent d3d7584 commit 74e4c01

File tree

12 files changed

+12
-13
lines changed

12 files changed

+12
-13
lines changed

webpack-typescript-react-demo/src/App/App.tsx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
//
22
// App.tsx
33
//
4-
// Copyright © 2023 PerkinElmer, Inc. All rights reserved.
4+
// Copyright © 2023 Revvity Signals Software, Inc. All rights reserved.
55
//
66

77
import React, { useCallback, useRef, useState } from "react";
Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
//
22
// index.tsx
33
//
4-
// Copyright © 2023 PerkinElmer, Inc. All rights reserved.
4+
// Copyright © 2023 Revvity Signals Software, Inc. All rights reserved.
55
//
66

77
export * from "./App";

webpack-typescript-react-demo/src/ChemDrawEditor/ChemDrawEditor.tsx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
//
22
// ChemDrawEditor.tsx
33
//
4-
// Copyright © 2023 PerkinElmer, Inc. All rights reserved.
4+
// Copyright © 2023 Revvity Signals Software, Inc. All rights reserved.
55
//
66

77
// Reference the CDJS types but don't import the module

webpack-typescript-react-demo/src/ChemDrawEditor/ToolbarTools.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
//
22
// ToolbarTools.ts
33
//
4-
// Copyright © 2023 PerkinElmer, Inc. All rights reserved.
4+
// Copyright © 2023 Revvity Signals Software, Inc. All rights reserved.
55
//
66

77
const tools: Array<string | perkinelmer.ToolGroup> = [
Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
//
22
// index.tsx
33
//
4-
// Copyright © 2023 PerkinElmer, Inc. All rights reserved.
4+
// Copyright © 2023 Revvity Signals Software, Inc. All rights reserved.
55
//
66

77
export * from "./ChemDrawEditor";

webpack-typescript-react-demo/src/PropertyCard/PropertyCard.tsx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
//
22
// PropertyCard.tsx
33
//
4-
// Copyright © 2023 PerkinElmer, Inc. All rights reserved.
4+
// Copyright © 2023 Revvity Signals Software, Inc. All rights reserved.
55
//
66

77
import axios from "axios";
Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
//
22
// index.tsx
33
//
4-
// Copyright © 2023 PerkinElmer, Inc. All rights reserved.
4+
// Copyright © 2023 Revvity Signals Software, Inc. All rights reserved.
55
//
66

77
export * from "./PropertyCard";

webpack-typescript-react-demo/src/ToolbarTools.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
//
22
// ToolbarTools.ts
33
//
4-
// Copyright © 2023 PerkinElmer, Inc. All rights reserved.
4+
// Copyright © 2023 Revvity Signals Software, Inc. All rights reserved.
55
//
66

77
const tools: Array<string | perkinelmer.ToolGroup> = [

webpack-typescript-react-demo/src/config.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
//
22
// config.ts
33
//
4-
// Copyright © 2023 PerkinElmer, Inc. All rights reserved.
4+
// Copyright © 2023 Revvity Signals Software, Inc. All rights reserved.
55
//
66

77
// We expect CDWS to be running locally on port 8080. Change this if that is not the case.

webpack-typescript-react-demo/src/index.tsx

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
//
22
// index.tsx
33
//
4-
// Copyright © 2023 PerkinElmer, Inc. All rights reserved.
4+
// Copyright © 2023 Revvity Signals Software, Inc. All rights reserved.
55
//
66

77
import React from "react";
@@ -10,7 +10,6 @@ import "bootstrap/dist/css/bootstrap.min.css";
1010

1111
import { App } from "./App";
1212

13-
1413
ReactDOM.createRoot(document.getElementById("root")!).render(
1514
<React.StrictMode>
1615
<App />
Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
//
22
// staticAssets.d.ts
33
//
4-
// Copyright © 2023 PerkinElmer, Inc. All rights reserved.
4+
// Copyright © 2023 Revvity Signals Software, Inc. All rights reserved.
55
//
66

77
declare module "*.xml";

webpack-typescript-react-demo/webpack.config.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
//
22
// webpack.config.js
33
//
4-
// Copyright © 2023 PerkinElmer, Inc. All rights reserved.
4+
// Copyright © 2023 Revvity Signals Software, Inc. All rights reserved.
55
//
66

77
const path = require("path");

0 commit comments

Comments
 (0)