Skip to content
This repository was archived by the owner on Nov 15, 2023. It is now read-only.

Commit e374a33

Browse files
authored
Remove years from copyright notes. (#13415)
* Change copyright year to 2023 from 2022 * Fix incorrect update of copyright year * Remove years from copy right header * Fix remaining files * Fix typo in a header and remove update-copyright.sh
1 parent 2d6e555 commit e374a33

File tree

1,374 files changed

+1374
-1387
lines changed

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

1,374 files changed

+1374
-1387
lines changed

.maintain/update-copyright.sh

Lines changed: 0 additions & 14 deletions
This file was deleted.

HEADER-APACHE2

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
// This file is part of Substrate.
22

3-
// Copyright (C) 2023 Parity Technologies (UK) Ltd.
3+
// Copyright (C) Parity Technologies (UK) Ltd.
44
// SPDX-License-Identifier: Apache-2.0
55

66
// Licensed under the Apache License, Version 2.0 (the "License");

HEADER-GPL3

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
// This file is part of Substrate.
22

3-
// Copyright (C) 2023 Parity Technologies (UK) Ltd.
3+
// Copyright (C) Parity Technologies (UK) Ltd.
44
// SPDX-License-Identifier: GPL-3.0-or-later WITH Classpath-exception-2.0
55

66
// This program is free software: you can redistribute it and/or modify

bin/node/bench/src/common.rs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
// This file is part of Substrate.
22

3-
// Copyright (C) 2020-2022 Parity Technologies (UK) Ltd.
3+
// Copyright (C) Parity Technologies (UK) Ltd.
44
// SPDX-License-Identifier: GPL-3.0-or-later WITH Classpath-exception-2.0
55

66
// This program is free software: you can redistribute it and/or modify

bin/node/bench/src/construct.rs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
// This file is part of Substrate.
22

3-
// Copyright (C) 2020-2022 Parity Technologies (UK) Ltd.
3+
// Copyright (C) Parity Technologies (UK) Ltd.
44
// SPDX-License-Identifier: GPL-3.0-or-later WITH Classpath-exception-2.0
55

66
// This program is free software: you can redistribute it and/or modify

bin/node/bench/src/core.rs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
// This file is part of Substrate.
22

3-
// Copyright (C) 2020-2022 Parity Technologies (UK) Ltd.
3+
// Copyright (C) Parity Technologies (UK) Ltd.
44
// SPDX-License-Identifier: GPL-3.0-or-later WITH Classpath-exception-2.0
55

66
// This program is free software: you can redistribute it and/or modify

bin/node/bench/src/generator.rs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
// This file is part of Substrate.
22

3-
// Copyright (C) 2020-2022 Parity Technologies (UK) Ltd.
3+
// Copyright (C) Parity Technologies (UK) Ltd.
44
// SPDX-License-Identifier: GPL-3.0-or-later WITH Classpath-exception-2.0
55

66
// This program is free software: you can redistribute it and/or modify

bin/node/bench/src/import.rs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
// This file is part of Substrate.
22

3-
// Copyright (C) 2020-2022 Parity Technologies (UK) Ltd.
3+
// Copyright (C) Parity Technologies (UK) Ltd.
44
// SPDX-License-Identifier: GPL-3.0-or-later WITH Classpath-exception-2.0
55

66
// This program is free software: you can redistribute it and/or modify

bin/node/bench/src/main.rs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
// This file is part of Substrate.
22

3-
// Copyright (C) 2020-2022 Parity Technologies (UK) Ltd.
3+
// Copyright (C) Parity Technologies (UK) Ltd.
44
// SPDX-License-Identifier: GPL-3.0-or-later WITH Classpath-exception-2.0
55

66
// This program is free software: you can redistribute it and/or modify

bin/node/bench/src/simple_trie.rs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
// This file is part of Substrate.
22

3-
// Copyright (C) 2020-2022 Parity Technologies (UK) Ltd.
3+
// Copyright (C) Parity Technologies (UK) Ltd.
44
// SPDX-License-Identifier: GPL-3.0-or-later WITH Classpath-exception-2.0
55

66
// This program is free software: you can redistribute it and/or modify

0 commit comments

Comments
 (0)