diff --git a/.goreleaser.yaml b/.goreleaser.yaml index 6581592..462874d 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 d77e365..f5a1488 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 4672bb0..bea6995 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 c839e17..03e7526 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.