Skip to content

Commit

Permalink
DSK-23052: Update copyright year for ChemDraw-AddIns examples (#23)
Browse files Browse the repository at this point in the history
  • Loading branch information
cp-njohn authored Feb 4, 2021
1 parent c738761 commit fe08853
Show file tree
Hide file tree
Showing 8 changed files with 8 additions and 8 deletions.
2 changes: 1 addition & 1 deletion Examples/ChemDrawOAuthExample/src/App.test.tsx
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
//
// App.test.tsx
//
// Copyright © 2019 PerkinElmer, Inc. All rights reserved.
// Copyright © 2019-2021 PerkinElmer, Inc. All rights reserved.
//

import * as React from "react";
Expand Down
2 changes: 1 addition & 1 deletion Examples/ChemDrawOAuthExample/src/common/DropboxAPI.ts
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
//
// DropboxAPI.ts
//
// Copyright © 2019 PerkinElmer, Inc. All rights reserved.
// Copyright © 2019-2021 PerkinElmer, Inc. All rights reserved.
//

export default class DropboxAPI {
Expand Down
2 changes: 1 addition & 1 deletion Examples/ChemDrawOAuthExample/src/components/App.tsx
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
//
// App.tsx
//
// Copyright © 2019 PerkinElmer, Inc. All rights reserved.
// Copyright © 2019-2021 PerkinElmer, Inc. All rights reserved.
//

import * as React from "react";
Expand Down
2 changes: 1 addition & 1 deletion Examples/ChemDrawOAuthExample/src/components/UserInfo.tsx
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
//
// UserInfo.tsx
//
// Copyright © 2019 PerkinElmer, Inc. All rights reserved.
// Copyright © 2019-2021 PerkinElmer, Inc. All rights reserved.
//

import * as React from "react";
Expand Down
2 changes: 1 addition & 1 deletion Examples/ChemDrawOAuthExample/src/index.tsx
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
//
// index.tsx
//
// Copyright © 2019 PerkinElmer, Inc. All rights reserved.
// Copyright © 2019-2021 PerkinElmer, Inc. All rights reserved.
//

import * as React from 'react';
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@
// The supported data formats are CDXML, CDX encoded as Base64, SMILES, InChI, InChIKey,
// MolV2000, MolV3000, RXNV2000, RXNV3000, and PNG encoded as Base64.
//
// Copyright (c) 2017 PerkinElmer, Inc. All rights reserved.
// Copyright (c) 2017-2021 PerkinElmer, Inc. All rights reserved.

// ESLint configuration
/* global ChemDrawAPI, $ */
Expand Down
2 changes: 1 addition & 1 deletion Examples/Hello World/hello-world.js
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
//
// This is a simple example of using ChemDraw JavaScript API.
//
// Copyright (c) 2017 PerkinElmer, Inc. All rights reserved.
// Copyright (c) 2017-2021 PerkinElmer, Inc. All rights reserved.

// ESLint configuration
/* global ChemDrawAPI */
Expand Down
2 changes: 1 addition & 1 deletion Examples/Selection Monitor/selection-monitor.js
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
//
// This is an example of using ChemDraw Add-in API to get the selection in a document.
//
// Copyright (c) 2018 PerkinElmer, Inc. All rights reserved.
// Copyright (c) 2018-2021 PerkinElmer, Inc. All rights reserved.

// ESLint configuration
/* global ChemDrawAPI */
Expand Down

0 comments on commit fe08853

Please sign in to comment.