diff --git a/apps/explorer/.eslintrc.js b/apps/explorer/.eslintrc.js
index c9129c556d25b..2e12e7eb8ee07 100644
--- a/apps/explorer/.eslintrc.js
+++ b/apps/explorer/.eslintrc.js
@@ -1,4 +1,4 @@
-// Copyright (c) 2022, Mysten Labs, Inc.
+// Copyright (c) Mysten Labs, Inc.
// SPDX-License-Identifier: Apache-2.0
module.exports = {
@@ -38,7 +38,7 @@ module.exports = {
2,
'line',
[
- ' Copyright (c) 2022, Mysten Labs, Inc.',
+ ' Copyright (c) Mysten Labs, Inc.',
' SPDX-License-Identifier: Apache-2.0',
],
],
diff --git a/apps/explorer/.storybook/main.js b/apps/explorer/.storybook/main.js
index bee4d0d2bfa59..ffa53aa33b7ec 100644
--- a/apps/explorer/.storybook/main.js
+++ b/apps/explorer/.storybook/main.js
@@ -1,4 +1,4 @@
-// Copyright (c) 2022, Mysten Labs, Inc.
+// Copyright (c) Mysten Labs, Inc.
// SPDX-License-Identifier: Apache-2.0
module.exports = {
diff --git a/apps/explorer/.storybook/preview.js b/apps/explorer/.storybook/preview.js
index d116ccd0db3a9..9dd7511f5a74f 100644
--- a/apps/explorer/.storybook/preview.js
+++ b/apps/explorer/.storybook/preview.js
@@ -1,4 +1,4 @@
-// Copyright (c) 2022, Mysten Labs, Inc.
+// Copyright (c) Mysten Labs, Inc.
// SPDX-License-Identifier: Apache-2.0
import '../src/index.css';
diff --git a/apps/explorer/cypress.config.ts b/apps/explorer/cypress.config.ts
index 93c8d19ea5b55..51857c9d7e69a 100644
--- a/apps/explorer/cypress.config.ts
+++ b/apps/explorer/cypress.config.ts
@@ -1,4 +1,4 @@
-// Copyright (c) 2022, Mysten Labs, Inc.
+// Copyright (c) Mysten Labs, Inc.
// SPDX-License-Identifier: Apache-2.0
import { defineConfig } from 'cypress';
diff --git a/apps/explorer/cypress/e2e/localnet/address.cy.ts b/apps/explorer/cypress/e2e/localnet/address.cy.ts
index 904689f090d07..b47aa67ac428d 100644
--- a/apps/explorer/cypress/e2e/localnet/address.cy.ts
+++ b/apps/explorer/cypress/e2e/localnet/address.cy.ts
@@ -1,4 +1,4 @@
-// Copyright (c) 2022, Mysten Labs, Inc.
+// Copyright (c) Mysten Labs, Inc.
// SPDX-License-Identifier: Apache-2.0
Cypress.config('baseUrl', 'http://localhost:3000');
diff --git a/apps/explorer/cypress/e2e/localnet/home.cy.ts b/apps/explorer/cypress/e2e/localnet/home.cy.ts
index 32ecb9770e47e..636a414596d27 100644
--- a/apps/explorer/cypress/e2e/localnet/home.cy.ts
+++ b/apps/explorer/cypress/e2e/localnet/home.cy.ts
@@ -1,4 +1,4 @@
-// Copyright (c) 2022, Mysten Labs, Inc.
+// Copyright (c) Mysten Labs, Inc.
// SPDX-License-Identifier: Apache-2.0
Cypress.config('baseUrl', 'http://localhost:3000');
diff --git a/apps/explorer/cypress/e2e/localnet/objects.cy.ts b/apps/explorer/cypress/e2e/localnet/objects.cy.ts
index b47d40dc2c820..d997766bf3fe4 100644
--- a/apps/explorer/cypress/e2e/localnet/objects.cy.ts
+++ b/apps/explorer/cypress/e2e/localnet/objects.cy.ts
@@ -1,4 +1,4 @@
-// Copyright (c) 2022, Mysten Labs, Inc.
+// Copyright (c) Mysten Labs, Inc.
// SPDX-License-Identifier: Apache-2.0
Cypress.config('baseUrl', 'http://localhost:3000');
diff --git a/apps/explorer/cypress/e2e/localnet/search.cy.ts b/apps/explorer/cypress/e2e/localnet/search.cy.ts
index 83606d371b8af..8df3a43f84cd4 100644
--- a/apps/explorer/cypress/e2e/localnet/search.cy.ts
+++ b/apps/explorer/cypress/e2e/localnet/search.cy.ts
@@ -1,4 +1,4 @@
-// Copyright (c) 2022, Mysten Labs, Inc.
+// Copyright (c) Mysten Labs, Inc.
// SPDX-License-Identifier: Apache-2.0
Cypress.config('baseUrl', 'http://localhost:3000');
diff --git a/apps/explorer/cypress/e2e/static/e2e.cy.ts b/apps/explorer/cypress/e2e/static/e2e.cy.ts
index edf3630f68267..58855be7a6209 100644
--- a/apps/explorer/cypress/e2e/static/e2e.cy.ts
+++ b/apps/explorer/cypress/e2e/static/e2e.cy.ts
@@ -1,4 +1,4 @@
-// Copyright (c) 2022, Mysten Labs, Inc.
+// Copyright (c) Mysten Labs, Inc.
// SPDX-License-Identifier: Apache-2.0
Cypress.config('baseUrl', 'http://localhost:8080');
diff --git a/apps/explorer/cypress/localnet.ts b/apps/explorer/cypress/localnet.ts
index 474b256874edc..483ad290feeb2 100644
--- a/apps/explorer/cypress/localnet.ts
+++ b/apps/explorer/cypress/localnet.ts
@@ -1,4 +1,4 @@
-// Copyright (c) 2022, Mysten Labs, Inc.
+// Copyright (c) Mysten Labs, Inc.
// SPDX-License-Identifier: Apache-2.0
import axios from 'axios';
diff --git a/apps/explorer/cypress/support/commands.d.ts b/apps/explorer/cypress/support/commands.d.ts
index a13024452045c..16404f1a181c6 100644
--- a/apps/explorer/cypress/support/commands.d.ts
+++ b/apps/explorer/cypress/support/commands.d.ts
@@ -1,4 +1,4 @@
-// Copyright (c) 2022, Mysten Labs, Inc.
+// Copyright (c) Mysten Labs, Inc.
// SPDX-License-Identifier: Apache-2.0
/* eslint-disable @typescript-eslint/consistent-type-imports */
diff --git a/apps/explorer/cypress/support/e2e.ts b/apps/explorer/cypress/support/e2e.ts
index eea54890e22cb..2db3e65a1c68c 100644
--- a/apps/explorer/cypress/support/e2e.ts
+++ b/apps/explorer/cypress/support/e2e.ts
@@ -1,4 +1,4 @@
-// Copyright (c) 2022, Mysten Labs, Inc.
+// Copyright (c) Mysten Labs, Inc.
// SPDX-License-Identifier: Apache-2.0
// ***********************************************************
diff --git a/apps/explorer/postcss.config.js b/apps/explorer/postcss.config.js
index 5a38fa97ad701..5b5696cafbb3c 100644
--- a/apps/explorer/postcss.config.js
+++ b/apps/explorer/postcss.config.js
@@ -1,4 +1,4 @@
-// Copyright (c) 2022, Mysten Labs, Inc.
+// Copyright (c) Mysten Labs, Inc.
// SPDX-License-Identifier: Apache-2.0
module.exports = {
diff --git a/apps/explorer/src/__tests__/unit.test.ts b/apps/explorer/src/__tests__/unit.test.ts
index 52faa841600a9..9d0cdf290718f 100644
--- a/apps/explorer/src/__tests__/unit.test.ts
+++ b/apps/explorer/src/__tests__/unit.test.ts
@@ -1,4 +1,4 @@
-// Copyright (c) 2022, Mysten Labs, Inc.
+// Copyright (c) Mysten Labs, Inc.
// SPDX-License-Identifier: Apache-2.0
import BN from 'bn.js';
diff --git a/apps/explorer/src/app/App.tsx b/apps/explorer/src/app/App.tsx
index 1e7a7989fde9d..73895a16976e6 100644
--- a/apps/explorer/src/app/App.tsx
+++ b/apps/explorer/src/app/App.tsx
@@ -1,4 +1,4 @@
-// Copyright (c) 2022, Mysten Labs, Inc.
+// Copyright (c) Mysten Labs, Inc.
// SPDX-License-Identifier: Apache-2.0
import { QueryClient, QueryClientProvider } from '@tanstack/react-query';
diff --git a/apps/explorer/src/components/cookies-consent/CookiesConsent.tsx b/apps/explorer/src/components/cookies-consent/CookiesConsent.tsx
index 19edd5162e702..37847dc1ea413 100644
--- a/apps/explorer/src/components/cookies-consent/CookiesConsent.tsx
+++ b/apps/explorer/src/components/cookies-consent/CookiesConsent.tsx
@@ -1,4 +1,4 @@
-// Copyright (c) 2022, Mysten Labs, Inc.
+// Copyright (c) Mysten Labs, Inc.
// SPDX-License-Identifier: Apache-2.0
import { useEffect } from 'react';
diff --git a/apps/explorer/src/components/cookies-consent/analytics.ts b/apps/explorer/src/components/cookies-consent/analytics.ts
index dca1423c70ef4..3f6a337878147 100644
--- a/apps/explorer/src/components/cookies-consent/analytics.ts
+++ b/apps/explorer/src/components/cookies-consent/analytics.ts
@@ -1,4 +1,4 @@
-// Copyright (c) 2022, Mysten Labs, Inc.
+// Copyright (c) Mysten Labs, Inc.
// SPDX-License-Identifier: Apache-2.0
import ReactGA from 'react-ga4';
ReactGA.initialize('G-96DM59YK2F');
diff --git a/apps/explorer/src/components/displaybox/DisplayBox.tsx b/apps/explorer/src/components/displaybox/DisplayBox.tsx
index bb821b23a467b..bf9ade9b1cac3 100644
--- a/apps/explorer/src/components/displaybox/DisplayBox.tsx
+++ b/apps/explorer/src/components/displaybox/DisplayBox.tsx
@@ -1,4 +1,4 @@
-// Copyright (c) 2022, Mysten Labs, Inc.
+// Copyright (c) Mysten Labs, Inc.
// SPDX-License-Identifier: Apache-2.0
import { useState, useCallback, useEffect } from 'react';
diff --git a/apps/explorer/src/components/error-result/ErrorResult.tsx b/apps/explorer/src/components/error-result/ErrorResult.tsx
index b039463ef10d7..e7571be8d8b4e 100644
--- a/apps/explorer/src/components/error-result/ErrorResult.tsx
+++ b/apps/explorer/src/components/error-result/ErrorResult.tsx
@@ -1,4 +1,4 @@
-// Copyright (c) 2022, Mysten Labs, Inc.
+// Copyright (c) Mysten Labs, Inc.
// SPDX-License-Identifier: Apache-2.0
import theme from '../../styles/theme.module.css';
diff --git a/apps/explorer/src/components/events/eventDisplay.tsx b/apps/explorer/src/components/events/eventDisplay.tsx
index b5c02699508ee..d72d91275ccf0 100644
--- a/apps/explorer/src/components/events/eventDisplay.tsx
+++ b/apps/explorer/src/components/events/eventDisplay.tsx
@@ -1,4 +1,4 @@
-// Copyright (c) 2022, Mysten Labs, Inc.
+// Copyright (c) Mysten Labs, Inc.
// SPDX-License-Identifier: Apache-2.0
import {
diff --git a/apps/explorer/src/components/external-link/ExternalLink.tsx b/apps/explorer/src/components/external-link/ExternalLink.tsx
index 76167ee139537..ea2e7ac9f1ae1 100644
--- a/apps/explorer/src/components/external-link/ExternalLink.tsx
+++ b/apps/explorer/src/components/external-link/ExternalLink.tsx
@@ -1,4 +1,4 @@
-// Copyright (c) 2022, Mysten Labs, Inc.
+// Copyright (c) Mysten Labs, Inc.
// SPDX-License-Identifier: Apache-2.0
function ExternalLink({
diff --git a/apps/explorer/src/components/footer/Footer.tsx b/apps/explorer/src/components/footer/Footer.tsx
index 52ae7a8f31030..d6e6b1669817e 100644
--- a/apps/explorer/src/components/footer/Footer.tsx
+++ b/apps/explorer/src/components/footer/Footer.tsx
@@ -1,4 +1,4 @@
-// Copyright (c) 2022, Mysten Labs, Inc.
+// Copyright (c) Mysten Labs, Inc.
// SPDX-License-Identifier: Apache-2.0
import { ReactComponent as SuiLogoIcon } from '../../assets/Sui Logo.svg';
diff --git a/apps/explorer/src/components/header/Header.tsx b/apps/explorer/src/components/header/Header.tsx
index 68e4fc8d47edf..c122da111d4ec 100644
--- a/apps/explorer/src/components/header/Header.tsx
+++ b/apps/explorer/src/components/header/Header.tsx
@@ -1,4 +1,4 @@
-// Copyright (c) 2022, Mysten Labs, Inc.
+// Copyright (c) Mysten Labs, Inc.
// SPDX-License-Identifier: Apache-2.0
import { Link } from 'react-router-dom';
diff --git a/apps/explorer/src/components/longtext/Longtext.tsx b/apps/explorer/src/components/longtext/Longtext.tsx
index 29c6753d43a30..3be1673f274d9 100644
--- a/apps/explorer/src/components/longtext/Longtext.tsx
+++ b/apps/explorer/src/components/longtext/Longtext.tsx
@@ -1,4 +1,4 @@
-// Copyright (c) 2022, Mysten Labs, Inc.
+// Copyright (c) Mysten Labs, Inc.
// SPDX-License-Identifier: Apache-2.0
import { useCallback, useState, useContext } from 'react';
diff --git a/apps/explorer/src/components/module/ModuleView.tsx b/apps/explorer/src/components/module/ModuleView.tsx
index 8ca1becc2e7d2..149c06565a0a6 100644
--- a/apps/explorer/src/components/module/ModuleView.tsx
+++ b/apps/explorer/src/components/module/ModuleView.tsx
@@ -1,4 +1,4 @@
-// Copyright (c) 2022, Mysten Labs, Inc.
+// Copyright (c) Mysten Labs, Inc.
// SPDX-License-Identifier: Apache-2.0
import { useQuery } from '@tanstack/react-query';
import cl from 'clsx';
diff --git a/apps/explorer/src/components/module/ModulesWrapper.tsx b/apps/explorer/src/components/module/ModulesWrapper.tsx
index 0faa6c2d8467c..25116b06a0366 100644
--- a/apps/explorer/src/components/module/ModulesWrapper.tsx
+++ b/apps/explorer/src/components/module/ModulesWrapper.tsx
@@ -1,4 +1,4 @@
-// Copyright (c) 2022, Mysten Labs, Inc.
+// Copyright (c) Mysten Labs, Inc.
// SPDX-License-Identifier: Apache-2.0
import { useState, useEffect } from 'react';
diff --git a/apps/explorer/src/components/network-stats/SuiNetworkStats.tsx b/apps/explorer/src/components/network-stats/SuiNetworkStats.tsx
index 2030001f13cc1..29df7bea05b09 100644
--- a/apps/explorer/src/components/network-stats/SuiNetworkStats.tsx
+++ b/apps/explorer/src/components/network-stats/SuiNetworkStats.tsx
@@ -1,4 +1,4 @@
-// Copyright (c) 2022, Mysten Labs, Inc.
+// Copyright (c) Mysten Labs, Inc.
// SPDX-License-Identifier: Apache-2.0
import { IS_STATIC_ENV } from '../../utils/envUtil';
diff --git a/apps/explorer/src/components/network/Network.tsx b/apps/explorer/src/components/network/Network.tsx
index e714a3d8f245c..75768bb8de0af 100644
--- a/apps/explorer/src/components/network/Network.tsx
+++ b/apps/explorer/src/components/network/Network.tsx
@@ -1,4 +1,4 @@
-// Copyright (c) 2022, Mysten Labs, Inc.
+// Copyright (c) Mysten Labs, Inc.
// SPDX-License-Identifier: Apache-2.0
import { useCallback, useContext, useState } from 'react';
diff --git a/apps/explorer/src/components/ownedobjects/OwnedObjectConstants.tsx b/apps/explorer/src/components/ownedobjects/OwnedObjectConstants.tsx
index facdc3e25f679..178c54896a1d7 100644
--- a/apps/explorer/src/components/ownedobjects/OwnedObjectConstants.tsx
+++ b/apps/explorer/src/components/ownedobjects/OwnedObjectConstants.tsx
@@ -1,4 +1,4 @@
-// Copyright (c) 2022, Mysten Labs, Inc.
+// Copyright (c) Mysten Labs, Inc.
// SPDX-License-Identifier: Apache-2.0
import type BN from 'bn.js';
diff --git a/apps/explorer/src/components/ownedobjects/OwnedObjects.tsx b/apps/explorer/src/components/ownedobjects/OwnedObjects.tsx
index 8a60573e8bdcc..d57ebb596d678 100644
--- a/apps/explorer/src/components/ownedobjects/OwnedObjects.tsx
+++ b/apps/explorer/src/components/ownedobjects/OwnedObjects.tsx
@@ -1,4 +1,4 @@
-// Copyright (c) 2022, Mysten Labs, Inc.
+// Copyright (c) Mysten Labs, Inc.
// SPDX-License-Identifier: Apache-2.0
import { Coin, getObjectFields, getObjectId } from '@mysten/sui.js';
diff --git a/apps/explorer/src/components/ownedobjects/views/OwnedCoinView.tsx b/apps/explorer/src/components/ownedobjects/views/OwnedCoinView.tsx
index ff5c934629847..afb7b7a78798e 100644
--- a/apps/explorer/src/components/ownedobjects/views/OwnedCoinView.tsx
+++ b/apps/explorer/src/components/ownedobjects/views/OwnedCoinView.tsx
@@ -1,4 +1,4 @@
-// Copyright (c) 2022, Mysten Labs, Inc.
+// Copyright (c) Mysten Labs, Inc.
// SPDX-License-Identifier: Apache-2.0
import { Coin } from '@mysten/sui.js';
diff --git a/apps/explorer/src/components/ownedobjects/views/OwnedNFTView.tsx b/apps/explorer/src/components/ownedobjects/views/OwnedNFTView.tsx
index 05135c73bd640..7a157108e4e6d 100644
--- a/apps/explorer/src/components/ownedobjects/views/OwnedNFTView.tsx
+++ b/apps/explorer/src/components/ownedobjects/views/OwnedNFTView.tsx
@@ -1,4 +1,4 @@
-// Copyright (c) 2022, Mysten Labs, Inc.
+// Copyright (c) Mysten Labs, Inc.
// SPDX-License-Identifier: Apache-2.0
import { trimStdLibPrefix, alttextgen } from '../../../utils/stringUtils';
diff --git a/apps/explorer/src/components/ownedobjects/views/OwnedObjectView.tsx b/apps/explorer/src/components/ownedobjects/views/OwnedObjectView.tsx
index 41297d31d139f..af41cb9f36bde 100644
--- a/apps/explorer/src/components/ownedobjects/views/OwnedObjectView.tsx
+++ b/apps/explorer/src/components/ownedobjects/views/OwnedObjectView.tsx
@@ -1,4 +1,4 @@
-// Copyright (c) 2022, Mysten Labs, Inc.
+// Copyright (c) Mysten Labs, Inc.
// SPDX-License-Identifier: Apache-2.0
import PaginationLogic from '../../pagination/PaginationLogic';
diff --git a/apps/explorer/src/components/pagination/Pagination.tsx b/apps/explorer/src/components/pagination/Pagination.tsx
index 38de9bb79da12..ab6a7060041e0 100644
--- a/apps/explorer/src/components/pagination/Pagination.tsx
+++ b/apps/explorer/src/components/pagination/Pagination.tsx
@@ -1,4 +1,4 @@
-// Copyright (c) 2022, Mysten Labs, Inc.
+// Copyright (c) Mysten Labs, Inc.
// SPDX-License-Identifier: Apache-2.0
import { memo, useState, useCallback, useEffect, useRef } from 'react';
diff --git a/apps/explorer/src/components/pagination/PaginationLogic.tsx b/apps/explorer/src/components/pagination/PaginationLogic.tsx
index a20d9417484de..ad9b485f3bc70 100644
--- a/apps/explorer/src/components/pagination/PaginationLogic.tsx
+++ b/apps/explorer/src/components/pagination/PaginationLogic.tsx
@@ -1,4 +1,4 @@
-// Copyright (c) 2022, Mysten Labs, Inc.
+// Copyright (c) Mysten Labs, Inc.
// SPDX-License-Identifier: Apache-2.0
import { useState, memo } from 'react';
diff --git a/apps/explorer/src/components/search/Search.tsx b/apps/explorer/src/components/search/Search.tsx
index e63919720d6ae..dad3a273fb515 100644
--- a/apps/explorer/src/components/search/Search.tsx
+++ b/apps/explorer/src/components/search/Search.tsx
@@ -1,4 +1,4 @@
-// Copyright (c) 2022, Mysten Labs, Inc.
+// Copyright (c) Mysten Labs, Inc.
// SPDX-License-Identifier: Apache-2.0
import React, { useState, useCallback, useContext } from 'react';
diff --git a/apps/explorer/src/components/table/TableCard.tsx b/apps/explorer/src/components/table/TableCard.tsx
index e3290228ec4be..16b4a657b3d37 100644
--- a/apps/explorer/src/components/table/TableCard.tsx
+++ b/apps/explorer/src/components/table/TableCard.tsx
@@ -1,4 +1,4 @@
-// Copyright (c) 2022, Mysten Labs, Inc.
+// Copyright (c) Mysten Labs, Inc.
// SPDX-License-Identifier: Apache-2.0
import {
flexRender,
diff --git a/apps/explorer/src/components/tabs/TabFooter.tsx b/apps/explorer/src/components/tabs/TabFooter.tsx
index 7025b72a9b62a..b2f798045f786 100644
--- a/apps/explorer/src/components/tabs/TabFooter.tsx
+++ b/apps/explorer/src/components/tabs/TabFooter.tsx
@@ -1,4 +1,4 @@
-// Copyright (c) 2022, Mysten Labs, Inc.
+// Copyright (c) Mysten Labs, Inc.
// SPDX-License-Identifier: Apache-2.0
import { useState, useCallback } from 'react';
diff --git a/apps/explorer/src/components/top-groups/TopGroups.tsx b/apps/explorer/src/components/top-groups/TopGroups.tsx
index 948977d65e9f9..9d5be5783d6f5 100644
--- a/apps/explorer/src/components/top-groups/TopGroups.tsx
+++ b/apps/explorer/src/components/top-groups/TopGroups.tsx
@@ -1,4 +1,4 @@
-// Copyright (c) 2022, Mysten Labs, Inc.
+// Copyright (c) Mysten Labs, Inc.
// SPDX-License-Identifier: Apache-2.0
import { Tab, TabGroup, TabList, TabPanel, TabPanels } from '~/ui/Tabs';
diff --git a/apps/explorer/src/components/top-validators-card/TopValidatorsCard.tsx b/apps/explorer/src/components/top-validators-card/TopValidatorsCard.tsx
index b9e19dba6d6d5..e7421f26104c0 100644
--- a/apps/explorer/src/components/top-validators-card/TopValidatorsCard.tsx
+++ b/apps/explorer/src/components/top-validators-card/TopValidatorsCard.tsx
@@ -1,4 +1,4 @@
-// Copyright (c) 2022, Mysten Labs, Inc.
+// Copyright (c) Mysten Labs, Inc.
// SPDX-License-Identifier: Apache-2.0
import { useContext, useEffect, useState } from 'react';
diff --git a/apps/explorer/src/components/transaction-card/RecentTxCard.tsx b/apps/explorer/src/components/transaction-card/RecentTxCard.tsx
index f6d31fb986c13..abf3d18ee6168 100644
--- a/apps/explorer/src/components/transaction-card/RecentTxCard.tsx
+++ b/apps/explorer/src/components/transaction-card/RecentTxCard.tsx
@@ -1,4 +1,4 @@
-// Copyright (c) 2022, Mysten Labs, Inc.
+// Copyright (c) Mysten Labs, Inc.
// SPDX-License-Identifier: Apache-2.0
import {
diff --git a/apps/explorer/src/components/transaction-card/TxCardUtils.tsx b/apps/explorer/src/components/transaction-card/TxCardUtils.tsx
index 35a68d6188aef..443f30549ed73 100644
--- a/apps/explorer/src/components/transaction-card/TxCardUtils.tsx
+++ b/apps/explorer/src/components/transaction-card/TxCardUtils.tsx
@@ -1,4 +1,4 @@
-// Copyright (c) 2022, Mysten Labs, Inc.
+// Copyright (c) Mysten Labs, Inc.
// SPDX-License-Identifier: Apache-2.0
import {
diff --git a/apps/explorer/src/components/transaction-card/TxForID.tsx b/apps/explorer/src/components/transaction-card/TxForID.tsx
index 1c681a35a2e87..e269dfb4f8549 100644
--- a/apps/explorer/src/components/transaction-card/TxForID.tsx
+++ b/apps/explorer/src/components/transaction-card/TxForID.tsx
@@ -1,4 +1,4 @@
-// Copyright (c) 2022, Mysten Labs, Inc.
+// Copyright (c) Mysten Labs, Inc.
// SPDX-License-Identifier: Apache-2.0
import { type GetTxnDigestsResponse } from '@mysten/sui.js';
diff --git a/apps/explorer/src/components/validator-map/MapFeature.tsx b/apps/explorer/src/components/validator-map/MapFeature.tsx
index 94fb90c36474c..dfdaf5c0f2579 100644
--- a/apps/explorer/src/components/validator-map/MapFeature.tsx
+++ b/apps/explorer/src/components/validator-map/MapFeature.tsx
@@ -1,4 +1,4 @@
-// Copyright (c) 2022, Mysten Labs, Inc.
+// Copyright (c) Mysten Labs, Inc.
// SPDX-License-Identifier: Apache-2.0
import { useCallback } from 'react';
diff --git a/apps/explorer/src/components/validator-map/NodesLocation.tsx b/apps/explorer/src/components/validator-map/NodesLocation.tsx
index 8cdadab3f834b..95f5f54628923 100644
--- a/apps/explorer/src/components/validator-map/NodesLocation.tsx
+++ b/apps/explorer/src/components/validator-map/NodesLocation.tsx
@@ -1,4 +1,4 @@
-// Copyright (c) 2022, Mysten Labs, Inc.
+// Copyright (c) Mysten Labs, Inc.
// SPDX-License-Identifier: Apache-2.0
import { type NodeLocation } from './types';
diff --git a/apps/explorer/src/components/validator-map/ValidatorMap.tsx b/apps/explorer/src/components/validator-map/ValidatorMap.tsx
index a703a270c7b57..e5982eab996a6 100644
--- a/apps/explorer/src/components/validator-map/ValidatorMap.tsx
+++ b/apps/explorer/src/components/validator-map/ValidatorMap.tsx
@@ -1,4 +1,4 @@
-// Copyright (c) 2022, Mysten Labs, Inc.
+// Copyright (c) Mysten Labs, Inc.
// SPDX-License-Identifier: Apache-2.0
import { useQuery } from '@tanstack/react-query';
diff --git a/apps/explorer/src/components/validator-map/WorldMap.tsx b/apps/explorer/src/components/validator-map/WorldMap.tsx
index 317fb647bf519..2e29e716baf25 100644
--- a/apps/explorer/src/components/validator-map/WorldMap.tsx
+++ b/apps/explorer/src/components/validator-map/WorldMap.tsx
@@ -1,4 +1,4 @@
-// Copyright (c) 2022, Mysten Labs, Inc.
+// Copyright (c) Mysten Labs, Inc.
// SPDX-License-Identifier: Apache-2.0
import { Mercator } from '@visx/geo';
diff --git a/apps/explorer/src/components/validator-map/types.ts b/apps/explorer/src/components/validator-map/types.ts
index 449d53ae26c27..9329a02d9419e 100644
--- a/apps/explorer/src/components/validator-map/types.ts
+++ b/apps/explorer/src/components/validator-map/types.ts
@@ -1,4 +1,4 @@
-// Copyright (c) 2022, Mysten Labs, Inc.
+// Copyright (c) Mysten Labs, Inc.
// SPDX-License-Identifier: Apache-2.0
export interface Feature {
diff --git a/apps/explorer/src/context.ts b/apps/explorer/src/context.ts
index bd4c31a9cc8b4..8912df854cb93 100644
--- a/apps/explorer/src/context.ts
+++ b/apps/explorer/src/context.ts
@@ -1,4 +1,4 @@
-// Copyright (c) 2022, Mysten Labs, Inc.
+// Copyright (c) Mysten Labs, Inc.
// SPDX-License-Identifier: Apache-2.0
import {
diff --git a/apps/explorer/src/index.tsx b/apps/explorer/src/index.tsx
index dd872f63db647..ab54b30be7280 100644
--- a/apps/explorer/src/index.tsx
+++ b/apps/explorer/src/index.tsx
@@ -1,4 +1,4 @@
-// Copyright (c) 2022, Mysten Labs, Inc.
+// Copyright (c) Mysten Labs, Inc.
// SPDX-License-Identifier: Apache-2.0
import * as Sentry from '@sentry/react';
diff --git a/apps/explorer/src/pages/address-result/AddressResult.tsx b/apps/explorer/src/pages/address-result/AddressResult.tsx
index dc4a4ff110c7f..5d1c43d191cd8 100644
--- a/apps/explorer/src/pages/address-result/AddressResult.tsx
+++ b/apps/explorer/src/pages/address-result/AddressResult.tsx
@@ -1,4 +1,4 @@
-// Copyright (c) 2022, Mysten Labs, Inc.
+// Copyright (c) Mysten Labs, Inc.
// SPDX-License-Identifier: Apache-2.0
import { useParams } from 'react-router-dom';
diff --git a/apps/explorer/src/pages/config/AppRoutes.tsx b/apps/explorer/src/pages/config/AppRoutes.tsx
index 5d678e19f9c72..7fa9f83b88728 100644
--- a/apps/explorer/src/pages/config/AppRoutes.tsx
+++ b/apps/explorer/src/pages/config/AppRoutes.tsx
@@ -1,4 +1,4 @@
-// Copyright (c) 2022, Mysten Labs, Inc.
+// Copyright (c) Mysten Labs, Inc.
// SPDX-License-Identifier: Apache-2.0
import { Navigate, Route, Routes } from 'react-router-dom';
diff --git a/apps/explorer/src/pages/home/Home.tsx b/apps/explorer/src/pages/home/Home.tsx
index 2da27985bfc04..39165021355c8 100644
--- a/apps/explorer/src/pages/home/Home.tsx
+++ b/apps/explorer/src/pages/home/Home.tsx
@@ -1,4 +1,4 @@
-// Copyright (c) 2022, Mysten Labs, Inc.
+// Copyright (c) Mysten Labs, Inc.
// SPDX-License-Identifier: Apache-2.0
import cl from 'clsx';
import { useEffect, useState, useContext, lazy, Suspense } from 'react';
diff --git a/apps/explorer/src/pages/object-result/ObjectResult.tsx b/apps/explorer/src/pages/object-result/ObjectResult.tsx
index 367c09f53fc64..d8830bd78e9ab 100644
--- a/apps/explorer/src/pages/object-result/ObjectResult.tsx
+++ b/apps/explorer/src/pages/object-result/ObjectResult.tsx
@@ -1,4 +1,4 @@
-// Copyright (c) 2022, Mysten Labs, Inc.
+// Copyright (c) Mysten Labs, Inc.
// SPDX-License-Identifier: Apache-2.0
import { getTransactionSender } from '@mysten/sui.js';
diff --git a/apps/explorer/src/pages/object-result/ObjectResultType.tsx b/apps/explorer/src/pages/object-result/ObjectResultType.tsx
index 1fe48af2ee677..bf91c8c0d2000 100644
--- a/apps/explorer/src/pages/object-result/ObjectResultType.tsx
+++ b/apps/explorer/src/pages/object-result/ObjectResultType.tsx
@@ -1,4 +1,4 @@
-// Copyright (c) 2022, Mysten Labs, Inc.
+// Copyright (c) Mysten Labs, Inc.
// SPDX-License-Identifier: Apache-2.0
import {
diff --git a/apps/explorer/src/pages/object-result/views/ObjectView.tsx b/apps/explorer/src/pages/object-result/views/ObjectView.tsx
index c49a2450a25a8..f89b9d5b497f9 100644
--- a/apps/explorer/src/pages/object-result/views/ObjectView.tsx
+++ b/apps/explorer/src/pages/object-result/views/ObjectView.tsx
@@ -1,4 +1,4 @@
-// Copyright (c) 2022, Mysten Labs, Inc.
+// Copyright (c) Mysten Labs, Inc.
// SPDX-License-Identifier: Apache-2.0
import { extractName } from '../../../utils/objectUtils';
diff --git a/apps/explorer/src/pages/object-result/views/PkgView.tsx b/apps/explorer/src/pages/object-result/views/PkgView.tsx
index 0415a8d91f17f..f31b8f1556f0b 100644
--- a/apps/explorer/src/pages/object-result/views/PkgView.tsx
+++ b/apps/explorer/src/pages/object-result/views/PkgView.tsx
@@ -1,4 +1,4 @@
-// Copyright (c) 2022, Mysten Labs, Inc.
+// Copyright (c) Mysten Labs, Inc.
// SPDX-License-Identifier: Apache-2.0
import Longtext from '../../../components/longtext/Longtext';
import ModulesWrapper from '../../../components/module/ModulesWrapper';
diff --git a/apps/explorer/src/pages/object-result/views/TokenView.tsx b/apps/explorer/src/pages/object-result/views/TokenView.tsx
index ea8f140f8a5bf..118ef97d54331 100644
--- a/apps/explorer/src/pages/object-result/views/TokenView.tsx
+++ b/apps/explorer/src/pages/object-result/views/TokenView.tsx
@@ -1,4 +1,4 @@
-// Copyright (c) 2022, Mysten Labs, Inc.
+// Copyright (c) Mysten Labs, Inc.
// SPDX-License-Identifier: Apache-2.0
import { useState, useEffect, useCallback } from 'react';
diff --git a/apps/explorer/src/pages/object-result/views/shared/ObjHeader.tsx b/apps/explorer/src/pages/object-result/views/shared/ObjHeader.tsx
index 201529d75d5ae..0a9e257569287 100644
--- a/apps/explorer/src/pages/object-result/views/shared/ObjHeader.tsx
+++ b/apps/explorer/src/pages/object-result/views/shared/ObjHeader.tsx
@@ -1,4 +1,4 @@
-// Copyright (c) 2022, Mysten Labs, Inc.
+// Copyright (c) Mysten Labs, Inc.
// SPDX-License-Identifier: Apache-2.0
import { ReactComponent as ObjIcon } from '../../../../assets/SVGIcons/Call.svg';
diff --git a/apps/explorer/src/pages/other-details/OtherDetails.tsx b/apps/explorer/src/pages/other-details/OtherDetails.tsx
index 7de0cea060f9a..9fb3b007850c3 100644
--- a/apps/explorer/src/pages/other-details/OtherDetails.tsx
+++ b/apps/explorer/src/pages/other-details/OtherDetails.tsx
@@ -1,4 +1,4 @@
-// Copyright (c) 2022, Mysten Labs, Inc.
+// Copyright (c) Mysten Labs, Inc.
// SPDX-License-Identifier: Apache-2.0
import { useParams } from 'react-router-dom';
diff --git a/apps/explorer/src/pages/search-result/SearchResult.tsx b/apps/explorer/src/pages/search-result/SearchResult.tsx
index ab0829fb07602..ec94fcdbc7c25 100644
--- a/apps/explorer/src/pages/search-result/SearchResult.tsx
+++ b/apps/explorer/src/pages/search-result/SearchResult.tsx
@@ -1,4 +1,4 @@
-// Copyright (c) 2022, Mysten Labs, Inc.
+// Copyright (c) Mysten Labs, Inc.
// SPDX-License-Identifier: Apache-2.0
import { isValidTransactionDigest, isValidSuiAddress } from '@mysten/sui.js';
diff --git a/apps/explorer/src/pages/searcherror/SearchError.tsx b/apps/explorer/src/pages/searcherror/SearchError.tsx
index 162e751b001a7..5ad2bc0f319ec 100644
--- a/apps/explorer/src/pages/searcherror/SearchError.tsx
+++ b/apps/explorer/src/pages/searcherror/SearchError.tsx
@@ -1,4 +1,4 @@
-// Copyright (c) 2022, Mysten Labs, Inc.
+// Copyright (c) Mysten Labs, Inc.
// SPDX-License-Identifier: Apache-2.0
import { useParams } from 'react-router-dom';
diff --git a/apps/explorer/src/pages/transaction-result/SendReceiveView.tsx b/apps/explorer/src/pages/transaction-result/SendReceiveView.tsx
index ecda751813811..aab703a9652d0 100644
--- a/apps/explorer/src/pages/transaction-result/SendReceiveView.tsx
+++ b/apps/explorer/src/pages/transaction-result/SendReceiveView.tsx
@@ -1,4 +1,4 @@
-// Copyright (c) 2022, Mysten Labs, Inc.
+// Copyright (c) Mysten Labs, Inc.
// SPDX-License-Identifier: Apache-2.0
import cl from 'clsx';
diff --git a/apps/explorer/src/pages/transaction-result/TransactionResult.tsx b/apps/explorer/src/pages/transaction-result/TransactionResult.tsx
index 45aebe96056d9..e6ed8a223e2bb 100644
--- a/apps/explorer/src/pages/transaction-result/TransactionResult.tsx
+++ b/apps/explorer/src/pages/transaction-result/TransactionResult.tsx
@@ -1,4 +1,4 @@
-// Copyright (c) 2022, Mysten Labs, Inc.
+// Copyright (c) Mysten Labs, Inc.
// SPDX-License-Identifier: Apache-2.0
import {
diff --git a/apps/explorer/src/pages/transaction-result/TransactionResultType.tsx b/apps/explorer/src/pages/transaction-result/TransactionResultType.tsx
index 0410daaa080cc..fdc9dfc6d32a0 100644
--- a/apps/explorer/src/pages/transaction-result/TransactionResultType.tsx
+++ b/apps/explorer/src/pages/transaction-result/TransactionResultType.tsx
@@ -1,4 +1,4 @@
-// Copyright (c) 2022, Mysten Labs, Inc.
+// Copyright (c) Mysten Labs, Inc.
// SPDX-License-Identifier: Apache-2.0
import type {
diff --git a/apps/explorer/src/pages/transaction-result/TransactionView.tsx b/apps/explorer/src/pages/transaction-result/TransactionView.tsx
index 086a07ba4b03a..c2389a3e33ee7 100644
--- a/apps/explorer/src/pages/transaction-result/TransactionView.tsx
+++ b/apps/explorer/src/pages/transaction-result/TransactionView.tsx
@@ -1,4 +1,4 @@
-// Copyright (c) 2022, Mysten Labs, Inc.
+// Copyright (c) Mysten Labs, Inc.
// SPDX-License-Identifier: Apache-2.0
import {
diff --git a/apps/explorer/src/pages/transaction-result/TxLinks.tsx b/apps/explorer/src/pages/transaction-result/TxLinks.tsx
index c5b0ef5e46fe4..1c9bb1fa2706e 100644
--- a/apps/explorer/src/pages/transaction-result/TxLinks.tsx
+++ b/apps/explorer/src/pages/transaction-result/TxLinks.tsx
@@ -1,4 +1,4 @@
-// Copyright (c) 2022, Mysten Labs, Inc.
+// Copyright (c) Mysten Labs, Inc.
// SPDX-License-Identifier: Apache-2.0
import cl from 'clsx';
diff --git a/apps/explorer/src/pages/transaction-result/TxResultHeader.tsx b/apps/explorer/src/pages/transaction-result/TxResultHeader.tsx
index 0af78d7a030ca..7a6a765adfc5d 100644
--- a/apps/explorer/src/pages/transaction-result/TxResultHeader.tsx
+++ b/apps/explorer/src/pages/transaction-result/TxResultHeader.tsx
@@ -1,4 +1,4 @@
-// Copyright (c) 2022, Mysten Labs, Inc.
+// Copyright (c) Mysten Labs, Inc.
// SPDX-License-Identifier: Apache-2.0
import cl from 'clsx';
diff --git a/apps/explorer/src/pages/transactions/Transactions.tsx b/apps/explorer/src/pages/transactions/Transactions.tsx
index d8f742616e833..7d384407c3034 100644
--- a/apps/explorer/src/pages/transactions/Transactions.tsx
+++ b/apps/explorer/src/pages/transactions/Transactions.tsx
@@ -1,4 +1,4 @@
-// Copyright (c) 2022, Mysten Labs, Inc.
+// Copyright (c) Mysten Labs, Inc.
// SPDX-License-Identifier: Apache-2.0
import { useEffect, useState, useContext } from 'react';
diff --git a/apps/explorer/src/pages/validators/Validators.tsx b/apps/explorer/src/pages/validators/Validators.tsx
index d91de561bdd14..ccbac834f1996 100644
--- a/apps/explorer/src/pages/validators/Validators.tsx
+++ b/apps/explorer/src/pages/validators/Validators.tsx
@@ -1,4 +1,4 @@
-// Copyright (c) 2022, Mysten Labs, Inc.
+// Copyright (c) Mysten Labs, Inc.
// SPDX-License-Identifier: Apache-2.0
import {
diff --git a/apps/explorer/src/pages/validators/mockData.ts b/apps/explorer/src/pages/validators/mockData.ts
index 9b122613961c3..c20e33daa9b8a 100644
--- a/apps/explorer/src/pages/validators/mockData.ts
+++ b/apps/explorer/src/pages/validators/mockData.ts
@@ -1,4 +1,4 @@
-// Copyright (c) 2022, Mysten Labs, Inc.
+// Copyright (c) Mysten Labs, Inc.
// SPDX-License-Identifier: Apache-2.0
import { Base64DataBuffer } from '@mysten/sui.js';
diff --git a/apps/explorer/src/ui/Button.tsx b/apps/explorer/src/ui/Button.tsx
index 34398614b0e8b..ac4b7c3567238 100644
--- a/apps/explorer/src/ui/Button.tsx
+++ b/apps/explorer/src/ui/Button.tsx
@@ -1,4 +1,4 @@
-// Copyright (c) 2022, Mysten Labs, Inc.
+// Copyright (c) Mysten Labs, Inc.
// SPDX-License-Identifier: Apache-2.0
import { cva, type VariantProps } from 'class-variance-authority';
diff --git a/apps/explorer/src/ui/Card.tsx b/apps/explorer/src/ui/Card.tsx
index f242e113ee2fa..2bcf1849a0c14 100644
--- a/apps/explorer/src/ui/Card.tsx
+++ b/apps/explorer/src/ui/Card.tsx
@@ -1,4 +1,4 @@
-// Copyright (c) 2022, Mysten Labs, Inc.
+// Copyright (c) Mysten Labs, Inc.
// SPDX-License-Identifier: Apache-2.0
import { cva, type VariantProps } from 'class-variance-authority';
diff --git a/apps/explorer/src/ui/DateFilter.tsx b/apps/explorer/src/ui/DateFilter.tsx
index f9d39c889c3e9..cb88e526b7235 100644
--- a/apps/explorer/src/ui/DateFilter.tsx
+++ b/apps/explorer/src/ui/DateFilter.tsx
@@ -1,4 +1,4 @@
-// Copyright (c) 2022, Mysten Labs, Inc.
+// Copyright (c) Mysten Labs, Inc.
// SPDX-License-Identifier: Apache-2.0
import { useState } from 'react';
diff --git a/apps/explorer/src/ui/Heading.tsx b/apps/explorer/src/ui/Heading.tsx
index 504f5c89f445a..c8120be6b71a5 100644
--- a/apps/explorer/src/ui/Heading.tsx
+++ b/apps/explorer/src/ui/Heading.tsx
@@ -1,4 +1,4 @@
-// Copyright (c) 2022, Mysten Labs, Inc.
+// Copyright (c) Mysten Labs, Inc.
// SPDX-License-Identifier: Apache-2.0
import { cva, type VariantProps } from 'class-variance-authority';
diff --git a/apps/explorer/src/ui/Tabs.tsx b/apps/explorer/src/ui/Tabs.tsx
index a2bcf4130e728..a066e065be772 100644
--- a/apps/explorer/src/ui/Tabs.tsx
+++ b/apps/explorer/src/ui/Tabs.tsx
@@ -1,4 +1,4 @@
-// Copyright (c) 2022, Mysten Labs, Inc.
+// Copyright (c) Mysten Labs, Inc.
// SPDX-License-Identifier: Apache-2.0
import { Tab as HeadlessTab } from '@headlessui/react';
diff --git a/apps/explorer/src/ui/Text.tsx b/apps/explorer/src/ui/Text.tsx
index 6c9ae4dac4d23..fa72a0f609a94 100644
--- a/apps/explorer/src/ui/Text.tsx
+++ b/apps/explorer/src/ui/Text.tsx
@@ -1,4 +1,4 @@
-// Copyright (c) 2022, Mysten Labs, Inc.
+// Copyright (c) Mysten Labs, Inc.
// SPDX-License-Identifier: Apache-2.0
import { cva, type VariantProps } from 'class-variance-authority';
diff --git a/apps/explorer/src/ui/VerticalList.tsx b/apps/explorer/src/ui/VerticalList.tsx
index c54e661b39c4f..78cc4fb2629c3 100644
--- a/apps/explorer/src/ui/VerticalList.tsx
+++ b/apps/explorer/src/ui/VerticalList.tsx
@@ -1,4 +1,4 @@
-// Copyright (c) 2022, Mysten Labs, Inc.
+// Copyright (c) Mysten Labs, Inc.
// SPDX-License-Identifier: Apache-2.0
import clsx from 'clsx';
diff --git a/apps/explorer/src/ui/stories/Button.stories.tsx b/apps/explorer/src/ui/stories/Button.stories.tsx
index a03bc56bbeafd..ca92016019ef7 100644
--- a/apps/explorer/src/ui/stories/Button.stories.tsx
+++ b/apps/explorer/src/ui/stories/Button.stories.tsx
@@ -1,4 +1,4 @@
-// Copyright (c) 2022, Mysten Labs, Inc.
+// Copyright (c) Mysten Labs, Inc.
// SPDX-License-Identifier: Apache-2.0
import { type ComponentStory, type ComponentMeta } from '@storybook/react';
diff --git a/apps/explorer/src/ui/stories/Card.stories.tsx b/apps/explorer/src/ui/stories/Card.stories.tsx
index 37198495fa581..77cca2bee34e7 100644
--- a/apps/explorer/src/ui/stories/Card.stories.tsx
+++ b/apps/explorer/src/ui/stories/Card.stories.tsx
@@ -1,4 +1,4 @@
-// Copyright (c) 2022, Mysten Labs, Inc.
+// Copyright (c) Mysten Labs, Inc.
// SPDX-License-Identifier: Apache-2.0
import { type ComponentStory, type ComponentMeta } from '@storybook/react';
diff --git a/apps/explorer/src/ui/stories/DateFilter.stories.tsx b/apps/explorer/src/ui/stories/DateFilter.stories.tsx
index 287ff88f5c3bb..0487a839945be 100644
--- a/apps/explorer/src/ui/stories/DateFilter.stories.tsx
+++ b/apps/explorer/src/ui/stories/DateFilter.stories.tsx
@@ -1,4 +1,4 @@
-// Copyright (c) 2022, Mysten Labs, Inc.
+// Copyright (c) Mysten Labs, Inc.
// SPDX-License-Identifier: Apache-2.0
import {
diff --git a/apps/explorer/src/ui/stories/Heading.stories.tsx b/apps/explorer/src/ui/stories/Heading.stories.tsx
index deb864b4fe751..f10d1cc67ad38 100644
--- a/apps/explorer/src/ui/stories/Heading.stories.tsx
+++ b/apps/explorer/src/ui/stories/Heading.stories.tsx
@@ -1,4 +1,4 @@
-// Copyright (c) 2022, Mysten Labs, Inc.
+// Copyright (c) Mysten Labs, Inc.
// SPDX-License-Identifier: Apache-2.0
import { type ComponentStory, type ComponentMeta } from '@storybook/react';
diff --git a/apps/explorer/src/ui/stories/Tabs.stories.tsx b/apps/explorer/src/ui/stories/Tabs.stories.tsx
index b77230fb400fb..f22a0645a8acc 100644
--- a/apps/explorer/src/ui/stories/Tabs.stories.tsx
+++ b/apps/explorer/src/ui/stories/Tabs.stories.tsx
@@ -1,4 +1,4 @@
-// Copyright (c) 2022, Mysten Labs, Inc.
+// Copyright (c) Mysten Labs, Inc.
// SPDX-License-Identifier: Apache-2.0
import { TabGroup, TabList, Tab, TabPanels, TabPanel } from '../Tabs';
diff --git a/apps/explorer/src/ui/stories/Text.stories.tsx b/apps/explorer/src/ui/stories/Text.stories.tsx
index 6df33d040c88f..959f47008d23b 100644
--- a/apps/explorer/src/ui/stories/Text.stories.tsx
+++ b/apps/explorer/src/ui/stories/Text.stories.tsx
@@ -1,4 +1,4 @@
-// Copyright (c) 2022, Mysten Labs, Inc.
+// Copyright (c) Mysten Labs, Inc.
// SPDX-License-Identifier: Apache-2.0
import { type ComponentMeta, type Story } from '@storybook/react';
diff --git a/apps/explorer/src/ui/stories/VerticalList.stories.tsx b/apps/explorer/src/ui/stories/VerticalList.stories.tsx
index 302fa91ae03c2..07ae5031cdc8a 100644
--- a/apps/explorer/src/ui/stories/VerticalList.stories.tsx
+++ b/apps/explorer/src/ui/stories/VerticalList.stories.tsx
@@ -1,4 +1,4 @@
-// Copyright (c) 2022, Mysten Labs, Inc.
+// Copyright (c) Mysten Labs, Inc.
// SPDX-License-Identifier: Apache-2.0
import { type ComponentStory, type ComponentMeta } from '@storybook/react';
diff --git a/apps/explorer/src/ui/types.ts b/apps/explorer/src/ui/types.ts
index f5a3eedbed9ca..2ec00b8e225b2 100644
--- a/apps/explorer/src/ui/types.ts
+++ b/apps/explorer/src/ui/types.ts
@@ -1,4 +1,4 @@
-// Copyright (c) 2022, Mysten Labs, Inc.
+// Copyright (c) Mysten Labs, Inc.
// SPDX-License-Identifier: Apache-2.0
import { type ComponentType } from 'react';
diff --git a/apps/explorer/src/ui/utils/ButtonOrLink.tsx b/apps/explorer/src/ui/utils/ButtonOrLink.tsx
index 832a659bc7fd8..3d00ca0f7d321 100644
--- a/apps/explorer/src/ui/utils/ButtonOrLink.tsx
+++ b/apps/explorer/src/ui/utils/ButtonOrLink.tsx
@@ -1,4 +1,4 @@
-// Copyright (c) 2022, Mysten Labs, Inc.
+// Copyright (c) Mysten Labs, Inc.
// SPDX-License-Identifier: Apache-2.0
import { type ComponentProps, forwardRef } from 'react';
diff --git a/apps/explorer/src/utils/api/DefaultRpcClient.ts b/apps/explorer/src/utils/api/DefaultRpcClient.ts
index d500e4cf9abd0..2617a4dab94ba 100644
--- a/apps/explorer/src/utils/api/DefaultRpcClient.ts
+++ b/apps/explorer/src/utils/api/DefaultRpcClient.ts
@@ -1,4 +1,4 @@
-// Copyright (c) 2022, Mysten Labs, Inc.
+// Copyright (c) Mysten Labs, Inc.
// SPDX-License-Identifier: Apache-2.0
import { JsonRpcProvider } from '@mysten/sui.js';
diff --git a/apps/explorer/src/utils/api/rpcSetting.ts b/apps/explorer/src/utils/api/rpcSetting.ts
index 0586a8df22d22..7b0b8145d6043 100644
--- a/apps/explorer/src/utils/api/rpcSetting.ts
+++ b/apps/explorer/src/utils/api/rpcSetting.ts
@@ -1,4 +1,4 @@
-// Copyright (c) 2022, Mysten Labs, Inc.
+// Copyright (c) Mysten Labs, Inc.
// SPDX-License-Identifier: Apache-2.0
export enum Network {
diff --git a/apps/explorer/src/utils/api/searchUtil.ts b/apps/explorer/src/utils/api/searchUtil.ts
index b1646560be9d7..c4ae71474ddb0 100644
--- a/apps/explorer/src/utils/api/searchUtil.ts
+++ b/apps/explorer/src/utils/api/searchUtil.ts
@@ -1,4 +1,4 @@
-// Copyright (c) 2022, Mysten Labs, Inc.
+// Copyright (c) Mysten Labs, Inc.
// SPDX-License-Identifier: Apache-2.0
import { isValidTransactionDigest, isValidSuiAddress } from '@mysten/sui.js';
diff --git a/apps/explorer/src/utils/envUtil.ts b/apps/explorer/src/utils/envUtil.ts
index cc558bd29ae2d..d0e19287ac5f7 100644
--- a/apps/explorer/src/utils/envUtil.ts
+++ b/apps/explorer/src/utils/envUtil.ts
@@ -1,4 +1,4 @@
-// Copyright (c) 2022, Mysten Labs, Inc.
+// Copyright (c) Mysten Labs, Inc.
// SPDX-License-Identifier: Apache-2.0
import { Network } from './api/rpcSetting';
diff --git a/apps/explorer/src/utils/imageModeratorClient.ts b/apps/explorer/src/utils/imageModeratorClient.ts
index fa3d0f36bfb81..104598d28f7fa 100644
--- a/apps/explorer/src/utils/imageModeratorClient.ts
+++ b/apps/explorer/src/utils/imageModeratorClient.ts
@@ -1,4 +1,4 @@
-// Copyright (c) 2022, Mysten Labs, Inc.
+// Copyright (c) Mysten Labs, Inc.
// SPDX-License-Identifier: Apache-2.0
const ENV_STUBS_IMG_CHECK = import.meta.env.DEV;
diff --git a/apps/explorer/src/utils/numberUtil.ts b/apps/explorer/src/utils/numberUtil.ts
index 8ade8adfaff39..468bd0fc9d4de 100644
--- a/apps/explorer/src/utils/numberUtil.ts
+++ b/apps/explorer/src/utils/numberUtil.ts
@@ -1,4 +1,4 @@
-// Copyright (c) 2022, Mysten Labs, Inc.
+// Copyright (c) Mysten Labs, Inc.
// SPDX-License-Identifier: Apache-2.0
// Number Suffix
diff --git a/apps/explorer/src/utils/objectUtils.ts b/apps/explorer/src/utils/objectUtils.ts
index f0317685ac833..7ab5f1559e6c7 100644
--- a/apps/explorer/src/utils/objectUtils.ts
+++ b/apps/explorer/src/utils/objectUtils.ts
@@ -1,4 +1,4 @@
-// Copyright (c) 2022, Mysten Labs, Inc.
+// Copyright (c) Mysten Labs, Inc.
// SPDX-License-Identifier: Apache-2.0
import {
diff --git a/apps/explorer/src/utils/plausible.ts b/apps/explorer/src/utils/plausible.ts
index 79af54100a9de..825860938c4da 100644
--- a/apps/explorer/src/utils/plausible.ts
+++ b/apps/explorer/src/utils/plausible.ts
@@ -1,4 +1,4 @@
-// Copyright (c) 2022, Mysten Labs, Inc.
+// Copyright (c) Mysten Labs, Inc.
// SPDX-License-Identifier: Apache-2.0
import Plausible from 'plausible-tracker';
diff --git a/apps/explorer/src/utils/searchUtil.ts b/apps/explorer/src/utils/searchUtil.ts
index a4d8b1f33fcd9..4ec31a7a6f674 100644
--- a/apps/explorer/src/utils/searchUtil.ts
+++ b/apps/explorer/src/utils/searchUtil.ts
@@ -1,4 +1,4 @@
-// Copyright (c) 2022, Mysten Labs, Inc.
+// Copyright (c) Mysten Labs, Inc.
// SPDX-License-Identifier: Apache-2.0
import { IS_STATIC_ENV } from './envUtil';
diff --git a/apps/explorer/src/utils/static/searchUtil.ts b/apps/explorer/src/utils/static/searchUtil.ts
index 217bcb038ac4b..45e32a4c27430 100644
--- a/apps/explorer/src/utils/static/searchUtil.ts
+++ b/apps/explorer/src/utils/static/searchUtil.ts
@@ -1,4 +1,4 @@
-// Copyright (c) 2022, Mysten Labs, Inc.
+// Copyright (c) Mysten Labs, Inc.
// SPDX-License-Identifier: Apache-2.0
import latestTxData from './latest_transactions.json';
diff --git a/apps/explorer/src/utils/stringUtils.ts b/apps/explorer/src/utils/stringUtils.ts
index 72545578350bc..a27f2b7fadd91 100644
--- a/apps/explorer/src/utils/stringUtils.ts
+++ b/apps/explorer/src/utils/stringUtils.ts
@@ -1,4 +1,4 @@
-// Copyright (c) 2022, Mysten Labs, Inc.
+// Copyright (c) Mysten Labs, Inc.
// SPDX-License-Identifier: Apache-2.0
import type { SuiAddress } from '@mysten/sui.js';
diff --git a/apps/explorer/src/utils/timeUtils.ts b/apps/explorer/src/utils/timeUtils.ts
index ca673d05d6e3a..69fcf9b599a26 100644
--- a/apps/explorer/src/utils/timeUtils.ts
+++ b/apps/explorer/src/utils/timeUtils.ts
@@ -1,4 +1,4 @@
-// Copyright (c) 2022, Mysten Labs, Inc.
+// Copyright (c) Mysten Labs, Inc.
// SPDX-License-Identifier: Apache-2.0
import { IS_STATIC_ENV } from './envUtil';
diff --git a/apps/explorer/src/vite-env.d.ts b/apps/explorer/src/vite-env.d.ts
index e96ba518f3e96..d824e8fffe4a1 100644
--- a/apps/explorer/src/vite-env.d.ts
+++ b/apps/explorer/src/vite-env.d.ts
@@ -1,4 +1,4 @@
-// Copyright (c) 2022, Mysten Labs, Inc.
+// Copyright (c) Mysten Labs, Inc.
// SPDX-License-Identifier: Apache-2.0
///
diff --git a/apps/explorer/tailwind.config.js b/apps/explorer/tailwind.config.js
index b9476a693710f..14309ec9a39a6 100644
--- a/apps/explorer/tailwind.config.js
+++ b/apps/explorer/tailwind.config.js
@@ -1,4 +1,4 @@
-// Copyright (c) 2022, Mysten Labs, Inc.
+// Copyright (c) Mysten Labs, Inc.
// SPDX-License-Identifier: Apache-2.0
const defaultTheme = require('tailwindcss/defaultTheme');
diff --git a/apps/explorer/vite.config.ts b/apps/explorer/vite.config.ts
index 10e427c88312f..7047a87cbc594 100644
--- a/apps/explorer/vite.config.ts
+++ b/apps/explorer/vite.config.ts
@@ -1,4 +1,4 @@
-// Copyright (c) 2022, Mysten Labs, Inc.
+// Copyright (c) Mysten Labs, Inc.
// SPDX-License-Identifier: Apache-2.0
import react from '@vitejs/plugin-react';
diff --git a/apps/wallet/.eslintrc.js b/apps/wallet/.eslintrc.js
index 3b0d50b612644..b92784a36ddfd 100644
--- a/apps/wallet/.eslintrc.js
+++ b/apps/wallet/.eslintrc.js
@@ -1,4 +1,4 @@
-// Copyright (c) 2022, Mysten Labs, Inc.
+// Copyright (c) Mysten Labs, Inc.
// SPDX-License-Identifier: Apache-2.0
module.exports = {
diff --git a/apps/wallet/configs/webpack/webpack.config.common.ts b/apps/wallet/configs/webpack/webpack.config.common.ts
index 862015d6e221f..60da3945fb60b 100644
--- a/apps/wallet/configs/webpack/webpack.config.common.ts
+++ b/apps/wallet/configs/webpack/webpack.config.common.ts
@@ -1,4 +1,4 @@
-// Copyright (c) 2022, Mysten Labs, Inc.
+// Copyright (c) Mysten Labs, Inc.
// SPDX-License-Identifier: Apache-2.0
import { exec } from 'child_process';
diff --git a/apps/wallet/configs/webpack/webpack.config.dev.ts b/apps/wallet/configs/webpack/webpack.config.dev.ts
index f88547051dcff..e8ccd9ca9f705 100644
--- a/apps/wallet/configs/webpack/webpack.config.dev.ts
+++ b/apps/wallet/configs/webpack/webpack.config.dev.ts
@@ -1,4 +1,4 @@
-// Copyright (c) 2022, Mysten Labs, Inc.
+// Copyright (c) Mysten Labs, Inc.
// SPDX-License-Identifier: Apache-2.0
import ESLintPlugin from 'eslint-webpack-plugin';
diff --git a/apps/wallet/configs/webpack/webpack.config.prod.ts b/apps/wallet/configs/webpack/webpack.config.prod.ts
index 8174f70d3f6ce..d90feb5ab0b32 100644
--- a/apps/wallet/configs/webpack/webpack.config.prod.ts
+++ b/apps/wallet/configs/webpack/webpack.config.prod.ts
@@ -1,4 +1,4 @@
-// Copyright (c) 2022, Mysten Labs, Inc.
+// Copyright (c) Mysten Labs, Inc.
// SPDX-License-Identifier: Apache-2.0
import { merge } from 'webpack-merge';
diff --git a/apps/wallet/examples/demo-nft-dapp/next.config.js b/apps/wallet/examples/demo-nft-dapp/next.config.js
index a623a93eb45ba..f3feb8ddbd04d 100755
--- a/apps/wallet/examples/demo-nft-dapp/next.config.js
+++ b/apps/wallet/examples/demo-nft-dapp/next.config.js
@@ -1,4 +1,4 @@
-// Copyright (c) 2022, Mysten Labs, Inc.
+// Copyright (c) Mysten Labs, Inc.
// SPDX-License-Identifier: Apache-2.0
/** @type {import('next').NextConfig} */
diff --git a/apps/wallet/examples/demo-nft-dapp/pages/_app.js b/apps/wallet/examples/demo-nft-dapp/pages/_app.js
index 9985421036fe2..b606a3ecf2698 100755
--- a/apps/wallet/examples/demo-nft-dapp/pages/_app.js
+++ b/apps/wallet/examples/demo-nft-dapp/pages/_app.js
@@ -1,4 +1,4 @@
-// Copyright (c) 2022, Mysten Labs, Inc.
+// Copyright (c) Mysten Labs, Inc.
// SPDX-License-Identifier: Apache-2.0
import '../styles/globals.css';
diff --git a/apps/wallet/examples/demo-nft-dapp/pages/index.js b/apps/wallet/examples/demo-nft-dapp/pages/index.js
index 9197e9e414b6e..d41f28f2204c4 100755
--- a/apps/wallet/examples/demo-nft-dapp/pages/index.js
+++ b/apps/wallet/examples/demo-nft-dapp/pages/index.js
@@ -1,4 +1,4 @@
-// Copyright (c) 2022, Mysten Labs, Inc.
+// Copyright (c) Mysten Labs, Inc.
// SPDX-License-Identifier: Apache-2.0
import Head from 'next/head';
diff --git a/apps/wallet/font-icons/output/sui-icons.ts b/apps/wallet/font-icons/output/sui-icons.ts
index cd772c6cff1da..faf49d22d8b80 100644
--- a/apps/wallet/font-icons/output/sui-icons.ts
+++ b/apps/wallet/font-icons/output/sui-icons.ts
@@ -1,4 +1,4 @@
-// Copyright (c) 2022, Mysten Labs, Inc.
+// Copyright (c) Mysten Labs, Inc.
// SPDX-License-Identifier: Apache-2.0
export enum SuiIcons {
diff --git a/apps/wallet/postcss.config.js b/apps/wallet/postcss.config.js
index 2dc5a5406e4af..c7039a6b33d95 100644
--- a/apps/wallet/postcss.config.js
+++ b/apps/wallet/postcss.config.js
@@ -1,4 +1,4 @@
-// Copyright (c) 2022, Mysten Labs, Inc.
+// Copyright (c) Mysten Labs, Inc.
// SPDX-License-Identifier: Apache-2.0
module.exports = {
diff --git a/apps/wallet/src/background/Keyring.ts b/apps/wallet/src/background/Keyring.ts
index 3776821be2180..a2037ef366af1 100644
--- a/apps/wallet/src/background/Keyring.ts
+++ b/apps/wallet/src/background/Keyring.ts
@@ -1,4 +1,4 @@
-// Copyright (c) 2022, Mysten Labs, Inc.
+// Copyright (c) Mysten Labs, Inc.
// SPDX-License-Identifier: Apache-2.0
import { Ed25519Keypair } from '@mysten/sui.js';
diff --git a/apps/wallet/src/background/Permissions.ts b/apps/wallet/src/background/Permissions.ts
index e0b438f82d7a6..0abe1afcf19fd 100644
--- a/apps/wallet/src/background/Permissions.ts
+++ b/apps/wallet/src/background/Permissions.ts
@@ -1,4 +1,4 @@
-// Copyright (c) 2022, Mysten Labs, Inc.
+// Copyright (c) Mysten Labs, Inc.
// SPDX-License-Identifier: Apache-2.0
import {
diff --git a/apps/wallet/src/background/Tabs.ts b/apps/wallet/src/background/Tabs.ts
index efafdeb6ea108..c3ac09059ec69 100644
--- a/apps/wallet/src/background/Tabs.ts
+++ b/apps/wallet/src/background/Tabs.ts
@@ -1,4 +1,4 @@
-// Copyright (c) 2022, Mysten Labs, Inc.
+// Copyright (c) Mysten Labs, Inc.
// SPDX-License-Identifier: Apache-2.0
import {
diff --git a/apps/wallet/src/background/Transactions.ts b/apps/wallet/src/background/Transactions.ts
index 734a9a0fa92b5..f2b6cad4e12c9 100644
--- a/apps/wallet/src/background/Transactions.ts
+++ b/apps/wallet/src/background/Transactions.ts
@@ -1,4 +1,4 @@
-// Copyright (c) 2022, Mysten Labs, Inc.
+// Copyright (c) Mysten Labs, Inc.
// SPDX-License-Identifier: Apache-2.0
import { filter, lastValueFrom, map, race, Subject, take } from 'rxjs';
diff --git a/apps/wallet/src/background/Window.ts b/apps/wallet/src/background/Window.ts
index a615c020b0a27..b4f71032777d2 100644
--- a/apps/wallet/src/background/Window.ts
+++ b/apps/wallet/src/background/Window.ts
@@ -1,4 +1,4 @@
-// Copyright (c) 2022, Mysten Labs, Inc.
+// Copyright (c) Mysten Labs, Inc.
// SPDX-License-Identifier: Apache-2.0
import { filter, fromEventPattern, share, take, takeWhile } from 'rxjs';
diff --git a/apps/wallet/src/background/connections/Connection.ts b/apps/wallet/src/background/connections/Connection.ts
index ed0104f6f3d38..2c8d3e81b7b74 100644
--- a/apps/wallet/src/background/connections/Connection.ts
+++ b/apps/wallet/src/background/connections/Connection.ts
@@ -1,4 +1,4 @@
-// Copyright (c) 2022, Mysten Labs, Inc.
+// Copyright (c) Mysten Labs, Inc.
// SPDX-License-Identifier: Apache-2.0
import { map, take } from 'rxjs';
diff --git a/apps/wallet/src/background/connections/ContentScriptConnection.ts b/apps/wallet/src/background/connections/ContentScriptConnection.ts
index 1ba2fe638113b..7b6b25c807e12 100644
--- a/apps/wallet/src/background/connections/ContentScriptConnection.ts
+++ b/apps/wallet/src/background/connections/ContentScriptConnection.ts
@@ -1,4 +1,4 @@
-// Copyright (c) 2022, Mysten Labs, Inc.
+// Copyright (c) Mysten Labs, Inc.
// SPDX-License-Identifier: Apache-2.0
import { Connection } from './Connection';
diff --git a/apps/wallet/src/background/connections/UiConnection.ts b/apps/wallet/src/background/connections/UiConnection.ts
index 916002563ddd7..3f6b97f7f80e8 100644
--- a/apps/wallet/src/background/connections/UiConnection.ts
+++ b/apps/wallet/src/background/connections/UiConnection.ts
@@ -1,4 +1,4 @@
-// Copyright (c) 2022, Mysten Labs, Inc.
+// Copyright (c) Mysten Labs, Inc.
// SPDX-License-Identifier: Apache-2.0
import { BehaviorSubject, filter, switchMap, takeUntil } from 'rxjs';
diff --git a/apps/wallet/src/background/connections/index.ts b/apps/wallet/src/background/connections/index.ts
index d63aba3a6a490..902a94d1bf074 100644
--- a/apps/wallet/src/background/connections/index.ts
+++ b/apps/wallet/src/background/connections/index.ts
@@ -1,4 +1,4 @@
-// Copyright (c) 2022, Mysten Labs, Inc.
+// Copyright (c) Mysten Labs, Inc.
// SPDX-License-Identifier: Apache-2.0
import Browser from 'webextension-polyfill';
diff --git a/apps/wallet/src/background/index.ts b/apps/wallet/src/background/index.ts
index 12b7728f9a82f..863b53e3d0bd7 100644
--- a/apps/wallet/src/background/index.ts
+++ b/apps/wallet/src/background/index.ts
@@ -1,4 +1,4 @@
-// Copyright (c) 2022, Mysten Labs, Inc.
+// Copyright (c) Mysten Labs, Inc.
// SPDX-License-Identifier: Apache-2.0
import Browser from 'webextension-polyfill';
diff --git a/apps/wallet/src/content-script/index.ts b/apps/wallet/src/content-script/index.ts
index 3a61bf8777811..03a0e8d64ea96 100644
--- a/apps/wallet/src/content-script/index.ts
+++ b/apps/wallet/src/content-script/index.ts
@@ -1,4 +1,4 @@
-// Copyright (c) 2022, Mysten Labs, Inc.
+// Copyright (c) Mysten Labs, Inc.
// SPDX-License-Identifier: Apache-2.0
import { injectDappInterface } from './interface-inject';
diff --git a/apps/wallet/src/content-script/interface-inject.ts b/apps/wallet/src/content-script/interface-inject.ts
index 9eae06f39aa4a..bfe65bf5e530f 100644
--- a/apps/wallet/src/content-script/interface-inject.ts
+++ b/apps/wallet/src/content-script/interface-inject.ts
@@ -1,4 +1,4 @@
-// Copyright (c) 2022, Mysten Labs, Inc.
+// Copyright (c) Mysten Labs, Inc.
// SPDX-License-Identifier: Apache-2.0
import Browser from 'webextension-polyfill';
diff --git a/apps/wallet/src/content-script/messages-proxy.ts b/apps/wallet/src/content-script/messages-proxy.ts
index cc7fee8535949..b2eccc7afdea2 100644
--- a/apps/wallet/src/content-script/messages-proxy.ts
+++ b/apps/wallet/src/content-script/messages-proxy.ts
@@ -1,4 +1,4 @@
-// Copyright (c) 2022, Mysten Labs, Inc.
+// Copyright (c) Mysten Labs, Inc.
// SPDX-License-Identifier: Apache-2.0
import { take } from 'rxjs';
diff --git a/apps/wallet/src/dapp-interface/DAppInterface.ts b/apps/wallet/src/dapp-interface/DAppInterface.ts
index 2aefbd2e2d512..7cd3df433455a 100644
--- a/apps/wallet/src/dapp-interface/DAppInterface.ts
+++ b/apps/wallet/src/dapp-interface/DAppInterface.ts
@@ -1,4 +1,4 @@
-// Copyright (c) 2022, Mysten Labs, Inc.
+// Copyright (c) Mysten Labs, Inc.
// SPDX-License-Identifier: Apache-2.0
import { filter, lastValueFrom, map, take } from 'rxjs';
diff --git a/apps/wallet/src/dapp-interface/index.ts b/apps/wallet/src/dapp-interface/index.ts
index b523d4a0bf94b..0a58c119f3bde 100644
--- a/apps/wallet/src/dapp-interface/index.ts
+++ b/apps/wallet/src/dapp-interface/index.ts
@@ -1,4 +1,4 @@
-// Copyright (c) 2022, Mysten Labs, Inc.
+// Copyright (c) Mysten Labs, Inc.
// SPDX-License-Identifier: Apache-2.0
import { DAppInterface } from './DAppInterface';
diff --git a/apps/wallet/src/shared/constants.ts b/apps/wallet/src/shared/constants.ts
index 12fcc58a2b0a0..6c5cf9f52a69e 100644
--- a/apps/wallet/src/shared/constants.ts
+++ b/apps/wallet/src/shared/constants.ts
@@ -1,4 +1,4 @@
-// Copyright (c) 2022, Mysten Labs, Inc.
+// Copyright (c) Mysten Labs, Inc.
// SPDX-License-Identifier: Apache-2.0
export const ToS_LINK = 'https://sui.io/terms';
diff --git a/apps/wallet/src/shared/cryptography/keystore.test.ts b/apps/wallet/src/shared/cryptography/keystore.test.ts
index 0053d673893ca..6d9c73142d87c 100644
--- a/apps/wallet/src/shared/cryptography/keystore.test.ts
+++ b/apps/wallet/src/shared/cryptography/keystore.test.ts
@@ -1,4 +1,4 @@
-// Copyright (c) 2022, Mysten Labs, Inc.
+// Copyright (c) Mysten Labs, Inc.
// SPDX-License-Identifier: Apache-2.0
import { describe, it, expect } from 'vitest';
diff --git a/apps/wallet/src/shared/cryptography/keystore.ts b/apps/wallet/src/shared/cryptography/keystore.ts
index 454b1ae103d06..7a371270500fb 100644
--- a/apps/wallet/src/shared/cryptography/keystore.ts
+++ b/apps/wallet/src/shared/cryptography/keystore.ts
@@ -1,4 +1,4 @@
-// Copyright (c) 2022, Mysten Labs, Inc.
+// Copyright (c) Mysten Labs, Inc.
// SPDX-License-Identifier: Apache-2.0
import passworder from '@metamask/browser-passworder';
diff --git a/apps/wallet/src/shared/formatting.ts b/apps/wallet/src/shared/formatting.ts
index fea630dc7d4f1..382527e9c8b48 100644
--- a/apps/wallet/src/shared/formatting.ts
+++ b/apps/wallet/src/shared/formatting.ts
@@ -1,4 +1,4 @@
-// Copyright (c) 2022, Mysten Labs, Inc.
+// Copyright (c) Mysten Labs, Inc.
// SPDX-License-Identifier: Apache-2.0
import type { FormatNumberOptions } from 'react-intl';
diff --git a/apps/wallet/src/shared/messaging/PortChannelName.ts b/apps/wallet/src/shared/messaging/PortChannelName.ts
index 5ed7741abf6c7..3f4dcc55e2bff 100644
--- a/apps/wallet/src/shared/messaging/PortChannelName.ts
+++ b/apps/wallet/src/shared/messaging/PortChannelName.ts
@@ -1,4 +1,4 @@
-// Copyright (c) 2022, Mysten Labs, Inc.
+// Copyright (c) Mysten Labs, Inc.
// SPDX-License-Identifier: Apache-2.0
export type PortChannelName =
diff --git a/apps/wallet/src/shared/messaging/PortStream.ts b/apps/wallet/src/shared/messaging/PortStream.ts
index 5abed69141c18..5a2a56525767d 100644
--- a/apps/wallet/src/shared/messaging/PortStream.ts
+++ b/apps/wallet/src/shared/messaging/PortStream.ts
@@ -1,4 +1,4 @@
-// Copyright (c) 2022, Mysten Labs, Inc.
+// Copyright (c) Mysten Labs, Inc.
// SPDX-License-Identifier: Apache-2.0
import { filter, fromEventPattern, share, take, takeUntil, tap } from 'rxjs';
diff --git a/apps/wallet/src/shared/messaging/WindowMessageStream.ts b/apps/wallet/src/shared/messaging/WindowMessageStream.ts
index dc2dc6c704989..554b23023c2c6 100644
--- a/apps/wallet/src/shared/messaging/WindowMessageStream.ts
+++ b/apps/wallet/src/shared/messaging/WindowMessageStream.ts
@@ -1,4 +1,4 @@
-// Copyright (c) 2022, Mysten Labs, Inc.
+// Copyright (c) Mysten Labs, Inc.
// SPDX-License-Identifier: Apache-2.0
import { filter, fromEvent, map, share } from 'rxjs';
diff --git a/apps/wallet/src/shared/messaging/messages/Message.ts b/apps/wallet/src/shared/messaging/messages/Message.ts
index f5341cbe252e3..78a487bfc52da 100644
--- a/apps/wallet/src/shared/messaging/messages/Message.ts
+++ b/apps/wallet/src/shared/messaging/messages/Message.ts
@@ -1,4 +1,4 @@
-// Copyright (c) 2022, Mysten Labs, Inc.
+// Copyright (c) Mysten Labs, Inc.
// SPDX-License-Identifier: Apache-2.0
import { v4 as uuidV4 } from 'uuid';
diff --git a/apps/wallet/src/shared/messaging/messages/index.ts b/apps/wallet/src/shared/messaging/messages/index.ts
index f8b78f01b8df2..c497e2d300457 100644
--- a/apps/wallet/src/shared/messaging/messages/index.ts
+++ b/apps/wallet/src/shared/messaging/messages/index.ts
@@ -1,4 +1,4 @@
-// Copyright (c) 2022, Mysten Labs, Inc.
+// Copyright (c) Mysten Labs, Inc.
// SPDX-License-Identifier: Apache-2.0
export * from './Message';
diff --git a/apps/wallet/src/shared/messaging/messages/payloads/BasePayload.ts b/apps/wallet/src/shared/messaging/messages/payloads/BasePayload.ts
index 625c808c8ceb7..66ccbc4a7a90d 100644
--- a/apps/wallet/src/shared/messaging/messages/payloads/BasePayload.ts
+++ b/apps/wallet/src/shared/messaging/messages/payloads/BasePayload.ts
@@ -1,4 +1,4 @@
-// Copyright (c) 2022, Mysten Labs, Inc.
+// Copyright (c) Mysten Labs, Inc.
// SPDX-License-Identifier: Apache-2.0
import type { Payload } from './Payload';
diff --git a/apps/wallet/src/shared/messaging/messages/payloads/ErrorPayload.ts b/apps/wallet/src/shared/messaging/messages/payloads/ErrorPayload.ts
index 7dc2832da70e1..03bb0332b6e55 100644
--- a/apps/wallet/src/shared/messaging/messages/payloads/ErrorPayload.ts
+++ b/apps/wallet/src/shared/messaging/messages/payloads/ErrorPayload.ts
@@ -1,4 +1,4 @@
-// Copyright (c) 2022, Mysten Labs, Inc.
+// Copyright (c) Mysten Labs, Inc.
// SPDX-License-Identifier: Apache-2.0
import type { Payload } from './Payload';
diff --git a/apps/wallet/src/shared/messaging/messages/payloads/Payload.ts b/apps/wallet/src/shared/messaging/messages/payloads/Payload.ts
index 91db9a3f53921..74f24999396a8 100644
--- a/apps/wallet/src/shared/messaging/messages/payloads/Payload.ts
+++ b/apps/wallet/src/shared/messaging/messages/payloads/Payload.ts
@@ -1,4 +1,4 @@
-// Copyright (c) 2022, Mysten Labs, Inc.
+// Copyright (c) Mysten Labs, Inc.
// SPDX-License-Identifier: Apache-2.0
import type { BasePayload } from './BasePayload';
diff --git a/apps/wallet/src/shared/messaging/messages/payloads/account/GetAccount.ts b/apps/wallet/src/shared/messaging/messages/payloads/account/GetAccount.ts
index b4a1a064e15c8..033a68b62f3a4 100644
--- a/apps/wallet/src/shared/messaging/messages/payloads/account/GetAccount.ts
+++ b/apps/wallet/src/shared/messaging/messages/payloads/account/GetAccount.ts
@@ -1,4 +1,4 @@
-// Copyright (c) 2022, Mysten Labs, Inc.
+// Copyright (c) Mysten Labs, Inc.
// SPDX-License-Identifier: Apache-2.0
import { isBasePayload } from '_payloads';
diff --git a/apps/wallet/src/shared/messaging/messages/payloads/account/GetAccountResponse.ts b/apps/wallet/src/shared/messaging/messages/payloads/account/GetAccountResponse.ts
index 19c152f1dd355..46a0386abb067 100644
--- a/apps/wallet/src/shared/messaging/messages/payloads/account/GetAccountResponse.ts
+++ b/apps/wallet/src/shared/messaging/messages/payloads/account/GetAccountResponse.ts
@@ -1,4 +1,4 @@
-// Copyright (c) 2022, Mysten Labs, Inc.
+// Copyright (c) Mysten Labs, Inc.
// SPDX-License-Identifier: Apache-2.0
import type { SuiAddress } from '@mysten/sui.js';
diff --git a/apps/wallet/src/shared/messaging/messages/payloads/index.ts b/apps/wallet/src/shared/messaging/messages/payloads/index.ts
index 59fa83a0b0456..e9e0aded426b2 100644
--- a/apps/wallet/src/shared/messaging/messages/payloads/index.ts
+++ b/apps/wallet/src/shared/messaging/messages/payloads/index.ts
@@ -1,4 +1,4 @@
-// Copyright (c) 2022, Mysten Labs, Inc.
+// Copyright (c) Mysten Labs, Inc.
// SPDX-License-Identifier: Apache-2.0
export * from './BasePayload';
diff --git a/apps/wallet/src/shared/messaging/messages/payloads/permissions/AcquirePermissionsRequest.ts b/apps/wallet/src/shared/messaging/messages/payloads/permissions/AcquirePermissionsRequest.ts
index 98466c0bc7dc9..91da315df32ed 100644
--- a/apps/wallet/src/shared/messaging/messages/payloads/permissions/AcquirePermissionsRequest.ts
+++ b/apps/wallet/src/shared/messaging/messages/payloads/permissions/AcquirePermissionsRequest.ts
@@ -1,4 +1,4 @@
-// Copyright (c) 2022, Mysten Labs, Inc.
+// Copyright (c) Mysten Labs, Inc.
// SPDX-License-Identifier: Apache-2.0
import { isBasePayload } from '_payloads';
diff --git a/apps/wallet/src/shared/messaging/messages/payloads/permissions/AcquirePermissionsResponse.ts b/apps/wallet/src/shared/messaging/messages/payloads/permissions/AcquirePermissionsResponse.ts
index c0855bd14418c..0bbde66d98821 100644
--- a/apps/wallet/src/shared/messaging/messages/payloads/permissions/AcquirePermissionsResponse.ts
+++ b/apps/wallet/src/shared/messaging/messages/payloads/permissions/AcquirePermissionsResponse.ts
@@ -1,4 +1,4 @@
-// Copyright (c) 2022, Mysten Labs, Inc.
+// Copyright (c) Mysten Labs, Inc.
// SPDX-License-Identifier: Apache-2.0
import { isBasePayload } from '_payloads';
diff --git a/apps/wallet/src/shared/messaging/messages/payloads/permissions/DisconnectApp.ts b/apps/wallet/src/shared/messaging/messages/payloads/permissions/DisconnectApp.ts
index 80fc768abd1bb..2923827d4e5d1 100644
--- a/apps/wallet/src/shared/messaging/messages/payloads/permissions/DisconnectApp.ts
+++ b/apps/wallet/src/shared/messaging/messages/payloads/permissions/DisconnectApp.ts
@@ -1,4 +1,4 @@
-// Copyright (c) 2022, Mysten Labs, Inc.
+// Copyright (c) Mysten Labs, Inc.
// SPDX-License-Identifier: Apache-2.0
import { isBasePayload } from '_payloads';
diff --git a/apps/wallet/src/shared/messaging/messages/payloads/permissions/GetPermissionRequests.ts b/apps/wallet/src/shared/messaging/messages/payloads/permissions/GetPermissionRequests.ts
index 6cb59897b3ad1..8db04fb7e7782 100644
--- a/apps/wallet/src/shared/messaging/messages/payloads/permissions/GetPermissionRequests.ts
+++ b/apps/wallet/src/shared/messaging/messages/payloads/permissions/GetPermissionRequests.ts
@@ -1,4 +1,4 @@
-// Copyright (c) 2022, Mysten Labs, Inc.
+// Copyright (c) Mysten Labs, Inc.
// SPDX-License-Identifier: Apache-2.0
import { isBasePayload } from '_payloads';
diff --git a/apps/wallet/src/shared/messaging/messages/payloads/permissions/HasPermissionsRequest.ts b/apps/wallet/src/shared/messaging/messages/payloads/permissions/HasPermissionsRequest.ts
index cc0c613eca689..823672e111d27 100644
--- a/apps/wallet/src/shared/messaging/messages/payloads/permissions/HasPermissionsRequest.ts
+++ b/apps/wallet/src/shared/messaging/messages/payloads/permissions/HasPermissionsRequest.ts
@@ -1,4 +1,4 @@
-// Copyright (c) 2022, Mysten Labs, Inc.
+// Copyright (c) Mysten Labs, Inc.
// SPDX-License-Identifier: Apache-2.0
import { isBasePayload } from '_payloads';
diff --git a/apps/wallet/src/shared/messaging/messages/payloads/permissions/HasPermissionsResponse.ts b/apps/wallet/src/shared/messaging/messages/payloads/permissions/HasPermissionsResponse.ts
index 4974dc0bbb3e6..cbea73ff3cd9d 100644
--- a/apps/wallet/src/shared/messaging/messages/payloads/permissions/HasPermissionsResponse.ts
+++ b/apps/wallet/src/shared/messaging/messages/payloads/permissions/HasPermissionsResponse.ts
@@ -1,4 +1,4 @@
-// Copyright (c) 2022, Mysten Labs, Inc.
+// Copyright (c) Mysten Labs, Inc.
// SPDX-License-Identifier: Apache-2.0
import { isBasePayload } from '_payloads';
diff --git a/apps/wallet/src/shared/messaging/messages/payloads/permissions/Permission.ts b/apps/wallet/src/shared/messaging/messages/payloads/permissions/Permission.ts
index 575da01602c41..d735f1a04a48c 100644
--- a/apps/wallet/src/shared/messaging/messages/payloads/permissions/Permission.ts
+++ b/apps/wallet/src/shared/messaging/messages/payloads/permissions/Permission.ts
@@ -1,4 +1,4 @@
-// Copyright (c) 2022, Mysten Labs, Inc.
+// Copyright (c) Mysten Labs, Inc.
// SPDX-License-Identifier: Apache-2.0
import type { PermissionType } from './PermissionType';
diff --git a/apps/wallet/src/shared/messaging/messages/payloads/permissions/PermissionRequests.ts b/apps/wallet/src/shared/messaging/messages/payloads/permissions/PermissionRequests.ts
index 7c92646d9ba1c..d6f11a73f6fdd 100644
--- a/apps/wallet/src/shared/messaging/messages/payloads/permissions/PermissionRequests.ts
+++ b/apps/wallet/src/shared/messaging/messages/payloads/permissions/PermissionRequests.ts
@@ -1,4 +1,4 @@
-// Copyright (c) 2022, Mysten Labs, Inc.
+// Copyright (c) Mysten Labs, Inc.
// SPDX-License-Identifier: Apache-2.0
import { isBasePayload } from '_payloads';
diff --git a/apps/wallet/src/shared/messaging/messages/payloads/permissions/PermissionResponse.ts b/apps/wallet/src/shared/messaging/messages/payloads/permissions/PermissionResponse.ts
index 81684e564b195..c0dbc98d12d66 100644
--- a/apps/wallet/src/shared/messaging/messages/payloads/permissions/PermissionResponse.ts
+++ b/apps/wallet/src/shared/messaging/messages/payloads/permissions/PermissionResponse.ts
@@ -1,4 +1,4 @@
-// Copyright (c) 2022, Mysten Labs, Inc.
+// Copyright (c) Mysten Labs, Inc.
// SPDX-License-Identifier: Apache-2.0
import { isBasePayload } from '_payloads';
diff --git a/apps/wallet/src/shared/messaging/messages/payloads/permissions/PermissionType.ts b/apps/wallet/src/shared/messaging/messages/payloads/permissions/PermissionType.ts
index 595f8e826e34d..ce0adc853790e 100644
--- a/apps/wallet/src/shared/messaging/messages/payloads/permissions/PermissionType.ts
+++ b/apps/wallet/src/shared/messaging/messages/payloads/permissions/PermissionType.ts
@@ -1,4 +1,4 @@
-// Copyright (c) 2022, Mysten Labs, Inc.
+// Copyright (c) Mysten Labs, Inc.
// SPDX-License-Identifier: Apache-2.0
export const ALL_PERMISSION_TYPES = [
diff --git a/apps/wallet/src/shared/messaging/messages/payloads/permissions/index.ts b/apps/wallet/src/shared/messaging/messages/payloads/permissions/index.ts
index a96e3774167a5..9b919481bf719 100644
--- a/apps/wallet/src/shared/messaging/messages/payloads/permissions/index.ts
+++ b/apps/wallet/src/shared/messaging/messages/payloads/permissions/index.ts
@@ -1,4 +1,4 @@
-// Copyright (c) 2022, Mysten Labs, Inc.
+// Copyright (c) Mysten Labs, Inc.
// SPDX-License-Identifier: Apache-2.0
export * from './GetPermissionRequests';
diff --git a/apps/wallet/src/shared/messaging/messages/payloads/tabs/updateActiveOrigin.ts b/apps/wallet/src/shared/messaging/messages/payloads/tabs/updateActiveOrigin.ts
index 7fada26e5be74..591b713b8a420 100644
--- a/apps/wallet/src/shared/messaging/messages/payloads/tabs/updateActiveOrigin.ts
+++ b/apps/wallet/src/shared/messaging/messages/payloads/tabs/updateActiveOrigin.ts
@@ -1,4 +1,4 @@
-// Copyright (c) 2022, Mysten Labs, Inc.
+// Copyright (c) Mysten Labs, Inc.
// SPDX-License-Identifier: Apache-2.0
import { isBasePayload } from '_payloads';
diff --git a/apps/wallet/src/shared/messaging/messages/payloads/transactions/ExecuteTransactionRequest.ts b/apps/wallet/src/shared/messaging/messages/payloads/transactions/ExecuteTransactionRequest.ts
index 4f303d0152da8..7210dba04e3f9 100644
--- a/apps/wallet/src/shared/messaging/messages/payloads/transactions/ExecuteTransactionRequest.ts
+++ b/apps/wallet/src/shared/messaging/messages/payloads/transactions/ExecuteTransactionRequest.ts
@@ -1,4 +1,4 @@
-// Copyright (c) 2022, Mysten Labs, Inc.
+// Copyright (c) Mysten Labs, Inc.
// SPDX-License-Identifier: Apache-2.0
import { isBasePayload } from '_payloads';
diff --git a/apps/wallet/src/shared/messaging/messages/payloads/transactions/ExecuteTransactionResponse.ts b/apps/wallet/src/shared/messaging/messages/payloads/transactions/ExecuteTransactionResponse.ts
index 1588311d5c7ca..0250a78188c76 100644
--- a/apps/wallet/src/shared/messaging/messages/payloads/transactions/ExecuteTransactionResponse.ts
+++ b/apps/wallet/src/shared/messaging/messages/payloads/transactions/ExecuteTransactionResponse.ts
@@ -1,4 +1,4 @@
-// Copyright (c) 2022, Mysten Labs, Inc.
+// Copyright (c) Mysten Labs, Inc.
// SPDX-License-Identifier: Apache-2.0
import { isBasePayload } from '_payloads';
diff --git a/apps/wallet/src/shared/messaging/messages/payloads/transactions/TransactionRequest.ts b/apps/wallet/src/shared/messaging/messages/payloads/transactions/TransactionRequest.ts
index 5707834c2a8bc..dfa04adb94757 100644
--- a/apps/wallet/src/shared/messaging/messages/payloads/transactions/TransactionRequest.ts
+++ b/apps/wallet/src/shared/messaging/messages/payloads/transactions/TransactionRequest.ts
@@ -1,4 +1,4 @@
-// Copyright (c) 2022, Mysten Labs, Inc.
+// Copyright (c) Mysten Labs, Inc.
// SPDX-License-Identifier: Apache-2.0
import type {
diff --git a/apps/wallet/src/shared/messaging/messages/payloads/transactions/index.ts b/apps/wallet/src/shared/messaging/messages/payloads/transactions/index.ts
index f9a2848d1811a..64a7fec6fe5a5 100644
--- a/apps/wallet/src/shared/messaging/messages/payloads/transactions/index.ts
+++ b/apps/wallet/src/shared/messaging/messages/payloads/transactions/index.ts
@@ -1,4 +1,4 @@
-// Copyright (c) 2022, Mysten Labs, Inc.
+// Copyright (c) Mysten Labs, Inc.
// SPDX-License-Identifier: Apache-2.0
export * from './ExecuteTransactionRequest';
diff --git a/apps/wallet/src/shared/messaging/messages/payloads/transactions/ui/GetTransactionRequests.ts b/apps/wallet/src/shared/messaging/messages/payloads/transactions/ui/GetTransactionRequests.ts
index d2be1410989a4..4d1b41801eec6 100644
--- a/apps/wallet/src/shared/messaging/messages/payloads/transactions/ui/GetTransactionRequests.ts
+++ b/apps/wallet/src/shared/messaging/messages/payloads/transactions/ui/GetTransactionRequests.ts
@@ -1,4 +1,4 @@
-// Copyright (c) 2022, Mysten Labs, Inc.
+// Copyright (c) Mysten Labs, Inc.
// SPDX-License-Identifier: Apache-2.0
import { isBasePayload } from '_payloads';
diff --git a/apps/wallet/src/shared/messaging/messages/payloads/transactions/ui/GetTransactionRequestsResponse.ts b/apps/wallet/src/shared/messaging/messages/payloads/transactions/ui/GetTransactionRequestsResponse.ts
index b69ed1a47f708..ad1fe2a84d123 100644
--- a/apps/wallet/src/shared/messaging/messages/payloads/transactions/ui/GetTransactionRequestsResponse.ts
+++ b/apps/wallet/src/shared/messaging/messages/payloads/transactions/ui/GetTransactionRequestsResponse.ts
@@ -1,4 +1,4 @@
-// Copyright (c) 2022, Mysten Labs, Inc.
+// Copyright (c) Mysten Labs, Inc.
// SPDX-License-Identifier: Apache-2.0
import { isBasePayload } from '_payloads';
diff --git a/apps/wallet/src/shared/messaging/messages/payloads/transactions/ui/TransactionRequestResponse.ts b/apps/wallet/src/shared/messaging/messages/payloads/transactions/ui/TransactionRequestResponse.ts
index c47c04e2baf29..d578c754d26a0 100644
--- a/apps/wallet/src/shared/messaging/messages/payloads/transactions/ui/TransactionRequestResponse.ts
+++ b/apps/wallet/src/shared/messaging/messages/payloads/transactions/ui/TransactionRequestResponse.ts
@@ -1,4 +1,4 @@
-// Copyright (c) 2022, Mysten Labs, Inc.
+// Copyright (c) Mysten Labs, Inc.
// SPDX-License-Identifier: Apache-2.0
import { isBasePayload } from '_payloads';
diff --git a/apps/wallet/src/shared/plausible.ts b/apps/wallet/src/shared/plausible.ts
index a53c388b9c665..463184f207565 100644
--- a/apps/wallet/src/shared/plausible.ts
+++ b/apps/wallet/src/shared/plausible.ts
@@ -1,4 +1,4 @@
-// Copyright (c) 2022, Mysten Labs, Inc.
+// Copyright (c) Mysten Labs, Inc.
// SPDX-License-Identifier: Apache-2.0
import Plausible from 'plausible-tracker';
diff --git a/apps/wallet/src/shared/utils/bip39.test.ts b/apps/wallet/src/shared/utils/bip39.test.ts
index 8ef4c4056aa45..e086e7d2a4bc0 100644
--- a/apps/wallet/src/shared/utils/bip39.test.ts
+++ b/apps/wallet/src/shared/utils/bip39.test.ts
@@ -1,4 +1,4 @@
-// Copyright (c) 2022, Mysten Labs, Inc.
+// Copyright (c) Mysten Labs, Inc.
// SPDX-License-Identifier: Apache-2.0
import { describe, it, expect } from 'vitest';
diff --git a/apps/wallet/src/shared/utils/bip39.ts b/apps/wallet/src/shared/utils/bip39.ts
index 113269b6567f1..533dbc552d699 100644
--- a/apps/wallet/src/shared/utils/bip39.ts
+++ b/apps/wallet/src/shared/utils/bip39.ts
@@ -1,4 +1,4 @@
-// Copyright (c) 2022, Mysten Labs, Inc.
+// Copyright (c) Mysten Labs, Inc.
// SPDX-License-Identifier: Apache-2.0
import {
generateMnemonic as bip39GenerateMnemonic,
diff --git a/apps/wallet/src/shared/utils/index.ts b/apps/wallet/src/shared/utils/index.ts
index 249cf6cce7516..ff56775af40a2 100644
--- a/apps/wallet/src/shared/utils/index.ts
+++ b/apps/wallet/src/shared/utils/index.ts
@@ -1,4 +1,4 @@
-// Copyright (c) 2022, Mysten Labs, Inc.
+// Copyright (c) Mysten Labs, Inc.
// SPDX-License-Identifier: Apache-2.0
import { useEffect } from 'react';
diff --git a/apps/wallet/src/types/assets.d.ts b/apps/wallet/src/types/assets.d.ts
index 669a11372c433..8a535a83c2725 100644
--- a/apps/wallet/src/types/assets.d.ts
+++ b/apps/wallet/src/types/assets.d.ts
@@ -1,4 +1,4 @@
-// Copyright (c) 2022, Mysten Labs, Inc.
+// Copyright (c) Mysten Labs, Inc.
// SPDX-License-Identifier: Apache-2.0
declare module '*.png' {
diff --git a/apps/wallet/src/types/node-env.d.ts b/apps/wallet/src/types/node-env.d.ts
index dd897e622b33f..584f243aab5d2 100644
--- a/apps/wallet/src/types/node-env.d.ts
+++ b/apps/wallet/src/types/node-env.d.ts
@@ -1,4 +1,4 @@
-// Copyright (c) 2022, Mysten Labs, Inc.
+// Copyright (c) Mysten Labs, Inc.
// SPDX-License-Identifier: Apache-2.0
declare namespace NodeJS {
diff --git a/apps/wallet/src/types/scss-modules.d.ts b/apps/wallet/src/types/scss-modules.d.ts
index c6e553404bb0b..daa8162095a68 100644
--- a/apps/wallet/src/types/scss-modules.d.ts
+++ b/apps/wallet/src/types/scss-modules.d.ts
@@ -1,4 +1,4 @@
-// Copyright (c) 2022, Mysten Labs, Inc.
+// Copyright (c) Mysten Labs, Inc.
// SPDX-License-Identifier: Apache-2.0
declare module '*.module.scss' {
diff --git a/apps/wallet/src/types/webextension-polyfill.d.ts b/apps/wallet/src/types/webextension-polyfill.d.ts
index 3933e2aff9d1e..850fa5e6cafa7 100644
--- a/apps/wallet/src/types/webextension-polyfill.d.ts
+++ b/apps/wallet/src/types/webextension-polyfill.d.ts
@@ -1,4 +1,4 @@
-// Copyright (c) 2022, Mysten Labs, Inc.
+// Copyright (c) Mysten Labs, Inc.
// SPDX-License-Identifier: Apache-2.0
// eslint-disable-next-line @typescript-eslint/no-unused-vars
diff --git a/apps/wallet/src/ui/app/ApiProvider.ts b/apps/wallet/src/ui/app/ApiProvider.ts
index dfe4213a47987..8f13afd986808 100644
--- a/apps/wallet/src/ui/app/ApiProvider.ts
+++ b/apps/wallet/src/ui/app/ApiProvider.ts
@@ -1,4 +1,4 @@
-// Copyright (c) 2022, Mysten Labs, Inc.
+// Copyright (c) Mysten Labs, Inc.
// SPDX-License-Identifier: Apache-2.0
import { RawSigner, JsonRpcProvider } from '@mysten/sui.js';
diff --git a/apps/wallet/src/ui/app/KeypairVault.ts b/apps/wallet/src/ui/app/KeypairVault.ts
index 2da4f125059a5..17cccef41aece 100644
--- a/apps/wallet/src/ui/app/KeypairVault.ts
+++ b/apps/wallet/src/ui/app/KeypairVault.ts
@@ -1,4 +1,4 @@
-// Copyright (c) 2022, Mysten Labs, Inc.
+// Copyright (c) Mysten Labs, Inc.
// SPDX-License-Identifier: Apache-2.0
import { Ed25519Keypair } from '@mysten/sui.js';
diff --git a/apps/wallet/src/ui/app/background-client/index.ts b/apps/wallet/src/ui/app/background-client/index.ts
index 696fa6e836f1c..30b28815c647a 100644
--- a/apps/wallet/src/ui/app/background-client/index.ts
+++ b/apps/wallet/src/ui/app/background-client/index.ts
@@ -1,4 +1,4 @@
-// Copyright (c) 2022, Mysten Labs, Inc.
+// Copyright (c) Mysten Labs, Inc.
// SPDX-License-Identifier: Apache-2.0
import { lastValueFrom, take } from 'rxjs';
diff --git a/apps/wallet/src/ui/app/components/account-address/index.tsx b/apps/wallet/src/ui/app/components/account-address/index.tsx
index c2374638c4ef4..fd94af8a631d5 100644
--- a/apps/wallet/src/ui/app/components/account-address/index.tsx
+++ b/apps/wallet/src/ui/app/components/account-address/index.tsx
@@ -1,4 +1,4 @@
-// Copyright (c) 2022, Mysten Labs, Inc.
+// Copyright (c) Mysten Labs, Inc.
// SPDX-License-Identifier: Apache-2.0
import cl from 'classnames';
diff --git a/apps/wallet/src/ui/app/components/active-coins-card/index.tsx b/apps/wallet/src/ui/app/components/active-coins-card/index.tsx
index 5d73dc5af12d9..2aff62734811b 100644
--- a/apps/wallet/src/ui/app/components/active-coins-card/index.tsx
+++ b/apps/wallet/src/ui/app/components/active-coins-card/index.tsx
@@ -1,4 +1,4 @@
-// Copyright (c) 2022, Mysten Labs, Inc.
+// Copyright (c) Mysten Labs, Inc.
// SPDX-License-Identifier: Apache-2.0
import { useMemo, useCallback } from 'react';
diff --git a/apps/wallet/src/ui/app/components/address-input/index.tsx b/apps/wallet/src/ui/app/components/address-input/index.tsx
index 81627c9bbe483..840ab2c2930ba 100644
--- a/apps/wallet/src/ui/app/components/address-input/index.tsx
+++ b/apps/wallet/src/ui/app/components/address-input/index.tsx
@@ -1,4 +1,4 @@
-// Copyright (c) 2022, Mysten Labs, Inc.
+// Copyright (c) Mysten Labs, Inc.
// SPDX-License-Identifier: Apache-2.0
import cl from 'classnames';
diff --git a/apps/wallet/src/ui/app/components/address-input/validation.ts b/apps/wallet/src/ui/app/components/address-input/validation.ts
index 07b4f34488f48..cd4ce9700dcd6 100644
--- a/apps/wallet/src/ui/app/components/address-input/validation.ts
+++ b/apps/wallet/src/ui/app/components/address-input/validation.ts
@@ -1,4 +1,4 @@
-// Copyright (c) 2022, Mysten Labs, Inc.
+// Copyright (c) Mysten Labs, Inc.
// SPDX-License-Identifier: Apache-2.0
import { isValidSuiAddress } from '@mysten/sui.js';
diff --git a/apps/wallet/src/ui/app/components/alert/index.tsx b/apps/wallet/src/ui/app/components/alert/index.tsx
index e2b41b1a9cd0a..3ba3812c1b0af 100644
--- a/apps/wallet/src/ui/app/components/alert/index.tsx
+++ b/apps/wallet/src/ui/app/components/alert/index.tsx
@@ -1,4 +1,4 @@
-// Copyright (c) 2022, Mysten Labs, Inc.
+// Copyright (c) Mysten Labs, Inc.
// SPDX-License-Identifier: Apache-2.0
import cl from 'classnames';
diff --git a/apps/wallet/src/ui/app/components/copy-to-clipboard/index.tsx b/apps/wallet/src/ui/app/components/copy-to-clipboard/index.tsx
index 440cad461cf0f..dfe8b645ee87e 100644
--- a/apps/wallet/src/ui/app/components/copy-to-clipboard/index.tsx
+++ b/apps/wallet/src/ui/app/components/copy-to-clipboard/index.tsx
@@ -1,4 +1,4 @@
-// Copyright (c) 2022, Mysten Labs, Inc.
+// Copyright (c) Mysten Labs, Inc.
// SPDX-License-Identifier: Apache-2.0
import cl from 'classnames';
diff --git a/apps/wallet/src/ui/app/components/explorer-link/Explorer.ts b/apps/wallet/src/ui/app/components/explorer-link/Explorer.ts
index 8ff61cec382ec..4c708d403c544 100644
--- a/apps/wallet/src/ui/app/components/explorer-link/Explorer.ts
+++ b/apps/wallet/src/ui/app/components/explorer-link/Explorer.ts
@@ -1,4 +1,4 @@
-// Copyright (c) 2022, Mysten Labs, Inc.
+// Copyright (c) Mysten Labs, Inc.
// SPDX-License-Identifier: Apache-2.0
import { API_ENV, DEFAULT_API_ENV } from '_app/ApiProvider';
diff --git a/apps/wallet/src/ui/app/components/explorer-link/ExplorerLinkType.ts b/apps/wallet/src/ui/app/components/explorer-link/ExplorerLinkType.ts
index 503411702a8d4..bc136c0ea111b 100644
--- a/apps/wallet/src/ui/app/components/explorer-link/ExplorerLinkType.ts
+++ b/apps/wallet/src/ui/app/components/explorer-link/ExplorerLinkType.ts
@@ -1,4 +1,4 @@
-// Copyright (c) 2022, Mysten Labs, Inc.
+// Copyright (c) Mysten Labs, Inc.
// SPDX-License-Identifier: Apache-2.0
export enum ExplorerLinkType {
diff --git a/apps/wallet/src/ui/app/components/explorer-link/index.tsx b/apps/wallet/src/ui/app/components/explorer-link/index.tsx
index 189212b53d822..193cc0e23f4da 100644
--- a/apps/wallet/src/ui/app/components/explorer-link/index.tsx
+++ b/apps/wallet/src/ui/app/components/explorer-link/index.tsx
@@ -1,4 +1,4 @@
-// Copyright (c) 2022, Mysten Labs, Inc.
+// Copyright (c) Mysten Labs, Inc.
// SPDX-License-Identifier: Apache-2.0
import { memo, useCallback, useMemo } from 'react';
diff --git a/apps/wallet/src/ui/app/components/external-link/index.tsx b/apps/wallet/src/ui/app/components/external-link/index.tsx
index 6360116e239f8..89dec56450d8a 100644
--- a/apps/wallet/src/ui/app/components/external-link/index.tsx
+++ b/apps/wallet/src/ui/app/components/external-link/index.tsx
@@ -1,4 +1,4 @@
-// Copyright (c) 2022, Mysten Labs, Inc.
+// Copyright (c) Mysten Labs, Inc.
// SPDX-License-Identifier: Apache-2.0
import { memo } from 'react';
diff --git a/apps/wallet/src/ui/app/components/filters-tags/index.tsx b/apps/wallet/src/ui/app/components/filters-tags/index.tsx
index 9face6ce3b4e0..5d023a41c0c6f 100644
--- a/apps/wallet/src/ui/app/components/filters-tags/index.tsx
+++ b/apps/wallet/src/ui/app/components/filters-tags/index.tsx
@@ -1,4 +1,4 @@
-// Copyright (c) 2022, Mysten Labs, Inc.
+// Copyright (c) Mysten Labs, Inc.
// SPDX-License-Identifier: Apache-2.0
import cl from 'classnames';
diff --git a/apps/wallet/src/ui/app/components/icon/index.tsx b/apps/wallet/src/ui/app/components/icon/index.tsx
index 3559185501211..70be3f784add8 100644
--- a/apps/wallet/src/ui/app/components/icon/index.tsx
+++ b/apps/wallet/src/ui/app/components/icon/index.tsx
@@ -1,4 +1,4 @@
-// Copyright (c) 2022, Mysten Labs, Inc.
+// Copyright (c) Mysten Labs, Inc.
// SPDX-License-Identifier: Apache-2.0
import cl from 'classnames';
diff --git a/apps/wallet/src/ui/app/components/loading/LoadingIndicator.tsx b/apps/wallet/src/ui/app/components/loading/LoadingIndicator.tsx
index 8cf1e9c6a8143..0cc7032b8cf91 100644
--- a/apps/wallet/src/ui/app/components/loading/LoadingIndicator.tsx
+++ b/apps/wallet/src/ui/app/components/loading/LoadingIndicator.tsx
@@ -1,4 +1,4 @@
-// Copyright (c) 2022, Mysten Labs, Inc.
+// Copyright (c) Mysten Labs, Inc.
// SPDX-License-Identifier: Apache-2.0
import st from './LoadingIndicator.module.scss';
diff --git a/apps/wallet/src/ui/app/components/loading/index.tsx b/apps/wallet/src/ui/app/components/loading/index.tsx
index 9a00c4a473b73..0c5f37ca34a74 100644
--- a/apps/wallet/src/ui/app/components/loading/index.tsx
+++ b/apps/wallet/src/ui/app/components/loading/index.tsx
@@ -1,4 +1,4 @@
-// Copyright (c) 2022, Mysten Labs, Inc.
+// Copyright (c) Mysten Labs, Inc.
// SPDX-License-Identifier: Apache-2.0
import { memo } from 'react';
diff --git a/apps/wallet/src/ui/app/components/logo/index.tsx b/apps/wallet/src/ui/app/components/logo/index.tsx
index 2f342c3ac43ad..aba797956047a 100644
--- a/apps/wallet/src/ui/app/components/logo/index.tsx
+++ b/apps/wallet/src/ui/app/components/logo/index.tsx
@@ -1,4 +1,4 @@
-// Copyright (c) 2022, Mysten Labs, Inc.
+// Copyright (c) Mysten Labs, Inc.
// SPDX-License-Identifier: Apache-2.0
import classnames from 'classnames/bind';
diff --git a/apps/wallet/src/ui/app/components/menu/button/index.tsx b/apps/wallet/src/ui/app/components/menu/button/index.tsx
index 9d01588c3b6b6..51a59e25fecbc 100644
--- a/apps/wallet/src/ui/app/components/menu/button/index.tsx
+++ b/apps/wallet/src/ui/app/components/menu/button/index.tsx
@@ -1,4 +1,4 @@
-// Copyright (c) 2022, Mysten Labs, Inc.
+// Copyright (c) Mysten Labs, Inc.
// SPDX-License-Identifier: Apache-2.0
import cl from 'classnames';
diff --git a/apps/wallet/src/ui/app/components/menu/content/account/index.tsx b/apps/wallet/src/ui/app/components/menu/content/account/index.tsx
index 10fbf47e6f0d8..9c4434e0d1283 100644
--- a/apps/wallet/src/ui/app/components/menu/content/account/index.tsx
+++ b/apps/wallet/src/ui/app/components/menu/content/account/index.tsx
@@ -1,4 +1,4 @@
-// Copyright (c) 2022, Mysten Labs, Inc.
+// Copyright (c) Mysten Labs, Inc.
// SPDX-License-Identifier: Apache-2.0
import { useCallback, useState } from 'react';
diff --git a/apps/wallet/src/ui/app/components/menu/content/index.tsx b/apps/wallet/src/ui/app/components/menu/content/index.tsx
index 82496208ae70d..60450bb3d463e 100644
--- a/apps/wallet/src/ui/app/components/menu/content/index.tsx
+++ b/apps/wallet/src/ui/app/components/menu/content/index.tsx
@@ -1,4 +1,4 @@
-// Copyright (c) 2022, Mysten Labs, Inc.
+// Copyright (c) Mysten Labs, Inc.
// SPDX-License-Identifier: Apache-2.0
import cl from 'classnames';
diff --git a/apps/wallet/src/ui/app/components/menu/content/layout/index.tsx b/apps/wallet/src/ui/app/components/menu/content/layout/index.tsx
index 76592478eaa57..452a50dc64795 100644
--- a/apps/wallet/src/ui/app/components/menu/content/layout/index.tsx
+++ b/apps/wallet/src/ui/app/components/menu/content/layout/index.tsx
@@ -1,4 +1,4 @@
-// Copyright (c) 2022, Mysten Labs, Inc.
+// Copyright (c) Mysten Labs, Inc.
// SPDX-License-Identifier: Apache-2.0
import { memo } from 'react';
diff --git a/apps/wallet/src/ui/app/components/menu/content/menu-list/index.tsx b/apps/wallet/src/ui/app/components/menu/content/menu-list/index.tsx
index 0b810d0718743..880a9d409aa20 100644
--- a/apps/wallet/src/ui/app/components/menu/content/menu-list/index.tsx
+++ b/apps/wallet/src/ui/app/components/menu/content/menu-list/index.tsx
@@ -1,4 +1,4 @@
-// Copyright (c) 2022, Mysten Labs, Inc.
+// Copyright (c) Mysten Labs, Inc.
// SPDX-License-Identifier: Apache-2.0
import { Link } from 'react-router-dom';
diff --git a/apps/wallet/src/ui/app/components/menu/content/menu-list/item/index.tsx b/apps/wallet/src/ui/app/components/menu/content/menu-list/item/index.tsx
index 8f164edf49c3f..7508164ef9fa9 100644
--- a/apps/wallet/src/ui/app/components/menu/content/menu-list/item/index.tsx
+++ b/apps/wallet/src/ui/app/components/menu/content/menu-list/item/index.tsx
@@ -1,4 +1,4 @@
-// Copyright (c) 2022, Mysten Labs, Inc.
+// Copyright (c) Mysten Labs, Inc.
// SPDX-License-Identifier: Apache-2.0
import { memo } from 'react';
diff --git a/apps/wallet/src/ui/app/components/menu/content/network/index.tsx b/apps/wallet/src/ui/app/components/menu/content/network/index.tsx
index 9dbe56f643e0c..8eaa5c52aa1c9 100644
--- a/apps/wallet/src/ui/app/components/menu/content/network/index.tsx
+++ b/apps/wallet/src/ui/app/components/menu/content/network/index.tsx
@@ -1,4 +1,4 @@
-// Copyright (c) 2022, Mysten Labs, Inc.
+// Copyright (c) Mysten Labs, Inc.
// SPDX-License-Identifier: Apache-2.0
import Layout from '_components/menu/content/layout';
diff --git a/apps/wallet/src/ui/app/components/menu/hooks.ts b/apps/wallet/src/ui/app/components/menu/hooks.ts
index 1360d932fd746..0972743690dfe 100644
--- a/apps/wallet/src/ui/app/components/menu/hooks.ts
+++ b/apps/wallet/src/ui/app/components/menu/hooks.ts
@@ -1,4 +1,4 @@
-// Copyright (c) 2022, Mysten Labs, Inc.
+// Copyright (c) Mysten Labs, Inc.
// SPDX-License-Identifier: Apache-2.0
import { useMemo } from 'react';
diff --git a/apps/wallet/src/ui/app/components/menu/index.tsx b/apps/wallet/src/ui/app/components/menu/index.tsx
index 93c40e17c2981..907e28ab3c590 100644
--- a/apps/wallet/src/ui/app/components/menu/index.tsx
+++ b/apps/wallet/src/ui/app/components/menu/index.tsx
@@ -1,4 +1,4 @@
-// Copyright (c) 2022, Mysten Labs, Inc.
+// Copyright (c) Mysten Labs, Inc.
// SPDX-License-Identifier: Apache-2.0
export { default as MenuButton } from './button';
diff --git a/apps/wallet/src/ui/app/components/navigation/index.tsx b/apps/wallet/src/ui/app/components/navigation/index.tsx
index 3255fe68aada4..d83a2224bf7a3 100644
--- a/apps/wallet/src/ui/app/components/navigation/index.tsx
+++ b/apps/wallet/src/ui/app/components/navigation/index.tsx
@@ -1,4 +1,4 @@
-// Copyright (c) 2022, Mysten Labs, Inc.
+// Copyright (c) Mysten Labs, Inc.
// SPDX-License-Identifier: Apache-2.0
import cl from 'classnames';
diff --git a/apps/wallet/src/ui/app/components/network-selector/index.tsx b/apps/wallet/src/ui/app/components/network-selector/index.tsx
index 9752968324e32..c6f3d5f5c5aff 100644
--- a/apps/wallet/src/ui/app/components/network-selector/index.tsx
+++ b/apps/wallet/src/ui/app/components/network-selector/index.tsx
@@ -1,4 +1,4 @@
-// Copyright (c) 2022, Mysten Labs, Inc.
+// Copyright (c) Mysten Labs, Inc.
// SPDX-License-Identifier: Apache-2.0
import cl from 'classnames';
diff --git a/apps/wallet/src/ui/app/components/nft-display/index.tsx b/apps/wallet/src/ui/app/components/nft-display/index.tsx
index f9ada5d4bac58..290b764b1141b 100644
--- a/apps/wallet/src/ui/app/components/nft-display/index.tsx
+++ b/apps/wallet/src/ui/app/components/nft-display/index.tsx
@@ -1,4 +1,4 @@
-// Copyright (c) 2022, Mysten Labs, Inc.
+// Copyright (c) Mysten Labs, Inc.
// SPDX-License-Identifier: Apache-2.0
import cl from 'classnames';
diff --git a/apps/wallet/src/ui/app/components/number-input/index.tsx b/apps/wallet/src/ui/app/components/number-input/index.tsx
index bee688f0fbded..9e85fb53802d2 100644
--- a/apps/wallet/src/ui/app/components/number-input/index.tsx
+++ b/apps/wallet/src/ui/app/components/number-input/index.tsx
@@ -1,4 +1,4 @@
-// Copyright (c) 2022, Mysten Labs, Inc.
+// Copyright (c) Mysten Labs, Inc.
// SPDX-License-Identifier: Apache-2.0
import { memo, useCallback } from 'react';
diff --git a/apps/wallet/src/ui/app/components/overlay/index.tsx b/apps/wallet/src/ui/app/components/overlay/index.tsx
index 680b32980787b..e8f896840aec5 100644
--- a/apps/wallet/src/ui/app/components/overlay/index.tsx
+++ b/apps/wallet/src/ui/app/components/overlay/index.tsx
@@ -1,4 +1,4 @@
-// Copyright (c) 2022, Mysten Labs, Inc.
+// Copyright (c) Mysten Labs, Inc.
// SPDX-License-Identifier: Apache-2.0
import cl from 'classnames';
diff --git a/apps/wallet/src/ui/app/components/progress-bar/index.tsx b/apps/wallet/src/ui/app/components/progress-bar/index.tsx
index 94054c5138b9a..35f3429c5fa19 100644
--- a/apps/wallet/src/ui/app/components/progress-bar/index.tsx
+++ b/apps/wallet/src/ui/app/components/progress-bar/index.tsx
@@ -1,4 +1,4 @@
-// Copyright (c) 2022, Mysten Labs, Inc.
+// Copyright (c) Mysten Labs, Inc.
// SPDX-License-Identifier: Apache-2.0
import cl from 'classnames';
diff --git a/apps/wallet/src/ui/app/components/receipt-card/index.tsx b/apps/wallet/src/ui/app/components/receipt-card/index.tsx
index 8f5140979a71f..dcfb640868e4d 100644
--- a/apps/wallet/src/ui/app/components/receipt-card/index.tsx
+++ b/apps/wallet/src/ui/app/components/receipt-card/index.tsx
@@ -1,4 +1,4 @@
-// Copyright (c) 2022, Mysten Labs, Inc.
+// Copyright (c) Mysten Labs, Inc.
// SPDX-License-Identifier: Apache-2.0
import cl from 'classnames';
diff --git a/apps/wallet/src/ui/app/components/sui-apps/ConnectedAppsCard.tsx b/apps/wallet/src/ui/app/components/sui-apps/ConnectedAppsCard.tsx
index fda6b29c5214d..d3de78a81849e 100644
--- a/apps/wallet/src/ui/app/components/sui-apps/ConnectedAppsCard.tsx
+++ b/apps/wallet/src/ui/app/components/sui-apps/ConnectedAppsCard.tsx
@@ -1,4 +1,4 @@
-// Copyright (c) 2022, Mysten Labs, Inc.
+// Copyright (c) Mysten Labs, Inc.
// SPDX-License-Identifier: Apache-2.0
import cl from 'classnames';
diff --git a/apps/wallet/src/ui/app/components/sui-apps/DisconnectApp.tsx b/apps/wallet/src/ui/app/components/sui-apps/DisconnectApp.tsx
index 71396e59798b2..358bc4f836f7f 100644
--- a/apps/wallet/src/ui/app/components/sui-apps/DisconnectApp.tsx
+++ b/apps/wallet/src/ui/app/components/sui-apps/DisconnectApp.tsx
@@ -1,4 +1,4 @@
-// Copyright (c) 2022, Mysten Labs, Inc.
+// Copyright (c) Mysten Labs, Inc.
// SPDX-License-Identifier: Apache-2.0
import cl from 'classnames';
diff --git a/apps/wallet/src/ui/app/components/sui-apps/SuiApp.tsx b/apps/wallet/src/ui/app/components/sui-apps/SuiApp.tsx
index a83992816beb4..dd5b55b319c0d 100644
--- a/apps/wallet/src/ui/app/components/sui-apps/SuiApp.tsx
+++ b/apps/wallet/src/ui/app/components/sui-apps/SuiApp.tsx
@@ -1,4 +1,4 @@
-// Copyright (c) 2022, Mysten Labs, Inc.
+// Copyright (c) Mysten Labs, Inc.
// SPDX-License-Identifier: Apache-2.0
import cl from 'classnames';
diff --git a/apps/wallet/src/ui/app/components/sui-apps/index.tsx b/apps/wallet/src/ui/app/components/sui-apps/index.tsx
index f99dbac0406f2..3526bbb97cd27 100644
--- a/apps/wallet/src/ui/app/components/sui-apps/index.tsx
+++ b/apps/wallet/src/ui/app/components/sui-apps/index.tsx
@@ -1,4 +1,4 @@
-// Copyright (c) 2022, Mysten Labs, Inc.
+// Copyright (c) Mysten Labs, Inc.
// SPDX-License-Identifier: Apache-2.0
import cl from 'classnames';
diff --git a/apps/wallet/src/ui/app/components/sui-object/field/index.tsx b/apps/wallet/src/ui/app/components/sui-object/field/index.tsx
index 42055b2dcc81a..a1cdc67265efa 100644
--- a/apps/wallet/src/ui/app/components/sui-object/field/index.tsx
+++ b/apps/wallet/src/ui/app/components/sui-object/field/index.tsx
@@ -1,4 +1,4 @@
-// Copyright (c) 2022, Mysten Labs, Inc.
+// Copyright (c) Mysten Labs, Inc.
// SPDX-License-Identifier: Apache-2.0
import { memo } from 'react';
diff --git a/apps/wallet/src/ui/app/components/sui-object/index.tsx b/apps/wallet/src/ui/app/components/sui-object/index.tsx
index 87ef7b6bbdcc1..e3342cc911113 100644
--- a/apps/wallet/src/ui/app/components/sui-object/index.tsx
+++ b/apps/wallet/src/ui/app/components/sui-object/index.tsx
@@ -1,4 +1,4 @@
-// Copyright (c) 2022, Mysten Labs, Inc.
+// Copyright (c) Mysten Labs, Inc.
// SPDX-License-Identifier: Apache-2.0
import { isSuiMoveObject, isSuiMovePackage } from '@mysten/sui.js';
diff --git a/apps/wallet/src/ui/app/components/transactions-card/index.tsx b/apps/wallet/src/ui/app/components/transactions-card/index.tsx
index 0ca555ee4385b..e4db1cfeb4679 100644
--- a/apps/wallet/src/ui/app/components/transactions-card/index.tsx
+++ b/apps/wallet/src/ui/app/components/transactions-card/index.tsx
@@ -1,4 +1,4 @@
-// Copyright (c) 2022, Mysten Labs, Inc.
+// Copyright (c) Mysten Labs, Inc.
// SPDX-License-Identifier: Apache-2.0
import cl from 'classnames';
diff --git a/apps/wallet/src/ui/app/components/user-approve-container/index.tsx b/apps/wallet/src/ui/app/components/user-approve-container/index.tsx
index 643b4c4334501..4e3daf01159d2 100644
--- a/apps/wallet/src/ui/app/components/user-approve-container/index.tsx
+++ b/apps/wallet/src/ui/app/components/user-approve-container/index.tsx
@@ -1,4 +1,4 @@
-// Copyright (c) 2022, Mysten Labs, Inc.
+// Copyright (c) Mysten Labs, Inc.
// SPDX-License-Identifier: Apache-2.0
import cl from 'classnames';
diff --git a/apps/wallet/src/ui/app/experimentation/feature-gating.ts b/apps/wallet/src/ui/app/experimentation/feature-gating.ts
index 028df650318dc..07fe0eefee5bf 100644
--- a/apps/wallet/src/ui/app/experimentation/feature-gating.ts
+++ b/apps/wallet/src/ui/app/experimentation/feature-gating.ts
@@ -1,4 +1,4 @@
-// Copyright (c) 2022, Mysten Labs, Inc.
+// Copyright (c) Mysten Labs, Inc.
// SPDX-License-Identifier: Apache-2.0
import { GrowthBook } from '@growthbook/growthbook';
diff --git a/apps/wallet/src/ui/app/helpers/formatDate.ts b/apps/wallet/src/ui/app/helpers/formatDate.ts
index 6aa68d43cf2d5..ee236e96e6084 100644
--- a/apps/wallet/src/ui/app/helpers/formatDate.ts
+++ b/apps/wallet/src/ui/app/helpers/formatDate.ts
@@ -1,4 +1,4 @@
-// Copyright (c) 2022, Mysten Labs, Inc.
+// Copyright (c) Mysten Labs, Inc.
// SPDX-License-Identifier: Apache-2.0
// TODO - handle multiple date formats
diff --git a/apps/wallet/src/ui/app/helpers/index.ts b/apps/wallet/src/ui/app/helpers/index.ts
index c6a2c0ea6c382..5a213cbeaf60a 100644
--- a/apps/wallet/src/ui/app/helpers/index.ts
+++ b/apps/wallet/src/ui/app/helpers/index.ts
@@ -1,4 +1,4 @@
-// Copyright (c) 2022, Mysten Labs, Inc.
+// Copyright (c) Mysten Labs, Inc.
// SPDX-License-Identifier: Apache-2.0
export { default as formatDate } from './formatDate';
diff --git a/apps/wallet/src/ui/app/helpers/notEmptyCheck.ts b/apps/wallet/src/ui/app/helpers/notEmptyCheck.ts
index 0438d0ed8211f..c421c4da47f52 100644
--- a/apps/wallet/src/ui/app/helpers/notEmptyCheck.ts
+++ b/apps/wallet/src/ui/app/helpers/notEmptyCheck.ts
@@ -1,4 +1,4 @@
-// Copyright (c) 2022, Mysten Labs, Inc.
+// Copyright (c) Mysten Labs, Inc.
// SPDX-License-Identifier: Apache-2.0
export default function notEmpty(
diff --git a/apps/wallet/src/ui/app/hooks/index.ts b/apps/wallet/src/ui/app/hooks/index.ts
index 6cfc22805122f..58a107c6c7a2e 100644
--- a/apps/wallet/src/ui/app/hooks/index.ts
+++ b/apps/wallet/src/ui/app/hooks/index.ts
@@ -1,4 +1,4 @@
-// Copyright (c) 2022, Mysten Labs, Inc.
+// Copyright (c) Mysten Labs, Inc.
// SPDX-License-Identifier: Apache-2.0
export { default as useAppDispatch } from './useAppDispatch';
diff --git a/apps/wallet/src/ui/app/hooks/useAppDispatch.ts b/apps/wallet/src/ui/app/hooks/useAppDispatch.ts
index d7fa5b5567a84..004c2414fba78 100644
--- a/apps/wallet/src/ui/app/hooks/useAppDispatch.ts
+++ b/apps/wallet/src/ui/app/hooks/useAppDispatch.ts
@@ -1,4 +1,4 @@
-// Copyright (c) 2022, Mysten Labs, Inc.
+// Copyright (c) Mysten Labs, Inc.
// SPDX-License-Identifier: Apache-2.0
import { useDispatch } from 'react-redux';
diff --git a/apps/wallet/src/ui/app/hooks/useAppSelector.ts b/apps/wallet/src/ui/app/hooks/useAppSelector.ts
index 7d66f618449d6..a33a5eba420ec 100644
--- a/apps/wallet/src/ui/app/hooks/useAppSelector.ts
+++ b/apps/wallet/src/ui/app/hooks/useAppSelector.ts
@@ -1,4 +1,4 @@
-// Copyright (c) 2022, Mysten Labs, Inc.
+// Copyright (c) Mysten Labs, Inc.
// SPDX-License-Identifier: Apache-2.0
import { useSelector } from 'react-redux';
diff --git a/apps/wallet/src/ui/app/hooks/useFileExtentionType.ts b/apps/wallet/src/ui/app/hooks/useFileExtentionType.ts
index 8c7f95da260aa..963bac781d075 100644
--- a/apps/wallet/src/ui/app/hooks/useFileExtentionType.ts
+++ b/apps/wallet/src/ui/app/hooks/useFileExtentionType.ts
@@ -1,4 +1,4 @@
-// Copyright (c) 2022, Mysten Labs, Inc.
+// Copyright (c) Mysten Labs, Inc.
// SPDX-License-Identifier: Apache-2.0
type FileExtentionType = {
diff --git a/apps/wallet/src/ui/app/hooks/useFullscreenGuard.ts b/apps/wallet/src/ui/app/hooks/useFullscreenGuard.ts
index 139c8c54cc2db..adf31326674a0 100644
--- a/apps/wallet/src/ui/app/hooks/useFullscreenGuard.ts
+++ b/apps/wallet/src/ui/app/hooks/useFullscreenGuard.ts
@@ -1,4 +1,4 @@
-// Copyright (c) 2022, Mysten Labs, Inc.
+// Copyright (c) Mysten Labs, Inc.
// SPDX-License-Identifier: Apache-2.0
import { useEffect } from 'react';
diff --git a/apps/wallet/src/ui/app/hooks/useInitializedGuard.ts b/apps/wallet/src/ui/app/hooks/useInitializedGuard.ts
index b0c5a4bff6e60..9895d7d2818b6 100644
--- a/apps/wallet/src/ui/app/hooks/useInitializedGuard.ts
+++ b/apps/wallet/src/ui/app/hooks/useInitializedGuard.ts
@@ -1,4 +1,4 @@
-// Copyright (c) 2022, Mysten Labs, Inc.
+// Copyright (c) Mysten Labs, Inc.
// SPDX-License-Identifier: Apache-2.0
import { useEffect, useMemo } from 'react';
diff --git a/apps/wallet/src/ui/app/hooks/useMediaUrl.ts b/apps/wallet/src/ui/app/hooks/useMediaUrl.ts
index 9d6eaf363126c..49fdfc38926a0 100644
--- a/apps/wallet/src/ui/app/hooks/useMediaUrl.ts
+++ b/apps/wallet/src/ui/app/hooks/useMediaUrl.ts
@@ -1,4 +1,4 @@
-// Copyright (c) 2022, Mysten Labs, Inc.
+// Copyright (c) Mysten Labs, Inc.
// SPDX-License-Identifier: Apache-2.0
import { isSuiMoveObject } from '@mysten/sui.js';
diff --git a/apps/wallet/src/ui/app/hooks/useMiddleEllipsis.ts b/apps/wallet/src/ui/app/hooks/useMiddleEllipsis.ts
index ddcdd6d3d6531..c4425ab713d2a 100644
--- a/apps/wallet/src/ui/app/hooks/useMiddleEllipsis.ts
+++ b/apps/wallet/src/ui/app/hooks/useMiddleEllipsis.ts
@@ -1,4 +1,4 @@
-// Copyright (c) 2022, Mysten Labs, Inc.
+// Copyright (c) Mysten Labs, Inc.
// SPDX-License-Identifier: Apache-2.0
import { useMemo } from 'react';
diff --git a/apps/wallet/src/ui/app/hooks/useNFTBasicData.ts b/apps/wallet/src/ui/app/hooks/useNFTBasicData.ts
index cde31992e9857..fe3a5da1bfbbd 100644
--- a/apps/wallet/src/ui/app/hooks/useNFTBasicData.ts
+++ b/apps/wallet/src/ui/app/hooks/useNFTBasicData.ts
@@ -1,4 +1,4 @@
-// Copyright (c) 2022, Mysten Labs, Inc.
+// Copyright (c) Mysten Labs, Inc.
// SPDX-License-Identifier: Apache-2.0
import { isSuiMoveObject, getObjectId, getObjectFields } from '@mysten/sui.js';
diff --git a/apps/wallet/src/ui/app/hooks/useNumberDelimiters.ts b/apps/wallet/src/ui/app/hooks/useNumberDelimiters.ts
index cd1d932ee6c84..b5df1e2c80ccc 100644
--- a/apps/wallet/src/ui/app/hooks/useNumberDelimiters.ts
+++ b/apps/wallet/src/ui/app/hooks/useNumberDelimiters.ts
@@ -1,4 +1,4 @@
-// Copyright (c) 2022, Mysten Labs, Inc.
+// Copyright (c) Mysten Labs, Inc.
// SPDX-License-Identifier: Apache-2.0
import { useMemo } from 'react';
diff --git a/apps/wallet/src/ui/app/hooks/useObjectsState.ts b/apps/wallet/src/ui/app/hooks/useObjectsState.ts
index d6965e73832fe..05e4d88a928cb 100644
--- a/apps/wallet/src/ui/app/hooks/useObjectsState.ts
+++ b/apps/wallet/src/ui/app/hooks/useObjectsState.ts
@@ -1,4 +1,4 @@
-// Copyright (c) 2022, Mysten Labs, Inc.
+// Copyright (c) Mysten Labs, Inc.
// SPDX-License-Identifier: Apache-2.0
import { useMemo } from 'react';
diff --git a/apps/wallet/src/ui/app/hooks/useOnClickOutside.ts b/apps/wallet/src/ui/app/hooks/useOnClickOutside.ts
index cd660049d3d71..f9b5f21ab6373 100644
--- a/apps/wallet/src/ui/app/hooks/useOnClickOutside.ts
+++ b/apps/wallet/src/ui/app/hooks/useOnClickOutside.ts
@@ -1,4 +1,4 @@
-// Copyright (c) 2022, Mysten Labs, Inc.
+// Copyright (c) Mysten Labs, Inc.
// SPDX-License-Identifier: Apache-2.0
import { useEffect } from 'react';
diff --git a/apps/wallet/src/ui/app/hooks/useOnKeyboardEvent.ts b/apps/wallet/src/ui/app/hooks/useOnKeyboardEvent.ts
index 606aa21e9cbf0..956082bf105fb 100644
--- a/apps/wallet/src/ui/app/hooks/useOnKeyboardEvent.ts
+++ b/apps/wallet/src/ui/app/hooks/useOnKeyboardEvent.ts
@@ -1,4 +1,4 @@
-// Copyright (c) 2022, Mysten Labs, Inc.
+// Copyright (c) Mysten Labs, Inc.
// SPDX-License-Identifier: Apache-2.0
import { useEffect } from 'react';
diff --git a/apps/wallet/src/ui/app/hooks/useSuiObjectFields.ts b/apps/wallet/src/ui/app/hooks/useSuiObjectFields.ts
index cfcef699fd325..6ee7875ec41c6 100644
--- a/apps/wallet/src/ui/app/hooks/useSuiObjectFields.ts
+++ b/apps/wallet/src/ui/app/hooks/useSuiObjectFields.ts
@@ -1,4 +1,4 @@
-// Copyright (c) 2022, Mysten Labs, Inc.
+// Copyright (c) Mysten Labs, Inc.
// SPDX-License-Identifier: Apache-2.0
import { isSuiMoveObject } from '@mysten/sui.js';
diff --git a/apps/wallet/src/ui/app/hooks/useWaitForElement.ts b/apps/wallet/src/ui/app/hooks/useWaitForElement.ts
index 8d906eea2b8b6..837b35f751de6 100644
--- a/apps/wallet/src/ui/app/hooks/useWaitForElement.ts
+++ b/apps/wallet/src/ui/app/hooks/useWaitForElement.ts
@@ -1,4 +1,4 @@
-// Copyright (c) 2022, Mysten Labs, Inc.
+// Copyright (c) Mysten Labs, Inc.
// SPDX-License-Identifier: Apache-2.0
import { useEffect, useMemo } from 'react';
diff --git a/apps/wallet/src/ui/app/index.tsx b/apps/wallet/src/ui/app/index.tsx
index 39b1c30c34756..9a339db807d42 100644
--- a/apps/wallet/src/ui/app/index.tsx
+++ b/apps/wallet/src/ui/app/index.tsx
@@ -1,4 +1,4 @@
-// Copyright (c) 2022, Mysten Labs, Inc.
+// Copyright (c) Mysten Labs, Inc.
// SPDX-License-Identifier: Apache-2.0
import { useEffect } from 'react';
diff --git a/apps/wallet/src/ui/app/pages/dapp-tx-approval/index.tsx b/apps/wallet/src/ui/app/pages/dapp-tx-approval/index.tsx
index a3b591f50316f..c02c2ac2de05f 100644
--- a/apps/wallet/src/ui/app/pages/dapp-tx-approval/index.tsx
+++ b/apps/wallet/src/ui/app/pages/dapp-tx-approval/index.tsx
@@ -1,4 +1,4 @@
-// Copyright (c) 2022, Mysten Labs, Inc.
+// Copyright (c) Mysten Labs, Inc.
// SPDX-License-Identifier: Apache-2.0
import cl from 'classnames';
diff --git a/apps/wallet/src/ui/app/pages/home/apps/index.tsx b/apps/wallet/src/ui/app/pages/home/apps/index.tsx
index e03a698cf8c64..c5a40ce70efb8 100644
--- a/apps/wallet/src/ui/app/pages/home/apps/index.tsx
+++ b/apps/wallet/src/ui/app/pages/home/apps/index.tsx
@@ -1,4 +1,4 @@
-// Copyright (c) 2022, Mysten Labs, Inc.
+// Copyright (c) Mysten Labs, Inc.
// SPDX-License-Identifier: Apache-2.0
import { Route, Routes } from 'react-router-dom';
diff --git a/apps/wallet/src/ui/app/pages/home/index.tsx b/apps/wallet/src/ui/app/pages/home/index.tsx
index 0bd7874529a76..2d72d016ed207 100644
--- a/apps/wallet/src/ui/app/pages/home/index.tsx
+++ b/apps/wallet/src/ui/app/pages/home/index.tsx
@@ -1,4 +1,4 @@
-// Copyright (c) 2022, Mysten Labs, Inc.
+// Copyright (c) Mysten Labs, Inc.
// SPDX-License-Identifier: Apache-2.0
import cl from 'classnames';
diff --git a/apps/wallet/src/ui/app/pages/home/nft-details/index.tsx b/apps/wallet/src/ui/app/pages/home/nft-details/index.tsx
index 627ee876f76b0..5a81403f37326 100644
--- a/apps/wallet/src/ui/app/pages/home/nft-details/index.tsx
+++ b/apps/wallet/src/ui/app/pages/home/nft-details/index.tsx
@@ -1,4 +1,4 @@
-// Copyright (c) 2022, Mysten Labs, Inc.
+// Copyright (c) Mysten Labs, Inc.
// SPDX-License-Identifier: Apache-2.0
import { getObjectId, hasPublicTransfer } from '@mysten/sui.js';
diff --git a/apps/wallet/src/ui/app/pages/home/nft-details/transfer-nft/TransferNFTForm.tsx b/apps/wallet/src/ui/app/pages/home/nft-details/transfer-nft/TransferNFTForm.tsx
index 7adf95b674e61..010e4f5b5269b 100644
--- a/apps/wallet/src/ui/app/pages/home/nft-details/transfer-nft/TransferNFTForm.tsx
+++ b/apps/wallet/src/ui/app/pages/home/nft-details/transfer-nft/TransferNFTForm.tsx
@@ -1,4 +1,4 @@
-// Copyright (c) 2022, Mysten Labs, Inc.
+// Copyright (c) Mysten Labs, Inc.
// SPDX-License-Identifier: Apache-2.0
import cl from 'classnames';
diff --git a/apps/wallet/src/ui/app/pages/home/nft-details/transfer-nft/index.tsx b/apps/wallet/src/ui/app/pages/home/nft-details/transfer-nft/index.tsx
index fbd99a6ae5ff7..e7a4ce2bdf560 100644
--- a/apps/wallet/src/ui/app/pages/home/nft-details/transfer-nft/index.tsx
+++ b/apps/wallet/src/ui/app/pages/home/nft-details/transfer-nft/index.tsx
@@ -1,4 +1,4 @@
-// Copyright (c) 2022, Mysten Labs, Inc.
+// Copyright (c) Mysten Labs, Inc.
// SPDX-License-Identifier: Apache-2.0
import { Formik } from 'formik';
diff --git a/apps/wallet/src/ui/app/pages/home/nft-details/transfer-nft/validation.ts b/apps/wallet/src/ui/app/pages/home/nft-details/transfer-nft/validation.ts
index e2efe18944913..517d77c1f3b1d 100644
--- a/apps/wallet/src/ui/app/pages/home/nft-details/transfer-nft/validation.ts
+++ b/apps/wallet/src/ui/app/pages/home/nft-details/transfer-nft/validation.ts
@@ -1,4 +1,4 @@
-// Copyright (c) 2022, Mysten Labs, Inc.
+// Copyright (c) Mysten Labs, Inc.
// SPDX-License-Identifier: Apache-2.0
import * as Yup from 'yup';
diff --git a/apps/wallet/src/ui/app/pages/home/nfts/index.tsx b/apps/wallet/src/ui/app/pages/home/nfts/index.tsx
index 285c25900a338..0b74e382138c8 100644
--- a/apps/wallet/src/ui/app/pages/home/nfts/index.tsx
+++ b/apps/wallet/src/ui/app/pages/home/nfts/index.tsx
@@ -1,4 +1,4 @@
-// Copyright (c) 2022, Mysten Labs, Inc.
+// Copyright (c) Mysten Labs, Inc.
// SPDX-License-Identifier: Apache-2.0
import { Link } from 'react-router-dom';
diff --git a/apps/wallet/src/ui/app/pages/home/receipt/index.tsx b/apps/wallet/src/ui/app/pages/home/receipt/index.tsx
index 66cdc0574822c..cdb4e427148ed 100644
--- a/apps/wallet/src/ui/app/pages/home/receipt/index.tsx
+++ b/apps/wallet/src/ui/app/pages/home/receipt/index.tsx
@@ -1,4 +1,4 @@
-// Copyright (c) 2022, Mysten Labs, Inc.
+// Copyright (c) Mysten Labs, Inc.
// SPDX-License-Identifier: Apache-2.0
import { useMemo, useEffect, useCallback, useState } from 'react';
import { Navigate, useSearchParams, useNavigate } from 'react-router-dom';
diff --git a/apps/wallet/src/ui/app/pages/home/tokens/coin-balance/index.tsx b/apps/wallet/src/ui/app/pages/home/tokens/coin-balance/index.tsx
index c2d9686fa3394..de2b15120e369 100644
--- a/apps/wallet/src/ui/app/pages/home/tokens/coin-balance/index.tsx
+++ b/apps/wallet/src/ui/app/pages/home/tokens/coin-balance/index.tsx
@@ -1,4 +1,4 @@
-// Copyright (c) 2022, Mysten Labs, Inc.
+// Copyright (c) Mysten Labs, Inc.
// SPDX-License-Identifier: Apache-2.0
import cl from 'classnames';
diff --git a/apps/wallet/src/ui/app/pages/home/tokens/icon-link/index.tsx b/apps/wallet/src/ui/app/pages/home/tokens/icon-link/index.tsx
index 582cf2aa08e85..07897016f4ce1 100644
--- a/apps/wallet/src/ui/app/pages/home/tokens/icon-link/index.tsx
+++ b/apps/wallet/src/ui/app/pages/home/tokens/icon-link/index.tsx
@@ -1,4 +1,4 @@
-// Copyright (c) 2022, Mysten Labs, Inc.
+// Copyright (c) Mysten Labs, Inc.
// SPDX-License-Identifier: Apache-2.0
import cl from 'classnames';
diff --git a/apps/wallet/src/ui/app/pages/home/tokens/index.tsx b/apps/wallet/src/ui/app/pages/home/tokens/index.tsx
index 0f7d708980608..dd8ec95da1205 100644
--- a/apps/wallet/src/ui/app/pages/home/tokens/index.tsx
+++ b/apps/wallet/src/ui/app/pages/home/tokens/index.tsx
@@ -1,4 +1,4 @@
-// Copyright (c) 2022, Mysten Labs, Inc.
+// Copyright (c) Mysten Labs, Inc.
// SPDX-License-Identifier: Apache-2.0
import { useMemo } from 'react';
diff --git a/apps/wallet/src/ui/app/pages/home/transaction-details/index.tsx b/apps/wallet/src/ui/app/pages/home/transaction-details/index.tsx
index 3103acab55762..140c6b9fd03be 100644
--- a/apps/wallet/src/ui/app/pages/home/transaction-details/index.tsx
+++ b/apps/wallet/src/ui/app/pages/home/transaction-details/index.tsx
@@ -1,4 +1,4 @@
-// Copyright (c) 2022, Mysten Labs, Inc.
+// Copyright (c) Mysten Labs, Inc.
// SPDX-License-Identifier: Apache-2.0
import {
diff --git a/apps/wallet/src/ui/app/pages/home/transactions/index.tsx b/apps/wallet/src/ui/app/pages/home/transactions/index.tsx
index 8fd2acfa2950d..52ffaba07c713 100644
--- a/apps/wallet/src/ui/app/pages/home/transactions/index.tsx
+++ b/apps/wallet/src/ui/app/pages/home/transactions/index.tsx
@@ -1,4 +1,4 @@
-// Copyright (c) 2022, Mysten Labs, Inc.
+// Copyright (c) Mysten Labs, Inc.
// SPDX-License-Identifier: Apache-2.0
import { memo, useEffect } from 'react';
diff --git a/apps/wallet/src/ui/app/pages/home/transfer-coin/CoinSelector.tsx b/apps/wallet/src/ui/app/pages/home/transfer-coin/CoinSelector.tsx
index d2e36688aff78..353a8427b8de6 100644
--- a/apps/wallet/src/ui/app/pages/home/transfer-coin/CoinSelector.tsx
+++ b/apps/wallet/src/ui/app/pages/home/transfer-coin/CoinSelector.tsx
@@ -1,4 +1,4 @@
-// Copyright (c) 2022, Mysten Labs, Inc.
+// Copyright (c) Mysten Labs, Inc.
// SPDX-License-Identifier: Apache-2.0
import cl from 'classnames';
diff --git a/apps/wallet/src/ui/app/pages/home/transfer-coin/TransferCoinForm/StepOne.tsx b/apps/wallet/src/ui/app/pages/home/transfer-coin/TransferCoinForm/StepOne.tsx
index cf01321d95031..0c68db22ee1cd 100644
--- a/apps/wallet/src/ui/app/pages/home/transfer-coin/TransferCoinForm/StepOne.tsx
+++ b/apps/wallet/src/ui/app/pages/home/transfer-coin/TransferCoinForm/StepOne.tsx
@@ -1,4 +1,4 @@
-// Copyright (c) 2022, Mysten Labs, Inc.
+// Copyright (c) Mysten Labs, Inc.
// SPDX-License-Identifier: Apache-2.0
import cl from 'classnames';
diff --git a/apps/wallet/src/ui/app/pages/home/transfer-coin/TransferCoinForm/StepTwo.tsx b/apps/wallet/src/ui/app/pages/home/transfer-coin/TransferCoinForm/StepTwo.tsx
index c482d350c343b..b0fc782418155 100644
--- a/apps/wallet/src/ui/app/pages/home/transfer-coin/TransferCoinForm/StepTwo.tsx
+++ b/apps/wallet/src/ui/app/pages/home/transfer-coin/TransferCoinForm/StepTwo.tsx
@@ -1,4 +1,4 @@
-// Copyright (c) 2022, Mysten Labs, Inc.
+// Copyright (c) Mysten Labs, Inc.
// SPDX-License-Identifier: Apache-2.0
import cl from 'classnames';
diff --git a/apps/wallet/src/ui/app/pages/home/transfer-coin/index.tsx b/apps/wallet/src/ui/app/pages/home/transfer-coin/index.tsx
index ec1f37df49b14..e074b1ef66e11 100644
--- a/apps/wallet/src/ui/app/pages/home/transfer-coin/index.tsx
+++ b/apps/wallet/src/ui/app/pages/home/transfer-coin/index.tsx
@@ -1,4 +1,4 @@
-// Copyright (c) 2022, Mysten Labs, Inc.
+// Copyright (c) Mysten Labs, Inc.
// SPDX-License-Identifier: Apache-2.0
import { Formik } from 'formik';
diff --git a/apps/wallet/src/ui/app/pages/home/transfer-coin/validation.ts b/apps/wallet/src/ui/app/pages/home/transfer-coin/validation.ts
index 5145be510da7b..8727c279430dc 100644
--- a/apps/wallet/src/ui/app/pages/home/transfer-coin/validation.ts
+++ b/apps/wallet/src/ui/app/pages/home/transfer-coin/validation.ts
@@ -1,4 +1,4 @@
-// Copyright (c) 2022, Mysten Labs, Inc.
+// Copyright (c) Mysten Labs, Inc.
// SPDX-License-Identifier: Apache-2.0
import * as Yup from 'yup';
diff --git a/apps/wallet/src/ui/app/pages/initialize/backup/index.tsx b/apps/wallet/src/ui/app/pages/initialize/backup/index.tsx
index 9576d2efc0308..915033ff22520 100644
--- a/apps/wallet/src/ui/app/pages/initialize/backup/index.tsx
+++ b/apps/wallet/src/ui/app/pages/initialize/backup/index.tsx
@@ -1,4 +1,4 @@
-// Copyright (c) 2022, Mysten Labs, Inc.
+// Copyright (c) Mysten Labs, Inc.
// SPDX-License-Identifier: Apache-2.0
import { useCallback } from 'react';
diff --git a/apps/wallet/src/ui/app/pages/initialize/create/index.tsx b/apps/wallet/src/ui/app/pages/initialize/create/index.tsx
index 4af10bbdee147..4d5e94d4ce84e 100644
--- a/apps/wallet/src/ui/app/pages/initialize/create/index.tsx
+++ b/apps/wallet/src/ui/app/pages/initialize/create/index.tsx
@@ -1,4 +1,4 @@
-// Copyright (c) 2022, Mysten Labs, Inc.
+// Copyright (c) Mysten Labs, Inc.
// SPDX-License-Identifier: Apache-2.0
import { useCallback, useState } from 'react';
diff --git a/apps/wallet/src/ui/app/pages/initialize/import/index.tsx b/apps/wallet/src/ui/app/pages/initialize/import/index.tsx
index 3402677f266b0..ef422b9a307cd 100644
--- a/apps/wallet/src/ui/app/pages/initialize/import/index.tsx
+++ b/apps/wallet/src/ui/app/pages/initialize/import/index.tsx
@@ -1,4 +1,4 @@
-// Copyright (c) 2022, Mysten Labs, Inc.
+// Copyright (c) Mysten Labs, Inc.
// SPDX-License-Identifier: Apache-2.0
import { useFormik } from 'formik';
diff --git a/apps/wallet/src/ui/app/pages/initialize/index.tsx b/apps/wallet/src/ui/app/pages/initialize/index.tsx
index f88332894096d..91bc276ca8819 100644
--- a/apps/wallet/src/ui/app/pages/initialize/index.tsx
+++ b/apps/wallet/src/ui/app/pages/initialize/index.tsx
@@ -1,4 +1,4 @@
-// Copyright (c) 2022, Mysten Labs, Inc.
+// Copyright (c) Mysten Labs, Inc.
// SPDX-License-Identifier: Apache-2.0
import { Outlet } from 'react-router-dom';
diff --git a/apps/wallet/src/ui/app/pages/initialize/select/index.tsx b/apps/wallet/src/ui/app/pages/initialize/select/index.tsx
index 77bdeba1d1fd1..a71b46571931f 100644
--- a/apps/wallet/src/ui/app/pages/initialize/select/index.tsx
+++ b/apps/wallet/src/ui/app/pages/initialize/select/index.tsx
@@ -1,4 +1,4 @@
-// Copyright (c) 2022, Mysten Labs, Inc.
+// Copyright (c) Mysten Labs, Inc.
// SPDX-License-Identifier: Apache-2.0
import cl from 'classnames';
diff --git a/apps/wallet/src/ui/app/pages/layout/index.tsx b/apps/wallet/src/ui/app/pages/layout/index.tsx
index 0d5760c5b998f..8af7d7897fe12 100644
--- a/apps/wallet/src/ui/app/pages/layout/index.tsx
+++ b/apps/wallet/src/ui/app/pages/layout/index.tsx
@@ -1,4 +1,4 @@
-// Copyright (c) 2022, Mysten Labs, Inc.
+// Copyright (c) Mysten Labs, Inc.
// SPDX-License-Identifier: Apache-2.0
import cl from 'classnames';
diff --git a/apps/wallet/src/ui/app/pages/site-connect/index.tsx b/apps/wallet/src/ui/app/pages/site-connect/index.tsx
index 8d806413f7831..e40694716aa8e 100644
--- a/apps/wallet/src/ui/app/pages/site-connect/index.tsx
+++ b/apps/wallet/src/ui/app/pages/site-connect/index.tsx
@@ -1,4 +1,4 @@
-// Copyright (c) 2022, Mysten Labs, Inc.
+// Copyright (c) Mysten Labs, Inc.
// SPDX-License-Identifier: Apache-2.0
import { useCallback, useEffect, useMemo } from 'react';
diff --git a/apps/wallet/src/ui/app/pages/welcome/index.tsx b/apps/wallet/src/ui/app/pages/welcome/index.tsx
index 55e305a1add6b..12a5b36413cf9 100644
--- a/apps/wallet/src/ui/app/pages/welcome/index.tsx
+++ b/apps/wallet/src/ui/app/pages/welcome/index.tsx
@@ -1,4 +1,4 @@
-// Copyright (c) 2022, Mysten Labs, Inc.
+// Copyright (c) Mysten Labs, Inc.
// SPDX-License-Identifier: Apache-2.0
import cl from 'classnames';
diff --git a/apps/wallet/src/ui/app/redux/RootReducer.ts b/apps/wallet/src/ui/app/redux/RootReducer.ts
index 6e6081a18f849..681d56668522c 100644
--- a/apps/wallet/src/ui/app/redux/RootReducer.ts
+++ b/apps/wallet/src/ui/app/redux/RootReducer.ts
@@ -1,4 +1,4 @@
-// Copyright (c) 2022, Mysten Labs, Inc.
+// Copyright (c) Mysten Labs, Inc.
// SPDX-License-Identifier: Apache-2.0
import { combineReducers } from '@reduxjs/toolkit';
diff --git a/apps/wallet/src/ui/app/redux/slices/account/index.ts b/apps/wallet/src/ui/app/redux/slices/account/index.ts
index 657840dd30e18..b52264f583b4e 100644
--- a/apps/wallet/src/ui/app/redux/slices/account/index.ts
+++ b/apps/wallet/src/ui/app/redux/slices/account/index.ts
@@ -1,4 +1,4 @@
-// Copyright (c) 2022, Mysten Labs, Inc.
+// Copyright (c) Mysten Labs, Inc.
// SPDX-License-Identifier: Apache-2.0
import {
diff --git a/apps/wallet/src/ui/app/redux/slices/app/AppType.ts b/apps/wallet/src/ui/app/redux/slices/app/AppType.ts
index eac0101d7caa1..11cc1fe463db2 100644
--- a/apps/wallet/src/ui/app/redux/slices/app/AppType.ts
+++ b/apps/wallet/src/ui/app/redux/slices/app/AppType.ts
@@ -1,4 +1,4 @@
-// Copyright (c) 2022, Mysten Labs, Inc.
+// Copyright (c) Mysten Labs, Inc.
// SPDX-License-Identifier: Apache-2.0
export enum AppType {
diff --git a/apps/wallet/src/ui/app/redux/slices/app/index.ts b/apps/wallet/src/ui/app/redux/slices/app/index.ts
index 9d13c61f79c0a..882fbf7c8da9d 100644
--- a/apps/wallet/src/ui/app/redux/slices/app/index.ts
+++ b/apps/wallet/src/ui/app/redux/slices/app/index.ts
@@ -1,4 +1,4 @@
-// Copyright (c) 2022, Mysten Labs, Inc.
+// Copyright (c) Mysten Labs, Inc.
// SPDX-License-Identifier: Apache-2.0
import { createSlice, createAsyncThunk } from '@reduxjs/toolkit';
diff --git a/apps/wallet/src/ui/app/redux/slices/dapps/index.ts b/apps/wallet/src/ui/app/redux/slices/dapps/index.ts
index 757fa47a59f36..47ba1718dd694 100644
--- a/apps/wallet/src/ui/app/redux/slices/dapps/index.ts
+++ b/apps/wallet/src/ui/app/redux/slices/dapps/index.ts
@@ -1,4 +1,4 @@
-// Copyright (c) 2022, Mysten Labs, Inc.
+// Copyright (c) Mysten Labs, Inc.
// SPDX-License-Identifier: Apache-2.0
import { createSlice, createAsyncThunk } from '@reduxjs/toolkit';
diff --git a/apps/wallet/src/ui/app/redux/slices/permissions/index.ts b/apps/wallet/src/ui/app/redux/slices/permissions/index.ts
index e6f337d144304..21b8efc6b0113 100644
--- a/apps/wallet/src/ui/app/redux/slices/permissions/index.ts
+++ b/apps/wallet/src/ui/app/redux/slices/permissions/index.ts
@@ -1,4 +1,4 @@
-// Copyright (c) 2022, Mysten Labs, Inc.
+// Copyright (c) Mysten Labs, Inc.
// SPDX-License-Identifier: Apache-2.0
import {
diff --git a/apps/wallet/src/ui/app/redux/slices/sui-objects/Coin.ts b/apps/wallet/src/ui/app/redux/slices/sui-objects/Coin.ts
index 22d451ae4004c..4d2ee480bf9f7 100644
--- a/apps/wallet/src/ui/app/redux/slices/sui-objects/Coin.ts
+++ b/apps/wallet/src/ui/app/redux/slices/sui-objects/Coin.ts
@@ -1,4 +1,4 @@
-// Copyright (c) 2022, Mysten Labs, Inc.
+// Copyright (c) Mysten Labs, Inc.
// SPDX-License-Identifier: Apache-2.0
import {
diff --git a/apps/wallet/src/ui/app/redux/slices/sui-objects/NFT.ts b/apps/wallet/src/ui/app/redux/slices/sui-objects/NFT.ts
index cb1508acb7ade..0b0a3dc59d304 100644
--- a/apps/wallet/src/ui/app/redux/slices/sui-objects/NFT.ts
+++ b/apps/wallet/src/ui/app/redux/slices/sui-objects/NFT.ts
@@ -1,4 +1,4 @@
-// Copyright (c) 2022, Mysten Labs, Inc.
+// Copyright (c) Mysten Labs, Inc.
// SPDX-License-Identifier: Apache-2.0
import type { SuiTransactionResponse, RawSigner } from '@mysten/sui.js';
diff --git a/apps/wallet/src/ui/app/redux/slices/sui-objects/index.ts b/apps/wallet/src/ui/app/redux/slices/sui-objects/index.ts
index 1ac460846719e..8a898af398aa3 100644
--- a/apps/wallet/src/ui/app/redux/slices/sui-objects/index.ts
+++ b/apps/wallet/src/ui/app/redux/slices/sui-objects/index.ts
@@ -1,4 +1,4 @@
-// Copyright (c) 2022, Mysten Labs, Inc.
+// Copyright (c) Mysten Labs, Inc.
// SPDX-License-Identifier: Apache-2.0
import {
diff --git a/apps/wallet/src/ui/app/redux/slices/transaction-requests/index.ts b/apps/wallet/src/ui/app/redux/slices/transaction-requests/index.ts
index bf9773100bef8..f6e01365df622 100644
--- a/apps/wallet/src/ui/app/redux/slices/transaction-requests/index.ts
+++ b/apps/wallet/src/ui/app/redux/slices/transaction-requests/index.ts
@@ -1,4 +1,4 @@
-// Copyright (c) 2022, Mysten Labs, Inc.
+// Copyright (c) Mysten Labs, Inc.
// SPDX-License-Identifier: Apache-2.0
import {
diff --git a/apps/wallet/src/ui/app/redux/slices/transactions/index.ts b/apps/wallet/src/ui/app/redux/slices/transactions/index.ts
index 1bc0285dfbf0e..7df6a1e021099 100644
--- a/apps/wallet/src/ui/app/redux/slices/transactions/index.ts
+++ b/apps/wallet/src/ui/app/redux/slices/transactions/index.ts
@@ -1,4 +1,4 @@
-// Copyright (c) 2022, Mysten Labs, Inc.
+// Copyright (c) Mysten Labs, Inc.
// SPDX-License-Identifier: Apache-2.0
import { isSuiMoveObject } from '@mysten/sui.js';
diff --git a/apps/wallet/src/ui/app/redux/slices/txresults/index.ts b/apps/wallet/src/ui/app/redux/slices/txresults/index.ts
index 3641a972def07..97739519fc480 100644
--- a/apps/wallet/src/ui/app/redux/slices/txresults/index.ts
+++ b/apps/wallet/src/ui/app/redux/slices/txresults/index.ts
@@ -1,4 +1,4 @@
-// Copyright (c) 2022, Mysten Labs, Inc.
+// Copyright (c) Mysten Labs, Inc.
// SPDX-License-Identifier: Apache-2.0
import {
diff --git a/apps/wallet/src/ui/app/redux/store/index.ts b/apps/wallet/src/ui/app/redux/store/index.ts
index 5d12992c71c48..15adf450cf782 100644
--- a/apps/wallet/src/ui/app/redux/store/index.ts
+++ b/apps/wallet/src/ui/app/redux/store/index.ts
@@ -1,4 +1,4 @@
-// Copyright (c) 2022, Mysten Labs, Inc.
+// Copyright (c) Mysten Labs, Inc.
// SPDX-License-Identifier: Apache-2.0
import { configureStore } from '@reduxjs/toolkit';
diff --git a/apps/wallet/src/ui/app/redux/store/middlewares/KeypairVaultMiddleware.ts b/apps/wallet/src/ui/app/redux/store/middlewares/KeypairVaultMiddleware.ts
index 40e3008bd386f..8760f89371b96 100644
--- a/apps/wallet/src/ui/app/redux/store/middlewares/KeypairVaultMiddleware.ts
+++ b/apps/wallet/src/ui/app/redux/store/middlewares/KeypairVaultMiddleware.ts
@@ -1,4 +1,4 @@
-// Copyright (c) 2022, Mysten Labs, Inc.
+// Copyright (c) Mysten Labs, Inc.
// SPDX-License-Identifier: Apache-2.0
import { isAnyOf } from '@reduxjs/toolkit';
diff --git a/apps/wallet/src/ui/app/redux/store/middlewares/NetworkSwitchMiddleware.ts b/apps/wallet/src/ui/app/redux/store/middlewares/NetworkSwitchMiddleware.ts
index f310f61c08486..4a228cc0d7ff5 100644
--- a/apps/wallet/src/ui/app/redux/store/middlewares/NetworkSwitchMiddleware.ts
+++ b/apps/wallet/src/ui/app/redux/store/middlewares/NetworkSwitchMiddleware.ts
@@ -1,4 +1,4 @@
-// Copyright (c) 2022, Mysten Labs, Inc.
+// Copyright (c) Mysten Labs, Inc.
// SPDX-License-Identifier: Apache-2.0
import { isAnyOf } from '@reduxjs/toolkit';
diff --git a/apps/wallet/src/ui/app/redux/store/thunk-extras.ts b/apps/wallet/src/ui/app/redux/store/thunk-extras.ts
index 04086509a5d97..2d4646c99bf90 100644
--- a/apps/wallet/src/ui/app/redux/store/thunk-extras.ts
+++ b/apps/wallet/src/ui/app/redux/store/thunk-extras.ts
@@ -1,4 +1,4 @@
-// Copyright (c) 2022, Mysten Labs, Inc.
+// Copyright (c) Mysten Labs, Inc.
// SPDX-License-Identifier: Apache-2.0
import ApiProvider from '_app/ApiProvider';
diff --git a/apps/wallet/src/ui/app/shared/bottom-menu-layout/index.tsx b/apps/wallet/src/ui/app/shared/bottom-menu-layout/index.tsx
index eda813119c308..d9c33a9a6c0b4 100644
--- a/apps/wallet/src/ui/app/shared/bottom-menu-layout/index.tsx
+++ b/apps/wallet/src/ui/app/shared/bottom-menu-layout/index.tsx
@@ -1,4 +1,4 @@
-// Copyright (c) 2022, Mysten Labs, Inc.
+// Copyright (c) Mysten Labs, Inc.
// SPDX-License-Identifier: Apache-2.0
import cl from 'classnames';
diff --git a/apps/wallet/src/ui/app/shared/button/index.tsx b/apps/wallet/src/ui/app/shared/button/index.tsx
index 52fa58d8820e9..ccd929d18ab78 100644
--- a/apps/wallet/src/ui/app/shared/button/index.tsx
+++ b/apps/wallet/src/ui/app/shared/button/index.tsx
@@ -1,4 +1,4 @@
-// Copyright (c) 2022, Mysten Labs, Inc.
+// Copyright (c) Mysten Labs, Inc.
// SPDX-License-Identifier: Apache-2.0
import cl from 'classnames';
diff --git a/apps/wallet/src/ui/app/shared/coin-balance/index.tsx b/apps/wallet/src/ui/app/shared/coin-balance/index.tsx
index 677499021d80b..799de86f76c00 100644
--- a/apps/wallet/src/ui/app/shared/coin-balance/index.tsx
+++ b/apps/wallet/src/ui/app/shared/coin-balance/index.tsx
@@ -1,4 +1,4 @@
-// Copyright (c) 2022, Mysten Labs, Inc.
+// Copyright (c) Mysten Labs, Inc.
// SPDX-License-Identifier: Apache-2.0
import cl from 'classnames';
diff --git a/apps/wallet/src/ui/app/shared/dapp-status/actions/index.ts b/apps/wallet/src/ui/app/shared/dapp-status/actions/index.ts
index 69a7461a33933..dd9b817d0f16d 100644
--- a/apps/wallet/src/ui/app/shared/dapp-status/actions/index.ts
+++ b/apps/wallet/src/ui/app/shared/dapp-status/actions/index.ts
@@ -1,4 +1,4 @@
-// Copyright (c) 2022, Mysten Labs, Inc.
+// Copyright (c) Mysten Labs, Inc.
// SPDX-License-Identifier: Apache-2.0
import { createAsyncThunk } from '@reduxjs/toolkit';
diff --git a/apps/wallet/src/ui/app/shared/dapp-status/index.tsx b/apps/wallet/src/ui/app/shared/dapp-status/index.tsx
index 343e14a0f9e20..b49600005b47a 100644
--- a/apps/wallet/src/ui/app/shared/dapp-status/index.tsx
+++ b/apps/wallet/src/ui/app/shared/dapp-status/index.tsx
@@ -1,4 +1,4 @@
-// Copyright (c) 2022, Mysten Labs, Inc.
+// Copyright (c) Mysten Labs, Inc.
// SPDX-License-Identifier: Apache-2.0
import {
diff --git a/apps/wallet/src/ui/app/shared/page-title/index.tsx b/apps/wallet/src/ui/app/shared/page-title/index.tsx
index b7f72e0aee53c..8f9e10f2a97c5 100644
--- a/apps/wallet/src/ui/app/shared/page-title/index.tsx
+++ b/apps/wallet/src/ui/app/shared/page-title/index.tsx
@@ -1,4 +1,4 @@
-// Copyright (c) 2022, Mysten Labs, Inc.
+// Copyright (c) Mysten Labs, Inc.
// SPDX-License-Identifier: Apache-2.0
import cl from 'classnames';
diff --git a/apps/wallet/src/ui/app/shared/stats-card/index.tsx b/apps/wallet/src/ui/app/shared/stats-card/index.tsx
index 977d44fdb98f7..f2f05121a7ead 100644
--- a/apps/wallet/src/ui/app/shared/stats-card/index.tsx
+++ b/apps/wallet/src/ui/app/shared/stats-card/index.tsx
@@ -1,4 +1,4 @@
-// Copyright (c) 2022, Mysten Labs, Inc.
+// Copyright (c) Mysten Labs, Inc.
// SPDX-License-Identifier: Apache-2.0
import cl from 'classnames';
diff --git a/apps/wallet/src/ui/app/shared/stats-card/stats-item/index.tsx b/apps/wallet/src/ui/app/shared/stats-card/stats-item/index.tsx
index e5c20d138eab9..c7162d738d1f3 100644
--- a/apps/wallet/src/ui/app/shared/stats-card/stats-item/index.tsx
+++ b/apps/wallet/src/ui/app/shared/stats-card/stats-item/index.tsx
@@ -1,4 +1,4 @@
-// Copyright (c) 2022, Mysten Labs, Inc.
+// Copyright (c) Mysten Labs, Inc.
// SPDX-License-Identifier: Apache-2.0
import cl from 'classnames';
diff --git a/apps/wallet/src/ui/app/shared/stats-card/stats-row/index.tsx b/apps/wallet/src/ui/app/shared/stats-card/stats-row/index.tsx
index 4a0bf788d35af..bd86871a418ee 100644
--- a/apps/wallet/src/ui/app/shared/stats-card/stats-row/index.tsx
+++ b/apps/wallet/src/ui/app/shared/stats-card/stats-row/index.tsx
@@ -1,4 +1,4 @@
-// Copyright (c) 2022, Mysten Labs, Inc.
+// Copyright (c) Mysten Labs, Inc.
// SPDX-License-Identifier: Apache-2.0
import { memo } from 'react';
diff --git a/apps/wallet/src/ui/app/staking/home/delegation-card/index.tsx b/apps/wallet/src/ui/app/staking/home/delegation-card/index.tsx
index 9dce544bc1490..c6f04fbe0ce4d 100644
--- a/apps/wallet/src/ui/app/staking/home/delegation-card/index.tsx
+++ b/apps/wallet/src/ui/app/staking/home/delegation-card/index.tsx
@@ -1,4 +1,4 @@
-// Copyright (c) 2022, Mysten Labs, Inc.
+// Copyright (c) Mysten Labs, Inc.
// SPDX-License-Identifier: Apache-2.0
import { Delegation } from '@mysten/sui.js';
diff --git a/apps/wallet/src/ui/app/staking/home/index.tsx b/apps/wallet/src/ui/app/staking/home/index.tsx
index ad66f51083654..6323c3c89b022 100644
--- a/apps/wallet/src/ui/app/staking/home/index.tsx
+++ b/apps/wallet/src/ui/app/staking/home/index.tsx
@@ -1,4 +1,4 @@
-// Copyright (c) 2022, Mysten Labs, Inc.
+// Copyright (c) Mysten Labs, Inc.
// SPDX-License-Identifier: Apache-2.0
import cl from 'classnames';
diff --git a/apps/wallet/src/ui/app/staking/index.tsx b/apps/wallet/src/ui/app/staking/index.tsx
index 6b54f2950877c..56b2ab7bdca99 100644
--- a/apps/wallet/src/ui/app/staking/index.tsx
+++ b/apps/wallet/src/ui/app/staking/index.tsx
@@ -1,4 +1,4 @@
-// Copyright (c) 2022, Mysten Labs, Inc.
+// Copyright (c) Mysten Labs, Inc.
// SPDX-License-Identifier: Apache-2.0
import { Route } from 'react-router-dom';
diff --git a/apps/wallet/src/ui/app/staking/selectors.ts b/apps/wallet/src/ui/app/staking/selectors.ts
index e31b98f7f2942..052bf40731dbb 100644
--- a/apps/wallet/src/ui/app/staking/selectors.ts
+++ b/apps/wallet/src/ui/app/staking/selectors.ts
@@ -1,4 +1,4 @@
-// Copyright (c) 2022, Mysten Labs, Inc.
+// Copyright (c) Mysten Labs, Inc.
// SPDX-License-Identifier: Apache-2.0
import { isSuiMoveObject, Delegation } from '@mysten/sui.js';
diff --git a/apps/wallet/src/ui/app/staking/stake/StakeForm.tsx b/apps/wallet/src/ui/app/staking/stake/StakeForm.tsx
index 8a476508893ba..f8a6a91853c47 100644
--- a/apps/wallet/src/ui/app/staking/stake/StakeForm.tsx
+++ b/apps/wallet/src/ui/app/staking/stake/StakeForm.tsx
@@ -1,4 +1,4 @@
-// Copyright (c) 2022, Mysten Labs, Inc.
+// Copyright (c) Mysten Labs, Inc.
// SPDX-License-Identifier: Apache-2.0
import { ErrorMessage, Field, Form, useFormikContext } from 'formik';
diff --git a/apps/wallet/src/ui/app/staking/stake/index.tsx b/apps/wallet/src/ui/app/staking/stake/index.tsx
index 348a564036a18..6b7b602129c17 100644
--- a/apps/wallet/src/ui/app/staking/stake/index.tsx
+++ b/apps/wallet/src/ui/app/staking/stake/index.tsx
@@ -1,4 +1,4 @@
-// Copyright (c) 2022, Mysten Labs, Inc.
+// Copyright (c) Mysten Labs, Inc.
// SPDX-License-Identifier: Apache-2.0
import { Formik } from 'formik';
diff --git a/apps/wallet/src/ui/app/staking/stake/validation.ts b/apps/wallet/src/ui/app/staking/stake/validation.ts
index 2db869757999e..82a236b340ee1 100644
--- a/apps/wallet/src/ui/app/staking/stake/validation.ts
+++ b/apps/wallet/src/ui/app/staking/stake/validation.ts
@@ -1,4 +1,4 @@
-// Copyright (c) 2022, Mysten Labs, Inc.
+// Copyright (c) Mysten Labs, Inc.
// SPDX-License-Identifier: Apache-2.0
import * as Yup from 'yup';
diff --git a/apps/wallet/src/ui/index.tsx b/apps/wallet/src/ui/index.tsx
index 67061b1c5e031..02a793d346198 100644
--- a/apps/wallet/src/ui/index.tsx
+++ b/apps/wallet/src/ui/index.tsx
@@ -1,4 +1,4 @@
-// Copyright (c) 2022, Mysten Labs, Inc.
+// Copyright (c) Mysten Labs, Inc.
// SPDX-License-Identifier: Apache-2.0
import { createRoot } from 'react-dom/client';
diff --git a/apps/wallet/test_setup.ts b/apps/wallet/test_setup.ts
index 5e44fc88019ac..75f180d6bf5bb 100644
--- a/apps/wallet/test_setup.ts
+++ b/apps/wallet/test_setup.ts
@@ -1,4 +1,4 @@
-// Copyright (c) 2022, Mysten Labs, Inc.
+// Copyright (c) Mysten Labs, Inc.
// SPDX-License-Identifier: Apache-2.0
import { webcrypto } from 'crypto';
diff --git a/apps/wallet/vitest.config.ts b/apps/wallet/vitest.config.ts
index 5a5d970d0dec2..1aa9aa80b103c 100644
--- a/apps/wallet/vitest.config.ts
+++ b/apps/wallet/vitest.config.ts
@@ -1,4 +1,4 @@
-// Copyright (c) 2022, Mysten Labs, Inc.
+// Copyright (c) Mysten Labs, Inc.
// SPDX-License-Identifier: Apache-2.0
import { defineConfig } from 'vitest/config';
diff --git a/apps/wallet/webpack.config.ts b/apps/wallet/webpack.config.ts
index 58f5b2fb2be6b..34be02c141d93 100644
--- a/apps/wallet/webpack.config.ts
+++ b/apps/wallet/webpack.config.ts
@@ -1,4 +1,4 @@
-// Copyright (c) 2022, Mysten Labs, Inc.
+// Copyright (c) Mysten Labs, Inc.
// SPDX-License-Identifier: Apache-2.0
import configDev from './configs/webpack/webpack.config.dev';
diff --git a/crates/sui-adapter-transactional-tests/src/lib.rs b/crates/sui-adapter-transactional-tests/src/lib.rs
index 771dd46ce4af8..07fe81c224d7d 100644
--- a/crates/sui-adapter-transactional-tests/src/lib.rs
+++ b/crates/sui-adapter-transactional-tests/src/lib.rs
@@ -1,4 +1,4 @@
-// Copyright (c) 2022, Mysten Labs, Inc.
+// Copyright (c) Mysten Labs, Inc.
// SPDX-License-Identifier: Apache-2.0
#![forbid(unsafe_code)]
diff --git a/crates/sui-adapter-transactional-tests/tests/call/simple.move b/crates/sui-adapter-transactional-tests/tests/call/simple.move
index 6b7bf68e3defb..a1a18fb987510 100644
--- a/crates/sui-adapter-transactional-tests/tests/call/simple.move
+++ b/crates/sui-adapter-transactional-tests/tests/call/simple.move
@@ -1,4 +1,4 @@
-// Copyright (c) 2022, Mysten Labs, Inc.
+// Copyright (c) Mysten Labs, Inc.
// SPDX-License-Identifier: Apache-2.0
//# init --addresses Test=0x0 A=0x42
diff --git a/crates/sui-adapter-transactional-tests/tests/child_count/count_decremented.move b/crates/sui-adapter-transactional-tests/tests/child_count/count_decremented.move
index c42490e1f1081..a37b4f30a97db 100644
--- a/crates/sui-adapter-transactional-tests/tests/child_count/count_decremented.move
+++ b/crates/sui-adapter-transactional-tests/tests/child_count/count_decremented.move
@@ -1,4 +1,4 @@
-// Copyright (c) 2022, Mysten Labs, Inc.
+// Copyright (c) Mysten Labs, Inc.
// SPDX-License-Identifier: Apache-2.0
// DEPRECATED child count no longer tracked
diff --git a/crates/sui-adapter-transactional-tests/tests/child_count/delete_by_wrap.move b/crates/sui-adapter-transactional-tests/tests/child_count/delete_by_wrap.move
index 7c55a980363b5..8a5c0e0304673 100644
--- a/crates/sui-adapter-transactional-tests/tests/child_count/delete_by_wrap.move
+++ b/crates/sui-adapter-transactional-tests/tests/child_count/delete_by_wrap.move
@@ -1,4 +1,4 @@
-// Copyright (c) 2022, Mysten Labs, Inc.
+// Copyright (c) Mysten Labs, Inc.
// SPDX-License-Identifier: Apache-2.0
// DEPRECATED child count no longer tracked
diff --git a/crates/sui-adapter-transactional-tests/tests/child_count/delete_by_wrap_one_txn.move b/crates/sui-adapter-transactional-tests/tests/child_count/delete_by_wrap_one_txn.move
index 9cc5ae7415c39..19c49a5dd92eb 100644
--- a/crates/sui-adapter-transactional-tests/tests/child_count/delete_by_wrap_one_txn.move
+++ b/crates/sui-adapter-transactional-tests/tests/child_count/delete_by_wrap_one_txn.move
@@ -1,4 +1,4 @@
-// Copyright (c) 2022, Mysten Labs, Inc.
+// Copyright (c) Mysten Labs, Inc.
// SPDX-License-Identifier: Apache-2.0
// DEPRECATED child count no longer tracked
diff --git a/crates/sui-adapter-transactional-tests/tests/child_count/delete_parent_invalid.move b/crates/sui-adapter-transactional-tests/tests/child_count/delete_parent_invalid.move
index 0a8e16e29f9be..d3d95859fc23b 100644
--- a/crates/sui-adapter-transactional-tests/tests/child_count/delete_parent_invalid.move
+++ b/crates/sui-adapter-transactional-tests/tests/child_count/delete_parent_invalid.move
@@ -1,4 +1,4 @@
-// Copyright (c) 2022, Mysten Labs, Inc.
+// Copyright (c) Mysten Labs, Inc.
// SPDX-License-Identifier: Apache-2.0
// DEPRECATED child count no longer tracked
diff --git a/crates/sui-adapter-transactional-tests/tests/child_count/delete_parent_valid.move b/crates/sui-adapter-transactional-tests/tests/child_count/delete_parent_valid.move
index 5f40f4bf1b6e6..58103ffd9e4db 100644
--- a/crates/sui-adapter-transactional-tests/tests/child_count/delete_parent_valid.move
+++ b/crates/sui-adapter-transactional-tests/tests/child_count/delete_parent_valid.move
@@ -1,4 +1,4 @@
-// Copyright (c) 2022, Mysten Labs, Inc.
+// Copyright (c) Mysten Labs, Inc.
// SPDX-License-Identifier: Apache-2.0
// DEPRECATED child count no longer tracked
diff --git a/crates/sui-adapter-transactional-tests/tests/child_count/delete_parent_valid_one_txn.move b/crates/sui-adapter-transactional-tests/tests/child_count/delete_parent_valid_one_txn.move
index 4d2025195d139..261851005a8b2 100644
--- a/crates/sui-adapter-transactional-tests/tests/child_count/delete_parent_valid_one_txn.move
+++ b/crates/sui-adapter-transactional-tests/tests/child_count/delete_parent_valid_one_txn.move
@@ -1,4 +1,4 @@
-// Copyright (c) 2022, Mysten Labs, Inc.
+// Copyright (c) Mysten Labs, Inc.
// SPDX-License-Identifier: Apache-2.0
// DEPRECATED child count no longer tracked
diff --git a/crates/sui-adapter-transactional-tests/tests/child_count/freeze_parent_invalid.move b/crates/sui-adapter-transactional-tests/tests/child_count/freeze_parent_invalid.move
index 659c6f534e5fa..f255359f1c8af 100644
--- a/crates/sui-adapter-transactional-tests/tests/child_count/freeze_parent_invalid.move
+++ b/crates/sui-adapter-transactional-tests/tests/child_count/freeze_parent_invalid.move
@@ -1,4 +1,4 @@
-// Copyright (c) 2022, Mysten Labs, Inc.
+// Copyright (c) Mysten Labs, Inc.
// SPDX-License-Identifier: Apache-2.0
// DEPRECATED child count no longer tracked
diff --git a/crates/sui-adapter-transactional-tests/tests/child_count/freeze_parent_valid.move b/crates/sui-adapter-transactional-tests/tests/child_count/freeze_parent_valid.move
index d9c8aca8e98f1..838735b80ca1c 100644
--- a/crates/sui-adapter-transactional-tests/tests/child_count/freeze_parent_valid.move
+++ b/crates/sui-adapter-transactional-tests/tests/child_count/freeze_parent_valid.move
@@ -1,4 +1,4 @@
-// Copyright (c) 2022, Mysten Labs, Inc.
+// Copyright (c) Mysten Labs, Inc.
// SPDX-License-Identifier: Apache-2.0
// DEPRECATED child count no longer tracked
diff --git a/crates/sui-adapter-transactional-tests/tests/child_count/freeze_parent_valid_one_txn.move b/crates/sui-adapter-transactional-tests/tests/child_count/freeze_parent_valid_one_txn.move
index 881d34f4de864..115ca0779512e 100644
--- a/crates/sui-adapter-transactional-tests/tests/child_count/freeze_parent_valid_one_txn.move
+++ b/crates/sui-adapter-transactional-tests/tests/child_count/freeze_parent_valid_one_txn.move
@@ -1,4 +1,4 @@
-// Copyright (c) 2022, Mysten Labs, Inc.
+// Copyright (c) Mysten Labs, Inc.
// SPDX-License-Identifier: Apache-2.0
// DEPRECATED child count no longer tracked
diff --git a/crates/sui-adapter-transactional-tests/tests/child_count/no_op_transfer.move b/crates/sui-adapter-transactional-tests/tests/child_count/no_op_transfer.move
index 662dfc13a6b6e..d298826dc9770 100644
--- a/crates/sui-adapter-transactional-tests/tests/child_count/no_op_transfer.move
+++ b/crates/sui-adapter-transactional-tests/tests/child_count/no_op_transfer.move
@@ -1,4 +1,4 @@
-// Copyright (c) 2022, Mysten Labs, Inc.
+// Copyright (c) Mysten Labs, Inc.
// SPDX-License-Identifier: Apache-2.0
// DEPRECATED child count no longer tracked
diff --git a/crates/sui-adapter-transactional-tests/tests/child_count/non_zero_child_count_valid.move b/crates/sui-adapter-transactional-tests/tests/child_count/non_zero_child_count_valid.move
index 18cd285ae835d..c8704e0f83cbd 100644
--- a/crates/sui-adapter-transactional-tests/tests/child_count/non_zero_child_count_valid.move
+++ b/crates/sui-adapter-transactional-tests/tests/child_count/non_zero_child_count_valid.move
@@ -1,4 +1,4 @@
-// Copyright (c) 2022, Mysten Labs, Inc.
+// Copyright (c) Mysten Labs, Inc.
// SPDX-License-Identifier: Apache-2.0
// DEPRECATED child count no longer tracked
diff --git a/crates/sui-adapter-transactional-tests/tests/child_count/non_zero_child_count_valid_one_txn.move b/crates/sui-adapter-transactional-tests/tests/child_count/non_zero_child_count_valid_one_txn.move
index b1d08674b0484..46bf0397885f5 100644
--- a/crates/sui-adapter-transactional-tests/tests/child_count/non_zero_child_count_valid_one_txn.move
+++ b/crates/sui-adapter-transactional-tests/tests/child_count/non_zero_child_count_valid_one_txn.move
@@ -1,4 +1,4 @@
-// Copyright (c) 2022, Mysten Labs, Inc.
+// Copyright (c) Mysten Labs, Inc.
// SPDX-License-Identifier: Apache-2.0
// DEPRECATED child count no longer tracked
diff --git a/crates/sui-adapter-transactional-tests/tests/child_count/remove_child_and_wrap.move b/crates/sui-adapter-transactional-tests/tests/child_count/remove_child_and_wrap.move
index bffbfa0266a4d..1eeff9e2c2cbd 100644
--- a/crates/sui-adapter-transactional-tests/tests/child_count/remove_child_and_wrap.move
+++ b/crates/sui-adapter-transactional-tests/tests/child_count/remove_child_and_wrap.move
@@ -1,4 +1,4 @@
-// Copyright (c) 2022, Mysten Labs, Inc.
+// Copyright (c) Mysten Labs, Inc.
// SPDX-License-Identifier: Apache-2.0
// DEPRECATED child count no longer tracked
diff --git a/crates/sui-adapter-transactional-tests/tests/child_count/temp_parent_invalid.move b/crates/sui-adapter-transactional-tests/tests/child_count/temp_parent_invalid.move
index deceea930bc44..d7717f29281fe 100644
--- a/crates/sui-adapter-transactional-tests/tests/child_count/temp_parent_invalid.move
+++ b/crates/sui-adapter-transactional-tests/tests/child_count/temp_parent_invalid.move
@@ -1,4 +1,4 @@
-// Copyright (c) 2022, Mysten Labs, Inc.
+// Copyright (c) Mysten Labs, Inc.
// SPDX-License-Identifier: Apache-2.0
// DEPRECATED child count no longer tracked
diff --git a/crates/sui-adapter-transactional-tests/tests/child_count/unwrap_never_stored.move b/crates/sui-adapter-transactional-tests/tests/child_count/unwrap_never_stored.move
index 3b9c1c7f66586..d3e2b2e47c944 100644
--- a/crates/sui-adapter-transactional-tests/tests/child_count/unwrap_never_stored.move
+++ b/crates/sui-adapter-transactional-tests/tests/child_count/unwrap_never_stored.move
@@ -1,4 +1,4 @@
-// Copyright (c) 2022, Mysten Labs, Inc.
+// Copyright (c) Mysten Labs, Inc.
// SPDX-License-Identifier: Apache-2.0
// DEPRECATED child count no longer tracked
diff --git a/crates/sui-adapter-transactional-tests/tests/child_count/unwrap_never_stored_transfer.move b/crates/sui-adapter-transactional-tests/tests/child_count/unwrap_never_stored_transfer.move
index bb2eeb859c37f..067253b646079 100644
--- a/crates/sui-adapter-transactional-tests/tests/child_count/unwrap_never_stored_transfer.move
+++ b/crates/sui-adapter-transactional-tests/tests/child_count/unwrap_never_stored_transfer.move
@@ -1,4 +1,4 @@
-// Copyright (c) 2022, Mysten Labs, Inc.
+// Copyright (c) Mysten Labs, Inc.
// SPDX-License-Identifier: Apache-2.0
// DEPRECATED child count no longer tracked
diff --git a/crates/sui-adapter-transactional-tests/tests/child_count/unwrap_then_delete_invalid.move b/crates/sui-adapter-transactional-tests/tests/child_count/unwrap_then_delete_invalid.move
index 8ccebb1048a3a..64d62909c6326 100644
--- a/crates/sui-adapter-transactional-tests/tests/child_count/unwrap_then_delete_invalid.move
+++ b/crates/sui-adapter-transactional-tests/tests/child_count/unwrap_then_delete_invalid.move
@@ -1,4 +1,4 @@
-// Copyright (c) 2022, Mysten Labs, Inc.
+// Copyright (c) Mysten Labs, Inc.
// SPDX-License-Identifier: Apache-2.0
// DEPRECATED child count no longer tracked
diff --git a/crates/sui-adapter-transactional-tests/tests/children/child_of_shared_object.move b/crates/sui-adapter-transactional-tests/tests/children/child_of_shared_object.move
index 2ed4dbdc2c792..9b95c65a8e85a 100644
--- a/crates/sui-adapter-transactional-tests/tests/children/child_of_shared_object.move
+++ b/crates/sui-adapter-transactional-tests/tests/children/child_of_shared_object.move
@@ -1,4 +1,4 @@
-// Copyright (c) 2022, Mysten Labs, Inc.
+// Copyright (c) Mysten Labs, Inc.
// SPDX-License-Identifier: Apache-2.0
//# init --addresses t1=0x0 t2=0x0 t3=0x0 A=0x42
diff --git a/crates/sui-adapter-transactional-tests/tests/entry_points/no_txn_context.move b/crates/sui-adapter-transactional-tests/tests/entry_points/no_txn_context.move
index 9573f64e0188f..0c745e28002f4 100644
--- a/crates/sui-adapter-transactional-tests/tests/entry_points/no_txn_context.move
+++ b/crates/sui-adapter-transactional-tests/tests/entry_points/no_txn_context.move
@@ -1,4 +1,4 @@
-// Copyright (c) 2022, Mysten Labs, Inc.
+// Copyright (c) Mysten Labs, Inc.
// SPDX-License-Identifier: Apache-2.0
//# init --addresses Test=0x0 --accounts A
diff --git a/crates/sui-adapter-transactional-tests/tests/entry_points/wrong_visibility.move b/crates/sui-adapter-transactional-tests/tests/entry_points/wrong_visibility.move
index 86f934046d0d1..e3bd6e9e0fc06 100644
--- a/crates/sui-adapter-transactional-tests/tests/entry_points/wrong_visibility.move
+++ b/crates/sui-adapter-transactional-tests/tests/entry_points/wrong_visibility.move
@@ -1,4 +1,4 @@
-// Copyright (c) 2022, Mysten Labs, Inc.
+// Copyright (c) Mysten Labs, Inc.
// SPDX-License-Identifier: Apache-2.0
// invalid, the adapter should yell that the invoked functions have the wrong visibility
diff --git a/crates/sui-adapter-transactional-tests/tests/publish/init.move b/crates/sui-adapter-transactional-tests/tests/publish/init.move
index 47d9c1f7402ed..53374dc98f130 100644
--- a/crates/sui-adapter-transactional-tests/tests/publish/init.move
+++ b/crates/sui-adapter-transactional-tests/tests/publish/init.move
@@ -1,4 +1,4 @@
-// Copyright (c) 2022, Mysten Labs, Inc.
+// Copyright (c) Mysten Labs, Inc.
// SPDX-License-Identifier: Apache-2.0
//# init --addresses Test=0x0
diff --git a/crates/sui-adapter-transactional-tests/tests/publish/init_param.move b/crates/sui-adapter-transactional-tests/tests/publish/init_param.move
index dd816f82dcf5a..24eaa9c1df00a 100644
--- a/crates/sui-adapter-transactional-tests/tests/publish/init_param.move
+++ b/crates/sui-adapter-transactional-tests/tests/publish/init_param.move
@@ -1,5 +1,5 @@
//# init --addresses Test=0x0
-// Copyright (c) 2022, Mysten Labs, Inc.
+// Copyright (c) Mysten Labs, Inc.
// SPDX-License-Identifier: Apache-2.0
//# publish
diff --git a/crates/sui-adapter-transactional-tests/tests/publish/init_public.move b/crates/sui-adapter-transactional-tests/tests/publish/init_public.move
index b9dc5d7b8a01a..17579a3bff47a 100644
--- a/crates/sui-adapter-transactional-tests/tests/publish/init_public.move
+++ b/crates/sui-adapter-transactional-tests/tests/publish/init_public.move
@@ -1,5 +1,5 @@
//# init --addresses Test=0x0
-// Copyright (c) 2022, Mysten Labs, Inc.
+// Copyright (c) Mysten Labs, Inc.
// SPDX-License-Identifier: Apache-2.0
//# publish
diff --git a/crates/sui-adapter-transactional-tests/tests/publish/init_ret.move b/crates/sui-adapter-transactional-tests/tests/publish/init_ret.move
index c1ccc472f5590..b037119c0aa3d 100644
--- a/crates/sui-adapter-transactional-tests/tests/publish/init_ret.move
+++ b/crates/sui-adapter-transactional-tests/tests/publish/init_ret.move
@@ -1,5 +1,5 @@
//# init --addresses Test=0x0
-// Copyright (c) 2022, Mysten Labs, Inc.
+// Copyright (c) Mysten Labs, Inc.
// SPDX-License-Identifier: Apache-2.0
//# publish
diff --git a/crates/sui-adapter-transactional-tests/tests/shared/by_value_shared_object.move b/crates/sui-adapter-transactional-tests/tests/shared/by_value_shared_object.move
index 49c664d645b6f..78efef4e80175 100644
--- a/crates/sui-adapter-transactional-tests/tests/shared/by_value_shared_object.move
+++ b/crates/sui-adapter-transactional-tests/tests/shared/by_value_shared_object.move
@@ -1,4 +1,4 @@
-// Copyright (c) 2022, Mysten Labs, Inc.
+// Copyright (c) Mysten Labs, Inc.
// SPDX-License-Identifier: Apache-2.0
// tests that shared objects can
diff --git a/crates/sui-adapter-transactional-tests/tests/sui/coin_transfer.move b/crates/sui-adapter-transactional-tests/tests/sui/coin_transfer.move
index 40a275e09fb8b..6265ef3830c4b 100644
--- a/crates/sui-adapter-transactional-tests/tests/sui/coin_transfer.move
+++ b/crates/sui-adapter-transactional-tests/tests/sui/coin_transfer.move
@@ -1,4 +1,4 @@
-// Copyright (c) 2022, Mysten Labs, Inc.
+// Copyright (c) Mysten Labs, Inc.
// SPDX-License-Identifier: Apache-2.0
// Test basic coin transfer
diff --git a/crates/sui-adapter-transactional-tests/tests/sui/freeze.move b/crates/sui-adapter-transactional-tests/tests/sui/freeze.move
index baf0fc26966d4..ac8b01ea5bf26 100644
--- a/crates/sui-adapter-transactional-tests/tests/sui/freeze.move
+++ b/crates/sui-adapter-transactional-tests/tests/sui/freeze.move
@@ -1,4 +1,4 @@
-// Copyright (c) 2022, Mysten Labs, Inc.
+// Copyright (c) Mysten Labs, Inc.
// SPDX-License-Identifier: Apache-2.0
// test that freezing prevents transfers/mutations
diff --git a/crates/sui-adapter-transactional-tests/tests/sui/move_call_args_type_mismatch.move b/crates/sui-adapter-transactional-tests/tests/sui/move_call_args_type_mismatch.move
index 396f5bcb24a09..2a420fa28f126 100644
--- a/crates/sui-adapter-transactional-tests/tests/sui/move_call_args_type_mismatch.move
+++ b/crates/sui-adapter-transactional-tests/tests/sui/move_call_args_type_mismatch.move
@@ -1,4 +1,4 @@
-// Copyright (c) 2022, Mysten Labs, Inc.
+// Copyright (c) Mysten Labs, Inc.
// SPDX-License-Identifier: Apache-2.0
//# init --addresses Test=0x0
diff --git a/crates/sui-adapter-transactional-tests/tests/sui/move_call_incorrect_function.move b/crates/sui-adapter-transactional-tests/tests/sui/move_call_incorrect_function.move
index 3f0e0b60d73cc..058469d3c80a1 100644
--- a/crates/sui-adapter-transactional-tests/tests/sui/move_call_incorrect_function.move
+++ b/crates/sui-adapter-transactional-tests/tests/sui/move_call_incorrect_function.move
@@ -1,4 +1,4 @@
-// Copyright (c) 2022, Mysten Labs, Inc.
+// Copyright (c) Mysten Labs, Inc.
// SPDX-License-Identifier: Apache-2.0
// These functions do not exist
diff --git a/crates/sui-adapter-transactional-tests/tests/sui/object_basics.move b/crates/sui-adapter-transactional-tests/tests/sui/object_basics.move
index 47fa3a8a3fd5c..405d4b5073d53 100644
--- a/crates/sui-adapter-transactional-tests/tests/sui/object_basics.move
+++ b/crates/sui-adapter-transactional-tests/tests/sui/object_basics.move
@@ -1,4 +1,4 @@
-// Copyright (c) 2022, Mysten Labs, Inc.
+// Copyright (c) Mysten Labs, Inc.
// SPDX-License-Identifier: Apache-2.0
// Exercise test functions that create, transfer, read, update, and delete objects
diff --git a/crates/sui-adapter-transactional-tests/tests/sui/publish_module_non_zero_address.move b/crates/sui-adapter-transactional-tests/tests/sui/publish_module_non_zero_address.move
index 779eb083db796..f964983ca884d 100644
--- a/crates/sui-adapter-transactional-tests/tests/sui/publish_module_non_zero_address.move
+++ b/crates/sui-adapter-transactional-tests/tests/sui/publish_module_non_zero_address.move
@@ -1,4 +1,4 @@
-// Copyright (c) 2022, Mysten Labs, Inc.
+// Copyright (c) Mysten Labs, Inc.
// SPDX-License-Identifier: Apache-2.0
// Publishing must be done at with the initial address of the module set to 0x0
diff --git a/crates/sui-adapter-transactional-tests/tests/sui/unwrap.move b/crates/sui-adapter-transactional-tests/tests/sui/unwrap.move
index d410f07ef4ff0..28998c39edc4c 100644
--- a/crates/sui-adapter-transactional-tests/tests/sui/unwrap.move
+++ b/crates/sui-adapter-transactional-tests/tests/sui/unwrap.move
@@ -1,4 +1,4 @@
-// Copyright (c) 2022, Mysten Labs, Inc.
+// Copyright (c) Mysten Labs, Inc.
// SPDX-License-Identifier: Apache-2.0
// Exercise test functions that wrap and object and subsequently unwrap it
diff --git a/crates/sui-adapter-transactional-tests/tests/tests.rs b/crates/sui-adapter-transactional-tests/tests/tests.rs
index 5e82698a7fb74..7b67b8d382f0d 100644
--- a/crates/sui-adapter-transactional-tests/tests/tests.rs
+++ b/crates/sui-adapter-transactional-tests/tests/tests.rs
@@ -1,4 +1,4 @@
-// Copyright (c) 2022, Mysten Labs, Inc.
+// Copyright (c) Mysten Labs, Inc.
// SPDX-License-Identifier: Apache-2.0
pub const TEST_DIR: &str = "tests";
diff --git a/crates/sui-adapter-transactional-tests/tests/transfer_object/does_not_have_store.move b/crates/sui-adapter-transactional-tests/tests/transfer_object/does_not_have_store.move
index 53d02c27306bc..eb4804f69391b 100644
--- a/crates/sui-adapter-transactional-tests/tests/transfer_object/does_not_have_store.move
+++ b/crates/sui-adapter-transactional-tests/tests/transfer_object/does_not_have_store.move
@@ -1,4 +1,4 @@
-// Copyright (c) 2022, Mysten Labs, Inc.
+// Copyright (c) Mysten Labs, Inc.
// SPDX-License-Identifier: Apache-2.0
// tests TransferObject should fail for an object _without_ public transfer
diff --git a/crates/sui-adapter-transactional-tests/tests/transfer_object/has_store.move b/crates/sui-adapter-transactional-tests/tests/transfer_object/has_store.move
index de34fccea5ced..e7586be9cf9cc 100644
--- a/crates/sui-adapter-transactional-tests/tests/transfer_object/has_store.move
+++ b/crates/sui-adapter-transactional-tests/tests/transfer_object/has_store.move
@@ -1,4 +1,4 @@
-// Copyright (c) 2022, Mysten Labs, Inc.
+// Copyright (c) Mysten Labs, Inc.
// SPDX-License-Identifier: Apache-2.0
// tests TransferObject with an object with public transfer
diff --git a/crates/sui-adapter-transactional-tests/tests/transfer_object/immutable.move b/crates/sui-adapter-transactional-tests/tests/transfer_object/immutable.move
index 3d68d68972720..b6a123d5134bf 100644
--- a/crates/sui-adapter-transactional-tests/tests/transfer_object/immutable.move
+++ b/crates/sui-adapter-transactional-tests/tests/transfer_object/immutable.move
@@ -1,4 +1,4 @@
-// Copyright (c) 2022, Mysten Labs, Inc.
+// Copyright (c) Mysten Labs, Inc.
// SPDX-License-Identifier: Apache-2.0
// tests TransferObject should fail for an immutable object
diff --git a/crates/sui-adapter-transactional-tests/tests/transfer_object/package.move b/crates/sui-adapter-transactional-tests/tests/transfer_object/package.move
index 12f79a05efe18..7a19cdd39cb2e 100644
--- a/crates/sui-adapter-transactional-tests/tests/transfer_object/package.move
+++ b/crates/sui-adapter-transactional-tests/tests/transfer_object/package.move
@@ -1,4 +1,4 @@
-// Copyright (c) 2022, Mysten Labs, Inc.
+// Copyright (c) Mysten Labs, Inc.
// SPDX-License-Identifier: Apache-2.0
// tests TransferObject should fail for a package
diff --git a/crates/sui-adapter-transactional-tests/tests/transfer_object/quasi_shared.move b/crates/sui-adapter-transactional-tests/tests/transfer_object/quasi_shared.move
index e014fc00bf366..ceaf7f76b235e 100644
--- a/crates/sui-adapter-transactional-tests/tests/transfer_object/quasi_shared.move
+++ b/crates/sui-adapter-transactional-tests/tests/transfer_object/quasi_shared.move
@@ -1,4 +1,4 @@
-// Copyright (c) 2022, Mysten Labs, Inc.
+// Copyright (c) Mysten Labs, Inc.
// SPDX-License-Identifier: Apache-2.0
// tests TransferObject should fail for a quasi-shared object
diff --git a/crates/sui-adapter-transactional-tests/tests/transfer_object/shared.move b/crates/sui-adapter-transactional-tests/tests/transfer_object/shared.move
index 9f53174c05bcf..25bdc38fecd35 100644
--- a/crates/sui-adapter-transactional-tests/tests/transfer_object/shared.move
+++ b/crates/sui-adapter-transactional-tests/tests/transfer_object/shared.move
@@ -1,4 +1,4 @@
-// Copyright (c) 2022, Mysten Labs, Inc.
+// Copyright (c) Mysten Labs, Inc.
// SPDX-License-Identifier: Apache-2.0
// tests TransferObject should fail for a shared object
diff --git a/crates/sui-adapter-transactional-tests/tests/transfer_object/transfer_coin.move b/crates/sui-adapter-transactional-tests/tests/transfer_object/transfer_coin.move
index ac419e0949f3a..f925ad81b4e73 100644
--- a/crates/sui-adapter-transactional-tests/tests/transfer_object/transfer_coin.move
+++ b/crates/sui-adapter-transactional-tests/tests/transfer_object/transfer_coin.move
@@ -1,4 +1,4 @@
-// Copyright (c) 2022, Mysten Labs, Inc.
+// Copyright (c) Mysten Labs, Inc.
// SPDX-License-Identifier: Apache-2.0
// tests TransferObject with a SUI coin
diff --git a/crates/sui-adapter/src/adapter.rs b/crates/sui-adapter/src/adapter.rs
index 4181e6e7dcb2b..c4679de15270b 100644
--- a/crates/sui-adapter/src/adapter.rs
+++ b/crates/sui-adapter/src/adapter.rs
@@ -1,4 +1,4 @@
-// Copyright (c) 2022, Mysten Labs, Inc.
+// Copyright (c) Mysten Labs, Inc.
// SPDX-License-Identifier: Apache-2.0
use std::{
diff --git a/crates/sui-adapter/src/bytecode_rewriter.rs b/crates/sui-adapter/src/bytecode_rewriter.rs
index 9798b4532ea23..36184566800f4 100644
--- a/crates/sui-adapter/src/bytecode_rewriter.rs
+++ b/crates/sui-adapter/src/bytecode_rewriter.rs
@@ -1,4 +1,4 @@
-// Copyright (c) 2022, Mysten Labs, Inc.
+// Copyright (c) Mysten Labs, Inc.
// SPDX-License-Identifier: Apache-2.0
use anyhow::{bail, Result};
diff --git a/crates/sui-adapter/src/genesis.rs b/crates/sui-adapter/src/genesis.rs
index d53b268ccea56..72898b4de70b8 100644
--- a/crates/sui-adapter/src/genesis.rs
+++ b/crates/sui-adapter/src/genesis.rs
@@ -1,4 +1,4 @@
-// Copyright (c) 2022, Mysten Labs, Inc.
+// Copyright (c) Mysten Labs, Inc.
// SPDX-License-Identifier: Apache-2.0
use move_binary_format::CompiledModule;
diff --git a/crates/sui-adapter/src/in_memory_storage.rs b/crates/sui-adapter/src/in_memory_storage.rs
index e7ec1eac8b6d9..6431a9542ed8c 100644
--- a/crates/sui-adapter/src/in_memory_storage.rs
+++ b/crates/sui-adapter/src/in_memory_storage.rs
@@ -1,4 +1,4 @@
-// Copyright (c) 2022, Mysten Labs, Inc.
+// Copyright (c) Mysten Labs, Inc.
// SPDX-License-Identifier: Apache-2.0
use move_core_types::{language_storage::ModuleId, resolver::ModuleResolver};
diff --git a/crates/sui-adapter/src/lib.rs b/crates/sui-adapter/src/lib.rs
index 1fc5461646da3..6455a9bda7166 100644
--- a/crates/sui-adapter/src/lib.rs
+++ b/crates/sui-adapter/src/lib.rs
@@ -1,4 +1,4 @@
-// Copyright (c) 2022, Mysten Labs, Inc.
+// Copyright (c) Mysten Labs, Inc.
// SPDX-License-Identifier: Apache-2.0
pub mod adapter;
diff --git a/crates/sui-adapter/src/object_root_ancestor_map.rs b/crates/sui-adapter/src/object_root_ancestor_map.rs
index ccc68739c40d1..d1a81394f13fa 100644
--- a/crates/sui-adapter/src/object_root_ancestor_map.rs
+++ b/crates/sui-adapter/src/object_root_ancestor_map.rs
@@ -1,4 +1,4 @@
-// Copyright (c) 2022, Mysten Labs, Inc.
+// Copyright (c) Mysten Labs, Inc.
// SPDX-License-Identifier: Apache-2.0
use std::collections::BTreeMap;
diff --git a/crates/sui-adapter/src/temporary_store.rs b/crates/sui-adapter/src/temporary_store.rs
index 69d66d9d90211..43e5fde1277e6 100644
--- a/crates/sui-adapter/src/temporary_store.rs
+++ b/crates/sui-adapter/src/temporary_store.rs
@@ -1,4 +1,4 @@
-// Copyright (c) 2022, Mysten Labs, Inc.
+// Copyright (c) Mysten Labs, Inc.
// SPDX-License-Identifier: Apache-2.0
use move_core_types::account_address::AccountAddress;
diff --git a/crates/sui-adapter/src/unit_tests/bytecode_rewriter_tests.rs b/crates/sui-adapter/src/unit_tests/bytecode_rewriter_tests.rs
index de057e1d74df3..f4c6e661f9e09 100644
--- a/crates/sui-adapter/src/unit_tests/bytecode_rewriter_tests.rs
+++ b/crates/sui-adapter/src/unit_tests/bytecode_rewriter_tests.rs
@@ -1,4 +1,4 @@
-// Copyright (c) 2022, Mysten Labs, Inc.
+// Copyright (c) Mysten Labs, Inc.
// SPDX-License-Identifier: Apache-2.0
use move_binary_format::{
diff --git a/crates/sui-benchmark/src/bin/stress.rs b/crates/sui-benchmark/src/bin/stress.rs
index f6fb6eb4aa353..3016018c76411 100644
--- a/crates/sui-benchmark/src/bin/stress.rs
+++ b/crates/sui-benchmark/src/bin/stress.rs
@@ -1,4 +1,4 @@
-// Copyright (c) 2022, Mysten Labs, Inc.
+// Copyright (c) Mysten Labs, Inc.
// SPDX-License-Identifier: Apache-2.0
use anyhow::{anyhow, Result};
use clap::*;
diff --git a/crates/sui-benchmark/src/drivers/bench_driver.rs b/crates/sui-benchmark/src/drivers/bench_driver.rs
index 045ac3f1f2a8e..d1463c2e2191d 100644
--- a/crates/sui-benchmark/src/drivers/bench_driver.rs
+++ b/crates/sui-benchmark/src/drivers/bench_driver.rs
@@ -1,4 +1,4 @@
-// Copyright (c) 2022, Mysten Labs, Inc.
+// Copyright (c) Mysten Labs, Inc.
// SPDX-License-Identifier: Apache-2.0
use anyhow::{anyhow, Result};
diff --git a/crates/sui-benchmark/src/drivers/driver.rs b/crates/sui-benchmark/src/drivers/driver.rs
index 46ee075e9ab49..7abb4d1b134f9 100644
--- a/crates/sui-benchmark/src/drivers/driver.rs
+++ b/crates/sui-benchmark/src/drivers/driver.rs
@@ -1,4 +1,4 @@
-// Copyright (c) 2022, Mysten Labs, Inc.
+// Copyright (c) Mysten Labs, Inc.
// SPDX-License-Identifier: Apache-2.0
use std::sync::Arc;
diff --git a/crates/sui-benchmark/src/drivers/mod.rs b/crates/sui-benchmark/src/drivers/mod.rs
index 5028fd4d35805..65330a3da8ae2 100644
--- a/crates/sui-benchmark/src/drivers/mod.rs
+++ b/crates/sui-benchmark/src/drivers/mod.rs
@@ -1,4 +1,4 @@
-// Copyright (c) 2022, Mysten Labs, Inc.
+// Copyright (c) Mysten Labs, Inc.
// SPDX-License-Identifier: Apache-2.0
use duration_str::parse;
diff --git a/crates/sui-benchmark/src/lib.rs b/crates/sui-benchmark/src/lib.rs
index 65fb94a52a27a..fccaaedc6dd6d 100644
--- a/crates/sui-benchmark/src/lib.rs
+++ b/crates/sui-benchmark/src/lib.rs
@@ -1,4 +1,4 @@
-// Copyright (c) 2022, Mysten Labs, Inc.
+// Copyright (c) Mysten Labs, Inc.
// SPDX-License-Identifier: Apache-2.0
pub mod drivers;
diff --git a/crates/sui-benchmark/src/util.rs b/crates/sui-benchmark/src/util.rs
index 427ad9c28af4d..3e6dcad6850bf 100644
--- a/crates/sui-benchmark/src/util.rs
+++ b/crates/sui-benchmark/src/util.rs
@@ -1,4 +1,4 @@
-// Copyright (c) 2022, Mysten Labs, Inc.
+// Copyright (c) Mysten Labs, Inc.
// SPDX-License-Identifier: Apache-2.0
use anyhow::Result;
diff --git a/crates/sui-benchmark/src/workloads/mod.rs b/crates/sui-benchmark/src/workloads/mod.rs
index f5db8229cb754..3a37365572aa3 100644
--- a/crates/sui-benchmark/src/workloads/mod.rs
+++ b/crates/sui-benchmark/src/workloads/mod.rs
@@ -1,4 +1,4 @@
-// Copyright (c) 2022, Mysten Labs, Inc.
+// Copyright (c) Mysten Labs, Inc.
// SPDX-License-Identifier: Apache-2.0
pub mod shared_counter;
diff --git a/crates/sui-benchmark/src/workloads/shared_counter.rs b/crates/sui-benchmark/src/workloads/shared_counter.rs
index e30593a810e4b..2395fd0b49397 100644
--- a/crates/sui-benchmark/src/workloads/shared_counter.rs
+++ b/crates/sui-benchmark/src/workloads/shared_counter.rs
@@ -1,4 +1,4 @@
-// Copyright (c) 2022, Mysten Labs, Inc.
+// Copyright (c) Mysten Labs, Inc.
// SPDX-License-Identifier: Apache-2.0
use super::workload::{submit_transaction, Gas, Payload, Workload, WorkloadType};
diff --git a/crates/sui-benchmark/src/workloads/transfer_object.rs b/crates/sui-benchmark/src/workloads/transfer_object.rs
index 8aa012d1167bd..f22bca29ce04c 100644
--- a/crates/sui-benchmark/src/workloads/transfer_object.rs
+++ b/crates/sui-benchmark/src/workloads/transfer_object.rs
@@ -1,4 +1,4 @@
-// Copyright (c) 2022, Mysten Labs, Inc.
+// Copyright (c) Mysten Labs, Inc.
// SPDX-License-Identifier: Apache-2.0
use std::{collections::HashMap, sync::Arc};
diff --git a/crates/sui-benchmark/src/workloads/workload.rs b/crates/sui-benchmark/src/workloads/workload.rs
index 1cf68ca061f5b..0b3aeb7fce011 100644
--- a/crates/sui-benchmark/src/workloads/workload.rs
+++ b/crates/sui-benchmark/src/workloads/workload.rs
@@ -1,4 +1,4 @@
-// Copyright (c) 2022, Mysten Labs, Inc.
+// Copyright (c) Mysten Labs, Inc.
// SPDX-License-Identifier: Apache-2.0
use async_trait::async_trait;
diff --git a/crates/sui-benchmark/tests/simtest.rs b/crates/sui-benchmark/tests/simtest.rs
index bde69f62dc576..9b2b552c956ed 100644
--- a/crates/sui-benchmark/tests/simtest.rs
+++ b/crates/sui-benchmark/tests/simtest.rs
@@ -1,4 +1,4 @@
-// Copyright (c) 2022, Mysten Labs, Inc.
+// Copyright (c) Mysten Labs, Inc.
// SPDX-License-Identifier: Apache-2.0
#[cfg(msim)]
diff --git a/crates/sui-cluster-test/src/cluster.rs b/crates/sui-cluster-test/src/cluster.rs
index adb8993f94103..215c076d8e397 100644
--- a/crates/sui-cluster-test/src/cluster.rs
+++ b/crates/sui-cluster-test/src/cluster.rs
@@ -1,4 +1,4 @@
-// Copyright (c) 2022, Mysten Labs, Inc.
+// Copyright (c) Mysten Labs, Inc.
// SPDX-License-Identifier: Apache-2.0
use super::config::{ClusterTestOpt, Env};
use async_trait::async_trait;
diff --git a/crates/sui-cluster-test/src/config.rs b/crates/sui-cluster-test/src/config.rs
index ab6b3634cbb3a..605f30be3bc50 100644
--- a/crates/sui-cluster-test/src/config.rs
+++ b/crates/sui-cluster-test/src/config.rs
@@ -1,4 +1,4 @@
-// Copyright (c) 2022, Mysten Labs, Inc.
+// Copyright (c) Mysten Labs, Inc.
// SPDX-License-Identifier: Apache-2.0
use clap::*;
diff --git a/crates/sui-cluster-test/src/faucet.rs b/crates/sui-cluster-test/src/faucet.rs
index f5046ac7c1273..40257fb554f0c 100644
--- a/crates/sui-cluster-test/src/faucet.rs
+++ b/crates/sui-cluster-test/src/faucet.rs
@@ -1,4 +1,4 @@
-// Copyright (c) 2022, Mysten Labs, Inc.
+// Copyright (c) Mysten Labs, Inc.
// SPDX-License-Identifier: Apache-2.0
use super::cluster::{new_wallet_context_from_cluster, Cluster};
use async_trait::async_trait;
diff --git a/crates/sui-cluster-test/src/helper.rs b/crates/sui-cluster-test/src/helper.rs
index 82293a51d4844..c015f761d9312 100644
--- a/crates/sui-cluster-test/src/helper.rs
+++ b/crates/sui-cluster-test/src/helper.rs
@@ -1,4 +1,4 @@
-// Copyright (c) 2022, Mysten Labs, Inc.
+// Copyright (c) Mysten Labs, Inc.
// SPDX-License-Identifier: Apache-2.0
use anyhow::bail;
diff --git a/crates/sui-cluster-test/src/lib.rs b/crates/sui-cluster-test/src/lib.rs
index 6703c4d92b969..6aa97b2a3f4cd 100644
--- a/crates/sui-cluster-test/src/lib.rs
+++ b/crates/sui-cluster-test/src/lib.rs
@@ -1,4 +1,4 @@
-// Copyright (c) 2022, Mysten Labs, Inc.
+// Copyright (c) Mysten Labs, Inc.
// SPDX-License-Identifier: Apache-2.0
use crate::faucet::{FaucetClient, FaucetClientFactory};
use async_trait::async_trait;
diff --git a/crates/sui-cluster-test/src/main.rs b/crates/sui-cluster-test/src/main.rs
index a491d223f42aa..4d5af6e26ca2f 100644
--- a/crates/sui-cluster-test/src/main.rs
+++ b/crates/sui-cluster-test/src/main.rs
@@ -1,4 +1,4 @@
-// Copyright (c) 2022, Mysten Labs, Inc.
+// Copyright (c) Mysten Labs, Inc.
// SPDX-License-Identifier: Apache-2.0
use clap::*;
diff --git a/crates/sui-cluster-test/src/test_case.rs b/crates/sui-cluster-test/src/test_case.rs
index f79a1d6b6525c..1e942467184e1 100644
--- a/crates/sui-cluster-test/src/test_case.rs
+++ b/crates/sui-cluster-test/src/test_case.rs
@@ -1,4 +1,4 @@
-// Copyright (c) 2022, Mysten Labs, Inc.
+// Copyright (c) Mysten Labs, Inc.
// SPDX-License-Identifier: Apache-2.0
pub mod call_contract_test;
diff --git a/crates/sui-cluster-test/src/test_case/call_contract_test.rs b/crates/sui-cluster-test/src/test_case/call_contract_test.rs
index fdeaf6496ff17..a12dfd1a46ffb 100644
--- a/crates/sui-cluster-test/src/test_case/call_contract_test.rs
+++ b/crates/sui-cluster-test/src/test_case/call_contract_test.rs
@@ -1,4 +1,4 @@
-// Copyright (c) 2022, Mysten Labs, Inc.
+// Copyright (c) Mysten Labs, Inc.
// SPDX-License-Identifier: Apache-2.0
use crate::helper::ObjectChecker;
diff --git a/crates/sui-cluster-test/src/test_case/coin_merge_split_test.rs b/crates/sui-cluster-test/src/test_case/coin_merge_split_test.rs
index 466ac1c5273ad..cedfda2740464 100644
--- a/crates/sui-cluster-test/src/test_case/coin_merge_split_test.rs
+++ b/crates/sui-cluster-test/src/test_case/coin_merge_split_test.rs
@@ -1,4 +1,4 @@
-// Copyright (c) 2022, Mysten Labs, Inc.
+// Copyright (c) Mysten Labs, Inc.
// SPDX-License-Identifier: Apache-2.0
use crate::{helper::ObjectChecker, TestCaseImpl, TestContext};
diff --git a/crates/sui-cluster-test/src/test_case/fullnode_execute_transaction_test.rs b/crates/sui-cluster-test/src/test_case/fullnode_execute_transaction_test.rs
index 1781f3fbf7efd..53701c0ba51b4 100644
--- a/crates/sui-cluster-test/src/test_case/fullnode_execute_transaction_test.rs
+++ b/crates/sui-cluster-test/src/test_case/fullnode_execute_transaction_test.rs
@@ -1,4 +1,4 @@
-// Copyright (c) 2022, Mysten Labs, Inc.
+// Copyright (c) Mysten Labs, Inc.
// SPDX-License-Identifier: Apache-2.0
use crate::{TestCaseImpl, TestContext};
diff --git a/crates/sui-cluster-test/src/test_case/native_transfer_test.rs b/crates/sui-cluster-test/src/test_case/native_transfer_test.rs
index e0167d98b55ad..06169ea001262 100644
--- a/crates/sui-cluster-test/src/test_case/native_transfer_test.rs
+++ b/crates/sui-cluster-test/src/test_case/native_transfer_test.rs
@@ -1,4 +1,4 @@
-// Copyright (c) 2022, Mysten Labs, Inc.
+// Copyright (c) Mysten Labs, Inc.
// SPDX-License-Identifier: Apache-2.0
use crate::{
diff --git a/crates/sui-cluster-test/src/test_case/shared_object_test.rs b/crates/sui-cluster-test/src/test_case/shared_object_test.rs
index b0a7306e100e7..959873607b14d 100644
--- a/crates/sui-cluster-test/src/test_case/shared_object_test.rs
+++ b/crates/sui-cluster-test/src/test_case/shared_object_test.rs
@@ -1,4 +1,4 @@
-// Copyright (c) 2022, Mysten Labs, Inc.
+// Copyright (c) Mysten Labs, Inc.
// SPDX-License-Identifier: Apache-2.0
use crate::{helper::ObjectChecker, TestCaseImpl, TestContext};
diff --git a/crates/sui-cluster-test/src/wallet_client.rs b/crates/sui-cluster-test/src/wallet_client.rs
index 979cfca3e9133..f06138c703331 100644
--- a/crates/sui-cluster-test/src/wallet_client.rs
+++ b/crates/sui-cluster-test/src/wallet_client.rs
@@ -1,4 +1,4 @@
-// Copyright (c) 2022, Mysten Labs, Inc.
+// Copyright (c) Mysten Labs, Inc.
// SPDX-License-Identifier: Apache-2.0
use crate::cluster::new_wallet_context_from_cluster;
diff --git a/crates/sui-cluster-test/tests/local_cluster_test.rs b/crates/sui-cluster-test/tests/local_cluster_test.rs
index e0aed95a065a4..fb9ee8b404c73 100644
--- a/crates/sui-cluster-test/tests/local_cluster_test.rs
+++ b/crates/sui-cluster-test/tests/local_cluster_test.rs
@@ -1,4 +1,4 @@
-// Copyright (c) 2022, Mysten Labs, Inc.
+// Copyright (c) Mysten Labs, Inc.
// SPDX-License-Identifier: Apache-2.0
use sui_cluster_test::{config::ClusterTestOpt, ClusterTest};
diff --git a/crates/sui-config/src/builder.rs b/crates/sui-config/src/builder.rs
index 8e3b5a33e6669..7ddea679d6069 100644
--- a/crates/sui-config/src/builder.rs
+++ b/crates/sui-config/src/builder.rs
@@ -1,4 +1,4 @@
-// Copyright (c) 2022, Mysten Labs, Inc.
+// Copyright (c) Mysten Labs, Inc.
// SPDX-License-Identifier: Apache-2.0
use crate::{
diff --git a/crates/sui-config/src/gateway.rs b/crates/sui-config/src/gateway.rs
index fefd8cbc8aa30..972fe3c6b1cf0 100644
--- a/crates/sui-config/src/gateway.rs
+++ b/crates/sui-config/src/gateway.rs
@@ -1,4 +1,4 @@
-// Copyright (c) 2022, Mysten Labs, Inc.
+// Copyright (c) Mysten Labs, Inc.
// SPDX-License-Identifier: Apache-2.0
use crate::{Config, ValidatorInfo};
diff --git a/crates/sui-config/src/genesis.rs b/crates/sui-config/src/genesis.rs
index fecfcfcb21264..cb6b94f4e799f 100644
--- a/crates/sui-config/src/genesis.rs
+++ b/crates/sui-config/src/genesis.rs
@@ -1,4 +1,4 @@
-// Copyright (c) 2022, Mysten Labs, Inc.
+// Copyright (c) Mysten Labs, Inc.
// SPDX-License-Identifier: Apache-2.0
use crate::ValidatorInfo;
diff --git a/crates/sui-config/src/genesis_config.rs b/crates/sui-config/src/genesis_config.rs
index b5139404cfb0f..7ee141fe24ebf 100644
--- a/crates/sui-config/src/genesis_config.rs
+++ b/crates/sui-config/src/genesis_config.rs
@@ -1,4 +1,4 @@
-// Copyright (c) 2022, Mysten Labs, Inc.
+// Copyright (c) Mysten Labs, Inc.
// SPDX-License-Identifier: Apache-2.0
use crate::{utils, DEFAULT_GAS_PRICE, DEFAULT_STAKE};
diff --git a/crates/sui-config/src/lib.rs b/crates/sui-config/src/lib.rs
index 1f8bde31ab80c..0ebf727e0339b 100644
--- a/crates/sui-config/src/lib.rs
+++ b/crates/sui-config/src/lib.rs
@@ -1,4 +1,4 @@
-// Copyright (c) 2022, Mysten Labs, Inc.
+// Copyright (c) Mysten Labs, Inc.
// SPDX-License-Identifier: Apache-2.0
use anyhow::Context;
diff --git a/crates/sui-config/src/node.rs b/crates/sui-config/src/node.rs
index e5107ca432818..00e444394f972 100644
--- a/crates/sui-config/src/node.rs
+++ b/crates/sui-config/src/node.rs
@@ -1,4 +1,4 @@
-// Copyright (c) 2022, Mysten Labs, Inc.
+// Copyright (c) Mysten Labs, Inc.
// SPDX-License-Identifier: Apache-2.0
use crate::genesis;
diff --git a/crates/sui-config/src/swarm.rs b/crates/sui-config/src/swarm.rs
index 8201b7575b900..c76688c8ab750 100644
--- a/crates/sui-config/src/swarm.rs
+++ b/crates/sui-config/src/swarm.rs
@@ -1,4 +1,4 @@
-// Copyright (c) 2022, Mysten Labs, Inc.
+// Copyright (c) Mysten Labs, Inc.
// SPDX-License-Identifier: Apache-2.0
use crate::{builder, genesis, utils, Config, NodeConfig, ValidatorInfo, FULL_NODE_DB_PATH};
diff --git a/crates/sui-config/src/utils.rs b/crates/sui-config/src/utils.rs
index ce2b059a21dd9..63a61539f1751 100644
--- a/crates/sui-config/src/utils.rs
+++ b/crates/sui-config/src/utils.rs
@@ -1,4 +1,4 @@
-// Copyright (c) 2022, Mysten Labs, Inc.
+// Copyright (c) Mysten Labs, Inc.
// SPDX-License-Identifier: Apache-2.0
use std::net::{TcpListener, TcpStream};
diff --git a/crates/sui-config/tests/snapshot_tests.rs b/crates/sui-config/tests/snapshot_tests.rs
index 89a8164c3bc98..996b98e750c9d 100644
--- a/crates/sui-config/tests/snapshot_tests.rs
+++ b/crates/sui-config/tests/snapshot_tests.rs
@@ -1,4 +1,4 @@
-// Copyright (c) 2022, Mysten Labs, Inc.
+// Copyright (c) Mysten Labs, Inc.
// SPDX-License-Identifier: Apache-2.0
// This file contains tests that detect changes in Sui configs.
diff --git a/crates/sui-core/src/authority.rs b/crates/sui-core/src/authority.rs
index b0169070370f2..52a2ac18a86ca 100644
--- a/crates/sui-core/src/authority.rs
+++ b/crates/sui-core/src/authority.rs
@@ -1,5 +1,5 @@
// Copyright (c) 2021, Facebook, Inc. and its affiliates
-// Copyright (c) 2022, Mysten Labs, Inc.
+// Copyright (c) Mysten Labs, Inc.
// SPDX-License-Identifier: Apache-2.0
use crate::checkpoints::ConsensusSender;
diff --git a/crates/sui-core/src/authority/authority_notifier.rs b/crates/sui-core/src/authority/authority_notifier.rs
index 8003f1cffcaa7..56053d796a1df 100644
--- a/crates/sui-core/src/authority/authority_notifier.rs
+++ b/crates/sui-core/src/authority/authority_notifier.rs
@@ -1,4 +1,4 @@
-// Copyright (c) 2022, Mysten Labs, Inc.
+// Copyright (c) Mysten Labs, Inc.
// SPDX-License-Identifier: Apache-2.0
use super::*;
diff --git a/crates/sui-core/src/authority/authority_store.rs b/crates/sui-core/src/authority/authority_store.rs
index 8ba226e6c8647..6f4a04a6b668b 100644
--- a/crates/sui-core/src/authority/authority_store.rs
+++ b/crates/sui-core/src/authority/authority_store.rs
@@ -1,4 +1,4 @@
-// Copyright (c) 2022, Mysten Labs, Inc.
+// Copyright (c) Mysten Labs, Inc.
// SPDX-License-Identifier: Apache-2.0
use super::{authority_store_tables::AuthorityStoreTables, *};
diff --git a/crates/sui-core/src/authority/authority_store_tables.rs b/crates/sui-core/src/authority/authority_store_tables.rs
index da91871786de5..60adde8b4f072 100644
--- a/crates/sui-core/src/authority/authority_store_tables.rs
+++ b/crates/sui-core/src/authority/authority_store_tables.rs
@@ -1,4 +1,4 @@
-// Copyright (c) 2022, Mysten Labs, Inc.
+// Copyright (c) Mysten Labs, Inc.
// SPDX-License-Identifier: Apache-2.0
use super::{
diff --git a/crates/sui-core/src/authority_active.rs b/crates/sui-core/src/authority_active.rs
index c87e17be71cae..ab43f78177dc6 100644
--- a/crates/sui-core/src/authority_active.rs
+++ b/crates/sui-core/src/authority_active.rs
@@ -1,4 +1,4 @@
-// Copyright (c) 2022, Mysten Labs, Inc.
+// Copyright (c) Mysten Labs, Inc.
// SPDX-License-Identifier: Apache-2.0
/*
diff --git a/crates/sui-core/src/authority_active/checkpoint_driver/mod.rs b/crates/sui-core/src/authority_active/checkpoint_driver/mod.rs
index df1d815b4b209..848a2c5c6f024 100644
--- a/crates/sui-core/src/authority_active/checkpoint_driver/mod.rs
+++ b/crates/sui-core/src/authority_active/checkpoint_driver/mod.rs
@@ -1,4 +1,4 @@
-// Copyright (c) 2022, Mysten Labs, Inc.
+// Copyright (c) Mysten Labs, Inc.
// SPDX-License-Identifier: Apache-2.0
use std::ops::Deref;
diff --git a/crates/sui-core/src/authority_active/checkpoint_driver/tests.rs b/crates/sui-core/src/authority_active/checkpoint_driver/tests.rs
index 758feb58739a3..361cb9b909717 100644
--- a/crates/sui-core/src/authority_active/checkpoint_driver/tests.rs
+++ b/crates/sui-core/src/authority_active/checkpoint_driver/tests.rs
@@ -1,4 +1,4 @@
-// Copyright (c) 2022, Mysten Labs, Inc.
+// Copyright (c) Mysten Labs, Inc.
// SPDX-License-Identifier: Apache-2.0
use crate::{
diff --git a/crates/sui-core/src/authority_active/execution_driver/mod.rs b/crates/sui-core/src/authority_active/execution_driver/mod.rs
index c5b644e29fa11..0b7bfc14b3cca 100644
--- a/crates/sui-core/src/authority_active/execution_driver/mod.rs
+++ b/crates/sui-core/src/authority_active/execution_driver/mod.rs
@@ -1,4 +1,4 @@
-// Copyright (c) 2022, Mysten Labs, Inc.
+// Copyright (c) Mysten Labs, Inc.
// SPDX-License-Identifier: Apache-2.0
use std::{collections::HashSet, sync::Arc};
diff --git a/crates/sui-core/src/authority_active/execution_driver/tests.rs b/crates/sui-core/src/authority_active/execution_driver/tests.rs
index 5cefeacab3274..dc2e1619408e8 100644
--- a/crates/sui-core/src/authority_active/execution_driver/tests.rs
+++ b/crates/sui-core/src/authority_active/execution_driver/tests.rs
@@ -1,4 +1,4 @@
-// Copyright (c) 2022, Mysten Labs, Inc.
+// Copyright (c) Mysten Labs, Inc.
// SPDX-License-Identifier: Apache-2.0
use crate::{authority_active::ActiveAuthority, checkpoints::checkpoint_tests::TestSetup};
diff --git a/crates/sui-core/src/authority_active/gossip/configurable_batch_action_client.rs b/crates/sui-core/src/authority_active/gossip/configurable_batch_action_client.rs
index 718d3ad1caf24..aad20529d1fef 100644
--- a/crates/sui-core/src/authority_active/gossip/configurable_batch_action_client.rs
+++ b/crates/sui-core/src/authority_active/gossip/configurable_batch_action_client.rs
@@ -1,5 +1,5 @@
// Copyright (c) 2021, Facebook, Inc. and its affiliates
-// Copyright (c) 2022, Mysten Labs, Inc.
+// Copyright (c) Mysten Labs, Inc.
// SPDX-License-Identifier: Apache-2.0
use crate::authority::AuthorityState;
diff --git a/crates/sui-core/src/authority_active/gossip/mod.rs b/crates/sui-core/src/authority_active/gossip/mod.rs
index a49a446d4fe5e..2da9761e109ed 100644
--- a/crates/sui-core/src/authority_active/gossip/mod.rs
+++ b/crates/sui-core/src/authority_active/gossip/mod.rs
@@ -1,4 +1,4 @@
-// Copyright (c) 2022, Mysten Labs, Inc.
+// Copyright (c) Mysten Labs, Inc.
// SPDX-License-Identifier: Apache-2.0
use crate::{authority::AuthorityState, authority_client::AuthorityAPI, safe_client::SafeClient};
diff --git a/crates/sui-core/src/authority_active/gossip/tests.rs b/crates/sui-core/src/authority_active/gossip/tests.rs
index f42fa9a094e77..088a158c0212a 100644
--- a/crates/sui-core/src/authority_active/gossip/tests.rs
+++ b/crates/sui-core/src/authority_active/gossip/tests.rs
@@ -1,4 +1,4 @@
-// Copyright (c) 2022, Mysten Labs, Inc.
+// Copyright (c) Mysten Labs, Inc.
// SPDX-License-Identifier: Apache-2.0
use super::*;
diff --git a/crates/sui-core/src/authority_aggregator.rs b/crates/sui-core/src/authority_aggregator.rs
index 287bc20a49515..15d111386c2e7 100644
--- a/crates/sui-core/src/authority_aggregator.rs
+++ b/crates/sui-core/src/authority_aggregator.rs
@@ -1,5 +1,5 @@
// Copyright (c) 2021, Facebook, Inc. and its affiliates
-// Copyright (c) 2022, Mysten Labs, Inc.
+// Copyright (c) Mysten Labs, Inc.
// SPDX-License-Identifier: Apache-2.0
use crate::authority_client::AuthorityAPI;
diff --git a/crates/sui-core/src/authority_batch.rs b/crates/sui-core/src/authority_batch.rs
index e5106ee5bc23a..b63f53325229e 100644
--- a/crates/sui-core/src/authority_batch.rs
+++ b/crates/sui-core/src/authority_batch.rs
@@ -1,4 +1,4 @@
-// Copyright (c) 2022, Mysten Labs, Inc.
+// Copyright (c) Mysten Labs, Inc.
// SPDX-License-Identifier: Apache-2.0
// I really want to express some predicates in a natural
diff --git a/crates/sui-core/src/authority_client.rs b/crates/sui-core/src/authority_client.rs
index c0baf874e9a4e..cf12cefc6d2c4 100644
--- a/crates/sui-core/src/authority_client.rs
+++ b/crates/sui-core/src/authority_client.rs
@@ -1,5 +1,5 @@
// Copyright (c) 2021, Facebook, Inc. and its affiliates
-// Copyright (c) 2022, Mysten Labs, Inc.
+// Copyright (c) Mysten Labs, Inc.
// SPDX-License-Identifier: Apache-2.0
use crate::authority::AuthorityState;
diff --git a/crates/sui-core/src/authority_server.rs b/crates/sui-core/src/authority_server.rs
index d4b5439e687c7..31e9a26e3980b 100644
--- a/crates/sui-core/src/authority_server.rs
+++ b/crates/sui-core/src/authority_server.rs
@@ -1,5 +1,5 @@
// Copyright (c) 2021, Facebook, Inc. and its affiliates
-// Copyright (c) 2022, Mysten Labs, Inc.
+// Copyright (c) Mysten Labs, Inc.
// SPDX-License-Identifier: Apache-2.0
use crate::{
diff --git a/crates/sui-core/src/checkpoints/causal_order_effects.rs b/crates/sui-core/src/checkpoints/causal_order_effects.rs
index ae4bf3dd05f05..58ab53c65e2c7 100644
--- a/crates/sui-core/src/checkpoints/causal_order_effects.rs
+++ b/crates/sui-core/src/checkpoints/causal_order_effects.rs
@@ -1,4 +1,4 @@
-// Copyright (c) 2022, Mysten Labs, Inc.
+// Copyright (c) Mysten Labs, Inc.
// SPDX-License-Identifier: Apache-2.0
use std::{
diff --git a/crates/sui-core/src/checkpoints/mod.rs b/crates/sui-core/src/checkpoints/mod.rs
index 2d10f20583b1f..17f650bbf2ea4 100644
--- a/crates/sui-core/src/checkpoints/mod.rs
+++ b/crates/sui-core/src/checkpoints/mod.rs
@@ -1,4 +1,4 @@
-// Copyright (c) 2022, Mysten Labs, Inc.
+// Copyright (c) Mysten Labs, Inc.
// SPDX-License-Identifier: Apache-2.0
pub mod causal_order_effects;
diff --git a/crates/sui-core/src/checkpoints/reconstruction.rs b/crates/sui-core/src/checkpoints/reconstruction.rs
index b198012575d8e..25d917dfa34d4 100644
--- a/crates/sui-core/src/checkpoints/reconstruction.rs
+++ b/crates/sui-core/src/checkpoints/reconstruction.rs
@@ -1,4 +1,4 @@
-// Copyright (c) 2022, Mysten Labs, Inc.
+// Copyright (c) Mysten Labs, Inc.
// SPDX-License-Identifier: Apache-2.0
use std::cmp::max;
diff --git a/crates/sui-core/src/checkpoints/tests/checkpoint_tests.rs b/crates/sui-core/src/checkpoints/tests/checkpoint_tests.rs
index 426f2e94ab2e3..72c06badb1d0c 100644
--- a/crates/sui-core/src/checkpoints/tests/checkpoint_tests.rs
+++ b/crates/sui-core/src/checkpoints/tests/checkpoint_tests.rs
@@ -1,4 +1,4 @@
-// Copyright (c) 2022, Mysten Labs, Inc.
+// Copyright (c) Mysten Labs, Inc.
// SPDX-License-Identifier: Apache-2.0
use super::*;
diff --git a/crates/sui-core/src/consensus_adapter.rs b/crates/sui-core/src/consensus_adapter.rs
index 53cdbad2afadb..7b3ae6081f722 100644
--- a/crates/sui-core/src/consensus_adapter.rs
+++ b/crates/sui-core/src/consensus_adapter.rs
@@ -1,4 +1,4 @@
-// Copyright (c) 2022, Mysten Labs, Inc.
+// Copyright (c) Mysten Labs, Inc.
// SPDX-License-Identifier: Apache-2.0
use crate::checkpoints::CheckpointStore;
diff --git a/crates/sui-core/src/epoch/committee_store.rs b/crates/sui-core/src/epoch/committee_store.rs
index b6f9ec6e2070b..6d86702811b01 100644
--- a/crates/sui-core/src/epoch/committee_store.rs
+++ b/crates/sui-core/src/epoch/committee_store.rs
@@ -1,4 +1,4 @@
-// Copyright (c) 2022, Mysten Labs, Inc.
+// Copyright (c) Mysten Labs, Inc.
// SPDX-License-Identifier: Apache-2.0
use rocksdb::Options;
diff --git a/crates/sui-core/src/epoch/mod.rs b/crates/sui-core/src/epoch/mod.rs
index d42fe69d1da14..8d0282bd73ac8 100644
--- a/crates/sui-core/src/epoch/mod.rs
+++ b/crates/sui-core/src/epoch/mod.rs
@@ -1,4 +1,4 @@
-// Copyright (c) 2022, Mysten Labs, Inc.
+// Copyright (c) Mysten Labs, Inc.
// SPDX-License-Identifier: Apache-2.0
pub mod committee_store;
diff --git a/crates/sui-core/src/epoch/reconfiguration.rs b/crates/sui-core/src/epoch/reconfiguration.rs
index 292f93c4f578c..a1686052b2d4d 100644
--- a/crates/sui-core/src/epoch/reconfiguration.rs
+++ b/crates/sui-core/src/epoch/reconfiguration.rs
@@ -1,4 +1,4 @@
-// Copyright (c) 2022, Mysten Labs, Inc.
+// Copyright (c) Mysten Labs, Inc.
// SPDX-License-Identifier: Apache-2.0
use crate::authority_active::ActiveAuthority;
diff --git a/crates/sui-core/src/epoch/tests/reconfiguration_tests.rs b/crates/sui-core/src/epoch/tests/reconfiguration_tests.rs
index 2ee1f1b459223..e33f1b8c0fae8 100644
--- a/crates/sui-core/src/epoch/tests/reconfiguration_tests.rs
+++ b/crates/sui-core/src/epoch/tests/reconfiguration_tests.rs
@@ -1,4 +1,4 @@
-// Copyright (c) 2022, Mysten Labs, Inc.
+// Copyright (c) Mysten Labs, Inc.
// SPDX-License-Identifier: Apache-2.0
use std::{
diff --git a/crates/sui-core/src/event_handler.rs b/crates/sui-core/src/event_handler.rs
index 496e9ecca193e..8a94ad5aac62e 100644
--- a/crates/sui-core/src/event_handler.rs
+++ b/crates/sui-core/src/event_handler.rs
@@ -1,4 +1,4 @@
-// Copyright (c) 2022, Mysten Labs, Inc.
+// Copyright (c) Mysten Labs, Inc.
// SPDX-License-Identifier: Apache-2.0
use std::sync::Arc;
diff --git a/crates/sui-core/src/execution_engine.rs b/crates/sui-core/src/execution_engine.rs
index 27e20bbba143b..3051a2b38d955 100644
--- a/crates/sui-core/src/execution_engine.rs
+++ b/crates/sui-core/src/execution_engine.rs
@@ -1,4 +1,4 @@
-// Copyright (c) 2022, Mysten Labs, Inc.
+// Copyright (c) Mysten Labs, Inc.
// SPDX-License-Identifier: Apache-2.0
use move_core_types::ident_str;
diff --git a/crates/sui-core/src/gateway_state.rs b/crates/sui-core/src/gateway_state.rs
index 3b9702cc061c6..30a727a691b92 100644
--- a/crates/sui-core/src/gateway_state.rs
+++ b/crates/sui-core/src/gateway_state.rs
@@ -1,5 +1,5 @@
// Copyright (c) 2021, Facebook, Inc. and its affiliates
-// Copyright (c) 2022, Mysten Labs, Inc.
+// Copyright (c) Mysten Labs, Inc.
// SPDX-License-Identifier: Apache-2.0
use futures::future::join_all;
diff --git a/crates/sui-core/src/generate_format.rs b/crates/sui-core/src/generate_format.rs
index bee4b6da8ae60..0cfcd8cf58aeb 100644
--- a/crates/sui-core/src/generate_format.rs
+++ b/crates/sui-core/src/generate_format.rs
@@ -1,5 +1,5 @@
// Copyright (c) 2021, Facebook, Inc. and its affiliates
-// Copyright (c) 2022, Mysten Labs, Inc.
+// Copyright (c) Mysten Labs, Inc.
// SPDX-License-Identifier: Apache-2.0
use clap::*;
use move_core_types::{
diff --git a/crates/sui-core/src/histogram.rs b/crates/sui-core/src/histogram.rs
index e1e8bd9e7aeac..961b35f50f5cd 100644
--- a/crates/sui-core/src/histogram.rs
+++ b/crates/sui-core/src/histogram.rs
@@ -1,4 +1,4 @@
-// Copyright (c) 2022, Mysten Labs, Inc.
+// Copyright (c) Mysten Labs, Inc.
// SPDX-License-Identifier: Apache-2.0
use futures::FutureExt;
diff --git a/crates/sui-core/src/lib.rs b/crates/sui-core/src/lib.rs
index 0ac6f50e82aa3..0611d9cf8c673 100644
--- a/crates/sui-core/src/lib.rs
+++ b/crates/sui-core/src/lib.rs
@@ -1,5 +1,5 @@
// Copyright (c) 2021, Facebook, Inc. and its affiliates
-// Copyright (c) 2022, Mysten Labs, Inc.
+// Copyright (c) Mysten Labs, Inc.
// SPDX-License-Identifier: Apache-2.0
pub mod authority;
pub mod authority_active;
diff --git a/crates/sui-core/src/metrics.rs b/crates/sui-core/src/metrics.rs
index 5b106c7b6a9d0..7ffd5ee50209b 100644
--- a/crates/sui-core/src/metrics.rs
+++ b/crates/sui-core/src/metrics.rs
@@ -1,4 +1,4 @@
-// Copyright (c) 2022, Mysten Labs, Inc.
+// Copyright (c) Mysten Labs, Inc.
// SPDX-License-Identifier: Apache-2.0
use prometheus::{Histogram, IntCounter};
diff --git a/crates/sui-core/src/node_sync/mod.rs b/crates/sui-core/src/node_sync/mod.rs
index 212d250d204cb..58aeffd47c413 100644
--- a/crates/sui-core/src/node_sync/mod.rs
+++ b/crates/sui-core/src/node_sync/mod.rs
@@ -1,4 +1,4 @@
-// Copyright (c) 2022, Mysten Labs, Inc.
+// Copyright (c) Mysten Labs, Inc.
// SPDX-License-Identifier: Apache-2.0
mod node_state;
diff --git a/crates/sui-core/src/node_sync/node_follower.rs b/crates/sui-core/src/node_sync/node_follower.rs
index ffe5df2545faf..76a059decb269 100644
--- a/crates/sui-core/src/node_sync/node_follower.rs
+++ b/crates/sui-core/src/node_sync/node_follower.rs
@@ -1,4 +1,4 @@
-// Copyright (c) 2022, Mysten Labs, Inc.
+// Copyright (c) Mysten Labs, Inc.
// SPDX-License-Identifier: Apache-2.0
use crate::{
diff --git a/crates/sui-core/src/node_sync/node_state.rs b/crates/sui-core/src/node_sync/node_state.rs
index 91f4d25e24758..4bfdd7997e562 100644
--- a/crates/sui-core/src/node_sync/node_state.rs
+++ b/crates/sui-core/src/node_sync/node_state.rs
@@ -1,4 +1,4 @@
-// Copyright (c) 2022, Mysten Labs, Inc.
+// Copyright (c) Mysten Labs, Inc.
// SPDX-License-Identifier: Apache-2.0
use crate::{
diff --git a/crates/sui-core/src/query_helpers.rs b/crates/sui-core/src/query_helpers.rs
index 9fe095b4b1924..1650fbebf5623 100644
--- a/crates/sui-core/src/query_helpers.rs
+++ b/crates/sui-core/src/query_helpers.rs
@@ -1,4 +1,4 @@
-// Copyright (c) 2022, Mysten Labs, Inc.
+// Copyright (c) Mysten Labs, Inc.
// SPDX-License-Identifier: Apache-2.0
use crate::authority::SuiDataStore;
diff --git a/crates/sui-core/src/quorum_driver/metrics.rs b/crates/sui-core/src/quorum_driver/metrics.rs
index 6b0cb1933114c..a8e7506478c98 100644
--- a/crates/sui-core/src/quorum_driver/metrics.rs
+++ b/crates/sui-core/src/quorum_driver/metrics.rs
@@ -1,5 +1,5 @@
// Copyright (c) 2021, Facebook, Inc. and its affiliates
-// Copyright (c) 2022, Mysten Labs, Inc.
+// Copyright (c) Mysten Labs, Inc.
// SPDX-License-Identifier: Apache-2.0
use prometheus::{
diff --git a/crates/sui-core/src/quorum_driver/mod.rs b/crates/sui-core/src/quorum_driver/mod.rs
index cd4f495bf1717..27e2be58b2f69 100644
--- a/crates/sui-core/src/quorum_driver/mod.rs
+++ b/crates/sui-core/src/quorum_driver/mod.rs
@@ -1,4 +1,4 @@
-// Copyright (c) 2022, Mysten Labs, Inc.
+// Copyright (c) Mysten Labs, Inc.
// SPDX-License-Identifier: Apache-2.0
mod metrics;
diff --git a/crates/sui-core/src/safe_client.rs b/crates/sui-core/src/safe_client.rs
index 45cd438629b47..15ffd589a4bc2 100644
--- a/crates/sui-core/src/safe_client.rs
+++ b/crates/sui-core/src/safe_client.rs
@@ -1,5 +1,5 @@
// Copyright (c) 2021, Facebook, Inc. and its affiliates
-// Copyright (c) 2022, Mysten Labs, Inc.
+// Copyright (c) Mysten Labs, Inc.
// SPDX-License-Identifier: Apache-2.0
use crate::authority_client::{AuthorityAPI, BatchInfoResponseItemStream};
diff --git a/crates/sui-core/src/streamer.rs b/crates/sui-core/src/streamer.rs
index bfa61cbef3237..5d18c4bd09f47 100644
--- a/crates/sui-core/src/streamer.rs
+++ b/crates/sui-core/src/streamer.rs
@@ -1,4 +1,4 @@
-// Copyright (c) 2022, Mysten Labs, Inc.
+// Copyright (c) Mysten Labs, Inc.
// SPDX-License-Identifier: Apache-2.0
use crate::event_handler::EVENT_DISPATCH_BUFFER_SIZE;
diff --git a/crates/sui-core/src/test_utils.rs b/crates/sui-core/src/test_utils.rs
index bc0e6ae0930db..b77ac2af5885c 100644
--- a/crates/sui-core/src/test_utils.rs
+++ b/crates/sui-core/src/test_utils.rs
@@ -1,4 +1,4 @@
-// Copyright (c) 2022, Mysten Labs, Inc.
+// Copyright (c) Mysten Labs, Inc.
// SPDX-License-Identifier: Apache-2.0
use std::collections::{BTreeMap, HashSet};
diff --git a/crates/sui-core/src/transaction_input_checker.rs b/crates/sui-core/src/transaction_input_checker.rs
index eca612c7aa7e3..d42f925ffc20f 100644
--- a/crates/sui-core/src/transaction_input_checker.rs
+++ b/crates/sui-core/src/transaction_input_checker.rs
@@ -1,4 +1,4 @@
-// Copyright (c) 2022, Mysten Labs, Inc.
+// Copyright (c) Mysten Labs, Inc.
// SPDX-License-Identifier: Apache-2.0
use crate::authority::SuiDataStore;
diff --git a/crates/sui-core/src/transaction_orchestrator.rs b/crates/sui-core/src/transaction_orchestrator.rs
index 4e6cb601ed673..f9d1e2dfe4cf0 100644
--- a/crates/sui-core/src/transaction_orchestrator.rs
+++ b/crates/sui-core/src/transaction_orchestrator.rs
@@ -1,4 +1,4 @@
-// Copyright (c) 2022, Mysten Labs, Inc.
+// Copyright (c) Mysten Labs, Inc.
// SPDX-License-Identifier: Apache-2.0
/*
diff --git a/crates/sui-core/src/transaction_streamer.rs b/crates/sui-core/src/transaction_streamer.rs
index 2d01a9a0fed0c..67fe139171a64 100644
--- a/crates/sui-core/src/transaction_streamer.rs
+++ b/crates/sui-core/src/transaction_streamer.rs
@@ -1,4 +1,4 @@
-// Copyright (c) 2022, Mysten Labs, Inc.
+// Copyright (c) Mysten Labs, Inc.
// SPDX-License-Identifier: Apache-2.0
use futures::Stream;
diff --git a/crates/sui-core/src/unit_tests/authority_aggregator_tests.rs b/crates/sui-core/src/unit_tests/authority_aggregator_tests.rs
index e4d1e4f7ec482..d883eca5d9b50 100644
--- a/crates/sui-core/src/unit_tests/authority_aggregator_tests.rs
+++ b/crates/sui-core/src/unit_tests/authority_aggregator_tests.rs
@@ -1,4 +1,4 @@
-// Copyright (c) 2022, Mysten Labs, Inc.
+// Copyright (c) Mysten Labs, Inc.
// SPDX-License-Identifier: Apache-2.0
use move_core_types::{account_address::AccountAddress, ident_str};
use move_package::BuildConfig;
diff --git a/crates/sui-core/src/unit_tests/authority_tests.rs b/crates/sui-core/src/unit_tests/authority_tests.rs
index 9074a71d85d2b..151621a61e5f6 100644
--- a/crates/sui-core/src/unit_tests/authority_tests.rs
+++ b/crates/sui-core/src/unit_tests/authority_tests.rs
@@ -1,5 +1,5 @@
// Copyright (c) 2021, Facebook, Inc. and its affiliates
-// Copyright (c) 2022, Mysten Labs, Inc.
+// Copyright (c) Mysten Labs, Inc.
// SPDX-License-Identifier: Apache-2.0
use super::*;
diff --git a/crates/sui-core/src/unit_tests/batch_tests.rs b/crates/sui-core/src/unit_tests/batch_tests.rs
index 1fab8d5d33df8..953f787f95cba 100644
--- a/crates/sui-core/src/unit_tests/batch_tests.rs
+++ b/crates/sui-core/src/unit_tests/batch_tests.rs
@@ -1,4 +1,4 @@
-// Copyright (c) 2022, Mysten Labs, Inc.
+// Copyright (c) Mysten Labs, Inc.
// SPDX-License-Identifier: Apache-2.0
use fastcrypto::traits::KeyPair;
diff --git a/crates/sui-core/src/unit_tests/batch_transaction_tests.rs b/crates/sui-core/src/unit_tests/batch_transaction_tests.rs
index 641c5a1eaeb1f..8001cd6e79ff2 100644
--- a/crates/sui-core/src/unit_tests/batch_transaction_tests.rs
+++ b/crates/sui-core/src/unit_tests/batch_transaction_tests.rs
@@ -1,4 +1,4 @@
-// Copyright (c) 2022, Mysten Labs, Inc.
+// Copyright (c) Mysten Labs, Inc.
// SPDX-License-Identifier: Apache-2.0
use crate::authority::authority_tests::init_state_with_ids_and_object_basics;
diff --git a/crates/sui-core/src/unit_tests/consensus_adapter_tests.rs b/crates/sui-core/src/unit_tests/consensus_adapter_tests.rs
index cdff3a7a4b92e..c5ae4dc95a00b 100644
--- a/crates/sui-core/src/unit_tests/consensus_adapter_tests.rs
+++ b/crates/sui-core/src/unit_tests/consensus_adapter_tests.rs
@@ -1,4 +1,4 @@
-// Copyright (c) 2022, Mysten Labs, Inc.
+// Copyright (c) Mysten Labs, Inc.
// SPDX-License-Identifier: Apache-2.0
use super::*;
use crate::authority::authority_tests::init_state_with_objects;
diff --git a/crates/sui-core/src/unit_tests/consensus_tests.rs b/crates/sui-core/src/unit_tests/consensus_tests.rs
index a47c3c30dbc96..293cd89565040 100644
--- a/crates/sui-core/src/unit_tests/consensus_tests.rs
+++ b/crates/sui-core/src/unit_tests/consensus_tests.rs
@@ -1,4 +1,4 @@
-// Copyright (c) 2022, Mysten Labs, Inc.
+// Copyright (c) Mysten Labs, Inc.
// SPDX-License-Identifier: Apache-2.0
use super::*;
use crate::authority::{authority_tests::init_state_with_objects, AuthorityState};
diff --git a/crates/sui-core/src/unit_tests/data/entry_point_string/sources/entry_point_string.move b/crates/sui-core/src/unit_tests/data/entry_point_string/sources/entry_point_string.move
index 1a6c5778796b4..9ca7504f69742 100644
--- a/crates/sui-core/src/unit_tests/data/entry_point_string/sources/entry_point_string.move
+++ b/crates/sui-core/src/unit_tests/data/entry_point_string/sources/entry_point_string.move
@@ -1,4 +1,4 @@
-// Copyright (c) 2022, Mysten Labs, Inc.
+// Copyright (c) Mysten Labs, Inc.
// SPDX-License-Identifier: Apache-2.0
module entry_point_string::entry_point_string {
diff --git a/crates/sui-core/src/unit_tests/data/entry_point_vector/sources/objects_vector.move b/crates/sui-core/src/unit_tests/data/entry_point_vector/sources/objects_vector.move
index 6bde507dfe5d5..a1d1e7bd68dda 100644
--- a/crates/sui-core/src/unit_tests/data/entry_point_vector/sources/objects_vector.move
+++ b/crates/sui-core/src/unit_tests/data/entry_point_vector/sources/objects_vector.move
@@ -1,4 +1,4 @@
-// Copyright (c) 2022, Mysten Labs, Inc.
+// Copyright (c) Mysten Labs, Inc.
// SPDX-License-Identifier: Apache-2.0
module entry_point_vector::entry_point_vector {
diff --git a/crates/sui-core/src/unit_tests/data/hero/sources/hero.move b/crates/sui-core/src/unit_tests/data/hero/sources/hero.move
index 3956e2bf503e0..02365bbbb8969 100644
--- a/crates/sui-core/src/unit_tests/data/hero/sources/hero.move
+++ b/crates/sui-core/src/unit_tests/data/hero/sources/hero.move
@@ -1,4 +1,4 @@
-// Copyright (c) 2022, Mysten Labs, Inc.
+// Copyright (c) Mysten Labs, Inc.
// SPDX-License-Identifier: Apache-2.0
/// Example of a game character with basic attributes, inventory, and
diff --git a/crates/sui-core/src/unit_tests/data/hero/sources/trusted_coin.move b/crates/sui-core/src/unit_tests/data/hero/sources/trusted_coin.move
index ebb8b3117fe5c..1c397512d06a2 100644
--- a/crates/sui-core/src/unit_tests/data/hero/sources/trusted_coin.move
+++ b/crates/sui-core/src/unit_tests/data/hero/sources/trusted_coin.move
@@ -1,4 +1,4 @@
-// Copyright (c) 2022, Mysten Labs, Inc.
+// Copyright (c) Mysten Labs, Inc.
// SPDX-License-Identifier: Apache-2.0
/// Example coin with a trusted owner responsible for minting/burning (e.g., a stablecoin)
diff --git a/crates/sui-core/src/unit_tests/data/object_basics/sources/object_basics.move b/crates/sui-core/src/unit_tests/data/object_basics/sources/object_basics.move
index aa09eb547486a..a10f0b0143a22 100644
--- a/crates/sui-core/src/unit_tests/data/object_basics/sources/object_basics.move
+++ b/crates/sui-core/src/unit_tests/data/object_basics/sources/object_basics.move
@@ -1,4 +1,4 @@
-// Copyright (c) 2022, Mysten Labs, Inc.
+// Copyright (c) Mysten Labs, Inc.
// SPDX-License-Identifier: Apache-2.0
/// Test CTURD object basics (create, transfer, update, read, delete)
diff --git a/crates/sui-core/src/unit_tests/data/object_owner/sources/object_owner.move b/crates/sui-core/src/unit_tests/data/object_owner/sources/object_owner.move
index 0a126edbe1053..aaa8b2be0c3e0 100644
--- a/crates/sui-core/src/unit_tests/data/object_owner/sources/object_owner.move
+++ b/crates/sui-core/src/unit_tests/data/object_owner/sources/object_owner.move
@@ -1,4 +1,4 @@
-// Copyright (c) 2022, Mysten Labs, Inc.
+// Copyright (c) Mysten Labs, Inc.
// SPDX-License-Identifier: Apache-2.0
module object_owner::object_owner {
diff --git a/crates/sui-core/src/unit_tests/data/object_wrapping/sources/object_wrapping.move b/crates/sui-core/src/unit_tests/data/object_wrapping/sources/object_wrapping.move
index 54d113a0caf0e..4ca929feeb47a 100644
--- a/crates/sui-core/src/unit_tests/data/object_wrapping/sources/object_wrapping.move
+++ b/crates/sui-core/src/unit_tests/data/object_wrapping/sources/object_wrapping.move
@@ -1,4 +1,4 @@
-// Copyright (c) 2022, Mysten Labs, Inc.
+// Copyright (c) Mysten Labs, Inc.
// SPDX-License-Identifier: Apache-2.0
module object_wrapping::object_wrapping {
diff --git a/crates/sui-core/src/unit_tests/event_handler_tests.rs b/crates/sui-core/src/unit_tests/event_handler_tests.rs
index 81ba8c5ae0abe..cf43cb8db349b 100644
--- a/crates/sui-core/src/unit_tests/event_handler_tests.rs
+++ b/crates/sui-core/src/unit_tests/event_handler_tests.rs
@@ -1,4 +1,4 @@
-// Copyright (c) 2022, Mysten Labs, Inc.
+// Copyright (c) Mysten Labs, Inc.
// SPDX-License-Identifier: Apache-2.0
use move_core_types::account_address::AccountAddress;
diff --git a/crates/sui-core/src/unit_tests/gas_tests.rs b/crates/sui-core/src/unit_tests/gas_tests.rs
index 479b85844b4bc..951456b4b4489 100644
--- a/crates/sui-core/src/unit_tests/gas_tests.rs
+++ b/crates/sui-core/src/unit_tests/gas_tests.rs
@@ -1,4 +1,4 @@
-// Copyright (c) 2022, Mysten Labs, Inc.
+// Copyright (c) Mysten Labs, Inc.
// SPDX-License-Identifier: Apache-2.0
use super::*;
diff --git a/crates/sui-core/src/unit_tests/gateway_state_tests.rs b/crates/sui-core/src/unit_tests/gateway_state_tests.rs
index b2d9580fd6a1f..3ffb267836db2 100644
--- a/crates/sui-core/src/unit_tests/gateway_state_tests.rs
+++ b/crates/sui-core/src/unit_tests/gateway_state_tests.rs
@@ -1,5 +1,5 @@
// Copyright (c) 2021, Facebook, Inc. and its affiliates
-// Copyright (c) 2022, Mysten Labs, Inc.
+// Copyright (c) Mysten Labs, Inc.
// SPDX-License-Identifier: Apache-2.0
use move_package::BuildConfig;
diff --git a/crates/sui-core/src/unit_tests/move_integration_tests.rs b/crates/sui-core/src/unit_tests/move_integration_tests.rs
index dde227fad4a47..a322564f2fc66 100644
--- a/crates/sui-core/src/unit_tests/move_integration_tests.rs
+++ b/crates/sui-core/src/unit_tests/move_integration_tests.rs
@@ -1,5 +1,5 @@
// Copyright (c) 2021, Facebook, Inc. and its affiliates
-// Copyright (c) 2022, Mysten Labs, Inc.
+// Copyright (c) Mysten Labs, Inc.
// SPDX-License-Identifier: Apache-2.0
use super::*;
diff --git a/crates/sui-core/src/unit_tests/server_tests.rs b/crates/sui-core/src/unit_tests/server_tests.rs
index fb230f922196c..b8e7002ad3d67 100644
--- a/crates/sui-core/src/unit_tests/server_tests.rs
+++ b/crates/sui-core/src/unit_tests/server_tests.rs
@@ -1,4 +1,4 @@
-// Copyright (c) 2022, Mysten Labs, Inc.
+// Copyright (c) Mysten Labs, Inc.
// SPDX-License-Identifier: Apache-2.0
use super::*;
diff --git a/crates/sui-core/tests/format.rs b/crates/sui-core/tests/format.rs
index 89951e11d2708..f727fdf222376 100644
--- a/crates/sui-core/tests/format.rs
+++ b/crates/sui-core/tests/format.rs
@@ -1,5 +1,5 @@
// Copyright (c) 2021, Facebook, Inc. and its affiliates
-// Copyright (c) 2022, Mysten Labs, Inc.
+// Copyright (c) Mysten Labs, Inc.
// SPDX-License-Identifier: Apache-2.0
#[test]
diff --git a/crates/sui-cost-tables/src/bytecode_tables.rs b/crates/sui-cost-tables/src/bytecode_tables.rs
index fe65bcf0093b7..e65441c4e4ea7 100644
--- a/crates/sui-cost-tables/src/bytecode_tables.rs
+++ b/crates/sui-cost-tables/src/bytecode_tables.rs
@@ -1,4 +1,4 @@
-// Copyright (c) 2022, Mysten Labs, Inc.
+// Copyright (c) Mysten Labs, Inc.
// SPDX-License-Identifier: Apache-2.0
use std::ops::Mul;
diff --git a/crates/sui-cost-tables/src/lib.rs b/crates/sui-cost-tables/src/lib.rs
index aeb8a4819f226..97d39cb05d2b7 100644
--- a/crates/sui-cost-tables/src/lib.rs
+++ b/crates/sui-cost-tables/src/lib.rs
@@ -1,4 +1,4 @@
-// Copyright (c) 2022, Mysten Labs, Inc.
+// Copyright (c) Mysten Labs, Inc.
// SPDX-License-Identifier: Apache-2.0
pub mod bytecode_tables;
diff --git a/crates/sui-cost-tables/src/natives_tables.rs b/crates/sui-cost-tables/src/natives_tables.rs
index 757433c13be89..86bf7869abf74 100644
--- a/crates/sui-cost-tables/src/natives_tables.rs
+++ b/crates/sui-cost-tables/src/natives_tables.rs
@@ -1,4 +1,4 @@
-// Copyright (c) 2022, Mysten Labs, Inc.
+// Copyright (c) Mysten Labs, Inc.
// SPDX-License-Identifier: Apache-2.0
use crate::{
diff --git a/crates/sui-cost-tables/src/non_execution_tables.rs b/crates/sui-cost-tables/src/non_execution_tables.rs
index b5169c8ad7810..5a31cbf6af6b9 100644
--- a/crates/sui-cost-tables/src/non_execution_tables.rs
+++ b/crates/sui-cost-tables/src/non_execution_tables.rs
@@ -1,4 +1,4 @@
-// Copyright (c) 2022, Mysten Labs, Inc.
+// Copyright (c) Mysten Labs, Inc.
// SPDX-License-Identifier: Apache-2.0
// These tables cover parts of TX processing which do not involve the execution of a TX
diff --git a/crates/sui-cost-tables/src/units_types.rs b/crates/sui-cost-tables/src/units_types.rs
index 5d60d80991196..9ee9a8ed43edd 100644
--- a/crates/sui-cost-tables/src/units_types.rs
+++ b/crates/sui-cost-tables/src/units_types.rs
@@ -1,4 +1,4 @@
-// Copyright (c) 2022, Mysten Labs, Inc.
+// Copyright (c) Mysten Labs, Inc.
// SPDX-License-Identifier: Apache-2.0
use std::ops::{Add, Mul};
diff --git a/crates/sui-cost/src/estimator.rs b/crates/sui-cost/src/estimator.rs
index 970593e99fdb6..836cca825cfe7 100644
--- a/crates/sui-cost/src/estimator.rs
+++ b/crates/sui-cost/src/estimator.rs
@@ -1,4 +1,4 @@
-// Copyright (c) 2022, Mysten Labs, Inc.
+// Copyright (c) Mysten Labs, Inc.
// SPDX-License-Identifier: Apache-2.0
use anyhow::anyhow;
diff --git a/crates/sui-cost/src/lib.rs b/crates/sui-cost/src/lib.rs
index b4fb1380c3944..37e4fb52a4bbb 100644
--- a/crates/sui-cost/src/lib.rs
+++ b/crates/sui-cost/src/lib.rs
@@ -1,4 +1,4 @@
-// Copyright (c) 2022, Mysten Labs, Inc.
+// Copyright (c) Mysten Labs, Inc.
// SPDX-License-Identifier: Apache-2.0
pub mod estimator;
diff --git a/crates/sui-cost/tests/calibration.rs b/crates/sui-cost/tests/calibration.rs
index bb0eb5b64349a..ae9ea328c4e5b 100644
--- a/crates/sui-cost/tests/calibration.rs
+++ b/crates/sui-cost/tests/calibration.rs
@@ -1,4 +1,4 @@
-// Copyright (c) 2022, Mysten Labs, Inc.
+// Copyright (c) Mysten Labs, Inc.
// SPDX-License-Identifier: Apache-2.0
use std::path::PathBuf;
diff --git a/crates/sui-cost/tests/data/dummy_modules_publish/sources/trusted_coin.move b/crates/sui-cost/tests/data/dummy_modules_publish/sources/trusted_coin.move
index 64b6b7c7890f6..204f7337d3a1f 100644
--- a/crates/sui-cost/tests/data/dummy_modules_publish/sources/trusted_coin.move
+++ b/crates/sui-cost/tests/data/dummy_modules_publish/sources/trusted_coin.move
@@ -1,4 +1,4 @@
-// Copyright (c) 2022, Mysten Labs, Inc.
+// Copyright (c) Mysten Labs, Inc.
// SPDX-License-Identifier: Apache-2.0
/// Example coin with a trusted owner responsible for minting/burning (e.g., a stablecoin)
diff --git a/crates/sui-cost/tests/empirical_transaction_cost.rs b/crates/sui-cost/tests/empirical_transaction_cost.rs
index 1d1ea92019ed2..ce2099cce6ac0 100644
--- a/crates/sui-cost/tests/empirical_transaction_cost.rs
+++ b/crates/sui-cost/tests/empirical_transaction_cost.rs
@@ -1,4 +1,4 @@
-// Copyright (c) 2022, Mysten Labs, Inc.
+// Copyright (c) Mysten Labs, Inc.
// SPDX-License-Identifier: Apache-2.0
use insta::assert_json_snapshot;
diff --git a/crates/sui-faucet/src/errors.rs b/crates/sui-faucet/src/errors.rs
index 54f9638a24030..3d560cff3ab4b 100644
--- a/crates/sui-faucet/src/errors.rs
+++ b/crates/sui-faucet/src/errors.rs
@@ -1,4 +1,4 @@
-// Copyright (c) 2022, Mysten Labs, Inc.
+// Copyright (c) Mysten Labs, Inc.
// SPDX-License-Identifier: Apache-2.0
use thiserror::Error;
diff --git a/crates/sui-faucet/src/faucet/mod.rs b/crates/sui-faucet/src/faucet/mod.rs
index 2b1f5390f7fff..7086b1bf9323c 100644
--- a/crates/sui-faucet/src/faucet/mod.rs
+++ b/crates/sui-faucet/src/faucet/mod.rs
@@ -1,4 +1,4 @@
-// Copyright (c) 2022, Mysten Labs, Inc.
+// Copyright (c) Mysten Labs, Inc.
// SPDX-License-Identifier: Apache-2.0
use crate::FaucetError;
use async_trait::async_trait;
diff --git a/crates/sui-faucet/src/faucet/simple_faucet.rs b/crates/sui-faucet/src/faucet/simple_faucet.rs
index bece3462da0d5..f04b66bcc0cf9 100644
--- a/crates/sui-faucet/src/faucet/simple_faucet.rs
+++ b/crates/sui-faucet/src/faucet/simple_faucet.rs
@@ -1,4 +1,4 @@
-// Copyright (c) 2022, Mysten Labs, Inc.
+// Copyright (c) Mysten Labs, Inc.
// SPDX-License-Identifier: Apache-2.0
use crate::metrics::FaucetMetrics;
diff --git a/crates/sui-faucet/src/lib.rs b/crates/sui-faucet/src/lib.rs
index 382d7fcc182ef..2fc1a7e7ea126 100644
--- a/crates/sui-faucet/src/lib.rs
+++ b/crates/sui-faucet/src/lib.rs
@@ -1,4 +1,4 @@
-// Copyright (c) 2022, Mysten Labs, Inc.
+// Copyright (c) Mysten Labs, Inc.
// SPDX-License-Identifier: Apache-2.0
mod errors;
diff --git a/crates/sui-faucet/src/main.rs b/crates/sui-faucet/src/main.rs
index e60c3046015c1..4ca3cc732c3fb 100644
--- a/crates/sui-faucet/src/main.rs
+++ b/crates/sui-faucet/src/main.rs
@@ -1,4 +1,4 @@
-// Copyright (c) 2022, Mysten Labs, Inc.
+// Copyright (c) Mysten Labs, Inc.
// SPDX-License-Identifier: Apache-2.0
use axum::{
diff --git a/crates/sui-faucet/src/metrics.rs b/crates/sui-faucet/src/metrics.rs
index 300c0b4d70e71..161bd8eb774a0 100644
--- a/crates/sui-faucet/src/metrics.rs
+++ b/crates/sui-faucet/src/metrics.rs
@@ -1,5 +1,5 @@
// Copyright (c) 2021, Facebook, Inc. and its affiliates
-// Copyright (c) 2022, Mysten Labs, Inc.
+// Copyright (c) Mysten Labs, Inc.
// SPDX-License-Identifier: Apache-2.0
use prometheus::{
diff --git a/crates/sui-faucet/src/requests.rs b/crates/sui-faucet/src/requests.rs
index 6fa3850a4b148..7445d31ad2ee6 100644
--- a/crates/sui-faucet/src/requests.rs
+++ b/crates/sui-faucet/src/requests.rs
@@ -1,4 +1,4 @@
-// Copyright (c) 2022, Mysten Labs, Inc.
+// Copyright (c) Mysten Labs, Inc.
// SPDX-License-Identifier: Apache-2.0
use serde::{Deserialize, Serialize};
diff --git a/crates/sui-faucet/src/responses.rs b/crates/sui-faucet/src/responses.rs
index 828d626d68e7d..392e29e27d734 100644
--- a/crates/sui-faucet/src/responses.rs
+++ b/crates/sui-faucet/src/responses.rs
@@ -1,4 +1,4 @@
-// Copyright (c) 2022, Mysten Labs, Inc.
+// Copyright (c) Mysten Labs, Inc.
// SPDX-License-Identifier: Apache-2.0
use crate::*;
diff --git a/crates/sui-framework-build/src/lib.rs b/crates/sui-framework-build/src/lib.rs
index d2872ae8c4e6c..e7b71c3eec609 100644
--- a/crates/sui-framework-build/src/lib.rs
+++ b/crates/sui-framework-build/src/lib.rs
@@ -1,4 +1,4 @@
-// Copyright (c) 2022, Mysten Labs, Inc.
+// Copyright (c) Mysten Labs, Inc.
// SPDX-License-Identifier: Apache-2.0
use move_binary_format::CompiledModule;
diff --git a/crates/sui-framework/build.rs b/crates/sui-framework/build.rs
index ab7b8291dde11..65e68e3df12ea 100644
--- a/crates/sui-framework/build.rs
+++ b/crates/sui-framework/build.rs
@@ -1,4 +1,4 @@
-// Copyright (c) 2022, Mysten Labs, Inc.
+// Copyright (c) Mysten Labs, Inc.
// SPDX-License-Identifier: Apache-2.0
use anyhow::Result;
diff --git a/crates/sui-framework/deps/move-stdlib/sources/ascii.move b/crates/sui-framework/deps/move-stdlib/sources/ascii.move
index 51d10d3b40174..29566285ef2c4 100644
--- a/crates/sui-framework/deps/move-stdlib/sources/ascii.move
+++ b/crates/sui-framework/deps/move-stdlib/sources/ascii.move
@@ -1,4 +1,4 @@
-// Copyright (c) 2022, Mysten Labs, Inc.
+// Copyright (c) Mysten Labs, Inc.
// SPDX-License-Identifier: Apache-2.0
/// The `ASCII` module defines basic string and char newtypes in Move that verify
diff --git a/crates/sui-framework/deps/move-stdlib/sources/bcs.move b/crates/sui-framework/deps/move-stdlib/sources/bcs.move
index e6c9a1f2db7e9..d6346a50f10da 100644
--- a/crates/sui-framework/deps/move-stdlib/sources/bcs.move
+++ b/crates/sui-framework/deps/move-stdlib/sources/bcs.move
@@ -1,4 +1,4 @@
-// Copyright (c) 2022, Mysten Labs, Inc.
+// Copyright (c) Mysten Labs, Inc.
// SPDX-License-Identifier: Apache-2.0
/// Utility for converting a Move value to its binary representation in BCS (Binary Canonical
diff --git a/crates/sui-framework/deps/move-stdlib/sources/bit_vector.move b/crates/sui-framework/deps/move-stdlib/sources/bit_vector.move
index 1ce6f8a092b0b..a3ee1c4451f60 100644
--- a/crates/sui-framework/deps/move-stdlib/sources/bit_vector.move
+++ b/crates/sui-framework/deps/move-stdlib/sources/bit_vector.move
@@ -1,4 +1,4 @@
-// Copyright (c) 2022, Mysten Labs, Inc.
+// Copyright (c) Mysten Labs, Inc.
// SPDX-License-Identifier: Apache-2.0
module std::bit_vector {
diff --git a/crates/sui-framework/deps/move-stdlib/sources/debug.move b/crates/sui-framework/deps/move-stdlib/sources/debug.move
index 88fe954c26289..dc9d236a8d07d 100644
--- a/crates/sui-framework/deps/move-stdlib/sources/debug.move
+++ b/crates/sui-framework/deps/move-stdlib/sources/debug.move
@@ -1,4 +1,4 @@
-// Copyright (c) 2022, Mysten Labs, Inc.
+// Copyright (c) Mysten Labs, Inc.
// SPDX-License-Identifier: Apache-2.0
/// Module providing debug functionality.
diff --git a/crates/sui-framework/deps/move-stdlib/sources/fixed_point32.move b/crates/sui-framework/deps/move-stdlib/sources/fixed_point32.move
index 47b28a3135179..c64d818027366 100644
--- a/crates/sui-framework/deps/move-stdlib/sources/fixed_point32.move
+++ b/crates/sui-framework/deps/move-stdlib/sources/fixed_point32.move
@@ -1,4 +1,4 @@
-// Copyright (c) 2022, Mysten Labs, Inc.
+// Copyright (c) Mysten Labs, Inc.
// SPDX-License-Identifier: Apache-2.0
/// Defines a fixed-point numeric type with a 32-bit integer part and
diff --git a/crates/sui-framework/deps/move-stdlib/sources/hash.move b/crates/sui-framework/deps/move-stdlib/sources/hash.move
index b1f2730dc6f49..ed84f18a9a7fc 100644
--- a/crates/sui-framework/deps/move-stdlib/sources/hash.move
+++ b/crates/sui-framework/deps/move-stdlib/sources/hash.move
@@ -1,4 +1,4 @@
-// Copyright (c) 2022, Mysten Labs, Inc.
+// Copyright (c) Mysten Labs, Inc.
// SPDX-License-Identifier: Apache-2.0
/// Module which defines SHA hashes for byte vectors.
diff --git a/crates/sui-framework/deps/move-stdlib/sources/option.move b/crates/sui-framework/deps/move-stdlib/sources/option.move
index 7cf919a40c0fc..84a7935bc9c19 100644
--- a/crates/sui-framework/deps/move-stdlib/sources/option.move
+++ b/crates/sui-framework/deps/move-stdlib/sources/option.move
@@ -1,4 +1,4 @@
-// Copyright (c) 2022, Mysten Labs, Inc.
+// Copyright (c) Mysten Labs, Inc.
// SPDX-License-Identifier: Apache-2.0
/// This module defines the Option type and its methods to represent and handle an optional value.
diff --git a/crates/sui-framework/deps/move-stdlib/sources/signer.move b/crates/sui-framework/deps/move-stdlib/sources/signer.move
index d7f2f59a29cf7..59cd0199721f5 100644
--- a/crates/sui-framework/deps/move-stdlib/sources/signer.move
+++ b/crates/sui-framework/deps/move-stdlib/sources/signer.move
@@ -1,4 +1,4 @@
-// Copyright (c) 2022, Mysten Labs, Inc.
+// Copyright (c) Mysten Labs, Inc.
// SPDX-License-Identifier: Apache-2.0
module std::signer {
diff --git a/crates/sui-framework/deps/move-stdlib/sources/string.move b/crates/sui-framework/deps/move-stdlib/sources/string.move
index 249eca6ff6139..61a3018c08918 100644
--- a/crates/sui-framework/deps/move-stdlib/sources/string.move
+++ b/crates/sui-framework/deps/move-stdlib/sources/string.move
@@ -1,4 +1,4 @@
-// Copyright (c) 2022, Mysten Labs, Inc.
+// Copyright (c) Mysten Labs, Inc.
// SPDX-License-Identifier: Apache-2.0
/// The `string` module defines the `String` type which represents UTF8 encoded strings.
diff --git a/crates/sui-framework/deps/move-stdlib/sources/unit_test.move b/crates/sui-framework/deps/move-stdlib/sources/unit_test.move
index 57c30658ae7c7..818f059c99acc 100644
--- a/crates/sui-framework/deps/move-stdlib/sources/unit_test.move
+++ b/crates/sui-framework/deps/move-stdlib/sources/unit_test.move
@@ -1,4 +1,4 @@
-// Copyright (c) 2022, Mysten Labs, Inc.
+// Copyright (c) Mysten Labs, Inc.
// SPDX-License-Identifier: Apache-2.0
#[test_only]
diff --git a/crates/sui-framework/deps/move-stdlib/sources/vector.move b/crates/sui-framework/deps/move-stdlib/sources/vector.move
index 8b41a9777c19e..c94ef12c14e0f 100644
--- a/crates/sui-framework/deps/move-stdlib/sources/vector.move
+++ b/crates/sui-framework/deps/move-stdlib/sources/vector.move
@@ -1,4 +1,4 @@
-// Copyright (c) 2022, Mysten Labs, Inc.
+// Copyright (c) Mysten Labs, Inc.
// SPDX-License-Identifier: Apache-2.0
/// A variable-sized container that can hold any type. Indexing is 0-based, and
diff --git a/crates/sui-framework/sources/balance.move b/crates/sui-framework/sources/balance.move
index 8ed5e0e8c2984..2129b373a9b4f 100644
--- a/crates/sui-framework/sources/balance.move
+++ b/crates/sui-framework/sources/balance.move
@@ -1,4 +1,4 @@
-// Copyright (c) 2022, Mysten Labs, Inc.
+// Copyright (c) Mysten Labs, Inc.
// SPDX-License-Identifier: Apache-2.0
/// A storable handler for Balances in general. Is used in the `Coin`
diff --git a/crates/sui-framework/sources/coin.move b/crates/sui-framework/sources/coin.move
index af4b021affd7e..ffc3fc779f233 100644
--- a/crates/sui-framework/sources/coin.move
+++ b/crates/sui-framework/sources/coin.move
@@ -1,4 +1,4 @@
-// Copyright (c) 2022, Mysten Labs, Inc.
+// Copyright (c) Mysten Labs, Inc.
// SPDX-License-Identifier: Apache-2.0
/// Defines the `Coin` type - platform wide representation of fungible
diff --git a/crates/sui-framework/sources/crypto/bls12381.move b/crates/sui-framework/sources/crypto/bls12381.move
index f112bcfe9a1fc..41b12afd8f5f4 100644
--- a/crates/sui-framework/sources/crypto/bls12381.move
+++ b/crates/sui-framework/sources/crypto/bls12381.move
@@ -1,4 +1,4 @@
-// Copyright (c) 2022, Mysten Labs, Inc.
+// Copyright (c) Mysten Labs, Inc.
// SPDX-License-Identifier: Apache-2.0
module sui::bls12381 {
diff --git a/crates/sui-framework/sources/crypto/bulletproofs.move b/crates/sui-framework/sources/crypto/bulletproofs.move
index 3f8735dde7fc8..9f417fe96b3d8 100644
--- a/crates/sui-framework/sources/crypto/bulletproofs.move
+++ b/crates/sui-framework/sources/crypto/bulletproofs.move
@@ -1,4 +1,4 @@
-// Copyright (c) 2022, Mysten Labs, Inc.
+// Copyright (c) Mysten Labs, Inc.
// SPDX-License-Identifier: Apache-2.0
module sui::bulletproofs {
diff --git a/crates/sui-framework/sources/crypto/ecdsa.move b/crates/sui-framework/sources/crypto/ecdsa.move
index 8bfcc027c6144..bfe9c6a407394 100644
--- a/crates/sui-framework/sources/crypto/ecdsa.move
+++ b/crates/sui-framework/sources/crypto/ecdsa.move
@@ -1,4 +1,4 @@
-// Copyright (c) 2022, Mysten Labs, Inc.
+// Copyright (c) Mysten Labs, Inc.
// SPDX-License-Identifier: Apache-2.0
module sui::ecdsa {
diff --git a/crates/sui-framework/sources/crypto/ed25519.move b/crates/sui-framework/sources/crypto/ed25519.move
index 98b175b24a0d5..4d4d504cf6d46 100644
--- a/crates/sui-framework/sources/crypto/ed25519.move
+++ b/crates/sui-framework/sources/crypto/ed25519.move
@@ -1,4 +1,4 @@
-// Copyright (c) 2022, Mysten Labs, Inc.
+// Copyright (c) Mysten Labs, Inc.
// SPDX-License-Identifier: Apache-2.0
module sui::ed25519 {
diff --git a/crates/sui-framework/sources/crypto/elliptic_curve.move b/crates/sui-framework/sources/crypto/elliptic_curve.move
index 9528e82be573b..f570089e1b6f6 100644
--- a/crates/sui-framework/sources/crypto/elliptic_curve.move
+++ b/crates/sui-framework/sources/crypto/elliptic_curve.move
@@ -1,4 +1,4 @@
-// Copyright (c) 2022, Mysten Labs, Inc.
+// Copyright (c) Mysten Labs, Inc.
// SPDX-License-Identifier: Apache-2.0
/// Library for Elliptic Curve operations on chain. We specifically support the Ristretto-255 sub-group.
diff --git a/crates/sui-framework/sources/devnet_nft.move b/crates/sui-framework/sources/devnet_nft.move
index 0ae907485e0ff..8bbda05bc67c1 100644
--- a/crates/sui-framework/sources/devnet_nft.move
+++ b/crates/sui-framework/sources/devnet_nft.move
@@ -1,4 +1,4 @@
-// Copyright (c) 2022, Mysten Labs, Inc.
+// Copyright (c) Mysten Labs, Inc.
// SPDX-License-Identifier: Apache-2.0
/// A minimalist example to demonstrate how to create an NFT like object
diff --git a/crates/sui-framework/sources/epoch_time_lock.move b/crates/sui-framework/sources/epoch_time_lock.move
index 5181c12d1f5ce..1d7ec651bf243 100644
--- a/crates/sui-framework/sources/epoch_time_lock.move
+++ b/crates/sui-framework/sources/epoch_time_lock.move
@@ -1,4 +1,4 @@
-// Copyright (c) 2022, Mysten Labs, Inc.
+// Copyright (c) Mysten Labs, Inc.
// SPDX-License-Identifier: Apache-2.0
module sui::epoch_time_lock {
diff --git a/crates/sui-framework/sources/erc721_metadata.move b/crates/sui-framework/sources/erc721_metadata.move
index 3555bd69bedab..3f3842f56042a 100644
--- a/crates/sui-framework/sources/erc721_metadata.move
+++ b/crates/sui-framework/sources/erc721_metadata.move
@@ -1,4 +1,4 @@
-// Copyright (c) 2022, Mysten Labs, Inc.
+// Copyright (c) Mysten Labs, Inc.
// SPDX-License-Identifier: Apache-2.0
module sui::erc721_metadata {
diff --git a/crates/sui-framework/sources/event.move b/crates/sui-framework/sources/event.move
index cb88a54498e8a..2bc325bdec3d2 100644
--- a/crates/sui-framework/sources/event.move
+++ b/crates/sui-framework/sources/event.move
@@ -1,4 +1,4 @@
-// Copyright (c) 2022, Mysten Labs, Inc.
+// Copyright (c) Mysten Labs, Inc.
// SPDX-License-Identifier: Apache-2.0
module sui::event {
diff --git a/crates/sui-framework/sources/governance/genesis.move b/crates/sui-framework/sources/governance/genesis.move
index 3f19c94c8a46f..3bb0d0d12d894 100644
--- a/crates/sui-framework/sources/governance/genesis.move
+++ b/crates/sui-framework/sources/governance/genesis.move
@@ -1,4 +1,4 @@
-// Copyright (c) 2022, Mysten Labs, Inc.
+// Copyright (c) Mysten Labs, Inc.
// SPDX-License-Identifier: Apache-2.0
module sui::genesis {
diff --git a/crates/sui-framework/sources/governance/stake.move b/crates/sui-framework/sources/governance/stake.move
index b02ad6a7d9306..792e619dab00c 100644
--- a/crates/sui-framework/sources/governance/stake.move
+++ b/crates/sui-framework/sources/governance/stake.move
@@ -1,4 +1,4 @@
-// Copyright (c) 2022, Mysten Labs, Inc.
+// Copyright (c) Mysten Labs, Inc.
// SPDX-License-Identifier: Apache-2.0
module sui::stake {
diff --git a/crates/sui-framework/sources/governance/staking_pool.move b/crates/sui-framework/sources/governance/staking_pool.move
index 53e15a7b6d80d..28af5d3bff9e7 100644
--- a/crates/sui-framework/sources/governance/staking_pool.move
+++ b/crates/sui-framework/sources/governance/staking_pool.move
@@ -1,4 +1,4 @@
-// Copyright (c) 2022, Mysten Labs, Inc.
+// Copyright (c) Mysten Labs, Inc.
// SPDX-License-Identifier: Apache-2.0
module sui::staking_pool {
diff --git a/crates/sui-framework/sources/governance/sui_system.move b/crates/sui-framework/sources/governance/sui_system.move
index b0d575f3e90d5..b8473a24c87fb 100644
--- a/crates/sui-framework/sources/governance/sui_system.move
+++ b/crates/sui-framework/sources/governance/sui_system.move
@@ -1,4 +1,4 @@
-// Copyright (c) 2022, Mysten Labs, Inc.
+// Copyright (c) Mysten Labs, Inc.
// SPDX-License-Identifier: Apache-2.0
module sui::sui_system {
diff --git a/crates/sui-framework/sources/governance/validator.move b/crates/sui-framework/sources/governance/validator.move
index 4b1cd299698d6..23728c890cb9e 100644
--- a/crates/sui-framework/sources/governance/validator.move
+++ b/crates/sui-framework/sources/governance/validator.move
@@ -1,4 +1,4 @@
-// Copyright (c) 2022, Mysten Labs, Inc.
+// Copyright (c) Mysten Labs, Inc.
// SPDX-License-Identifier: Apache-2.0
module sui::validator {
diff --git a/crates/sui-framework/sources/governance/validator_set.move b/crates/sui-framework/sources/governance/validator_set.move
index 6d81bc536b0db..ebadfff9a71ff 100644
--- a/crates/sui-framework/sources/governance/validator_set.move
+++ b/crates/sui-framework/sources/governance/validator_set.move
@@ -1,4 +1,4 @@
-// Copyright (c) 2022, Mysten Labs, Inc.
+// Copyright (c) Mysten Labs, Inc.
// SPDX-License-Identifier: Apache-2.0
module sui::validator_set {
diff --git a/crates/sui-framework/sources/locked_coin.move b/crates/sui-framework/sources/locked_coin.move
index faf78149e67aa..dd140daa7d739 100644
--- a/crates/sui-framework/sources/locked_coin.move
+++ b/crates/sui-framework/sources/locked_coin.move
@@ -1,4 +1,4 @@
-// Copyright (c) 2022, Mysten Labs, Inc.
+// Copyright (c) Mysten Labs, Inc.
// SPDX-License-Identifier: Apache-2.0
module sui::locked_coin {
diff --git a/crates/sui-framework/sources/math.move b/crates/sui-framework/sources/math.move
index 3f209943b8e67..9eca79197d0fd 100644
--- a/crates/sui-framework/sources/math.move
+++ b/crates/sui-framework/sources/math.move
@@ -1,4 +1,4 @@
-// Copyright (c) 2022, Mysten Labs, Inc.
+// Copyright (c) Mysten Labs, Inc.
// SPDX-License-Identifier: Apache-2.0
/// Basic math for nicer programmability
diff --git a/crates/sui-framework/sources/object.move b/crates/sui-framework/sources/object.move
index baf3dc7ebea55..7ee03fcab5d82 100644
--- a/crates/sui-framework/sources/object.move
+++ b/crates/sui-framework/sources/object.move
@@ -1,4 +1,4 @@
-// Copyright (c) 2022, Mysten Labs, Inc.
+// Copyright (c) Mysten Labs, Inc.
// SPDX-License-Identifier: Apache-2.0
/// Sui object identifiers
diff --git a/crates/sui-framework/sources/priority_queue.move b/crates/sui-framework/sources/priority_queue.move
index b9f9d1b036406..4c366b7d7bbae 100644
--- a/crates/sui-framework/sources/priority_queue.move
+++ b/crates/sui-framework/sources/priority_queue.move
@@ -1,4 +1,4 @@
-// Copyright (c) 2022, Mysten Labs, Inc.
+// Copyright (c) Mysten Labs, Inc.
// SPDX-License-Identifier: Apache-2.0
/// Priority queue implemented using a max heap.
diff --git a/crates/sui-framework/sources/sui.move b/crates/sui-framework/sources/sui.move
index 2f2f1c891c678..dcd6889737180 100644
--- a/crates/sui-framework/sources/sui.move
+++ b/crates/sui-framework/sources/sui.move
@@ -1,4 +1,4 @@
-// Copyright (c) 2022, Mysten Labs, Inc.
+// Copyright (c) Mysten Labs, Inc.
// SPDX-License-Identifier: Apache-2.0
/// Coin is the token used to pay for gas in Sui.
diff --git a/crates/sui-framework/sources/test_scenario.move b/crates/sui-framework/sources/test_scenario.move
index 59ef8c8b7d5df..764d6686eb3f3 100644
--- a/crates/sui-framework/sources/test_scenario.move
+++ b/crates/sui-framework/sources/test_scenario.move
@@ -1,4 +1,4 @@
-// Copyright (c) 2022, Mysten Labs, Inc.
+// Copyright (c) Mysten Labs, Inc.
// SPDX-License-Identifier: Apache-2.0
#[test_only]
diff --git a/crates/sui-framework/sources/test_scenario.move.WIP b/crates/sui-framework/sources/test_scenario.move.WIP
index 79ba171d4e893..8ef401fd5abf9 100644
--- a/crates/sui-framework/sources/test_scenario.move.WIP
+++ b/crates/sui-framework/sources/test_scenario.move.WIP
@@ -1,4 +1,4 @@
-// Copyright (c) 2022, Mysten Labs, Inc.
+// Copyright (c) Mysten Labs, Inc.
// SPDX-License-Identifier: Apache-2.0
#[test_only]
diff --git a/crates/sui-framework/sources/transfer.move b/crates/sui-framework/sources/transfer.move
index f1fc5adb04b54..54ca6d0d361f3 100644
--- a/crates/sui-framework/sources/transfer.move
+++ b/crates/sui-framework/sources/transfer.move
@@ -1,4 +1,4 @@
-// Copyright (c) 2022, Mysten Labs, Inc.
+// Copyright (c) Mysten Labs, Inc.
// SPDX-License-Identifier: Apache-2.0
module sui::transfer {
diff --git a/crates/sui-framework/sources/tx_context.move b/crates/sui-framework/sources/tx_context.move
index dcbbdaf0127ac..caf1c599c72dc 100644
--- a/crates/sui-framework/sources/tx_context.move
+++ b/crates/sui-framework/sources/tx_context.move
@@ -1,4 +1,4 @@
-// Copyright (c) 2022, Mysten Labs, Inc.
+// Copyright (c) Mysten Labs, Inc.
// SPDX-License-Identifier: Apache-2.0
module sui::tx_context {
diff --git a/crates/sui-framework/sources/typed_id.move b/crates/sui-framework/sources/typed_id.move
index 0582996f9ec79..b3082a37c0fa3 100644
--- a/crates/sui-framework/sources/typed_id.move
+++ b/crates/sui-framework/sources/typed_id.move
@@ -1,4 +1,4 @@
-// Copyright (c) 2022, Mysten Labs, Inc.
+// Copyright (c) Mysten Labs, Inc.
// SPDX-License-Identifier: Apache-2.0
/// Typed wrappers around Sui object IDs
diff --git a/crates/sui-framework/sources/types.move b/crates/sui-framework/sources/types.move
index bd1ccc4b248c1..64a68a82434d3 100644
--- a/crates/sui-framework/sources/types.move
+++ b/crates/sui-framework/sources/types.move
@@ -1,4 +1,4 @@
-// Copyright (c) 2022, Mysten Labs, Inc.
+// Copyright (c) Mysten Labs, Inc.
// SPDX-License-Identifier: Apache-2.0
/// Sui types helpers and utilities
diff --git a/crates/sui-framework/sources/url.move b/crates/sui-framework/sources/url.move
index 1693247bb9511..f6d3516bea812 100644
--- a/crates/sui-framework/sources/url.move
+++ b/crates/sui-framework/sources/url.move
@@ -1,4 +1,4 @@
-// Copyright (c) 2022, Mysten Labs, Inc.
+// Copyright (c) Mysten Labs, Inc.
// SPDX-License-Identifier: Apache-2.0
/// URL: standard Uniform Resource Locator string
diff --git a/crates/sui-framework/sources/vec_map.move b/crates/sui-framework/sources/vec_map.move
index fee9271cdde21..6e762bf8515bc 100644
--- a/crates/sui-framework/sources/vec_map.move
+++ b/crates/sui-framework/sources/vec_map.move
@@ -1,4 +1,4 @@
-// Copyright (c) 2022, Mysten Labs, Inc.
+// Copyright (c) Mysten Labs, Inc.
// SPDX-License-Identifier: Apache-2.0
module sui::vec_map {
diff --git a/crates/sui-framework/sources/vec_set.move b/crates/sui-framework/sources/vec_set.move
index 2bff0329657ae..de1d6ef49a994 100644
--- a/crates/sui-framework/sources/vec_set.move
+++ b/crates/sui-framework/sources/vec_set.move
@@ -1,4 +1,4 @@
-// Copyright (c) 2022, Mysten Labs, Inc.
+// Copyright (c) Mysten Labs, Inc.
// SPDX-License-Identifier: Apache-2.0
module sui::vec_set {
diff --git a/crates/sui-framework/src/cost_calib/mod.rs b/crates/sui-framework/src/cost_calib/mod.rs
index 6f7def51a33fd..16ce4582b632b 100644
--- a/crates/sui-framework/src/cost_calib/mod.rs
+++ b/crates/sui-framework/src/cost_calib/mod.rs
@@ -1,4 +1,4 @@
-// Copyright (c) 2022, Mysten Labs, Inc.
+// Copyright (c) Mysten Labs, Inc.
// SPDX-License-Identifier: Apache-2.0
use self::runner::run_calib;
diff --git a/crates/sui-framework/src/cost_calib/runner.rs b/crates/sui-framework/src/cost_calib/runner.rs
index 927c192ebe88f..ae3b8d9578881 100644
--- a/crates/sui-framework/src/cost_calib/runner.rs
+++ b/crates/sui-framework/src/cost_calib/runner.rs
@@ -1,4 +1,4 @@
-// Copyright (c) 2022, Mysten Labs, Inc.
+// Copyright (c) Mysten Labs, Inc.
// SPDX-License-Identifier: Apache-2.0
use crate::natives;
diff --git a/crates/sui-framework/src/lib.rs b/crates/sui-framework/src/lib.rs
index 846c7df9e91bc..20201db74165b 100644
--- a/crates/sui-framework/src/lib.rs
+++ b/crates/sui-framework/src/lib.rs
@@ -1,4 +1,4 @@
-// Copyright (c) 2022, Mysten Labs, Inc.
+// Copyright (c) Mysten Labs, Inc.
// SPDX-License-Identifier: Apache-2.0
use move_binary_format::CompiledModule;
diff --git a/crates/sui-framework/src/natives/crypto.rs b/crates/sui-framework/src/natives/crypto.rs
index 25394ad850009..33bd65c1fd875 100644
--- a/crates/sui-framework/src/natives/crypto.rs
+++ b/crates/sui-framework/src/natives/crypto.rs
@@ -1,4 +1,4 @@
-// Copyright (c) 2022, Mysten Labs, Inc.
+// Copyright (c) Mysten Labs, Inc.
// SPDX-License-Identifier: Apache-2.0
use crate::{legacy_emit_cost, legacy_empty_cost};
use curve25519_dalek_ng::scalar::Scalar;
diff --git a/crates/sui-framework/src/natives/event.rs b/crates/sui-framework/src/natives/event.rs
index 1bf6d7c1c99a7..2c9731826073d 100644
--- a/crates/sui-framework/src/natives/event.rs
+++ b/crates/sui-framework/src/natives/event.rs
@@ -1,4 +1,4 @@
-// Copyright (c) 2022, Mysten Labs, Inc.
+// Copyright (c) Mysten Labs, Inc.
// SPDX-License-Identifier: Apache-2.0
use crate::{legacy_emit_cost, EventType};
diff --git a/crates/sui-framework/src/natives/mod.rs b/crates/sui-framework/src/natives/mod.rs
index 73b0b6b297285..806150f905a19 100644
--- a/crates/sui-framework/src/natives/mod.rs
+++ b/crates/sui-framework/src/natives/mod.rs
@@ -1,4 +1,4 @@
-// Copyright (c) 2022, Mysten Labs, Inc.
+// Copyright (c) Mysten Labs, Inc.
// SPDX-License-Identifier: Apache-2.0
mod crypto;
diff --git a/crates/sui-framework/src/natives/object.rs b/crates/sui-framework/src/natives/object.rs
index 5fab65bfc87b4..6461647a110c3 100644
--- a/crates/sui-framework/src/natives/object.rs
+++ b/crates/sui-framework/src/natives/object.rs
@@ -1,4 +1,4 @@
-// Copyright (c) 2022, Mysten Labs, Inc.
+// Copyright (c) Mysten Labs, Inc.
// SPDX-License-Identifier: Apache-2.0
use crate::{legacy_create_signer_cost, legacy_emit_cost, EventType};
diff --git a/crates/sui-framework/src/natives/object_runtime.rs b/crates/sui-framework/src/natives/object_runtime.rs
index ac12aaa368432..0a80097ce984b 100644
--- a/crates/sui-framework/src/natives/object_runtime.rs
+++ b/crates/sui-framework/src/natives/object_runtime.rs
@@ -1,4 +1,4 @@
-// Copyright (c) 2022, Mysten Labs, Inc.
+// Copyright (c) Mysten Labs, Inc.
// SPDX-License-Identifier: Apache-2.0
use std::collections::{BTreeMap, BTreeSet};
diff --git a/crates/sui-framework/src/natives/test_scenario.rs b/crates/sui-framework/src/natives/test_scenario.rs
index b479e43fd7287..4c28d1f76d15b 100644
--- a/crates/sui-framework/src/natives/test_scenario.rs
+++ b/crates/sui-framework/src/natives/test_scenario.rs
@@ -1,4 +1,4 @@
-// Copyright (c) 2022, Mysten Labs, Inc.
+// Copyright (c) Mysten Labs, Inc.
// SPDX-License-Identifier: Apache-2.0
use crate::{legacy_emit_cost, EventType};
diff --git a/crates/sui-framework/src/natives/test_scenario_wip.rs b/crates/sui-framework/src/natives/test_scenario_wip.rs
index 93b09ca430552..24ad4429a2b4b 100644
--- a/crates/sui-framework/src/natives/test_scenario_wip.rs
+++ b/crates/sui-framework/src/natives/test_scenario_wip.rs
@@ -1,4 +1,4 @@
-// Copyright (c) 2022, Mysten Labs, Inc.
+// Copyright (c) Mysten Labs, Inc.
// SPDX-License-Identifier: Apache-2.0
// TODO remove once used
diff --git a/crates/sui-framework/src/natives/transfer.rs b/crates/sui-framework/src/natives/transfer.rs
index a21eea1377d63..824ee8fc11973 100644
--- a/crates/sui-framework/src/natives/transfer.rs
+++ b/crates/sui-framework/src/natives/transfer.rs
@@ -1,4 +1,4 @@
-// Copyright (c) 2022, Mysten Labs, Inc.
+// Copyright (c) Mysten Labs, Inc.
// SPDX-License-Identifier: Apache-2.0
use crate::{legacy_emit_cost, EventType};
diff --git a/crates/sui-framework/src/natives/tx_context.rs b/crates/sui-framework/src/natives/tx_context.rs
index 73bdbd5151bab..97dbf38450c81 100644
--- a/crates/sui-framework/src/natives/tx_context.rs
+++ b/crates/sui-framework/src/natives/tx_context.rs
@@ -1,4 +1,4 @@
-// Copyright (c) 2022, Mysten Labs, Inc.
+// Copyright (c) Mysten Labs, Inc.
// SPDX-License-Identifier: Apache-2.0
use move_binary_format::errors::PartialVMResult;
diff --git a/crates/sui-framework/src/natives/types.rs b/crates/sui-framework/src/natives/types.rs
index 2d199e3903d66..37204ea747d48 100644
--- a/crates/sui-framework/src/natives/types.rs
+++ b/crates/sui-framework/src/natives/types.rs
@@ -1,4 +1,4 @@
-// Copyright (c) 2022, Mysten Labs, Inc.
+// Copyright (c) Mysten Labs, Inc.
// SPDX-License-Identifier: Apache-2.0
use crate::legacy_length_cost;
diff --git a/crates/sui-framework/tests/bytecode_calibration_tests.move b/crates/sui-framework/tests/bytecode_calibration_tests.move
index 8eccdd6df997c..13a1bc053b7fa 100644
--- a/crates/sui-framework/tests/bytecode_calibration_tests.move
+++ b/crates/sui-framework/tests/bytecode_calibration_tests.move
@@ -1,4 +1,4 @@
-// Copyright (c) 2022, Mysten Labs, Inc.
+// Copyright (c) Mysten Labs, Inc.
// SPDX-License-Identifier: Apache-2.0
diff --git a/crates/sui-framework/tests/coin_balance_tests.move b/crates/sui-framework/tests/coin_balance_tests.move
index 7a3f983392d74..c4c3fd60125a9 100644
--- a/crates/sui-framework/tests/coin_balance_tests.move
+++ b/crates/sui-framework/tests/coin_balance_tests.move
@@ -1,4 +1,4 @@
-// Copyright (c) 2022, Mysten Labs, Inc.
+// Copyright (c) Mysten Labs, Inc.
// SPDX-License-Identifier: Apache-2.0
#[test_only]
diff --git a/crates/sui-framework/tests/crypto_tests.move b/crates/sui-framework/tests/crypto_tests.move
index b96bcd54fb728..89012c6a03b03 100644
--- a/crates/sui-framework/tests/crypto_tests.move
+++ b/crates/sui-framework/tests/crypto_tests.move
@@ -1,4 +1,4 @@
-// Copyright (c) 2022, Mysten Labs, Inc.
+// Copyright (c) Mysten Labs, Inc.
// SPDX-License-Identifier: Apache-2.0
#[test_only]
diff --git a/crates/sui-framework/tests/delegation_tests.move b/crates/sui-framework/tests/delegation_tests.move
index b57ec64d952bd..b6d96d1932fe3 100644
--- a/crates/sui-framework/tests/delegation_tests.move
+++ b/crates/sui-framework/tests/delegation_tests.move
@@ -1,4 +1,4 @@
-// Copyright (c) 2022, Mysten Labs, Inc.
+// Copyright (c) Mysten Labs, Inc.
// SPDX-License-Identifier: Apache-2.0
// TODO: add tests for checking the maths of reward distribution here, and tests for bonding period too.
diff --git a/crates/sui-framework/tests/governance_test_utils.move b/crates/sui-framework/tests/governance_test_utils.move
index 9a22a015719b9..92257b55df9c5 100644
--- a/crates/sui-framework/tests/governance_test_utils.move
+++ b/crates/sui-framework/tests/governance_test_utils.move
@@ -1,4 +1,4 @@
-// Copyright (c) 2022, Mysten Labs, Inc.
+// Copyright (c) Mysten Labs, Inc.
// SPDX-License-Identifier: Apache-2.0
#[test_only]
diff --git a/crates/sui-framework/tests/id_tests.move b/crates/sui-framework/tests/id_tests.move
index 1e1e50b7ad6a7..5a7e0e987edca 100644
--- a/crates/sui-framework/tests/id_tests.move
+++ b/crates/sui-framework/tests/id_tests.move
@@ -1,4 +1,4 @@
-// Copyright (c) 2022, Mysten Labs, Inc.
+// Copyright (c) Mysten Labs, Inc.
// SPDX-License-Identifier: Apache-2.0
#[test_only]
diff --git a/crates/sui-framework/tests/math_tests.move b/crates/sui-framework/tests/math_tests.move
index 8b0834c5d8ff3..4ff8ee1c0ed44 100644
--- a/crates/sui-framework/tests/math_tests.move
+++ b/crates/sui-framework/tests/math_tests.move
@@ -1,4 +1,4 @@
-// Copyright (c) 2022, Mysten Labs, Inc.
+// Copyright (c) Mysten Labs, Inc.
// SPDX-License-Identifier: Apache-2.0
#[test_only]
diff --git a/crates/sui-framework/tests/natives_calibration_tests.move b/crates/sui-framework/tests/natives_calibration_tests.move
index b3bdc1c5f70a6..69a523d22d134 100644
--- a/crates/sui-framework/tests/natives_calibration_tests.move
+++ b/crates/sui-framework/tests/natives_calibration_tests.move
@@ -1,4 +1,4 @@
-// Copyright (c) 2022, Mysten Labs, Inc.
+// Copyright (c) Mysten Labs, Inc.
// SPDX-License-Identifier: Apache-2.0
diff --git a/crates/sui-framework/tests/test_scenario_tests.move b/crates/sui-framework/tests/test_scenario_tests.move
index 8ca192fdc2377..a0aa45e87cb54 100644
--- a/crates/sui-framework/tests/test_scenario_tests.move
+++ b/crates/sui-framework/tests/test_scenario_tests.move
@@ -1,4 +1,4 @@
-// Copyright (c) 2022, Mysten Labs, Inc.
+// Copyright (c) Mysten Labs, Inc.
// SPDX-License-Identifier: Apache-2.0
#[test_only]
diff --git a/crates/sui-framework/tests/tx_context_tests.move b/crates/sui-framework/tests/tx_context_tests.move
index 8285b0fcd9a7f..2ca5b7844268f 100644
--- a/crates/sui-framework/tests/tx_context_tests.move
+++ b/crates/sui-framework/tests/tx_context_tests.move
@@ -1,4 +1,4 @@
-// Copyright (c) 2022, Mysten Labs, Inc.
+// Copyright (c) Mysten Labs, Inc.
// SPDX-License-Identifier: Apache-2.0
#[test_only]
diff --git a/crates/sui-framework/tests/url_tests.move b/crates/sui-framework/tests/url_tests.move
index e01c98d0692bd..cc26bfd751fcd 100644
--- a/crates/sui-framework/tests/url_tests.move
+++ b/crates/sui-framework/tests/url_tests.move
@@ -1,4 +1,4 @@
-// Copyright (c) 2022, Mysten Labs, Inc.
+// Copyright (c) Mysten Labs, Inc.
// SPDX-License-Identifier: Apache-2.0
#[test_only]
diff --git a/crates/sui-framework/tests/validator_set_tests.move b/crates/sui-framework/tests/validator_set_tests.move
index 24ad25f204bf4..252a95d381327 100644
--- a/crates/sui-framework/tests/validator_set_tests.move
+++ b/crates/sui-framework/tests/validator_set_tests.move
@@ -1,4 +1,4 @@
-// Copyright (c) 2022, Mysten Labs, Inc.
+// Copyright (c) Mysten Labs, Inc.
// SPDX-License-Identifier: Apache-2.0
#[test_only]
diff --git a/crates/sui-framework/tests/validator_tests.move b/crates/sui-framework/tests/validator_tests.move
index 3fc6023929bba..20ec0bf8bd5b3 100644
--- a/crates/sui-framework/tests/validator_tests.move
+++ b/crates/sui-framework/tests/validator_tests.move
@@ -1,4 +1,4 @@
-// Copyright (c) 2022, Mysten Labs, Inc.
+// Copyright (c) Mysten Labs, Inc.
// SPDX-License-Identifier: Apache-2.0
#[test_only]
diff --git a/crates/sui-framework/tests/vec_map_tests.move b/crates/sui-framework/tests/vec_map_tests.move
index 4e91c973c8b79..74275ba1f7114 100644
--- a/crates/sui-framework/tests/vec_map_tests.move
+++ b/crates/sui-framework/tests/vec_map_tests.move
@@ -1,4 +1,4 @@
-// Copyright (c) 2022, Mysten Labs, Inc.
+// Copyright (c) Mysten Labs, Inc.
// SPDX-License-Identifier: Apache-2.0
#[test_only]
diff --git a/crates/sui-framework/tests/vec_set_tests.move b/crates/sui-framework/tests/vec_set_tests.move
index a3a8527622eb3..3895a5a1e53ad 100644
--- a/crates/sui-framework/tests/vec_set_tests.move
+++ b/crates/sui-framework/tests/vec_set_tests.move
@@ -1,4 +1,4 @@
-// Copyright (c) 2022, Mysten Labs, Inc.
+// Copyright (c) Mysten Labs, Inc.
// SPDX-License-Identifier: Apache-2.0
#[test_only]
diff --git a/crates/sui-gateway/src/main.rs b/crates/sui-gateway/src/main.rs
index f91f00c926173..2cca159a1e2be 100644
--- a/crates/sui-gateway/src/main.rs
+++ b/crates/sui-gateway/src/main.rs
@@ -1,4 +1,4 @@
-// Copyright (c) 2022, Mysten Labs, Inc.
+// Copyright (c) Mysten Labs, Inc.
// SPDX-License-Identifier: Apache-2.0
use clap::Parser;
diff --git a/crates/sui-gateway/src/unit_tests/rpc_server_tests.rs b/crates/sui-gateway/src/unit_tests/rpc_server_tests.rs
index 8308def6e9223..726ef399626aa 100644
--- a/crates/sui-gateway/src/unit_tests/rpc_server_tests.rs
+++ b/crates/sui-gateway/src/unit_tests/rpc_server_tests.rs
@@ -1,4 +1,4 @@
-// Copyright (c) 2022, Mysten Labs, Inc.
+// Copyright (c) Mysten Labs, Inc.
// SPDX-License-Identifier: Apache-2.0
use move_package::BuildConfig;
diff --git a/crates/sui-json-rpc-types/src/lib.rs b/crates/sui-json-rpc-types/src/lib.rs
index d240ac549634b..541e71def579f 100644
--- a/crates/sui-json-rpc-types/src/lib.rs
+++ b/crates/sui-json-rpc-types/src/lib.rs
@@ -1,4 +1,4 @@
-// Copyright (c) 2022, Mysten Labs, Inc.
+// Copyright (c) Mysten Labs, Inc.
// SPDX-License-Identifier: Apache-2.0
/// This file contain response types used by the GatewayAPI, most of the types mirrors it's internal type counterparts.
diff --git a/crates/sui-json-rpc-types/src/unit_tests/rpc_types_tests.rs b/crates/sui-json-rpc-types/src/unit_tests/rpc_types_tests.rs
index 475774d3b5561..e29912ac04c1d 100644
--- a/crates/sui-json-rpc-types/src/unit_tests/rpc_types_tests.rs
+++ b/crates/sui-json-rpc-types/src/unit_tests/rpc_types_tests.rs
@@ -1,4 +1,4 @@
-// Copyright (c) 2022, Mysten Labs, Inc.
+// Copyright (c) Mysten Labs, Inc.
// SPDX-License-Identifier: Apache-2.0
use anyhow::anyhow;
diff --git a/crates/sui-json-rpc/src/api.rs b/crates/sui-json-rpc/src/api.rs
index 7de36a664fdb4..b8468be45c0a4 100644
--- a/crates/sui-json-rpc/src/api.rs
+++ b/crates/sui-json-rpc/src/api.rs
@@ -1,4 +1,4 @@
-// Copyright (c) 2022, Mysten Labs, Inc.
+// Copyright (c) Mysten Labs, Inc.
// SPDX-License-Identifier: Apache-2.0
use std::collections::BTreeMap;
diff --git a/crates/sui-json-rpc/src/bcs_api.rs b/crates/sui-json-rpc/src/bcs_api.rs
index aff00d72598cc..abdd66d6efb0e 100644
--- a/crates/sui-json-rpc/src/bcs_api.rs
+++ b/crates/sui-json-rpc/src/bcs_api.rs
@@ -1,4 +1,4 @@
-// Copyright (c) 2022, Mysten Labs, Inc.
+// Copyright (c) Mysten Labs, Inc.
// SPDX-License-Identifier: Apache-2.0
use std::sync::Arc;
diff --git a/crates/sui-json-rpc/src/estimator_api.rs b/crates/sui-json-rpc/src/estimator_api.rs
index a18187a03f9f1..53c824c497688 100644
--- a/crates/sui-json-rpc/src/estimator_api.rs
+++ b/crates/sui-json-rpc/src/estimator_api.rs
@@ -1,4 +1,4 @@
-// Copyright (c) 2022, Mysten Labs, Inc.
+// Copyright (c) Mysten Labs, Inc.
// SPDX-License-Identifier: Apache-2.0
use crate::api::EstimatorApiServer;
diff --git a/crates/sui-json-rpc/src/event_api.rs b/crates/sui-json-rpc/src/event_api.rs
index f21c9e139b2cc..b46e02f315cd6 100644
--- a/crates/sui-json-rpc/src/event_api.rs
+++ b/crates/sui-json-rpc/src/event_api.rs
@@ -1,4 +1,4 @@
-// Copyright (c) 2022, Mysten Labs, Inc.
+// Copyright (c) Mysten Labs, Inc.
// SPDX-License-Identifier: Apache-2.0
use crate::api::EventReadApiServer;
use crate::api::EventStreamingApiServer;
diff --git a/crates/sui-json-rpc/src/gateway_api.rs b/crates/sui-json-rpc/src/gateway_api.rs
index 82619b954a0c1..7c38b5587364c 100644
--- a/crates/sui-json-rpc/src/gateway_api.rs
+++ b/crates/sui-json-rpc/src/gateway_api.rs
@@ -1,4 +1,4 @@
-// Copyright (c) 2022, Mysten Labs, Inc.
+// Copyright (c) Mysten Labs, Inc.
// SPDX-License-Identifier: Apache-2.0
use crate::api::{
diff --git a/crates/sui-json-rpc/src/lib.rs b/crates/sui-json-rpc/src/lib.rs
index c6136abac4a2c..2b941da62c55e 100644
--- a/crates/sui-json-rpc/src/lib.rs
+++ b/crates/sui-json-rpc/src/lib.rs
@@ -1,4 +1,4 @@
-// Copyright (c) 2022, Mysten Labs, Inc.
+// Copyright (c) Mysten Labs, Inc.
// SPDX-License-Identifier: Apache-2.0
use std::env;
diff --git a/crates/sui-json-rpc/src/read_api.rs b/crates/sui-json-rpc/src/read_api.rs
index b3591fabd129b..44d58c3f0548e 100644
--- a/crates/sui-json-rpc/src/read_api.rs
+++ b/crates/sui-json-rpc/src/read_api.rs
@@ -1,4 +1,4 @@
-// Copyright (c) 2022, Mysten Labs, Inc.
+// Copyright (c) Mysten Labs, Inc.
// SPDX-License-Identifier: Apache-2.0
use crate::api::RpcFullNodeReadApiServer;
diff --git a/crates/sui-json-rpc/src/streaming_api.rs b/crates/sui-json-rpc/src/streaming_api.rs
index 9ee48fd8d6880..32e1ef6340a2e 100644
--- a/crates/sui-json-rpc/src/streaming_api.rs
+++ b/crates/sui-json-rpc/src/streaming_api.rs
@@ -1,4 +1,4 @@
-// Copyright (c) 2022, Mysten Labs, Inc.
+// Copyright (c) Mysten Labs, Inc.
// SPDX-License-Identifier: Apache-2.0
use crate::api::TransactionStreamingApiServer;
use crate::SuiRpcModule;
diff --git a/crates/sui-json-rpc/src/transaction_execution_api.rs b/crates/sui-json-rpc/src/transaction_execution_api.rs
index d13522fba55ea..337e4eade31f9 100644
--- a/crates/sui-json-rpc/src/transaction_execution_api.rs
+++ b/crates/sui-json-rpc/src/transaction_execution_api.rs
@@ -1,4 +1,4 @@
-// Copyright (c) 2022, Mysten Labs, Inc.
+// Copyright (c) Mysten Labs, Inc.
// SPDX-License-Identifier: Apache-2.0
use crate::api::TransactionExecutionApiServer;
diff --git a/crates/sui-json/src/lib.rs b/crates/sui-json/src/lib.rs
index c655df6976f21..a2407168345c5 100644
--- a/crates/sui-json/src/lib.rs
+++ b/crates/sui-json/src/lib.rs
@@ -1,4 +1,4 @@
-// Copyright (c) 2022, Mysten Labs, Inc.
+// Copyright (c) Mysten Labs, Inc.
// SPDX-License-Identifier: Apache-2.0
use anyhow::{anyhow, bail};
diff --git a/crates/sui-json/src/tests.rs b/crates/sui-json/src/tests.rs
index ccdfc70232e00..11dd5500c3042 100644
--- a/crates/sui-json/src/tests.rs
+++ b/crates/sui-json/src/tests.rs
@@ -1,4 +1,4 @@
-// Copyright (c) 2022, Mysten Labs, Inc.
+// Copyright (c) Mysten Labs, Inc.
// SPDX-License-Identifier: Apache-2.0
use std::path::Path;
diff --git a/crates/sui-macros/src/lib.rs b/crates/sui-macros/src/lib.rs
index 03b37ee6f3ffa..cfebd070e44b7 100644
--- a/crates/sui-macros/src/lib.rs
+++ b/crates/sui-macros/src/lib.rs
@@ -1,4 +1,4 @@
-// Copyright (c) 2022, Mysten Labs, Inc.
+// Copyright (c) Mysten Labs, Inc.
// SPDX-License-Identifier: Apache-2.0
use proc_macro::TokenStream;
diff --git a/crates/sui-network/build.rs b/crates/sui-network/build.rs
index 0460490e381d0..9624f2cfccb1c 100644
--- a/crates/sui-network/build.rs
+++ b/crates/sui-network/build.rs
@@ -1,4 +1,4 @@
-// Copyright (c) 2022, Mysten Labs, Inc.
+// Copyright (c) Mysten Labs, Inc.
// SPDX-License-Identifier: Apache-2.0
use std::{env, path::PathBuf};
diff --git a/crates/sui-network/src/api.rs b/crates/sui-network/src/api.rs
index a385658be7d90..7377bd197bca7 100644
--- a/crates/sui-network/src/api.rs
+++ b/crates/sui-network/src/api.rs
@@ -1,4 +1,4 @@
-// Copyright (c) 2022, Mysten Labs, Inc.
+// Copyright (c) Mysten Labs, Inc.
// SPDX-License-Identifier: Apache-2.0
mod validator {
diff --git a/crates/sui-network/src/lib.rs b/crates/sui-network/src/lib.rs
index 59cf3b9fe078e..22b97324bcf61 100644
--- a/crates/sui-network/src/lib.rs
+++ b/crates/sui-network/src/lib.rs
@@ -1,4 +1,4 @@
-// Copyright (c) 2022, Mysten Labs, Inc.
+// Copyright (c) Mysten Labs, Inc.
// SPDX-License-Identifier: Apache-2.0
pub mod api;
diff --git a/crates/sui-node/src/admin.rs b/crates/sui-node/src/admin.rs
index daa0b5715d201..0ede27bada5bf 100644
--- a/crates/sui-node/src/admin.rs
+++ b/crates/sui-node/src/admin.rs
@@ -1,4 +1,4 @@
-// Copyright (c) 2022, Mysten Labs, Inc.
+// Copyright (c) Mysten Labs, Inc.
// SPDX-License-Identifier: Apache-2.0
use axum::{
diff --git a/crates/sui-node/src/handle.rs b/crates/sui-node/src/handle.rs
index a07ca25b11979..92f8d23110330 100644
--- a/crates/sui-node/src/handle.rs
+++ b/crates/sui-node/src/handle.rs
@@ -1,4 +1,4 @@
-// Copyright (c) 2022, Mysten Labs, Inc.
+// Copyright (c) Mysten Labs, Inc.
// SPDX-License-Identifier: Apache-2.0
//! SuiNodeHandle wraps SuiNode in a way suitable for access by test code.
diff --git a/crates/sui-node/src/lib.rs b/crates/sui-node/src/lib.rs
index 3e0d02c1971fd..d4efb3073f2b1 100644
--- a/crates/sui-node/src/lib.rs
+++ b/crates/sui-node/src/lib.rs
@@ -1,4 +1,4 @@
-// Copyright (c) 2022, Mysten Labs, Inc.
+// Copyright (c) Mysten Labs, Inc.
// SPDX-License-Identifier: Apache-2.0
use anyhow::anyhow;
diff --git a/crates/sui-node/src/main.rs b/crates/sui-node/src/main.rs
index 313e1c87a07d1..1568c21693fd4 100644
--- a/crates/sui-node/src/main.rs
+++ b/crates/sui-node/src/main.rs
@@ -1,4 +1,4 @@
-// Copyright (c) 2022, Mysten Labs, Inc.
+// Copyright (c) Mysten Labs, Inc.
// SPDX-License-Identifier: Apache-2.0
use anyhow::Result;
diff --git a/crates/sui-node/src/metrics.rs b/crates/sui-node/src/metrics.rs
index f8a4269097da8..f032c2f3f982e 100644
--- a/crates/sui-node/src/metrics.rs
+++ b/crates/sui-node/src/metrics.rs
@@ -1,4 +1,4 @@
-// Copyright (c) 2022, Mysten Labs, Inc.
+// Copyright (c) Mysten Labs, Inc.
// SPDX-License-Identifier: Apache-2.0
use axum::{extract::Extension, http::StatusCode, routing::get, Router};
diff --git a/crates/sui-open-rpc-macros/src/lib.rs b/crates/sui-open-rpc-macros/src/lib.rs
index 0ac55ac4f0868..cec8e5eb0bdba 100644
--- a/crates/sui-open-rpc-macros/src/lib.rs
+++ b/crates/sui-open-rpc-macros/src/lib.rs
@@ -1,4 +1,4 @@
-// Copyright (c) 2022, Mysten Labs, Inc.
+// Copyright (c) Mysten Labs, Inc.
// SPDX-License-Identifier: Apache-2.0
use proc_macro::TokenStream;
diff --git a/crates/sui-open-rpc/src/examples.rs b/crates/sui-open-rpc/src/examples.rs
index a8809505d5818..dc7e0e18ff48c 100644
--- a/crates/sui-open-rpc/src/examples.rs
+++ b/crates/sui-open-rpc/src/examples.rs
@@ -1,4 +1,4 @@
-// Copyright (c) 2022, Mysten Labs, Inc.
+// Copyright (c) Mysten Labs, Inc.
// SPDX-License-Identifier: Apache-2.0
use std::collections::BTreeMap;
diff --git a/crates/sui-open-rpc/src/generate_json_rpc_spec.rs b/crates/sui-open-rpc/src/generate_json_rpc_spec.rs
index 6028cf3d7fb25..6d6f47828831a 100644
--- a/crates/sui-open-rpc/src/generate_json_rpc_spec.rs
+++ b/crates/sui-open-rpc/src/generate_json_rpc_spec.rs
@@ -1,4 +1,4 @@
-// Copyright (c) 2022, Mysten Labs, Inc.
+// Copyright (c) Mysten Labs, Inc.
// SPDX-License-Identifier: Apache-2.0
use clap::ArgEnum;
diff --git a/crates/sui-open-rpc/src/lib.rs b/crates/sui-open-rpc/src/lib.rs
index 390a6ef9eef44..5affe959a811a 100644
--- a/crates/sui-open-rpc/src/lib.rs
+++ b/crates/sui-open-rpc/src/lib.rs
@@ -1,4 +1,4 @@
-// Copyright (c) 2022, Mysten Labs, Inc.
+// Copyright (c) Mysten Labs, Inc.
// SPDX-License-Identifier: Apache-2.0
extern crate core;
diff --git a/crates/sui-open-rpc/tests/generate-spec.rs b/crates/sui-open-rpc/tests/generate-spec.rs
index e2faa8dd44701..15cd1249cd459 100644
--- a/crates/sui-open-rpc/tests/generate-spec.rs
+++ b/crates/sui-open-rpc/tests/generate-spec.rs
@@ -1,4 +1,4 @@
-// Copyright (c) 2022, Mysten Labs, Inc.
+// Copyright (c) Mysten Labs, Inc.
// SPDX-License-Identifier: Apache-2.0
#[test]
diff --git a/crates/sui-rosetta/docker/sui-rosetta-devnet/build.sh b/crates/sui-rosetta/docker/sui-rosetta-devnet/build.sh
index 080f51976ba52..3267291751649 100755
--- a/crates/sui-rosetta/docker/sui-rosetta-devnet/build.sh
+++ b/crates/sui-rosetta/docker/sui-rosetta-devnet/build.sh
@@ -1,5 +1,5 @@
#!/bin/sh
-# Copyright (c) 2022, Mysten Labs, Inc.
+# Copyright (c) Mysten Labs, Inc.
# SPDX-License-Identifier: Apache-2.0
# fast fail.
diff --git a/crates/sui-rosetta/docker/sui-rosetta-local/build.sh b/crates/sui-rosetta/docker/sui-rosetta-local/build.sh
index 02eb04ea5c511..ad005e9f747e0 100755
--- a/crates/sui-rosetta/docker/sui-rosetta-local/build.sh
+++ b/crates/sui-rosetta/docker/sui-rosetta-local/build.sh
@@ -1,5 +1,5 @@
#!/bin/sh
-# Copyright (c) 2022, Mysten Labs, Inc.
+# Copyright (c) Mysten Labs, Inc.
# SPDX-License-Identifier: Apache-2.0
# fast fail.
diff --git a/crates/sui-rosetta/src/account.rs b/crates/sui-rosetta/src/account.rs
index ea7ee9c26ba69..cace951a5e353 100644
--- a/crates/sui-rosetta/src/account.rs
+++ b/crates/sui-rosetta/src/account.rs
@@ -1,4 +1,4 @@
-// Copyright (c) 2022, Mysten Labs, Inc.
+// Copyright (c) Mysten Labs, Inc.
// SPDX-License-Identifier: Apache-2.0
//! This module implements the [Rosetta Account API](https://www.rosetta-api.org/docs/AccountApi.html)
diff --git a/crates/sui-rosetta/src/block.rs b/crates/sui-rosetta/src/block.rs
index c33ebfa68cc69..7fb92d983d417 100644
--- a/crates/sui-rosetta/src/block.rs
+++ b/crates/sui-rosetta/src/block.rs
@@ -1,4 +1,4 @@
-// Copyright (c) 2022, Mysten Labs, Inc.
+// Copyright (c) Mysten Labs, Inc.
// SPDX-License-Identifier: Apache-2.0
use std::sync::Arc;
diff --git a/crates/sui-rosetta/src/construction.rs b/crates/sui-rosetta/src/construction.rs
index 658c821458688..1c77b7870258b 100644
--- a/crates/sui-rosetta/src/construction.rs
+++ b/crates/sui-rosetta/src/construction.rs
@@ -1,4 +1,4 @@
-// Copyright (c) 2022, Mysten Labs, Inc.
+// Copyright (c) Mysten Labs, Inc.
// SPDX-License-Identifier: Apache-2.0
use std::collections::BTreeMap;
diff --git a/crates/sui-rosetta/src/errors.rs b/crates/sui-rosetta/src/errors.rs
index f6dc3d9162c6e..9a86925c844b2 100644
--- a/crates/sui-rosetta/src/errors.rs
+++ b/crates/sui-rosetta/src/errors.rs
@@ -1,4 +1,4 @@
-// Copyright (c) 2022, Mysten Labs, Inc.
+// Copyright (c) Mysten Labs, Inc.
// SPDX-License-Identifier: Apache-2.0
use std::fmt::{Debug, Display};
diff --git a/crates/sui-rosetta/src/lib.rs b/crates/sui-rosetta/src/lib.rs
index 5d8dd76541ee1..0150e77b24d2d 100644
--- a/crates/sui-rosetta/src/lib.rs
+++ b/crates/sui-rosetta/src/lib.rs
@@ -1,4 +1,4 @@
-// Copyright (c) 2022, Mysten Labs, Inc.
+// Copyright (c) Mysten Labs, Inc.
// SPDX-License-Identifier: Apache-2.0
use std::net::SocketAddr;
diff --git a/crates/sui-rosetta/src/main.rs b/crates/sui-rosetta/src/main.rs
index 94ddac58d4551..fafcd1cea33ec 100644
--- a/crates/sui-rosetta/src/main.rs
+++ b/crates/sui-rosetta/src/main.rs
@@ -1,4 +1,4 @@
-// Copyright (c) 2022, Mysten Labs, Inc.
+// Copyright (c) Mysten Labs, Inc.
// SPDX-License-Identifier: Apache-2.0
use std::collections::BTreeMap;
diff --git a/crates/sui-rosetta/src/network.rs b/crates/sui-rosetta/src/network.rs
index d594e1f75e1f8..1e08bc136f6f0 100644
--- a/crates/sui-rosetta/src/network.rs
+++ b/crates/sui-rosetta/src/network.rs
@@ -1,4 +1,4 @@
-// Copyright (c) 2022, Mysten Labs, Inc.
+// Copyright (c) Mysten Labs, Inc.
// SPDX-License-Identifier: Apache-2.0
use std::sync::Arc;
diff --git a/crates/sui-rosetta/src/operations.rs b/crates/sui-rosetta/src/operations.rs
index 8bce8ddba8030..4aefcadc7cd4f 100644
--- a/crates/sui-rosetta/src/operations.rs
+++ b/crates/sui-rosetta/src/operations.rs
@@ -1,4 +1,4 @@
-// Copyright (c) 2022, Mysten Labs, Inc.
+// Copyright (c) Mysten Labs, Inc.
// SPDX-License-Identifier: Apache-2.0
use std::ops::Neg;
diff --git a/crates/sui-rosetta/src/state.rs b/crates/sui-rosetta/src/state.rs
index dda4599a3647b..fab554fea66bd 100644
--- a/crates/sui-rosetta/src/state.rs
+++ b/crates/sui-rosetta/src/state.rs
@@ -1,4 +1,4 @@
-// Copyright (c) 2022, Mysten Labs, Inc.
+// Copyright (c) Mysten Labs, Inc.
// SPDX-License-Identifier: Apache-2.0
use std::cmp::min;
diff --git a/crates/sui-rosetta/src/types.rs b/crates/sui-rosetta/src/types.rs
index aa4980899152e..0031fe1ca6d51 100644
--- a/crates/sui-rosetta/src/types.rs
+++ b/crates/sui-rosetta/src/types.rs
@@ -1,4 +1,4 @@
-// Copyright (c) 2022, Mysten Labs, Inc.
+// Copyright (c) Mysten Labs, Inc.
// SPDX-License-Identifier: Apache-2.0
use std::collections::BTreeMap;
diff --git a/crates/sui-rosetta/src/unit_tests/operations_tests.rs b/crates/sui-rosetta/src/unit_tests/operations_tests.rs
index 87ed0be80b134..60673798a7c44 100644
--- a/crates/sui-rosetta/src/unit_tests/operations_tests.rs
+++ b/crates/sui-rosetta/src/unit_tests/operations_tests.rs
@@ -1,4 +1,4 @@
-// Copyright (c) 2022, Mysten Labs, Inc.
+// Copyright (c) Mysten Labs, Inc.
// SPDX-License-Identifier: Apache-2.0
use std::collections::BTreeMap;
diff --git a/crates/sui-sdk/examples/event_subscription.rs b/crates/sui-sdk/examples/event_subscription.rs
index 4e5733040f745..96daa6321fa30 100644
--- a/crates/sui-sdk/examples/event_subscription.rs
+++ b/crates/sui-sdk/examples/event_subscription.rs
@@ -1,4 +1,4 @@
-// Copyright (c) 2022, Mysten Labs, Inc.
+// Copyright (c) Mysten Labs, Inc.
// SPDX-License-Identifier: Apache-2.0
use futures::StreamExt;
diff --git a/crates/sui-sdk/examples/get_owned_objects.rs b/crates/sui-sdk/examples/get_owned_objects.rs
index 30426a56bf560..f39bb0284f459 100644
--- a/crates/sui-sdk/examples/get_owned_objects.rs
+++ b/crates/sui-sdk/examples/get_owned_objects.rs
@@ -1,4 +1,4 @@
-// Copyright (c) 2022, Mysten Labs, Inc.
+// Copyright (c) Mysten Labs, Inc.
// SPDX-License-Identifier: Apache-2.0
use std::str::FromStr;
diff --git a/crates/sui-sdk/examples/tic_tac_toe.rs b/crates/sui-sdk/examples/tic_tac_toe.rs
index f94b9da9c11a1..425ef55b57cc3 100644
--- a/crates/sui-sdk/examples/tic_tac_toe.rs
+++ b/crates/sui-sdk/examples/tic_tac_toe.rs
@@ -1,4 +1,4 @@
-// Copyright (c) 2022, Mysten Labs, Inc.
+// Copyright (c) Mysten Labs, Inc.
// SPDX-License-Identifier: Apache-2.0
use std::io::{stdin, stdout, Write};
diff --git a/crates/sui-sdk/examples/transfer_coins.rs b/crates/sui-sdk/examples/transfer_coins.rs
index bf93311c6fee7..13aae9503d5b5 100644
--- a/crates/sui-sdk/examples/transfer_coins.rs
+++ b/crates/sui-sdk/examples/transfer_coins.rs
@@ -1,4 +1,4 @@
-// Copyright (c) 2022, Mysten Labs, Inc.
+// Copyright (c) Mysten Labs, Inc.
// SPDX-License-Identifier: Apache-2.0
use std::str::FromStr;
diff --git a/crates/sui-sdk/src/crypto.rs b/crates/sui-sdk/src/crypto.rs
index 97583109ac88e..1a8dfed54a89c 100644
--- a/crates/sui-sdk/src/crypto.rs
+++ b/crates/sui-sdk/src/crypto.rs
@@ -1,4 +1,4 @@
-// Copyright (c) 2022, Mysten Labs, Inc.
+// Copyright (c) Mysten Labs, Inc.
// SPDX-License-Identifier: Apache-2.0
use anyhow::anyhow;
diff --git a/crates/sui-sdk/src/lib.rs b/crates/sui-sdk/src/lib.rs
index f7c8dbd3260b2..e44da19315e63 100644
--- a/crates/sui-sdk/src/lib.rs
+++ b/crates/sui-sdk/src/lib.rs
@@ -1,4 +1,4 @@
-// Copyright (c) 2022, Mysten Labs, Inc.
+// Copyright (c) Mysten Labs, Inc.
// SPDX-License-Identifier: Apache-2.0
use std::fmt::{Debug, Write};
diff --git a/crates/sui-sdk/src/transaction_builder.rs b/crates/sui-sdk/src/transaction_builder.rs
index ea5399a5d9eb6..2803c35e1549b 100644
--- a/crates/sui-sdk/src/transaction_builder.rs
+++ b/crates/sui-sdk/src/transaction_builder.rs
@@ -1,4 +1,4 @@
-// Copyright (c) 2022, Mysten Labs, Inc.
+// Copyright (c) Mysten Labs, Inc.
// SPDX-License-Identifier: Apache-2.0
use std::collections::BTreeMap;
diff --git a/crates/sui-sdk/tests/tests.rs b/crates/sui-sdk/tests/tests.rs
index b10d5082c8294..ab37f9935418b 100644
--- a/crates/sui-sdk/tests/tests.rs
+++ b/crates/sui-sdk/tests/tests.rs
@@ -1,4 +1,4 @@
-// Copyright (c) 2022, Mysten Labs, Inc.
+// Copyright (c) Mysten Labs, Inc.
// SPDX-License-Identifier: Apache-2.0
use std::str::FromStr;
diff --git a/crates/sui-simulator/src/lib.rs b/crates/sui-simulator/src/lib.rs
index 3374149389c93..923ce179817ae 100644
--- a/crates/sui-simulator/src/lib.rs
+++ b/crates/sui-simulator/src/lib.rs
@@ -1,4 +1,4 @@
-// Copyright (c) 2022, Mysten Labs, Inc.
+// Copyright (c) Mysten Labs, Inc.
// SPDX-License-Identifier: Apache-2.0
#[cfg(msim)]
diff --git a/crates/sui-storage/benches/write_ahead_log.rs b/crates/sui-storage/benches/write_ahead_log.rs
index dfa58a5034680..2ce6b343ef573 100644
--- a/crates/sui-storage/benches/write_ahead_log.rs
+++ b/crates/sui-storage/benches/write_ahead_log.rs
@@ -1,4 +1,4 @@
-// Copyright (c) 2022, Mysten Labs, Inc.
+// Copyright (c) Mysten Labs, Inc.
// SPDX-License-Identifier: Apache-2.0
use std::sync::Arc;
diff --git a/crates/sui-storage/src/event_store/mod.rs b/crates/sui-storage/src/event_store/mod.rs
index 7c2b5fee6d91e..be5708562a038 100644
--- a/crates/sui-storage/src/event_store/mod.rs
+++ b/crates/sui-storage/src/event_store/mod.rs
@@ -1,4 +1,4 @@
-// Copyright (c) 2022, Mysten Labs, Inc.
+// Copyright (c) Mysten Labs, Inc.
// SPDX-License-Identifier: Apache-2.0
//! EventStore API supports high velocity event ingestion plus flexible event querying.
diff --git a/crates/sui-storage/src/event_store/sql.rs b/crates/sui-storage/src/event_store/sql.rs
index de5db6fe38394..bc3838ffc2d61 100644
--- a/crates/sui-storage/src/event_store/sql.rs
+++ b/crates/sui-storage/src/event_store/sql.rs
@@ -1,4 +1,4 @@
-// Copyright (c) 2022, Mysten Labs, Inc.
+// Copyright (c) Mysten Labs, Inc.
// SPDX-License-Identifier: Apache-2.0
//! SQL and SQLite-based Event Store
diff --git a/crates/sui-storage/src/event_store/test_utils.rs b/crates/sui-storage/src/event_store/test_utils.rs
index 4eedf216e6b0b..509ba8b1143d4 100644
--- a/crates/sui-storage/src/event_store/test_utils.rs
+++ b/crates/sui-storage/src/event_store/test_utils.rs
@@ -1,4 +1,4 @@
-// Copyright (c) 2022, Mysten Labs, Inc.
+// Copyright (c) Mysten Labs, Inc.
// SPDX-License-Identifier: Apache-2.0
use super::*;
use move_core_types::ident_str;
diff --git a/crates/sui-storage/src/indexes.rs b/crates/sui-storage/src/indexes.rs
index 226cc49ed240e..c311f249e3699 100644
--- a/crates/sui-storage/src/indexes.rs
+++ b/crates/sui-storage/src/indexes.rs
@@ -1,4 +1,4 @@
-// Copyright (c) 2022, Mysten Labs, Inc.
+// Copyright (c) Mysten Labs, Inc.
// SPDX-License-Identifier: Apache-2.0
//! IndexStore supports creation of various ancillary indexes of state in SuiDataStore.
diff --git a/crates/sui-storage/src/lib.rs b/crates/sui-storage/src/lib.rs
index 043da51dcfea4..2dbc768c2be6a 100644
--- a/crates/sui-storage/src/lib.rs
+++ b/crates/sui-storage/src/lib.rs
@@ -1,4 +1,4 @@
-// Copyright (c) 2022, Mysten Labs, Inc.
+// Copyright (c) Mysten Labs, Inc.
// SPDX-License-Identifier: Apache-2.0
pub mod lock_service;
diff --git a/crates/sui-storage/src/lock_service.rs b/crates/sui-storage/src/lock_service.rs
index 3a1558ab22714..67dd76fb7a4dd 100644
--- a/crates/sui-storage/src/lock_service.rs
+++ b/crates/sui-storage/src/lock_service.rs
@@ -1,4 +1,4 @@
-// Copyright (c) 2022, Mysten Labs, Inc.
+// Copyright (c) Mysten Labs, Inc.
// SPDX-License-Identifier: Apache-2.0
//! lock_service is a single-threaded atomic Sui Object locking service.
diff --git a/crates/sui-storage/src/mutex_table.rs b/crates/sui-storage/src/mutex_table.rs
index 5dd171a315a54..089eedfbf9da3 100644
--- a/crates/sui-storage/src/mutex_table.rs
+++ b/crates/sui-storage/src/mutex_table.rs
@@ -1,4 +1,4 @@
-// Copyright (c) 2022, Mysten Labs, Inc.
+// Copyright (c) Mysten Labs, Inc.
// SPDX-License-Identifier: Apache-2.0
use std::collections::hash_map::{DefaultHasher, RandomState};
diff --git a/crates/sui-storage/src/node_sync_store.rs b/crates/sui-storage/src/node_sync_store.rs
index 108c7bb856052..c5a5b09041ee8 100644
--- a/crates/sui-storage/src/node_sync_store.rs
+++ b/crates/sui-storage/src/node_sync_store.rs
@@ -1,4 +1,4 @@
-// Copyright (c) 2022, Mysten Labs, Inc.
+// Copyright (c) Mysten Labs, Inc.
// SPDX-License-Identifier: Apache-2.0
use std::collections::BTreeSet;
diff --git a/crates/sui-storage/src/write_ahead_log.rs b/crates/sui-storage/src/write_ahead_log.rs
index 52ac76dc5ec81..3335ae8806d37 100644
--- a/crates/sui-storage/src/write_ahead_log.rs
+++ b/crates/sui-storage/src/write_ahead_log.rs
@@ -1,4 +1,4 @@
-// Copyright (c) 2022, Mysten Labs, Inc.
+// Copyright (c) Mysten Labs, Inc.
// SPDX-License-Identifier: Apache-2.0
//! WriteAheadLog is used by authority.rs / authority_store.rs for safe updates of the datastore.
diff --git a/crates/sui-storage/tests/event_store_integration_test.rs b/crates/sui-storage/tests/event_store_integration_test.rs
index dc258574aa89a..439fbb85179ee 100644
--- a/crates/sui-storage/tests/event_store_integration_test.rs
+++ b/crates/sui-storage/tests/event_store_integration_test.rs
@@ -1,4 +1,4 @@
-// Copyright (c) 2022, Mysten Labs, Inc.
+// Copyright (c) Mysten Labs, Inc.
// SPDX-License-Identifier: Apache-2.0
use sui_json_rpc_types::SuiEventEnvelope;
diff --git a/crates/sui-swarm/src/lib.rs b/crates/sui-swarm/src/lib.rs
index 87d4f00e63745..f3e87d275dadb 100644
--- a/crates/sui-swarm/src/lib.rs
+++ b/crates/sui-swarm/src/lib.rs
@@ -1,4 +1,4 @@
-// Copyright (c) 2022, Mysten Labs, Inc.
+// Copyright (c) Mysten Labs, Inc.
// SPDX-License-Identifier: Apache-2.0
pub mod memory;
diff --git a/crates/sui-swarm/src/memory/container-sim.rs b/crates/sui-swarm/src/memory/container-sim.rs
index ca8920c652da3..c7bcb71030b4a 100644
--- a/crates/sui-swarm/src/memory/container-sim.rs
+++ b/crates/sui-swarm/src/memory/container-sim.rs
@@ -1,4 +1,4 @@
-// Copyright (c) 2022, Mysten Labs, Inc.
+// Copyright (c) Mysten Labs, Inc.
// SPDX-License-Identifier: Apache-2.0
use futures::FutureExt;
diff --git a/crates/sui-swarm/src/memory/container.rs b/crates/sui-swarm/src/memory/container.rs
index f3e87d1bcb9af..ccd9175b1ca98 100644
--- a/crates/sui-swarm/src/memory/container.rs
+++ b/crates/sui-swarm/src/memory/container.rs
@@ -1,4 +1,4 @@
-// Copyright (c) 2022, Mysten Labs, Inc.
+// Copyright (c) Mysten Labs, Inc.
// SPDX-License-Identifier: Apache-2.0
use futures::FutureExt;
diff --git a/crates/sui-swarm/src/memory/mod.rs b/crates/sui-swarm/src/memory/mod.rs
index 7861fc53b393d..a6490b216200d 100644
--- a/crates/sui-swarm/src/memory/mod.rs
+++ b/crates/sui-swarm/src/memory/mod.rs
@@ -1,4 +1,4 @@
-// Copyright (c) 2022, Mysten Labs, Inc.
+// Copyright (c) Mysten Labs, Inc.
// SPDX-License-Identifier: Apache-2.0
//! An `in-memory`, or rather `in-process`, backend for building and managing Sui Networks that all
diff --git a/crates/sui-swarm/src/memory/node.rs b/crates/sui-swarm/src/memory/node.rs
index e0ac44c8348d9..1c200520fdfa3 100644
--- a/crates/sui-swarm/src/memory/node.rs
+++ b/crates/sui-swarm/src/memory/node.rs
@@ -1,4 +1,4 @@
-// Copyright (c) 2022, Mysten Labs, Inc.
+// Copyright (c) Mysten Labs, Inc.
// SPDX-License-Identifier: Apache-2.0
use anyhow::anyhow;
diff --git a/crates/sui-swarm/src/memory/swarm.rs b/crates/sui-swarm/src/memory/swarm.rs
index ea3d525b5482f..99bccfe87eeb8 100644
--- a/crates/sui-swarm/src/memory/swarm.rs
+++ b/crates/sui-swarm/src/memory/swarm.rs
@@ -1,4 +1,4 @@
-// Copyright (c) 2022, Mysten Labs, Inc.
+// Copyright (c) Mysten Labs, Inc.
// SPDX-License-Identifier: Apache-2.0
use super::Node;
diff --git a/crates/sui-telemetry/src/lib.rs b/crates/sui-telemetry/src/lib.rs
index 52e0ad1713d3e..5aa02934a045d 100644
--- a/crates/sui-telemetry/src/lib.rs
+++ b/crates/sui-telemetry/src/lib.rs
@@ -1,4 +1,4 @@
-// Copyright (c) 2022, Mysten Labs, Inc.
+// Copyright (c) Mysten Labs, Inc.
// SPDX-License-Identifier: Apache-2.0
use serde::{Deserialize, Serialize};
diff --git a/crates/sui-test-validator/src/main.rs b/crates/sui-test-validator/src/main.rs
index 7ef79d740921e..c5c2d3f082f14 100644
--- a/crates/sui-test-validator/src/main.rs
+++ b/crates/sui-test-validator/src/main.rs
@@ -1,4 +1,4 @@
-// Copyright (c) 2022, Mysten Labs, Inc.
+// Copyright (c) Mysten Labs, Inc.
// SPDX-License-Identifier: Apache-2.0
use anyhow::Result;
diff --git a/crates/sui-tool/src/commands.rs b/crates/sui-tool/src/commands.rs
index e9fbdcd20f27b..d00412b8025e3 100644
--- a/crates/sui-tool/src/commands.rs
+++ b/crates/sui-tool/src/commands.rs
@@ -1,4 +1,4 @@
-// Copyright (c) 2022, Mysten Labs, Inc.
+// Copyright (c) Mysten Labs, Inc.
// SPDX-License-Identifier: Apache-2.0
use anyhow::Result;
diff --git a/crates/sui-tool/src/db_tool/db_dump.rs b/crates/sui-tool/src/db_tool/db_dump.rs
index 2bdb55ba2e0eb..441d46f246e2c 100644
--- a/crates/sui-tool/src/db_tool/db_dump.rs
+++ b/crates/sui-tool/src/db_tool/db_dump.rs
@@ -1,4 +1,4 @@
-// Copyright (c) 2022, Mysten Labs, Inc.
+// Copyright (c) Mysten Labs, Inc.
// SPDX-License-Identifier: Apache-2.0
use anyhow::anyhow;
diff --git a/crates/sui-tool/src/db_tool/mod.rs b/crates/sui-tool/src/db_tool/mod.rs
index 03914ee5ed5ff..3453a85fbbf71 100644
--- a/crates/sui-tool/src/db_tool/mod.rs
+++ b/crates/sui-tool/src/db_tool/mod.rs
@@ -1,4 +1,4 @@
-// Copyright (c) 2022, Mysten Labs, Inc.
+// Copyright (c) Mysten Labs, Inc.
// SPDX-License-Identifier: Apache-2.0
use self::db_dump::{dump_table, list_tables, StoreName};
diff --git a/crates/sui-tool/src/dump.rs b/crates/sui-tool/src/dump.rs
index e1313bdfe5418..6111695bbf756 100644
--- a/crates/sui-tool/src/dump.rs
+++ b/crates/sui-tool/src/dump.rs
@@ -1,4 +1,4 @@
-// Copyright (c) 2022, Mysten Labs, Inc.
+// Copyright (c) Mysten Labs, Inc.
// SPDX-License-Identifier: Apache-2.0
extern crate core;
diff --git a/crates/sui-tool/src/lib.rs b/crates/sui-tool/src/lib.rs
index 8c358c0b23ad0..0075c94a52ea2 100644
--- a/crates/sui-tool/src/lib.rs
+++ b/crates/sui-tool/src/lib.rs
@@ -1,5 +1,5 @@
// Copyright (c) 2021, Facebook, Inc. and its affiliates
-// Copyright (c) 2022, Mysten Labs, Inc.
+// Copyright (c) Mysten Labs, Inc.
// SPDX-License-Identifier: Apache-2.0
pub mod db_tool;
diff --git a/crates/sui-tool/src/main.rs b/crates/sui-tool/src/main.rs
index 881cf46075025..73c758b4d2f22 100644
--- a/crates/sui-tool/src/main.rs
+++ b/crates/sui-tool/src/main.rs
@@ -1,4 +1,4 @@
-// Copyright (c) 2022, Mysten Labs, Inc.
+// Copyright (c) Mysten Labs, Inc.
// SPDX-License-Identifier: Apache-2.0
extern crate core;
diff --git a/crates/sui-transactional-test-runner/src/args.rs b/crates/sui-transactional-test-runner/src/args.rs
index 3b36826218f28..45d155f51e868 100644
--- a/crates/sui-transactional-test-runner/src/args.rs
+++ b/crates/sui-transactional-test-runner/src/args.rs
@@ -1,4 +1,4 @@
-// Copyright (c) 2022, Mysten Labs, Inc.
+// Copyright (c) Mysten Labs, Inc.
// SPDX-License-Identifier: Apache-2.0
use anyhow::{bail, ensure};
diff --git a/crates/sui-transactional-test-runner/src/lib.rs b/crates/sui-transactional-test-runner/src/lib.rs
index 023ff7b4540a9..6f46393848c28 100644
--- a/crates/sui-transactional-test-runner/src/lib.rs
+++ b/crates/sui-transactional-test-runner/src/lib.rs
@@ -1,4 +1,4 @@
-// Copyright (c) 2022, Mysten Labs, Inc.
+// Copyright (c) Mysten Labs, Inc.
// SPDX-License-Identifier: Apache-2.0
//! This module contains the transactional test runner instantiation for the Sui adapter
diff --git a/crates/sui-transactional-test-runner/src/test_adapter.rs b/crates/sui-transactional-test-runner/src/test_adapter.rs
index e2923a89f289f..5a7bfd1d86e38 100644
--- a/crates/sui-transactional-test-runner/src/test_adapter.rs
+++ b/crates/sui-transactional-test-runner/src/test_adapter.rs
@@ -1,4 +1,4 @@
-// Copyright (c) 2022, Mysten Labs, Inc.
+// Copyright (c) Mysten Labs, Inc.
// SPDX-License-Identifier: Apache-2.0
//! This module contains the transactional test runner instantiation for the Sui adapter
diff --git a/crates/sui-types/src/balance.rs b/crates/sui-types/src/balance.rs
index 9b3bc5ebe7945..f53635b319d80 100644
--- a/crates/sui-types/src/balance.rs
+++ b/crates/sui-types/src/balance.rs
@@ -1,4 +1,4 @@
-// Copyright (c) 2022, Mysten Labs, Inc.
+// Copyright (c) Mysten Labs, Inc.
// SPDX-License-Identifier: Apache-2.0
use crate::error::{ExecutionError, ExecutionErrorKind};
diff --git a/crates/sui-types/src/base_types.rs b/crates/sui-types/src/base_types.rs
index 907c046cef77b..a379aee5e19f9 100644
--- a/crates/sui-types/src/base_types.rs
+++ b/crates/sui-types/src/base_types.rs
@@ -1,5 +1,5 @@
// Copyright (c) 2021, Facebook, Inc. and its affiliates
-// Copyright (c) 2022, Mysten Labs, Inc.
+// Copyright (c) Mysten Labs, Inc.
// SPDX-License-Identifier: Apache-2.0
use std::borrow::Borrow;
diff --git a/crates/sui-types/src/batch.rs b/crates/sui-types/src/batch.rs
index e5e09e6a54b66..bfcb976a8a205 100644
--- a/crates/sui-types/src/batch.rs
+++ b/crates/sui-types/src/batch.rs
@@ -1,4 +1,4 @@
-// Copyright (c) 2022, Mysten Labs, Inc.
+// Copyright (c) Mysten Labs, Inc.
// SPDX-License-Identifier: Apache-2.0
use crate::base_types::{AuthorityName, ExecutionDigests};
diff --git a/crates/sui-types/src/coin.rs b/crates/sui-types/src/coin.rs
index 24bd852463977..7569fa40d607e 100644
--- a/crates/sui-types/src/coin.rs
+++ b/crates/sui-types/src/coin.rs
@@ -1,4 +1,4 @@
-// Copyright (c) 2022, Mysten Labs, Inc.
+// Copyright (c) Mysten Labs, Inc.
// SPDX-License-Identifier: Apache-2.0
use move_core_types::{
diff --git a/crates/sui-types/src/committee.rs b/crates/sui-types/src/committee.rs
index e25ebcc8f79a4..b4ebadf351578 100644
--- a/crates/sui-types/src/committee.rs
+++ b/crates/sui-types/src/committee.rs
@@ -1,5 +1,5 @@
// Copyright (c) 2021, Facebook, Inc. and its affiliates
-// Copyright (c) 2022, Mysten Labs, Inc.
+// Copyright (c) Mysten Labs, Inc.
// SPDX-License-Identifier: Apache-2.0
use super::base_types::*;
diff --git a/crates/sui-types/src/crypto.rs b/crates/sui-types/src/crypto.rs
index 0e3766c48228b..e310742bce655 100644
--- a/crates/sui-types/src/crypto.rs
+++ b/crates/sui-types/src/crypto.rs
@@ -1,4 +1,4 @@
-// Copyright (c) 2022, Mysten Labs, Inc.
+// Copyright (c) Mysten Labs, Inc.
// SPDX-License-Identifier: Apache-2.0
use std::fmt::{Display, Formatter};
use std::hash::{Hash, Hasher};
diff --git a/crates/sui-types/src/error.rs b/crates/sui-types/src/error.rs
index d6006f3851cf7..71e4df3fbe588 100644
--- a/crates/sui-types/src/error.rs
+++ b/crates/sui-types/src/error.rs
@@ -1,5 +1,5 @@
// Copyright (c) 2021, Facebook, Inc. and its affiliates
-// Copyright (c) 2022, Mysten Labs, Inc.
+// Copyright (c) Mysten Labs, Inc.
// SPDX-License-Identifier: Apache-2.0
use crate::{base_types::*, committee::EpochId, messages::ExecutionFailureStatus};
diff --git a/crates/sui-types/src/event.rs b/crates/sui-types/src/event.rs
index bdb682e6cebaf..f265785f1e52c 100644
--- a/crates/sui-types/src/event.rs
+++ b/crates/sui-types/src/event.rs
@@ -1,4 +1,4 @@
-// Copyright (c) 2022, Mysten Labs, Inc.
+// Copyright (c) Mysten Labs, Inc.
// SPDX-License-Identifier: Apache-2.0
use std::str::FromStr;
diff --git a/crates/sui-types/src/filter.rs b/crates/sui-types/src/filter.rs
index d40a8aa32b94a..bd92c1f123a6e 100644
--- a/crates/sui-types/src/filter.rs
+++ b/crates/sui-types/src/filter.rs
@@ -1,4 +1,4 @@
-// Copyright (c) 2022, Mysten Labs, Inc.
+// Copyright (c) Mysten Labs, Inc.
// SPDX-License-Identifier: Apache-2.0
use move_core_types::identifier::Identifier;
diff --git a/crates/sui-types/src/gas.rs b/crates/sui-types/src/gas.rs
index 90770d263b535..6cb1a5ca7ac26 100644
--- a/crates/sui-types/src/gas.rs
+++ b/crates/sui-types/src/gas.rs
@@ -1,5 +1,5 @@
// Copyright (c) 2021, Facebook, Inc. and its affiliates
-// Copyright (c) 2022, Mysten Labs, Inc.
+// Copyright (c) Mysten Labs, Inc.
// SPDX-License-Identifier: Apache-2.0
use crate::{
diff --git a/crates/sui-types/src/gas_coin.rs b/crates/sui-types/src/gas_coin.rs
index 89382d61fce1e..2aa177f67384b 100644
--- a/crates/sui-types/src/gas_coin.rs
+++ b/crates/sui-types/src/gas_coin.rs
@@ -1,4 +1,4 @@
-// Copyright (c) 2022, Mysten Labs, Inc.
+// Copyright (c) Mysten Labs, Inc.
// SPDX-License-Identifier: Apache-2.0
use move_core_types::{
diff --git a/crates/sui-types/src/id.rs b/crates/sui-types/src/id.rs
index 596238791a54a..a8a633ceb1870 100644
--- a/crates/sui-types/src/id.rs
+++ b/crates/sui-types/src/id.rs
@@ -1,4 +1,4 @@
-// Copyright (c) 2022, Mysten Labs, Inc.
+// Copyright (c) Mysten Labs, Inc.
// SPDX-License-Identifier: Apache-2.0
use crate::{base_types::ObjectID, SUI_FRAMEWORK_ADDRESS};
diff --git a/crates/sui-types/src/lib.rs b/crates/sui-types/src/lib.rs
index 5e06524f54812..3095f31ac4e58 100644
--- a/crates/sui-types/src/lib.rs
+++ b/crates/sui-types/src/lib.rs
@@ -1,4 +1,4 @@
-// Copyright (c) 2022, Mysten Labs, Inc.
+// Copyright (c) Mysten Labs, Inc.
// SPDX-License-Identifier: Apache-2.0
#![warn(
future_incompatible,
diff --git a/crates/sui-types/src/message_envelope.rs b/crates/sui-types/src/message_envelope.rs
index 78c13a360f233..cb0a7ab303ff5 100644
--- a/crates/sui-types/src/message_envelope.rs
+++ b/crates/sui-types/src/message_envelope.rs
@@ -1,4 +1,4 @@
-// Copyright (c) 2022, Mysten Labs, Inc.
+// Copyright (c) Mysten Labs, Inc.
// SPDX-License-Identifier: Apache-2.0
use crate::base_types::AuthorityName;
diff --git a/crates/sui-types/src/messages.rs b/crates/sui-types/src/messages.rs
index cbd6bc0fd0381..4c2107465feba 100644
--- a/crates/sui-types/src/messages.rs
+++ b/crates/sui-types/src/messages.rs
@@ -1,5 +1,5 @@
// Copyright (c) 2021, Facebook, Inc. and its affiliates
-// Copyright (c) 2022, Mysten Labs, Inc.
+// Copyright (c) Mysten Labs, Inc.
// SPDX-License-Identifier: Apache-2.0
use super::{base_types::*, batch::*, committee::Committee, error::*, event::Event};
use crate::committee::{EpochId, StakeUnit};
diff --git a/crates/sui-types/src/messages_checkpoint.rs b/crates/sui-types/src/messages_checkpoint.rs
index 09ddb79c5f2e5..92e4d66310c48 100644
--- a/crates/sui-types/src/messages_checkpoint.rs
+++ b/crates/sui-types/src/messages_checkpoint.rs
@@ -1,4 +1,4 @@
-// Copyright (c) 2022, Mysten Labs, Inc.
+// Copyright (c) Mysten Labs, Inc.
// SPDX-License-Identifier: Apache-2.0
use std::collections::{BTreeMap, BTreeSet, HashSet};
diff --git a/crates/sui-types/src/move_package.rs b/crates/sui-types/src/move_package.rs
index a9a0475b499dd..4e0d88bf15334 100644
--- a/crates/sui-types/src/move_package.rs
+++ b/crates/sui-types/src/move_package.rs
@@ -1,4 +1,4 @@
-// Copyright (c) 2022, Mysten Labs, Inc.
+// Copyright (c) Mysten Labs, Inc.
// SPDX-License-Identifier: Apache-2.0
use crate::{
diff --git a/crates/sui-types/src/object.rs b/crates/sui-types/src/object.rs
index 73fd4c6150f48..9a11d99e87f96 100644
--- a/crates/sui-types/src/object.rs
+++ b/crates/sui-types/src/object.rs
@@ -1,4 +1,4 @@
-// Copyright (c) 2022, Mysten Labs, Inc.
+// Copyright (c) Mysten Labs, Inc.
// SPDX-License-Identifier: Apache-2.0
use std::convert::TryFrom;
diff --git a/crates/sui-types/src/signature_seed.rs b/crates/sui-types/src/signature_seed.rs
index 16d4b775e1426..eabe42cfe8a60 100644
--- a/crates/sui-types/src/signature_seed.rs
+++ b/crates/sui-types/src/signature_seed.rs
@@ -1,4 +1,4 @@
-// Copyright (c) 2022, Mysten Labs, Inc.
+// Copyright (c) Mysten Labs, Inc.
// SPDX-License-Identifier: Apache-2.0
//! A secret seed value, useful for deterministic private key and SuiAddress generation.
diff --git a/crates/sui-types/src/storage.rs b/crates/sui-types/src/storage.rs
index a98b63cb02818..de3cfb1202d06 100644
--- a/crates/sui-types/src/storage.rs
+++ b/crates/sui-types/src/storage.rs
@@ -1,4 +1,4 @@
-// Copyright (c) 2022, Mysten Labs, Inc.
+// Copyright (c) Mysten Labs, Inc.
// SPDX-License-Identifier: Apache-2.0
use crate::{
diff --git a/crates/sui-types/src/sui_serde.rs b/crates/sui-types/src/sui_serde.rs
index 1b882193a699b..562d6fb529a53 100644
--- a/crates/sui-types/src/sui_serde.rs
+++ b/crates/sui-types/src/sui_serde.rs
@@ -1,4 +1,4 @@
-// Copyright (c) 2022, Mysten Labs, Inc.
+// Copyright (c) Mysten Labs, Inc.
// SPDX-License-Identifier: Apache-2.0
use std::fmt::Debug;
diff --git a/crates/sui-types/src/sui_system_state.rs b/crates/sui-types/src/sui_system_state.rs
index b99acfa522ebd..a6ad8a07e4f12 100644
--- a/crates/sui-types/src/sui_system_state.rs
+++ b/crates/sui-types/src/sui_system_state.rs
@@ -1,4 +1,4 @@
-// Copyright (c) 2022, Mysten Labs, Inc.
+// Copyright (c) Mysten Labs, Inc.
// SPDX-License-Identifier: Apache-2.0
use fastcrypto::traits::ToFromBytes;
diff --git a/crates/sui-types/src/unit_tests/base_types_tests.rs b/crates/sui-types/src/unit_tests/base_types_tests.rs
index eea9cd037a03d..8dd405c35cb11 100644
--- a/crates/sui-types/src/unit_tests/base_types_tests.rs
+++ b/crates/sui-types/src/unit_tests/base_types_tests.rs
@@ -1,5 +1,5 @@
// Copyright (c) 2021, Facebook, Inc. and its affiliates
-// Copyright (c) 2022, Mysten Labs, Inc.
+// Copyright (c) Mysten Labs, Inc.
// SPDX-License-Identifier: Apache-2.0
#![allow(clippy::blacklisted_name)]
diff --git a/crates/sui-types/src/unit_tests/event_filter_tests.rs b/crates/sui-types/src/unit_tests/event_filter_tests.rs
index 99df2cdac4930..41790b445fe62 100644
--- a/crates/sui-types/src/unit_tests/event_filter_tests.rs
+++ b/crates/sui-types/src/unit_tests/event_filter_tests.rs
@@ -1,4 +1,4 @@
-// Copyright (c) 2022, Mysten Labs, Inc.
+// Copyright (c) Mysten Labs, Inc.
// SPDX-License-Identifier: Apache-2.0
use std::collections::BTreeMap;
diff --git a/crates/sui-types/src/unit_tests/messages_tests.rs b/crates/sui-types/src/unit_tests/messages_tests.rs
index 1ea14aade64e6..ebcda3b7f8eb0 100644
--- a/crates/sui-types/src/unit_tests/messages_tests.rs
+++ b/crates/sui-types/src/unit_tests/messages_tests.rs
@@ -1,5 +1,5 @@
// Copyright (c) 2021, Facebook, Inc. and its affiliates
-// Copyright (c) 2022, Mysten Labs, Inc.
+// Copyright (c) Mysten Labs, Inc.
// SPDX-License-Identifier: Apache-2.0
use std::collections::hash_map::DefaultHasher;
diff --git a/crates/sui-types/src/unit_tests/signature_seed_tests.rs b/crates/sui-types/src/unit_tests/signature_seed_tests.rs
index bb7361d254411..13cedf17429c2 100644
--- a/crates/sui-types/src/unit_tests/signature_seed_tests.rs
+++ b/crates/sui-types/src/unit_tests/signature_seed_tests.rs
@@ -1,4 +1,4 @@
-// Copyright (c) 2022, Mysten Labs, Inc.
+// Copyright (c) Mysten Labs, Inc.
// SPDX-License-Identifier: Apache-2.0
use fastcrypto::secp256k1::Secp256k1KeyPair;
diff --git a/crates/sui-types/src/unit_tests/utils.rs b/crates/sui-types/src/unit_tests/utils.rs
index 309aac6ca8119..01ef958d0b334 100644
--- a/crates/sui-types/src/unit_tests/utils.rs
+++ b/crates/sui-types/src/unit_tests/utils.rs
@@ -1,4 +1,4 @@
-// Copyright (c) 2022, Mysten Labs, Inc.
+// Copyright (c) Mysten Labs, Inc.
// SPDX-License-Identifier: Apache-2.0
use fastcrypto::traits::KeyPair as KeypairTraits;
diff --git a/crates/sui-types/src/unit_tests/waypoint_tests.rs b/crates/sui-types/src/unit_tests/waypoint_tests.rs
index d78d9607dc29d..095080b838148 100644
--- a/crates/sui-types/src/unit_tests/waypoint_tests.rs
+++ b/crates/sui-types/src/unit_tests/waypoint_tests.rs
@@ -1,4 +1,4 @@
-// Copyright (c) 2022, Mysten Labs, Inc.
+// Copyright (c) Mysten Labs, Inc.
// SPDX-License-Identifier: Apache-2.0
use super::*;
diff --git a/crates/sui-types/src/waypoint.rs b/crates/sui-types/src/waypoint.rs
index 24f990e687341..345600372c0da 100644
--- a/crates/sui-types/src/waypoint.rs
+++ b/crates/sui-types/src/waypoint.rs
@@ -1,4 +1,4 @@
-// Copyright (c) 2022, Mysten Labs, Inc.
+// Copyright (c) Mysten Labs, Inc.
// SPDX-License-Identifier: Apache-2.0
use serde::{Deserialize, Serialize};
diff --git a/crates/sui-verifier-transactional-tests/src/lib.rs b/crates/sui-verifier-transactional-tests/src/lib.rs
index 771dd46ce4af8..07fe81c224d7d 100644
--- a/crates/sui-verifier-transactional-tests/src/lib.rs
+++ b/crates/sui-verifier-transactional-tests/src/lib.rs
@@ -1,4 +1,4 @@
-// Copyright (c) 2022, Mysten Labs, Inc.
+// Copyright (c) Mysten Labs, Inc.
// SPDX-License-Identifier: Apache-2.0
#![forbid(unsafe_code)]
diff --git a/crates/sui-verifier-transactional-tests/tests/entry_points/generic_and_generic_object_params.mvir b/crates/sui-verifier-transactional-tests/tests/entry_points/generic_and_generic_object_params.mvir
index 42cb08d9253a2..c99a6a937c66e 100644
--- a/crates/sui-verifier-transactional-tests/tests/entry_points/generic_and_generic_object_params.mvir
+++ b/crates/sui-verifier-transactional-tests/tests/entry_points/generic_and_generic_object_params.mvir
@@ -1,4 +1,4 @@
-// Copyright (c) 2022, Mysten Labs, Inc.
+// Copyright (c) Mysten Labs, Inc.
// SPDX-License-Identifier: Apache-2.0
//# publish
diff --git a/crates/sui-verifier-transactional-tests/tests/entry_points/generic_obj_mut_ref_vector.mvir b/crates/sui-verifier-transactional-tests/tests/entry_points/generic_obj_mut_ref_vector.mvir
index 856a9c07ebf63..6d27f529e91cc 100644
--- a/crates/sui-verifier-transactional-tests/tests/entry_points/generic_obj_mut_ref_vector.mvir
+++ b/crates/sui-verifier-transactional-tests/tests/entry_points/generic_obj_mut_ref_vector.mvir
@@ -1,4 +1,4 @@
-// Copyright (c) 2022, Mysten Labs, Inc.
+// Copyright (c) Mysten Labs, Inc.
// SPDX-License-Identifier: Apache-2.0
// invalid, a mutable reference to vector of objects
diff --git a/crates/sui-verifier-transactional-tests/tests/entry_points/generic_obj_ref_vector.mvir b/crates/sui-verifier-transactional-tests/tests/entry_points/generic_obj_ref_vector.mvir
index b4a31cbf752cf..487034ece09a9 100644
--- a/crates/sui-verifier-transactional-tests/tests/entry_points/generic_obj_ref_vector.mvir
+++ b/crates/sui-verifier-transactional-tests/tests/entry_points/generic_obj_ref_vector.mvir
@@ -1,4 +1,4 @@
-// Copyright (c) 2022, Mysten Labs, Inc.
+// Copyright (c) Mysten Labs, Inc.
// SPDX-License-Identifier: Apache-2.0
// invalid, a mutable reference to vector of objects
diff --git a/crates/sui-verifier-transactional-tests/tests/entry_points/generic_param_after_primitive.mvir b/crates/sui-verifier-transactional-tests/tests/entry_points/generic_param_after_primitive.mvir
index c21d8cd114713..5554d36c71053 100644
--- a/crates/sui-verifier-transactional-tests/tests/entry_points/generic_param_after_primitive.mvir
+++ b/crates/sui-verifier-transactional-tests/tests/entry_points/generic_param_after_primitive.mvir
@@ -1,4 +1,4 @@
-// Copyright (c) 2022, Mysten Labs, Inc.
+// Copyright (c) Mysten Labs, Inc.
// SPDX-License-Identifier: Apache-2.0
//# publish
diff --git a/crates/sui-verifier-transactional-tests/tests/entry_points/generic_with_key_invalid.mvir b/crates/sui-verifier-transactional-tests/tests/entry_points/generic_with_key_invalid.mvir
index 33182b233f2ce..928470883ba1e 100644
--- a/crates/sui-verifier-transactional-tests/tests/entry_points/generic_with_key_invalid.mvir
+++ b/crates/sui-verifier-transactional-tests/tests/entry_points/generic_with_key_invalid.mvir
@@ -1,4 +1,4 @@
-// Copyright (c) 2022, Mysten Labs, Inc.
+// Copyright (c) Mysten Labs, Inc.
// SPDX-License-Identifier: Apache-2.0
// invalid, type parameters with key are not valid when nested as no primitive has key
diff --git a/crates/sui-verifier-transactional-tests/tests/entry_points/generic_with_key_valid.mvir b/crates/sui-verifier-transactional-tests/tests/entry_points/generic_with_key_valid.mvir
index a08c8363e882e..e19c9b84c3c5c 100644
--- a/crates/sui-verifier-transactional-tests/tests/entry_points/generic_with_key_valid.mvir
+++ b/crates/sui-verifier-transactional-tests/tests/entry_points/generic_with_key_valid.mvir
@@ -1,4 +1,4 @@
-// Copyright (c) 2022, Mysten Labs, Inc.
+// Copyright (c) Mysten Labs, Inc.
// SPDX-License-Identifier: Apache-2.0
// valid, type parameters with key are valid as long as they are not nested
diff --git a/crates/sui-verifier-transactional-tests/tests/entry_points/id.mvir b/crates/sui-verifier-transactional-tests/tests/entry_points/id.mvir
index 59d8b840d404a..93ad556c859d1 100644
--- a/crates/sui-verifier-transactional-tests/tests/entry_points/id.mvir
+++ b/crates/sui-verifier-transactional-tests/tests/entry_points/id.mvir
@@ -1,4 +1,4 @@
-// Copyright (c) 2022, Mysten Labs, Inc.
+// Copyright (c) Mysten Labs, Inc.
// SPDX-License-Identifier: Apache-2.0
// valid, ID is allowed
diff --git a/crates/sui-verifier-transactional-tests/tests/entry_points/nested_generic_vector_param.mvir b/crates/sui-verifier-transactional-tests/tests/entry_points/nested_generic_vector_param.mvir
index e3e80f9935508..2b5c519e801c8 100644
--- a/crates/sui-verifier-transactional-tests/tests/entry_points/nested_generic_vector_param.mvir
+++ b/crates/sui-verifier-transactional-tests/tests/entry_points/nested_generic_vector_param.mvir
@@ -1,4 +1,4 @@
-// Copyright (c) 2022, Mysten Labs, Inc.
+// Copyright (c) Mysten Labs, Inc.
// SPDX-License-Identifier: Apache-2.0
//# publish
diff --git a/crates/sui-verifier-transactional-tests/tests/entry_points/nested_key_generic_vector_param.mvir b/crates/sui-verifier-transactional-tests/tests/entry_points/nested_key_generic_vector_param.mvir
index 0509fc5c41d26..32bd8db635463 100644
--- a/crates/sui-verifier-transactional-tests/tests/entry_points/nested_key_generic_vector_param.mvir
+++ b/crates/sui-verifier-transactional-tests/tests/entry_points/nested_key_generic_vector_param.mvir
@@ -1,4 +1,4 @@
-// Copyright (c) 2022, Mysten Labs, Inc.
+// Copyright (c) Mysten Labs, Inc.
// SPDX-License-Identifier: Apache-2.0
//# publish
diff --git a/crates/sui-verifier-transactional-tests/tests/entry_points/non_key_struct.mvir b/crates/sui-verifier-transactional-tests/tests/entry_points/non_key_struct.mvir
index 09420d86f8dbb..a5ab60c831091 100644
--- a/crates/sui-verifier-transactional-tests/tests/entry_points/non_key_struct.mvir
+++ b/crates/sui-verifier-transactional-tests/tests/entry_points/non_key_struct.mvir
@@ -1,4 +1,4 @@
-// Copyright (c) 2022, Mysten Labs, Inc.
+// Copyright (c) Mysten Labs, Inc.
// SPDX-License-Identifier: Apache-2.0
// invalid, non key structs are not supported
diff --git a/crates/sui-verifier-transactional-tests/tests/entry_points/non_key_struct_generic.mvir b/crates/sui-verifier-transactional-tests/tests/entry_points/non_key_struct_generic.mvir
index b99234903d739..ad0e12ed4062b 100644
--- a/crates/sui-verifier-transactional-tests/tests/entry_points/non_key_struct_generic.mvir
+++ b/crates/sui-verifier-transactional-tests/tests/entry_points/non_key_struct_generic.mvir
@@ -1,4 +1,4 @@
-// Copyright (c) 2022, Mysten Labs, Inc.
+// Copyright (c) Mysten Labs, Inc.
// SPDX-License-Identifier: Apache-2.0
// invalid as NoStore doesn't have store, so Obj doesn't have key
diff --git a/crates/sui-verifier-transactional-tests/tests/entry_points/non_key_struct_generic_valid.mvir b/crates/sui-verifier-transactional-tests/tests/entry_points/non_key_struct_generic_valid.mvir
index 9412104a76e11..bd760de8c1880 100644
--- a/crates/sui-verifier-transactional-tests/tests/entry_points/non_key_struct_generic_valid.mvir
+++ b/crates/sui-verifier-transactional-tests/tests/entry_points/non_key_struct_generic_valid.mvir
@@ -1,4 +1,4 @@
-// Copyright (c) 2022, Mysten Labs, Inc.
+// Copyright (c) Mysten Labs, Inc.
// SPDX-License-Identifier: Apache-2.0
// valid, T has store, thus Obj has key
diff --git a/crates/sui-verifier-transactional-tests/tests/entry_points/non_key_struct_vector.mvir b/crates/sui-verifier-transactional-tests/tests/entry_points/non_key_struct_vector.mvir
index 5825c460ce4e5..dbdca0c9b58c5 100644
--- a/crates/sui-verifier-transactional-tests/tests/entry_points/non_key_struct_vector.mvir
+++ b/crates/sui-verifier-transactional-tests/tests/entry_points/non_key_struct_vector.mvir
@@ -1,4 +1,4 @@
-// Copyright (c) 2022, Mysten Labs, Inc.
+// Copyright (c) Mysten Labs, Inc.
// SPDX-License-Identifier: Apache-2.0
// invalid, non key structs are not supported, even in vectors
diff --git a/crates/sui-verifier-transactional-tests/tests/entry_points/obj_mut_ref_vector.mvir b/crates/sui-verifier-transactional-tests/tests/entry_points/obj_mut_ref_vector.mvir
index 0dd49847a3cad..d57f4699aaca7 100644
--- a/crates/sui-verifier-transactional-tests/tests/entry_points/obj_mut_ref_vector.mvir
+++ b/crates/sui-verifier-transactional-tests/tests/entry_points/obj_mut_ref_vector.mvir
@@ -1,4 +1,4 @@
-// Copyright (c) 2022, Mysten Labs, Inc.
+// Copyright (c) Mysten Labs, Inc.
// SPDX-License-Identifier: Apache-2.0
// invalid, a mutable reference to vector of objects
diff --git a/crates/sui-verifier-transactional-tests/tests/entry_points/obj_ref_vector.mvir b/crates/sui-verifier-transactional-tests/tests/entry_points/obj_ref_vector.mvir
index 1f9b1bfb4acdd..c158b9c71ce1c 100644
--- a/crates/sui-verifier-transactional-tests/tests/entry_points/obj_ref_vector.mvir
+++ b/crates/sui-verifier-transactional-tests/tests/entry_points/obj_ref_vector.mvir
@@ -1,4 +1,4 @@
-// Copyright (c) 2022, Mysten Labs, Inc.
+// Copyright (c) Mysten Labs, Inc.
// SPDX-License-Identifier: Apache-2.0
// invalid, a reference to vector of objects
diff --git a/crates/sui-verifier-transactional-tests/tests/entry_points/option.mvir b/crates/sui-verifier-transactional-tests/tests/entry_points/option.mvir
index c78f41f1b63c0..9f8a96ff86ed4 100644
--- a/crates/sui-verifier-transactional-tests/tests/entry_points/option.mvir
+++ b/crates/sui-verifier-transactional-tests/tests/entry_points/option.mvir
@@ -1,4 +1,4 @@
-// Copyright (c) 2022, Mysten Labs, Inc.
+// Copyright (c) Mysten Labs, Inc.
// SPDX-License-Identifier: Apache-2.0
// valid, option of primitives is allowed
diff --git a/crates/sui-verifier-transactional-tests/tests/entry_points/optional_txn_context.mvir b/crates/sui-verifier-transactional-tests/tests/entry_points/optional_txn_context.mvir
index 7e81acdec78a9..10094568e7bbf 100644
--- a/crates/sui-verifier-transactional-tests/tests/entry_points/optional_txn_context.mvir
+++ b/crates/sui-verifier-transactional-tests/tests/entry_points/optional_txn_context.mvir
@@ -1,4 +1,4 @@
-// Copyright (c) 2022, Mysten Labs, Inc.
+// Copyright (c) Mysten Labs, Inc.
// SPDX-License-Identifier: Apache-2.0
//# publish
diff --git a/crates/sui-verifier-transactional-tests/tests/entry_points/return_values.mvir b/crates/sui-verifier-transactional-tests/tests/entry_points/return_values.mvir
index 3bff6d7e2b458..190df4dafb5de 100644
--- a/crates/sui-verifier-transactional-tests/tests/entry_points/return_values.mvir
+++ b/crates/sui-verifier-transactional-tests/tests/entry_points/return_values.mvir
@@ -1,4 +1,4 @@
-// Copyright (c) 2022, Mysten Labs, Inc.
+// Copyright (c) Mysten Labs, Inc.
// SPDX-License-Identifier: Apache-2.0
//# publish
diff --git a/crates/sui-verifier-transactional-tests/tests/entry_points/single_generic_vector_param.mvir b/crates/sui-verifier-transactional-tests/tests/entry_points/single_generic_vector_param.mvir
index a9d593be77d86..b7ef26033b873 100644
--- a/crates/sui-verifier-transactional-tests/tests/entry_points/single_generic_vector_param.mvir
+++ b/crates/sui-verifier-transactional-tests/tests/entry_points/single_generic_vector_param.mvir
@@ -1,4 +1,4 @@
-// Copyright (c) 2022, Mysten Labs, Inc.
+// Copyright (c) Mysten Labs, Inc.
// SPDX-License-Identifier: Apache-2.0
//# publish
diff --git a/crates/sui-verifier-transactional-tests/tests/entry_points/single_type_param.mvir b/crates/sui-verifier-transactional-tests/tests/entry_points/single_type_param.mvir
index 9d0ef63123368..620e4b3b3c370 100644
--- a/crates/sui-verifier-transactional-tests/tests/entry_points/single_type_param.mvir
+++ b/crates/sui-verifier-transactional-tests/tests/entry_points/single_type_param.mvir
@@ -1,4 +1,4 @@
-// Copyright (c) 2022, Mysten Labs, Inc.
+// Copyright (c) Mysten Labs, Inc.
// SPDX-License-Identifier: Apache-2.0
//# publish
diff --git a/crates/sui-verifier-transactional-tests/tests/entry_points/single_type_param_generic_object.mvir b/crates/sui-verifier-transactional-tests/tests/entry_points/single_type_param_generic_object.mvir
index ba377bd7a9e07..e01fd32081022 100644
--- a/crates/sui-verifier-transactional-tests/tests/entry_points/single_type_param_generic_object.mvir
+++ b/crates/sui-verifier-transactional-tests/tests/entry_points/single_type_param_generic_object.mvir
@@ -1,4 +1,4 @@
-// Copyright (c) 2022, Mysten Labs, Inc.
+// Copyright (c) Mysten Labs, Inc.
// SPDX-License-Identifier: Apache-2.0
//# publish
diff --git a/crates/sui-verifier-transactional-tests/tests/entry_points/single_type_param_key.mvir b/crates/sui-verifier-transactional-tests/tests/entry_points/single_type_param_key.mvir
index 363773261f323..7063b40b6ca10 100644
--- a/crates/sui-verifier-transactional-tests/tests/entry_points/single_type_param_key.mvir
+++ b/crates/sui-verifier-transactional-tests/tests/entry_points/single_type_param_key.mvir
@@ -1,4 +1,4 @@
-// Copyright (c) 2022, Mysten Labs, Inc.
+// Copyright (c) Mysten Labs, Inc.
// SPDX-License-Identifier: Apache-2.0
//# publish
diff --git a/crates/sui-verifier-transactional-tests/tests/entry_points/string.mvir b/crates/sui-verifier-transactional-tests/tests/entry_points/string.mvir
index cdcdc535bdb75..b03db8db567d0 100644
--- a/crates/sui-verifier-transactional-tests/tests/entry_points/string.mvir
+++ b/crates/sui-verifier-transactional-tests/tests/entry_points/string.mvir
@@ -1,4 +1,4 @@
-// Copyright (c) 2022, Mysten Labs, Inc.
+// Copyright (c) Mysten Labs, Inc.
// SPDX-License-Identifier: Apache-2.0
// valid, ASCII and UTF strings is allowed
diff --git a/crates/sui-verifier-transactional-tests/tests/global_storage_access/all.mvir b/crates/sui-verifier-transactional-tests/tests/global_storage_access/all.mvir
index fedc827b1c1ff..cba96272f6e3b 100644
--- a/crates/sui-verifier-transactional-tests/tests/global_storage_access/all.mvir
+++ b/crates/sui-verifier-transactional-tests/tests/global_storage_access/all.mvir
@@ -1,4 +1,4 @@
-// Copyright (c) 2022, Mysten Labs, Inc.
+// Copyright (c) Mysten Labs, Inc.
// SPDX-License-Identifier: Apache-2.0
//# publish
diff --git a/crates/sui-verifier-transactional-tests/tests/global_storage_access/borrow_global.mvir b/crates/sui-verifier-transactional-tests/tests/global_storage_access/borrow_global.mvir
index 906544f923e01..e1b0422b449e5 100644
--- a/crates/sui-verifier-transactional-tests/tests/global_storage_access/borrow_global.mvir
+++ b/crates/sui-verifier-transactional-tests/tests/global_storage_access/borrow_global.mvir
@@ -1,4 +1,4 @@
-// Copyright (c) 2022, Mysten Labs, Inc.
+// Copyright (c) Mysten Labs, Inc.
// SPDX-License-Identifier: Apache-2.0
//# publish
diff --git a/crates/sui-verifier-transactional-tests/tests/global_storage_access/borrow_global_mut.mvir b/crates/sui-verifier-transactional-tests/tests/global_storage_access/borrow_global_mut.mvir
index a7ab25de7ca1c..39257cd24a344 100644
--- a/crates/sui-verifier-transactional-tests/tests/global_storage_access/borrow_global_mut.mvir
+++ b/crates/sui-verifier-transactional-tests/tests/global_storage_access/borrow_global_mut.mvir
@@ -1,4 +1,4 @@
-// Copyright (c) 2022, Mysten Labs, Inc.
+// Copyright (c) Mysten Labs, Inc.
// SPDX-License-Identifier: Apache-2.0
//# publish
diff --git a/crates/sui-verifier-transactional-tests/tests/global_storage_access/exists.mvir b/crates/sui-verifier-transactional-tests/tests/global_storage_access/exists.mvir
index 521c155aa7f2d..df39d87de50b1 100644
--- a/crates/sui-verifier-transactional-tests/tests/global_storage_access/exists.mvir
+++ b/crates/sui-verifier-transactional-tests/tests/global_storage_access/exists.mvir
@@ -1,4 +1,4 @@
-// Copyright (c) 2022, Mysten Labs, Inc.
+// Copyright (c) Mysten Labs, Inc.
// SPDX-License-Identifier: Apache-2.0
//# publish
diff --git a/crates/sui-verifier-transactional-tests/tests/global_storage_access/move_from.mvir b/crates/sui-verifier-transactional-tests/tests/global_storage_access/move_from.mvir
index eb02fb43b6611..c0fb6274a3032 100644
--- a/crates/sui-verifier-transactional-tests/tests/global_storage_access/move_from.mvir
+++ b/crates/sui-verifier-transactional-tests/tests/global_storage_access/move_from.mvir
@@ -1,4 +1,4 @@
-// Copyright (c) 2022, Mysten Labs, Inc.
+// Copyright (c) Mysten Labs, Inc.
// SPDX-License-Identifier: Apache-2.0
//# publish
diff --git a/crates/sui-verifier-transactional-tests/tests/global_storage_access/move_to.mvir b/crates/sui-verifier-transactional-tests/tests/global_storage_access/move_to.mvir
index 2d294423015f5..619d07924e439 100644
--- a/crates/sui-verifier-transactional-tests/tests/global_storage_access/move_to.mvir
+++ b/crates/sui-verifier-transactional-tests/tests/global_storage_access/move_to.mvir
@@ -1,4 +1,4 @@
-// Copyright (c) 2022, Mysten Labs, Inc.
+// Copyright (c) Mysten Labs, Inc.
// SPDX-License-Identifier: Apache-2.0
//# publish
diff --git a/crates/sui-verifier-transactional-tests/tests/id_immutable/mut_borrow_generic_key_struct_id_field.mvir b/crates/sui-verifier-transactional-tests/tests/id_immutable/mut_borrow_generic_key_struct_id_field.mvir
index 1ed70c9088bea..c86e57e15bc33 100644
--- a/crates/sui-verifier-transactional-tests/tests/id_immutable/mut_borrow_generic_key_struct_id_field.mvir
+++ b/crates/sui-verifier-transactional-tests/tests/id_immutable/mut_borrow_generic_key_struct_id_field.mvir
@@ -1,4 +1,4 @@
-// Copyright (c) 2022, Mysten Labs, Inc.
+// Copyright (c) Mysten Labs, Inc.
// SPDX-License-Identifier: Apache-2.0
//# publish
diff --git a/crates/sui-verifier-transactional-tests/tests/id_immutable/mut_borrow_key_struct_id_field.mvir b/crates/sui-verifier-transactional-tests/tests/id_immutable/mut_borrow_key_struct_id_field.mvir
index e5641c93d5ad6..833da499c633b 100644
--- a/crates/sui-verifier-transactional-tests/tests/id_immutable/mut_borrow_key_struct_id_field.mvir
+++ b/crates/sui-verifier-transactional-tests/tests/id_immutable/mut_borrow_key_struct_id_field.mvir
@@ -1,4 +1,4 @@
-// Copyright (c) 2022, Mysten Labs, Inc.
+// Copyright (c) Mysten Labs, Inc.
// SPDX-License-Identifier: Apache-2.0
//# publish
diff --git a/crates/sui-verifier-transactional-tests/tests/id_immutable/mut_borrow_key_struct_non_id_field.mvir b/crates/sui-verifier-transactional-tests/tests/id_immutable/mut_borrow_key_struct_non_id_field.mvir
index 395eb3d481589..b267928232987 100644
--- a/crates/sui-verifier-transactional-tests/tests/id_immutable/mut_borrow_key_struct_non_id_field.mvir
+++ b/crates/sui-verifier-transactional-tests/tests/id_immutable/mut_borrow_key_struct_non_id_field.mvir
@@ -1,4 +1,4 @@
-// Copyright (c) 2022, Mysten Labs, Inc.
+// Copyright (c) Mysten Labs, Inc.
// SPDX-License-Identifier: Apache-2.0
//# publish
diff --git a/crates/sui-verifier-transactional-tests/tests/id_immutable/mut_borrow_non_key_struct_id_field.mvir b/crates/sui-verifier-transactional-tests/tests/id_immutable/mut_borrow_non_key_struct_id_field.mvir
index faddce25b7c08..ed09b58ecfdf4 100644
--- a/crates/sui-verifier-transactional-tests/tests/id_immutable/mut_borrow_non_key_struct_id_field.mvir
+++ b/crates/sui-verifier-transactional-tests/tests/id_immutable/mut_borrow_non_key_struct_id_field.mvir
@@ -1,4 +1,4 @@
-// Copyright (c) 2022, Mysten Labs, Inc.
+// Copyright (c) Mysten Labs, Inc.
// SPDX-License-Identifier: Apache-2.0
//# publish
diff --git a/crates/sui-verifier-transactional-tests/tests/id_immutable/write_id_field.mvir b/crates/sui-verifier-transactional-tests/tests/id_immutable/write_id_field.mvir
index e0b12d983baca..0441b97c89aad 100644
--- a/crates/sui-verifier-transactional-tests/tests/id_immutable/write_id_field.mvir
+++ b/crates/sui-verifier-transactional-tests/tests/id_immutable/write_id_field.mvir
@@ -1,4 +1,4 @@
-// Copyright (c) 2022, Mysten Labs, Inc.
+// Copyright (c) Mysten Labs, Inc.
// SPDX-License-Identifier: Apache-2.0
//# publish
diff --git a/crates/sui-verifier-transactional-tests/tests/id_leak/direct_leak_through_call.mvir b/crates/sui-verifier-transactional-tests/tests/id_leak/direct_leak_through_call.mvir
index b30a5bac9d52f..b389015546845 100644
--- a/crates/sui-verifier-transactional-tests/tests/id_leak/direct_leak_through_call.mvir
+++ b/crates/sui-verifier-transactional-tests/tests/id_leak/direct_leak_through_call.mvir
@@ -1,4 +1,4 @@
-// Copyright (c) 2022, Mysten Labs, Inc.
+// Copyright (c) Mysten Labs, Inc.
// SPDX-License-Identifier: Apache-2.0
//# publish
diff --git a/crates/sui-verifier-transactional-tests/tests/id_leak/indirect_leak_through_call.mvir b/crates/sui-verifier-transactional-tests/tests/id_leak/indirect_leak_through_call.mvir
index cf709bf3d6136..418b462a0da8a 100644
--- a/crates/sui-verifier-transactional-tests/tests/id_leak/indirect_leak_through_call.mvir
+++ b/crates/sui-verifier-transactional-tests/tests/id_leak/indirect_leak_through_call.mvir
@@ -1,4 +1,4 @@
-// Copyright (c) 2022, Mysten Labs, Inc.
+// Copyright (c) Mysten Labs, Inc.
// SPDX-License-Identifier: Apache-2.0
//# publish
diff --git a/crates/sui-verifier-transactional-tests/tests/id_leak/through_direct_return.mvir b/crates/sui-verifier-transactional-tests/tests/id_leak/through_direct_return.mvir
index a079916af5277..e30ec168796d1 100644
--- a/crates/sui-verifier-transactional-tests/tests/id_leak/through_direct_return.mvir
+++ b/crates/sui-verifier-transactional-tests/tests/id_leak/through_direct_return.mvir
@@ -1,4 +1,4 @@
-// Copyright (c) 2022, Mysten Labs, Inc.
+// Copyright (c) Mysten Labs, Inc.
// SPDX-License-Identifier: Apache-2.0
//# publish
diff --git a/crates/sui-verifier-transactional-tests/tests/id_leak/through_indirect_return.mvir b/crates/sui-verifier-transactional-tests/tests/id_leak/through_indirect_return.mvir
index 4b9a3422c5bc3..dc337df17628b 100644
--- a/crates/sui-verifier-transactional-tests/tests/id_leak/through_indirect_return.mvir
+++ b/crates/sui-verifier-transactional-tests/tests/id_leak/through_indirect_return.mvir
@@ -1,4 +1,4 @@
-// Copyright (c) 2022, Mysten Labs, Inc.
+// Copyright (c) Mysten Labs, Inc.
// SPDX-License-Identifier: Apache-2.0
//# publish
diff --git a/crates/sui-verifier-transactional-tests/tests/id_leak/through_reference.mvir b/crates/sui-verifier-transactional-tests/tests/id_leak/through_reference.mvir
index bdb026b1f7f17..a940ec0c79979 100644
--- a/crates/sui-verifier-transactional-tests/tests/id_leak/through_reference.mvir
+++ b/crates/sui-verifier-transactional-tests/tests/id_leak/through_reference.mvir
@@ -1,4 +1,4 @@
-// Copyright (c) 2022, Mysten Labs, Inc.
+// Copyright (c) Mysten Labs, Inc.
// SPDX-License-Identifier: Apache-2.0
//# publish
diff --git a/crates/sui-verifier-transactional-tests/tests/id_leak/through_vector.mvir b/crates/sui-verifier-transactional-tests/tests/id_leak/through_vector.mvir
index 1bd3b355419f3..62af7b9018e5e 100644
--- a/crates/sui-verifier-transactional-tests/tests/id_leak/through_vector.mvir
+++ b/crates/sui-verifier-transactional-tests/tests/id_leak/through_vector.mvir
@@ -1,4 +1,4 @@
-// Copyright (c) 2022, Mysten Labs, Inc.
+// Copyright (c) Mysten Labs, Inc.
// SPDX-License-Identifier: Apache-2.0
//# publish
diff --git a/crates/sui-verifier-transactional-tests/tests/init/cannot_call_init.mvir b/crates/sui-verifier-transactional-tests/tests/init/cannot_call_init.mvir
index 7aed8846c9469..3299538c9690f 100644
--- a/crates/sui-verifier-transactional-tests/tests/init/cannot_call_init.mvir
+++ b/crates/sui-verifier-transactional-tests/tests/init/cannot_call_init.mvir
@@ -1,4 +1,4 @@
-// Copyright (c) 2022, Mysten Labs, Inc.
+// Copyright (c) Mysten Labs, Inc.
// SPDX-License-Identifier: Apache-2.0
//# publish
diff --git a/crates/sui-verifier-transactional-tests/tests/init/must_have_txn_context.mvir b/crates/sui-verifier-transactional-tests/tests/init/must_have_txn_context.mvir
index 5a4ff5db33f71..0f204b13c5350 100644
--- a/crates/sui-verifier-transactional-tests/tests/init/must_have_txn_context.mvir
+++ b/crates/sui-verifier-transactional-tests/tests/init/must_have_txn_context.mvir
@@ -1,4 +1,4 @@
-// Copyright (c) 2022, Mysten Labs, Inc.
+// Copyright (c) Mysten Labs, Inc.
// SPDX-License-Identifier: Apache-2.0
//# publish
diff --git a/crates/sui-verifier-transactional-tests/tests/init/not_generic.mvir b/crates/sui-verifier-transactional-tests/tests/init/not_generic.mvir
index 01a777a99ee08..749d13447271e 100644
--- a/crates/sui-verifier-transactional-tests/tests/init/not_generic.mvir
+++ b/crates/sui-verifier-transactional-tests/tests/init/not_generic.mvir
@@ -1,4 +1,4 @@
-// Copyright (c) 2022, Mysten Labs, Inc.
+// Copyright (c) Mysten Labs, Inc.
// SPDX-License-Identifier: Apache-2.0
//# publish
diff --git a/crates/sui-verifier-transactional-tests/tests/init/not_private.mvir b/crates/sui-verifier-transactional-tests/tests/init/not_private.mvir
index 487c64fabc788..50a86e61d1642 100644
--- a/crates/sui-verifier-transactional-tests/tests/init/not_private.mvir
+++ b/crates/sui-verifier-transactional-tests/tests/init/not_private.mvir
@@ -1,4 +1,4 @@
-// Copyright (c) 2022, Mysten Labs, Inc.
+// Copyright (c) Mysten Labs, Inc.
// SPDX-License-Identifier: Apache-2.0
//# publish
diff --git a/crates/sui-verifier-transactional-tests/tests/init/not_txn_context.mvir b/crates/sui-verifier-transactional-tests/tests/init/not_txn_context.mvir
index 334a1b91aa9f7..dd81ae1d8ea2f 100644
--- a/crates/sui-verifier-transactional-tests/tests/init/not_txn_context.mvir
+++ b/crates/sui-verifier-transactional-tests/tests/init/not_txn_context.mvir
@@ -1,4 +1,4 @@
-// Copyright (c) 2022, Mysten Labs, Inc.
+// Copyright (c) Mysten Labs, Inc.
// SPDX-License-Identifier: Apache-2.0
//# publish
diff --git a/crates/sui-verifier-transactional-tests/tests/init/return_values.mvir b/crates/sui-verifier-transactional-tests/tests/init/return_values.mvir
index 53321d75cde68..5690b7f8aab5e 100644
--- a/crates/sui-verifier-transactional-tests/tests/init/return_values.mvir
+++ b/crates/sui-verifier-transactional-tests/tests/init/return_values.mvir
@@ -1,4 +1,4 @@
-// Copyright (c) 2022, Mysten Labs, Inc.
+// Copyright (c) Mysten Labs, Inc.
// SPDX-License-Identifier: Apache-2.0
//# publish
diff --git a/crates/sui-verifier-transactional-tests/tests/one_time_witness/bool_field.move b/crates/sui-verifier-transactional-tests/tests/one_time_witness/bool_field.move
index d289fbabeffcc..0b63ffef987a1 100644
--- a/crates/sui-verifier-transactional-tests/tests/one_time_witness/bool_field.move
+++ b/crates/sui-verifier-transactional-tests/tests/one_time_witness/bool_field.move
@@ -1,4 +1,4 @@
-// Copyright (c) 2022, Mysten Labs, Inc.
+// Copyright (c) Mysten Labs, Inc.
// SPDX-License-Identifier: Apache-2.0
// correct, bool field specified at source level
diff --git a/crates/sui-verifier-transactional-tests/tests/one_time_witness/instantiate.move b/crates/sui-verifier-transactional-tests/tests/one_time_witness/instantiate.move
index 2cda07b3d78ef..eb769e888a8a4 100644
--- a/crates/sui-verifier-transactional-tests/tests/one_time_witness/instantiate.move
+++ b/crates/sui-verifier-transactional-tests/tests/one_time_witness/instantiate.move
@@ -1,4 +1,4 @@
-// Copyright (c) 2022, Mysten Labs, Inc.
+// Copyright (c) Mysten Labs, Inc.
// SPDX-License-Identifier: Apache-2.0
// invalid, struct type incorrectly instantiated
diff --git a/crates/sui-verifier-transactional-tests/tests/one_time_witness/more_abilities.move b/crates/sui-verifier-transactional-tests/tests/one_time_witness/more_abilities.move
index 144669a54d6d0..4e3dbee882211 100644
--- a/crates/sui-verifier-transactional-tests/tests/one_time_witness/more_abilities.move
+++ b/crates/sui-verifier-transactional-tests/tests/one_time_witness/more_abilities.move
@@ -1,4 +1,4 @@
-// Copyright (c) 2022, Mysten Labs, Inc.
+// Copyright (c) Mysten Labs, Inc.
// SPDX-License-Identifier: Apache-2.0
// invalid, struct type has abilities beyond drop
diff --git a/crates/sui-verifier-transactional-tests/tests/one_time_witness/no_drop.move b/crates/sui-verifier-transactional-tests/tests/one_time_witness/no_drop.move
index 234e19e7409b8..8c8fd376681f9 100644
--- a/crates/sui-verifier-transactional-tests/tests/one_time_witness/no_drop.move
+++ b/crates/sui-verifier-transactional-tests/tests/one_time_witness/no_drop.move
@@ -1,4 +1,4 @@
-// Copyright (c) 2022, Mysten Labs, Inc.
+// Copyright (c) Mysten Labs, Inc.
// SPDX-License-Identifier: Apache-2.0
// invalid, one-time witness type has no drop ability
diff --git a/crates/sui-verifier-transactional-tests/tests/one_time_witness/no_field.move b/crates/sui-verifier-transactional-tests/tests/one_time_witness/no_field.move
index a63d5a26860d7..b591b0e74462d 100644
--- a/crates/sui-verifier-transactional-tests/tests/one_time_witness/no_field.move
+++ b/crates/sui-verifier-transactional-tests/tests/one_time_witness/no_field.move
@@ -1,4 +1,4 @@
-// Copyright (c) 2022, Mysten Labs, Inc.
+// Copyright (c) Mysten Labs, Inc.
// SPDX-License-Identifier: Apache-2.0
// correct, no field specified at source level
diff --git a/crates/sui-verifier-transactional-tests/tests/one_time_witness/no_init_arg.move b/crates/sui-verifier-transactional-tests/tests/one_time_witness/no_init_arg.move
index cec3a11e41d64..02cbb83f355e4 100644
--- a/crates/sui-verifier-transactional-tests/tests/one_time_witness/no_init_arg.move
+++ b/crates/sui-verifier-transactional-tests/tests/one_time_witness/no_init_arg.move
@@ -1,4 +1,4 @@
-// Copyright (c) 2022, Mysten Labs, Inc.
+// Copyright (c) Mysten Labs, Inc.
// SPDX-License-Identifier: Apache-2.0
// invalid, no one-time witness type parameter in init
diff --git a/crates/sui-verifier-transactional-tests/tests/one_time_witness/other_mod_def.move b/crates/sui-verifier-transactional-tests/tests/one_time_witness/other_mod_def.move
index b30c2290efbff..44787e654b343 100644
--- a/crates/sui-verifier-transactional-tests/tests/one_time_witness/other_mod_def.move
+++ b/crates/sui-verifier-transactional-tests/tests/one_time_witness/other_mod_def.move
@@ -1,4 +1,4 @@
-// Copyright (c) 2022, Mysten Labs, Inc.
+// Copyright (c) Mysten Labs, Inc.
// SPDX-License-Identifier: Apache-2.0
// invalid, one-time witness type candidate used in a different module
diff --git a/crates/sui-verifier-transactional-tests/tests/one_time_witness/type_param.move b/crates/sui-verifier-transactional-tests/tests/one_time_witness/type_param.move
index 0caeb7143c3d3..024b475ccc52e 100644
--- a/crates/sui-verifier-transactional-tests/tests/one_time_witness/type_param.move
+++ b/crates/sui-verifier-transactional-tests/tests/one_time_witness/type_param.move
@@ -1,4 +1,4 @@
-// Copyright (c) 2022, Mysten Labs, Inc.
+// Copyright (c) Mysten Labs, Inc.
// SPDX-License-Identifier: Apache-2.0
// invalid, struct type has type param
diff --git a/crates/sui-verifier-transactional-tests/tests/one_time_witness/wrong_field_type.move b/crates/sui-verifier-transactional-tests/tests/one_time_witness/wrong_field_type.move
index ca172f3e2a969..093cb888856de 100644
--- a/crates/sui-verifier-transactional-tests/tests/one_time_witness/wrong_field_type.move
+++ b/crates/sui-verifier-transactional-tests/tests/one_time_witness/wrong_field_type.move
@@ -1,4 +1,4 @@
-// Copyright (c) 2022, Mysten Labs, Inc.
+// Copyright (c) Mysten Labs, Inc.
// SPDX-License-Identifier: Apache-2.0
// invalid, wrong struct field type
diff --git a/crates/sui-verifier-transactional-tests/tests/one_time_witness/wrong_init_type.move b/crates/sui-verifier-transactional-tests/tests/one_time_witness/wrong_init_type.move
index 186ed20bb0d3d..a07dd44b10d18 100644
--- a/crates/sui-verifier-transactional-tests/tests/one_time_witness/wrong_init_type.move
+++ b/crates/sui-verifier-transactional-tests/tests/one_time_witness/wrong_init_type.move
@@ -1,4 +1,4 @@
-// Copyright (c) 2022, Mysten Labs, Inc.
+// Copyright (c) Mysten Labs, Inc.
// SPDX-License-Identifier: Apache-2.0
// invalid, wrong type of the init function's first param
diff --git a/crates/sui-verifier-transactional-tests/tests/one_time_witness/wrong_name.move b/crates/sui-verifier-transactional-tests/tests/one_time_witness/wrong_name.move
index 18c8c6ee4962b..67e978f5a8d8f 100644
--- a/crates/sui-verifier-transactional-tests/tests/one_time_witness/wrong_name.move
+++ b/crates/sui-verifier-transactional-tests/tests/one_time_witness/wrong_name.move
@@ -1,4 +1,4 @@
-// Copyright (c) 2022, Mysten Labs, Inc.
+// Copyright (c) Mysten Labs, Inc.
// SPDX-License-Identifier: Apache-2.0
// invalid, wrong one-time witness type name
diff --git a/crates/sui-verifier-transactional-tests/tests/one_time_witness/wrong_name_format.move b/crates/sui-verifier-transactional-tests/tests/one_time_witness/wrong_name_format.move
index 2b47ab211ff9a..e3781b1cf02c5 100644
--- a/crates/sui-verifier-transactional-tests/tests/one_time_witness/wrong_name_format.move
+++ b/crates/sui-verifier-transactional-tests/tests/one_time_witness/wrong_name_format.move
@@ -1,4 +1,4 @@
-// Copyright (c) 2022, Mysten Labs, Inc.
+// Copyright (c) Mysten Labs, Inc.
// SPDX-License-Identifier: Apache-2.0
// invalid, wrong one-time witness type name format
diff --git a/crates/sui-verifier-transactional-tests/tests/private_generics/no_public_transfer.move b/crates/sui-verifier-transactional-tests/tests/private_generics/no_public_transfer.move
index 6f545b00750ca..de0e5a2f24c7b 100644
--- a/crates/sui-verifier-transactional-tests/tests/private_generics/no_public_transfer.move
+++ b/crates/sui-verifier-transactional-tests/tests/private_generics/no_public_transfer.move
@@ -1,4 +1,4 @@
-// Copyright (c) 2022, Mysten Labs, Inc.
+// Copyright (c) Mysten Labs, Inc.
// SPDX-License-Identifier: Apache-2.0
// tests modules cannot use transfer functions outside of the defining module
diff --git a/crates/sui-verifier-transactional-tests/tests/private_generics/no_public_transfer_generic.move b/crates/sui-verifier-transactional-tests/tests/private_generics/no_public_transfer_generic.move
index 632c55b45b09c..c10ffd5ef83e1 100644
--- a/crates/sui-verifier-transactional-tests/tests/private_generics/no_public_transfer_generic.move
+++ b/crates/sui-verifier-transactional-tests/tests/private_generics/no_public_transfer_generic.move
@@ -1,4 +1,4 @@
-// Copyright (c) 2022, Mysten Labs, Inc.
+// Copyright (c) Mysten Labs, Inc.
// SPDX-License-Identifier: Apache-2.0
// tests modules cannot use transfer functions outside of the defining module
diff --git a/crates/sui-verifier-transactional-tests/tests/private_generics/private_event_emit.move b/crates/sui-verifier-transactional-tests/tests/private_generics/private_event_emit.move
index f1ef9764b965f..7b4d59f63c3c9 100644
--- a/crates/sui-verifier-transactional-tests/tests/private_generics/private_event_emit.move
+++ b/crates/sui-verifier-transactional-tests/tests/private_generics/private_event_emit.move
@@ -1,4 +1,4 @@
-// Copyright (c) 2022, Mysten Labs, Inc.
+// Copyright (c) Mysten Labs, Inc.
// SPDX-License-Identifier: Apache-2.0
// tests modules cannot emit events for types not defined in the current module
diff --git a/crates/sui-verifier-transactional-tests/tests/private_generics/public_transfer_with_store.move b/crates/sui-verifier-transactional-tests/tests/private_generics/public_transfer_with_store.move
index 14fa5c494a8b7..eb861660df9b9 100644
--- a/crates/sui-verifier-transactional-tests/tests/private_generics/public_transfer_with_store.move
+++ b/crates/sui-verifier-transactional-tests/tests/private_generics/public_transfer_with_store.move
@@ -1,4 +1,4 @@
-// Copyright (c) 2022, Mysten Labs, Inc.
+// Copyright (c) Mysten Labs, Inc.
// SPDX-License-Identifier: Apache-2.0
// tests modules can use transfer functions outside of the defining module, if the type
diff --git a/crates/sui-verifier-transactional-tests/tests/private_generics/public_transfer_with_store_generic.move b/crates/sui-verifier-transactional-tests/tests/private_generics/public_transfer_with_store_generic.move
index bf510c30af125..d31a835ec58ca 100644
--- a/crates/sui-verifier-transactional-tests/tests/private_generics/public_transfer_with_store_generic.move
+++ b/crates/sui-verifier-transactional-tests/tests/private_generics/public_transfer_with_store_generic.move
@@ -1,4 +1,4 @@
-// Copyright (c) 2022, Mysten Labs, Inc.
+// Copyright (c) Mysten Labs, Inc.
// SPDX-License-Identifier: Apache-2.0
// tests modules can use transfer functions outside of the defining module, if the type
diff --git a/crates/sui-verifier-transactional-tests/tests/struct_with_key/key_struct_first_field_not_id.mvir b/crates/sui-verifier-transactional-tests/tests/struct_with_key/key_struct_first_field_not_id.mvir
index b3904e97801b6..31dc2ce87466e 100644
--- a/crates/sui-verifier-transactional-tests/tests/struct_with_key/key_struct_first_field_not_id.mvir
+++ b/crates/sui-verifier-transactional-tests/tests/struct_with_key/key_struct_first_field_not_id.mvir
@@ -1,4 +1,4 @@
-// Copyright (c) 2022, Mysten Labs, Inc.
+// Copyright (c) Mysten Labs, Inc.
// SPDX-License-Identifier: Apache-2.0
//# publish
diff --git a/crates/sui-verifier-transactional-tests/tests/struct_with_key/key_struct_id_field_incorrect_struct_address.mvir b/crates/sui-verifier-transactional-tests/tests/struct_with_key/key_struct_id_field_incorrect_struct_address.mvir
index ff062dfe8e0da..25b077c509889 100644
--- a/crates/sui-verifier-transactional-tests/tests/struct_with_key/key_struct_id_field_incorrect_struct_address.mvir
+++ b/crates/sui-verifier-transactional-tests/tests/struct_with_key/key_struct_id_field_incorrect_struct_address.mvir
@@ -1,4 +1,4 @@
-// Copyright (c) 2022, Mysten Labs, Inc.
+// Copyright (c) Mysten Labs, Inc.
// SPDX-License-Identifier: Apache-2.0
//# publish
diff --git a/crates/sui-verifier-transactional-tests/tests/struct_with_key/key_struct_id_field_incorrect_struct_name.mvir b/crates/sui-verifier-transactional-tests/tests/struct_with_key/key_struct_id_field_incorrect_struct_name.mvir
index 38117934721d4..9e59c1993686c 100644
--- a/crates/sui-verifier-transactional-tests/tests/struct_with_key/key_struct_id_field_incorrect_struct_name.mvir
+++ b/crates/sui-verifier-transactional-tests/tests/struct_with_key/key_struct_id_field_incorrect_struct_name.mvir
@@ -1,4 +1,4 @@
-// Copyright (c) 2022, Mysten Labs, Inc.
+// Copyright (c) Mysten Labs, Inc.
// SPDX-License-Identifier: Apache-2.0
//# publish
diff --git a/crates/sui-verifier-transactional-tests/tests/struct_with_key/key_struct_id_field_incorrect_type.mvir b/crates/sui-verifier-transactional-tests/tests/struct_with_key/key_struct_id_field_incorrect_type.mvir
index 230b0a4a916f1..136f308f0ce78 100644
--- a/crates/sui-verifier-transactional-tests/tests/struct_with_key/key_struct_id_field_incorrect_type.mvir
+++ b/crates/sui-verifier-transactional-tests/tests/struct_with_key/key_struct_id_field_incorrect_type.mvir
@@ -1,4 +1,4 @@
-// Copyright (c) 2022, Mysten Labs, Inc.
+// Copyright (c) Mysten Labs, Inc.
// SPDX-License-Identifier: Apache-2.0
//# publish
diff --git a/crates/sui-verifier-transactional-tests/tests/struct_with_key/key_struct_id_field_valid.mvir b/crates/sui-verifier-transactional-tests/tests/struct_with_key/key_struct_id_field_valid.mvir
index b044a2bb19acb..c7c66fe178220 100644
--- a/crates/sui-verifier-transactional-tests/tests/struct_with_key/key_struct_id_field_valid.mvir
+++ b/crates/sui-verifier-transactional-tests/tests/struct_with_key/key_struct_id_field_valid.mvir
@@ -1,4 +1,4 @@
-// Copyright (c) 2022, Mysten Labs, Inc.
+// Copyright (c) Mysten Labs, Inc.
// SPDX-License-Identifier: Apache-2.0
//# publish
diff --git a/crates/sui-verifier-transactional-tests/tests/struct_with_key/key_struct_second_field_id.mvir b/crates/sui-verifier-transactional-tests/tests/struct_with_key/key_struct_second_field_id.mvir
index d7afbecd4b074..4c31979cfddaf 100644
--- a/crates/sui-verifier-transactional-tests/tests/struct_with_key/key_struct_second_field_id.mvir
+++ b/crates/sui-verifier-transactional-tests/tests/struct_with_key/key_struct_second_field_id.mvir
@@ -1,4 +1,4 @@
-// Copyright (c) 2022, Mysten Labs, Inc.
+// Copyright (c) Mysten Labs, Inc.
// SPDX-License-Identifier: Apache-2.0
//# publish
diff --git a/crates/sui-verifier-transactional-tests/tests/struct_with_key/key_struct_with_drop.mvir b/crates/sui-verifier-transactional-tests/tests/struct_with_key/key_struct_with_drop.mvir
index 2e4d91cd42a6b..1e152e46e6c09 100644
--- a/crates/sui-verifier-transactional-tests/tests/struct_with_key/key_struct_with_drop.mvir
+++ b/crates/sui-verifier-transactional-tests/tests/struct_with_key/key_struct_with_drop.mvir
@@ -1,4 +1,4 @@
-// Copyright (c) 2022, Mysten Labs, Inc.
+// Copyright (c) Mysten Labs, Inc.
// SPDX-License-Identifier: Apache-2.0
//# publish
diff --git a/crates/sui-verifier-transactional-tests/tests/tests.rs b/crates/sui-verifier-transactional-tests/tests/tests.rs
index 5e82698a7fb74..7b67b8d382f0d 100644
--- a/crates/sui-verifier-transactional-tests/tests/tests.rs
+++ b/crates/sui-verifier-transactional-tests/tests/tests.rs
@@ -1,4 +1,4 @@
-// Copyright (c) 2022, Mysten Labs, Inc.
+// Copyright (c) Mysten Labs, Inc.
// SPDX-License-Identifier: Apache-2.0
pub const TEST_DIR: &str = "tests";
diff --git a/crates/sui-verifier/src/entry_points_verifier.rs b/crates/sui-verifier/src/entry_points_verifier.rs
index d0588395f6aa2..a209448a6da57 100644
--- a/crates/sui-verifier/src/entry_points_verifier.rs
+++ b/crates/sui-verifier/src/entry_points_verifier.rs
@@ -1,4 +1,4 @@
-// Copyright (c) 2022, Mysten Labs, Inc.
+// Copyright (c) Mysten Labs, Inc.
// SPDX-License-Identifier: Apache-2.0
use move_binary_format::{
diff --git a/crates/sui-verifier/src/global_storage_access_verifier.rs b/crates/sui-verifier/src/global_storage_access_verifier.rs
index 72f68de662597..70f9102d27bbe 100644
--- a/crates/sui-verifier/src/global_storage_access_verifier.rs
+++ b/crates/sui-verifier/src/global_storage_access_verifier.rs
@@ -1,4 +1,4 @@
-// Copyright (c) 2022, Mysten Labs, Inc.
+// Copyright (c) Mysten Labs, Inc.
// SPDX-License-Identifier: Apache-2.0
use crate::verification_failure;
diff --git a/crates/sui-verifier/src/id_leak_verifier.rs b/crates/sui-verifier/src/id_leak_verifier.rs
index 83d8159159fa3..3bfb27bc3f617 100644
--- a/crates/sui-verifier/src/id_leak_verifier.rs
+++ b/crates/sui-verifier/src/id_leak_verifier.rs
@@ -1,4 +1,4 @@
-// Copyright (c) 2022, Mysten Labs, Inc.
+// Copyright (c) Mysten Labs, Inc.
// SPDX-License-Identifier: Apache-2.0
//! Objects whose struct type has key ability represent Sui objects.
diff --git a/crates/sui-verifier/src/lib.rs b/crates/sui-verifier/src/lib.rs
index aae3f7b5d8cc8..237fb7375b085 100644
--- a/crates/sui-verifier/src/lib.rs
+++ b/crates/sui-verifier/src/lib.rs
@@ -1,4 +1,4 @@
-// Copyright (c) 2022, Mysten Labs, Inc.
+// Copyright (c) Mysten Labs, Inc.
// SPDX-License-Identifier: Apache-2.0
pub mod verifier;
diff --git a/crates/sui-verifier/src/one_time_witness_verifier.rs b/crates/sui-verifier/src/one_time_witness_verifier.rs
index cddf9c598c83e..9a6a489f6fbce 100644
--- a/crates/sui-verifier/src/one_time_witness_verifier.rs
+++ b/crates/sui-verifier/src/one_time_witness_verifier.rs
@@ -1,4 +1,4 @@
-// Copyright (c) 2022, Mysten Labs, Inc.
+// Copyright (c) Mysten Labs, Inc.
// SPDX-License-Identifier: Apache-2.0
//! A module can define a one-time witness type, that is a type that is instantiated only once, and
diff --git a/crates/sui-verifier/src/private_generics.rs b/crates/sui-verifier/src/private_generics.rs
index ceabb986f200d..10de343f9fba7 100644
--- a/crates/sui-verifier/src/private_generics.rs
+++ b/crates/sui-verifier/src/private_generics.rs
@@ -1,4 +1,4 @@
-// Copyright (c) 2022, Mysten Labs, Inc.
+// Copyright (c) Mysten Labs, Inc.
// SPDX-License-Identifier: Apache-2.0
use move_binary_format::{
diff --git a/crates/sui-verifier/src/struct_with_key_verifier.rs b/crates/sui-verifier/src/struct_with_key_verifier.rs
index 21f9638b7c38c..d8d45bba00100 100644
--- a/crates/sui-verifier/src/struct_with_key_verifier.rs
+++ b/crates/sui-verifier/src/struct_with_key_verifier.rs
@@ -1,4 +1,4 @@
-// Copyright (c) 2022, Mysten Labs, Inc.
+// Copyright (c) Mysten Labs, Inc.
// SPDX-License-Identifier: Apache-2.0
//! This pass verifies necessary properties for Move Objects, i.e. structs with the `key` ability.
diff --git a/crates/sui-verifier/src/verifier.rs b/crates/sui-verifier/src/verifier.rs
index a68ba8b7284bd..d119657e0b117 100644
--- a/crates/sui-verifier/src/verifier.rs
+++ b/crates/sui-verifier/src/verifier.rs
@@ -1,4 +1,4 @@
-// Copyright (c) 2022, Mysten Labs, Inc.
+// Copyright (c) Mysten Labs, Inc.
// SPDX-License-Identifier: Apache-2.0
//! This module contains the public APIs supported by the bytecode verifier.
diff --git a/crates/sui-verifier/tests/common/mod.rs b/crates/sui-verifier/tests/common/mod.rs
index 2b336b46c6ddc..bff241775f2d5 100644
--- a/crates/sui-verifier/tests/common/mod.rs
+++ b/crates/sui-verifier/tests/common/mod.rs
@@ -1,5 +1,5 @@
// Copyright (c) 2021, Facebook, Inc. and its affiliates
-// Copyright (c) 2022, Mysten Labs, Inc.
+// Copyright (c) Mysten Labs, Inc.
// SPDX-License-Identifier: Apache-2.0
pub mod module_builder;
diff --git a/crates/sui-verifier/tests/common/module_builder.rs b/crates/sui-verifier/tests/common/module_builder.rs
index 8996b60e090fc..63c5496ad8c35 100644
--- a/crates/sui-verifier/tests/common/module_builder.rs
+++ b/crates/sui-verifier/tests/common/module_builder.rs
@@ -1,5 +1,5 @@
// Copyright (c) 2021, Facebook, Inc. and its affiliates
-// Copyright (c) 2022, Mysten Labs, Inc.
+// Copyright (c) Mysten Labs, Inc.
// SPDX-License-Identifier: Apache-2.0
use move_binary_format::file_format::*;
diff --git a/crates/sui/build.rs b/crates/sui/build.rs
index 173beb66938b7..3d3f648f8bc3b 100644
--- a/crates/sui/build.rs
+++ b/crates/sui/build.rs
@@ -1,4 +1,4 @@
-// Copyright (c) 2022, Mysten Labs, Inc.
+// Copyright (c) Mysten Labs, Inc.
// SPDX-License-Identifier: Apache-2.0
use std::{env, process::Command};
diff --git a/crates/sui/src/client_commands.rs b/crates/sui/src/client_commands.rs
index ada10fca5bad9..75b618c894596 100644
--- a/crates/sui/src/client_commands.rs
+++ b/crates/sui/src/client_commands.rs
@@ -1,4 +1,4 @@
-// Copyright (c) 2022, Mysten Labs, Inc.
+// Copyright (c) Mysten Labs, Inc.
// SPDX-License-Identifier: Apache-2.0
use core::fmt;
diff --git a/crates/sui/src/config/mod.rs b/crates/sui/src/config/mod.rs
index 021ec4108e71c..9a3b79e78bc9e 100644
--- a/crates/sui/src/config/mod.rs
+++ b/crates/sui/src/config/mod.rs
@@ -1,5 +1,5 @@
// Copyright (c) 2021, Facebook, Inc. and its affiliates
-// Copyright (c) 2022, Mysten Labs, Inc.
+// Copyright (c) Mysten Labs, Inc.
// SPDX-License-Identifier: Apache-2.0
use serde::{Deserialize, Serialize};
diff --git a/crates/sui/src/console.rs b/crates/sui/src/console.rs
index 68a7ab443acb1..a6b03ea8aa374 100644
--- a/crates/sui/src/console.rs
+++ b/crates/sui/src/console.rs
@@ -1,4 +1,4 @@
-// Copyright (c) 2022, Mysten Labs, Inc.
+// Copyright (c) Mysten Labs, Inc.
// SPDX-License-Identifier: Apache-2.0
use std::io::{stderr, Write};
diff --git a/crates/sui/src/genesis_ceremony.rs b/crates/sui/src/genesis_ceremony.rs
index 43cbb0b9ac124..8b8688e8c7c1e 100644
--- a/crates/sui/src/genesis_ceremony.rs
+++ b/crates/sui/src/genesis_ceremony.rs
@@ -1,4 +1,4 @@
-// Copyright (c) 2022, Mysten Labs, Inc.
+// Copyright (c) Mysten Labs, Inc.
// SPDX-License-Identifier: Apache-2.0
use anyhow::{Context, Result};
diff --git a/crates/sui/src/keytool.rs b/crates/sui/src/keytool.rs
index cddd9beafa976..c7a6ec50cd88a 100644
--- a/crates/sui/src/keytool.rs
+++ b/crates/sui/src/keytool.rs
@@ -1,4 +1,4 @@
-// Copyright (c) 2022, Mysten Labs, Inc.
+// Copyright (c) Mysten Labs, Inc.
// SPDX-License-Identifier: Apache-2.0
use std::fs;
diff --git a/crates/sui/src/lib.rs b/crates/sui/src/lib.rs
index cb9d3d344a3ec..9bcf516d57894 100644
--- a/crates/sui/src/lib.rs
+++ b/crates/sui/src/lib.rs
@@ -1,5 +1,5 @@
// Copyright (c) 2021, Facebook, Inc. and its affiliates
-// Copyright (c) 2022, Mysten Labs, Inc.
+// Copyright (c) Mysten Labs, Inc.
// SPDX-License-Identifier: Apache-2.0
pub mod client_commands;
diff --git a/crates/sui/src/main.rs b/crates/sui/src/main.rs
index 857976588aef3..3e4d33d2b2643 100644
--- a/crates/sui/src/main.rs
+++ b/crates/sui/src/main.rs
@@ -1,4 +1,4 @@
-// Copyright (c) 2022, Mysten Labs, Inc.
+// Copyright (c) Mysten Labs, Inc.
// SPDX-License-Identifier: Apache-2.0
extern crate core;
diff --git a/crates/sui/src/shell.rs b/crates/sui/src/shell.rs
index 5df0c03c8cbe5..2bbce54a2e4e1 100644
--- a/crates/sui/src/shell.rs
+++ b/crates/sui/src/shell.rs
@@ -1,4 +1,4 @@
-// Copyright (c) 2022, Mysten Labs, Inc.
+// Copyright (c) Mysten Labs, Inc.
// SPDX-License-Identifier: Apache-2.0
use anyhow::anyhow;
diff --git a/crates/sui/src/sui_commands.rs b/crates/sui/src/sui_commands.rs
index e35c6f2ebed50..9a707ea8f001e 100644
--- a/crates/sui/src/sui_commands.rs
+++ b/crates/sui/src/sui_commands.rs
@@ -1,4 +1,4 @@
-// Copyright (c) 2022, Mysten Labs, Inc.
+// Copyright (c) Mysten Labs, Inc.
// SPDX-License-Identifier: Apache-2.0
use crate::client_commands::{SuiClientCommands, WalletContext};
diff --git a/crates/sui/src/sui_move/build.rs b/crates/sui/src/sui_move/build.rs
index 194f0e5fb12e6..ee3015321e6f6 100644
--- a/crates/sui/src/sui_move/build.rs
+++ b/crates/sui/src/sui_move/build.rs
@@ -1,4 +1,4 @@
-// Copyright (c) 2022, Mysten Labs, Inc.
+// Copyright (c) Mysten Labs, Inc.
// SPDX-License-Identifier: Apache-2.0
use clap::Parser;
diff --git a/crates/sui/src/sui_move/coverage.rs b/crates/sui/src/sui_move/coverage.rs
index 6033e93bd6d63..60f9c37c5ff0c 100644
--- a/crates/sui/src/sui_move/coverage.rs
+++ b/crates/sui/src/sui_move/coverage.rs
@@ -1,4 +1,4 @@
-// Copyright (c) 2022, Mysten Labs, Inc.
+// Copyright (c) Mysten Labs, Inc.
// SPDX-License-Identifier: Apache-2.0
use clap::Parser;
diff --git a/crates/sui/src/sui_move/disassemble.rs b/crates/sui/src/sui_move/disassemble.rs
index ed2b17affa2c1..5153709c7443d 100644
--- a/crates/sui/src/sui_move/disassemble.rs
+++ b/crates/sui/src/sui_move/disassemble.rs
@@ -1,4 +1,4 @@
-// Copyright (c) 2022, Mysten Labs, Inc.
+// Copyright (c) Mysten Labs, Inc.
// SPDX-License-Identifier: Apache-2.0
use clap::Parser;
diff --git a/crates/sui/src/sui_move/mod.rs b/crates/sui/src/sui_move/mod.rs
index 238d4fe108278..a9cf88db6ac66 100644
--- a/crates/sui/src/sui_move/mod.rs
+++ b/crates/sui/src/sui_move/mod.rs
@@ -1,4 +1,4 @@
-// Copyright (c) 2022, Mysten Labs, Inc.
+// Copyright (c) Mysten Labs, Inc.
// SPDX-License-Identifier: Apache-2.0
use clap::Parser;
diff --git a/crates/sui/src/sui_move/new.rs b/crates/sui/src/sui_move/new.rs
index d553d3cc5f30e..8a67587817076 100644
--- a/crates/sui/src/sui_move/new.rs
+++ b/crates/sui/src/sui_move/new.rs
@@ -1,4 +1,4 @@
-// Copyright (c) 2022, Mysten Labs, Inc.
+// Copyright (c) Mysten Labs, Inc.
// SPDX-License-Identifier: Apache-2.0
use clap::Parser;
diff --git a/crates/sui/src/sui_move/prove.rs b/crates/sui/src/sui_move/prove.rs
index 9ee2dbfea076c..94d7794099a52 100644
--- a/crates/sui/src/sui_move/prove.rs
+++ b/crates/sui/src/sui_move/prove.rs
@@ -1,4 +1,4 @@
-// Copyright (c) 2022, Mysten Labs, Inc.
+// Copyright (c) Mysten Labs, Inc.
// SPDX-License-Identifier: Apache-2.0
use clap::Parser;
diff --git a/crates/sui/src/sui_move/sui-natives.bpl b/crates/sui/src/sui_move/sui-natives.bpl
index 1b2185d3623d6..f621f7cc6e804 100644
--- a/crates/sui/src/sui_move/sui-natives.bpl
+++ b/crates/sui/src/sui_move/sui-natives.bpl
@@ -1,4 +1,4 @@
-// Copyright (c) 2022, Mysten Labs, Inc.
+// Copyright (c) Mysten Labs, Inc.
// SPDX-License-Identifier: Apache-2.0
// ==================================================================================
diff --git a/crates/sui/src/sui_move/unit_test.rs b/crates/sui/src/sui_move/unit_test.rs
index b0d32da4525fe..cf12f15087070 100644
--- a/crates/sui/src/sui_move/unit_test.rs
+++ b/crates/sui/src/sui_move/unit_test.rs
@@ -1,4 +1,4 @@
-// Copyright (c) 2022, Mysten Labs, Inc.
+// Copyright (c) Mysten Labs, Inc.
// SPDX-License-Identifier: Apache-2.0
use super::build;
diff --git a/crates/sui/src/unit_tests/cli_tests.rs b/crates/sui/src/unit_tests/cli_tests.rs
index 201f065a1e05b..6a4d3ec5b5948 100644
--- a/crates/sui/src/unit_tests/cli_tests.rs
+++ b/crates/sui/src/unit_tests/cli_tests.rs
@@ -1,4 +1,4 @@
-// Copyright (c) 2022, Mysten Labs, Inc.
+// Copyright (c) Mysten Labs, Inc.
// SPDX-License-Identifier: Apache-2.0
use std::{fmt::Write, fs::read_dir, path::PathBuf, str, time::Duration};
diff --git a/crates/sui/src/unit_tests/data/dummy_modules_publish/sources/trusted_coin.move b/crates/sui/src/unit_tests/data/dummy_modules_publish/sources/trusted_coin.move
index b46837028a1f4..83fc9929adb51 100644
--- a/crates/sui/src/unit_tests/data/dummy_modules_publish/sources/trusted_coin.move
+++ b/crates/sui/src/unit_tests/data/dummy_modules_publish/sources/trusted_coin.move
@@ -1,4 +1,4 @@
-// Copyright (c) 2022, Mysten Labs, Inc.
+// Copyright (c) Mysten Labs, Inc.
// SPDX-License-Identifier: Apache-2.0
/// Example coin with a trusted owner responsible for minting/burning (e.g., a stablecoin)
diff --git a/crates/sui/src/unit_tests/data/move_call_args_linter/sources/object_basics.move b/crates/sui/src/unit_tests/data/move_call_args_linter/sources/object_basics.move
index aa09eb547486a..a10f0b0143a22 100644
--- a/crates/sui/src/unit_tests/data/move_call_args_linter/sources/object_basics.move
+++ b/crates/sui/src/unit_tests/data/move_call_args_linter/sources/object_basics.move
@@ -1,4 +1,4 @@
-// Copyright (c) 2022, Mysten Labs, Inc.
+// Copyright (c) Mysten Labs, Inc.
// SPDX-License-Identifier: Apache-2.0
/// Test CTURD object basics (create, transfer, update, read, delete)
diff --git a/crates/sui/src/unit_tests/keytool_tests.rs b/crates/sui/src/unit_tests/keytool_tests.rs
index 97011721ec8bd..15c0af8c50fdb 100644
--- a/crates/sui/src/unit_tests/keytool_tests.rs
+++ b/crates/sui/src/unit_tests/keytool_tests.rs
@@ -1,4 +1,4 @@
-// Copyright (c) 2022, Mysten Labs, Inc.
+// Copyright (c) Mysten Labs, Inc.
// SPDX-License-Identifier: Apache-2.0
use crate::keytool::read_authority_keypair_from_file;
diff --git a/crates/sui/src/unit_tests/shell_tests.rs b/crates/sui/src/unit_tests/shell_tests.rs
index c9b3af8f1070b..e51801f1585f2 100644
--- a/crates/sui/src/unit_tests/shell_tests.rs
+++ b/crates/sui/src/unit_tests/shell_tests.rs
@@ -1,4 +1,4 @@
-// Copyright (c) 2022, Mysten Labs, Inc.
+// Copyright (c) Mysten Labs, Inc.
// SPDX-License-Identifier: Apache-2.0
use std::collections::BTreeMap;
diff --git a/crates/sui/tests/checkpoints_tests.rs b/crates/sui/tests/checkpoints_tests.rs
index a8d6009a5a0b4..a12a78074bea0 100644
--- a/crates/sui/tests/checkpoints_tests.rs
+++ b/crates/sui/tests/checkpoints_tests.rs
@@ -1,4 +1,4 @@
-// Copyright (c) 2022, Mysten Labs, Inc.
+// Copyright (c) Mysten Labs, Inc.
// SPDX-License-Identifier: Apache-2.0
use std::collections::HashSet;
diff --git a/crates/sui/tests/full_node_tests.rs b/crates/sui/tests/full_node_tests.rs
index 430e950042d86..995a5fd43232c 100644
--- a/crates/sui/tests/full_node_tests.rs
+++ b/crates/sui/tests/full_node_tests.rs
@@ -1,4 +1,4 @@
-// Copyright (c) 2022, Mysten Labs, Inc.
+// Copyright (c) Mysten Labs, Inc.
// SPDX-License-Identifier: Apache-2.0
use futures::future;
diff --git a/crates/sui/tests/quorum_driver_tests.rs b/crates/sui/tests/quorum_driver_tests.rs
index f54cbab41730a..aca3e2664d53a 100644
--- a/crates/sui/tests/quorum_driver_tests.rs
+++ b/crates/sui/tests/quorum_driver_tests.rs
@@ -1,4 +1,4 @@
-// Copyright (c) 2022, Mysten Labs, Inc.
+// Copyright (c) Mysten Labs, Inc.
// SPDX-License-Identifier: Apache-2.0
use std::sync::Arc;
diff --git a/crates/sui/tests/readme.rs b/crates/sui/tests/readme.rs
index 6204b8330aab5..19c64b354b5a4 100644
--- a/crates/sui/tests/readme.rs
+++ b/crates/sui/tests/readme.rs
@@ -1,5 +1,5 @@
// Copyright (c) 2021, Facebook, Inc. and its affiliates
-// Copyright (c) 2022, Mysten Labs, Inc.
+// Copyright (c) Mysten Labs, Inc.
// SPDX-License-Identifier: Apache-2.0
use std::{io::Write, process::Command};
diff --git a/crates/sui/tests/reconfiguration_tests.rs b/crates/sui/tests/reconfiguration_tests.rs
index 9b53a45dcf951..9ae72d504a62f 100644
--- a/crates/sui/tests/reconfiguration_tests.rs
+++ b/crates/sui/tests/reconfiguration_tests.rs
@@ -1,4 +1,4 @@
-// Copyright (c) 2022, Mysten Labs, Inc.
+// Copyright (c) Mysten Labs, Inc.
// SPDX-License-Identifier: Apache-2.0
use futures::future::join_all;
diff --git a/crates/sui/tests/shared_objects_tests.rs b/crates/sui/tests/shared_objects_tests.rs
index b39b6a9624494..5fc5b073680f2 100644
--- a/crates/sui/tests/shared_objects_tests.rs
+++ b/crates/sui/tests/shared_objects_tests.rs
@@ -1,4 +1,4 @@
-// Copyright (c) 2022, Mysten Labs, Inc.
+// Copyright (c) Mysten Labs, Inc.
// SPDX-License-Identifier: Apache-2.0
use std::sync::Arc;
diff --git a/crates/sui/tests/simulator_tests.rs b/crates/sui/tests/simulator_tests.rs
index 323add2284b5a..3ce6d47333935 100644
--- a/crates/sui/tests/simulator_tests.rs
+++ b/crates/sui/tests/simulator_tests.rs
@@ -1,4 +1,4 @@
-// Copyright (c) 2022, Mysten Labs, Inc.
+// Copyright (c) Mysten Labs, Inc.
// SPDX-License-Identifier: Apache-2.0
use futures::{
diff --git a/crates/sui/tests/transaction_orchestrator_tests.rs b/crates/sui/tests/transaction_orchestrator_tests.rs
index 393be13e06f55..88bc6ac32be76 100644
--- a/crates/sui/tests/transaction_orchestrator_tests.rs
+++ b/crates/sui/tests/transaction_orchestrator_tests.rs
@@ -1,4 +1,4 @@
-// Copyright (c) 2022, Mysten Labs, Inc.
+// Copyright (c) Mysten Labs, Inc.
// SPDX-License-Identifier: Apache-2.0
use prometheus::Registry;
diff --git a/crates/test-utils/src/authority.rs b/crates/test-utils/src/authority.rs
index 393a639af8bd8..eccf4974cb62e 100644
--- a/crates/test-utils/src/authority.rs
+++ b/crates/test-utils/src/authority.rs
@@ -1,4 +1,4 @@
-// Copyright (c) 2022, Mysten Labs, Inc.
+// Copyright (c) Mysten Labs, Inc.
// SPDX-License-Identifier: Apache-2.0
use crate::TEST_COMMITTEE_SIZE;
use prometheus::Registry;
diff --git a/crates/test-utils/src/lib.rs b/crates/test-utils/src/lib.rs
index 9b32fe2a0b33e..766a0b3f7afef 100644
--- a/crates/test-utils/src/lib.rs
+++ b/crates/test-utils/src/lib.rs
@@ -1,4 +1,4 @@
-// Copyright (c) 2022, Mysten Labs, Inc.
+// Copyright (c) Mysten Labs, Inc.
// SPDX-License-Identifier: Apache-2.0
pub mod authority;
pub mod messages;
diff --git a/crates/test-utils/src/messages.rs b/crates/test-utils/src/messages.rs
index 61d189837b884..ab6f280a28d4d 100644
--- a/crates/test-utils/src/messages.rs
+++ b/crates/test-utils/src/messages.rs
@@ -1,4 +1,4 @@
-// Copyright (c) 2022, Mysten Labs, Inc.
+// Copyright (c) Mysten Labs, Inc.
// SPDX-License-Identifier: Apache-2.0
use crate::objects::{test_gas_objects, test_gas_objects_with_owners, test_shared_object};
diff --git a/crates/test-utils/src/network.rs b/crates/test-utils/src/network.rs
index ee6144ec7becd..115450788aff5 100644
--- a/crates/test-utils/src/network.rs
+++ b/crates/test-utils/src/network.rs
@@ -1,4 +1,4 @@
-// Copyright (c) 2022, Mysten Labs, Inc.
+// Copyright (c) Mysten Labs, Inc.
// SPDX-License-Identifier: Apache-2.0
use jsonrpsee_http_client::{HttpClient, HttpClientBuilder};
diff --git a/crates/test-utils/src/objects.rs b/crates/test-utils/src/objects.rs
index 7c3e18a09e587..83418354f6385 100644
--- a/crates/test-utils/src/objects.rs
+++ b/crates/test-utils/src/objects.rs
@@ -1,4 +1,4 @@
-// Copyright (c) 2022, Mysten Labs, Inc.
+// Copyright (c) Mysten Labs, Inc.
// SPDX-License-Identifier: Apache-2.0
use crate::test_account_keys;
use sui_types::base_types::{ObjectID, SuiAddress, TransactionDigest};
diff --git a/crates/test-utils/src/transaction.rs b/crates/test-utils/src/transaction.rs
index 0d0e224ce3b48..a25973f804800 100644
--- a/crates/test-utils/src/transaction.rs
+++ b/crates/test-utils/src/transaction.rs
@@ -1,4 +1,4 @@
-// Copyright (c) 2022, Mysten Labs, Inc.
+// Copyright (c) Mysten Labs, Inc.
// SPDX-License-Identifier: Apache-2.0
use crate::authority::get_client;
use crate::messages::{
diff --git a/crates/workspace-hack/build.rs b/crates/workspace-hack/build.rs
index fe18d170f5980..e428f403f115e 100644
--- a/crates/workspace-hack/build.rs
+++ b/crates/workspace-hack/build.rs
@@ -1,4 +1,4 @@
-// Copyright (c) 2022, Mysten Labs, Inc.
+// Copyright (c) Mysten Labs, Inc.
// SPDX-License-Identifier: Apache-2.0
// A build script is required for cargo to consider build dependencies.
diff --git a/crates/workspace-hack/src/lib.rs b/crates/workspace-hack/src/lib.rs
index 19a1eaaa43f12..36ebc440df39f 100644
--- a/crates/workspace-hack/src/lib.rs
+++ b/crates/workspace-hack/src/lib.rs
@@ -1,4 +1,4 @@
-// Copyright (c) 2022, Mysten Labs, Inc.
+// Copyright (c) Mysten Labs, Inc.
// SPDX-License-Identifier: Apache-2.0
// This is a stub lib.rs.
diff --git a/crates/x/src/lint.rs b/crates/x/src/lint.rs
index ad97e455e29f9..3ae1449de0010 100644
--- a/crates/x/src/lint.rs
+++ b/crates/x/src/lint.rs
@@ -1,4 +1,4 @@
-// Copyright (c) 2022, Mysten Labs, Inc.
+// Copyright (c) Mysten Labs, Inc.
// SPDX-License-Identifier: Apache-2.0
use clap::Parser;
@@ -10,7 +10,7 @@ use nexlint_lints::{
project::{BannedDeps, BannedDepsConfig, DirectDuplicateGitDependencies},
};
-static LICENSE_HEADER: &str = "Copyright (c) 2022, Mysten Labs, Inc.\n\
+static LICENSE_HEADER: &str = "Copyright (c) Mysten Labs, Inc.\n\
SPDX-License-Identifier: Apache-2.0\n\
";
#[derive(Debug, Parser)]
diff --git a/crates/x/src/main.rs b/crates/x/src/main.rs
index c97d6cda0820c..b09f03fc3a039 100644
--- a/crates/x/src/main.rs
+++ b/crates/x/src/main.rs
@@ -1,4 +1,4 @@
-// Copyright (c) 2022, Mysten Labs, Inc.
+// Copyright (c) Mysten Labs, Inc.
// SPDX-License-Identifier: Apache-2.0
use anyhow::Result;
diff --git a/doc/book/examples/sources/basics/bag.move b/doc/book/examples/sources/basics/bag.move
index 3ce2ebe5ecd3e..1f06220d55ad8 100644
--- a/doc/book/examples/sources/basics/bag.move
+++ b/doc/book/examples/sources/basics/bag.move
@@ -1,4 +1,4 @@
-// Copyright (c) 2022, Mysten Labs, Inc.
+// Copyright (c) Mysten Labs, Inc.
// SPDX-License-Identifier: Apache-2.0
module examples::bag_example {
diff --git a/doc/book/examples/sources/basics/custom-transfer.move b/doc/book/examples/sources/basics/custom-transfer.move
index ccf3d5e947122..9e1ae38a2e5fc 100644
--- a/doc/book/examples/sources/basics/custom-transfer.move
+++ b/doc/book/examples/sources/basics/custom-transfer.move
@@ -1,4 +1,4 @@
-// Copyright (c) 2022, Mysten Labs, Inc.
+// Copyright (c) Mysten Labs, Inc.
// SPDX-License-Identifier: Apache-2.0
module examples::restricted_transfer {
diff --git a/doc/book/examples/sources/basics/entry-functions.move b/doc/book/examples/sources/basics/entry-functions.move
index 46e9f25071edd..6a1571c8da3ac 100644
--- a/doc/book/examples/sources/basics/entry-functions.move
+++ b/doc/book/examples/sources/basics/entry-functions.move
@@ -1,4 +1,4 @@
-// Copyright (c) 2022, Mysten Labs, Inc.
+// Copyright (c) Mysten Labs, Inc.
// SPDX-License-Identifier: Apache-2.0
module examples::object {
diff --git a/doc/book/examples/sources/basics/events.move b/doc/book/examples/sources/basics/events.move
index 8557870c37170..87aec67482451 100644
--- a/doc/book/examples/sources/basics/events.move
+++ b/doc/book/examples/sources/basics/events.move
@@ -1,4 +1,4 @@
-// Copyright (c) 2022, Mysten Labs, Inc.
+// Copyright (c) Mysten Labs, Inc.
// SPDX-License-Identifier: Apache-2.0
/// Extended example of a shared object. Now with addition of events!
diff --git a/doc/book/examples/sources/basics/init-function.move b/doc/book/examples/sources/basics/init-function.move
index 4dc820300096d..891d099864d99 100644
--- a/doc/book/examples/sources/basics/init-function.move
+++ b/doc/book/examples/sources/basics/init-function.move
@@ -1,4 +1,4 @@
-// Copyright (c) 2022, Mysten Labs, Inc.
+// Copyright (c) Mysten Labs, Inc.
// SPDX-License-Identifier: Apache-2.0
module examples::one_timer {
diff --git a/doc/book/examples/sources/basics/one-time-witness.move b/doc/book/examples/sources/basics/one-time-witness.move
index 1f4ef879d16ad..c4f5a1ae18f07 100644
--- a/doc/book/examples/sources/basics/one-time-witness.move
+++ b/doc/book/examples/sources/basics/one-time-witness.move
@@ -1,4 +1,4 @@
-// Copyright (c) 2022, Mysten Labs, Inc.
+// Copyright (c) Mysten Labs, Inc.
// SPDX-License-Identifier: Apache-2.0
/// This example illustrates how One Time Witness works.
diff --git a/doc/book/examples/sources/basics/owned-objects.move b/doc/book/examples/sources/basics/owned-objects.move
index d34702a7d23cf..e632259fb3e38 100644
--- a/doc/book/examples/sources/basics/owned-objects.move
+++ b/doc/book/examples/sources/basics/owned-objects.move
@@ -1,3 +1,3 @@
-// Copyright (c) 2022, Mysten Labs, Inc.
+// Copyright (c) Mysten Labs, Inc.
// SPDX-License-Identifier: Apache-2.0
diff --git a/doc/book/examples/sources/basics/shared-object.move b/doc/book/examples/sources/basics/shared-object.move
index e26a9dd677b02..fb6cc15e95be1 100644
--- a/doc/book/examples/sources/basics/shared-object.move
+++ b/doc/book/examples/sources/basics/shared-object.move
@@ -1,4 +1,4 @@
-// Copyright (c) 2022, Mysten Labs, Inc.
+// Copyright (c) Mysten Labs, Inc.
// SPDX-License-Identifier: Apache-2.0
/// Unlike `Owned` objects, `Shared` ones can be accessed by anyone on the
diff --git a/doc/book/examples/sources/basics/strings.move b/doc/book/examples/sources/basics/strings.move
index b4b19de5e4db9..30556dea713d1 100644
--- a/doc/book/examples/sources/basics/strings.move
+++ b/doc/book/examples/sources/basics/strings.move
@@ -1,4 +1,4 @@
-// Copyright (c) 2022, Mysten Labs, Inc.
+// Copyright (c) Mysten Labs, Inc.
// SPDX-License-Identifier: Apache-2.0
module examples::strings {
diff --git a/doc/book/examples/sources/basics/transfer.move b/doc/book/examples/sources/basics/transfer.move
index 4e571c9a4e1c4..906d45e25e8bb 100644
--- a/doc/book/examples/sources/basics/transfer.move
+++ b/doc/book/examples/sources/basics/transfer.move
@@ -1,4 +1,4 @@
-// Copyright (c) 2022, Mysten Labs, Inc.
+// Copyright (c) Mysten Labs, Inc.
// SPDX-License-Identifier: Apache-2.0
/// A freely transfererrable Wrapper for custom data.
diff --git a/doc/book/examples/sources/basics/vec-map.move b/doc/book/examples/sources/basics/vec-map.move
index d34702a7d23cf..e632259fb3e38 100644
--- a/doc/book/examples/sources/basics/vec-map.move
+++ b/doc/book/examples/sources/basics/vec-map.move
@@ -1,3 +1,3 @@
-// Copyright (c) 2022, Mysten Labs, Inc.
+// Copyright (c) Mysten Labs, Inc.
// SPDX-License-Identifier: Apache-2.0
diff --git a/doc/book/examples/sources/patterns/capability.move b/doc/book/examples/sources/patterns/capability.move
index c89abe407fc9c..572c5b67218e2 100644
--- a/doc/book/examples/sources/patterns/capability.move
+++ b/doc/book/examples/sources/patterns/capability.move
@@ -1,4 +1,4 @@
-// Copyright (c) 2022, Mysten Labs, Inc.
+// Copyright (c) Mysten Labs, Inc.
// SPDX-License-Identifier: Apache-2.0
module examples::item {
diff --git a/doc/book/examples/sources/patterns/hot-potato.move b/doc/book/examples/sources/patterns/hot-potato.move
index d9ea0c9db00da..0027b79956537 100644
--- a/doc/book/examples/sources/patterns/hot-potato.move
+++ b/doc/book/examples/sources/patterns/hot-potato.move
@@ -1,4 +1,4 @@
-// Copyright (c) 2022, Mysten Labs, Inc.
+// Copyright (c) Mysten Labs, Inc.
// SPDX-License-Identifier: Apache-2.0
module examples::trade_in {
diff --git a/doc/book/examples/sources/patterns/transferable-witness.move b/doc/book/examples/sources/patterns/transferable-witness.move
index 0d91f562070ed..339350c176072 100644
--- a/doc/book/examples/sources/patterns/transferable-witness.move
+++ b/doc/book/examples/sources/patterns/transferable-witness.move
@@ -1,4 +1,4 @@
-// Copyright (c) 2022, Mysten Labs, Inc.
+// Copyright (c) Mysten Labs, Inc.
// SPDX-License-Identifier: Apache-2.0
/// This pattern is based on a combination of two others: Capability and a Witness.
diff --git a/doc/book/examples/sources/patterns/witness.move b/doc/book/examples/sources/patterns/witness.move
index 89591ecd5c5cb..cdadee8804c68 100644
--- a/doc/book/examples/sources/patterns/witness.move
+++ b/doc/book/examples/sources/patterns/witness.move
@@ -1,4 +1,4 @@
-// Copyright (c) 2022, Mysten Labs, Inc.
+// Copyright (c) Mysten Labs, Inc.
// SPDX-License-Identifier: Apache-2.0
/// Module that defines a generic type `Guardian` which can only be
diff --git a/doc/book/examples/sources/samples/coin.move b/doc/book/examples/sources/samples/coin.move
index bfd3c73d10d3c..c115d94b50177 100644
--- a/doc/book/examples/sources/samples/coin.move
+++ b/doc/book/examples/sources/samples/coin.move
@@ -1,4 +1,4 @@
-// Copyright (c) 2022, Mysten Labs, Inc.
+// Copyright (c) Mysten Labs, Inc.
// SPDX-License-Identifier: Apache-2.0
module examples::mycoin {
diff --git a/doc/book/examples/sources/samples/nft.move b/doc/book/examples/sources/samples/nft.move
index 6f1d72f71d062..efa9700039842 100644
--- a/doc/book/examples/sources/samples/nft.move
+++ b/doc/book/examples/sources/samples/nft.move
@@ -1,4 +1,4 @@
-// Copyright (c) 2022, Mysten Labs, Inc.
+// Copyright (c) Mysten Labs, Inc.
// SPDX-License-Identifier: Apache-2.0
module examples::devnet_nft {
diff --git a/doc/book/misc/move.js b/doc/book/misc/move.js
index b544928ff8c26..340aa76f8c1f1 100644
--- a/doc/book/misc/move.js
+++ b/doc/book/misc/move.js
@@ -1,4 +1,4 @@
-// Copyright (c) 2022, Mysten Labs, Inc.
+// Copyright (c) Mysten Labs, Inc.
// SPDX-License-Identifier: Apache-2.0
/**
diff --git a/doc/book/theme/highlight.js b/doc/book/theme/highlight.js
index c963c3406bed2..05ebb9549c253 100644
--- a/doc/book/theme/highlight.js
+++ b/doc/book/theme/highlight.js
@@ -1,4 +1,4 @@
-// Copyright (c) 2022, Mysten Labs, Inc.
+// Copyright (c) Mysten Labs, Inc.
// SPDX-License-Identifier: Apache-2.0
/*
diff --git a/doc/utils/latex-md.sh b/doc/utils/latex-md.sh
index 1175640844b06..624e314990663 100644
--- a/doc/utils/latex-md.sh
+++ b/doc/utils/latex-md.sh
@@ -1,5 +1,5 @@
#!/bin/bash
-# Copyright (c) 2022, Mysten Labs, Inc.
+# Copyright (c) Mysten Labs, Inc.
# SPDX-License-Identifier: Apache-2.0
# Prereqs: Pandoc installed and in PATH - https://pandoc.org/
diff --git a/docker/sui-node/build.sh b/docker/sui-node/build.sh
index 26e2ce970c375..34477ddd9b2c3 100755
--- a/docker/sui-node/build.sh
+++ b/docker/sui-node/build.sh
@@ -1,5 +1,5 @@
#!/bin/sh
-# Copyright (c) 2022, Mysten Labs, Inc.
+# Copyright (c) Mysten Labs, Inc.
# SPDX-License-Identifier: Apache-2.0
# fast fail.
diff --git a/docker/sui-tools/build.sh b/docker/sui-tools/build.sh
index d59692d7eb031..c4c389fbe9124 100755
--- a/docker/sui-tools/build.sh
+++ b/docker/sui-tools/build.sh
@@ -1,5 +1,5 @@
#!/bin/sh
-# Copyright (c) 2022, Mysten Labs, Inc.
+# Copyright (c) Mysten Labs, Inc.
# SPDX-License-Identifier: Apache-2.0
# fast fail.
diff --git a/narwhal/.github/workflows/install.sh b/narwhal/.github/workflows/install.sh
index 80bc74a3a0ef7..70f9b0fb467e9 100644
--- a/narwhal/.github/workflows/install.sh
+++ b/narwhal/.github/workflows/install.sh
@@ -1,5 +1,5 @@
#!/bin/bash
-# Copyright (c) 2022, Mysten Labs, Inc.
+# Copyright (c) Mysten Labs, Inc.
# SPDX-License-Identifier: Apache-2.0
# Add clang & others
diff --git a/narwhal/Docker/entry.sh b/narwhal/Docker/entry.sh
index bab4bee996106..d1c5e479c6539 100755
--- a/narwhal/Docker/entry.sh
+++ b/narwhal/Docker/entry.sh
@@ -1,5 +1,5 @@
#!/bin/bash
-# Copyright (c) 2022, Mysten Labs, Inc.
+# Copyright (c) Mysten Labs, Inc.
# SPDX-License-Identifier: Apache-2.0
# Capture stack trace
diff --git a/narwhal/Docker/gen.validators.sh b/narwhal/Docker/gen.validators.sh
index ad8947c8524a9..db53a99c1749e 100755
--- a/narwhal/Docker/gen.validators.sh
+++ b/narwhal/Docker/gen.validators.sh
@@ -1,5 +1,5 @@
#!/usr/bin/env bash
-# Copyright (c) 2022, Mysten Labs, Inc.
+# Copyright (c) Mysten Labs, Inc.
# SPDX-License-Identifier: Apache-2.0
set -e
diff --git a/narwhal/benchmark/benchmark/full_demo.py b/narwhal/benchmark/benchmark/full_demo.py
index b66fac858ec9f..43eaa90fc83ab 100644
--- a/narwhal/benchmark/benchmark/full_demo.py
+++ b/narwhal/benchmark/benchmark/full_demo.py
@@ -1,5 +1,5 @@
# Copyright(C) Facebook, Inc. and its affiliates.
-# Copyright (c) 2022, Mysten Labs, Inc.
+# Copyright (c) Mysten Labs, Inc.
# SPDX-License-Identifier: Apache-2.0
import subprocess
from math import ceil
diff --git a/narwhal/benchmark/benchmark/seed.py b/narwhal/benchmark/benchmark/seed.py
index 2a55513bc1c99..d4e4101b08093 100644
--- a/narwhal/benchmark/benchmark/seed.py
+++ b/narwhal/benchmark/benchmark/seed.py
@@ -1,4 +1,4 @@
-# Copyright (c) 2022, Mysten Labs, Inc.
+# Copyright (c) Mysten Labs, Inc.
import subprocess
from math import ceil
from os.path import basename, splitext
diff --git a/narwhal/benchmark/benchmark/utils.py b/narwhal/benchmark/benchmark/utils.py
index 8e9019147a568..87cdfdb8a6a8d 100644
--- a/narwhal/benchmark/benchmark/utils.py
+++ b/narwhal/benchmark/benchmark/utils.py
@@ -1,5 +1,5 @@
# Copyright (c) 2021, Facebook, Inc. and its affiliates.
-# Copyright (c) 2022, Mysten Labs, Inc.
+# Copyright (c) Mysten Labs, Inc.
import multiaddr
from multiaddr.protocols import (
P_DNS, P_DNS4, P_DNS6, P_HTTP, P_HTTPS, P_IP4, P_IP6, P_TCP)
diff --git a/narwhal/config/src/duration_format.rs b/narwhal/config/src/duration_format.rs
index acbcae7b0c2bd..e330fc68f69e0 100644
--- a/narwhal/config/src/duration_format.rs
+++ b/narwhal/config/src/duration_format.rs
@@ -1,4 +1,4 @@
-// Copyright (c) 2022, Mysten Labs, Inc.
+// Copyright (c) Mysten Labs, Inc.
// SPDX-License-Identifier: Apache-2.0
//! Allow us to deserialize Duration values in a more human friendly format
diff --git a/narwhal/config/src/lib.rs b/narwhal/config/src/lib.rs
index f659d859fbd9f..acd115846cb76 100644
--- a/narwhal/config/src/lib.rs
+++ b/narwhal/config/src/lib.rs
@@ -1,5 +1,5 @@
// Copyright (c) 2021, Facebook, Inc. and its affiliates
-// Copyright (c) 2022, Mysten Labs, Inc.
+// Copyright (c) Mysten Labs, Inc.
// SPDX-License-Identifier: Apache-2.0
#![warn(
future_incompatible,
diff --git a/narwhal/config/src/utils.rs b/narwhal/config/src/utils.rs
index 57d4a1d4bd439..81a8e7f4715e5 100644
--- a/narwhal/config/src/utils.rs
+++ b/narwhal/config/src/utils.rs
@@ -1,4 +1,4 @@
-// Copyright (c) 2022, Mysten Labs, Inc.
+// Copyright (c) Mysten Labs, Inc.
// SPDX-License-Identifier: Apache-2.0
use std::net::{TcpListener, TcpStream};
diff --git a/narwhal/config/tests/config_tests.rs b/narwhal/config/tests/config_tests.rs
index 8f19db4d1600e..346dafb84be2c 100644
--- a/narwhal/config/tests/config_tests.rs
+++ b/narwhal/config/tests/config_tests.rs
@@ -1,4 +1,4 @@
-// Copyright (c) 2022, Mysten Labs, Inc.
+// Copyright (c) Mysten Labs, Inc.
// SPDX-License-Identifier: Apache-2.0
#![allow(clippy::mutable_key_type)]
diff --git a/narwhal/consensus/benches/process_certificates.rs b/narwhal/consensus/benches/process_certificates.rs
index 49b3475256c6c..be141b7389f27 100644
--- a/narwhal/consensus/benches/process_certificates.rs
+++ b/narwhal/consensus/benches/process_certificates.rs
@@ -1,4 +1,4 @@
-// Copyright (c) 2022, Mysten Labs, Inc.
+// Copyright (c) Mysten Labs, Inc.
// SPDX-License-Identifier: Apache-2.0
use consensus::{
diff --git a/narwhal/consensus/src/bullshark.rs b/narwhal/consensus/src/bullshark.rs
index 302e35e336ec5..d3366d8850211 100644
--- a/narwhal/consensus/src/bullshark.rs
+++ b/narwhal/consensus/src/bullshark.rs
@@ -1,5 +1,5 @@
// Copyright (c) 2021, Facebook, Inc. and its affiliates
-// Copyright (c) 2022, Mysten Labs, Inc.
+// Copyright (c) Mysten Labs, Inc.
// SPDX-License-Identifier: Apache-2.0
use crate::{
consensus::{ConsensusProtocol, ConsensusState, Dag},
diff --git a/narwhal/consensus/src/consensus.rs b/narwhal/consensus/src/consensus.rs
index 21eae8ee12da0..3f4b6dab0b82e 100644
--- a/narwhal/consensus/src/consensus.rs
+++ b/narwhal/consensus/src/consensus.rs
@@ -1,5 +1,5 @@
// Copyright (c) 2021, Facebook, Inc. and its affiliates
-// Copyright (c) 2022, Mysten Labs, Inc.
+// Copyright (c) Mysten Labs, Inc.
// SPDX-License-Identifier: Apache-2.0
#![allow(clippy::mutable_key_type)]
diff --git a/narwhal/consensus/src/dag.rs b/narwhal/consensus/src/dag.rs
index 4e514e40c9281..67cc5dd5e8fa1 100644
--- a/narwhal/consensus/src/dag.rs
+++ b/narwhal/consensus/src/dag.rs
@@ -1,4 +1,4 @@
-// Copyright (c) 2022, Mysten Labs, Inc.
+// Copyright (c) Mysten Labs, Inc.
// SPDX-License-Identifier: Apache-2.0
use config::Committee;
diff --git a/narwhal/consensus/src/lib.rs b/narwhal/consensus/src/lib.rs
index 861da146dd0dd..44cb77bf822b4 100644
--- a/narwhal/consensus/src/lib.rs
+++ b/narwhal/consensus/src/lib.rs
@@ -1,4 +1,4 @@
-// Copyright (c) 2022, Mysten Labs, Inc.
+// Copyright (c) Mysten Labs, Inc.
// SPDX-License-Identifier: Apache-2.0
#![warn(
future_incompatible,
diff --git a/narwhal/consensus/src/metrics.rs b/narwhal/consensus/src/metrics.rs
index e775a0154f5ab..1f5d045f5eef6 100644
--- a/narwhal/consensus/src/metrics.rs
+++ b/narwhal/consensus/src/metrics.rs
@@ -1,4 +1,4 @@
-// Copyright (c) 2022, Mysten Labs, Inc.
+// Copyright (c) Mysten Labs, Inc.
// SPDX-License-Identifier: Apache-2.0
use prometheus::{
default_registry, register_int_counter_with_registry, register_int_gauge_vec_with_registry,
diff --git a/narwhal/consensus/src/tests/bullshark_tests.rs b/narwhal/consensus/src/tests/bullshark_tests.rs
index 24e361d83ee2d..fea7efe3fdd5f 100644
--- a/narwhal/consensus/src/tests/bullshark_tests.rs
+++ b/narwhal/consensus/src/tests/bullshark_tests.rs
@@ -1,5 +1,5 @@
// Copyright (c) 2021, Facebook, Inc. and its affiliates
-// Copyright (c) 2022, Mysten Labs, Inc.
+// Copyright (c) Mysten Labs, Inc.
// SPDX-License-Identifier: Apache-2.0
use super::*;
diff --git a/narwhal/consensus/src/tests/dag_tests.rs b/narwhal/consensus/src/tests/dag_tests.rs
index 6ebe83b9933f1..1cc8b1be109e6 100644
--- a/narwhal/consensus/src/tests/dag_tests.rs
+++ b/narwhal/consensus/src/tests/dag_tests.rs
@@ -1,4 +1,4 @@
-// Copyright (c) 2022, Mysten Labs, Inc.
+// Copyright (c) Mysten Labs, Inc.
// SPDX-License-Identifier: Apache-2.0
use super::{Dag, ValidatorDagError};
diff --git a/narwhal/consensus/src/tests/tusk_tests.rs b/narwhal/consensus/src/tests/tusk_tests.rs
index 992d80ee8e5d5..7f946fefa6abd 100644
--- a/narwhal/consensus/src/tests/tusk_tests.rs
+++ b/narwhal/consensus/src/tests/tusk_tests.rs
@@ -1,5 +1,5 @@
// Copyright (c) 2021, Facebook, Inc. and its affiliates
-// Copyright (c) 2022, Mysten Labs, Inc.
+// Copyright (c) Mysten Labs, Inc.
// SPDX-License-Identifier: Apache-2.0
use super::*;
diff --git a/narwhal/consensus/src/tusk.rs b/narwhal/consensus/src/tusk.rs
index 90170775b635f..f19cd6314c747 100644
--- a/narwhal/consensus/src/tusk.rs
+++ b/narwhal/consensus/src/tusk.rs
@@ -1,5 +1,5 @@
// Copyright (c) 2021, Facebook, Inc. and its affiliates
-// Copyright (c) 2022, Mysten Labs, Inc.
+// Copyright (c) Mysten Labs, Inc.
// SPDX-License-Identifier: Apache-2.0
use crate::{
consensus::{ConsensusProtocol, ConsensusState, Dag},
diff --git a/narwhal/consensus/src/utils.rs b/narwhal/consensus/src/utils.rs
index 4da0eb27914a3..b686224cc621d 100644
--- a/narwhal/consensus/src/utils.rs
+++ b/narwhal/consensus/src/utils.rs
@@ -1,5 +1,5 @@
// Copyright (c) 2021, Facebook, Inc. and its affiliates
-// Copyright (c) 2022, Mysten Labs, Inc.
+// Copyright (c) Mysten Labs, Inc.
// SPDX-License-Identifier: Apache-2.0
use crate::consensus::{ConsensusState, Dag};
use config::Committee;
diff --git a/narwhal/crypto/src/bls12377/ark_serialize.rs b/narwhal/crypto/src/bls12377/ark_serialize.rs
index f69644b03dc60..81ba95d858c69 100644
--- a/narwhal/crypto/src/bls12377/ark_serialize.rs
+++ b/narwhal/crypto/src/bls12377/ark_serialize.rs
@@ -1,4 +1,4 @@
-// Copyright (c) 2022, Mysten Labs, Inc.
+// Copyright (c) Mysten Labs, Inc.
// SPDX-License-Identifier: Apache-2.0
use ark_serialize::{CanonicalDeserialize, CanonicalSerialize};
diff --git a/narwhal/crypto/src/bls12377/mod.rs b/narwhal/crypto/src/bls12377/mod.rs
index 40e44d6840e84..c00167351e29c 100644
--- a/narwhal/crypto/src/bls12377/mod.rs
+++ b/narwhal/crypto/src/bls12377/mod.rs
@@ -1,4 +1,4 @@
-// Copyright (c) 2022, Mysten Labs, Inc.
+// Copyright (c) Mysten Labs, Inc.
// SPDX-License-Identifier: Apache-2.0
use std::{
diff --git a/narwhal/crypto/src/bls12377/rng_wrapper.rs b/narwhal/crypto/src/bls12377/rng_wrapper.rs
index f76d528fb5150..437d89b37d1fd 100644
--- a/narwhal/crypto/src/bls12377/rng_wrapper.rs
+++ b/narwhal/crypto/src/bls12377/rng_wrapper.rs
@@ -1,4 +1,4 @@
-// Copyright (c) 2022, Mysten Labs, Inc.
+// Copyright (c) Mysten Labs, Inc.
// SPDX-License-Identifier: Apache-2.0
#![cfg(feature = "celo")]
diff --git a/narwhal/crypto/src/lib.rs b/narwhal/crypto/src/lib.rs
index d7f56844c4182..6250cadf4d935 100644
--- a/narwhal/crypto/src/lib.rs
+++ b/narwhal/crypto/src/lib.rs
@@ -1,5 +1,5 @@
// Copyright (c) 2021, Facebook, Inc. and its affiliates
-// Copyright (c) 2022, Mysten Labs, Inc.
+// Copyright (c) Mysten Labs, Inc.
// SPDX-License-Identifier: Apache-2.0
#![warn(
future_incompatible,
diff --git a/narwhal/crypto/src/tests/bls12377_tests.rs b/narwhal/crypto/src/tests/bls12377_tests.rs
index af62fcfb359f5..dcf328a1d7492 100644
--- a/narwhal/crypto/src/tests/bls12377_tests.rs
+++ b/narwhal/crypto/src/tests/bls12377_tests.rs
@@ -1,4 +1,4 @@
-// Copyright (c) 2022, Mysten Labs, Inc.
+// Copyright (c) Mysten Labs, Inc.
// SPDX-License-Identifier: Apache-2.0
use crate::bls12377::{
BLS12377AggregateSignature, BLS12377KeyPair, BLS12377PrivateKey, BLS12377PublicKey,
diff --git a/narwhal/dag/src/bft.rs b/narwhal/dag/src/bft.rs
index 76c7a97c5a512..ade19f1d15a16 100644
--- a/narwhal/dag/src/bft.rs
+++ b/narwhal/dag/src/bft.rs
@@ -1,5 +1,5 @@
// Copyright (c) 2020 Christian Vallentin
-// Copyright (c) 2022, Mysten Labs, Inc.
+// Copyright (c) Mysten Labs, Inc.
// SPDX-License-Identifier: Apache-2.0
use std::collections::{BTreeSet, VecDeque};
diff --git a/narwhal/dag/src/lib.rs b/narwhal/dag/src/lib.rs
index 0b4ad5a8c69ba..162bd807f00cd 100644
--- a/narwhal/dag/src/lib.rs
+++ b/narwhal/dag/src/lib.rs
@@ -1,4 +1,4 @@
-// Copyright (c) 2022, Mysten Labs, Inc.
+// Copyright (c) Mysten Labs, Inc.
// SPDX-License-Identifier: Apache-2.0
use arc_swap::ArcSwap;
diff --git a/narwhal/dag/src/node_dag.rs b/narwhal/dag/src/node_dag.rs
index 6515ddf909548..d57a02056e1db 100644
--- a/narwhal/dag/src/node_dag.rs
+++ b/narwhal/dag/src/node_dag.rs
@@ -1,4 +1,4 @@
-// Copyright (c) 2022, Mysten Labs, Inc.
+// Copyright (c) Mysten Labs, Inc.
// SPDX-License-Identifier: Apache-2.0
use arc_swap::ArcSwap;
diff --git a/narwhal/examples/build.rs b/narwhal/examples/build.rs
index ef67563e68c5e..7f5e495772561 100644
--- a/narwhal/examples/build.rs
+++ b/narwhal/examples/build.rs
@@ -1,4 +1,4 @@
-// Copyright (c) 2022, Mysten Labs, Inc.
+// Copyright (c) Mysten Labs, Inc.
// SPDX-License-Identifier: Apache-2.0
fn main() -> Result<(), Box> {
std::env::set_var("PROTOC", protobuf_src::protoc());
diff --git a/narwhal/examples/protos/narwhal.proto b/narwhal/examples/protos/narwhal.proto
index 593b7952a1c81..c61a025032f13 100644
--- a/narwhal/examples/protos/narwhal.proto
+++ b/narwhal/examples/protos/narwhal.proto
@@ -1,4 +1,4 @@
-// Copyright (c) 2022, Mysten Labs, Inc.
+// Copyright (c) Mysten Labs, Inc.
// SPDX-License-Identifier: Apache-2.0
syntax = "proto3";
diff --git a/narwhal/examples/src/demo_client.rs b/narwhal/examples/src/demo_client.rs
index 3c5d2d81eadde..4193c72efede5 100644
--- a/narwhal/examples/src/demo_client.rs
+++ b/narwhal/examples/src/demo_client.rs
@@ -1,4 +1,4 @@
-// Copyright (c) 2022, Mysten Labs, Inc.
+// Copyright (c) Mysten Labs, Inc.
// SPDX-License-Identifier: Apache-2.0
use clap::{crate_name, crate_version, App, AppSettings, Arg, SubCommand};
diff --git a/narwhal/executor/src/errors.rs b/narwhal/executor/src/errors.rs
index 27ed1f9abcd94..9c136337d1ec5 100644
--- a/narwhal/executor/src/errors.rs
+++ b/narwhal/executor/src/errors.rs
@@ -1,4 +1,4 @@
-// Copyright (c) 2022, Mysten Labs, Inc.
+// Copyright (c) Mysten Labs, Inc.
// SPDX-License-Identifier: Apache-2.0
use config::WorkerId;
use std::fmt::Debug;
diff --git a/narwhal/executor/src/lib.rs b/narwhal/executor/src/lib.rs
index 183f5765f8e7d..aaf08d7e687d5 100644
--- a/narwhal/executor/src/lib.rs
+++ b/narwhal/executor/src/lib.rs
@@ -1,4 +1,4 @@
-// Copyright (c) 2022, Mysten Labs, Inc.
+// Copyright (c) Mysten Labs, Inc.
// SPDX-License-Identifier: Apache-2.0
mod errors;
mod state;
diff --git a/narwhal/executor/src/metrics.rs b/narwhal/executor/src/metrics.rs
index f850414783b93..e6f3cd2dc1a52 100644
--- a/narwhal/executor/src/metrics.rs
+++ b/narwhal/executor/src/metrics.rs
@@ -1,4 +1,4 @@
-// Copyright (c) 2022, Mysten Labs, Inc.
+// Copyright (c) Mysten Labs, Inc.
// SPDX-License-Identifier: Apache-2.0
use prometheus::{
default_registry, register_histogram_with_registry, register_int_counter_with_registry,
diff --git a/narwhal/executor/src/notifier.rs b/narwhal/executor/src/notifier.rs
index 0f0d898e9baa8..fa1e49d9200b9 100644
--- a/narwhal/executor/src/notifier.rs
+++ b/narwhal/executor/src/notifier.rs
@@ -1,5 +1,5 @@
use std::sync::Arc;
-// Copyright (c) 2022, Mysten Labs, Inc.
+// Copyright (c) Mysten Labs, Inc.
// SPDX-License-Identifier: Apache-2.0
use crate::{ExecutionIndices, ExecutionState, ExecutorMetrics};
use consensus::ConsensusOutput;
diff --git a/narwhal/executor/src/state.rs b/narwhal/executor/src/state.rs
index ca904fb88fd0b..7a7404e2ae625 100644
--- a/narwhal/executor/src/state.rs
+++ b/narwhal/executor/src/state.rs
@@ -1,4 +1,4 @@
-// Copyright (c) 2022, Mysten Labs, Inc.
+// Copyright (c) Mysten Labs, Inc.
// SPDX-License-Identifier: Apache-2.0
use serde::{Deserialize, Serialize};
use types::SequenceNumber;
diff --git a/narwhal/executor/src/subscriber.rs b/narwhal/executor/src/subscriber.rs
index 650d18463a3fa..6ac44ed6ded45 100644
--- a/narwhal/executor/src/subscriber.rs
+++ b/narwhal/executor/src/subscriber.rs
@@ -1,4 +1,4 @@
-// Copyright (c) 2022, Mysten Labs, Inc.
+// Copyright (c) Mysten Labs, Inc.
// SPDX-License-Identifier: Apache-2.0
use crate::notifier::BatchIndex;
use crate::{errors::SubscriberResult, metrics::ExecutorMetrics};
diff --git a/narwhal/executor/tests/consensus_integration_tests.rs b/narwhal/executor/tests/consensus_integration_tests.rs
index 1733dc8b32ecb..e1844a975db99 100644
--- a/narwhal/executor/tests/consensus_integration_tests.rs
+++ b/narwhal/executor/tests/consensus_integration_tests.rs
@@ -1,4 +1,4 @@
-// Copyright (c) 2022, Mysten Labs, Inc.
+// Copyright (c) Mysten Labs, Inc.
// SPDX-License-Identifier: Apache-2.0
use bytes::Bytes;
use telemetry_subscribers::TelemetryGuards;
diff --git a/narwhal/network/src/admin.rs b/narwhal/network/src/admin.rs
index daf4ab36294ef..908bf9d82b3e0 100644
--- a/narwhal/network/src/admin.rs
+++ b/narwhal/network/src/admin.rs
@@ -1,4 +1,4 @@
-// Copyright (c) 2022, Mysten Labs, Inc.
+// Copyright (c) Mysten Labs, Inc.
// SPDX-License-Identifier: Apache-2.0
use axum::{extract::Extension, http::StatusCode, routing::get, Json, Router};
diff --git a/narwhal/network/src/bounded_executor.rs b/narwhal/network/src/bounded_executor.rs
index 31e307b6d89e1..00c43e0eb7873 100644
--- a/narwhal/network/src/bounded_executor.rs
+++ b/narwhal/network/src/bounded_executor.rs
@@ -1,5 +1,5 @@
// Copyright (c) The Diem Core Contributors
-// Copyright (c) 2022, Mysten Labs, Inc.
+// Copyright (c) Mysten Labs, Inc.
// SPDX-License-Identifier: Apache-2.0
#![forbid(unsafe_code)]
diff --git a/narwhal/network/src/connectivity.rs b/narwhal/network/src/connectivity.rs
index 8b743bf82ed3b..0ec6751e8025b 100644
--- a/narwhal/network/src/connectivity.rs
+++ b/narwhal/network/src/connectivity.rs
@@ -1,4 +1,4 @@
-// Copyright (c) 2022, Mysten Labs, Inc.
+// Copyright (c) Mysten Labs, Inc.
// SPDX-License-Identifier: Apache-2.0
use tokio::{sync::watch, task::JoinHandle};
use types::ReconfigureNotification;
diff --git a/narwhal/network/src/lib.rs b/narwhal/network/src/lib.rs
index 6fa8d352f5622..7cb73f3d7982d 100644
--- a/narwhal/network/src/lib.rs
+++ b/narwhal/network/src/lib.rs
@@ -1,5 +1,5 @@
// Copyright (c) 2021, Facebook, Inc. and its affiliates
-// Copyright (c) 2022, Mysten Labs, Inc.
+// Copyright (c) Mysten Labs, Inc.
// SPDX-License-Identifier: Apache-2.0
#![warn(
future_incompatible,
diff --git a/narwhal/network/src/metrics.rs b/narwhal/network/src/metrics.rs
index 880f17bc69d4a..dbd99bbd2e1bd 100644
--- a/narwhal/network/src/metrics.rs
+++ b/narwhal/network/src/metrics.rs
@@ -1,4 +1,4 @@
-// Copyright (c) 2022, Mysten Labs, Inc.
+// Copyright (c) Mysten Labs, Inc.
// SPDX-License-Identifier: Apache-2.0
use anemo_tower::callback::{MakeCallbackHandler, ResponseHandler};
use prometheus::{
diff --git a/narwhal/network/src/p2p.rs b/narwhal/network/src/p2p.rs
index 99777d0ca8967..6c9cd911a311d 100644
--- a/narwhal/network/src/p2p.rs
+++ b/narwhal/network/src/p2p.rs
@@ -1,4 +1,4 @@
-// Copyright (c) 2022, Mysten Labs, Inc.
+// Copyright (c) Mysten Labs, Inc.
// SPDX-License-Identifier: Apache-2.0
use crate::traits::PrimaryToWorkerRpc;
diff --git a/narwhal/network/src/retry.rs b/narwhal/network/src/retry.rs
index ffa62c0faf7d6..a782e21df5223 100644
--- a/narwhal/network/src/retry.rs
+++ b/narwhal/network/src/retry.rs
@@ -1,4 +1,4 @@
-// Copyright (c) 2022, Mysten Labs, Inc.
+// Copyright (c) Mysten Labs, Inc.
// SPDX-License-Identifier: Apache-2.0
use std::{future::Future, time::Duration};
diff --git a/narwhal/network/src/traits.rs b/narwhal/network/src/traits.rs
index 5f4df32aa0184..ed284b03ed279 100644
--- a/narwhal/network/src/traits.rs
+++ b/narwhal/network/src/traits.rs
@@ -1,4 +1,4 @@
-// Copyright (c) 2022, Mysten Labs, Inc.
+// Copyright (c) Mysten Labs, Inc.
// SPDX-License-Identifier: Apache-2.0
use crate::CancelOnDropHandler;
use anyhow::Result;
diff --git a/narwhal/node/src/benchmark_client.rs b/narwhal/node/src/benchmark_client.rs
index 67f782971f066..e2c4006408179 100644
--- a/narwhal/node/src/benchmark_client.rs
+++ b/narwhal/node/src/benchmark_client.rs
@@ -1,5 +1,5 @@
// Copyright (c) 2021, Facebook, Inc. and its affiliates
-// Copyright (c) 2022, Mysten Labs, Inc.
+// Copyright (c) Mysten Labs, Inc.
// SPDX-License-Identifier: Apache-2.0
use bytes::{BufMut as _, BytesMut};
use clap::{crate_name, crate_version, App, AppSettings};
diff --git a/narwhal/node/src/execution_state.rs b/narwhal/node/src/execution_state.rs
index 8b568c163202d..bffe46d852370 100644
--- a/narwhal/node/src/execution_state.rs
+++ b/narwhal/node/src/execution_state.rs
@@ -1,4 +1,4 @@
-// Copyright (c) 2022, Mysten Labs, Inc.
+// Copyright (c) Mysten Labs, Inc.
// SPDX-License-Identifier: Apache-2.0
use async_trait::async_trait;
use consensus::ConsensusOutput;
diff --git a/narwhal/node/src/generate_format.rs b/narwhal/node/src/generate_format.rs
index 6bc85dbb50dd5..507138b474c6c 100644
--- a/narwhal/node/src/generate_format.rs
+++ b/narwhal/node/src/generate_format.rs
@@ -1,4 +1,4 @@
-// Copyright (c) 2022, Mysten Labs, Inc.
+// Copyright (c) Mysten Labs, Inc.
// SPDX-License-Identifier: Apache-2.0
use config::{Authority, Committee, Epoch, WorkerIndex, WorkerInfo};
use crypto::{KeyPair, NetworkKeyPair};
diff --git a/narwhal/node/src/lib.rs b/narwhal/node/src/lib.rs
index 275eeda18da7e..2b75ea45d65b6 100644
--- a/narwhal/node/src/lib.rs
+++ b/narwhal/node/src/lib.rs
@@ -1,4 +1,4 @@
-// Copyright (c) 2022, Mysten Labs, Inc.
+// Copyright (c) Mysten Labs, Inc.
// SPDX-License-Identifier: Apache-2.0
use config::{Parameters, SharedCommittee, SharedWorkerCache, WorkerId};
use consensus::{
diff --git a/narwhal/node/src/main.rs b/narwhal/node/src/main.rs
index d92b5668e89fa..ac3dc4f180367 100644
--- a/narwhal/node/src/main.rs
+++ b/narwhal/node/src/main.rs
@@ -1,5 +1,5 @@
// Copyright (c) 2021, Facebook, Inc. and its affiliates
-// Copyright (c) 2022, Mysten Labs, Inc.
+// Copyright (c) Mysten Labs, Inc.
// SPDX-License-Identifier: Apache-2.0
#![warn(
future_incompatible,
diff --git a/narwhal/node/src/metrics.rs b/narwhal/node/src/metrics.rs
index e31fecef953da..e8826c556f0b7 100644
--- a/narwhal/node/src/metrics.rs
+++ b/narwhal/node/src/metrics.rs
@@ -1,4 +1,4 @@
-// Copyright (c) 2022, Mysten Labs, Inc.
+// Copyright (c) Mysten Labs, Inc.
// SPDX-License-Identifier: Apache-2.0
use axum::{http::StatusCode, routing::get, Extension, Router};
use config::WorkerId;
diff --git a/narwhal/node/src/restarter.rs b/narwhal/node/src/restarter.rs
index 277ecf16d0fa2..b44b0976919da 100644
--- a/narwhal/node/src/restarter.rs
+++ b/narwhal/node/src/restarter.rs
@@ -1,4 +1,4 @@
-// Copyright (c) 2022, Mysten Labs, Inc.
+// Copyright (c) Mysten Labs, Inc.
// SPDX-License-Identifier: Apache-2.0
use crate::{Node, NodeStorage};
use arc_swap::ArcSwap;
diff --git a/narwhal/node/tests/formats.rs b/narwhal/node/tests/formats.rs
index 06baf16f545c2..9b919c89857ef 100644
--- a/narwhal/node/tests/formats.rs
+++ b/narwhal/node/tests/formats.rs
@@ -1,4 +1,4 @@
-// Copyright (c) 2022, Mysten Labs, Inc.
+// Copyright (c) Mysten Labs, Inc.
// SPDX-License-Identifier: Apache-2.0
#[test]
diff --git a/narwhal/node/tests/node_smoke_test.rs b/narwhal/node/tests/node_smoke_test.rs
index d014e5b660b6b..c76e858fbaaf2 100644
--- a/narwhal/node/tests/node_smoke_test.rs
+++ b/narwhal/node/tests/node_smoke_test.rs
@@ -1,4 +1,4 @@
-// Copyright (c) 2022, Mysten Labs, Inc.
+// Copyright (c) Mysten Labs, Inc.
// SPDX-License-Identifier: Apache-2.0
use config::Export;
diff --git a/narwhal/node/tests/reconfigure.rs b/narwhal/node/tests/reconfigure.rs
index b7773d770b3e1..c61a9f3e94ed5 100644
--- a/narwhal/node/tests/reconfigure.rs
+++ b/narwhal/node/tests/reconfigure.rs
@@ -1,4 +1,4 @@
-// Copyright (c) 2022, Mysten Labs, Inc.
+// Copyright (c) Mysten Labs, Inc.
// SPDX-License-Identifier: Apache-2.0
use arc_swap::ArcSwap;
use bytes::Bytes;
diff --git a/narwhal/primary/src/aggregators.rs b/narwhal/primary/src/aggregators.rs
index a9702a89649d5..b98e901fef288 100644
--- a/narwhal/primary/src/aggregators.rs
+++ b/narwhal/primary/src/aggregators.rs
@@ -1,5 +1,5 @@
// Copyright (c) 2021, Facebook, Inc. and its affiliates
-// Copyright (c) 2022, Mysten Labs, Inc.
+// Copyright (c) Mysten Labs, Inc.
// SPDX-License-Identifier: Apache-2.0
use config::{Committee, Stake};
diff --git a/narwhal/primary/src/block_remover.rs b/narwhal/primary/src/block_remover.rs
index 353d589bbb3a8..9778a4a5e2756 100644
--- a/narwhal/primary/src/block_remover.rs
+++ b/narwhal/primary/src/block_remover.rs
@@ -1,4 +1,4 @@
-// Copyright (c) 2022, Mysten Labs, Inc.
+// Copyright (c) Mysten Labs, Inc.
// SPDX-License-Identifier: Apache-2.0
use crate::{utils, PayloadToken};
use config::{Committee, SharedWorkerCache, WorkerId};
diff --git a/narwhal/primary/src/block_synchronizer/handler.rs b/narwhal/primary/src/block_synchronizer/handler.rs
index ca9b235471c87..d0d89faddd787 100644
--- a/narwhal/primary/src/block_synchronizer/handler.rs
+++ b/narwhal/primary/src/block_synchronizer/handler.rs
@@ -1,4 +1,4 @@
-// Copyright (c) 2022, Mysten Labs, Inc.
+// Copyright (c) Mysten Labs, Inc.
// SPDX-License-Identifier: Apache-2.0
use crate::{
block_synchronizer::{
diff --git a/narwhal/primary/src/block_synchronizer/mock.rs b/narwhal/primary/src/block_synchronizer/mock.rs
index 59965633d9596..99f6606832527 100644
--- a/narwhal/primary/src/block_synchronizer/mock.rs
+++ b/narwhal/primary/src/block_synchronizer/mock.rs
@@ -1,4 +1,4 @@
-// Copyright (c) 2022, Mysten Labs, Inc.
+// Copyright (c) Mysten Labs, Inc.
// SPDX-License-Identifier: Apache-2.0
use crate::block_synchronizer::{BlockHeader, BlockSynchronizeResult, Command};
use fastcrypto::Hash;
diff --git a/narwhal/primary/src/block_synchronizer/mod.rs b/narwhal/primary/src/block_synchronizer/mod.rs
index d7711a683bcc9..aaef77d8a97ff 100644
--- a/narwhal/primary/src/block_synchronizer/mod.rs
+++ b/narwhal/primary/src/block_synchronizer/mod.rs
@@ -1,4 +1,4 @@
-// Copyright (c) 2022, Mysten Labs, Inc.
+// Copyright (c) Mysten Labs, Inc.
// SPDX-License-Identifier: Apache-2.0
use crate::{
block_synchronizer::{
diff --git a/narwhal/primary/src/block_synchronizer/peers.rs b/narwhal/primary/src/block_synchronizer/peers.rs
index 4eeefc61e57c0..0be2e135de77b 100644
--- a/narwhal/primary/src/block_synchronizer/peers.rs
+++ b/narwhal/primary/src/block_synchronizer/peers.rs
@@ -1,4 +1,4 @@
-// Copyright (c) 2022, Mysten Labs, Inc.
+// Copyright (c) Mysten Labs, Inc.
// SPDX-License-Identifier: Apache-2.0
use crypto::PublicKey;
diff --git a/narwhal/primary/src/block_synchronizer/responses.rs b/narwhal/primary/src/block_synchronizer/responses.rs
index aaeb31fe39e8b..a6bd51f2c74a6 100644
--- a/narwhal/primary/src/block_synchronizer/responses.rs
+++ b/narwhal/primary/src/block_synchronizer/responses.rs
@@ -1,4 +1,4 @@
-// Copyright (c) 2022, Mysten Labs, Inc.
+// Copyright (c) Mysten Labs, Inc.
// SPDX-License-Identifier: Apache-2.0
use blake2::digest::Update;
use config::{Committee, SharedWorkerCache};
diff --git a/narwhal/primary/src/block_synchronizer/tests/block_synchronizer_tests.rs b/narwhal/primary/src/block_synchronizer/tests/block_synchronizer_tests.rs
index 57dce013e921c..27b8e1634a899 100644
--- a/narwhal/primary/src/block_synchronizer/tests/block_synchronizer_tests.rs
+++ b/narwhal/primary/src/block_synchronizer/tests/block_synchronizer_tests.rs
@@ -1,4 +1,4 @@
-// Copyright (c) 2022, Mysten Labs, Inc.
+// Copyright (c) Mysten Labs, Inc.
// SPDX-License-Identifier: Apache-2.0
use crate::{
block_synchronizer::{
diff --git a/narwhal/primary/src/block_synchronizer/tests/handler_tests.rs b/narwhal/primary/src/block_synchronizer/tests/handler_tests.rs
index 9430e14813e48..ab3c02cf71f23 100644
--- a/narwhal/primary/src/block_synchronizer/tests/handler_tests.rs
+++ b/narwhal/primary/src/block_synchronizer/tests/handler_tests.rs
@@ -1,4 +1,4 @@
-// Copyright (c) 2022, Mysten Labs, Inc.
+// Copyright (c) Mysten Labs, Inc.
// SPDX-License-Identifier: Apache-2.0
use crate::{
block_synchronizer::{
diff --git a/narwhal/primary/src/block_waiter.rs b/narwhal/primary/src/block_waiter.rs
index 9108921775acd..098328c6ef59b 100644
--- a/narwhal/primary/src/block_waiter.rs
+++ b/narwhal/primary/src/block_waiter.rs
@@ -1,4 +1,4 @@
-// Copyright (c) 2022, Mysten Labs, Inc.
+// Copyright (c) Mysten Labs, Inc.
// SPDX-License-Identifier: Apache-2.0
use crate::block_synchronizer::handler::Handler;
use config::{Committee, SharedWorkerCache};
diff --git a/narwhal/primary/src/certificate_waiter.rs b/narwhal/primary/src/certificate_waiter.rs
index 18cff6cc73688..e7a1339efa788 100644
--- a/narwhal/primary/src/certificate_waiter.rs
+++ b/narwhal/primary/src/certificate_waiter.rs
@@ -1,5 +1,5 @@
// Copyright (c) 2021, Facebook, Inc. and its affiliates
-// Copyright (c) 2022, Mysten Labs, Inc.
+// Copyright (c) Mysten Labs, Inc.
// SPDX-License-Identifier: Apache-2.0
use crate::metrics::PrimaryMetrics;
use config::Committee;
diff --git a/narwhal/primary/src/core.rs b/narwhal/primary/src/core.rs
index dff827e615078..7482ed7373d14 100644
--- a/narwhal/primary/src/core.rs
+++ b/narwhal/primary/src/core.rs
@@ -1,5 +1,5 @@
// Copyright (c) 2021, Facebook, Inc. and its affiliates
-// Copyright (c) 2022, Mysten Labs, Inc.
+// Copyright (c) Mysten Labs, Inc.
// SPDX-License-Identifier: Apache-2.0
use crate::{
aggregators::{CertificatesAggregator, VotesAggregator},
diff --git a/narwhal/primary/src/grpc_server/configuration.rs b/narwhal/primary/src/grpc_server/configuration.rs
index 28895858b22b4..11687c5f13256 100644
--- a/narwhal/primary/src/grpc_server/configuration.rs
+++ b/narwhal/primary/src/grpc_server/configuration.rs
@@ -1,4 +1,4 @@
-// Copyright (c) 2022, Mysten Labs, Inc.
+// Copyright (c) Mysten Labs, Inc.
// SPDX-License-Identifier: Apache-2.0
use config::{SharedCommittee, Stake};
diff --git a/narwhal/primary/src/grpc_server/metrics.rs b/narwhal/primary/src/grpc_server/metrics.rs
index 2218dbf40aef7..ce2c8dae9cc80 100644
--- a/narwhal/primary/src/grpc_server/metrics.rs
+++ b/narwhal/primary/src/grpc_server/metrics.rs
@@ -1,4 +1,4 @@
-// Copyright (c) 2022, Mysten Labs, Inc.
+// Copyright (c) Mysten Labs, Inc.
// SPDX-License-Identifier: Apache-2.0
use mysten_network::metrics::MetricsCallbackProvider;
use prometheus::{
diff --git a/narwhal/primary/src/grpc_server/mod.rs b/narwhal/primary/src/grpc_server/mod.rs
index 5347bd881e626..b776d7dc8322e 100644
--- a/narwhal/primary/src/grpc_server/mod.rs
+++ b/narwhal/primary/src/grpc_server/mod.rs
@@ -1,4 +1,4 @@
-// Copyright (c) 2022, Mysten Labs, Inc.
+// Copyright (c) Mysten Labs, Inc.
// SPDX-License-Identifier: Apache-2.0
use self::{configuration::NarwhalConfiguration, validator::NarwhalValidator};
diff --git a/narwhal/primary/src/grpc_server/proposer.rs b/narwhal/primary/src/grpc_server/proposer.rs
index 06d54cd59355c..458c8a74bd0c9 100644
--- a/narwhal/primary/src/grpc_server/proposer.rs
+++ b/narwhal/primary/src/grpc_server/proposer.rs
@@ -1,4 +1,4 @@
-// Copyright (c) 2022, Mysten Labs, Inc.
+// Copyright (c) Mysten Labs, Inc.
// SPDX-License-Identifier: Apache-2.0
use config::SharedCommittee;
use consensus::dag::Dag;
diff --git a/narwhal/primary/src/grpc_server/validator.rs b/narwhal/primary/src/grpc_server/validator.rs
index 63e1052cc27b2..fbe2b19264a2f 100644
--- a/narwhal/primary/src/grpc_server/validator.rs
+++ b/narwhal/primary/src/grpc_server/validator.rs
@@ -1,4 +1,4 @@
-// Copyright (c) 2022, Mysten Labs, Inc.
+// Copyright (c) Mysten Labs, Inc.
// SPDX-License-Identifier: Apache-2.0
use std::{sync::Arc, time::Duration};
diff --git a/narwhal/primary/src/header_waiter.rs b/narwhal/primary/src/header_waiter.rs
index e69b404a9bfde..262c061649aa8 100644
--- a/narwhal/primary/src/header_waiter.rs
+++ b/narwhal/primary/src/header_waiter.rs
@@ -1,5 +1,5 @@
// Copyright (c) 2021, Facebook, Inc. and its affiliates
-// Copyright (c) 2022, Mysten Labs, Inc.
+// Copyright (c) Mysten Labs, Inc.
// SPDX-License-Identifier: Apache-2.0
use crate::{
metrics::PrimaryMetrics,
diff --git a/narwhal/primary/src/helper.rs b/narwhal/primary/src/helper.rs
index 2d5ec2c3dfbb7..15dacfa38a7c2 100644
--- a/narwhal/primary/src/helper.rs
+++ b/narwhal/primary/src/helper.rs
@@ -1,5 +1,5 @@
// Copyright (c) 2021, Facebook, Inc. and its affiliates
-// Copyright (c) 2022, Mysten Labs, Inc.
+// Copyright (c) Mysten Labs, Inc.
// SPDX-License-Identifier: Apache-2.0
use crate::{primary::PrimaryMessage, PayloadToken};
use config::{Committee, WorkerId};
diff --git a/narwhal/primary/src/lib.rs b/narwhal/primary/src/lib.rs
index 0bb781041a7cf..e88ee29dc2f81 100644
--- a/narwhal/primary/src/lib.rs
+++ b/narwhal/primary/src/lib.rs
@@ -1,5 +1,5 @@
// Copyright (c) 2021, Facebook, Inc. and its affiliates
-// Copyright (c) 2022, Mysten Labs, Inc.
+// Copyright (c) Mysten Labs, Inc.
// SPDX-License-Identifier: Apache-2.0
#![warn(
future_incompatible,
diff --git a/narwhal/primary/src/metrics.rs b/narwhal/primary/src/metrics.rs
index cc996af40ee40..7861b63e39eb3 100644
--- a/narwhal/primary/src/metrics.rs
+++ b/narwhal/primary/src/metrics.rs
@@ -1,4 +1,4 @@
-// Copyright (c) 2022, Mysten Labs, Inc.
+// Copyright (c) Mysten Labs, Inc.
// SPDX-License-Identifier: Apache-2.0
use crate::EndpointMetrics;
use mysten_network::metrics::MetricsCallbackProvider;
diff --git a/narwhal/primary/src/payload_receiver.rs b/narwhal/primary/src/payload_receiver.rs
index 366d1ee8e579b..94b9f0917fa55 100644
--- a/narwhal/primary/src/payload_receiver.rs
+++ b/narwhal/primary/src/payload_receiver.rs
@@ -1,5 +1,5 @@
// Copyright (c) 2021, Facebook, Inc. and its affiliates
-// Copyright (c) 2022, Mysten Labs, Inc.
+// Copyright (c) Mysten Labs, Inc.
// SPDX-License-Identifier: Apache-2.0
use crate::primary::PayloadToken;
use config::WorkerId;
diff --git a/narwhal/primary/src/primary.rs b/narwhal/primary/src/primary.rs
index 3c57e711fa39a..4e890532c5c72 100644
--- a/narwhal/primary/src/primary.rs
+++ b/narwhal/primary/src/primary.rs
@@ -1,5 +1,5 @@
// Copyright (c) 2021, Facebook, Inc. and its affiliates
-// Copyright (c) 2022, Mysten Labs, Inc.
+// Copyright (c) Mysten Labs, Inc.
// SPDX-License-Identifier: Apache-2.0
use crate::{
block_remover::DeleteBatchResult,
diff --git a/narwhal/primary/src/proposer.rs b/narwhal/primary/src/proposer.rs
index c689807b51a03..2a6e99ab39849 100644
--- a/narwhal/primary/src/proposer.rs
+++ b/narwhal/primary/src/proposer.rs
@@ -1,5 +1,5 @@
// Copyright(C) Facebook, Inc. and its affiliates.
-// Copyright (c) 2022, Mysten Labs, Inc.
+// Copyright (c) Mysten Labs, Inc.
// SPDX-License-Identifier: Apache-2.0
use crate::{metrics::PrimaryMetrics, NetworkModel};
use config::{Committee, Epoch, WorkerId};
diff --git a/narwhal/primary/src/state_handler.rs b/narwhal/primary/src/state_handler.rs
index 4ad725fc55dd1..46912637e642a 100644
--- a/narwhal/primary/src/state_handler.rs
+++ b/narwhal/primary/src/state_handler.rs
@@ -1,5 +1,5 @@
// Copyright (c) 2021, Facebook, Inc. and its affiliates
-// Copyright (c) 2022, Mysten Labs, Inc.
+// Copyright (c) Mysten Labs, Inc.
// SPDX-License-Identifier: Apache-2.0
use config::{SharedCommittee, SharedWorkerCache, WorkerCache, WorkerIndex};
use crypto::PublicKey;
diff --git a/narwhal/primary/src/synchronizer.rs b/narwhal/primary/src/synchronizer.rs
index af311a3e773d5..473f874d3ef86 100644
--- a/narwhal/primary/src/synchronizer.rs
+++ b/narwhal/primary/src/synchronizer.rs
@@ -1,5 +1,5 @@
// Copyright (c) 2021, Facebook, Inc. and its affiliates
-// Copyright (c) 2022, Mysten Labs, Inc.
+// Copyright (c) Mysten Labs, Inc.
// SPDX-License-Identifier: Apache-2.0
use crate::{header_waiter::WaiterMessage, primary::PayloadToken};
use config::{Committee, WorkerId};
diff --git a/narwhal/primary/src/tests/block_remover_tests.rs b/narwhal/primary/src/tests/block_remover_tests.rs
index 5949d5ce5b209..399bd980a9286 100644
--- a/narwhal/primary/src/tests/block_remover_tests.rs
+++ b/narwhal/primary/src/tests/block_remover_tests.rs
@@ -1,4 +1,4 @@
-// Copyright (c) 2022, Mysten Labs, Inc.
+// Copyright (c) Mysten Labs, Inc.
// SPDX-License-Identifier: Apache-2.0
use crate::{
block_remover::{
diff --git a/narwhal/primary/src/tests/block_waiter_tests.rs b/narwhal/primary/src/tests/block_waiter_tests.rs
index eb18039af089f..edfe8d84e0425 100644
--- a/narwhal/primary/src/tests/block_waiter_tests.rs
+++ b/narwhal/primary/src/tests/block_waiter_tests.rs
@@ -1,4 +1,4 @@
-// Copyright (c) 2022, Mysten Labs, Inc.
+// Copyright (c) Mysten Labs, Inc.
// SPDX-License-Identifier: Apache-2.0
use crate::{
block_synchronizer::{handler, handler::MockHandler},
diff --git a/narwhal/primary/src/tests/certificate_tests.rs b/narwhal/primary/src/tests/certificate_tests.rs
index d54c55bcdc626..0cb80a0f863ad 100644
--- a/narwhal/primary/src/tests/certificate_tests.rs
+++ b/narwhal/primary/src/tests/certificate_tests.rs
@@ -1,4 +1,4 @@
-// Copyright (c) 2022, Mysten Labs, Inc.
+// Copyright (c) Mysten Labs, Inc.
// SPDX-License-Identifier: Apache-2.0
// This test file tests the validity of the 'certificates' implementation.
diff --git a/narwhal/primary/src/tests/certificate_waiter_tests.rs b/narwhal/primary/src/tests/certificate_waiter_tests.rs
index 096058a8c06e3..ef04800bda230 100644
--- a/narwhal/primary/src/tests/certificate_waiter_tests.rs
+++ b/narwhal/primary/src/tests/certificate_waiter_tests.rs
@@ -1,4 +1,4 @@
-// Copyright (c) 2022, Mysten Labs, Inc.
+// Copyright (c) Mysten Labs, Inc.
// SPDX-License-Identifier: Apache-2.0
use crate::{
certificate_waiter::{CertificateWaiter, GC_RESOLUTION},
diff --git a/narwhal/primary/src/tests/common.rs b/narwhal/primary/src/tests/common.rs
index 47e5c7e8f38a7..3ccec1a1572ed 100644
--- a/narwhal/primary/src/tests/common.rs
+++ b/narwhal/primary/src/tests/common.rs
@@ -1,4 +1,4 @@
-// Copyright (c) 2022, Mysten Labs, Inc.
+// Copyright (c) Mysten Labs, Inc.
// SPDX-License-Identifier: Apache-2.0
use crate::PayloadToken;
diff --git a/narwhal/primary/src/tests/core_tests.rs b/narwhal/primary/src/tests/core_tests.rs
index c9e56faff838f..e054b711e3ff6 100644
--- a/narwhal/primary/src/tests/core_tests.rs
+++ b/narwhal/primary/src/tests/core_tests.rs
@@ -1,5 +1,5 @@
// Copyright (c) 2021, Facebook, Inc. and its affiliates
-// Copyright (c) 2022, Mysten Labs, Inc.
+// Copyright (c) Mysten Labs, Inc.
// SPDX-License-Identifier: Apache-2.0
use super::*;
use crate::common::{create_db_stores, create_test_vote_store};
diff --git a/narwhal/primary/src/tests/header_waiter_tests.rs b/narwhal/primary/src/tests/header_waiter_tests.rs
index 5e815fa55c5f4..60ff6b6a029d1 100644
--- a/narwhal/primary/src/tests/header_waiter_tests.rs
+++ b/narwhal/primary/src/tests/header_waiter_tests.rs
@@ -1,4 +1,4 @@
-// Copyright (c) 2022, Mysten Labs, Inc.
+// Copyright (c) Mysten Labs, Inc.
// SPDX-License-Identifier: Apache-2.0
use crate::{
common::{create_db_stores, worker_listener},
diff --git a/narwhal/primary/src/tests/helper_tests.rs b/narwhal/primary/src/tests/helper_tests.rs
index 7f24b2069a61c..9f7cbec140f48 100644
--- a/narwhal/primary/src/tests/helper_tests.rs
+++ b/narwhal/primary/src/tests/helper_tests.rs
@@ -1,4 +1,4 @@
-// Copyright (c) 2022, Mysten Labs, Inc.
+// Copyright (c) Mysten Labs, Inc.
// SPDX-License-Identifier: Apache-2.0
use crate::{common::create_db_stores, helper::Helper, primary::PrimaryMessage, PayloadToken};
use anemo::{types::PeerInfo, PeerId};
diff --git a/narwhal/primary/src/tests/payload_receiver_tests.rs b/narwhal/primary/src/tests/payload_receiver_tests.rs
index 814a7458b2417..8ca78d6cf0af4 100644
--- a/narwhal/primary/src/tests/payload_receiver_tests.rs
+++ b/narwhal/primary/src/tests/payload_receiver_tests.rs
@@ -1,4 +1,4 @@
-// Copyright (c) 2022, Mysten Labs, Inc.
+// Copyright (c) Mysten Labs, Inc.
// SPDX-License-Identifier: Apache-2.0
use crate::{common::create_db_stores, payload_receiver::PayloadReceiver};
use types::BatchDigest;
diff --git a/narwhal/primary/src/tests/primary_tests.rs b/narwhal/primary/src/tests/primary_tests.rs
index b228f9d471497..fd408d7949339 100644
--- a/narwhal/primary/src/tests/primary_tests.rs
+++ b/narwhal/primary/src/tests/primary_tests.rs
@@ -1,4 +1,4 @@
-// Copyright (c) 2022, Mysten Labs, Inc.
+// Copyright (c) Mysten Labs, Inc.
// SPDX-License-Identifier: Apache-2.0
use super::{NetworkModel, Primary, CHANNEL_CAPACITY};
use crate::metrics::PrimaryChannelMetrics;
diff --git a/narwhal/primary/src/tests/proposer_tests.rs b/narwhal/primary/src/tests/proposer_tests.rs
index b1aece355956a..2452ac9c1c128 100644
--- a/narwhal/primary/src/tests/proposer_tests.rs
+++ b/narwhal/primary/src/tests/proposer_tests.rs
@@ -1,5 +1,5 @@
// Copyright(C) Facebook, Inc. and its affiliates.
-// Copyright (c) 2022, Mysten Labs, Inc.
+// Copyright (c) Mysten Labs, Inc.
// SPDX-License-Identifier: Apache-2.0
use super::*;
use fastcrypto::traits::KeyPair;
diff --git a/narwhal/primary/src/tests/synchronizer_tests.rs b/narwhal/primary/src/tests/synchronizer_tests.rs
index 3462dadf6067f..72c9c78ec3d6f 100644
--- a/narwhal/primary/src/tests/synchronizer_tests.rs
+++ b/narwhal/primary/src/tests/synchronizer_tests.rs
@@ -1,4 +1,4 @@
-// Copyright (c) 2022, Mysten Labs, Inc.
+// Copyright (c) Mysten Labs, Inc.
// SPDX-License-Identifier: Apache-2.0
use crate::{common::create_db_stores, synchronizer::Synchronizer};
use consensus::{dag::Dag, metrics::ConsensusMetrics};
diff --git a/narwhal/primary/src/utils.rs b/narwhal/primary/src/utils.rs
index 21963d050abd6..5698b4be88126 100644
--- a/narwhal/primary/src/utils.rs
+++ b/narwhal/primary/src/utils.rs
@@ -1,4 +1,4 @@
-// Copyright (c) 2022, Mysten Labs, Inc.
+// Copyright (c) Mysten Labs, Inc.
// SPDX-License-Identifier: Apache-2.0
use config::WorkerId;
use std::collections::HashMap;
diff --git a/narwhal/primary/tests/causal_completion_tests.rs b/narwhal/primary/tests/causal_completion_tests.rs
index 5cb4d112edfbb..7be8372d7e593 100644
--- a/narwhal/primary/tests/causal_completion_tests.rs
+++ b/narwhal/primary/tests/causal_completion_tests.rs
@@ -1,4 +1,4 @@
-// Copyright (c) 2022, Mysten Labs, Inc.
+// Copyright (c) Mysten Labs, Inc.
// SPDX-License-Identifier: Apache-2.0
use bytes::Bytes;
use std::time::Duration;
diff --git a/narwhal/primary/tests/epoch_change.rs b/narwhal/primary/tests/epoch_change.rs
index e5922a493af71..3e49a4075f5db 100644
--- a/narwhal/primary/tests/epoch_change.rs
+++ b/narwhal/primary/tests/epoch_change.rs
@@ -1,4 +1,4 @@
-// Copyright (c) 2022, Mysten Labs, Inc.
+// Copyright (c) Mysten Labs, Inc.
// SPDX-License-Identifier: Apache-2.0
use arc_swap::ArcSwap;
use config::{Committee, Parameters};
diff --git a/narwhal/primary/tests/integration_tests_configuration_api.rs b/narwhal/primary/tests/integration_tests_configuration_api.rs
index 1fa88bc34d337..76ab632941578 100644
--- a/narwhal/primary/tests/integration_tests_configuration_api.rs
+++ b/narwhal/primary/tests/integration_tests_configuration_api.rs
@@ -1,4 +1,4 @@
-// Copyright (c) 2022, Mysten Labs, Inc.
+// Copyright (c) Mysten Labs, Inc.
// SPDX-License-Identifier: Apache-2.0
use std::time::Duration;
use test_utils::cluster::Cluster;
diff --git a/narwhal/primary/tests/integration_tests_proposer_api.rs b/narwhal/primary/tests/integration_tests_proposer_api.rs
index a3b8b81ad72ef..7e6a62096dca6 100644
--- a/narwhal/primary/tests/integration_tests_proposer_api.rs
+++ b/narwhal/primary/tests/integration_tests_proposer_api.rs
@@ -1,4 +1,4 @@
-// Copyright (c) 2022, Mysten Labs, Inc.
+// Copyright (c) Mysten Labs, Inc.
// SPDX-License-Identifier: Apache-2.0
use arc_swap::ArcSwap;
diff --git a/narwhal/primary/tests/integration_tests_validator_api.rs b/narwhal/primary/tests/integration_tests_validator_api.rs
index 25294f8dcc85a..41898355058fa 100644
--- a/narwhal/primary/tests/integration_tests_validator_api.rs
+++ b/narwhal/primary/tests/integration_tests_validator_api.rs
@@ -1,4 +1,4 @@
-// Copyright (c) 2022, Mysten Labs, Inc.
+// Copyright (c) Mysten Labs, Inc.
// SPDX-License-Identifier: Apache-2.0
use arc_swap::ArcSwap;
use config::{BlockSynchronizerParameters, Committee, Parameters, WorkerId};
diff --git a/narwhal/primary/tests/nodes_bootstrapping_tests.rs b/narwhal/primary/tests/nodes_bootstrapping_tests.rs
index 106169d0ca04f..7a95c2615d776 100644
--- a/narwhal/primary/tests/nodes_bootstrapping_tests.rs
+++ b/narwhal/primary/tests/nodes_bootstrapping_tests.rs
@@ -1,4 +1,4 @@
-// Copyright (c) 2022, Mysten Labs, Inc.
+// Copyright (c) Mysten Labs, Inc.
// SPDX-License-Identifier: Apache-2.0
use std::time::Duration;
use test_utils::cluster::{setup_tracing, Cluster};
diff --git a/narwhal/scripts/changed-files.sh b/narwhal/scripts/changed-files.sh
index 010c5e193f274..6e2deb062029e 100755
--- a/narwhal/scripts/changed-files.sh
+++ b/narwhal/scripts/changed-files.sh
@@ -1,5 +1,5 @@
#!/bin/bash
-# Copyright (c) 2022, Mysten Labs, Inc.
+# Copyright (c) Mysten Labs, Inc.
# SPDX-License-Identifier: Apache-2.0
set -e
diff --git a/narwhal/scripts/update_dependencies.sh b/narwhal/scripts/update_dependencies.sh
index 2ffebba04ba10..43663ff4bc5a0 100755
--- a/narwhal/scripts/update_dependencies.sh
+++ b/narwhal/scripts/update_dependencies.sh
@@ -1,5 +1,5 @@
#!/bin/bash
-# Copyright (c) 2022, Mysten Labs, Inc.
+# Copyright (c) Mysten Labs, Inc.
# SPDX-License-Identifier: Apache-2.0
# This script attempts to update the Narwhal pointer in Sui
diff --git a/narwhal/storage/src/certificate_store.rs b/narwhal/storage/src/certificate_store.rs
index dc165043838a9..adee5297ed5f1 100644
--- a/narwhal/storage/src/certificate_store.rs
+++ b/narwhal/storage/src/certificate_store.rs
@@ -1,4 +1,4 @@
-// Copyright (c) 2022, Mysten Labs, Inc.
+// Copyright (c) Mysten Labs, Inc.
// SPDX-License-Identifier: Apache-2.0
use dashmap::DashMap;
use fastcrypto::Hash;
diff --git a/narwhal/storage/src/lib.rs b/narwhal/storage/src/lib.rs
index d18623b6ee96b..71df9aa8d01e8 100644
--- a/narwhal/storage/src/lib.rs
+++ b/narwhal/storage/src/lib.rs
@@ -1,4 +1,4 @@
-// Copyright (c) 2022, Mysten Labs, Inc.
+// Copyright (c) Mysten Labs, Inc.
// SPDX-License-Identifier: Apache-2.0
mod certificate_store;
diff --git a/narwhal/test-utils/src/cluster.rs b/narwhal/test-utils/src/cluster.rs
index bdbdc317d6cb3..0887cc0f116b0 100644
--- a/narwhal/test-utils/src/cluster.rs
+++ b/narwhal/test-utils/src/cluster.rs
@@ -1,4 +1,4 @@
-// Copyright (c) 2022, Mysten Labs, Inc.
+// Copyright (c) Mysten Labs, Inc.
// SPDX-License-Identifier: Apache-2.0
use crate::{temp_dir, CommitteeFixture};
use arc_swap::ArcSwap;
diff --git a/narwhal/test-utils/src/lib.rs b/narwhal/test-utils/src/lib.rs
index ebc7f8c9eb7c7..f02424cee629b 100644
--- a/narwhal/test-utils/src/lib.rs
+++ b/narwhal/test-utils/src/lib.rs
@@ -1,5 +1,5 @@
// Copyright (c) 2021, Facebook, Inc. and its affiliates
-// Copyright (c) 2022, Mysten Labs, Inc.
+// Copyright (c) Mysten Labs, Inc.
// SPDX-License-Identifier: Apache-2.0
use anemo::async_trait;
diff --git a/narwhal/test-utils/src/tests/cluster_tests.rs b/narwhal/test-utils/src/tests/cluster_tests.rs
index a2013b2e293bf..13e900e1ed2e8 100644
--- a/narwhal/test-utils/src/tests/cluster_tests.rs
+++ b/narwhal/test-utils/src/tests/cluster_tests.rs
@@ -1,4 +1,4 @@
-// Copyright (c) 2022, Mysten Labs, Inc.
+// Copyright (c) Mysten Labs, Inc.
// SPDX-License-Identifier: Apache-2.0
use crate::cluster::Cluster;
use crate::ensure_test_environment;
diff --git a/narwhal/types/benches/batch_digest.rs b/narwhal/types/benches/batch_digest.rs
index 1491955b6ec61..c19898afabc83 100644
--- a/narwhal/types/benches/batch_digest.rs
+++ b/narwhal/types/benches/batch_digest.rs
@@ -1,4 +1,4 @@
-// Copyright (c) 2022, Mysten Labs, Inc.
+// Copyright (c) Mysten Labs, Inc.
// SPDX-License-Identifier: Apache-2.0
use criterion::{
criterion_group, criterion_main, BenchmarkId, Criterion, SamplingMode, Throughput,
diff --git a/narwhal/types/build.rs b/narwhal/types/build.rs
index 60e4944d22d6f..fb872ca446803 100644
--- a/narwhal/types/build.rs
+++ b/narwhal/types/build.rs
@@ -1,4 +1,4 @@
-// Copyright (c) 2022, Mysten Labs, Inc.
+// Copyright (c) Mysten Labs, Inc.
// SPDX-License-Identifier: Apache-2.0
use std::{
diff --git a/narwhal/types/proto/narwhal.proto b/narwhal/types/proto/narwhal.proto
index e975a89d37765..ac94c1ce35613 100644
--- a/narwhal/types/proto/narwhal.proto
+++ b/narwhal/types/proto/narwhal.proto
@@ -1,4 +1,4 @@
-// Copyright (c) 2022, Mysten Labs, Inc.
+// Copyright (c) Mysten Labs, Inc.
// SPDX-License-Identifier: Apache-2.0
syntax = "proto3";
diff --git a/narwhal/types/src/bounded_future_queue.rs b/narwhal/types/src/bounded_future_queue.rs
index 2c65dc486e49a..75ca7a059bb47 100644
--- a/narwhal/types/src/bounded_future_queue.rs
+++ b/narwhal/types/src/bounded_future_queue.rs
@@ -1,4 +1,4 @@
-// Copyright (c) 2022, Mysten Labs, Inc.
+// Copyright (c) Mysten Labs, Inc.
// SPDX-License-Identifier: Apache-2.0
use futures::{
stream::{FuturesOrdered, FuturesUnordered},
diff --git a/narwhal/types/src/consensus.rs b/narwhal/types/src/consensus.rs
index af8ddeb552ba9..8d8fe616c35a0 100644
--- a/narwhal/types/src/consensus.rs
+++ b/narwhal/types/src/consensus.rs
@@ -1,4 +1,4 @@
-// Copyright (c) 2022, Mysten Labs, Inc.
+// Copyright (c) Mysten Labs, Inc.
// SPDX-License-Identifier: Apache-2.0
#![allow(clippy::mutable_key_type)]
diff --git a/narwhal/types/src/error.rs b/narwhal/types/src/error.rs
index 6f8f4e353dae5..2da8e0280dbf8 100644
--- a/narwhal/types/src/error.rs
+++ b/narwhal/types/src/error.rs
@@ -1,5 +1,5 @@
// Copyright (c) 2021, Facebook, Inc. and its affiliates
-// Copyright (c) 2022, Mysten Labs, Inc.
+// Copyright (c) Mysten Labs, Inc.
// SPDX-License-Identifier: Apache-2.0
use crate::{HeaderDigest, Round};
use config::Epoch;
diff --git a/narwhal/types/src/lib.rs b/narwhal/types/src/lib.rs
index 0631d4c1445cf..4137768c9198f 100644
--- a/narwhal/types/src/lib.rs
+++ b/narwhal/types/src/lib.rs
@@ -1,4 +1,4 @@
-// Copyright (c) 2022, Mysten Labs, Inc.
+// Copyright (c) Mysten Labs, Inc.
// SPDX-License-Identifier: Apache-2.0
// Error types
#[macro_use]
diff --git a/narwhal/types/src/metered_channel.rs b/narwhal/types/src/metered_channel.rs
index f09c83732eeb5..b5a57ddc823d7 100644
--- a/narwhal/types/src/metered_channel.rs
+++ b/narwhal/types/src/metered_channel.rs
@@ -1,4 +1,4 @@
-// Copyright (c) 2022, Mysten Labs, Inc.
+// Copyright (c) Mysten Labs, Inc.
// SPDX-License-Identifier: Apache-2.0
#![allow(dead_code)] // TODO: complete tests - This kinda sorta facades the whole tokio::mpsc::{Sender, Receiver}: without tests, this will be fragile to maintain.
use futures::{FutureExt, Stream, TryFutureExt};
diff --git a/narwhal/types/src/primary.rs b/narwhal/types/src/primary.rs
index dd4a1e9f8f749..dc77a77146e4c 100644
--- a/narwhal/types/src/primary.rs
+++ b/narwhal/types/src/primary.rs
@@ -1,5 +1,5 @@
// Copyright (c) 2021, Facebook, Inc. and its affiliates
-// Copyright (c) 2022, Mysten Labs, Inc.
+// Copyright (c) Mysten Labs, Inc.
// SPDX-License-Identifier: Apache-2.0
use crate::{
error::{DagError, DagResult},
diff --git a/narwhal/types/src/proto.rs b/narwhal/types/src/proto.rs
index 47576fa8911d5..74a2bd71d1387 100644
--- a/narwhal/types/src/proto.rs
+++ b/narwhal/types/src/proto.rs
@@ -1,4 +1,4 @@
-// Copyright (c) 2022, Mysten Labs, Inc.
+// Copyright (c) Mysten Labs, Inc.
// SPDX-License-Identifier: Apache-2.0
mod narwhal {
#![allow(clippy::derive_partial_eq_without_eq)]
diff --git a/narwhal/types/src/serde.rs b/narwhal/types/src/serde.rs
index f614caab3cc6e..e626202cbfec2 100644
--- a/narwhal/types/src/serde.rs
+++ b/narwhal/types/src/serde.rs
@@ -1,4 +1,4 @@
-// Copyright (c) 2022, Mysten Labs, Inc.
+// Copyright (c) Mysten Labs, Inc.
// SPDX-License-Identifier: Apache-2.0
use serde::{
diff --git a/narwhal/types/src/tests/batch_serde.rs b/narwhal/types/src/tests/batch_serde.rs
index 81388d6c74264..4e95a19a87320 100644
--- a/narwhal/types/src/tests/batch_serde.rs
+++ b/narwhal/types/src/tests/batch_serde.rs
@@ -1,4 +1,4 @@
-// Copyright (c) 2022, Mysten Labs, Inc.
+// Copyright (c) Mysten Labs, Inc.
// SPDX-License-Identifier: Apache-2.0
use crate::{serialized_batch_digest, Batch, WorkerMessage};
diff --git a/narwhal/types/src/tests/metered_channel_tests.rs b/narwhal/types/src/tests/metered_channel_tests.rs
index b31c2bfd37e5c..fa2698b542be6 100644
--- a/narwhal/types/src/tests/metered_channel_tests.rs
+++ b/narwhal/types/src/tests/metered_channel_tests.rs
@@ -1,5 +1,5 @@
// Copyright (c) 2021, Facebook, Inc. and its affiliates
-// Copyright (c) 2022, Mysten Labs, Inc.
+// Copyright (c) Mysten Labs, Inc.
// SPDX-License-Identifier: Apache-2.0
use super::{channel, channel_with_total};
use futures::{
diff --git a/narwhal/types/src/worker.rs b/narwhal/types/src/worker.rs
index 9b70c651dfe82..e2ad736973f9b 100644
--- a/narwhal/types/src/worker.rs
+++ b/narwhal/types/src/worker.rs
@@ -1,4 +1,4 @@
-// Copyright (c) 2022, Mysten Labs, Inc.
+// Copyright (c) Mysten Labs, Inc.
// SPDX-License-Identifier: Apache-2.0
use crate::{Batch, BatchDigest};
diff --git a/narwhal/worker/src/batch_maker.rs b/narwhal/worker/src/batch_maker.rs
index ac2f9648c495e..87ff2b34f214e 100644
--- a/narwhal/worker/src/batch_maker.rs
+++ b/narwhal/worker/src/batch_maker.rs
@@ -1,5 +1,5 @@
// Copyright (c) 2021, Facebook, Inc. and its affiliates
-// Copyright (c) 2022, Mysten Labs, Inc.
+// Copyright (c) Mysten Labs, Inc.
// SPDX-License-Identifier: Apache-2.0
use crate::metrics::WorkerMetrics;
#[cfg(feature = "trace_transaction")]
diff --git a/narwhal/worker/src/handlers.rs b/narwhal/worker/src/handlers.rs
index 6308c727b8bcf..0a1c7e1fb6f0d 100644
--- a/narwhal/worker/src/handlers.rs
+++ b/narwhal/worker/src/handlers.rs
@@ -1,5 +1,5 @@
// Copyright (c) 2021, Facebook, Inc. and its affiliates
-// Copyright (c) 2022, Mysten Labs, Inc.
+// Copyright (c) Mysten Labs, Inc.
// SPDX-License-Identifier: Apache-2.0
use anyhow::Result;
use async_trait::async_trait;
diff --git a/narwhal/worker/src/lib.rs b/narwhal/worker/src/lib.rs
index a05657adbbd6d..8da8711c6a278 100644
--- a/narwhal/worker/src/lib.rs
+++ b/narwhal/worker/src/lib.rs
@@ -1,5 +1,5 @@
// Copyright (c) 2021, Facebook, Inc. and its affiliates
-// Copyright (c) 2022, Mysten Labs, Inc.
+// Copyright (c) Mysten Labs, Inc.
// SPDX-License-Identifier: Apache-2.0
#![warn(
future_incompatible,
diff --git a/narwhal/worker/src/metrics.rs b/narwhal/worker/src/metrics.rs
index 6d818cf541a86..f532989728450 100644
--- a/narwhal/worker/src/metrics.rs
+++ b/narwhal/worker/src/metrics.rs
@@ -1,4 +1,4 @@
-// Copyright (c) 2022, Mysten Labs, Inc.
+// Copyright (c) Mysten Labs, Inc.
// SPDX-License-Identifier: Apache-2.0
use mysten_network::metrics::MetricsCallbackProvider;
use network::metrics::{NetworkConnectionMetrics, NetworkMetrics};
diff --git a/narwhal/worker/src/primary_connector.rs b/narwhal/worker/src/primary_connector.rs
index b0a7922632e70..12b7374f2f2a9 100644
--- a/narwhal/worker/src/primary_connector.rs
+++ b/narwhal/worker/src/primary_connector.rs
@@ -1,5 +1,5 @@
// Copyright (c) 2021, Facebook, Inc. and its affiliates
-// Copyright (c) 2022, Mysten Labs, Inc.
+// Copyright (c) Mysten Labs, Inc.
// SPDX-License-Identifier: Apache-2.0
use crypto::NetworkPublicKey;
diff --git a/narwhal/worker/src/processor.rs b/narwhal/worker/src/processor.rs
index 6df7f2c94e48f..e3d9d3360c43b 100644
--- a/narwhal/worker/src/processor.rs
+++ b/narwhal/worker/src/processor.rs
@@ -1,5 +1,5 @@
// Copyright (c) 2021, Facebook, Inc. and its affiliates
-// Copyright (c) 2022, Mysten Labs, Inc.
+// Copyright (c) Mysten Labs, Inc.
// SPDX-License-Identifier: Apache-2.0
use config::WorkerId;
diff --git a/narwhal/worker/src/quorum_waiter.rs b/narwhal/worker/src/quorum_waiter.rs
index 98a9fe1b18a18..384520a94c2c9 100644
--- a/narwhal/worker/src/quorum_waiter.rs
+++ b/narwhal/worker/src/quorum_waiter.rs
@@ -1,5 +1,5 @@
// Copyright (c) 2021, Facebook, Inc. and its affiliates
-// Copyright (c) 2022, Mysten Labs, Inc.
+// Copyright (c) Mysten Labs, Inc.
// SPDX-License-Identifier: Apache-2.0
use config::{Committee, SharedWorkerCache, Stake, WorkerId};
use crypto::PublicKey;
diff --git a/narwhal/worker/src/synchronizer.rs b/narwhal/worker/src/synchronizer.rs
index 69032f071a047..74a2db4bb6efe 100644
--- a/narwhal/worker/src/synchronizer.rs
+++ b/narwhal/worker/src/synchronizer.rs
@@ -1,5 +1,5 @@
// Copyright (c) 2021, Facebook, Inc. and its affiliates
-// Copyright (c) 2022, Mysten Labs, Inc.
+// Copyright (c) Mysten Labs, Inc.
// SPDX-License-Identifier: Apache-2.0
use config::{SharedCommittee, SharedWorkerCache, WorkerCache, WorkerIndex};
diff --git a/narwhal/worker/src/tests/batch_maker_tests.rs b/narwhal/worker/src/tests/batch_maker_tests.rs
index 36308631276f7..341e33e5da3b8 100644
--- a/narwhal/worker/src/tests/batch_maker_tests.rs
+++ b/narwhal/worker/src/tests/batch_maker_tests.rs
@@ -1,5 +1,5 @@
// Copyright (c) 2021, Facebook, Inc. and its affiliates
-// Copyright (c) 2022, Mysten Labs, Inc.
+// Copyright (c) Mysten Labs, Inc.
// SPDX-License-Identifier: Apache-2.0
use super::*;
use prometheus::Registry;
diff --git a/narwhal/worker/src/tests/handlers_tests.rs b/narwhal/worker/src/tests/handlers_tests.rs
index be32ba60f2cd4..fb6d63c641ec1 100644
--- a/narwhal/worker/src/tests/handlers_tests.rs
+++ b/narwhal/worker/src/tests/handlers_tests.rs
@@ -1,5 +1,5 @@
// Copyright (c) 2021, Facebook, Inc. and its affiliates
-// Copyright (c) 2022, Mysten Labs, Inc.
+// Copyright (c) Mysten Labs, Inc.
// SPDX-License-Identifier: Apache-2.0
use super::*;
use fastcrypto::Hash;
diff --git a/narwhal/worker/src/tests/helper_tests.rs b/narwhal/worker/src/tests/helper_tests.rs
index e7fb46cbf0c6d..854ef43987849 100644
--- a/narwhal/worker/src/tests/helper_tests.rs
+++ b/narwhal/worker/src/tests/helper_tests.rs
@@ -1,5 +1,5 @@
// Copyright (c) 2021, Facebook, Inc. and its affiliates
-// Copyright (c) 2022, Mysten Labs, Inc.
+// Copyright (c) Mysten Labs, Inc.
// SPDX-License-Identifier: Apache-2.0
use super::*;
use fastcrypto::Hash;
diff --git a/narwhal/worker/src/tests/processor_tests.rs b/narwhal/worker/src/tests/processor_tests.rs
index cbc69eec88aac..3e133c1384e99 100644
--- a/narwhal/worker/src/tests/processor_tests.rs
+++ b/narwhal/worker/src/tests/processor_tests.rs
@@ -1,5 +1,5 @@
// Copyright (c) 2021, Facebook, Inc. and its affiliates
-// Copyright (c) 2022, Mysten Labs, Inc.
+// Copyright (c) Mysten Labs, Inc.
// SPDX-License-Identifier: Apache-2.0
use super::*;
use fastcrypto::Hash;
diff --git a/narwhal/worker/src/tests/quorum_waiter_tests.rs b/narwhal/worker/src/tests/quorum_waiter_tests.rs
index f466c231283d3..b065069bfa018 100644
--- a/narwhal/worker/src/tests/quorum_waiter_tests.rs
+++ b/narwhal/worker/src/tests/quorum_waiter_tests.rs
@@ -1,5 +1,5 @@
// Copyright (c) 2021, Facebook, Inc. and its affiliates
-// Copyright (c) 2022, Mysten Labs, Inc.
+// Copyright (c) Mysten Labs, Inc.
// SPDX-License-Identifier: Apache-2.0
use super::*;
use crate::worker::WorkerMessage;
diff --git a/narwhal/worker/src/tests/synchronizer_tests.rs b/narwhal/worker/src/tests/synchronizer_tests.rs
index f6f01ad283f2e..feacc6e19269f 100644
--- a/narwhal/worker/src/tests/synchronizer_tests.rs
+++ b/narwhal/worker/src/tests/synchronizer_tests.rs
@@ -1,5 +1,5 @@
// Copyright (c) 2021, Facebook, Inc. and its affiliates
-// Copyright (c) 2022, Mysten Labs, Inc.
+// Copyright (c) Mysten Labs, Inc.
// SPDX-License-Identifier: Apache-2.0
use super::*;
use arc_swap::ArcSwap;
diff --git a/narwhal/worker/src/tests/worker_tests.rs b/narwhal/worker/src/tests/worker_tests.rs
index cbba621ea453a..79c70ef68cbf2 100644
--- a/narwhal/worker/src/tests/worker_tests.rs
+++ b/narwhal/worker/src/tests/worker_tests.rs
@@ -1,5 +1,5 @@
// Copyright (c) 2021, Facebook, Inc. and its affiliates
-// Copyright (c) 2022, Mysten Labs, Inc.
+// Copyright (c) Mysten Labs, Inc.
// SPDX-License-Identifier: Apache-2.0
use super::*;
use crate::metrics::initialise_metrics;
diff --git a/narwhal/worker/src/worker.rs b/narwhal/worker/src/worker.rs
index 0ea3e353d30c5..d6b5a4ed0ad7b 100644
--- a/narwhal/worker/src/worker.rs
+++ b/narwhal/worker/src/worker.rs
@@ -1,5 +1,5 @@
// Copyright (c) 2021, Facebook, Inc. and its affiliates
-// Copyright (c) 2022, Mysten Labs, Inc.
+// Copyright (c) Mysten Labs, Inc.
// SPDX-License-Identifier: Apache-2.0
use crate::{
batch_maker::BatchMaker,
diff --git a/nft_mirror/oracle_server/src/airdrop/airdropController.ts b/nft_mirror/oracle_server/src/airdrop/airdropController.ts
index 57e79356876f8..735bf14d6a9b7 100644
--- a/nft_mirror/oracle_server/src/airdrop/airdropController.ts
+++ b/nft_mirror/oracle_server/src/airdrop/airdropController.ts
@@ -1,7 +1,7 @@
-// Copyright (c) 2022, Mysten Labs, Inc.
+// Copyright (c) Mysten Labs, Inc.
// SPDX-License-Identifier: Apache-2.0
-// Copyright (c) 2022, Mysten Labs, Inc.
+// Copyright (c) Mysten Labs, Inc.
// SPDX-License-Identifier: Apache-2.0
import { Body, Controller, Post, Route, Response, SuccessResponse } from 'tsoa';
diff --git a/nft_mirror/oracle_server/src/airdrop/airdropService.ts b/nft_mirror/oracle_server/src/airdrop/airdropService.ts
index feadccbf30e91..89def65496345 100644
--- a/nft_mirror/oracle_server/src/airdrop/airdropService.ts
+++ b/nft_mirror/oracle_server/src/airdrop/airdropService.ts
@@ -1,7 +1,7 @@
-// Copyright (c) 2022, Mysten Labs, Inc.
+// Copyright (c) Mysten Labs, Inc.
// SPDX-License-Identifier: Apache-2.0
-// Copyright (c) 2022, Mysten Labs, Inc.
+// Copyright (c) Mysten Labs, Inc.
// SPDX-License-Identifier: Apache-2.0
import { NFTFetcher, NFTInfo } from '../common/nftFetcher';
diff --git a/nft_mirror/oracle_server/src/common/nftFetcher.ts b/nft_mirror/oracle_server/src/common/nftFetcher.ts
index a8700eab1d468..4cc331957b2f3 100644
--- a/nft_mirror/oracle_server/src/common/nftFetcher.ts
+++ b/nft_mirror/oracle_server/src/common/nftFetcher.ts
@@ -1,7 +1,7 @@
-// Copyright (c) 2022, Mysten Labs, Inc.
+// Copyright (c) Mysten Labs, Inc.
// SPDX-License-Identifier: Apache-2.0
-// Copyright (c) 2022, Mysten Labs, Inc.
+// Copyright (c) Mysten Labs, Inc.
// SPDX-License-Identifier: Apache-2.0
import {
diff --git a/nft_mirror/oracle_server/src/index.ts b/nft_mirror/oracle_server/src/index.ts
index fcdcac18f7b2a..ec47fc9d2f1f3 100644
--- a/nft_mirror/oracle_server/src/index.ts
+++ b/nft_mirror/oracle_server/src/index.ts
@@ -1,7 +1,7 @@
-// Copyright (c) 2022, Mysten Labs, Inc.
+// Copyright (c) Mysten Labs, Inc.
// SPDX-License-Identifier: Apache-2.0
-// Copyright (c) 2022, Mysten Labs, Inc.
+// Copyright (c) Mysten Labs, Inc.
// SPDX-License-Identifier: Apache-2.0
import express, {
diff --git a/nft_mirror/oracle_server/src/nfts/nftController.ts b/nft_mirror/oracle_server/src/nfts/nftController.ts
index be3b7cd5f27da..5ec29ee0b1319 100644
--- a/nft_mirror/oracle_server/src/nfts/nftController.ts
+++ b/nft_mirror/oracle_server/src/nfts/nftController.ts
@@ -1,7 +1,7 @@
-// Copyright (c) 2022, Mysten Labs, Inc.
+// Copyright (c) Mysten Labs, Inc.
// SPDX-License-Identifier: Apache-2.0
-// Copyright (c) 2022, Mysten Labs, Inc.
+// Copyright (c) Mysten Labs, Inc.
// SPDX-License-Identifier: Apache-2.0
import { Path, Controller, Get, Route } from 'tsoa';
diff --git a/nft_mirror/oracle_server/src/nfts/nftService.ts b/nft_mirror/oracle_server/src/nfts/nftService.ts
index fdaf9531c0459..6de7a9385f0a3 100644
--- a/nft_mirror/oracle_server/src/nfts/nftService.ts
+++ b/nft_mirror/oracle_server/src/nfts/nftService.ts
@@ -1,7 +1,7 @@
-// Copyright (c) 2022, Mysten Labs, Inc.
+// Copyright (c) Mysten Labs, Inc.
// SPDX-License-Identifier: Apache-2.0
-// Copyright (c) 2022, Mysten Labs, Inc.
+// Copyright (c) Mysten Labs, Inc.
// SPDX-License-Identifier: Apache-2.0
import { NFTFetcher, NFTInfo } from '../common/nftFetcher';
diff --git a/nft_mirror/oracle_server/src/polyfills/fetch-polyfill.ts b/nft_mirror/oracle_server/src/polyfills/fetch-polyfill.ts
index 6627c3e9e7325..7b2b4b31a2f7d 100644
--- a/nft_mirror/oracle_server/src/polyfills/fetch-polyfill.ts
+++ b/nft_mirror/oracle_server/src/polyfills/fetch-polyfill.ts
@@ -1,7 +1,7 @@
-// Copyright (c) 2022, Mysten Labs, Inc.
+// Copyright (c) Mysten Labs, Inc.
// SPDX-License-Identifier: Apache-2.0
-// Copyright (c) 2022, Mysten Labs, Inc.
+// Copyright (c) Mysten Labs, Inc.
// SPDX-License-Identifier: Apache-2.0
import fetch, { Headers, Request, Response } from 'node-fetch';
diff --git a/nft_mirror/oracle_server/src/sdk/gateway-generated-schema.ts b/nft_mirror/oracle_server/src/sdk/gateway-generated-schema.ts
index a82e15137b478..b2bf78e841d26 100644
--- a/nft_mirror/oracle_server/src/sdk/gateway-generated-schema.ts
+++ b/nft_mirror/oracle_server/src/sdk/gateway-generated-schema.ts
@@ -1,7 +1,7 @@
-// Copyright (c) 2022, Mysten Labs, Inc.
+// Copyright (c) Mysten Labs, Inc.
// SPDX-License-Identifier: Apache-2.0
-// Copyright (c) 2022, Mysten Labs, Inc.
+// Copyright (c) Mysten Labs, Inc.
// SPDX-License-Identifier: Apache-2.0
/**
diff --git a/nft_mirror/oracle_server/src/sdk/gateway.ts b/nft_mirror/oracle_server/src/sdk/gateway.ts
index 86babae53bb43..5e4dca0248a29 100644
--- a/nft_mirror/oracle_server/src/sdk/gateway.ts
+++ b/nft_mirror/oracle_server/src/sdk/gateway.ts
@@ -1,7 +1,7 @@
-// Copyright (c) 2022, Mysten Labs, Inc.
+// Copyright (c) Mysten Labs, Inc.
// SPDX-License-Identifier: Apache-2.0
-// Copyright (c) 2022, Mysten Labs, Inc.
+// Copyright (c) Mysten Labs, Inc.
// SPDX-License-Identifier: Apache-2.0
import {
diff --git a/nft_mirror/oracle_server/src/sdk/gatewayServiceAPI.ts b/nft_mirror/oracle_server/src/sdk/gatewayServiceAPI.ts
index fb3b56686d84b..df6581d3d9087 100644
--- a/nft_mirror/oracle_server/src/sdk/gatewayServiceAPI.ts
+++ b/nft_mirror/oracle_server/src/sdk/gatewayServiceAPI.ts
@@ -1,7 +1,7 @@
-// Copyright (c) 2022, Mysten Labs, Inc.
+// Copyright (c) Mysten Labs, Inc.
// SPDX-License-Identifier: Apache-2.0
-// Copyright (c) 2022, Mysten Labs, Inc.
+// Copyright (c) Mysten Labs, Inc.
// SPDX-License-Identifier: Apache-2.0
import {
diff --git a/nft_mirror/oracle_server/src/sdk/index.ts b/nft_mirror/oracle_server/src/sdk/index.ts
index a5dc76187e388..bbc2d208699cf 100644
--- a/nft_mirror/oracle_server/src/sdk/index.ts
+++ b/nft_mirror/oracle_server/src/sdk/index.ts
@@ -1,7 +1,7 @@
-// Copyright (c) 2022, Mysten Labs, Inc.
+// Copyright (c) Mysten Labs, Inc.
// SPDX-License-Identifier: Apache-2.0
-// Copyright (c) 2022, Mysten Labs, Inc.
+// Copyright (c) Mysten Labs, Inc.
// SPDX-License-Identifier: Apache-2.0
export * from './gateway';
diff --git a/scripts/changed-files.sh b/scripts/changed-files.sh
index 010c5e193f274..6e2deb062029e 100755
--- a/scripts/changed-files.sh
+++ b/scripts/changed-files.sh
@@ -1,5 +1,5 @@
#!/bin/bash
-# Copyright (c) 2022, Mysten Labs, Inc.
+# Copyright (c) Mysten Labs, Inc.
# SPDX-License-Identifier: Apache-2.0
set -e
diff --git a/scripts/simtest/cargo-simtest b/scripts/simtest/cargo-simtest
index f8c6b55469b96..ddd89bf4d6903 100755
--- a/scripts/simtest/cargo-simtest
+++ b/scripts/simtest/cargo-simtest
@@ -1,5 +1,5 @@
#!/bin/bash
-# Copyright (c) 2022, Mysten Labs, Inc.
+# Copyright (c) Mysten Labs, Inc.
# SPDX-License-Identifier: Apache-2.0
if [ "$1" != "simtest" ]; then
diff --git a/scripts/simtest/install.sh b/scripts/simtest/install.sh
index b98967a306796..342503c165713 100755
--- a/scripts/simtest/install.sh
+++ b/scripts/simtest/install.sh
@@ -1,5 +1,5 @@
#!/bin/bash
-# Copyright (c) 2022, Mysten Labs, Inc.
+# Copyright (c) Mysten Labs, Inc.
# SPDX-License-Identifier: Apache-2.0
cd "$(dirname "${BASH_SOURCE[0]}")"
diff --git a/scripts/update_narwhal.sh b/scripts/update_narwhal.sh
index 1593dc9e0313d..e11a8b894b04c 100755
--- a/scripts/update_narwhal.sh
+++ b/scripts/update_narwhal.sh
@@ -1,5 +1,5 @@
#!/bin/bash
-# Copyright (c) 2022, Mysten Labs, Inc.
+# Copyright (c) Mysten Labs, Inc.
# SPDX-License-Identifier: Apache-2.0
# shellcheck disable=SC2181
diff --git a/sdk/bcs/examples/readme.js b/sdk/bcs/examples/readme.js
index 90637ef2f14b5..5709b68993228 100644
--- a/sdk/bcs/examples/readme.js
+++ b/sdk/bcs/examples/readme.js
@@ -1,4 +1,4 @@
-// Copyright (c) 2022, Mysten Labs, Inc.
+// Copyright (c) Mysten Labs, Inc.
// SPDX-License-Identifier: Apache-2.0
const { bcs } = require('./../dist');
diff --git a/sdk/bcs/src/b64.ts b/sdk/bcs/src/b64.ts
index 508a165ba4bcf..e1c9d4e01e7f3 100644
--- a/sdk/bcs/src/b64.ts
+++ b/sdk/bcs/src/b64.ts
@@ -1,4 +1,4 @@
-// Copyright (c) 2022, Mysten Labs, Inc.
+// Copyright (c) Mysten Labs, Inc.
// SPDX-License-Identifier: Apache-2.0
/*\
diff --git a/sdk/bcs/src/hex.ts b/sdk/bcs/src/hex.ts
index 46ccacf37504a..0a4f67f5d80f2 100644
--- a/sdk/bcs/src/hex.ts
+++ b/sdk/bcs/src/hex.ts
@@ -1,4 +1,4 @@
-// Copyright (c) 2022, Mysten Labs, Inc.
+// Copyright (c) Mysten Labs, Inc.
// SPDX-License-Identifier: Apache-2.0
export function fromHEX(hexStr: string): Uint8Array {
diff --git a/sdk/bcs/src/index.ts b/sdk/bcs/src/index.ts
index 14338bf31ee0b..93b997985ad78 100644
--- a/sdk/bcs/src/index.ts
+++ b/sdk/bcs/src/index.ts
@@ -1,4 +1,4 @@
-// Copyright (c) 2022, Mysten Labs, Inc.
+// Copyright (c) Mysten Labs, Inc.
// SPDX-License-Identifier: Apache-2.0
/*
diff --git a/sdk/bcs/tests/bcs.test.ts b/sdk/bcs/tests/bcs.test.ts
index f001c5cf47dcd..63eff98a3097f 100644
--- a/sdk/bcs/tests/bcs.test.ts
+++ b/sdk/bcs/tests/bcs.test.ts
@@ -1,4 +1,4 @@
-// Copyright (c) 2022, Mysten Labs, Inc.
+// Copyright (c) Mysten Labs, Inc.
// SPDX-License-Identifier: Apache-2.0
import { describe, it, expect } from 'vitest';
diff --git a/sdk/bcs/tests/serde.test.ts b/sdk/bcs/tests/serde.test.ts
index c63fd3dcc70ed..008d4302a2c7b 100644
--- a/sdk/bcs/tests/serde.test.ts
+++ b/sdk/bcs/tests/serde.test.ts
@@ -1,4 +1,4 @@
-// Copyright (c) 2022, Mysten Labs, Inc.
+// Copyright (c) Mysten Labs, Inc.
// SPDX-License-Identifier: Apache-2.0
import { describe, it, expect } from 'vitest';
diff --git a/sdk/typescript/.eslintrc.cjs b/sdk/typescript/.eslintrc.cjs
index 79a05ae316fb8..d9df73322f070 100644
--- a/sdk/typescript/.eslintrc.cjs
+++ b/sdk/typescript/.eslintrc.cjs
@@ -1,4 +1,4 @@
-// Copyright (c) 2022, Mysten Labs, Inc.
+// Copyright (c) Mysten Labs, Inc.
// SPDX-License-Identifier: Apache-2.0
module.exports = {
diff --git a/sdk/typescript/src/cryptography/ed25519-keypair.ts b/sdk/typescript/src/cryptography/ed25519-keypair.ts
index 447b17df683fe..1df7fc42f74af 100644
--- a/sdk/typescript/src/cryptography/ed25519-keypair.ts
+++ b/sdk/typescript/src/cryptography/ed25519-keypair.ts
@@ -1,4 +1,4 @@
-// Copyright (c) 2022, Mysten Labs, Inc.
+// Copyright (c) Mysten Labs, Inc.
// SPDX-License-Identifier: Apache-2.0
import nacl from 'tweetnacl';
diff --git a/sdk/typescript/src/cryptography/ed25519-publickey.ts b/sdk/typescript/src/cryptography/ed25519-publickey.ts
index e051b5516ebab..9d7e46b83d393 100644
--- a/sdk/typescript/src/cryptography/ed25519-publickey.ts
+++ b/sdk/typescript/src/cryptography/ed25519-publickey.ts
@@ -1,4 +1,4 @@
-// Copyright (c) 2022, Mysten Labs, Inc.
+// Copyright (c) Mysten Labs, Inc.
// SPDX-License-Identifier: Apache-2.0
import BN from 'bn.js';
diff --git a/sdk/typescript/src/cryptography/keypair.ts b/sdk/typescript/src/cryptography/keypair.ts
index 0bc133bde067d..53249573613d4 100644
--- a/sdk/typescript/src/cryptography/keypair.ts
+++ b/sdk/typescript/src/cryptography/keypair.ts
@@ -1,4 +1,4 @@
-// Copyright (c) 2022, Mysten Labs, Inc.
+// Copyright (c) Mysten Labs, Inc.
// SPDX-License-Identifier: Apache-2.0
import { Base64DataBuffer } from '../serialization/base64';
diff --git a/sdk/typescript/src/cryptography/mnemonics.ts b/sdk/typescript/src/cryptography/mnemonics.ts
index 06f5d0bc8178c..5f1c656a39f1c 100644
--- a/sdk/typescript/src/cryptography/mnemonics.ts
+++ b/sdk/typescript/src/cryptography/mnemonics.ts
@@ -1,4 +1,4 @@
-// Copyright (c) 2022, Mysten Labs, Inc.
+// Copyright (c) Mysten Labs, Inc.
// SPDX-License-Identifier: Apache-2.0
import { mnemonicToSeedSync as bip39MnemonicToSeedSync } from '@scure/bip39';
diff --git a/sdk/typescript/src/cryptography/publickey.ts b/sdk/typescript/src/cryptography/publickey.ts
index ae796d6443bdd..3585a0582d5ba 100644
--- a/sdk/typescript/src/cryptography/publickey.ts
+++ b/sdk/typescript/src/cryptography/publickey.ts
@@ -1,4 +1,4 @@
-// Copyright (c) 2022, Mysten Labs, Inc.
+// Copyright (c) Mysten Labs, Inc.
// SPDX-License-Identifier: Apache-2.0
import BN from 'bn.js';
diff --git a/sdk/typescript/src/cryptography/secp256k1-keypair.ts b/sdk/typescript/src/cryptography/secp256k1-keypair.ts
index 508a3bd7d0b32..de9de72daacfb 100644
--- a/sdk/typescript/src/cryptography/secp256k1-keypair.ts
+++ b/sdk/typescript/src/cryptography/secp256k1-keypair.ts
@@ -1,4 +1,4 @@
-// Copyright (c) 2022, Mysten Labs, Inc.
+// Copyright (c) Mysten Labs, Inc.
// SPDX-License-Identifier: Apache-2.0
import * as secp from '@noble/secp256k1';
diff --git a/sdk/typescript/src/cryptography/secp256k1-publickey.ts b/sdk/typescript/src/cryptography/secp256k1-publickey.ts
index bb730485f00e1..278b34bb8cf25 100644
--- a/sdk/typescript/src/cryptography/secp256k1-publickey.ts
+++ b/sdk/typescript/src/cryptography/secp256k1-publickey.ts
@@ -1,4 +1,4 @@
-// Copyright (c) 2022, Mysten Labs, Inc.
+// Copyright (c) Mysten Labs, Inc.
// SPDX-License-Identifier: Apache-2.0
import BN from 'bn.js';
diff --git a/sdk/typescript/src/index.ts b/sdk/typescript/src/index.ts
index 36a166ceaa57c..4cf3f9902a280 100644
--- a/sdk/typescript/src/index.ts
+++ b/sdk/typescript/src/index.ts
@@ -1,4 +1,4 @@
-// Copyright (c) 2022, Mysten Labs, Inc.
+// Copyright (c) Mysten Labs, Inc.
// SPDX-License-Identifier: Apache-2.0
export * from './cryptography/ed25519-keypair';
export * from './cryptography/secp256k1-keypair';
diff --git a/sdk/typescript/src/providers/json-rpc-provider-with-cache.ts b/sdk/typescript/src/providers/json-rpc-provider-with-cache.ts
index 8d975a4d411d9..fbcb367a9dfc5 100644
--- a/sdk/typescript/src/providers/json-rpc-provider-with-cache.ts
+++ b/sdk/typescript/src/providers/json-rpc-provider-with-cache.ts
@@ -1,4 +1,4 @@
-// Copyright (c) 2022, Mysten Labs, Inc.
+// Copyright (c) Mysten Labs, Inc.
// SPDX-License-Identifier: Apache-2.0
import { SignatureScheme } from '../cryptography/publickey';
diff --git a/sdk/typescript/src/providers/json-rpc-provider.ts b/sdk/typescript/src/providers/json-rpc-provider.ts
index 42cb25df78f19..0088a9bc9779e 100644
--- a/sdk/typescript/src/providers/json-rpc-provider.ts
+++ b/sdk/typescript/src/providers/json-rpc-provider.ts
@@ -1,4 +1,4 @@
-// Copyright (c) 2022, Mysten Labs, Inc.
+// Copyright (c) Mysten Labs, Inc.
// SPDX-License-Identifier: Apache-2.0
import { Provider } from './provider';
diff --git a/sdk/typescript/src/providers/provider.ts b/sdk/typescript/src/providers/provider.ts
index 0489b5bb5d5d7..4976066ae4c4a 100644
--- a/sdk/typescript/src/providers/provider.ts
+++ b/sdk/typescript/src/providers/provider.ts
@@ -1,4 +1,4 @@
-// Copyright (c) 2022, Mysten Labs, Inc.
+// Copyright (c) Mysten Labs, Inc.
// SPDX-License-Identifier: Apache-2.0
import { SignatureScheme } from '../cryptography/publickey';
diff --git a/sdk/typescript/src/providers/void-provider.ts b/sdk/typescript/src/providers/void-provider.ts
index 24987cec07132..5d0eb1bf80ff8 100644
--- a/sdk/typescript/src/providers/void-provider.ts
+++ b/sdk/typescript/src/providers/void-provider.ts
@@ -1,4 +1,4 @@
-// Copyright (c) 2022, Mysten Labs, Inc.
+// Copyright (c) Mysten Labs, Inc.
// SPDX-License-Identifier: Apache-2.0
import { SignatureScheme } from '../cryptography/publickey';
diff --git a/sdk/typescript/src/rpc/client.guard.ts b/sdk/typescript/src/rpc/client.guard.ts
index 86d356103d8f9..f2e2fa82aa6ca 100644
--- a/sdk/typescript/src/rpc/client.guard.ts
+++ b/sdk/typescript/src/rpc/client.guard.ts
@@ -1,4 +1,4 @@
-// Copyright (c) 2022, Mysten Labs, Inc.
+// Copyright (c) Mysten Labs, Inc.
// SPDX-License-Identifier: Apache-2.0
/* eslint-disable */
diff --git a/sdk/typescript/src/rpc/client.ts b/sdk/typescript/src/rpc/client.ts
index 4076982827070..7c308f1239e9a 100644
--- a/sdk/typescript/src/rpc/client.ts
+++ b/sdk/typescript/src/rpc/client.ts
@@ -1,4 +1,4 @@
-// Copyright (c) 2022, Mysten Labs, Inc.
+// Copyright (c) Mysten Labs, Inc.
// SPDX-License-Identifier: Apache-2.0
import RpcClient from 'jayson/lib/client/browser/index.js';
diff --git a/sdk/typescript/src/rpc/websocket-client.ts b/sdk/typescript/src/rpc/websocket-client.ts
index e7a2bdb73f5e5..69f83e1c4b8dd 100644
--- a/sdk/typescript/src/rpc/websocket-client.ts
+++ b/sdk/typescript/src/rpc/websocket-client.ts
@@ -1,4 +1,4 @@
-// Copyright (c) 2022, Mysten Labs, Inc.
+// Copyright (c) Mysten Labs, Inc.
// SPDX-License-Identifier: Apache-2.0
import { isSubscriptionEvent } from '../types/index.guard';
diff --git a/sdk/typescript/src/serialization/base64.ts b/sdk/typescript/src/serialization/base64.ts
index 2d1748ebf7087..d6e40ef19669a 100644
--- a/sdk/typescript/src/serialization/base64.ts
+++ b/sdk/typescript/src/serialization/base64.ts
@@ -1,4 +1,4 @@
-// Copyright (c) 2022, Mysten Labs, Inc.
+// Copyright (c) Mysten Labs, Inc.
// SPDX-License-Identifier: Apache-2.0
import { Buffer } from 'buffer';
diff --git a/sdk/typescript/src/serialization/hex.ts b/sdk/typescript/src/serialization/hex.ts
index 7d7e1e5ea76f7..25a81e44dc9b1 100644
--- a/sdk/typescript/src/serialization/hex.ts
+++ b/sdk/typescript/src/serialization/hex.ts
@@ -1,4 +1,4 @@
-// Copyright (c) 2022, Mysten Labs, Inc.
+// Copyright (c) Mysten Labs, Inc.
// SPDX-License-Identifier: Apache-2.0
import { Buffer } from 'buffer';
diff --git a/sdk/typescript/src/signers/raw-signer.ts b/sdk/typescript/src/signers/raw-signer.ts
index 3cd835c2682e2..b20b798a5fb78 100644
--- a/sdk/typescript/src/signers/raw-signer.ts
+++ b/sdk/typescript/src/signers/raw-signer.ts
@@ -1,4 +1,4 @@
-// Copyright (c) 2022, Mysten Labs, Inc.
+// Copyright (c) Mysten Labs, Inc.
// SPDX-License-Identifier: Apache-2.0
import { Keypair } from '../cryptography/keypair';
diff --git a/sdk/typescript/src/signers/signer-with-provider.ts b/sdk/typescript/src/signers/signer-with-provider.ts
index 50558b3209bc4..c6b27a34a7b07 100644
--- a/sdk/typescript/src/signers/signer-with-provider.ts
+++ b/sdk/typescript/src/signers/signer-with-provider.ts
@@ -1,4 +1,4 @@
-// Copyright (c) 2022, Mysten Labs, Inc.
+// Copyright (c) Mysten Labs, Inc.
// SPDX-License-Identifier: Apache-2.0
import { JsonRpcProvider } from '../providers/json-rpc-provider';
diff --git a/sdk/typescript/src/signers/signer.ts b/sdk/typescript/src/signers/signer.ts
index c07ac0189b745..6fff61a72d4a3 100644
--- a/sdk/typescript/src/signers/signer.ts
+++ b/sdk/typescript/src/signers/signer.ts
@@ -1,4 +1,4 @@
-// Copyright (c) 2022, Mysten Labs, Inc.
+// Copyright (c) Mysten Labs, Inc.
// SPDX-License-Identifier: Apache-2.0
import { PublicKey, SignatureScheme } from '../cryptography/publickey';
diff --git a/sdk/typescript/src/signers/txn-data-serializers/call-arg-serializer.ts b/sdk/typescript/src/signers/txn-data-serializers/call-arg-serializer.ts
index 232e2f1c59c56..6fa76888a7cc6 100644
--- a/sdk/typescript/src/signers/txn-data-serializers/call-arg-serializer.ts
+++ b/sdk/typescript/src/signers/txn-data-serializers/call-arg-serializer.ts
@@ -1,4 +1,4 @@
-// Copyright (c) 2022, Mysten Labs, Inc.
+// Copyright (c) Mysten Labs, Inc.
// SPDX-License-Identifier: Apache-2.0
import { Provider } from '../../providers/provider';
diff --git a/sdk/typescript/src/signers/txn-data-serializers/local-txn-data-serializer.ts b/sdk/typescript/src/signers/txn-data-serializers/local-txn-data-serializer.ts
index ed890e799a4d8..78f03bcc6d436 100644
--- a/sdk/typescript/src/signers/txn-data-serializers/local-txn-data-serializer.ts
+++ b/sdk/typescript/src/signers/txn-data-serializers/local-txn-data-serializer.ts
@@ -1,4 +1,4 @@
-// Copyright (c) 2022, Mysten Labs, Inc.
+// Copyright (c) Mysten Labs, Inc.
// SPDX-License-Identifier: Apache-2.0
import { Base64DataBuffer } from '../../serialization/base64';
diff --git a/sdk/typescript/src/signers/txn-data-serializers/rpc-txn-data-serializer.ts b/sdk/typescript/src/signers/txn-data-serializers/rpc-txn-data-serializer.ts
index 815ba9b0190d4..1c34579ac9f92 100644
--- a/sdk/typescript/src/signers/txn-data-serializers/rpc-txn-data-serializer.ts
+++ b/sdk/typescript/src/signers/txn-data-serializers/rpc-txn-data-serializer.ts
@@ -1,4 +1,4 @@
-// Copyright (c) 2022, Mysten Labs, Inc.
+// Copyright (c) Mysten Labs, Inc.
// SPDX-License-Identifier: Apache-2.0
import { isTransactionBytes } from '../../types/index.guard';
diff --git a/sdk/typescript/src/signers/txn-data-serializers/txn-data-serializer.ts b/sdk/typescript/src/signers/txn-data-serializers/txn-data-serializer.ts
index be7e13e8bc4dc..e89f78ec11f18 100644
--- a/sdk/typescript/src/signers/txn-data-serializers/txn-data-serializer.ts
+++ b/sdk/typescript/src/signers/txn-data-serializers/txn-data-serializer.ts
@@ -1,4 +1,4 @@
-// Copyright (c) 2022, Mysten Labs, Inc.
+// Copyright (c) Mysten Labs, Inc.
// SPDX-License-Identifier: Apache-2.0
import { Base64DataBuffer } from '../../serialization/base64';
diff --git a/sdk/typescript/src/types/common.ts b/sdk/typescript/src/types/common.ts
index 7b94d89001c66..a67e3d19c8bf4 100644
--- a/sdk/typescript/src/types/common.ts
+++ b/sdk/typescript/src/types/common.ts
@@ -1,4 +1,4 @@
-// Copyright (c) 2022, Mysten Labs, Inc.
+// Copyright (c) Mysten Labs, Inc.
// SPDX-License-Identifier: Apache-2.0
import { Base64DataBuffer } from '../serialization/base64';
diff --git a/sdk/typescript/src/types/events.ts b/sdk/typescript/src/types/events.ts
index 4ae574155a61e..cf8a460a4df8e 100644
--- a/sdk/typescript/src/types/events.ts
+++ b/sdk/typescript/src/types/events.ts
@@ -1,4 +1,4 @@
-// Copyright (c) 2022, Mysten Labs, Inc.
+// Copyright (c) Mysten Labs, Inc.
// SPDX-License-Identifier: Apache-2.0
import { SuiAddress, ObjectOwner, TransactionDigest } from './common';
diff --git a/sdk/typescript/src/types/framework.ts b/sdk/typescript/src/types/framework.ts
index 18a347121a503..8d0628dc8e731 100644
--- a/sdk/typescript/src/types/framework.ts
+++ b/sdk/typescript/src/types/framework.ts
@@ -1,4 +1,4 @@
-// Copyright (c) 2022, Mysten Labs, Inc.
+// Copyright (c) Mysten Labs, Inc.
// SPDX-License-Identifier: Apache-2.0
import {
diff --git a/sdk/typescript/src/types/index.guard.ts b/sdk/typescript/src/types/index.guard.ts
index 47b49ea86e40c..52ddf9323dcf7 100644
--- a/sdk/typescript/src/types/index.guard.ts
+++ b/sdk/typescript/src/types/index.guard.ts
@@ -1,4 +1,4 @@
-// Copyright (c) 2022, Mysten Labs, Inc.
+// Copyright (c) Mysten Labs, Inc.
// SPDX-License-Identifier: Apache-2.0
/* eslint-disable */
diff --git a/sdk/typescript/src/types/index.ts b/sdk/typescript/src/types/index.ts
index 336b1a93d7031..e2e2e17b8e16b 100644
--- a/sdk/typescript/src/types/index.ts
+++ b/sdk/typescript/src/types/index.ts
@@ -1,4 +1,4 @@
-// Copyright (c) 2022, Mysten Labs, Inc.
+// Copyright (c) Mysten Labs, Inc.
// SPDX-License-Identifier: Apache-2.0
export * from './common';
diff --git a/sdk/typescript/src/types/objects.ts b/sdk/typescript/src/types/objects.ts
index 83a825e5d3c97..038b6f4e18a3c 100644
--- a/sdk/typescript/src/types/objects.ts
+++ b/sdk/typescript/src/types/objects.ts
@@ -1,4 +1,4 @@
-// Copyright (c) 2022, Mysten Labs, Inc.
+// Copyright (c) Mysten Labs, Inc.
// SPDX-License-Identifier: Apache-2.0
import { ObjectOwner } from './common';
diff --git a/sdk/typescript/src/types/option.ts b/sdk/typescript/src/types/option.ts
index 1f832bf9081ae..9fb4dedb5b99b 100644
--- a/sdk/typescript/src/types/option.ts
+++ b/sdk/typescript/src/types/option.ts
@@ -1,4 +1,4 @@
-// Copyright (c) 2022, Mysten Labs, Inc.
+// Copyright (c) Mysten Labs, Inc.
// SPDX-License-Identifier: Apache-2.0
export type Option =
diff --git a/sdk/typescript/src/types/sui-bcs.ts b/sdk/typescript/src/types/sui-bcs.ts
index 76bcd00c8639e..decd6939405b0 100644
--- a/sdk/typescript/src/types/sui-bcs.ts
+++ b/sdk/typescript/src/types/sui-bcs.ts
@@ -1,4 +1,4 @@
-// Copyright (c) 2022, Mysten Labs, Inc.
+// Copyright (c) Mysten Labs, Inc.
// SPDX-License-Identifier: Apache-2.0
import { bcs, decodeStr, encodeStr } from '@mysten/bcs';
diff --git a/sdk/typescript/src/types/transactions.ts b/sdk/typescript/src/types/transactions.ts
index 479eee16c6bfa..ee398322108f5 100644
--- a/sdk/typescript/src/types/transactions.ts
+++ b/sdk/typescript/src/types/transactions.ts
@@ -1,4 +1,4 @@
-// Copyright (c) 2022, Mysten Labs, Inc.
+// Copyright (c) Mysten Labs, Inc.
// SPDX-License-Identifier: Apache-2.0
import { ObjectOwner, SuiAddress, TransactionDigest } from './common';
diff --git a/sdk/typescript/src/utils/ed25519-hd-key.ts b/sdk/typescript/src/utils/ed25519-hd-key.ts
index 102675754f221..ca11670cb47db 100644
--- a/sdk/typescript/src/utils/ed25519-hd-key.ts
+++ b/sdk/typescript/src/utils/ed25519-hd-key.ts
@@ -1,4 +1,4 @@
-// Copyright (c) 2022, Mysten Labs, Inc.
+// Copyright (c) Mysten Labs, Inc.
// SPDX-License-Identifier: Apache-2.0
// This is adapted from https://github.com/alepop/ed25519-hd-key replacing create-hmac
diff --git a/sdk/typescript/src/utils/properties.ts b/sdk/typescript/src/utils/properties.ts
index f32e751429f96..b0d24a7789710 100644
--- a/sdk/typescript/src/utils/properties.ts
+++ b/sdk/typescript/src/utils/properties.ts
@@ -1,4 +1,4 @@
-// Copyright (c) 2022, Mysten Labs, Inc.
+// Copyright (c) Mysten Labs, Inc.
// SPDX-License-Identifier: Apache-2.0
export function defineReadOnly(
diff --git a/sdk/typescript/test/e2e/local-txn-builder.test.ts b/sdk/typescript/test/e2e/local-txn-builder.test.ts
index bb1a7454066f7..82a246e84f0c3 100644
--- a/sdk/typescript/test/e2e/local-txn-builder.test.ts
+++ b/sdk/typescript/test/e2e/local-txn-builder.test.ts
@@ -1,4 +1,4 @@
-// Copyright (c) 2022, Mysten Labs, Inc.
+// Copyright (c) Mysten Labs, Inc.
// SPDX-License-Identifier: Apache-2.0
import { describe, it, expect, beforeAll } from 'vitest';
diff --git a/sdk/typescript/test/e2e/normalized-modules.test.ts b/sdk/typescript/test/e2e/normalized-modules.test.ts
index 75ead023239cf..8aa00cd091d73 100644
--- a/sdk/typescript/test/e2e/normalized-modules.test.ts
+++ b/sdk/typescript/test/e2e/normalized-modules.test.ts
@@ -1,4 +1,4 @@
-// Copyright (c) 2022, Mysten Labs, Inc.
+// Copyright (c) Mysten Labs, Inc.
// SPDX-License-Identifier: Apache-2.0
import { describe, it, expect, beforeAll } from 'vitest';
diff --git a/sdk/typescript/test/e2e/objects.test.ts b/sdk/typescript/test/e2e/objects.test.ts
index fe57237bf8be6..c065a4e707302 100644
--- a/sdk/typescript/test/e2e/objects.test.ts
+++ b/sdk/typescript/test/e2e/objects.test.ts
@@ -1,4 +1,4 @@
-// Copyright (c) 2022, Mysten Labs, Inc.
+// Copyright (c) Mysten Labs, Inc.
// SPDX-License-Identifier: Apache-2.0
import { describe, it, expect, beforeAll } from 'vitest';
diff --git a/sdk/typescript/test/e2e/read-transactions.test.ts b/sdk/typescript/test/e2e/read-transactions.test.ts
index c45e101517084..fdd97a084464e 100644
--- a/sdk/typescript/test/e2e/read-transactions.test.ts
+++ b/sdk/typescript/test/e2e/read-transactions.test.ts
@@ -1,4 +1,4 @@
-// Copyright (c) 2022, Mysten Labs, Inc.
+// Copyright (c) Mysten Labs, Inc.
// SPDX-License-Identifier: Apache-2.0
import { describe, it, expect, beforeAll } from 'vitest';
diff --git a/sdk/typescript/test/e2e/rpc-txn-builder.test.ts b/sdk/typescript/test/e2e/rpc-txn-builder.test.ts
index 280b55e6a4293..5d63fe3b34d1a 100644
--- a/sdk/typescript/test/e2e/rpc-txn-builder.test.ts
+++ b/sdk/typescript/test/e2e/rpc-txn-builder.test.ts
@@ -1,4 +1,4 @@
-// Copyright (c) 2022, Mysten Labs, Inc.
+// Copyright (c) Mysten Labs, Inc.
// SPDX-License-Identifier: Apache-2.0
import { describe, it, expect, beforeAll } from 'vitest';
diff --git a/sdk/typescript/test/e2e/utils/setup.ts b/sdk/typescript/test/e2e/utils/setup.ts
index bda9be6c3894d..65eea5ca52a73 100644
--- a/sdk/typescript/test/e2e/utils/setup.ts
+++ b/sdk/typescript/test/e2e/utils/setup.ts
@@ -1,4 +1,4 @@
-// Copyright (c) 2022, Mysten Labs, Inc.
+// Copyright (c) Mysten Labs, Inc.
// SPDX-License-Identifier: Apache-2.0
import axios from 'axios';
diff --git a/sdk/typescript/test/unit/cryptography/ed25519-keypair.test.ts b/sdk/typescript/test/unit/cryptography/ed25519-keypair.test.ts
index 299e57b2972a7..a1fd2aadb9afc 100644
--- a/sdk/typescript/test/unit/cryptography/ed25519-keypair.test.ts
+++ b/sdk/typescript/test/unit/cryptography/ed25519-keypair.test.ts
@@ -1,4 +1,4 @@
-// Copyright (c) 2022, Mysten Labs, Inc.
+// Copyright (c) Mysten Labs, Inc.
// SPDX-License-Identifier: Apache-2.0
import nacl from 'tweetnacl';
diff --git a/sdk/typescript/test/unit/cryptography/ed25519-publickey.test.ts b/sdk/typescript/test/unit/cryptography/ed25519-publickey.test.ts
index 4a83b44c334f5..74341cb3f055c 100644
--- a/sdk/typescript/test/unit/cryptography/ed25519-publickey.test.ts
+++ b/sdk/typescript/test/unit/cryptography/ed25519-publickey.test.ts
@@ -1,4 +1,4 @@
-// Copyright (c) 2022, Mysten Labs, Inc.
+// Copyright (c) Mysten Labs, Inc.
// SPDX-License-Identifier: Apache-2.0
import { describe, it, expect } from 'vitest';
diff --git a/sdk/typescript/test/unit/cryptography/secp256k1-keypair.test.ts b/sdk/typescript/test/unit/cryptography/secp256k1-keypair.test.ts
index 45336ec45a6fd..fb17b2e4ed859 100644
--- a/sdk/typescript/test/unit/cryptography/secp256k1-keypair.test.ts
+++ b/sdk/typescript/test/unit/cryptography/secp256k1-keypair.test.ts
@@ -1,4 +1,4 @@
-// Copyright (c) 2022, Mysten Labs, Inc.
+// Copyright (c) Mysten Labs, Inc.
// SPDX-License-Identifier: Apache-2.0
import {
diff --git a/sdk/typescript/test/unit/cryptography/secp256k1-publickey.test.ts b/sdk/typescript/test/unit/cryptography/secp256k1-publickey.test.ts
index 3725aab8686d1..4b8e120ad5243 100644
--- a/sdk/typescript/test/unit/cryptography/secp256k1-publickey.test.ts
+++ b/sdk/typescript/test/unit/cryptography/secp256k1-publickey.test.ts
@@ -1,4 +1,4 @@
-// Copyright (c) 2022, Mysten Labs, Inc.
+// Copyright (c) Mysten Labs, Inc.
// SPDX-License-Identifier: Apache-2.0
import { describe, it, expect } from 'vitest';
diff --git a/sdk/typescript/test/unit/mocks/rpc-http.ts b/sdk/typescript/test/unit/mocks/rpc-http.ts
index 247095557086c..b216de5faae99 100644
--- a/sdk/typescript/test/unit/mocks/rpc-http.ts
+++ b/sdk/typescript/test/unit/mocks/rpc-http.ts
@@ -1,4 +1,4 @@
-// Copyright (c) 2022, Mysten Labs, Inc.
+// Copyright (c) Mysten Labs, Inc.
// SPDX-License-Identifier: Apache-2.0
import * as mockttp from 'mockttp';
diff --git a/sdk/typescript/test/unit/rpc/client.test.ts b/sdk/typescript/test/unit/rpc/client.test.ts
index bb4943d3b7049..d4ef55c9b882c 100644
--- a/sdk/typescript/test/unit/rpc/client.test.ts
+++ b/sdk/typescript/test/unit/rpc/client.test.ts
@@ -1,4 +1,4 @@
-// Copyright (c) 2022, Mysten Labs, Inc.
+// Copyright (c) Mysten Labs, Inc.
// SPDX-License-Identifier: Apache-2.0
import { describe, it, expect, beforeAll, afterAll, vi } from 'vitest';
diff --git a/sdk/typescript/test/unit/signers/raw-signer.test.ts b/sdk/typescript/test/unit/signers/raw-signer.test.ts
index b2aa5dc14175d..78caa3c764f4a 100644
--- a/sdk/typescript/test/unit/signers/raw-signer.test.ts
+++ b/sdk/typescript/test/unit/signers/raw-signer.test.ts
@@ -1,4 +1,4 @@
-// Copyright (c) 2022, Mysten Labs, Inc.
+// Copyright (c) Mysten Labs, Inc.
// SPDX-License-Identifier: Apache-2.0
import nacl from 'tweetnacl';
diff --git a/sdk/typescript/test/unit/types/framework.test.ts b/sdk/typescript/test/unit/types/framework.test.ts
index ad7e464ab27e9..8a5dc7ae1ab42 100644
--- a/sdk/typescript/test/unit/types/framework.test.ts
+++ b/sdk/typescript/test/unit/types/framework.test.ts
@@ -1,4 +1,4 @@
-// Copyright (c) 2022, Mysten Labs, Inc.
+// Copyright (c) Mysten Labs, Inc.
// SPDX-License-Identifier: Apache-2.0
import { describe, it, expect } from 'vitest';
diff --git a/sdk/typescript/test/unit/types/objects.test.ts b/sdk/typescript/test/unit/types/objects.test.ts
index a6dccee5d2997..78231f9dca65a 100644
--- a/sdk/typescript/test/unit/types/objects.test.ts
+++ b/sdk/typescript/test/unit/types/objects.test.ts
@@ -1,4 +1,4 @@
-// Copyright (c) 2022, Mysten Labs, Inc.
+// Copyright (c) Mysten Labs, Inc.
// SPDX-License-Identifier: Apache-2.0
import { describe, it, expect } from 'vitest';
diff --git a/sdk/typescript/test/unit/types/stringTypes.test.ts b/sdk/typescript/test/unit/types/stringTypes.test.ts
index f1ea69c3eba26..3e5337702392c 100644
--- a/sdk/typescript/test/unit/types/stringTypes.test.ts
+++ b/sdk/typescript/test/unit/types/stringTypes.test.ts
@@ -1,4 +1,4 @@
-// Copyright (c) 2022, Mysten Labs, Inc.
+// Copyright (c) Mysten Labs, Inc.
// SPDX-License-Identifier: Apache-2.0
import { describe, it, expect } from 'vitest';
diff --git a/sdk/typescript/test/unit/types/transactions.test.ts b/sdk/typescript/test/unit/types/transactions.test.ts
index 3f90daaa406a1..76d41b6ea93d2 100644
--- a/sdk/typescript/test/unit/types/transactions.test.ts
+++ b/sdk/typescript/test/unit/types/transactions.test.ts
@@ -1,4 +1,4 @@
-// Copyright (c) 2022, Mysten Labs, Inc.
+// Copyright (c) Mysten Labs, Inc.
// SPDX-License-Identifier: Apache-2.0
import { describe, it, expect } from 'vitest';
diff --git a/sdk/typescript/type_guards.mjs b/sdk/typescript/type_guards.mjs
index 0f93db94ed7d0..c49f7df89ba6d 100644
--- a/sdk/typescript/type_guards.mjs
+++ b/sdk/typescript/type_guards.mjs
@@ -1,4 +1,4 @@
-// Copyright (c) 2022, Mysten Labs, Inc.
+// Copyright (c) Mysten Labs, Inc.
// SPDX-License-Identifier: Apache-2.0
import { readFile, writeFile } from 'fs/promises';
@@ -6,7 +6,7 @@ import { generate } from 'ts-auto-guard';
const GUARD_FILES = ['src/rpc/client.guard.ts', 'src/types/index.guard.ts'];
const LICENSE =
- '// Copyright (c) 2022, Mysten Labs, Inc.\n// SPDX-License-Identifier: Apache-2.0\n\n/* eslint-disable */\n\n';
+ '// Copyright (c) Mysten Labs, Inc.\n// SPDX-License-Identifier: Apache-2.0\n\n/* eslint-disable */\n\n';
async function main() {
const tsconfig = new URL('./tsconfig.json', import.meta.url);
diff --git a/sdk/typescript/vitest.config.ts b/sdk/typescript/vitest.config.ts
index a02c47744ee84..ad5eb09de2e16 100644
--- a/sdk/typescript/vitest.config.ts
+++ b/sdk/typescript/vitest.config.ts
@@ -1,4 +1,4 @@
-// Copyright (c) 2022, Mysten Labs, Inc.
+// Copyright (c) Mysten Labs, Inc.
// SPDX-License-Identifier: Apache-2.0
import { defineConfig } from 'vitest/config';
diff --git a/sdk/wallet-adapter/packages/adapters/all-wallets/src/index.ts b/sdk/wallet-adapter/packages/adapters/all-wallets/src/index.ts
index 48851ca1076c3..5ac74abd1e7bd 100644
--- a/sdk/wallet-adapter/packages/adapters/all-wallets/src/index.ts
+++ b/sdk/wallet-adapter/packages/adapters/all-wallets/src/index.ts
@@ -1,4 +1,4 @@
-// Copyright (c) 2022, Mysten Labs, Inc.
+// Copyright (c) Mysten Labs, Inc.
// SPDX-License-Identifier: Apache-2.0
export * from '@mysten/wallet-adapter-sui-wallet';
diff --git a/sdk/wallet-adapter/packages/adapters/base-adapter/src/base.ts b/sdk/wallet-adapter/packages/adapters/base-adapter/src/base.ts
index 7b469af02a658..ae117e41ee583 100644
--- a/sdk/wallet-adapter/packages/adapters/base-adapter/src/base.ts
+++ b/sdk/wallet-adapter/packages/adapters/base-adapter/src/base.ts
@@ -1,4 +1,4 @@
-// Copyright (c) 2022, Mysten Labs, Inc.
+// Copyright (c) Mysten Labs, Inc.
// SPDX-License-Identifier: Apache-2.0
import {
diff --git a/sdk/wallet-adapter/packages/adapters/base-adapter/src/index.ts b/sdk/wallet-adapter/packages/adapters/base-adapter/src/index.ts
index 232dfeb2d186c..2dd49d60bf843 100644
--- a/sdk/wallet-adapter/packages/adapters/base-adapter/src/index.ts
+++ b/sdk/wallet-adapter/packages/adapters/base-adapter/src/index.ts
@@ -1,4 +1,4 @@
-// Copyright (c) 2022, Mysten Labs, Inc.
+// Copyright (c) Mysten Labs, Inc.
// SPDX-License-Identifier: Apache-2.0
export * from './base';
diff --git a/sdk/wallet-adapter/packages/adapters/mock-wallet/src/adapter.ts b/sdk/wallet-adapter/packages/adapters/mock-wallet/src/adapter.ts
index f6e891a36fba9..3d08be0978c81 100644
--- a/sdk/wallet-adapter/packages/adapters/mock-wallet/src/adapter.ts
+++ b/sdk/wallet-adapter/packages/adapters/mock-wallet/src/adapter.ts
@@ -1,4 +1,4 @@
-// Copyright (c) 2022, Mysten Labs, Inc.
+// Copyright (c) Mysten Labs, Inc.
// SPDX-License-Identifier: Apache-2.0
import {
diff --git a/sdk/wallet-adapter/packages/adapters/mock-wallet/src/index.ts b/sdk/wallet-adapter/packages/adapters/mock-wallet/src/index.ts
index 353b6f48a40d9..f6c01d7f07f8c 100644
--- a/sdk/wallet-adapter/packages/adapters/mock-wallet/src/index.ts
+++ b/sdk/wallet-adapter/packages/adapters/mock-wallet/src/index.ts
@@ -1,4 +1,4 @@
-// Copyright (c) 2022, Mysten Labs, Inc.
+// Copyright (c) Mysten Labs, Inc.
// SPDX-License-Identifier: Apache-2.0
export * from './adapter';
\ No newline at end of file
diff --git a/sdk/wallet-adapter/packages/adapters/sui-wallet/src/adapter.ts b/sdk/wallet-adapter/packages/adapters/sui-wallet/src/adapter.ts
index 59ac620b62bef..f75718dbc8d0c 100644
--- a/sdk/wallet-adapter/packages/adapters/sui-wallet/src/adapter.ts
+++ b/sdk/wallet-adapter/packages/adapters/sui-wallet/src/adapter.ts
@@ -1,4 +1,4 @@
-// Copyright (c) 2022, Mysten Labs, Inc.
+// Copyright (c) Mysten Labs, Inc.
// SPDX-License-Identifier: Apache-2.0
import {
diff --git a/sdk/wallet-adapter/packages/adapters/sui-wallet/src/index.ts b/sdk/wallet-adapter/packages/adapters/sui-wallet/src/index.ts
index 353b6f48a40d9..f6c01d7f07f8c 100644
--- a/sdk/wallet-adapter/packages/adapters/sui-wallet/src/index.ts
+++ b/sdk/wallet-adapter/packages/adapters/sui-wallet/src/index.ts
@@ -1,4 +1,4 @@
-// Copyright (c) 2022, Mysten Labs, Inc.
+// Copyright (c) Mysten Labs, Inc.
// SPDX-License-Identifier: Apache-2.0
export * from './adapter';
\ No newline at end of file
diff --git a/sdk/wallet-adapter/packages/react-providers/src/WalletProvider.tsx b/sdk/wallet-adapter/packages/react-providers/src/WalletProvider.tsx
index ef98e952ea847..575953b7ae4ea 100644
--- a/sdk/wallet-adapter/packages/react-providers/src/WalletProvider.tsx
+++ b/sdk/wallet-adapter/packages/react-providers/src/WalletProvider.tsx
@@ -1,4 +1,4 @@
-// Copyright (c) 2022, Mysten Labs, Inc.
+// Copyright (c) Mysten Labs, Inc.
// SPDX-License-Identifier: Apache-2.0
import { FC, ReactNode, useCallback, useEffect, useState } from "react";
diff --git a/sdk/wallet-adapter/packages/react-providers/src/index.ts b/sdk/wallet-adapter/packages/react-providers/src/index.ts
index b42af9d026513..6e59d56d80c90 100644
--- a/sdk/wallet-adapter/packages/react-providers/src/index.ts
+++ b/sdk/wallet-adapter/packages/react-providers/src/index.ts
@@ -1,4 +1,4 @@
-// Copyright (c) 2022, Mysten Labs, Inc.
+// Copyright (c) Mysten Labs, Inc.
// SPDX-License-Identifier: Apache-2.0
export * from './useWallet';
diff --git a/sdk/wallet-adapter/packages/react-providers/src/useWallet.ts b/sdk/wallet-adapter/packages/react-providers/src/useWallet.ts
index a52286eec2444..33314ea26ff2e 100644
--- a/sdk/wallet-adapter/packages/react-providers/src/useWallet.ts
+++ b/sdk/wallet-adapter/packages/react-providers/src/useWallet.ts
@@ -1,4 +1,4 @@
-// Copyright (c) 2022, Mysten Labs, Inc.
+// Copyright (c) Mysten Labs, Inc.
// SPDX-License-Identifier: Apache-2.0
import {
diff --git a/sdk/wallet-adapter/packages/ui/src/ConnectWalletModal.tsx b/sdk/wallet-adapter/packages/ui/src/ConnectWalletModal.tsx
index 91e8837473f08..f43376be385f1 100644
--- a/sdk/wallet-adapter/packages/ui/src/ConnectWalletModal.tsx
+++ b/sdk/wallet-adapter/packages/ui/src/ConnectWalletModal.tsx
@@ -1,4 +1,4 @@
-// Copyright (c) 2022, Mysten Labs, Inc.
+// Copyright (c) Mysten Labs, Inc.
// SPDX-License-Identifier: Apache-2.0
import { Box, Button, List, Modal, Typography, ListItemButton, ListItemText, CircularProgress } from "@mui/material";
diff --git a/sdk/wallet-adapter/packages/ui/src/ManageWalletModal.tsx b/sdk/wallet-adapter/packages/ui/src/ManageWalletModal.tsx
index 1f178d12c51ec..f078504e2813f 100644
--- a/sdk/wallet-adapter/packages/ui/src/ManageWalletModal.tsx
+++ b/sdk/wallet-adapter/packages/ui/src/ManageWalletModal.tsx
@@ -1,4 +1,4 @@
-// Copyright (c) 2022, Mysten Labs, Inc.
+// Copyright (c) Mysten Labs, Inc.
// SPDX-License-Identifier: Apache-2.0
import { Box, Button, List, Modal, Typography, ListItemButton, ListItemText} from "@mui/material";
diff --git a/sdk/wallet-adapter/packages/ui/src/WalletWrapper.tsx b/sdk/wallet-adapter/packages/ui/src/WalletWrapper.tsx
index 8d9dbdc47fb0e..6e5ce166ed3ba 100644
--- a/sdk/wallet-adapter/packages/ui/src/WalletWrapper.tsx
+++ b/sdk/wallet-adapter/packages/ui/src/WalletWrapper.tsx
@@ -1,4 +1,4 @@
-// Copyright (c) 2022, Mysten Labs, Inc.
+// Copyright (c) Mysten Labs, Inc.
// SPDX-License-Identifier: Apache-2.0
/*
diff --git a/sdk/wallet-adapter/packages/ui/src/index.ts b/sdk/wallet-adapter/packages/ui/src/index.ts
index 789796b24d72a..7135cc813f717 100644
--- a/sdk/wallet-adapter/packages/ui/src/index.ts
+++ b/sdk/wallet-adapter/packages/ui/src/index.ts
@@ -1,4 +1,4 @@
-// Copyright (c) 2022, Mysten Labs, Inc.
+// Copyright (c) Mysten Labs, Inc.
// SPDX-License-Identifier: Apache-2.0
export * from './ConnectWalletModal';
diff --git a/sdk/wallet-adapter/src/App.test.tsx b/sdk/wallet-adapter/src/App.test.tsx
index bfa4ca8bcc36c..372f0dd8eb84c 100644
--- a/sdk/wallet-adapter/src/App.test.tsx
+++ b/sdk/wallet-adapter/src/App.test.tsx
@@ -1,4 +1,4 @@
-// Copyright (c) 2022, Mysten Labs, Inc.
+// Copyright (c) Mysten Labs, Inc.
// SPDX-License-Identifier: Apache-2.0
import React from 'react';
diff --git a/sdk/wallet-adapter/src/App.tsx b/sdk/wallet-adapter/src/App.tsx
index 6a9e045fdc56c..41650ee05a299 100644
--- a/sdk/wallet-adapter/src/App.tsx
+++ b/sdk/wallet-adapter/src/App.tsx
@@ -1,4 +1,4 @@
-// Copyright (c) 2022, Mysten Labs, Inc.
+// Copyright (c) Mysten Labs, Inc.
// SPDX-License-Identifier: Apache-2.0
import "./App.css";
diff --git a/sdk/wallet-adapter/src/TestButton.tsx b/sdk/wallet-adapter/src/TestButton.tsx
index 5a429a2fc7648..d6f282e6d8626 100644
--- a/sdk/wallet-adapter/src/TestButton.tsx
+++ b/sdk/wallet-adapter/src/TestButton.tsx
@@ -1,4 +1,4 @@
-// Copyright (c) 2022, Mysten Labs, Inc.
+// Copyright (c) Mysten Labs, Inc.
// SPDX-License-Identifier: Apache-2.0
import { Button } from "@mui/material";
diff --git a/sdk/wallet-adapter/src/index.tsx b/sdk/wallet-adapter/src/index.tsx
index 90a9dbb975213..35ca6f2fd1ff7 100644
--- a/sdk/wallet-adapter/src/index.tsx
+++ b/sdk/wallet-adapter/src/index.tsx
@@ -1,4 +1,4 @@
-// Copyright (c) 2022, Mysten Labs, Inc.
+// Copyright (c) Mysten Labs, Inc.
// SPDX-License-Identifier: Apache-2.0
import React from 'react';
diff --git a/sdk/wallet-adapter/src/vite-env.d.ts b/sdk/wallet-adapter/src/vite-env.d.ts
index 372352c823879..bbce1f8fff1e2 100644
--- a/sdk/wallet-adapter/src/vite-env.d.ts
+++ b/sdk/wallet-adapter/src/vite-env.d.ts
@@ -1,4 +1,4 @@
-// Copyright (c) 2022, Mysten Labs, Inc.
+// Copyright (c) Mysten Labs, Inc.
// SPDX-License-Identifier: Apache-2.0
///
diff --git a/sdk/wallet-adapter/vite.config.ts b/sdk/wallet-adapter/vite.config.ts
index 8e6321a1e5c7c..f77af8f3028e6 100644
--- a/sdk/wallet-adapter/vite.config.ts
+++ b/sdk/wallet-adapter/vite.config.ts
@@ -1,4 +1,4 @@
-// Copyright (c) 2022, Mysten Labs, Inc.
+// Copyright (c) Mysten Labs, Inc.
// SPDX-License-Identifier: Apache-2.0
import { defineConfig } from "vite";
diff --git a/sui_programmability/examples/basics/sources/counter.move b/sui_programmability/examples/basics/sources/counter.move
index 5f48c465a111c..df30ed2e09f06 100644
--- a/sui_programmability/examples/basics/sources/counter.move
+++ b/sui_programmability/examples/basics/sources/counter.move
@@ -1,4 +1,4 @@
-// Copyright (c) 2022, Mysten Labs, Inc.
+// Copyright (c) Mysten Labs, Inc.
// SPDX-License-Identifier: Apache-2.0
/// This example demonstrates a basic use of a shared object.
diff --git a/sui_programmability/examples/basics/sources/lock.move b/sui_programmability/examples/basics/sources/lock.move
index 11977b3d29360..7232242b62ee9 100644
--- a/sui_programmability/examples/basics/sources/lock.move
+++ b/sui_programmability/examples/basics/sources/lock.move
@@ -1,4 +1,4 @@
-// Copyright (c) 2022, Mysten Labs, Inc.
+// Copyright (c) Mysten Labs, Inc.
// SPDX-License-Identifier: Apache-2.0
/// An example of a module that uses Shared Objects and ID linking/access.
diff --git a/sui_programmability/examples/basics/sources/object.move b/sui_programmability/examples/basics/sources/object.move
index a62755cb54806..9f1e8296b23cb 100644
--- a/sui_programmability/examples/basics/sources/object.move
+++ b/sui_programmability/examples/basics/sources/object.move
@@ -1,4 +1,4 @@
-// Copyright (c) 2022, Mysten Labs, Inc.
+// Copyright (c) Mysten Labs, Inc.
// SPDX-License-Identifier: Apache-2.0
/// An example of a custom object with comments explaining the relevant bits
diff --git a/sui_programmability/examples/basics/sources/object_basics.move b/sui_programmability/examples/basics/sources/object_basics.move
index 289dd404b6cf2..c111cb236628d 100644
--- a/sui_programmability/examples/basics/sources/object_basics.move
+++ b/sui_programmability/examples/basics/sources/object_basics.move
@@ -1,4 +1,4 @@
-// Copyright (c) 2022, Mysten Labs, Inc.
+// Copyright (c) Mysten Labs, Inc.
// SPDX-License-Identifier: Apache-2.0
/// Test CTURD object basics (create, transfer, update, read, delete)
diff --git a/sui_programmability/examples/basics/sources/sandwich.move b/sui_programmability/examples/basics/sources/sandwich.move
index 389a3b4b76a68..6761ad3841e80 100644
--- a/sui_programmability/examples/basics/sources/sandwich.move
+++ b/sui_programmability/examples/basics/sources/sandwich.move
@@ -1,4 +1,4 @@
-// Copyright (c) 2022, Mysten Labs, Inc.
+// Copyright (c) Mysten Labs, Inc.
// SPDX-License-Identifier: Apache-2.0
/// Example of objects that can be combined to create
diff --git a/sui_programmability/examples/defi/sources/escrow.move b/sui_programmability/examples/defi/sources/escrow.move
index ecc585e4bdd34..885e93490bf09 100644
--- a/sui_programmability/examples/defi/sources/escrow.move
+++ b/sui_programmability/examples/defi/sources/escrow.move
@@ -1,4 +1,4 @@
-// Copyright (c) 2022, Mysten Labs, Inc.
+// Copyright (c) Mysten Labs, Inc.
// SPDX-License-Identifier: Apache-2.0
/// An escrow for atomic swap of objects that trusts a third party for liveness, but not safety.
diff --git a/sui_programmability/examples/defi/sources/flash_lender.move b/sui_programmability/examples/defi/sources/flash_lender.move
index 12a945d971c66..16e5736af5d43 100644
--- a/sui_programmability/examples/defi/sources/flash_lender.move
+++ b/sui_programmability/examples/defi/sources/flash_lender.move
@@ -1,4 +1,4 @@
-// Copyright (c) 2022, Mysten Labs, Inc.
+// Copyright (c) Mysten Labs, Inc.
// SPDX-License-Identifier: Apache-2.0
/// A flash loan that works for any Coin type
diff --git a/sui_programmability/examples/defi/sources/pool.move b/sui_programmability/examples/defi/sources/pool.move
index b3b90d3046236..46dc768f6c5c4 100644
--- a/sui_programmability/examples/defi/sources/pool.move
+++ b/sui_programmability/examples/defi/sources/pool.move
@@ -1,4 +1,4 @@
-// Copyright (c) 2022, Mysten Labs, Inc.
+// Copyright (c) Mysten Labs, Inc.
// SPDX-License-Identifier: Apache-2.0
/// Example implementation of a liquidity Pool for Sui.
diff --git a/sui_programmability/examples/defi/sources/shared_escrow.move b/sui_programmability/examples/defi/sources/shared_escrow.move
index 87f1bbdd9cdd1..34cdd03e4a07e 100644
--- a/sui_programmability/examples/defi/sources/shared_escrow.move
+++ b/sui_programmability/examples/defi/sources/shared_escrow.move
@@ -1,4 +1,4 @@
-// Copyright (c) 2022, Mysten Labs, Inc.
+// Copyright (c) Mysten Labs, Inc.
// SPDX-License-Identifier: Apache-2.0
/// An escrow for atomic swap of objects without a trusted third party
diff --git a/sui_programmability/examples/defi/sources/subscription.move b/sui_programmability/examples/defi/sources/subscription.move
index ddb4e4fcb1ef9..d91d264b4d856 100644
--- a/sui_programmability/examples/defi/sources/subscription.move
+++ b/sui_programmability/examples/defi/sources/subscription.move
@@ -1,4 +1,4 @@
-// Copyright (c) 2022, Mysten Labs, Inc.
+// Copyright (c) Mysten Labs, Inc.
// SPDX-License-Identifier: Apache-2.0
/// This example introduces a `Subscription` type - a `Capability`-like object
diff --git a/sui_programmability/examples/defi/tests/escrow_tests.move b/sui_programmability/examples/defi/tests/escrow_tests.move
index e8ec5881c2154..4536abe3a5e52 100644
--- a/sui_programmability/examples/defi/tests/escrow_tests.move
+++ b/sui_programmability/examples/defi/tests/escrow_tests.move
@@ -1,4 +1,4 @@
-// Copyright (c) 2022, Mysten Labs, Inc.
+// Copyright (c) Mysten Labs, Inc.
// SPDX-License-Identifier: Apache-2.0
#[test_only]
diff --git a/sui_programmability/examples/defi/tests/flash_lender_tests.move b/sui_programmability/examples/defi/tests/flash_lender_tests.move
index 2d9c36a479196..f99c8b1770ead 100644
--- a/sui_programmability/examples/defi/tests/flash_lender_tests.move
+++ b/sui_programmability/examples/defi/tests/flash_lender_tests.move
@@ -1,4 +1,4 @@
-// Copyright (c) 2022, Mysten Labs, Inc.
+// Copyright (c) Mysten Labs, Inc.
// SPDX-License-Identifier: Apache-2.0
#[test_only]
diff --git a/sui_programmability/examples/defi/tests/shared_escrow_test.move b/sui_programmability/examples/defi/tests/shared_escrow_test.move
index 8a1f8dcfacab0..19243cf0734a8 100644
--- a/sui_programmability/examples/defi/tests/shared_escrow_test.move
+++ b/sui_programmability/examples/defi/tests/shared_escrow_test.move
@@ -1,4 +1,4 @@
-// Copyright (c) 2022, Mysten Labs, Inc.
+// Copyright (c) Mysten Labs, Inc.
// SPDX-License-Identifier: Apache-2.0
#[test_only]
diff --git a/sui_programmability/examples/fungible_tokens/sources/basket.move b/sui_programmability/examples/fungible_tokens/sources/basket.move
index 2de31aea8405a..a4856d4c4d744 100644
--- a/sui_programmability/examples/fungible_tokens/sources/basket.move
+++ b/sui_programmability/examples/fungible_tokens/sources/basket.move
@@ -1,4 +1,4 @@
-// Copyright (c) 2022, Mysten Labs, Inc.
+// Copyright (c) Mysten Labs, Inc.
// SPDX-License-Identifier: Apache-2.0
/// A synthetic fungible token backed by a basket of other tokens.
diff --git a/sui_programmability/examples/fungible_tokens/sources/managed.move b/sui_programmability/examples/fungible_tokens/sources/managed.move
index 663b9a566dbff..c180c9f4c049e 100644
--- a/sui_programmability/examples/fungible_tokens/sources/managed.move
+++ b/sui_programmability/examples/fungible_tokens/sources/managed.move
@@ -1,4 +1,4 @@
-// Copyright (c) 2022, Mysten Labs, Inc.
+// Copyright (c) Mysten Labs, Inc.
// SPDX-License-Identifier: Apache-2.0
/// Example coin with a trusted manager responsible for minting/burning (e.g., a stablecoin)
diff --git a/sui_programmability/examples/fungible_tokens/sources/private_balance.move b/sui_programmability/examples/fungible_tokens/sources/private_balance.move
index 2ae1e6071b161..573e64ad2650b 100644
--- a/sui_programmability/examples/fungible_tokens/sources/private_balance.move
+++ b/sui_programmability/examples/fungible_tokens/sources/private_balance.move
@@ -1,4 +1,4 @@
-// Copyright (c) 2022, Mysten Labs, Inc.
+// Copyright (c) Mysten Labs, Inc.
// SPDX-License-Identifier: Apache-2.0
/// WARNING: Like all files in the examples section, this code is unaudited
diff --git a/sui_programmability/examples/fungible_tokens/sources/private_coin.move b/sui_programmability/examples/fungible_tokens/sources/private_coin.move
index de56057218282..dd0a662e5c7e7 100644
--- a/sui_programmability/examples/fungible_tokens/sources/private_coin.move
+++ b/sui_programmability/examples/fungible_tokens/sources/private_coin.move
@@ -1,4 +1,4 @@
-// Copyright (c) 2022, Mysten Labs, Inc.
+// Copyright (c) Mysten Labs, Inc.
// SPDX-License-Identifier: Apache-2.0
/// WARNING: Like all files in the examples section, this code is unaudited
diff --git a/sui_programmability/examples/fungible_tokens/sources/regulated_coin.move b/sui_programmability/examples/fungible_tokens/sources/regulated_coin.move
index a857c80e4dc53..f5b3ffd6890ab 100644
--- a/sui_programmability/examples/fungible_tokens/sources/regulated_coin.move
+++ b/sui_programmability/examples/fungible_tokens/sources/regulated_coin.move
@@ -1,4 +1,4 @@
-// Copyright (c) 2022, Mysten Labs, Inc.
+// Copyright (c) Mysten Labs, Inc.
// SPDX-License-Identifier: Apache-2.0
/// Module representing a common type for regulated coins. Features balance
diff --git a/sui_programmability/examples/fungible_tokens/tests/basket_tests.move b/sui_programmability/examples/fungible_tokens/tests/basket_tests.move
index 1d12d9052a0f9..20db2581ad272 100644
--- a/sui_programmability/examples/fungible_tokens/tests/basket_tests.move
+++ b/sui_programmability/examples/fungible_tokens/tests/basket_tests.move
@@ -1,4 +1,4 @@
-// Copyright (c) 2022, Mysten Labs, Inc.
+// Copyright (c) Mysten Labs, Inc.
// SPDX-License-Identifier: Apache-2.0
#[test_only]
diff --git a/sui_programmability/examples/games/sources/hero.move b/sui_programmability/examples/games/sources/hero.move
index ea01568a0efde..72ca0026fa8ab 100644
--- a/sui_programmability/examples/games/sources/hero.move
+++ b/sui_programmability/examples/games/sources/hero.move
@@ -1,4 +1,4 @@
-// Copyright (c) 2022, Mysten Labs, Inc.
+// Copyright (c) Mysten Labs, Inc.
// SPDX-License-Identifier: Apache-2.0
/// Example of a game character with basic attributes, inventory, and
diff --git a/sui_programmability/examples/games/sources/rock_paper_scissors.move b/sui_programmability/examples/games/sources/rock_paper_scissors.move
index a62ab61132161..2b6971c987bd8 100644
--- a/sui_programmability/examples/games/sources/rock_paper_scissors.move
+++ b/sui_programmability/examples/games/sources/rock_paper_scissors.move
@@ -1,4 +1,4 @@
-// Copyright (c) 2022, Mysten Labs, Inc.
+// Copyright (c) Mysten Labs, Inc.
// SPDX-License-Identifier: Apache-2.0
// This is an idea of a module which will allow some asset to be
diff --git a/sui_programmability/examples/games/sources/sea_hero.move b/sui_programmability/examples/games/sources/sea_hero.move
index da2e0c3745781..5b00fe6f12d60 100644
--- a/sui_programmability/examples/games/sources/sea_hero.move
+++ b/sui_programmability/examples/games/sources/sea_hero.move
@@ -1,4 +1,4 @@
-// Copyright (c) 2022, Mysten Labs, Inc.
+// Copyright (c) Mysten Labs, Inc.
// SPDX-License-Identifier: Apache-2.0
/// Example of a game mod or different game that uses objects from the Hero
diff --git a/sui_programmability/examples/games/sources/sea_hero_helper.move b/sui_programmability/examples/games/sources/sea_hero_helper.move
index 179ccc4d00964..56085c281f4ee 100644
--- a/sui_programmability/examples/games/sources/sea_hero_helper.move
+++ b/sui_programmability/examples/games/sources/sea_hero_helper.move
@@ -1,4 +1,4 @@
-// Copyright (c) 2022, Mysten Labs, Inc.
+// Copyright (c) Mysten Labs, Inc.
// SPDX-License-Identifier: Apache-2.0
/// Mod of the economics of the SeaHero game. In the game, a `Hero` can only
diff --git a/sui_programmability/examples/games/sources/shared_tic_tac_toe.move b/sui_programmability/examples/games/sources/shared_tic_tac_toe.move
index 9ac8c6dea93e6..ccc02b9773ca1 100644
--- a/sui_programmability/examples/games/sources/shared_tic_tac_toe.move
+++ b/sui_programmability/examples/games/sources/shared_tic_tac_toe.move
@@ -1,4 +1,4 @@
-// Copyright (c) 2022, Mysten Labs, Inc.
+// Copyright (c) Mysten Labs, Inc.
// SPDX-License-Identifier: Apache-2.0
// This is a rewrite of TicTacToe using a completely different approach.
diff --git a/sui_programmability/examples/games/sources/tic_tac_toe.move b/sui_programmability/examples/games/sources/tic_tac_toe.move
index 5e63736b7f3cb..d1d042259b553 100644
--- a/sui_programmability/examples/games/sources/tic_tac_toe.move
+++ b/sui_programmability/examples/games/sources/tic_tac_toe.move
@@ -1,4 +1,4 @@
-// Copyright (c) 2022, Mysten Labs, Inc.
+// Copyright (c) Mysten Labs, Inc.
// SPDX-License-Identifier: Apache-2.0
// This is an implementation of the TicTacToe game.
diff --git a/sui_programmability/examples/games/tests/rock_paper_scissors_tests.move b/sui_programmability/examples/games/tests/rock_paper_scissors_tests.move
index e358f73b85422..8d4b3eb94b6fb 100644
--- a/sui_programmability/examples/games/tests/rock_paper_scissors_tests.move
+++ b/sui_programmability/examples/games/tests/rock_paper_scissors_tests.move
@@ -1,4 +1,4 @@
-// Copyright (c) 2022, Mysten Labs, Inc.
+// Copyright (c) Mysten Labs, Inc.
// SPDX-License-Identifier: Apache-2.0
#[test_only]
diff --git a/sui_programmability/examples/games/tests/shared_tic_tac_toe_tests.move b/sui_programmability/examples/games/tests/shared_tic_tac_toe_tests.move
index 24d05e5d302cc..98ca5d97b3d44 100644
--- a/sui_programmability/examples/games/tests/shared_tic_tac_toe_tests.move
+++ b/sui_programmability/examples/games/tests/shared_tic_tac_toe_tests.move
@@ -1,4 +1,4 @@
-// Copyright (c) 2022, Mysten Labs, Inc.
+// Copyright (c) Mysten Labs, Inc.
// SPDX-License-Identifier: Apache-2.0
#[test_only]
diff --git a/sui_programmability/examples/games/tests/tic_tac_toe_tests.move b/sui_programmability/examples/games/tests/tic_tac_toe_tests.move
index eb4f233bc845d..f599e3709a42b 100644
--- a/sui_programmability/examples/games/tests/tic_tac_toe_tests.move
+++ b/sui_programmability/examples/games/tests/tic_tac_toe_tests.move
@@ -1,4 +1,4 @@
-// Copyright (c) 2022, Mysten Labs, Inc.
+// Copyright (c) Mysten Labs, Inc.
// SPDX-License-Identifier: Apache-2.0
#[test_only]
diff --git a/sui_programmability/examples/math/sources/ecdsa.move b/sui_programmability/examples/math/sources/ecdsa.move
index 1114fdc547bbd..d6ab6378ec32d 100644
--- a/sui_programmability/examples/math/sources/ecdsa.move
+++ b/sui_programmability/examples/math/sources/ecdsa.move
@@ -1,4 +1,4 @@
-// Copyright (c) 2022, Mysten Labs, Inc.
+// Copyright (c) Mysten Labs, Inc.
// SPDX-License-Identifier: Apache-2.0
// A basic ECDSA utility contract to do the following:
diff --git a/sui_programmability/examples/move_tutorial/sources/my_module.move b/sui_programmability/examples/move_tutorial/sources/my_module.move
index c73fb10806119..ca7c98b56318f 100644
--- a/sui_programmability/examples/move_tutorial/sources/my_module.move
+++ b/sui_programmability/examples/move_tutorial/sources/my_module.move
@@ -1,4 +1,4 @@
-// Copyright (c) 2022, Mysten Labs, Inc.
+// Copyright (c) Mysten Labs, Inc.
// SPDX-License-Identifier: Apache-2.0
module my_first_package::my_module {
diff --git a/sui_programmability/examples/nfts/sources/auction.move b/sui_programmability/examples/nfts/sources/auction.move
index 9676e751d65ae..38b897107f986 100644
--- a/sui_programmability/examples/nfts/sources/auction.move
+++ b/sui_programmability/examples/nfts/sources/auction.move
@@ -1,4 +1,4 @@
-// Copyright (c) 2022, Mysten Labs, Inc.
+// Copyright (c) Mysten Labs, Inc.
// SPDX-License-Identifier: Apache-2.0
/// This is an implementation of an English auction
diff --git a/sui_programmability/examples/nfts/sources/auction_lib.move b/sui_programmability/examples/nfts/sources/auction_lib.move
index d00d0a12bc984..998a432054170 100644
--- a/sui_programmability/examples/nfts/sources/auction_lib.move
+++ b/sui_programmability/examples/nfts/sources/auction_lib.move
@@ -1,4 +1,4 @@
-// Copyright (c) 2022, Mysten Labs, Inc.
+// Copyright (c) Mysten Labs, Inc.
// SPDX-License-Identifier: Apache-2.0
/// This is a helper module for implementing two versions of an
diff --git a/sui_programmability/examples/nfts/sources/bag.move b/sui_programmability/examples/nfts/sources/bag.move
index 56740c96882fa..4a932e8c0916a 100644
--- a/sui_programmability/examples/nfts/sources/bag.move
+++ b/sui_programmability/examples/nfts/sources/bag.move
@@ -1,4 +1,4 @@
-// Copyright (c) 2022, Mysten Labs, Inc.
+// Copyright (c) Mysten Labs, Inc.
// SPDX-License-Identifier: Apache-2.0
/// A Bag is a heterogeneous collection of objects with arbitrary types, i.e.
diff --git a/sui_programmability/examples/nfts/sources/chat.move b/sui_programmability/examples/nfts/sources/chat.move
index 16b44b9fe1773..46bf28b1d7da9 100644
--- a/sui_programmability/examples/nfts/sources/chat.move
+++ b/sui_programmability/examples/nfts/sources/chat.move
@@ -1,4 +1,4 @@
-// Copyright (c) 2022, Mysten Labs, Inc.
+// Copyright (c) Mysten Labs, Inc.
// SPDX-License-Identifier: Apache-2.0
module nfts::chat {
diff --git a/sui_programmability/examples/nfts/sources/collection.move b/sui_programmability/examples/nfts/sources/collection.move
index d6079611b2346..9e2c1919769a5 100644
--- a/sui_programmability/examples/nfts/sources/collection.move
+++ b/sui_programmability/examples/nfts/sources/collection.move
@@ -1,4 +1,4 @@
-// Copyright (c) 2022, Mysten Labs, Inc.
+// Copyright (c) Mysten Labs, Inc.
// SPDX-License-Identifier: Apache-2.0
/// The `Collection` type represents a collection of objects of the same type `T`.
diff --git a/sui_programmability/examples/nfts/sources/cross_chain_airdrop.move b/sui_programmability/examples/nfts/sources/cross_chain_airdrop.move
index 972ffa662cf5c..cebd518db811c 100644
--- a/sui_programmability/examples/nfts/sources/cross_chain_airdrop.move
+++ b/sui_programmability/examples/nfts/sources/cross_chain_airdrop.move
@@ -1,4 +1,4 @@
-// Copyright (c) 2022, Mysten Labs, Inc.
+// Copyright (c) Mysten Labs, Inc.
// SPDX-License-Identifier: Apache-2.0
/// Allow a trusted oracle to mint a copy of NFT from a different chain. There can
diff --git a/sui_programmability/examples/nfts/sources/discount_coupon.move b/sui_programmability/examples/nfts/sources/discount_coupon.move
index 41978e426c9c7..7faab236dfa28 100644
--- a/sui_programmability/examples/nfts/sources/discount_coupon.move
+++ b/sui_programmability/examples/nfts/sources/discount_coupon.move
@@ -1,4 +1,4 @@
-// Copyright (c) 2022, Mysten Labs, Inc.
+// Copyright (c) Mysten Labs, Inc.
// SPDX-License-Identifier: Apache-2.0
module nfts::discount_coupon {
diff --git a/sui_programmability/examples/nfts/sources/geniteam.move b/sui_programmability/examples/nfts/sources/geniteam.move
index 582d181567c45..a1a95fa157e10 100644
--- a/sui_programmability/examples/nfts/sources/geniteam.move
+++ b/sui_programmability/examples/nfts/sources/geniteam.move
@@ -1,4 +1,4 @@
-// Copyright (c) 2022, Mysten Labs, Inc.
+// Copyright (c) Mysten Labs, Inc.
// SPDX-License-Identifier: Apache-2.0
module nfts::geniteam {
diff --git a/sui_programmability/examples/nfts/sources/marketplace.move b/sui_programmability/examples/nfts/sources/marketplace.move
index 2dd375a30a501..b8bc0b63aa34c 100644
--- a/sui_programmability/examples/nfts/sources/marketplace.move
+++ b/sui_programmability/examples/nfts/sources/marketplace.move
@@ -1,4 +1,4 @@
-// Copyright (c) 2022, Mysten Labs, Inc.
+// Copyright (c) Mysten Labs, Inc.
// SPDX-License-Identifier: Apache-2.0
module nfts::marketplace {
diff --git a/sui_programmability/examples/nfts/sources/num.move b/sui_programmability/examples/nfts/sources/num.move
index 264b645f66c6b..f7e831d258f15 100644
--- a/sui_programmability/examples/nfts/sources/num.move
+++ b/sui_programmability/examples/nfts/sources/num.move
@@ -1,4 +1,4 @@
-// Copyright (c) 2022, Mysten Labs, Inc.
+// Copyright (c) Mysten Labs, Inc.
// SPDX-License-Identifier: Apache-2.0
module nfts::num {
diff --git a/sui_programmability/examples/nfts/sources/shared_auction.move b/sui_programmability/examples/nfts/sources/shared_auction.move
index 4a93b3b1a1ff8..764a302000af8 100644
--- a/sui_programmability/examples/nfts/sources/shared_auction.move
+++ b/sui_programmability/examples/nfts/sources/shared_auction.move
@@ -1,4 +1,4 @@
-// Copyright (c) 2022, Mysten Labs, Inc.
+// Copyright (c) Mysten Labs, Inc.
// SPDX-License-Identifier: Apache-2.0
/// This is an implementation of an English auction
diff --git a/sui_programmability/examples/nfts/tests/auction_tests.move b/sui_programmability/examples/nfts/tests/auction_tests.move
index 9e3a14ef9b448..832c97f1870a6 100644
--- a/sui_programmability/examples/nfts/tests/auction_tests.move
+++ b/sui_programmability/examples/nfts/tests/auction_tests.move
@@ -1,4 +1,4 @@
-// Copyright (c) 2022, Mysten Labs, Inc.
+// Copyright (c) Mysten Labs, Inc.
// SPDX-License-Identifier: Apache-2.0
#[test_only]
diff --git a/sui_programmability/examples/nfts/tests/bag_tests.move b/sui_programmability/examples/nfts/tests/bag_tests.move
index 86d986e6cf353..cc288bf1abe81 100644
--- a/sui_programmability/examples/nfts/tests/bag_tests.move
+++ b/sui_programmability/examples/nfts/tests/bag_tests.move
@@ -1,4 +1,4 @@
-// Copyright (c) 2022, Mysten Labs, Inc.
+// Copyright (c) Mysten Labs, Inc.
// SPDX-License-Identifier: Apache-2.0
#[test_only]
diff --git a/sui_programmability/examples/nfts/tests/chat_tests.move b/sui_programmability/examples/nfts/tests/chat_tests.move
index c2a75e77c69f1..0c71d2e7225db 100644
--- a/sui_programmability/examples/nfts/tests/chat_tests.move
+++ b/sui_programmability/examples/nfts/tests/chat_tests.move
@@ -1,4 +1,4 @@
-// Copyright (c) 2022, Mysten Labs, Inc.
+// Copyright (c) Mysten Labs, Inc.
// SPDX-License-Identifier: Apache-2.0
#[test_only]
diff --git a/sui_programmability/examples/nfts/tests/collection_tests.move b/sui_programmability/examples/nfts/tests/collection_tests.move
index 9b81b57d4a66e..3b423179f1712 100644
--- a/sui_programmability/examples/nfts/tests/collection_tests.move
+++ b/sui_programmability/examples/nfts/tests/collection_tests.move
@@ -1,4 +1,4 @@
-// Copyright (c) 2022, Mysten Labs, Inc.
+// Copyright (c) Mysten Labs, Inc.
// SPDX-License-Identifier: Apache-2.0
#[test_only]
diff --git a/sui_programmability/examples/nfts/tests/cross_chain_airdrop_tests.move b/sui_programmability/examples/nfts/tests/cross_chain_airdrop_tests.move
index 9fe0baa7f3f24..8b9e072f5b707 100644
--- a/sui_programmability/examples/nfts/tests/cross_chain_airdrop_tests.move
+++ b/sui_programmability/examples/nfts/tests/cross_chain_airdrop_tests.move
@@ -1,4 +1,4 @@
-// Copyright (c) 2022, Mysten Labs, Inc.
+// Copyright (c) Mysten Labs, Inc.
// SPDX-License-Identifier: Apache-2.0
#[test_only]
diff --git a/sui_programmability/examples/nfts/tests/discount_coupon_tests.move b/sui_programmability/examples/nfts/tests/discount_coupon_tests.move
index e8726b3109962..ea2824b3d0c99 100644
--- a/sui_programmability/examples/nfts/tests/discount_coupon_tests.move
+++ b/sui_programmability/examples/nfts/tests/discount_coupon_tests.move
@@ -1,4 +1,4 @@
-// Copyright (c) 2022, Mysten Labs, Inc.
+// Copyright (c) Mysten Labs, Inc.
// SPDX-License-Identifier: Apache-2.0
#[test_only]
diff --git a/sui_programmability/examples/nfts/tests/shared_auction_tests.move b/sui_programmability/examples/nfts/tests/shared_auction_tests.move
index f1024d705ddf2..2b743bc4911ca 100644
--- a/sui_programmability/examples/nfts/tests/shared_auction_tests.move
+++ b/sui_programmability/examples/nfts/tests/shared_auction_tests.move
@@ -1,4 +1,4 @@
-// Copyright (c) 2022, Mysten Labs, Inc.
+// Copyright (c) Mysten Labs, Inc.
// SPDX-License-Identifier: Apache-2.0
#[test_only]
diff --git a/sui_programmability/examples/objects_tutorial/sources/color_object.move b/sui_programmability/examples/objects_tutorial/sources/color_object.move
index c3bdb0b5453b8..3201ac7b738b9 100644
--- a/sui_programmability/examples/objects_tutorial/sources/color_object.move
+++ b/sui_programmability/examples/objects_tutorial/sources/color_object.move
@@ -1,4 +1,4 @@
-// Copyright (c) 2022, Mysten Labs, Inc.
+// Copyright (c) Mysten Labs, Inc.
// SPDX-License-Identifier: Apache-2.0
module tutorial::color_object {
diff --git a/sui_programmability/examples/objects_tutorial/sources/simple_warrior.move b/sui_programmability/examples/objects_tutorial/sources/simple_warrior.move
index 5fc323aa27777..33f06d720f5f0 100644
--- a/sui_programmability/examples/objects_tutorial/sources/simple_warrior.move
+++ b/sui_programmability/examples/objects_tutorial/sources/simple_warrior.move
@@ -1,4 +1,4 @@
-// Copyright (c) 2022, Mysten Labs, Inc.
+// Copyright (c) Mysten Labs, Inc.
// SPDX-License-Identifier: Apache-2.0
module tutorial::simple_warrior {
diff --git a/sui_programmability/examples/objects_tutorial/sources/trusted_swap.move b/sui_programmability/examples/objects_tutorial/sources/trusted_swap.move
index 499689093d0f2..06ae32dddccc2 100644
--- a/sui_programmability/examples/objects_tutorial/sources/trusted_swap.move
+++ b/sui_programmability/examples/objects_tutorial/sources/trusted_swap.move
@@ -1,4 +1,4 @@
-// Copyright (c) 2022, Mysten Labs, Inc.
+// Copyright (c) Mysten Labs, Inc.
// SPDX-License-Identifier: Apache-2.0
module tutorial::trusted_swap {