From ab30270a6300767d2e2380cb85b9eaceacd4fa2c Mon Sep 17 00:00:00 2001 From: Stan Grams Date: Wed, 18 Mar 2026 22:39:06 +0100 Subject: [PATCH] [chore](trx-rs): update SPDX copyright headers Normalize tracked SPDX headers to the 2026 Stan Grams identity. Co-authored-by: OpenAI Codex Signed-off-by: Stan Grams --- .gitmodules | 2 +- Cargo.lock.license | 2 +- Cargo.toml | 2 +- examples/trx-plugin-example/Cargo.toml | 2 +- examples/trx-plugin-example/src/lib.rs | 2 +- src/decoders/trx-ais/Cargo.toml | 2 +- src/decoders/trx-ais/src/lib.rs | 2 +- src/decoders/trx-aprs/Cargo.toml | 2 +- src/decoders/trx-aprs/src/lib.rs | 2 +- src/decoders/trx-cw/Cargo.toml | 2 +- src/decoders/trx-cw/src/lib.rs | 2 +- src/decoders/trx-decode-log/Cargo.toml | 2 +- src/decoders/trx-decode-log/src/lib.rs | 2 +- src/decoders/trx-ftx/Cargo.toml | 2 +- src/decoders/trx-ftx/src/callsign_hash.rs | 2 +- src/decoders/trx-ftx/src/constants.rs | 2 +- src/decoders/trx-ftx/src/crc.rs | 2 +- src/decoders/trx-ftx/src/decode.rs | 2 +- src/decoders/trx-ftx/src/decoder.rs | 2 +- src/decoders/trx-ftx/src/encode.rs | 2 +- src/decoders/trx-ftx/src/ft2/bitmetrics.rs | 2 +- src/decoders/trx-ftx/src/ft2/downsample.rs | 2 +- src/decoders/trx-ftx/src/ft2/mod.rs | 2 +- src/decoders/trx-ftx/src/ft2/osd.rs | 2 +- src/decoders/trx-ftx/src/ft2/sync.rs | 2 +- src/decoders/trx-ftx/src/ldpc.rs | 2 +- src/decoders/trx-ftx/src/lib.rs | 2 +- src/decoders/trx-ftx/src/message.rs | 2 +- src/decoders/trx-ftx/src/monitor.rs | 2 +- src/decoders/trx-ftx/src/protocol.rs | 2 +- src/decoders/trx-ftx/src/text.rs | 2 +- src/decoders/trx-rds/Cargo.toml | 2 +- src/decoders/trx-rds/src/lib.rs | 2 +- src/decoders/trx-vdes/Cargo.toml | 2 +- src/decoders/trx-vdes/src/lib.rs | 2 +- src/decoders/trx-wspr/Cargo.toml | 2 +- src/decoders/trx-wspr/src/decoder.rs | 2 +- src/decoders/trx-wspr/src/lib.rs | 2 +- src/decoders/trx-wspr/src/protocol.rs | 2 +- src/trx-app/Cargo.toml | 2 +- src/trx-app/src/config.rs | 2 +- src/trx-app/src/lib.rs | 2 +- src/trx-app/src/logging.rs | 2 +- src/trx-app/src/plugins.rs | 2 +- src/trx-app/src/util.rs | 2 +- src/trx-client/Cargo.toml | 2 +- src/trx-client/src/audio_bridge.rs | 2 +- src/trx-client/src/audio_client.rs | 2 +- src/trx-client/src/config.rs | 2 +- src/trx-client/src/main.rs | 2 +- src/trx-client/src/remote_client.rs | 2 +- src/trx-client/trx-frontend/Cargo.toml | 2 +- src/trx-client/trx-frontend/src/lib.rs | 2 +- src/trx-client/trx-frontend/trx-frontend-http-json/Cargo.toml | 2 +- src/trx-client/trx-frontend/trx-frontend-http-json/src/lib.rs | 2 +- .../trx-frontend/trx-frontend-http-json/src/server.rs | 2 +- src/trx-client/trx-frontend/trx-frontend-http/Cargo.toml | 2 +- .../trx-frontend-http/assets/web/plugins/background-decode.js | 2 +- .../trx-frontend/trx-frontend-http/assets/web/plugins/ft2.js | 2 +- .../trx-frontend/trx-frontend-http/assets/web/plugins/ft4.js | 2 +- .../trx-frontend-http/assets/web/plugins/scheduler.js | 2 +- .../trx-frontend/trx-frontend-http/assets/web/plugins/vchan.js | 2 +- src/trx-client/trx-frontend/trx-frontend-http/src/api.rs | 2 +- src/trx-client/trx-frontend/trx-frontend-http/src/audio.rs | 2 +- src/trx-client/trx-frontend/trx-frontend-http/src/auth.rs | 2 +- .../trx-frontend/trx-frontend-http/src/background_decode.rs | 2 +- src/trx-client/trx-frontend/trx-frontend-http/src/bookmarks.rs | 2 +- src/trx-client/trx-frontend/trx-frontend-http/src/lib.rs | 2 +- src/trx-client/trx-frontend/trx-frontend-http/src/scheduler.rs | 2 +- src/trx-client/trx-frontend/trx-frontend-http/src/server.rs | 2 +- src/trx-client/trx-frontend/trx-frontend-http/src/status.rs | 2 +- src/trx-client/trx-frontend/trx-frontend-http/src/vchan.rs | 2 +- src/trx-client/trx-frontend/trx-frontend-rigctl/Cargo.toml | 2 +- src/trx-client/trx-frontend/trx-frontend-rigctl/src/lib.rs | 2 +- src/trx-client/trx-frontend/trx-frontend-rigctl/src/server.rs | 2 +- src/trx-core/Cargo.toml | 2 +- src/trx-core/src/audio.rs | 2 +- src/trx-core/src/decode.rs | 2 +- src/trx-core/src/lib.rs | 2 +- src/trx-core/src/math/bcd.rs | 2 +- src/trx-core/src/math/mod.rs | 2 +- src/trx-core/src/radio/freq.rs | 2 +- src/trx-core/src/radio/mod.rs | 2 +- src/trx-core/src/rig/command.rs | 2 +- src/trx-core/src/rig/controller/events.rs | 2 +- src/trx-core/src/rig/controller/executor.rs | 2 +- src/trx-core/src/rig/controller/handlers.rs | 2 +- src/trx-core/src/rig/controller/machine.rs | 2 +- src/trx-core/src/rig/controller/mod.rs | 2 +- src/trx-core/src/rig/controller/policies.rs | 2 +- src/trx-core/src/rig/mod.rs | 2 +- src/trx-core/src/rig/request.rs | 2 +- src/trx-core/src/rig/response.rs | 2 +- src/trx-core/src/rig/state.rs | 2 +- src/trx-core/src/vchan.rs | 2 +- src/trx-protocol/Cargo.toml | 2 +- src/trx-protocol/src/auth.rs | 2 +- src/trx-protocol/src/codec.rs | 2 +- src/trx-protocol/src/lib.rs | 2 +- src/trx-protocol/src/mapping.rs | 2 +- src/trx-protocol/src/types.rs | 2 +- src/trx-reporting/Cargo.toml | 2 +- src/trx-reporting/src/aprsfi.rs | 2 +- src/trx-reporting/src/lib.rs | 2 +- src/trx-reporting/src/pskreporter.rs | 2 +- src/trx-server/Cargo.toml | 2 +- src/trx-server/src/audio.rs | 2 +- src/trx-server/src/config.rs | 2 +- src/trx-server/src/error.rs | 2 +- src/trx-server/src/history_store.rs | 2 +- src/trx-server/src/listener.rs | 2 +- src/trx-server/src/main.rs | 2 +- src/trx-server/src/rig_handle.rs | 2 +- src/trx-server/src/rig_task.rs | 2 +- src/trx-server/trx-backend/Cargo.toml | 2 +- src/trx-server/trx-backend/src/dummy.rs | 2 +- src/trx-server/trx-backend/src/lib.rs | 2 +- src/trx-server/trx-backend/src/vchan.rs | 2 +- src/trx-server/trx-backend/trx-backend-ft450d/Cargo.toml | 2 +- src/trx-server/trx-backend/trx-backend-ft450d/src/lib.rs | 2 +- src/trx-server/trx-backend/trx-backend-ft817/Cargo.toml | 2 +- src/trx-server/trx-backend/trx-backend-ft817/src/lib.rs | 2 +- src/trx-server/trx-backend/trx-backend-soapysdr/Cargo.toml | 2 +- src/trx-server/trx-backend/trx-backend-soapysdr/src/demod.rs | 2 +- src/trx-server/trx-backend/trx-backend-soapysdr/src/demod/am.rs | 2 +- .../trx-backend/trx-backend-soapysdr/src/demod/amcquam.rs | 2 +- src/trx-server/trx-backend/trx-backend-soapysdr/src/demod/fm.rs | 2 +- .../trx-backend/trx-backend-soapysdr/src/demod/math.rs | 2 +- .../trx-backend/trx-backend-soapysdr/src/demod/math_arm.rs | 2 +- .../trx-backend/trx-backend-soapysdr/src/demod/math_x86.rs | 2 +- .../trx-backend/trx-backend-soapysdr/src/demod/ssb.rs | 2 +- .../trx-backend/trx-backend-soapysdr/src/demod/wfm.rs | 2 +- src/trx-server/trx-backend/trx-backend-soapysdr/src/dsp.rs | 2 +- .../trx-backend/trx-backend-soapysdr/src/dsp/channel.rs | 2 +- .../trx-backend/trx-backend-soapysdr/src/dsp/filter.rs | 2 +- .../trx-backend/trx-backend-soapysdr/src/dsp/spectrum.rs | 2 +- src/trx-server/trx-backend/trx-backend-soapysdr/src/lib.rs | 2 +- .../trx-backend/trx-backend-soapysdr/src/real_iq_source.rs | 2 +- .../trx-backend/trx-backend-soapysdr/src/vchan_impl.rs | 2 +- 139 files changed, 139 insertions(+), 139 deletions(-) diff --git a/.gitmodules b/.gitmodules index f79a424..dc8e78f 100644 --- a/.gitmodules +++ b/.gitmodules @@ -1,4 +1,4 @@ -# SPDX-FileCopyrightText: 2025 Stanislaw Grams +# SPDX-FileCopyrightText: 2026 Stan Grams # # SPDX-License-Identifier: BSD-2-Clause diff --git a/Cargo.lock.license b/Cargo.lock.license index 75a299e..3750c30 100644 --- a/Cargo.lock.license +++ b/Cargo.lock.license @@ -1,3 +1,3 @@ -SPDX-FileCopyrightText: 2025 Stanislaw Grams +SPDX-FileCopyrightText: 2026 Stan Grams SPDX-License-Identifier: BSD-2-Clause diff --git a/Cargo.toml b/Cargo.toml index f32f83c..bbbc940 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -1,4 +1,4 @@ -# SPDX-FileCopyrightText: 2025 Stanislaw Grams +# SPDX-FileCopyrightText: 2026 Stan Grams # # SPDX-License-Identifier: BSD-2-Clause diff --git a/examples/trx-plugin-example/Cargo.toml b/examples/trx-plugin-example/Cargo.toml index 1e018a5..4727803 100644 --- a/examples/trx-plugin-example/Cargo.toml +++ b/examples/trx-plugin-example/Cargo.toml @@ -1,4 +1,4 @@ -# SPDX-FileCopyrightText: 2025 Stanislaw Grams +# SPDX-FileCopyrightText: 2026 Stan Grams # # SPDX-License-Identifier: BSD-2-Clause diff --git a/examples/trx-plugin-example/src/lib.rs b/examples/trx-plugin-example/src/lib.rs index 0d4b217..a1943c0 100644 --- a/examples/trx-plugin-example/src/lib.rs +++ b/examples/trx-plugin-example/src/lib.rs @@ -1,4 +1,4 @@ -// SPDX-FileCopyrightText: 2025 Stanislaw Grams +// SPDX-FileCopyrightText: 2026 Stan Grams // // SPDX-License-Identifier: BSD-2-Clause diff --git a/src/decoders/trx-ais/Cargo.toml b/src/decoders/trx-ais/Cargo.toml index 068de6e..23ca6ff 100644 --- a/src/decoders/trx-ais/Cargo.toml +++ b/src/decoders/trx-ais/Cargo.toml @@ -1,4 +1,4 @@ -# SPDX-FileCopyrightText: 2026 Stanislaw Grams +# SPDX-FileCopyrightText: 2026 Stan Grams # # SPDX-License-Identifier: BSD-2-Clause diff --git a/src/decoders/trx-ais/src/lib.rs b/src/decoders/trx-ais/src/lib.rs index eb71bc4..1dd6d8d 100644 --- a/src/decoders/trx-ais/src/lib.rs +++ b/src/decoders/trx-ais/src/lib.rs @@ -1,4 +1,4 @@ -// SPDX-FileCopyrightText: 2026 Stanislaw Grams +// SPDX-FileCopyrightText: 2026 Stan Grams // // SPDX-License-Identifier: BSD-2-Clause diff --git a/src/decoders/trx-aprs/Cargo.toml b/src/decoders/trx-aprs/Cargo.toml index 8ace593..f3be886 100644 --- a/src/decoders/trx-aprs/Cargo.toml +++ b/src/decoders/trx-aprs/Cargo.toml @@ -1,4 +1,4 @@ -# SPDX-FileCopyrightText: 2026 Stanislaw Grams +# SPDX-FileCopyrightText: 2026 Stan Grams # # SPDX-License-Identifier: BSD-2-Clause diff --git a/src/decoders/trx-aprs/src/lib.rs b/src/decoders/trx-aprs/src/lib.rs index 9c46ddc..1bc6256 100644 --- a/src/decoders/trx-aprs/src/lib.rs +++ b/src/decoders/trx-aprs/src/lib.rs @@ -1,4 +1,4 @@ -// SPDX-FileCopyrightText: 2026 Stanislaw Grams +// SPDX-FileCopyrightText: 2026 Stan Grams // // SPDX-License-Identifier: BSD-2-Clause diff --git a/src/decoders/trx-cw/Cargo.toml b/src/decoders/trx-cw/Cargo.toml index d8ef421..6c550ba 100644 --- a/src/decoders/trx-cw/Cargo.toml +++ b/src/decoders/trx-cw/Cargo.toml @@ -1,4 +1,4 @@ -# SPDX-FileCopyrightText: 2026 Stanislaw Grams +# SPDX-FileCopyrightText: 2026 Stan Grams # # SPDX-License-Identifier: BSD-2-Clause diff --git a/src/decoders/trx-cw/src/lib.rs b/src/decoders/trx-cw/src/lib.rs index 5b40818..e43e31b 100644 --- a/src/decoders/trx-cw/src/lib.rs +++ b/src/decoders/trx-cw/src/lib.rs @@ -1,4 +1,4 @@ -// SPDX-FileCopyrightText: 2025 Stanislaw Grams +// SPDX-FileCopyrightText: 2026 Stan Grams // // SPDX-License-Identifier: BSD-2-Clause diff --git a/src/decoders/trx-decode-log/Cargo.toml b/src/decoders/trx-decode-log/Cargo.toml index 194f332..22f7b68 100644 --- a/src/decoders/trx-decode-log/Cargo.toml +++ b/src/decoders/trx-decode-log/Cargo.toml @@ -1,4 +1,4 @@ -# SPDX-FileCopyrightText: 2026 Stanislaw Grams +# SPDX-FileCopyrightText: 2026 Stan Grams # # SPDX-License-Identifier: BSD-2-Clause diff --git a/src/decoders/trx-decode-log/src/lib.rs b/src/decoders/trx-decode-log/src/lib.rs index 3f91a84..bb9f445 100644 --- a/src/decoders/trx-decode-log/src/lib.rs +++ b/src/decoders/trx-decode-log/src/lib.rs @@ -1,4 +1,4 @@ -// SPDX-FileCopyrightText: 2026 Stanislaw Grams +// SPDX-FileCopyrightText: 2026 Stan Grams // // SPDX-License-Identifier: BSD-2-Clause diff --git a/src/decoders/trx-ftx/Cargo.toml b/src/decoders/trx-ftx/Cargo.toml index 45dd4b7..8bcb92e 100644 --- a/src/decoders/trx-ftx/Cargo.toml +++ b/src/decoders/trx-ftx/Cargo.toml @@ -1,4 +1,4 @@ -# SPDX-FileCopyrightText: 2026 Stanislaw Grams +# SPDX-FileCopyrightText: 2026 Stan Grams # # SPDX-License-Identifier: BSD-2-Clause diff --git a/src/decoders/trx-ftx/src/callsign_hash.rs b/src/decoders/trx-ftx/src/callsign_hash.rs index bbe71bb..ee9af72 100644 --- a/src/decoders/trx-ftx/src/callsign_hash.rs +++ b/src/decoders/trx-ftx/src/callsign_hash.rs @@ -1,4 +1,4 @@ -// SPDX-FileCopyrightText: 2026 Stanislaw Grams +// SPDX-FileCopyrightText: 2026 Stan Grams // // SPDX-License-Identifier: BSD-2-Clause diff --git a/src/decoders/trx-ftx/src/constants.rs b/src/decoders/trx-ftx/src/constants.rs index a2be7f5..3708c98 100644 --- a/src/decoders/trx-ftx/src/constants.rs +++ b/src/decoders/trx-ftx/src/constants.rs @@ -1,4 +1,4 @@ -// SPDX-FileCopyrightText: 2026 Stanislaw Grams +// SPDX-FileCopyrightText: 2026 Stan Grams // // SPDX-License-Identifier: BSD-2-Clause diff --git a/src/decoders/trx-ftx/src/crc.rs b/src/decoders/trx-ftx/src/crc.rs index 2be0299..4d9a172 100644 --- a/src/decoders/trx-ftx/src/crc.rs +++ b/src/decoders/trx-ftx/src/crc.rs @@ -1,4 +1,4 @@ -// SPDX-FileCopyrightText: 2026 Stanislaw Grams +// SPDX-FileCopyrightText: 2026 Stan Grams // // SPDX-License-Identifier: BSD-2-Clause diff --git a/src/decoders/trx-ftx/src/decode.rs b/src/decoders/trx-ftx/src/decode.rs index 947ed6d..27a1761 100644 --- a/src/decoders/trx-ftx/src/decode.rs +++ b/src/decoders/trx-ftx/src/decode.rs @@ -1,4 +1,4 @@ -// SPDX-FileCopyrightText: 2026 Stanislaw Grams +// SPDX-FileCopyrightText: 2026 Stan Grams // // SPDX-License-Identifier: BSD-2-Clause diff --git a/src/decoders/trx-ftx/src/decoder.rs b/src/decoders/trx-ftx/src/decoder.rs index 36b01ec..3d5d832 100644 --- a/src/decoders/trx-ftx/src/decoder.rs +++ b/src/decoders/trx-ftx/src/decoder.rs @@ -1,4 +1,4 @@ -// SPDX-FileCopyrightText: 2026 Stanislaw Grams +// SPDX-FileCopyrightText: 2026 Stan Grams // // SPDX-License-Identifier: BSD-2-Clause diff --git a/src/decoders/trx-ftx/src/encode.rs b/src/decoders/trx-ftx/src/encode.rs index dbcbc03..46ce54d 100644 --- a/src/decoders/trx-ftx/src/encode.rs +++ b/src/decoders/trx-ftx/src/encode.rs @@ -1,4 +1,4 @@ -// SPDX-FileCopyrightText: 2026 Stanislaw Grams +// SPDX-FileCopyrightText: 2026 Stan Grams // // SPDX-License-Identifier: BSD-2-Clause diff --git a/src/decoders/trx-ftx/src/ft2/bitmetrics.rs b/src/decoders/trx-ftx/src/ft2/bitmetrics.rs index a9a81a2..bbfc8f4 100644 --- a/src/decoders/trx-ftx/src/ft2/bitmetrics.rs +++ b/src/decoders/trx-ftx/src/ft2/bitmetrics.rs @@ -1,4 +1,4 @@ -// SPDX-FileCopyrightText: 2026 Stanislaw Grams +// SPDX-FileCopyrightText: 2026 Stan Grams // // SPDX-License-Identifier: BSD-2-Clause diff --git a/src/decoders/trx-ftx/src/ft2/downsample.rs b/src/decoders/trx-ftx/src/ft2/downsample.rs index 9f0f290..3768dc4 100644 --- a/src/decoders/trx-ftx/src/ft2/downsample.rs +++ b/src/decoders/trx-ftx/src/ft2/downsample.rs @@ -1,4 +1,4 @@ -// SPDX-FileCopyrightText: 2026 Stanislaw Grams +// SPDX-FileCopyrightText: 2026 Stan Grams // // SPDX-License-Identifier: BSD-2-Clause diff --git a/src/decoders/trx-ftx/src/ft2/mod.rs b/src/decoders/trx-ftx/src/ft2/mod.rs index 61ed8ca..71e1b42 100644 --- a/src/decoders/trx-ftx/src/ft2/mod.rs +++ b/src/decoders/trx-ftx/src/ft2/mod.rs @@ -1,4 +1,4 @@ -// SPDX-FileCopyrightText: 2026 Stanislaw Grams +// SPDX-FileCopyrightText: 2026 Stan Grams // // SPDX-License-Identifier: BSD-2-Clause diff --git a/src/decoders/trx-ftx/src/ft2/osd.rs b/src/decoders/trx-ftx/src/ft2/osd.rs index 6c03555..f469063 100644 --- a/src/decoders/trx-ftx/src/ft2/osd.rs +++ b/src/decoders/trx-ftx/src/ft2/osd.rs @@ -1,4 +1,4 @@ -// SPDX-FileCopyrightText: 2026 Stanislaw Grams +// SPDX-FileCopyrightText: 2026 Stan Grams // // SPDX-License-Identifier: BSD-2-Clause diff --git a/src/decoders/trx-ftx/src/ft2/sync.rs b/src/decoders/trx-ftx/src/ft2/sync.rs index f77a494..b7bbaa1 100644 --- a/src/decoders/trx-ftx/src/ft2/sync.rs +++ b/src/decoders/trx-ftx/src/ft2/sync.rs @@ -1,4 +1,4 @@ -// SPDX-FileCopyrightText: 2026 Stanislaw Grams +// SPDX-FileCopyrightText: 2026 Stan Grams // // SPDX-License-Identifier: BSD-2-Clause diff --git a/src/decoders/trx-ftx/src/ldpc.rs b/src/decoders/trx-ftx/src/ldpc.rs index 1db3d77..945a9ef 100644 --- a/src/decoders/trx-ftx/src/ldpc.rs +++ b/src/decoders/trx-ftx/src/ldpc.rs @@ -1,4 +1,4 @@ -// SPDX-FileCopyrightText: 2026 Stanislaw Grams +// SPDX-FileCopyrightText: 2026 Stan Grams // // SPDX-License-Identifier: BSD-2-Clause diff --git a/src/decoders/trx-ftx/src/lib.rs b/src/decoders/trx-ftx/src/lib.rs index 700c641..a1b3c6d 100644 --- a/src/decoders/trx-ftx/src/lib.rs +++ b/src/decoders/trx-ftx/src/lib.rs @@ -1,4 +1,4 @@ -// SPDX-FileCopyrightText: 2026 Stanislaw Grams +// SPDX-FileCopyrightText: 2026 Stan Grams // // SPDX-License-Identifier: BSD-2-Clause diff --git a/src/decoders/trx-ftx/src/message.rs b/src/decoders/trx-ftx/src/message.rs index 7a4af57..6201080 100644 --- a/src/decoders/trx-ftx/src/message.rs +++ b/src/decoders/trx-ftx/src/message.rs @@ -1,4 +1,4 @@ -// SPDX-FileCopyrightText: 2026 Stanislaw Grams +// SPDX-FileCopyrightText: 2026 Stan Grams // // SPDX-License-Identifier: BSD-2-Clause diff --git a/src/decoders/trx-ftx/src/monitor.rs b/src/decoders/trx-ftx/src/monitor.rs index 483623c..0882110 100644 --- a/src/decoders/trx-ftx/src/monitor.rs +++ b/src/decoders/trx-ftx/src/monitor.rs @@ -1,4 +1,4 @@ -// SPDX-FileCopyrightText: 2026 Stanislaw Grams +// SPDX-FileCopyrightText: 2026 Stan Grams // // SPDX-License-Identifier: BSD-2-Clause diff --git a/src/decoders/trx-ftx/src/protocol.rs b/src/decoders/trx-ftx/src/protocol.rs index df2fd30..bd73463 100644 --- a/src/decoders/trx-ftx/src/protocol.rs +++ b/src/decoders/trx-ftx/src/protocol.rs @@ -1,4 +1,4 @@ -// SPDX-FileCopyrightText: 2026 Stanislaw Grams +// SPDX-FileCopyrightText: 2026 Stan Grams // // SPDX-License-Identifier: BSD-2-Clause diff --git a/src/decoders/trx-ftx/src/text.rs b/src/decoders/trx-ftx/src/text.rs index 7573f5b..a9ab78d 100644 --- a/src/decoders/trx-ftx/src/text.rs +++ b/src/decoders/trx-ftx/src/text.rs @@ -1,4 +1,4 @@ -// SPDX-FileCopyrightText: 2026 Stanislaw Grams +// SPDX-FileCopyrightText: 2026 Stan Grams // // SPDX-License-Identifier: BSD-2-Clause diff --git a/src/decoders/trx-rds/Cargo.toml b/src/decoders/trx-rds/Cargo.toml index ad4edd0..fbbc29b 100644 --- a/src/decoders/trx-rds/Cargo.toml +++ b/src/decoders/trx-rds/Cargo.toml @@ -1,4 +1,4 @@ -# SPDX-FileCopyrightText: 2026 Stanislaw Grams +# SPDX-FileCopyrightText: 2026 Stan Grams # # SPDX-License-Identifier: BSD-2-Clause diff --git a/src/decoders/trx-rds/src/lib.rs b/src/decoders/trx-rds/src/lib.rs index 9b1604e..4e4570c 100644 --- a/src/decoders/trx-rds/src/lib.rs +++ b/src/decoders/trx-rds/src/lib.rs @@ -1,4 +1,4 @@ -// SPDX-FileCopyrightText: 2026 Stanislaw Grams +// SPDX-FileCopyrightText: 2026 Stan Grams // // SPDX-License-Identifier: BSD-2-Clause diff --git a/src/decoders/trx-vdes/Cargo.toml b/src/decoders/trx-vdes/Cargo.toml index 004d9f7..152a4ab 100644 --- a/src/decoders/trx-vdes/Cargo.toml +++ b/src/decoders/trx-vdes/Cargo.toml @@ -1,4 +1,4 @@ -# SPDX-FileCopyrightText: 2026 Stanislaw Grams +# SPDX-FileCopyrightText: 2026 Stan Grams # # SPDX-License-Identifier: BSD-2-Clause diff --git a/src/decoders/trx-vdes/src/lib.rs b/src/decoders/trx-vdes/src/lib.rs index 18a7412..ea14cf8 100644 --- a/src/decoders/trx-vdes/src/lib.rs +++ b/src/decoders/trx-vdes/src/lib.rs @@ -1,4 +1,4 @@ -// SPDX-FileCopyrightText: 2026 Stanislaw Grams +// SPDX-FileCopyrightText: 2026 Stan Grams // // SPDX-License-Identifier: BSD-2-Clause diff --git a/src/decoders/trx-wspr/Cargo.toml b/src/decoders/trx-wspr/Cargo.toml index e7c46ac..a981fcb 100644 --- a/src/decoders/trx-wspr/Cargo.toml +++ b/src/decoders/trx-wspr/Cargo.toml @@ -1,4 +1,4 @@ -# SPDX-FileCopyrightText: 2026 Stanislaw Grams +# SPDX-FileCopyrightText: 2026 Stan Grams # # SPDX-License-Identifier: BSD-2-Clause diff --git a/src/decoders/trx-wspr/src/decoder.rs b/src/decoders/trx-wspr/src/decoder.rs index 3df6d16..43967f3 100644 --- a/src/decoders/trx-wspr/src/decoder.rs +++ b/src/decoders/trx-wspr/src/decoder.rs @@ -1,4 +1,4 @@ -// SPDX-FileCopyrightText: 2026 Stanislaw Grams +// SPDX-FileCopyrightText: 2026 Stan Grams // // SPDX-License-Identifier: BSD-2-Clause diff --git a/src/decoders/trx-wspr/src/lib.rs b/src/decoders/trx-wspr/src/lib.rs index c8ea0d9..040b54f 100644 --- a/src/decoders/trx-wspr/src/lib.rs +++ b/src/decoders/trx-wspr/src/lib.rs @@ -1,4 +1,4 @@ -// SPDX-FileCopyrightText: 2026 Stanislaw Grams +// SPDX-FileCopyrightText: 2026 Stan Grams // // SPDX-License-Identifier: BSD-2-Clause diff --git a/src/decoders/trx-wspr/src/protocol.rs b/src/decoders/trx-wspr/src/protocol.rs index 428b9a9..2095468 100644 --- a/src/decoders/trx-wspr/src/protocol.rs +++ b/src/decoders/trx-wspr/src/protocol.rs @@ -1,4 +1,4 @@ -// SPDX-FileCopyrightText: 2026 Stanislaw Grams +// SPDX-FileCopyrightText: 2026 Stan Grams // // SPDX-License-Identifier: BSD-2-Clause diff --git a/src/trx-app/Cargo.toml b/src/trx-app/Cargo.toml index a9467cd..f63f490 100644 --- a/src/trx-app/Cargo.toml +++ b/src/trx-app/Cargo.toml @@ -1,4 +1,4 @@ -# SPDX-FileCopyrightText: 2025 Stanislaw Grams +# SPDX-FileCopyrightText: 2026 Stan Grams # # SPDX-License-Identifier: BSD-2-Clause diff --git a/src/trx-app/src/config.rs b/src/trx-app/src/config.rs index c5d6bb9..99e5e60 100644 --- a/src/trx-app/src/config.rs +++ b/src/trx-app/src/config.rs @@ -1,4 +1,4 @@ -// SPDX-FileCopyrightText: 2025 Stanislaw Grams +// SPDX-FileCopyrightText: 2026 Stan Grams // // SPDX-License-Identifier: BSD-2-Clause diff --git a/src/trx-app/src/lib.rs b/src/trx-app/src/lib.rs index 931e981..9bebc04 100644 --- a/src/trx-app/src/lib.rs +++ b/src/trx-app/src/lib.rs @@ -1,4 +1,4 @@ -// SPDX-FileCopyrightText: 2025 Stanislaw Grams +// SPDX-FileCopyrightText: 2026 Stan Grams // // SPDX-License-Identifier: BSD-2-Clause diff --git a/src/trx-app/src/logging.rs b/src/trx-app/src/logging.rs index d5e574d..31958ac 100644 --- a/src/trx-app/src/logging.rs +++ b/src/trx-app/src/logging.rs @@ -1,4 +1,4 @@ -// SPDX-FileCopyrightText: 2025 Stanislaw Grams +// SPDX-FileCopyrightText: 2026 Stan Grams // // SPDX-License-Identifier: BSD-2-Clause diff --git a/src/trx-app/src/plugins.rs b/src/trx-app/src/plugins.rs index 4f0e1da..47cef7a 100644 --- a/src/trx-app/src/plugins.rs +++ b/src/trx-app/src/plugins.rs @@ -1,4 +1,4 @@ -// SPDX-FileCopyrightText: 2025 Stanislaw Grams +// SPDX-FileCopyrightText: 2026 Stan Grams // // SPDX-License-Identifier: BSD-2-Clause diff --git a/src/trx-app/src/util.rs b/src/trx-app/src/util.rs index dab78d4..4953238 100644 --- a/src/trx-app/src/util.rs +++ b/src/trx-app/src/util.rs @@ -1,4 +1,4 @@ -// SPDX-FileCopyrightText: 2025 Stanislaw Grams +// SPDX-FileCopyrightText: 2026 Stan Grams // // SPDX-License-Identifier: BSD-2-Clause diff --git a/src/trx-client/Cargo.toml b/src/trx-client/Cargo.toml index 518c6ae..5a19401 100644 --- a/src/trx-client/Cargo.toml +++ b/src/trx-client/Cargo.toml @@ -1,4 +1,4 @@ -# SPDX-FileCopyrightText: 2025 Stanislaw Grams +# SPDX-FileCopyrightText: 2026 Stan Grams # # SPDX-License-Identifier: BSD-2-Clause diff --git a/src/trx-client/src/audio_bridge.rs b/src/trx-client/src/audio_bridge.rs index 99602d5..dedf26a 100644 --- a/src/trx-client/src/audio_bridge.rs +++ b/src/trx-client/src/audio_bridge.rs @@ -1,4 +1,4 @@ -// SPDX-FileCopyrightText: 2026 Stanislaw Grams +// SPDX-FileCopyrightText: 2026 Stan Grams // // SPDX-License-Identifier: BSD-2-Clause diff --git a/src/trx-client/src/audio_client.rs b/src/trx-client/src/audio_client.rs index b2a8d06..a7589fa 100644 --- a/src/trx-client/src/audio_client.rs +++ b/src/trx-client/src/audio_client.rs @@ -1,4 +1,4 @@ -// SPDX-FileCopyrightText: 2025 Stanislaw Grams +// SPDX-FileCopyrightText: 2026 Stan Grams // // SPDX-License-Identifier: BSD-2-Clause diff --git a/src/trx-client/src/config.rs b/src/trx-client/src/config.rs index 3a8c2a8..10ad274 100644 --- a/src/trx-client/src/config.rs +++ b/src/trx-client/src/config.rs @@ -1,4 +1,4 @@ -// SPDX-FileCopyrightText: 2025 Stanislaw Grams +// SPDX-FileCopyrightText: 2026 Stan Grams // // SPDX-License-Identifier: BSD-2-Clause diff --git a/src/trx-client/src/main.rs b/src/trx-client/src/main.rs index 841015d..f00ccf3 100644 --- a/src/trx-client/src/main.rs +++ b/src/trx-client/src/main.rs @@ -1,4 +1,4 @@ -// SPDX-FileCopyrightText: 2025 Stanislaw Grams +// SPDX-FileCopyrightText: 2026 Stan Grams // // SPDX-License-Identifier: BSD-2-Clause diff --git a/src/trx-client/src/remote_client.rs b/src/trx-client/src/remote_client.rs index 19a59f4..9d2d43b 100644 --- a/src/trx-client/src/remote_client.rs +++ b/src/trx-client/src/remote_client.rs @@ -1,4 +1,4 @@ -// SPDX-FileCopyrightText: 2025 Stanislaw Grams +// SPDX-FileCopyrightText: 2026 Stan Grams // // SPDX-License-Identifier: BSD-2-Clause diff --git a/src/trx-client/trx-frontend/Cargo.toml b/src/trx-client/trx-frontend/Cargo.toml index 0bf1eb7..550fb55 100644 --- a/src/trx-client/trx-frontend/Cargo.toml +++ b/src/trx-client/trx-frontend/Cargo.toml @@ -1,4 +1,4 @@ -# SPDX-FileCopyrightText: 2025 Stanislaw Grams +# SPDX-FileCopyrightText: 2026 Stan Grams # # SPDX-License-Identifier: BSD-2-Clause diff --git a/src/trx-client/trx-frontend/src/lib.rs b/src/trx-client/trx-frontend/src/lib.rs index acfabc6..343d1fa 100644 --- a/src/trx-client/trx-frontend/src/lib.rs +++ b/src/trx-client/trx-frontend/src/lib.rs @@ -1,4 +1,4 @@ -// SPDX-FileCopyrightText: 2025 Stanislaw Grams +// SPDX-FileCopyrightText: 2026 Stan Grams // // SPDX-License-Identifier: BSD-2-Clause diff --git a/src/trx-client/trx-frontend/trx-frontend-http-json/Cargo.toml b/src/trx-client/trx-frontend/trx-frontend-http-json/Cargo.toml index 5c049ef..e1f6e3a 100644 --- a/src/trx-client/trx-frontend/trx-frontend-http-json/Cargo.toml +++ b/src/trx-client/trx-frontend/trx-frontend-http-json/Cargo.toml @@ -1,4 +1,4 @@ -# SPDX-FileCopyrightText: 2025 Stanislaw Grams +# SPDX-FileCopyrightText: 2026 Stan Grams # # SPDX-License-Identifier: BSD-2-Clause diff --git a/src/trx-client/trx-frontend/trx-frontend-http-json/src/lib.rs b/src/trx-client/trx-frontend/trx-frontend-http-json/src/lib.rs index b18fe1b..d090eb2 100644 --- a/src/trx-client/trx-frontend/trx-frontend-http-json/src/lib.rs +++ b/src/trx-client/trx-frontend/trx-frontend-http-json/src/lib.rs @@ -1,4 +1,4 @@ -// SPDX-FileCopyrightText: 2025 Stanislaw Grams +// SPDX-FileCopyrightText: 2026 Stan Grams // // SPDX-License-Identifier: BSD-2-Clause diff --git a/src/trx-client/trx-frontend/trx-frontend-http-json/src/server.rs b/src/trx-client/trx-frontend/trx-frontend-http-json/src/server.rs index 67144cf..771b6a1 100644 --- a/src/trx-client/trx-frontend/trx-frontend-http-json/src/server.rs +++ b/src/trx-client/trx-frontend/trx-frontend-http-json/src/server.rs @@ -1,4 +1,4 @@ -// SPDX-FileCopyrightText: 2025 Stanislaw Grams +// SPDX-FileCopyrightText: 2026 Stan Grams // // SPDX-License-Identifier: BSD-2-Clause diff --git a/src/trx-client/trx-frontend/trx-frontend-http/Cargo.toml b/src/trx-client/trx-frontend/trx-frontend-http/Cargo.toml index ef7d801..3f1ba79 100644 --- a/src/trx-client/trx-frontend/trx-frontend-http/Cargo.toml +++ b/src/trx-client/trx-frontend/trx-frontend-http/Cargo.toml @@ -1,4 +1,4 @@ -# SPDX-FileCopyrightText: 2025 Stanislaw Grams +# SPDX-FileCopyrightText: 2026 Stan Grams # # SPDX-License-Identifier: BSD-2-Clause diff --git a/src/trx-client/trx-frontend/trx-frontend-http/assets/web/plugins/background-decode.js b/src/trx-client/trx-frontend/trx-frontend-http/assets/web/plugins/background-decode.js index 630ab3a..63e67af 100644 --- a/src/trx-client/trx-frontend/trx-frontend-http/assets/web/plugins/background-decode.js +++ b/src/trx-client/trx-frontend/trx-frontend-http/assets/web/plugins/background-decode.js @@ -1,4 +1,4 @@ -// SPDX-FileCopyrightText: 2026 Stanislaw Grams +// SPDX-FileCopyrightText: 2026 Stan Grams // // SPDX-License-Identifier: BSD-2-Clause diff --git a/src/trx-client/trx-frontend/trx-frontend-http/assets/web/plugins/ft2.js b/src/trx-client/trx-frontend/trx-frontend-http/assets/web/plugins/ft2.js index ab6d1c9..60af55c 100644 --- a/src/trx-client/trx-frontend/trx-frontend-http/assets/web/plugins/ft2.js +++ b/src/trx-client/trx-frontend/trx-frontend-http/assets/web/plugins/ft2.js @@ -1,5 +1,5 @@ // --- FT2 Decoder Plugin (server-side decode) --- -// SPDX-FileCopyrightText: 2026 Stanislaw Grams +// SPDX-FileCopyrightText: 2026 Stan Grams // SPDX-License-Identifier: BSD-2-Clause function ft8RenderMessageFt2(message) { diff --git a/src/trx-client/trx-frontend/trx-frontend-http/assets/web/plugins/ft4.js b/src/trx-client/trx-frontend/trx-frontend-http/assets/web/plugins/ft4.js index ba85dfe..4e15164 100644 --- a/src/trx-client/trx-frontend/trx-frontend-http/assets/web/plugins/ft4.js +++ b/src/trx-client/trx-frontend/trx-frontend-http/assets/web/plugins/ft4.js @@ -1,5 +1,5 @@ // --- FT4 Decoder Plugin (server-side decode) --- -// SPDX-FileCopyrightText: 2026 Stanislaw Grams +// SPDX-FileCopyrightText: 2026 Stan Grams // SPDX-License-Identifier: BSD-2-Clause function ft8RenderMessage(message) { diff --git a/src/trx-client/trx-frontend/trx-frontend-http/assets/web/plugins/scheduler.js b/src/trx-client/trx-frontend/trx-frontend-http/assets/web/plugins/scheduler.js index 61077f2..1869959 100644 --- a/src/trx-client/trx-frontend/trx-frontend-http/assets/web/plugins/scheduler.js +++ b/src/trx-client/trx-frontend/trx-frontend-http/assets/web/plugins/scheduler.js @@ -1,4 +1,4 @@ -// SPDX-FileCopyrightText: 2025 Stanislaw Grams +// SPDX-FileCopyrightText: 2026 Stan Grams // // SPDX-License-Identifier: BSD-2-Clause diff --git a/src/trx-client/trx-frontend/trx-frontend-http/assets/web/plugins/vchan.js b/src/trx-client/trx-frontend/trx-frontend-http/assets/web/plugins/vchan.js index 62f6310..06f6033 100644 --- a/src/trx-client/trx-frontend/trx-frontend-http/assets/web/plugins/vchan.js +++ b/src/trx-client/trx-frontend/trx-frontend-http/assets/web/plugins/vchan.js @@ -1,4 +1,4 @@ -// SPDX-FileCopyrightText: 2025 Stanislaw Grams +// SPDX-FileCopyrightText: 2026 Stan Grams // // SPDX-License-Identifier: BSD-2-Clause diff --git a/src/trx-client/trx-frontend/trx-frontend-http/src/api.rs b/src/trx-client/trx-frontend/trx-frontend-http/src/api.rs index dee0a79..63b6e6a 100644 --- a/src/trx-client/trx-frontend/trx-frontend-http/src/api.rs +++ b/src/trx-client/trx-frontend/trx-frontend-http/src/api.rs @@ -1,4 +1,4 @@ -// SPDX-FileCopyrightText: 2025 Stanislaw Grams +// SPDX-FileCopyrightText: 2026 Stan Grams // // SPDX-License-Identifier: BSD-2-Clause diff --git a/src/trx-client/trx-frontend/trx-frontend-http/src/audio.rs b/src/trx-client/trx-frontend/trx-frontend-http/src/audio.rs index 39999b6..0284b33 100644 --- a/src/trx-client/trx-frontend/trx-frontend-http/src/audio.rs +++ b/src/trx-client/trx-frontend/trx-frontend-http/src/audio.rs @@ -1,4 +1,4 @@ -// SPDX-FileCopyrightText: 2025 Stanislaw Grams +// SPDX-FileCopyrightText: 2026 Stan Grams // // SPDX-License-Identifier: BSD-2-Clause diff --git a/src/trx-client/trx-frontend/trx-frontend-http/src/auth.rs b/src/trx-client/trx-frontend/trx-frontend-http/src/auth.rs index 1550d84..8aa5399 100644 --- a/src/trx-client/trx-frontend/trx-frontend-http/src/auth.rs +++ b/src/trx-client/trx-frontend/trx-frontend-http/src/auth.rs @@ -1,4 +1,4 @@ -// SPDX-FileCopyrightText: 2025 Stanislaw Grams +// SPDX-FileCopyrightText: 2026 Stan Grams // // SPDX-License-Identifier: BSD-2-Clause diff --git a/src/trx-client/trx-frontend/trx-frontend-http/src/background_decode.rs b/src/trx-client/trx-frontend/trx-frontend-http/src/background_decode.rs index c0a0def..26261a6 100644 --- a/src/trx-client/trx-frontend/trx-frontend-http/src/background_decode.rs +++ b/src/trx-client/trx-frontend/trx-frontend-http/src/background_decode.rs @@ -1,4 +1,4 @@ -// SPDX-FileCopyrightText: 2026 Stanislaw Grams +// SPDX-FileCopyrightText: 2026 Stan Grams // // SPDX-License-Identifier: BSD-2-Clause diff --git a/src/trx-client/trx-frontend/trx-frontend-http/src/bookmarks.rs b/src/trx-client/trx-frontend/trx-frontend-http/src/bookmarks.rs index a5de79e..2bdb775 100644 --- a/src/trx-client/trx-frontend/trx-frontend-http/src/bookmarks.rs +++ b/src/trx-client/trx-frontend/trx-frontend-http/src/bookmarks.rs @@ -1,4 +1,4 @@ -// SPDX-FileCopyrightText: 2025 Stanislaw Grams +// SPDX-FileCopyrightText: 2026 Stan Grams // // SPDX-License-Identifier: BSD-2-Clause diff --git a/src/trx-client/trx-frontend/trx-frontend-http/src/lib.rs b/src/trx-client/trx-frontend/trx-frontend-http/src/lib.rs index ee98e27..13c8a94 100644 --- a/src/trx-client/trx-frontend/trx-frontend-http/src/lib.rs +++ b/src/trx-client/trx-frontend/trx-frontend-http/src/lib.rs @@ -1,4 +1,4 @@ -// SPDX-FileCopyrightText: 2025 Stanislaw Grams +// SPDX-FileCopyrightText: 2026 Stan Grams // // SPDX-License-Identifier: BSD-2-Clause diff --git a/src/trx-client/trx-frontend/trx-frontend-http/src/scheduler.rs b/src/trx-client/trx-frontend/trx-frontend-http/src/scheduler.rs index 8832712..3c9ad9e 100644 --- a/src/trx-client/trx-frontend/trx-frontend-http/src/scheduler.rs +++ b/src/trx-client/trx-frontend/trx-frontend-http/src/scheduler.rs @@ -1,4 +1,4 @@ -// SPDX-FileCopyrightText: 2025 Stanislaw Grams +// SPDX-FileCopyrightText: 2026 Stan Grams // // SPDX-License-Identifier: BSD-2-Clause diff --git a/src/trx-client/trx-frontend/trx-frontend-http/src/server.rs b/src/trx-client/trx-frontend/trx-frontend-http/src/server.rs index bb09f96..8b4a113 100644 --- a/src/trx-client/trx-frontend/trx-frontend-http/src/server.rs +++ b/src/trx-client/trx-frontend/trx-frontend-http/src/server.rs @@ -1,4 +1,4 @@ -// SPDX-FileCopyrightText: 2025 Stanislaw Grams +// SPDX-FileCopyrightText: 2026 Stan Grams // // SPDX-License-Identifier: BSD-2-Clause diff --git a/src/trx-client/trx-frontend/trx-frontend-http/src/status.rs b/src/trx-client/trx-frontend/trx-frontend-http/src/status.rs index d6cb1d4..c913551 100644 --- a/src/trx-client/trx-frontend/trx-frontend-http/src/status.rs +++ b/src/trx-client/trx-frontend/trx-frontend-http/src/status.rs @@ -1,4 +1,4 @@ -// SPDX-FileCopyrightText: 2025 Stanislaw Grams +// SPDX-FileCopyrightText: 2026 Stan Grams // // SPDX-License-Identifier: BSD-2-Clause diff --git a/src/trx-client/trx-frontend/trx-frontend-http/src/vchan.rs b/src/trx-client/trx-frontend/trx-frontend-http/src/vchan.rs index b6384b0..d73ce23 100644 --- a/src/trx-client/trx-frontend/trx-frontend-http/src/vchan.rs +++ b/src/trx-client/trx-frontend/trx-frontend-http/src/vchan.rs @@ -1,4 +1,4 @@ -// SPDX-FileCopyrightText: 2025 Stanislaw Grams +// SPDX-FileCopyrightText: 2026 Stan Grams // // SPDX-License-Identifier: BSD-2-Clause diff --git a/src/trx-client/trx-frontend/trx-frontend-rigctl/Cargo.toml b/src/trx-client/trx-frontend/trx-frontend-rigctl/Cargo.toml index 24f4986..62d4fd1 100644 --- a/src/trx-client/trx-frontend/trx-frontend-rigctl/Cargo.toml +++ b/src/trx-client/trx-frontend/trx-frontend-rigctl/Cargo.toml @@ -1,4 +1,4 @@ -# SPDX-FileCopyrightText: 2025 Stanislaw Grams +# SPDX-FileCopyrightText: 2026 Stan Grams # # SPDX-License-Identifier: BSD-2-Clause diff --git a/src/trx-client/trx-frontend/trx-frontend-rigctl/src/lib.rs b/src/trx-client/trx-frontend/trx-frontend-rigctl/src/lib.rs index 3bb0c5f..2221244 100644 --- a/src/trx-client/trx-frontend/trx-frontend-rigctl/src/lib.rs +++ b/src/trx-client/trx-frontend/trx-frontend-rigctl/src/lib.rs @@ -1,4 +1,4 @@ -// SPDX-FileCopyrightText: 2025 Stanislaw Grams +// SPDX-FileCopyrightText: 2026 Stan Grams // // SPDX-License-Identifier: BSD-2-Clause diff --git a/src/trx-client/trx-frontend/trx-frontend-rigctl/src/server.rs b/src/trx-client/trx-frontend/trx-frontend-rigctl/src/server.rs index ce472ad..d3789d0 100644 --- a/src/trx-client/trx-frontend/trx-frontend-rigctl/src/server.rs +++ b/src/trx-client/trx-frontend/trx-frontend-rigctl/src/server.rs @@ -1,4 +1,4 @@ -// SPDX-FileCopyrightText: 2025 Stanislaw Grams +// SPDX-FileCopyrightText: 2026 Stan Grams // // SPDX-License-Identifier: BSD-2-Clause diff --git a/src/trx-core/Cargo.toml b/src/trx-core/Cargo.toml index f8e5975..cae1bb6 100644 --- a/src/trx-core/Cargo.toml +++ b/src/trx-core/Cargo.toml @@ -1,4 +1,4 @@ -# SPDX-FileCopyrightText: 2025 Stanislaw Grams +# SPDX-FileCopyrightText: 2026 Stan Grams # # SPDX-License-Identifier: BSD-2-Clause diff --git a/src/trx-core/src/audio.rs b/src/trx-core/src/audio.rs index a0e7945..a33c49e 100644 --- a/src/trx-core/src/audio.rs +++ b/src/trx-core/src/audio.rs @@ -1,4 +1,4 @@ -// SPDX-FileCopyrightText: 2025 Stanislaw Grams +// SPDX-FileCopyrightText: 2026 Stan Grams // // SPDX-License-Identifier: BSD-2-Clause diff --git a/src/trx-core/src/decode.rs b/src/trx-core/src/decode.rs index 6d5117f..2fba21d 100644 --- a/src/trx-core/src/decode.rs +++ b/src/trx-core/src/decode.rs @@ -1,4 +1,4 @@ -// SPDX-FileCopyrightText: 2025 Stanislaw Grams +// SPDX-FileCopyrightText: 2026 Stan Grams // // SPDX-License-Identifier: BSD-2-Clause diff --git a/src/trx-core/src/lib.rs b/src/trx-core/src/lib.rs index e1305f8..8b32d44 100644 --- a/src/trx-core/src/lib.rs +++ b/src/trx-core/src/lib.rs @@ -1,4 +1,4 @@ -// SPDX-FileCopyrightText: 2025 Stanislaw Grams +// SPDX-FileCopyrightText: 2026 Stan Grams // // SPDX-License-Identifier: BSD-2-Clause diff --git a/src/trx-core/src/math/bcd.rs b/src/trx-core/src/math/bcd.rs index cd16c91..0f0e052 100644 --- a/src/trx-core/src/math/bcd.rs +++ b/src/trx-core/src/math/bcd.rs @@ -1,4 +1,4 @@ -// SPDX-FileCopyrightText: 2025 Stanislaw Grams +// SPDX-FileCopyrightText: 2026 Stan Grams // // SPDX-License-Identifier: BSD-2-Clause diff --git a/src/trx-core/src/math/mod.rs b/src/trx-core/src/math/mod.rs index 22fbbf1..2b498dd 100644 --- a/src/trx-core/src/math/mod.rs +++ b/src/trx-core/src/math/mod.rs @@ -1,4 +1,4 @@ -// SPDX-FileCopyrightText: 2025 Stanislaw Grams +// SPDX-FileCopyrightText: 2026 Stan Grams // // SPDX-License-Identifier: BSD-2-Clause diff --git a/src/trx-core/src/radio/freq.rs b/src/trx-core/src/radio/freq.rs index e583b1c..6a9f79f 100644 --- a/src/trx-core/src/radio/freq.rs +++ b/src/trx-core/src/radio/freq.rs @@ -1,4 +1,4 @@ -// SPDX-FileCopyrightText: 2025 Stanislaw Grams +// SPDX-FileCopyrightText: 2026 Stan Grams // // SPDX-License-Identifier: BSD-2-Clause diff --git a/src/trx-core/src/radio/mod.rs b/src/trx-core/src/radio/mod.rs index b40c5e9..7feda1b 100644 --- a/src/trx-core/src/radio/mod.rs +++ b/src/trx-core/src/radio/mod.rs @@ -1,4 +1,4 @@ -// SPDX-FileCopyrightText: 2025 Stanislaw Grams +// SPDX-FileCopyrightText: 2026 Stan Grams // // SPDX-License-Identifier: BSD-2-Clause diff --git a/src/trx-core/src/rig/command.rs b/src/trx-core/src/rig/command.rs index 1f55a05..8abb896 100644 --- a/src/trx-core/src/rig/command.rs +++ b/src/trx-core/src/rig/command.rs @@ -1,4 +1,4 @@ -// SPDX-FileCopyrightText: 2025 Stanislaw Grams +// SPDX-FileCopyrightText: 2026 Stan Grams // // SPDX-License-Identifier: BSD-2-Clause diff --git a/src/trx-core/src/rig/controller/events.rs b/src/trx-core/src/rig/controller/events.rs index 4a75052..46c7803 100644 --- a/src/trx-core/src/rig/controller/events.rs +++ b/src/trx-core/src/rig/controller/events.rs @@ -1,4 +1,4 @@ -// SPDX-FileCopyrightText: 2025 Stanislaw Grams +// SPDX-FileCopyrightText: 2026 Stan Grams // // SPDX-License-Identifier: BSD-2-Clause diff --git a/src/trx-core/src/rig/controller/executor.rs b/src/trx-core/src/rig/controller/executor.rs index d2546c9..1958a68 100644 --- a/src/trx-core/src/rig/controller/executor.rs +++ b/src/trx-core/src/rig/controller/executor.rs @@ -1,4 +1,4 @@ -// SPDX-FileCopyrightText: 2025 Stanislaw Grams +// SPDX-FileCopyrightText: 2026 Stan Grams // // SPDX-License-Identifier: BSD-2-Clause diff --git a/src/trx-core/src/rig/controller/handlers.rs b/src/trx-core/src/rig/controller/handlers.rs index 8711774..c29a697 100644 --- a/src/trx-core/src/rig/controller/handlers.rs +++ b/src/trx-core/src/rig/controller/handlers.rs @@ -1,4 +1,4 @@ -// SPDX-FileCopyrightText: 2025 Stanislaw Grams +// SPDX-FileCopyrightText: 2026 Stan Grams // // SPDX-License-Identifier: BSD-2-Clause diff --git a/src/trx-core/src/rig/controller/machine.rs b/src/trx-core/src/rig/controller/machine.rs index 9b4b55d..5e38754 100644 --- a/src/trx-core/src/rig/controller/machine.rs +++ b/src/trx-core/src/rig/controller/machine.rs @@ -1,4 +1,4 @@ -// SPDX-FileCopyrightText: 2025 Stanislaw Grams +// SPDX-FileCopyrightText: 2026 Stan Grams // // SPDX-License-Identifier: BSD-2-Clause diff --git a/src/trx-core/src/rig/controller/mod.rs b/src/trx-core/src/rig/controller/mod.rs index 592431a..244aefa 100644 --- a/src/trx-core/src/rig/controller/mod.rs +++ b/src/trx-core/src/rig/controller/mod.rs @@ -1,4 +1,4 @@ -// SPDX-FileCopyrightText: 2025 Stanislaw Grams +// SPDX-FileCopyrightText: 2026 Stan Grams // // SPDX-License-Identifier: BSD-2-Clause diff --git a/src/trx-core/src/rig/controller/policies.rs b/src/trx-core/src/rig/controller/policies.rs index a5c615d..085e916 100644 --- a/src/trx-core/src/rig/controller/policies.rs +++ b/src/trx-core/src/rig/controller/policies.rs @@ -1,4 +1,4 @@ -// SPDX-FileCopyrightText: 2025 Stanislaw Grams +// SPDX-FileCopyrightText: 2026 Stan Grams // // SPDX-License-Identifier: BSD-2-Clause diff --git a/src/trx-core/src/rig/mod.rs b/src/trx-core/src/rig/mod.rs index efd229f..a873092 100644 --- a/src/trx-core/src/rig/mod.rs +++ b/src/trx-core/src/rig/mod.rs @@ -1,4 +1,4 @@ -// SPDX-FileCopyrightText: 2025 Stanislaw Grams +// SPDX-FileCopyrightText: 2026 Stan Grams // // SPDX-License-Identifier: BSD-2-Clause diff --git a/src/trx-core/src/rig/request.rs b/src/trx-core/src/rig/request.rs index 1212409..132beb7 100644 --- a/src/trx-core/src/rig/request.rs +++ b/src/trx-core/src/rig/request.rs @@ -1,4 +1,4 @@ -// SPDX-FileCopyrightText: 2025 Stanislaw Grams +// SPDX-FileCopyrightText: 2026 Stan Grams // // SPDX-License-Identifier: BSD-2-Clause diff --git a/src/trx-core/src/rig/response.rs b/src/trx-core/src/rig/response.rs index ab2a3df..daccf17 100644 --- a/src/trx-core/src/rig/response.rs +++ b/src/trx-core/src/rig/response.rs @@ -1,4 +1,4 @@ -// SPDX-FileCopyrightText: 2025 Stanislaw Grams +// SPDX-FileCopyrightText: 2026 Stan Grams // // SPDX-License-Identifier: BSD-2-Clause diff --git a/src/trx-core/src/rig/state.rs b/src/trx-core/src/rig/state.rs index be1cf2b..d7486f0 100644 --- a/src/trx-core/src/rig/state.rs +++ b/src/trx-core/src/rig/state.rs @@ -1,4 +1,4 @@ -// SPDX-FileCopyrightText: 2025 Stanislaw Grams +// SPDX-FileCopyrightText: 2026 Stan Grams // // SPDX-License-Identifier: BSD-2-Clause diff --git a/src/trx-core/src/vchan.rs b/src/trx-core/src/vchan.rs index 1f64c37..e1cf97b 100644 --- a/src/trx-core/src/vchan.rs +++ b/src/trx-core/src/vchan.rs @@ -1,4 +1,4 @@ -// SPDX-FileCopyrightText: 2025 Stanislaw Grams +// SPDX-FileCopyrightText: 2026 Stan Grams // // SPDX-License-Identifier: BSD-2-Clause diff --git a/src/trx-protocol/Cargo.toml b/src/trx-protocol/Cargo.toml index 1295422..5ddec5d 100644 --- a/src/trx-protocol/Cargo.toml +++ b/src/trx-protocol/Cargo.toml @@ -1,4 +1,4 @@ -# SPDX-FileCopyrightText: 2025 Stanislaw Grams +# SPDX-FileCopyrightText: 2026 Stan Grams # # SPDX-License-Identifier: BSD-2-Clause diff --git a/src/trx-protocol/src/auth.rs b/src/trx-protocol/src/auth.rs index 7dd9724..e1ef5b6 100644 --- a/src/trx-protocol/src/auth.rs +++ b/src/trx-protocol/src/auth.rs @@ -1,4 +1,4 @@ -// SPDX-FileCopyrightText: 2025 Stanislaw Grams +// SPDX-FileCopyrightText: 2026 Stan Grams // // SPDX-License-Identifier: BSD-2-Clause diff --git a/src/trx-protocol/src/codec.rs b/src/trx-protocol/src/codec.rs index b16dd09..65386c2 100644 --- a/src/trx-protocol/src/codec.rs +++ b/src/trx-protocol/src/codec.rs @@ -1,4 +1,4 @@ -// SPDX-FileCopyrightText: 2025 Stanislaw Grams +// SPDX-FileCopyrightText: 2026 Stan Grams // // SPDX-License-Identifier: BSD-2-Clause diff --git a/src/trx-protocol/src/lib.rs b/src/trx-protocol/src/lib.rs index 426cb43..a4952cb 100644 --- a/src/trx-protocol/src/lib.rs +++ b/src/trx-protocol/src/lib.rs @@ -1,4 +1,4 @@ -// SPDX-FileCopyrightText: 2025 Stanislaw Grams +// SPDX-FileCopyrightText: 2026 Stan Grams // // SPDX-License-Identifier: BSD-2-Clause diff --git a/src/trx-protocol/src/mapping.rs b/src/trx-protocol/src/mapping.rs index d177ae6..964e40d 100644 --- a/src/trx-protocol/src/mapping.rs +++ b/src/trx-protocol/src/mapping.rs @@ -1,4 +1,4 @@ -// SPDX-FileCopyrightText: 2025 Stanislaw Grams +// SPDX-FileCopyrightText: 2026 Stan Grams // // SPDX-License-Identifier: BSD-2-Clause diff --git a/src/trx-protocol/src/types.rs b/src/trx-protocol/src/types.rs index affc1a7..929cfac 100644 --- a/src/trx-protocol/src/types.rs +++ b/src/trx-protocol/src/types.rs @@ -1,4 +1,4 @@ -// SPDX-FileCopyrightText: 2025 Stanislaw Grams +// SPDX-FileCopyrightText: 2026 Stan Grams // // SPDX-License-Identifier: BSD-2-Clause diff --git a/src/trx-reporting/Cargo.toml b/src/trx-reporting/Cargo.toml index 81ee993..e054ab7 100644 --- a/src/trx-reporting/Cargo.toml +++ b/src/trx-reporting/Cargo.toml @@ -1,4 +1,4 @@ -# SPDX-FileCopyrightText: 2026 Stanislaw Grams +# SPDX-FileCopyrightText: 2026 Stan Grams # # SPDX-License-Identifier: BSD-2-Clause diff --git a/src/trx-reporting/src/aprsfi.rs b/src/trx-reporting/src/aprsfi.rs index 0f196c1..0533159 100644 --- a/src/trx-reporting/src/aprsfi.rs +++ b/src/trx-reporting/src/aprsfi.rs @@ -1,4 +1,4 @@ -// SPDX-FileCopyrightText: 2026 Stanislaw Grams +// SPDX-FileCopyrightText: 2026 Stan Grams // // SPDX-License-Identifier: BSD-2-Clause diff --git a/src/trx-reporting/src/lib.rs b/src/trx-reporting/src/lib.rs index f31b3b9..5b9badb 100644 --- a/src/trx-reporting/src/lib.rs +++ b/src/trx-reporting/src/lib.rs @@ -1,4 +1,4 @@ -// SPDX-FileCopyrightText: 2026 Stanislaw Grams +// SPDX-FileCopyrightText: 2026 Stan Grams // // SPDX-License-Identifier: BSD-2-Clause diff --git a/src/trx-reporting/src/pskreporter.rs b/src/trx-reporting/src/pskreporter.rs index 13e4a3d..cb7b0e3 100644 --- a/src/trx-reporting/src/pskreporter.rs +++ b/src/trx-reporting/src/pskreporter.rs @@ -1,4 +1,4 @@ -// SPDX-FileCopyrightText: 2026 Stanislaw Grams +// SPDX-FileCopyrightText: 2026 Stan Grams // // SPDX-License-Identifier: BSD-2-Clause diff --git a/src/trx-server/Cargo.toml b/src/trx-server/Cargo.toml index b8082e8..9d38e1b 100644 --- a/src/trx-server/Cargo.toml +++ b/src/trx-server/Cargo.toml @@ -1,4 +1,4 @@ -# SPDX-FileCopyrightText: 2025 Stanislaw Grams +# SPDX-FileCopyrightText: 2026 Stan Grams # # SPDX-License-Identifier: BSD-2-Clause diff --git a/src/trx-server/src/audio.rs b/src/trx-server/src/audio.rs index 6cc9e13..829d5e5 100644 --- a/src/trx-server/src/audio.rs +++ b/src/trx-server/src/audio.rs @@ -1,4 +1,4 @@ -// SPDX-FileCopyrightText: 2025 Stanislaw Grams +// SPDX-FileCopyrightText: 2026 Stan Grams // // SPDX-License-Identifier: BSD-2-Clause diff --git a/src/trx-server/src/config.rs b/src/trx-server/src/config.rs index ce4c5a0..321cc07 100644 --- a/src/trx-server/src/config.rs +++ b/src/trx-server/src/config.rs @@ -1,4 +1,4 @@ -// SPDX-FileCopyrightText: 2025 Stanislaw Grams +// SPDX-FileCopyrightText: 2026 Stan Grams // // SPDX-License-Identifier: BSD-2-Clause diff --git a/src/trx-server/src/error.rs b/src/trx-server/src/error.rs index 45240a0..0491cca 100644 --- a/src/trx-server/src/error.rs +++ b/src/trx-server/src/error.rs @@ -1,4 +1,4 @@ -// SPDX-FileCopyrightText: 2025 Stanislaw Grams +// SPDX-FileCopyrightText: 2026 Stan Grams // // SPDX-License-Identifier: BSD-2-Clause diff --git a/src/trx-server/src/history_store.rs b/src/trx-server/src/history_store.rs index 306b7f0..9ae41e6 100644 --- a/src/trx-server/src/history_store.rs +++ b/src/trx-server/src/history_store.rs @@ -1,4 +1,4 @@ -// SPDX-FileCopyrightText: 2025 Stanislaw Grams +// SPDX-FileCopyrightText: 2026 Stan Grams // // SPDX-License-Identifier: BSD-2-Clause diff --git a/src/trx-server/src/listener.rs b/src/trx-server/src/listener.rs index 1cc5f64..900654c 100644 --- a/src/trx-server/src/listener.rs +++ b/src/trx-server/src/listener.rs @@ -1,4 +1,4 @@ -// SPDX-FileCopyrightText: 2025 Stanislaw Grams +// SPDX-FileCopyrightText: 2026 Stan Grams // // SPDX-License-Identifier: BSD-2-Clause diff --git a/src/trx-server/src/main.rs b/src/trx-server/src/main.rs index 0c36f0e..949bcaa 100644 --- a/src/trx-server/src/main.rs +++ b/src/trx-server/src/main.rs @@ -1,4 +1,4 @@ -// SPDX-FileCopyrightText: 2025 Stanislaw Grams +// SPDX-FileCopyrightText: 2026 Stan Grams // // SPDX-License-Identifier: BSD-2-Clause diff --git a/src/trx-server/src/rig_handle.rs b/src/trx-server/src/rig_handle.rs index acef2db..e12227a 100644 --- a/src/trx-server/src/rig_handle.rs +++ b/src/trx-server/src/rig_handle.rs @@ -1,4 +1,4 @@ -// SPDX-FileCopyrightText: 2025 Stanislaw Grams +// SPDX-FileCopyrightText: 2026 Stan Grams // // SPDX-License-Identifier: BSD-2-Clause diff --git a/src/trx-server/src/rig_task.rs b/src/trx-server/src/rig_task.rs index ab4b9bb..90e98e7 100644 --- a/src/trx-server/src/rig_task.rs +++ b/src/trx-server/src/rig_task.rs @@ -1,4 +1,4 @@ -// SPDX-FileCopyrightText: 2025 Stanislaw Grams +// SPDX-FileCopyrightText: 2026 Stan Grams // // SPDX-License-Identifier: BSD-2-Clause diff --git a/src/trx-server/trx-backend/Cargo.toml b/src/trx-server/trx-backend/Cargo.toml index 70afe66..ea4d6fd 100644 --- a/src/trx-server/trx-backend/Cargo.toml +++ b/src/trx-server/trx-backend/Cargo.toml @@ -1,4 +1,4 @@ -# SPDX-FileCopyrightText: 2025 Stanislaw Grams +# SPDX-FileCopyrightText: 2026 Stan Grams # # SPDX-License-Identifier: BSD-2-Clause diff --git a/src/trx-server/trx-backend/src/dummy.rs b/src/trx-server/trx-backend/src/dummy.rs index 6536df1..15df400 100644 --- a/src/trx-server/trx-backend/src/dummy.rs +++ b/src/trx-server/trx-backend/src/dummy.rs @@ -1,4 +1,4 @@ -// SPDX-FileCopyrightText: 2025 Stanislaw Grams +// SPDX-FileCopyrightText: 2026 Stan Grams // // SPDX-License-Identifier: BSD-2-Clause diff --git a/src/trx-server/trx-backend/src/lib.rs b/src/trx-server/trx-backend/src/lib.rs index 86c41a4..b38efdd 100644 --- a/src/trx-server/trx-backend/src/lib.rs +++ b/src/trx-server/trx-backend/src/lib.rs @@ -1,4 +1,4 @@ -// SPDX-FileCopyrightText: 2025 Stanislaw Grams +// SPDX-FileCopyrightText: 2026 Stan Grams // // SPDX-License-Identifier: BSD-2-Clause diff --git a/src/trx-server/trx-backend/src/vchan.rs b/src/trx-server/trx-backend/src/vchan.rs index 53fbe2e..ba0437a 100644 --- a/src/trx-server/trx-backend/src/vchan.rs +++ b/src/trx-server/trx-backend/src/vchan.rs @@ -1,4 +1,4 @@ -// SPDX-FileCopyrightText: 2025 Stanislaw Grams +// SPDX-FileCopyrightText: 2026 Stan Grams // // SPDX-License-Identifier: BSD-2-Clause diff --git a/src/trx-server/trx-backend/trx-backend-ft450d/Cargo.toml b/src/trx-server/trx-backend/trx-backend-ft450d/Cargo.toml index 8217b8d..8dcd135 100644 --- a/src/trx-server/trx-backend/trx-backend-ft450d/Cargo.toml +++ b/src/trx-server/trx-backend/trx-backend-ft450d/Cargo.toml @@ -1,4 +1,4 @@ -# SPDX-FileCopyrightText: 2025 Stanislaw Grams +# SPDX-FileCopyrightText: 2026 Stan Grams # # SPDX-License-Identifier: BSD-2-Clause diff --git a/src/trx-server/trx-backend/trx-backend-ft450d/src/lib.rs b/src/trx-server/trx-backend/trx-backend-ft450d/src/lib.rs index 9450ac5..0e3176e 100644 --- a/src/trx-server/trx-backend/trx-backend-ft450d/src/lib.rs +++ b/src/trx-server/trx-backend/trx-backend-ft450d/src/lib.rs @@ -1,4 +1,4 @@ -// SPDX-FileCopyrightText: 2025 Stanislaw Grams +// SPDX-FileCopyrightText: 2026 Stan Grams // // SPDX-License-Identifier: BSD-2-Clause diff --git a/src/trx-server/trx-backend/trx-backend-ft817/Cargo.toml b/src/trx-server/trx-backend/trx-backend-ft817/Cargo.toml index 147abca..6222165 100644 --- a/src/trx-server/trx-backend/trx-backend-ft817/Cargo.toml +++ b/src/trx-server/trx-backend/trx-backend-ft817/Cargo.toml @@ -1,4 +1,4 @@ -# SPDX-FileCopyrightText: 2025 Stanislaw Grams +# SPDX-FileCopyrightText: 2026 Stan Grams # # SPDX-License-Identifier: BSD-2-Clause diff --git a/src/trx-server/trx-backend/trx-backend-ft817/src/lib.rs b/src/trx-server/trx-backend/trx-backend-ft817/src/lib.rs index 6142c7e..62135bf 100644 --- a/src/trx-server/trx-backend/trx-backend-ft817/src/lib.rs +++ b/src/trx-server/trx-backend/trx-backend-ft817/src/lib.rs @@ -1,4 +1,4 @@ -// SPDX-FileCopyrightText: 2025 Stanislaw Grams +// SPDX-FileCopyrightText: 2026 Stan Grams // // SPDX-License-Identifier: BSD-2-Clause diff --git a/src/trx-server/trx-backend/trx-backend-soapysdr/Cargo.toml b/src/trx-server/trx-backend/trx-backend-soapysdr/Cargo.toml index 12e3e12..0934c83 100644 --- a/src/trx-server/trx-backend/trx-backend-soapysdr/Cargo.toml +++ b/src/trx-server/trx-backend/trx-backend-soapysdr/Cargo.toml @@ -1,4 +1,4 @@ -# SPDX-FileCopyrightText: 2025 Stanislaw Grams +# SPDX-FileCopyrightText: 2026 Stan Grams # # SPDX-License-Identifier: BSD-2-Clause diff --git a/src/trx-server/trx-backend/trx-backend-soapysdr/src/demod.rs b/src/trx-server/trx-backend/trx-backend-soapysdr/src/demod.rs index 3799186..08a539c 100644 --- a/src/trx-server/trx-backend/trx-backend-soapysdr/src/demod.rs +++ b/src/trx-server/trx-backend/trx-backend-soapysdr/src/demod.rs @@ -1,4 +1,4 @@ -// SPDX-FileCopyrightText: 2025 Stanislaw Grams +// SPDX-FileCopyrightText: 2026 Stan Grams // // SPDX-License-Identifier: BSD-2-Clause diff --git a/src/trx-server/trx-backend/trx-backend-soapysdr/src/demod/am.rs b/src/trx-server/trx-backend/trx-backend-soapysdr/src/demod/am.rs index 4320954..630d54a 100644 --- a/src/trx-server/trx-backend/trx-backend-soapysdr/src/demod/am.rs +++ b/src/trx-server/trx-backend/trx-backend-soapysdr/src/demod/am.rs @@ -1,4 +1,4 @@ -// SPDX-FileCopyrightText: 2025 Stanislaw Grams +// SPDX-FileCopyrightText: 2026 Stan Grams // // SPDX-License-Identifier: BSD-2-Clause diff --git a/src/trx-server/trx-backend/trx-backend-soapysdr/src/demod/amcquam.rs b/src/trx-server/trx-backend/trx-backend-soapysdr/src/demod/amcquam.rs index 45e7fe1..76ca7c1 100644 --- a/src/trx-server/trx-backend/trx-backend-soapysdr/src/demod/amcquam.rs +++ b/src/trx-server/trx-backend/trx-backend-soapysdr/src/demod/amcquam.rs @@ -1,4 +1,4 @@ -// SPDX-FileCopyrightText: 2025 Stanislaw Grams +// SPDX-FileCopyrightText: 2026 Stan Grams // // SPDX-License-Identifier: BSD-2-Clause diff --git a/src/trx-server/trx-backend/trx-backend-soapysdr/src/demod/fm.rs b/src/trx-server/trx-backend/trx-backend-soapysdr/src/demod/fm.rs index 4930e82..92ff6a2 100644 --- a/src/trx-server/trx-backend/trx-backend-soapysdr/src/demod/fm.rs +++ b/src/trx-server/trx-backend/trx-backend-soapysdr/src/demod/fm.rs @@ -1,4 +1,4 @@ -// SPDX-FileCopyrightText: 2025 Stanislaw Grams +// SPDX-FileCopyrightText: 2026 Stan Grams // // SPDX-License-Identifier: BSD-2-Clause diff --git a/src/trx-server/trx-backend/trx-backend-soapysdr/src/demod/math.rs b/src/trx-server/trx-backend/trx-backend-soapysdr/src/demod/math.rs index 2d54fef..2add10e 100644 --- a/src/trx-server/trx-backend/trx-backend-soapysdr/src/demod/math.rs +++ b/src/trx-server/trx-backend/trx-backend-soapysdr/src/demod/math.rs @@ -1,4 +1,4 @@ -// SPDX-FileCopyrightText: 2025 Stanislaw Grams +// SPDX-FileCopyrightText: 2026 Stan Grams // // SPDX-License-Identifier: BSD-2-Clause diff --git a/src/trx-server/trx-backend/trx-backend-soapysdr/src/demod/math_arm.rs b/src/trx-server/trx-backend/trx-backend-soapysdr/src/demod/math_arm.rs index 1c11357..0bd803a 100644 --- a/src/trx-server/trx-backend/trx-backend-soapysdr/src/demod/math_arm.rs +++ b/src/trx-server/trx-backend/trx-backend-soapysdr/src/demod/math_arm.rs @@ -1,4 +1,4 @@ -// SPDX-FileCopyrightText: 2025 Stanislaw Grams +// SPDX-FileCopyrightText: 2026 Stan Grams // // SPDX-License-Identifier: BSD-2-Clause diff --git a/src/trx-server/trx-backend/trx-backend-soapysdr/src/demod/math_x86.rs b/src/trx-server/trx-backend/trx-backend-soapysdr/src/demod/math_x86.rs index 2814a73..de8a677 100644 --- a/src/trx-server/trx-backend/trx-backend-soapysdr/src/demod/math_x86.rs +++ b/src/trx-server/trx-backend/trx-backend-soapysdr/src/demod/math_x86.rs @@ -1,4 +1,4 @@ -// SPDX-FileCopyrightText: 2025 Stanislaw Grams +// SPDX-FileCopyrightText: 2026 Stan Grams // // SPDX-License-Identifier: BSD-2-Clause diff --git a/src/trx-server/trx-backend/trx-backend-soapysdr/src/demod/ssb.rs b/src/trx-server/trx-backend/trx-backend-soapysdr/src/demod/ssb.rs index c3bbb6c..b3a88da 100644 --- a/src/trx-server/trx-backend/trx-backend-soapysdr/src/demod/ssb.rs +++ b/src/trx-server/trx-backend/trx-backend-soapysdr/src/demod/ssb.rs @@ -1,4 +1,4 @@ -// SPDX-FileCopyrightText: 2025 Stanislaw Grams +// SPDX-FileCopyrightText: 2026 Stan Grams // // SPDX-License-Identifier: BSD-2-Clause diff --git a/src/trx-server/trx-backend/trx-backend-soapysdr/src/demod/wfm.rs b/src/trx-server/trx-backend/trx-backend-soapysdr/src/demod/wfm.rs index 717c547..45320f5 100644 --- a/src/trx-server/trx-backend/trx-backend-soapysdr/src/demod/wfm.rs +++ b/src/trx-server/trx-backend/trx-backend-soapysdr/src/demod/wfm.rs @@ -1,4 +1,4 @@ -// SPDX-FileCopyrightText: 2025 Stanislaw Grams +// SPDX-FileCopyrightText: 2026 Stan Grams // // SPDX-License-Identifier: BSD-2-Clause diff --git a/src/trx-server/trx-backend/trx-backend-soapysdr/src/dsp.rs b/src/trx-server/trx-backend/trx-backend-soapysdr/src/dsp.rs index 4138006..00f4252 100644 --- a/src/trx-server/trx-backend/trx-backend-soapysdr/src/dsp.rs +++ b/src/trx-server/trx-backend/trx-backend-soapysdr/src/dsp.rs @@ -1,4 +1,4 @@ -// SPDX-FileCopyrightText: 2025 Stanislaw Grams +// SPDX-FileCopyrightText: 2026 Stan Grams // // SPDX-License-Identifier: BSD-2-Clause diff --git a/src/trx-server/trx-backend/trx-backend-soapysdr/src/dsp/channel.rs b/src/trx-server/trx-backend/trx-backend-soapysdr/src/dsp/channel.rs index 2d5d2a7..e4f5203 100644 --- a/src/trx-server/trx-backend/trx-backend-soapysdr/src/dsp/channel.rs +++ b/src/trx-server/trx-backend/trx-backend-soapysdr/src/dsp/channel.rs @@ -1,4 +1,4 @@ -// SPDX-FileCopyrightText: 2025 Stanislaw Grams +// SPDX-FileCopyrightText: 2026 Stan Grams // // SPDX-License-Identifier: BSD-2-Clause diff --git a/src/trx-server/trx-backend/trx-backend-soapysdr/src/dsp/filter.rs b/src/trx-server/trx-backend/trx-backend-soapysdr/src/dsp/filter.rs index 1047f9a..4fabc1e 100644 --- a/src/trx-server/trx-backend/trx-backend-soapysdr/src/dsp/filter.rs +++ b/src/trx-server/trx-backend/trx-backend-soapysdr/src/dsp/filter.rs @@ -1,4 +1,4 @@ -// SPDX-FileCopyrightText: 2025 Stanislaw Grams +// SPDX-FileCopyrightText: 2026 Stan Grams // // SPDX-License-Identifier: BSD-2-Clause diff --git a/src/trx-server/trx-backend/trx-backend-soapysdr/src/dsp/spectrum.rs b/src/trx-server/trx-backend/trx-backend-soapysdr/src/dsp/spectrum.rs index 1d54ab5..7f0524d 100644 --- a/src/trx-server/trx-backend/trx-backend-soapysdr/src/dsp/spectrum.rs +++ b/src/trx-server/trx-backend/trx-backend-soapysdr/src/dsp/spectrum.rs @@ -1,4 +1,4 @@ -// SPDX-FileCopyrightText: 2025 Stanislaw Grams +// SPDX-FileCopyrightText: 2026 Stan Grams // // SPDX-License-Identifier: BSD-2-Clause diff --git a/src/trx-server/trx-backend/trx-backend-soapysdr/src/lib.rs b/src/trx-server/trx-backend/trx-backend-soapysdr/src/lib.rs index 73ec7d0..4850b31 100644 --- a/src/trx-server/trx-backend/trx-backend-soapysdr/src/lib.rs +++ b/src/trx-server/trx-backend/trx-backend-soapysdr/src/lib.rs @@ -1,4 +1,4 @@ -// SPDX-FileCopyrightText: 2025 Stanislaw Grams +// SPDX-FileCopyrightText: 2026 Stan Grams // // SPDX-License-Identifier: BSD-2-Clause diff --git a/src/trx-server/trx-backend/trx-backend-soapysdr/src/real_iq_source.rs b/src/trx-server/trx-backend/trx-backend-soapysdr/src/real_iq_source.rs index b6f928a..8ab4f35 100644 --- a/src/trx-server/trx-backend/trx-backend-soapysdr/src/real_iq_source.rs +++ b/src/trx-server/trx-backend/trx-backend-soapysdr/src/real_iq_source.rs @@ -1,4 +1,4 @@ -// SPDX-FileCopyrightText: 2025 Stanislaw Grams +// SPDX-FileCopyrightText: 2026 Stan Grams // // SPDX-License-Identifier: BSD-2-Clause diff --git a/src/trx-server/trx-backend/trx-backend-soapysdr/src/vchan_impl.rs b/src/trx-server/trx-backend/trx-backend-soapysdr/src/vchan_impl.rs index f9ef1a3..333ff5d 100644 --- a/src/trx-server/trx-backend/trx-backend-soapysdr/src/vchan_impl.rs +++ b/src/trx-server/trx-backend/trx-backend-soapysdr/src/vchan_impl.rs @@ -1,4 +1,4 @@ -// SPDX-FileCopyrightText: 2025 Stanislaw Grams +// SPDX-FileCopyrightText: 2026 Stan Grams // // SPDX-License-Identifier: BSD-2-Clause