From d5f057ea762f5e15ae8f9b1a9e769ae7da63823d Mon Sep 17 00:00:00 2001 From: Alessandro De Blasis Date: Sun, 23 Aug 2026 20:29:37 +0300 Subject: [PATCH] chore: copyright holder Alessandro De Blasis; fix stale pre-org URLs MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit 'The Stunt Authors' umbrella → the actual sole author in LICENSE, NOTICE, and the goreleaser copyright (which feeds the homebrew cask and winget manifests on the next release). NOTICE and CONTRIBUTING still pointed at the pre-org github.com/deblasis/stunt remote — now StuntAPI/stunt. --- .goreleaser.yaml | 2 +- CONTRIBUTING.md | 2 +- LICENSE | 2 +- NOTICE | 6 +++--- 4 files changed, 6 insertions(+), 6 deletions(-) diff --git a/.goreleaser.yaml b/.goreleaser.yaml index 65815922..462874d9 100644 --- a/.goreleaser.yaml +++ b/.goreleaser.yaml @@ -154,7 +154,7 @@ winget: description: "stunt turns public-facing APIs into local simulators (mock/stub servers) so you can develop and test client code without creating remote accounts, provisioning cloud resources, or hitting the network." license: Apache-2.0 license_url: https://github.com/stuntapi/stunt/blob/main/LICENSE - copyright: Copyright (c) The Stunt Authors + copyright: Copyright (c) Alessandro De Blasis tags: [mock, testing, api, simulator, stub, development] repository: owner: stuntapi diff --git a/CONTRIBUTING.md b/CONTRIBUTING.md index d77e365e..f5a14886 100644 --- a/CONTRIBUTING.md +++ b/CONTRIBUTING.md @@ -66,7 +66,7 @@ docs/ # specs + plans You need **Go 1.23+**. ```bash -git clone https://github.com/deblasis/stunt +git clone https://github.com/StuntAPI/stunt cd stunt go build ./... # builds everything go test ./... # runs the suite diff --git a/LICENSE b/LICENSE index 4672bb00..bea6995a 100644 --- a/LICENSE +++ b/LICENSE @@ -2,7 +2,7 @@ Version 2.0, January 2004 http://www.apache.org/licenses/ - Copyright 2026 The Stunt Authors + Copyright 2026 Alessandro De Blasis Licensed under the Apache License, Version 2.0 (the "License"); you may not use this file except in compliance with the License. diff --git a/NOTICE b/NOTICE index c839e17e..03e75260 100644 --- a/NOTICE +++ b/NOTICE @@ -1,8 +1,8 @@ Stunt -Copyright 2026 The Stunt Authors +Copyright 2026 Alessandro De Blasis -This product includes software developed by The Stunt Authors -(https://github.com/deblasis/stunt). +This product includes software developed by Alessandro De Blasis +(https://github.com/StuntAPI/stunt). Licensed under the Apache License, Version 2.0.