Skip to content

Commit fbcf70c

Browse files
committed
Add Copyright to files in bulk
1 parent 9694f95 commit fbcf70c

222 files changed

Lines changed: 522 additions & 144 deletions

File tree

Some content is hidden

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

.cargo/config.toml

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,6 @@
1+
# Copyright 2026 The Zilkworm Authors
2+
# SPDX-License-Identifier: Apache-2.0
3+
14
# [build]
25
# target = "riscv32im-unknown-none-elf"
36
# [target.riscv32im-unknown-none-elf]

CMakeLists.txt

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,7 @@
11
# Copyright 2025 Modifications: The Zilkworm Authors
22

3-
# Copyright 2025 The Silkworm Authors
3+
# Copyright 2026 The Zilkworm Authors (modifications)
4+
# Copyright 2025 The Original Silkworm Authors
45
# SPDX-License-Identifier: Apache-2.0
56

67
cmake_minimum_required(VERSION 3.28)

Dockerfile

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,6 @@
1+
# Copyright 2026 The Zilkworm Authors
2+
# SPDX-License-Identifier: Apache-2.0
3+
14
# Zilkworm v0.1.0-alpha.1 unified build + runtime
25
#
36
# Builds from source:

Makefile

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,6 @@
1+
# Copyright 2026 The Zilkworm Authors
2+
# SPDX-License-Identifier: Apache-2.0
3+
14
TESTS_DIR := third_party/eest-fixtures/blockchain_tests/prague
25

36
SHELL = /bin/bash

cmake/VSCodeConfig.cmake

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,6 @@
1+
# Copyright 2026 The Zilkworm Authors
2+
# SPDX-License-Identifier: Apache-2.0
3+
14
# VS Code C++ Configuration Generator
25
# This script generates .vscode/c_cpp_properties.json automatically
36

cmake/cmake_format.cmake

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,5 @@
1-
# Copyright 2025 The Silkworm Authors
1+
# Copyright 2026 The Zilkworm Authors (modifications)
2+
# Copyright 2025 The Original Silkworm Authors
23
# SPDX-License-Identifier: Apache-2.0
34

45
find_program(CMAKE_FORMAT cmake-format)

cmake/common/get_all_targets.cmake

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,5 @@
1-
# Copyright 2025 The Silkworm Authors
1+
# Copyright 2026 The Zilkworm Authors (modifications)
2+
# Copyright 2025 The Original Silkworm Authors
23
# SPDX-License-Identifier: Apache-2.0
34

45
# https://stackoverflow.com/a/62311397/1009546

cmake/common/targets.cmake

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,5 @@
1-
# Copyright 2025 The Silkworm Authors
1+
# Copyright 2026 The Zilkworm Authors (modifications)
2+
# Copyright 2025 The Original Silkworm Authors
23
# SPDX-License-Identifier: Apache-2.0
34

45
# find_package(Catch2 REQUIRED)

cmake/compiler_settings.cmake

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,5 @@
1-
# Copyright 2025 The Silkworm Authors
1+
# Copyright 2026 The Zilkworm Authors (modifications)
2+
# Copyright 2025 The Original Silkworm Authors
23
# SPDX-License-Identifier: Apache-2.0
34

45
include(${CMAKE_CURRENT_LIST_DIR}/compiler_settings_sanitize.cmake)

cmake/compiler_settings_sanitize.cmake

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,5 @@
1-
# Copyright 2025 The Silkworm Authors
1+
# Copyright 2026 The Zilkworm Authors (modifications)
2+
# Copyright 2025 The Original Silkworm Authors
23
# SPDX-License-Identifier: Apache-2.0
34

45
if(SILKWORM_SANITIZE)

0 commit comments

Comments
 (0)