From ba550de3c587eda3fb843d91608174f5883ee92a Mon Sep 17 00:00:00 2001 From: zuub-don Date: Fri, 6 Mar 2026 17:16:25 -0800 Subject: [PATCH] docs: remove trademark claims from all files (#98) GasHammer is not trademarked. Remove "GasHammer is a registered trademark of Don Johnson" from all 84 files: source headers, LICENSE, README, docs, Helm chart, Dockerfile, proto files, and RFC-0011. Closes #98 Co-Authored-By: Claude Opus 4.6 --- .github/workflows/release.yml | 2 +- CLAUDE.md | 1 - Dockerfile | 1 - LICENSE | 2 -- README.md | 2 +- crates/gashammer-common/build.rs | 1 - crates/gashammer-common/src/build_info.rs | 1 - crates/gashammer-common/src/error.rs | 1 - crates/gashammer-common/src/error_code.rs | 1 - crates/gashammer-common/src/lib.rs | 1 - crates/gashammer-common/src/proto.rs | 1 - crates/gashammer-common/src/types.rs | 1 - crates/gashammer-docgen/src/error.rs | 1 - crates/gashammer-docgen/src/lib.rs | 1 - crates/gashammer-docgen/src/model.rs | 1 - crates/gashammer-docgen/src/parser.rs | 1 - crates/gashammer-edge/src/cli.rs | 1 - crates/gashammer-edge/src/config.rs | 1 - crates/gashammer-edge/src/correlator.rs | 1 - crates/gashammer-edge/src/error.rs | 1 - crates/gashammer-edge/src/lib.rs | 1 - crates/gashammer-edge/src/main.rs | 1 - crates/gashammer-edge/src/pipeline.rs | 1 - crates/gashammer-edge/src/runtime.rs | 1 - crates/gashammer-fault/src/adapter.rs | 1 - crates/gashammer-fault/src/error.rs | 1 - crates/gashammer-fault/src/iptables.rs | 1 - crates/gashammer-fault/src/lib.rs | 1 - crates/gashammer-fault/src/netem.rs | 1 - crates/gashammer-fault/src/timeline.rs | 1 - crates/gashammer-hive/src/api.rs | 1 - crates/gashammer-hive/src/error.rs | 1 - crates/gashammer-hive/src/lib.rs | 1 - crates/gashammer-hive/src/main.rs | 1 - crates/gashammer-hive/src/registry.rs | 1 - crates/gashammer-hive/src/run.rs | 1 - crates/gashammer-nitro/src/error.rs | 1 - crates/gashammer-nitro/src/feed.rs | 1 - crates/gashammer-nitro/src/headers.rs | 1 - crates/gashammer-nitro/src/l1.rs | 1 - crates/gashammer-nitro/src/lib.rs | 1 - crates/gashammer-nitro/src/rpc.rs | 1 - crates/gashammer-nitro/tests/integration.rs | 1 - crates/gashammer-oracle/src/error.rs | 1 - crates/gashammer-oracle/src/invariant.rs | 1 - crates/gashammer-oracle/src/lib.rs | 1 - crates/gashammer-oracle/src/postrun.rs | 1 - crates/gashammer-report/src/envelope.rs | 1 - crates/gashammer-report/src/error.rs | 1 - crates/gashammer-report/src/lib.rs | 1 - crates/gashammer-report/src/regression.rs | 1 - crates/gashammer-report/src/report.rs | 1 - crates/gashammer-scenario/src/compiler.rs | 1 - crates/gashammer-scenario/src/error.rs | 1 - crates/gashammer-scenario/src/lib.rs | 1 - crates/gashammer-scenario/src/parser.rs | 1 - crates/gashammer-telemetry/src/error.rs | 1 - crates/gashammer-telemetry/src/event.rs | 1 - crates/gashammer-telemetry/src/lib.rs | 1 - crates/gashammer-telemetry/src/pipeline.rs | 1 - crates/gashammer-testenv/src/containers/feed_relay.rs | 1 - crates/gashammer-testenv/src/containers/l1_geth.rs | 1 - crates/gashammer-testenv/src/containers/mod.rs | 1 - crates/gashammer-testenv/src/containers/sequencer.rs | 1 - crates/gashammer-testenv/src/contracts.rs | 1 - crates/gashammer-testenv/src/devnet.rs | 1 - crates/gashammer-testenv/src/error.rs | 1 - crates/gashammer-testenv/src/funding.rs | 1 - crates/gashammer-testenv/src/lib.rs | 1 - crates/gashammer-testenv/src/lifecycle.rs | 1 - crates/gashammer-testenv/tests/smoke.rs | 1 - crates/gashammer-workload/src/account.rs | 1 - crates/gashammer-workload/src/engine.rs | 1 - crates/gashammer-workload/src/error.rs | 1 - crates/gashammer-workload/src/lib.rs | 1 - crates/gashammer-workload/src/templates.rs | 1 - deploy/helm/gashammer/Chart.yaml | 1 - deploy/helm/gashammer/templates/_helpers.tpl | 1 - docs/src/development/contributing.md | 1 - docs/src/introduction.md | 2 +- docs/src/reference/dna-provenance.md | 1 - proto/gashammer/v1/hive_edge.proto | 1 - proto/gashammer/v1/telemetry.proto | 1 - proto/gashammer/v1/types.proto | 1 - rfcs/RFC-0011-dna-provenance.md | 1 - 85 files changed, 3 insertions(+), 86 deletions(-) diff --git a/.github/workflows/release.yml b/.github/workflows/release.yml index ad9b4d8..6396935 100644 --- a/.github/workflows/release.yml +++ b/.github/workflows/release.yml @@ -272,7 +272,7 @@ jobs: echo "\`\`\`" echo "" echo "---" - echo "*GasHammer is a registered trademark of Don Johnson. Licensed under BSL-1.1.*" + echo "*Licensed under BSL-1.1.*" echo "NOTES_EOF" } >> "$GITHUB_OUTPUT" diff --git a/CLAUDE.md b/CLAUDE.md index 49ac3f9..0d7e787 100644 --- a/CLAUDE.md +++ b/CLAUDE.md @@ -242,7 +242,6 @@ Every source file must include the license header: // Unless required by applicable law or agreed to in writing, software // distributed under the License is distributed on an "AS IS" BASIS, // WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. -// GasHammer is a registered trademark of Don Johnson. ``` Every binary must embed the canary string (gashammer-common/src/build_info.rs). Every metric must use the `gashammer_` prefix. Every error code must use the `GH-Exxx` scheme. diff --git a/Dockerfile b/Dockerfile index a9f215e..ec645aa 100644 --- a/Dockerfile +++ b/Dockerfile @@ -1,6 +1,5 @@ # Copyright (c) 2025-present Don Johnson # Licensed under the Business Source License 1.1 (the "License"). -# GasHammer is a registered trademark of Don Johnson. # ── Stage 1: Builder ───────────────────────────────────────────────── FROM rust:1.82-bookworm AS builder diff --git a/LICENSE b/LICENSE index c272dfb..801d655 100644 --- a/LICENSE +++ b/LICENSE @@ -61,5 +61,3 @@ AN "AS IS" BASIS. LICENSOR HEREBY DISCLAIMS ALL WARRANTIES AND CONDITIONS, EXPRESS OR IMPLIED, INCLUDING (WITHOUT LIMITATION) WARRANTIES OF MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE, NON-INFRINGEMENT, AND TITLE. - -GasHammer is a registered trademark of Don Johnson. diff --git a/README.md b/README.md index c6846e1..19aa8db 100644 --- a/README.md +++ b/README.md @@ -75,4 +75,4 @@ GasHammer targets [Arbitrum Nitro](https://github.com/OffchainLabs/nitro) by [Of ## License -Licensed under the [Business Source License 1.1](LICENSE). GasHammer is a registered trademark of Don Johnson. +Licensed under the [Business Source License 1.1](LICENSE). diff --git a/crates/gashammer-common/build.rs b/crates/gashammer-common/build.rs index a174501..18059dd 100644 --- a/crates/gashammer-common/build.rs +++ b/crates/gashammer-common/build.rs @@ -8,7 +8,6 @@ // Unless required by applicable law or agreed to in writing, software // distributed under the License is distributed on an "AS IS" BASIS, // WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. -// GasHammer is a registered trademark of Don Johnson. use std::process::Command; diff --git a/crates/gashammer-common/src/build_info.rs b/crates/gashammer-common/src/build_info.rs index 6ad5541..3d1a1c2 100644 --- a/crates/gashammer-common/src/build_info.rs +++ b/crates/gashammer-common/src/build_info.rs @@ -8,7 +8,6 @@ // Unless required by applicable law or agreed to in writing, software // distributed under the License is distributed on an "AS IS" BASIS, // WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. -// GasHammer is a registered trademark of Don Johnson. use serde::Serialize; diff --git a/crates/gashammer-common/src/error.rs b/crates/gashammer-common/src/error.rs index 01d6871..0c7d992 100644 --- a/crates/gashammer-common/src/error.rs +++ b/crates/gashammer-common/src/error.rs @@ -8,7 +8,6 @@ // Unless required by applicable law or agreed to in writing, software // distributed under the License is distributed on an "AS IS" BASIS, // WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. -// GasHammer is a registered trademark of Don Johnson. use thiserror::Error; diff --git a/crates/gashammer-common/src/error_code.rs b/crates/gashammer-common/src/error_code.rs index 88e93f7..1894d73 100644 --- a/crates/gashammer-common/src/error_code.rs +++ b/crates/gashammer-common/src/error_code.rs @@ -8,7 +8,6 @@ // Unless required by applicable law or agreed to in writing, software // distributed under the License is distributed on an "AS IS" BASIS, // WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. -// GasHammer is a registered trademark of Don Johnson. use std::fmt; diff --git a/crates/gashammer-common/src/lib.rs b/crates/gashammer-common/src/lib.rs index e4bde13..896498a 100644 --- a/crates/gashammer-common/src/lib.rs +++ b/crates/gashammer-common/src/lib.rs @@ -8,7 +8,6 @@ // Unless required by applicable law or agreed to in writing, software // distributed under the License is distributed on an "AS IS" BASIS, // WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. -// GasHammer is a registered trademark of Don Johnson. pub mod build_info; pub mod error; diff --git a/crates/gashammer-common/src/proto.rs b/crates/gashammer-common/src/proto.rs index 2d9af20..93b6610 100644 --- a/crates/gashammer-common/src/proto.rs +++ b/crates/gashammer-common/src/proto.rs @@ -8,7 +8,6 @@ // Unless required by applicable law or agreed to in writing, software // distributed under the License is distributed on an "AS IS" BASIS, // WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. -// GasHammer is a registered trademark of Don Johnson. /// Generated protobuf types and gRPC service definitions. /// diff --git a/crates/gashammer-common/src/types.rs b/crates/gashammer-common/src/types.rs index b3db246..82ab423 100644 --- a/crates/gashammer-common/src/types.rs +++ b/crates/gashammer-common/src/types.rs @@ -8,7 +8,6 @@ // Unless required by applicable law or agreed to in writing, software // distributed under the License is distributed on an "AS IS" BASIS, // WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. -// GasHammer is a registered trademark of Don Johnson. use std::fmt; use std::str::FromStr; diff --git a/crates/gashammer-docgen/src/error.rs b/crates/gashammer-docgen/src/error.rs index 843c88d..d0472d8 100644 --- a/crates/gashammer-docgen/src/error.rs +++ b/crates/gashammer-docgen/src/error.rs @@ -8,7 +8,6 @@ // Unless required by applicable law or agreed to in writing, software // distributed under the License is distributed on an "AS IS" BASIS, // WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. -// GasHammer is a registered trademark of Don Johnson. use thiserror::Error; diff --git a/crates/gashammer-docgen/src/lib.rs b/crates/gashammer-docgen/src/lib.rs index 103ce70..a2a85f3 100644 --- a/crates/gashammer-docgen/src/lib.rs +++ b/crates/gashammer-docgen/src/lib.rs @@ -8,7 +8,6 @@ // Unless required by applicable law or agreed to in writing, software // distributed under the License is distributed on an "AS IS" BASIS, // WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. -// GasHammer is a registered trademark of Don Johnson. pub mod error; pub mod model; diff --git a/crates/gashammer-docgen/src/model.rs b/crates/gashammer-docgen/src/model.rs index 01ea137..12f29e8 100644 --- a/crates/gashammer-docgen/src/model.rs +++ b/crates/gashammer-docgen/src/model.rs @@ -8,7 +8,6 @@ // Unless required by applicable law or agreed to in writing, software // distributed under the License is distributed on an "AS IS" BASIS, // WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. -// GasHammer is a registered trademark of Don Johnson. //! Semantic model for documentation generation. //! diff --git a/crates/gashammer-docgen/src/parser.rs b/crates/gashammer-docgen/src/parser.rs index bfbead1..ba92491 100644 --- a/crates/gashammer-docgen/src/parser.rs +++ b/crates/gashammer-docgen/src/parser.rs @@ -8,7 +8,6 @@ // Unless required by applicable law or agreed to in writing, software // distributed under the License is distributed on an "AS IS" BASIS, // WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. -// GasHammer is a registered trademark of Don Johnson. //! Source parser — extract public API items from Rust source files using `syn`. //! diff --git a/crates/gashammer-edge/src/cli.rs b/crates/gashammer-edge/src/cli.rs index 4534ca9..acafd62 100644 --- a/crates/gashammer-edge/src/cli.rs +++ b/crates/gashammer-edge/src/cli.rs @@ -8,7 +8,6 @@ // Unless required by applicable law or agreed to in writing, software // distributed under the License is distributed on an "AS IS" BASIS, // WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. -// GasHammer is a registered trademark of Don Johnson. //! CLI argument parsing for the edge runtime. //! diff --git a/crates/gashammer-edge/src/config.rs b/crates/gashammer-edge/src/config.rs index 8936edd..21befed 100644 --- a/crates/gashammer-edge/src/config.rs +++ b/crates/gashammer-edge/src/config.rs @@ -8,7 +8,6 @@ // Unless required by applicable law or agreed to in writing, software // distributed under the License is distributed on an "AS IS" BASIS, // WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. -// GasHammer is a registered trademark of Don Johnson. //! Edge runtime configuration. //! diff --git a/crates/gashammer-edge/src/correlator.rs b/crates/gashammer-edge/src/correlator.rs index f41c9be..b5acf16 100644 --- a/crates/gashammer-edge/src/correlator.rs +++ b/crates/gashammer-edge/src/correlator.rs @@ -8,7 +8,6 @@ // Unless required by applicable law or agreed to in writing, software // distributed under the License is distributed on an "AS IS" BASIS, // WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. -// GasHammer is a registered trademark of Don Johnson. //! Feed correlator — match submitted transactions to feed messages. //! diff --git a/crates/gashammer-edge/src/error.rs b/crates/gashammer-edge/src/error.rs index 37a5954..d38a033 100644 --- a/crates/gashammer-edge/src/error.rs +++ b/crates/gashammer-edge/src/error.rs @@ -8,7 +8,6 @@ // Unless required by applicable law or agreed to in writing, software // distributed under the License is distributed on an "AS IS" BASIS, // WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. -// GasHammer is a registered trademark of Don Johnson. use thiserror::Error; diff --git a/crates/gashammer-edge/src/lib.rs b/crates/gashammer-edge/src/lib.rs index bf088ad..2300874 100644 --- a/crates/gashammer-edge/src/lib.rs +++ b/crates/gashammer-edge/src/lib.rs @@ -8,7 +8,6 @@ // Unless required by applicable law or agreed to in writing, software // distributed under the License is distributed on an "AS IS" BASIS, // WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. -// GasHammer is a registered trademark of Don Johnson. pub mod cli; pub mod config; diff --git a/crates/gashammer-edge/src/main.rs b/crates/gashammer-edge/src/main.rs index 889a1f8..8de0446 100644 --- a/crates/gashammer-edge/src/main.rs +++ b/crates/gashammer-edge/src/main.rs @@ -8,7 +8,6 @@ // Unless required by applicable law or agreed to in writing, software // distributed under the License is distributed on an "AS IS" BASIS, // WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. -// GasHammer is a registered trademark of Don Johnson. //! GasHammer Edge — regional worker process. //! diff --git a/crates/gashammer-edge/src/pipeline.rs b/crates/gashammer-edge/src/pipeline.rs index ea35683..3cd4b65 100644 --- a/crates/gashammer-edge/src/pipeline.rs +++ b/crates/gashammer-edge/src/pipeline.rs @@ -8,7 +8,6 @@ // Unless required by applicable law or agreed to in writing, software // distributed under the License is distributed on an "AS IS" BASIS, // WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. -// GasHammer is a registered trademark of Don Johnson. //! Transaction pipeline — build, sign, submit, and track transactions. //! diff --git a/crates/gashammer-edge/src/runtime.rs b/crates/gashammer-edge/src/runtime.rs index df7c562..ac25371 100644 --- a/crates/gashammer-edge/src/runtime.rs +++ b/crates/gashammer-edge/src/runtime.rs @@ -8,7 +8,6 @@ // Unless required by applicable law or agreed to in writing, software // distributed under the License is distributed on an "AS IS" BASIS, // WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. -// GasHammer is a registered trademark of Don Johnson. //! Edge runtime — startup, heartbeat, and shutdown management. //! diff --git a/crates/gashammer-fault/src/adapter.rs b/crates/gashammer-fault/src/adapter.rs index db8a57a..532d80b 100644 --- a/crates/gashammer-fault/src/adapter.rs +++ b/crates/gashammer-fault/src/adapter.rs @@ -8,7 +8,6 @@ // Unless required by applicable law or agreed to in writing, software // distributed under the License is distributed on an "AS IS" BASIS, // WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. -// GasHammer is a registered trademark of Don Johnson. //! Fault injection adapter trait and built-in adapters. //! diff --git a/crates/gashammer-fault/src/error.rs b/crates/gashammer-fault/src/error.rs index d7b4e77..04048f6 100644 --- a/crates/gashammer-fault/src/error.rs +++ b/crates/gashammer-fault/src/error.rs @@ -8,7 +8,6 @@ // Unless required by applicable law or agreed to in writing, software // distributed under the License is distributed on an "AS IS" BASIS, // WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. -// GasHammer is a registered trademark of Don Johnson. use thiserror::Error; diff --git a/crates/gashammer-fault/src/iptables.rs b/crates/gashammer-fault/src/iptables.rs index 1afd2a5..30095b1 100644 --- a/crates/gashammer-fault/src/iptables.rs +++ b/crates/gashammer-fault/src/iptables.rs @@ -8,7 +8,6 @@ // Unless required by applicable law or agreed to in writing, software // distributed under the License is distributed on an "AS IS" BASIS, // WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. -// GasHammer is a registered trademark of Don Johnson. //! Iptables adapter — connection reset and port block faults. //! diff --git a/crates/gashammer-fault/src/lib.rs b/crates/gashammer-fault/src/lib.rs index 61d5a2e..2207c7c 100644 --- a/crates/gashammer-fault/src/lib.rs +++ b/crates/gashammer-fault/src/lib.rs @@ -8,7 +8,6 @@ // Unless required by applicable law or agreed to in writing, software // distributed under the License is distributed on an "AS IS" BASIS, // WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. -// GasHammer is a registered trademark of Don Johnson. pub mod adapter; pub mod error; diff --git a/crates/gashammer-fault/src/netem.rs b/crates/gashammer-fault/src/netem.rs index 768cfb8..39f5a6b 100644 --- a/crates/gashammer-fault/src/netem.rs +++ b/crates/gashammer-fault/src/netem.rs @@ -8,7 +8,6 @@ // Unless required by applicable law or agreed to in writing, software // distributed under the License is distributed on an "AS IS" BASIS, // WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. -// GasHammer is a registered trademark of Don Johnson. //! Network emulation adapter — tc netem for latency, loss, jitter. //! diff --git a/crates/gashammer-fault/src/timeline.rs b/crates/gashammer-fault/src/timeline.rs index be28330..de0902f 100644 --- a/crates/gashammer-fault/src/timeline.rs +++ b/crates/gashammer-fault/src/timeline.rs @@ -8,7 +8,6 @@ // Unless required by applicable law or agreed to in writing, software // distributed under the License is distributed on an "AS IS" BASIS, // WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. -// GasHammer is a registered trademark of Don Johnson. //! Fault timeline — schedule faults at specific times within a run. //! diff --git a/crates/gashammer-hive/src/api.rs b/crates/gashammer-hive/src/api.rs index 75912d4..764f158 100644 --- a/crates/gashammer-hive/src/api.rs +++ b/crates/gashammer-hive/src/api.rs @@ -8,7 +8,6 @@ // Unless required by applicable law or agreed to in writing, software // distributed under the License is distributed on an "AS IS" BASIS, // WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. -// GasHammer is a registered trademark of Don Johnson. //! REST API for the hive control plane. //! diff --git a/crates/gashammer-hive/src/error.rs b/crates/gashammer-hive/src/error.rs index 2109532..d5b0ed0 100644 --- a/crates/gashammer-hive/src/error.rs +++ b/crates/gashammer-hive/src/error.rs @@ -8,7 +8,6 @@ // Unless required by applicable law or agreed to in writing, software // distributed under the License is distributed on an "AS IS" BASIS, // WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. -// GasHammer is a registered trademark of Don Johnson. use thiserror::Error; diff --git a/crates/gashammer-hive/src/lib.rs b/crates/gashammer-hive/src/lib.rs index 1690898..c4313bc 100644 --- a/crates/gashammer-hive/src/lib.rs +++ b/crates/gashammer-hive/src/lib.rs @@ -8,7 +8,6 @@ // Unless required by applicable law or agreed to in writing, software // distributed under the License is distributed on an "AS IS" BASIS, // WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. -// GasHammer is a registered trademark of Don Johnson. pub mod api; pub mod error; diff --git a/crates/gashammer-hive/src/main.rs b/crates/gashammer-hive/src/main.rs index e238486..2592b0e 100644 --- a/crates/gashammer-hive/src/main.rs +++ b/crates/gashammer-hive/src/main.rs @@ -8,7 +8,6 @@ // Unless required by applicable law or agreed to in writing, software // distributed under the License is distributed on an "AS IS" BASIS, // WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. -// GasHammer is a registered trademark of Don Johnson. //! GasHammer Hive — control plane process. //! diff --git a/crates/gashammer-hive/src/registry.rs b/crates/gashammer-hive/src/registry.rs index 104697b..e081707 100644 --- a/crates/gashammer-hive/src/registry.rs +++ b/crates/gashammer-hive/src/registry.rs @@ -8,7 +8,6 @@ // Unless required by applicable law or agreed to in writing, software // distributed under the License is distributed on an "AS IS" BASIS, // WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. -// GasHammer is a registered trademark of Don Johnson. //! Edge registry — registration, heartbeat, health tracking, and reaper. //! diff --git a/crates/gashammer-hive/src/run.rs b/crates/gashammer-hive/src/run.rs index 18cf0b6..9fd00e0 100644 --- a/crates/gashammer-hive/src/run.rs +++ b/crates/gashammer-hive/src/run.rs @@ -8,7 +8,6 @@ // Unless required by applicable law or agreed to in writing, software // distributed under the License is distributed on an "AS IS" BASIS, // WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. -// GasHammer is a registered trademark of Don Johnson. //! Run orchestration — state machine, barrier sync, phase progression. //! diff --git a/crates/gashammer-nitro/src/error.rs b/crates/gashammer-nitro/src/error.rs index 94940e9..9fe1fa8 100644 --- a/crates/gashammer-nitro/src/error.rs +++ b/crates/gashammer-nitro/src/error.rs @@ -8,7 +8,6 @@ // Unless required by applicable law or agreed to in writing, software // distributed under the License is distributed on an "AS IS" BASIS, // WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. -// GasHammer is a registered trademark of Don Johnson. use thiserror::Error; diff --git a/crates/gashammer-nitro/src/feed.rs b/crates/gashammer-nitro/src/feed.rs index 5a15d16..705b369 100644 --- a/crates/gashammer-nitro/src/feed.rs +++ b/crates/gashammer-nitro/src/feed.rs @@ -8,7 +8,6 @@ // Unless required by applicable law or agreed to in writing, software // distributed under the License is distributed on an "AS IS" BASIS, // WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. -// GasHammer is a registered trademark of Don Johnson. use std::time::{Duration, Instant}; diff --git a/crates/gashammer-nitro/src/headers.rs b/crates/gashammer-nitro/src/headers.rs index 7018267..b24283b 100644 --- a/crates/gashammer-nitro/src/headers.rs +++ b/crates/gashammer-nitro/src/headers.rs @@ -8,7 +8,6 @@ // Unless required by applicable law or agreed to in writing, software // distributed under the License is distributed on an "AS IS" BASIS, // WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. -// GasHammer is a registered trademark of Don Johnson. //! HTTP header DNA provenance for all outbound requests. //! diff --git a/crates/gashammer-nitro/src/l1.rs b/crates/gashammer-nitro/src/l1.rs index 1799666..daeaa3a 100644 --- a/crates/gashammer-nitro/src/l1.rs +++ b/crates/gashammer-nitro/src/l1.rs @@ -8,7 +8,6 @@ // Unless required by applicable law or agreed to in writing, software // distributed under the License is distributed on an "AS IS" BASIS, // WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. -// GasHammer is a registered trademark of Don Johnson. //! L1 contract readers for Nitro's SequencerInbox and RollupCore. //! diff --git a/crates/gashammer-nitro/src/lib.rs b/crates/gashammer-nitro/src/lib.rs index a767bf0..6cb751f 100644 --- a/crates/gashammer-nitro/src/lib.rs +++ b/crates/gashammer-nitro/src/lib.rs @@ -8,7 +8,6 @@ // Unless required by applicable law or agreed to in writing, software // distributed under the License is distributed on an "AS IS" BASIS, // WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. -// GasHammer is a registered trademark of Don Johnson. pub mod error; pub mod feed; diff --git a/crates/gashammer-nitro/src/rpc.rs b/crates/gashammer-nitro/src/rpc.rs index 6ce1773..38f9925 100644 --- a/crates/gashammer-nitro/src/rpc.rs +++ b/crates/gashammer-nitro/src/rpc.rs @@ -8,7 +8,6 @@ // Unless required by applicable law or agreed to in writing, software // distributed under the License is distributed on an "AS IS" BASIS, // WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. -// GasHammer is a registered trademark of Don Johnson. use std::time::Duration; diff --git a/crates/gashammer-nitro/tests/integration.rs b/crates/gashammer-nitro/tests/integration.rs index a96d495..a557e1c 100644 --- a/crates/gashammer-nitro/tests/integration.rs +++ b/crates/gashammer-nitro/tests/integration.rs @@ -8,7 +8,6 @@ // Unless required by applicable law or agreed to in writing, software // distributed under the License is distributed on an "AS IS" BASIS, // WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. -// GasHammer is a registered trademark of Don Johnson. //! Integration test: submit a transaction to a Nitro devnet sequencer //! and verify the receipt. diff --git a/crates/gashammer-oracle/src/error.rs b/crates/gashammer-oracle/src/error.rs index 83cfd7e..20e80af 100644 --- a/crates/gashammer-oracle/src/error.rs +++ b/crates/gashammer-oracle/src/error.rs @@ -8,7 +8,6 @@ // Unless required by applicable law or agreed to in writing, software // distributed under the License is distributed on an "AS IS" BASIS, // WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. -// GasHammer is a registered trademark of Don Johnson. use thiserror::Error; diff --git a/crates/gashammer-oracle/src/invariant.rs b/crates/gashammer-oracle/src/invariant.rs index 9447743..e137f70 100644 --- a/crates/gashammer-oracle/src/invariant.rs +++ b/crates/gashammer-oracle/src/invariant.rs @@ -8,7 +8,6 @@ // Unless required by applicable law or agreed to in writing, software // distributed under the License is distributed on an "AS IS" BASIS, // WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. -// GasHammer is a registered trademark of Don Johnson. //! Invariant framework — traits, verdicts, and evidence for correctness checks. //! diff --git a/crates/gashammer-oracle/src/lib.rs b/crates/gashammer-oracle/src/lib.rs index f1993ae..a55936c 100644 --- a/crates/gashammer-oracle/src/lib.rs +++ b/crates/gashammer-oracle/src/lib.rs @@ -8,7 +8,6 @@ // Unless required by applicable law or agreed to in writing, software // distributed under the License is distributed on an "AS IS" BASIS, // WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. -// GasHammer is a registered trademark of Don Johnson. pub mod error; pub mod invariant; diff --git a/crates/gashammer-oracle/src/postrun.rs b/crates/gashammer-oracle/src/postrun.rs index cba5d58..1fae826 100644 --- a/crates/gashammer-oracle/src/postrun.rs +++ b/crates/gashammer-oracle/src/postrun.rs @@ -8,7 +8,6 @@ // Unless required by applicable law or agreed to in writing, software // distributed under the License is distributed on an "AS IS" BASIS, // WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. -// GasHammer is a registered trademark of Don Johnson. //! Post-run checks — state diff, ordering, cross-observer verification. //! diff --git a/crates/gashammer-report/src/envelope.rs b/crates/gashammer-report/src/envelope.rs index 3538902..c718be0 100644 --- a/crates/gashammer-report/src/envelope.rs +++ b/crates/gashammer-report/src/envelope.rs @@ -8,7 +8,6 @@ // Unless required by applicable law or agreed to in writing, software // distributed under the License is distributed on an "AS IS" BASIS, // WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. -// GasHammer is a registered trademark of Don Johnson. //! Capacity envelope — derive safe operating range from ramp-to-failure runs. //! diff --git a/crates/gashammer-report/src/error.rs b/crates/gashammer-report/src/error.rs index a635c6e..6829496 100644 --- a/crates/gashammer-report/src/error.rs +++ b/crates/gashammer-report/src/error.rs @@ -8,7 +8,6 @@ // Unless required by applicable law or agreed to in writing, software // distributed under the License is distributed on an "AS IS" BASIS, // WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. -// GasHammer is a registered trademark of Don Johnson. use thiserror::Error; diff --git a/crates/gashammer-report/src/lib.rs b/crates/gashammer-report/src/lib.rs index 3239977..3b590a9 100644 --- a/crates/gashammer-report/src/lib.rs +++ b/crates/gashammer-report/src/lib.rs @@ -8,7 +8,6 @@ // Unless required by applicable law or agreed to in writing, software // distributed under the License is distributed on an "AS IS" BASIS, // WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. -// GasHammer is a registered trademark of Don Johnson. pub mod envelope; pub mod error; diff --git a/crates/gashammer-report/src/regression.rs b/crates/gashammer-report/src/regression.rs index c5a693a..3b69554 100644 --- a/crates/gashammer-report/src/regression.rs +++ b/crates/gashammer-report/src/regression.rs @@ -8,7 +8,6 @@ // Unless required by applicable law or agreed to in writing, software // distributed under the License is distributed on an "AS IS" BASIS, // WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. -// GasHammer is a registered trademark of Don Johnson. //! Regression detection — compare a run against a baseline and produce a //! release gate verdict. diff --git a/crates/gashammer-report/src/report.rs b/crates/gashammer-report/src/report.rs index e45f7dd..1481fa1 100644 --- a/crates/gashammer-report/src/report.rs +++ b/crates/gashammer-report/src/report.rs @@ -8,7 +8,6 @@ // Unless required by applicable law or agreed to in writing, software // distributed under the License is distributed on an "AS IS" BASIS, // WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. -// GasHammer is a registered trademark of Don Johnson. //! Standard run report — structured output from a completed load test run. //! diff --git a/crates/gashammer-scenario/src/compiler.rs b/crates/gashammer-scenario/src/compiler.rs index f2da6c5..b0d4eb3 100644 --- a/crates/gashammer-scenario/src/compiler.rs +++ b/crates/gashammer-scenario/src/compiler.rs @@ -8,7 +8,6 @@ // Unless required by applicable law or agreed to in writing, software // distributed under the License is distributed on an "AS IS" BASIS, // WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. -// GasHammer is a registered trademark of Don Johnson. //! Scenario compiler — validate, resolve, and compile into execution plan. //! diff --git a/crates/gashammer-scenario/src/error.rs b/crates/gashammer-scenario/src/error.rs index 752f86e..938b5f8 100644 --- a/crates/gashammer-scenario/src/error.rs +++ b/crates/gashammer-scenario/src/error.rs @@ -8,7 +8,6 @@ // Unless required by applicable law or agreed to in writing, software // distributed under the License is distributed on an "AS IS" BASIS, // WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. -// GasHammer is a registered trademark of Don Johnson. use thiserror::Error; diff --git a/crates/gashammer-scenario/src/lib.rs b/crates/gashammer-scenario/src/lib.rs index 1708ef7..f3ac5a3 100644 --- a/crates/gashammer-scenario/src/lib.rs +++ b/crates/gashammer-scenario/src/lib.rs @@ -8,7 +8,6 @@ // Unless required by applicable law or agreed to in writing, software // distributed under the License is distributed on an "AS IS" BASIS, // WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. -// GasHammer is a registered trademark of Don Johnson. pub mod compiler; pub mod error; diff --git a/crates/gashammer-scenario/src/parser.rs b/crates/gashammer-scenario/src/parser.rs index 2aaac56..4272a8a 100644 --- a/crates/gashammer-scenario/src/parser.rs +++ b/crates/gashammer-scenario/src/parser.rs @@ -8,7 +8,6 @@ // Unless required by applicable law or agreed to in writing, software // distributed under the License is distributed on an "AS IS" BASIS, // WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. -// GasHammer is a registered trademark of Don Johnson. //! SDL parser — YAML schema definition and deserialization. //! diff --git a/crates/gashammer-telemetry/src/error.rs b/crates/gashammer-telemetry/src/error.rs index ea82107..3befdcd 100644 --- a/crates/gashammer-telemetry/src/error.rs +++ b/crates/gashammer-telemetry/src/error.rs @@ -8,7 +8,6 @@ // Unless required by applicable law or agreed to in writing, software // distributed under the License is distributed on an "AS IS" BASIS, // WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. -// GasHammer is a registered trademark of Don Johnson. use thiserror::Error; diff --git a/crates/gashammer-telemetry/src/event.rs b/crates/gashammer-telemetry/src/event.rs index 6ba6cb7..cb4664a 100644 --- a/crates/gashammer-telemetry/src/event.rs +++ b/crates/gashammer-telemetry/src/event.rs @@ -8,7 +8,6 @@ // Unless required by applicable law or agreed to in writing, software // distributed under the License is distributed on an "AS IS" BASIS, // WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. -// GasHammer is a registered trademark of Don Johnson. //! Telemetry event model — typed events for all pipeline stages. //! diff --git a/crates/gashammer-telemetry/src/lib.rs b/crates/gashammer-telemetry/src/lib.rs index 7892ca6..ef8d36a 100644 --- a/crates/gashammer-telemetry/src/lib.rs +++ b/crates/gashammer-telemetry/src/lib.rs @@ -8,7 +8,6 @@ // Unless required by applicable law or agreed to in writing, software // distributed under the License is distributed on an "AS IS" BASIS, // WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. -// GasHammer is a registered trademark of Don Johnson. pub mod error; pub mod event; diff --git a/crates/gashammer-telemetry/src/pipeline.rs b/crates/gashammer-telemetry/src/pipeline.rs index b265743..d84d722 100644 --- a/crates/gashammer-telemetry/src/pipeline.rs +++ b/crates/gashammer-telemetry/src/pipeline.rs @@ -8,7 +8,6 @@ // Unless required by applicable law or agreed to in writing, software // distributed under the License is distributed on an "AS IS" BASIS, // WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. -// GasHammer is a registered trademark of Don Johnson. //! Telemetry pipeline — event log, batching, and shipping. //! diff --git a/crates/gashammer-testenv/src/containers/feed_relay.rs b/crates/gashammer-testenv/src/containers/feed_relay.rs index 92e7b74..e2978eb 100644 --- a/crates/gashammer-testenv/src/containers/feed_relay.rs +++ b/crates/gashammer-testenv/src/containers/feed_relay.rs @@ -8,7 +8,6 @@ // Unless required by applicable law or agreed to in writing, software // distributed under the License is distributed on an "AS IS" BASIS, // WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. -// GasHammer is a registered trademark of Don Johnson. //! Feed relay container definition. //! diff --git a/crates/gashammer-testenv/src/containers/l1_geth.rs b/crates/gashammer-testenv/src/containers/l1_geth.rs index aa8f0e0..f0f402f 100644 --- a/crates/gashammer-testenv/src/containers/l1_geth.rs +++ b/crates/gashammer-testenv/src/containers/l1_geth.rs @@ -8,7 +8,6 @@ // Unless required by applicable law or agreed to in writing, software // distributed under the License is distributed on an "AS IS" BASIS, // WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. -// GasHammer is a registered trademark of Don Johnson. //! L1 Geth container definition for Nitro devnet. //! diff --git a/crates/gashammer-testenv/src/containers/mod.rs b/crates/gashammer-testenv/src/containers/mod.rs index 09c0de3..476c16c 100644 --- a/crates/gashammer-testenv/src/containers/mod.rs +++ b/crates/gashammer-testenv/src/containers/mod.rs @@ -8,7 +8,6 @@ // Unless required by applicable law or agreed to in writing, software // distributed under the License is distributed on an "AS IS" BASIS, // WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. -// GasHammer is a registered trademark of Don Johnson. //! Container definitions for the Nitro devnet components. diff --git a/crates/gashammer-testenv/src/containers/sequencer.rs b/crates/gashammer-testenv/src/containers/sequencer.rs index 1ab4ba6..fb5fce9 100644 --- a/crates/gashammer-testenv/src/containers/sequencer.rs +++ b/crates/gashammer-testenv/src/containers/sequencer.rs @@ -8,7 +8,6 @@ // Unless required by applicable law or agreed to in writing, software // distributed under the License is distributed on an "AS IS" BASIS, // WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. -// GasHammer is a registered trademark of Don Johnson. //! Nitro sequencer container definition. //! diff --git a/crates/gashammer-testenv/src/contracts.rs b/crates/gashammer-testenv/src/contracts.rs index 3f12e7a..0c6536d 100644 --- a/crates/gashammer-testenv/src/contracts.rs +++ b/crates/gashammer-testenv/src/contracts.rs @@ -8,7 +8,6 @@ // Unless required by applicable law or agreed to in writing, software // distributed under the License is distributed on an "AS IS" BASIS, // WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. -// GasHammer is a registered trademark of Don Johnson. //! Test contract bytecode and deployment helpers. //! diff --git a/crates/gashammer-testenv/src/devnet.rs b/crates/gashammer-testenv/src/devnet.rs index ce0f5ba..4320195 100644 --- a/crates/gashammer-testenv/src/devnet.rs +++ b/crates/gashammer-testenv/src/devnet.rs @@ -8,7 +8,6 @@ // Unless required by applicable law or agreed to in writing, software // distributed under the License is distributed on an "AS IS" BASIS, // WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. -// GasHammer is a registered trademark of Don Johnson. //! Nitro devnet orchestrator. //! diff --git a/crates/gashammer-testenv/src/error.rs b/crates/gashammer-testenv/src/error.rs index 0923e0b..9ef569f 100644 --- a/crates/gashammer-testenv/src/error.rs +++ b/crates/gashammer-testenv/src/error.rs @@ -8,7 +8,6 @@ // Unless required by applicable law or agreed to in writing, software // distributed under the License is distributed on an "AS IS" BASIS, // WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. -// GasHammer is a registered trademark of Don Johnson. use thiserror::Error; diff --git a/crates/gashammer-testenv/src/funding.rs b/crates/gashammer-testenv/src/funding.rs index 65e2051..e461785 100644 --- a/crates/gashammer-testenv/src/funding.rs +++ b/crates/gashammer-testenv/src/funding.rs @@ -8,7 +8,6 @@ // Unless required by applicable law or agreed to in writing, software // distributed under the License is distributed on an "AS IS" BASIS, // WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. -// GasHammer is a registered trademark of Don Johnson. //! Account pre-funding and contract deployment for the Nitro devnet. //! diff --git a/crates/gashammer-testenv/src/lib.rs b/crates/gashammer-testenv/src/lib.rs index d6b2a7f..251daff 100644 --- a/crates/gashammer-testenv/src/lib.rs +++ b/crates/gashammer-testenv/src/lib.rs @@ -8,7 +8,6 @@ // Unless required by applicable law or agreed to in writing, software // distributed under the License is distributed on an "AS IS" BASIS, // WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. -// GasHammer is a registered trademark of Don Johnson. pub mod containers; pub mod contracts; diff --git a/crates/gashammer-testenv/src/lifecycle.rs b/crates/gashammer-testenv/src/lifecycle.rs index 7cec856..c7ae257 100644 --- a/crates/gashammer-testenv/src/lifecycle.rs +++ b/crates/gashammer-testenv/src/lifecycle.rs @@ -8,7 +8,6 @@ // Unless required by applicable law or agreed to in writing, software // distributed under the License is distributed on an "AS IS" BASIS, // WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. -// GasHammer is a registered trademark of Don Johnson. //! Full lifecycle test framework — boot devnet, run scenario, verify results. //! diff --git a/crates/gashammer-testenv/tests/smoke.rs b/crates/gashammer-testenv/tests/smoke.rs index 52fb115..2d178c5 100644 --- a/crates/gashammer-testenv/tests/smoke.rs +++ b/crates/gashammer-testenv/tests/smoke.rs @@ -8,7 +8,6 @@ // Unless required by applicable law or agreed to in writing, software // distributed under the License is distributed on an "AS IS" BASIS, // WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. -// GasHammer is a registered trademark of Don Johnson. //! Smoke integration tests — verify the Nitro devnet boots and responds. //! diff --git a/crates/gashammer-workload/src/account.rs b/crates/gashammer-workload/src/account.rs index 5bc3ee7..c58fe7f 100644 --- a/crates/gashammer-workload/src/account.rs +++ b/crates/gashammer-workload/src/account.rs @@ -8,7 +8,6 @@ // Unless required by applicable law or agreed to in writing, software // distributed under the License is distributed on an "AS IS" BASIS, // WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. -// GasHammer is a registered trademark of Don Johnson. //! Account pool — deterministic key derivation, partitioning, nonce tracking. //! diff --git a/crates/gashammer-workload/src/engine.rs b/crates/gashammer-workload/src/engine.rs index a2e8332..4053d37 100644 --- a/crates/gashammer-workload/src/engine.rs +++ b/crates/gashammer-workload/src/engine.rs @@ -8,7 +8,6 @@ // Unless required by applicable law or agreed to in writing, software // distributed under the License is distributed on an "AS IS" BASIS, // WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. -// GasHammer is a registered trademark of Don Johnson. //! Workload engine — gas-targeted rate control with temporal patterns. //! diff --git a/crates/gashammer-workload/src/error.rs b/crates/gashammer-workload/src/error.rs index 48e1ffb..c1af76d 100644 --- a/crates/gashammer-workload/src/error.rs +++ b/crates/gashammer-workload/src/error.rs @@ -8,7 +8,6 @@ // Unless required by applicable law or agreed to in writing, software // distributed under the License is distributed on an "AS IS" BASIS, // WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. -// GasHammer is a registered trademark of Don Johnson. use thiserror::Error; diff --git a/crates/gashammer-workload/src/lib.rs b/crates/gashammer-workload/src/lib.rs index 8b8f718..961ad60 100644 --- a/crates/gashammer-workload/src/lib.rs +++ b/crates/gashammer-workload/src/lib.rs @@ -8,7 +8,6 @@ // Unless required by applicable law or agreed to in writing, software // distributed under the License is distributed on an "AS IS" BASIS, // WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. -// GasHammer is a registered trademark of Don Johnson. pub mod account; pub mod engine; diff --git a/crates/gashammer-workload/src/templates.rs b/crates/gashammer-workload/src/templates.rs index 5af7eed..7a35878 100644 --- a/crates/gashammer-workload/src/templates.rs +++ b/crates/gashammer-workload/src/templates.rs @@ -8,7 +8,6 @@ // Unless required by applicable law or agreed to in writing, software // distributed under the License is distributed on an "AS IS" BASIS, // WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. -// GasHammer is a registered trademark of Don Johnson. //! Transaction templates — building blocks for gas-weighted workloads. //! diff --git a/deploy/helm/gashammer/Chart.yaml b/deploy/helm/gashammer/Chart.yaml index 6265212..edf3374 100644 --- a/deploy/helm/gashammer/Chart.yaml +++ b/deploy/helm/gashammer/Chart.yaml @@ -19,4 +19,3 @@ keywords: annotations: licenses: BSL-1.1 com.gashammer.author: Don Johnson - com.gashammer.trademark: GasHammer is a registered trademark of Don Johnson diff --git a/deploy/helm/gashammer/templates/_helpers.tpl b/deploy/helm/gashammer/templates/_helpers.tpl index e051c7f..2898b97 100644 --- a/deploy/helm/gashammer/templates/_helpers.tpl +++ b/deploy/helm/gashammer/templates/_helpers.tpl @@ -1,7 +1,6 @@ {{/* Copyright (c) 2025-present Don Johnson Licensed under the Business Source License 1.1. -GasHammer is a registered trademark of Don Johnson. */}} {{/* diff --git a/docs/src/development/contributing.md b/docs/src/development/contributing.md index 082ac09..e1566d5 100644 --- a/docs/src/development/contributing.md +++ b/docs/src/development/contributing.md @@ -137,7 +137,6 @@ Every `.rs` file must include: // Unless required by applicable law or agreed to in writing, software // distributed under the License is distributed on an "AS IS" BASIS, // WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. -// GasHammer is a registered trademark of Don Johnson. ``` Enforced by CI via `scripts/check-license-headers.sh`. diff --git a/docs/src/introduction.md b/docs/src/introduction.md index 855e2a5..5342573 100644 --- a/docs/src/introduction.md +++ b/docs/src/introduction.md @@ -42,7 +42,7 @@ GasHammer uses a **hive/edge topology**: ## License -GasHammer is licensed under the Business Source License 1.1 (BSL-1.1). GasHammer is a registered trademark of Don Johnson. +GasHammer is licensed under the Business Source License 1.1 (BSL-1.1). ## Next Steps diff --git a/docs/src/reference/dna-provenance.md b/docs/src/reference/dna-provenance.md index 974b458..9959bde 100644 --- a/docs/src/reference/dna-provenance.md +++ b/docs/src/reference/dna-provenance.md @@ -91,7 +91,6 @@ Every `.rs` file includes the BSL-1.1 license header: // Copyright (c) 2025-present Don Johnson // Licensed under the Business Source License 1.1 (the "License"); // ... -// GasHammer is a registered trademark of Don Johnson. ``` This is enforced by `scripts/check-license-headers.sh` in CI. diff --git a/proto/gashammer/v1/hive_edge.proto b/proto/gashammer/v1/hive_edge.proto index ec6a5e0..ab43aac 100644 --- a/proto/gashammer/v1/hive_edge.proto +++ b/proto/gashammer/v1/hive_edge.proto @@ -8,7 +8,6 @@ // Unless required by applicable law or agreed to in writing, software // distributed under the License is distributed on an "AS IS" BASIS, // WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. -// GasHammer is a registered trademark of Don Johnson. syntax = "proto3"; package gashammer.v1; diff --git a/proto/gashammer/v1/telemetry.proto b/proto/gashammer/v1/telemetry.proto index f2511af..7915f31 100644 --- a/proto/gashammer/v1/telemetry.proto +++ b/proto/gashammer/v1/telemetry.proto @@ -8,7 +8,6 @@ // Unless required by applicable law or agreed to in writing, software // distributed under the License is distributed on an "AS IS" BASIS, // WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. -// GasHammer is a registered trademark of Don Johnson. syntax = "proto3"; package gashammer.v1; diff --git a/proto/gashammer/v1/types.proto b/proto/gashammer/v1/types.proto index 03f0239..8a956d5 100644 --- a/proto/gashammer/v1/types.proto +++ b/proto/gashammer/v1/types.proto @@ -8,7 +8,6 @@ // Unless required by applicable law or agreed to in writing, software // distributed under the License is distributed on an "AS IS" BASIS, // WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. -// GasHammer is a registered trademark of Don Johnson. syntax = "proto3"; package gashammer.v1; diff --git a/rfcs/RFC-0011-dna-provenance.md b/rfcs/RFC-0011-dna-provenance.md index 7a1feac..f52b09f 100644 --- a/rfcs/RFC-0011-dna-provenance.md +++ b/rfcs/RFC-0011-dna-provenance.md @@ -136,7 +136,6 @@ Every source file includes a license header: // Unless required by applicable law or agreed to in writing, software // distributed under the License is distributed on an "AS IS" BASIS, // WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. -// GasHammer is a registered trademark of Don Johnson. ``` Automated via `cargo-deny` license check + CI enforcement. **No file ships without a header.**