From cf323578cdd487895a4b8fc79fa97f7673410749 Mon Sep 17 00:00:00 2001 From: Cory LaNou Date: Tue, 4 Nov 2025 18:23:18 -0600 Subject: [PATCH 1/3] mit license --- README.md | 2 +- docs/license.md | 22 +++++++++++++++++++++- license.md | 22 +++++++++++++++++++++- 3 files changed, 43 insertions(+), 3 deletions(-) diff --git a/README.md b/README.md index f74b53f..6f54157 100644 --- a/README.md +++ b/README.md @@ -459,5 +459,5 @@ There are several issues that still need to be worked on. Please see the issues # License -[Hype](https://github.com/gopherguides/hype) by [Gopher Guides LLC](https://github.com/gopherguides) is licensed under [Attribution-NonCommercial-ShareAlike 4.0 International](http://creativecommons.org/licenses/by-nc-sa/4.0/?ref=chooser-v1) +[Hype](https://github.com/gopherguides/hype) by [Gopher Guides LLC](https://github.com/gopherguides) is licensed under the [MIT License](https://opensource.org/license/mit). diff --git a/docs/license.md b/docs/license.md index 280fa5d..d02f3fe 100644 --- a/docs/license.md +++ b/docs/license.md @@ -1,3 +1,23 @@ # License -

Hype by Gopher Guides LLC is licensed under Attribution-NonCommercial-ShareAlike 4.0 International

+MIT License + +Copyright (c) 2025 Gopher Guides LLC + +Permission is hereby granted, free of charge, to any person obtaining a copy +of this software and associated documentation files (the "Software"), to deal +in the Software without restriction, including without limitation the rights +to use, copy, modify, merge, publish, distribute, sublicense, and/or sell +copies of the Software, and to permit persons to whom the Software is +furnished to do so, subject to the following conditions: + +The above copyright notice and this permission notice shall be included in all +copies or substantial portions of the Software. + +THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR +IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY, +FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE +AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER +LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, +OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE +SOFTWARE. diff --git a/license.md b/license.md index 2df9254..ebcaf67 100644 --- a/license.md +++ b/license.md @@ -1 +1,21 @@ -

Hype by Gopher Guides LLC is licensed under Attribution-NonCommercial-ShareAlike 4.0 International

+MIT License + +Copyright (c) 2025 Gopher Guides LLC + +Permission is hereby granted, free of charge, to any person obtaining a copy +of this software and associated documentation files (the "Software"), to deal +in the Software without restriction, including without limitation the rights +to use, copy, modify, merge, publish, distribute, sublicense, and/or sell +copies of the Software, and to permit persons to whom the Software is +furnished to do so, subject to the following conditions: + +The above copyright notice and this permission notice shall be included in all +copies or substantial portions of the Software. + +THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR +IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY, +FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE +AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER +LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, +OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE +SOFTWARE. From 1a330174c17972cf622ca041f97998f8b002ae6a Mon Sep 17 00:00:00 2001 From: Cory LaNou Date: Tue, 4 Nov 2025 18:25:28 -0600 Subject: [PATCH 2/3] add badge --- README.md | 1 + 1 file changed, 1 insertion(+) diff --git a/README.md b/README.md index 6f54157..59b8f11 100644 --- a/README.md +++ b/README.md @@ -3,6 +3,7 @@ [Go Build Status](https://github.com/gopherguides/hype/actions) [Go Reference](https://pkg.go.dev/github.com/gopherguides/hype) [Go Report Card](https://goreportcard.com/report/github.com/gopherguides/hype) +[License: MIT](https://opensource.org/licenses/MIT) [Slack](https://gophers.slack.com/archives/C05SKNHQY3U) --- From 5b415cdf23210c5c131fdf26e492518e15f1e624 Mon Sep 17 00:00:00 2001 From: "github-actions[bot]" Date: Wed, 5 Nov 2025 00:26:15 +0000 Subject: [PATCH 3/3] Update README.md with latest Hype changes --- README.md | 23 +++++++++++++++++++++-- 1 file changed, 21 insertions(+), 2 deletions(-) diff --git a/README.md b/README.md index 59b8f11..598079a 100644 --- a/README.md +++ b/README.md @@ -3,7 +3,6 @@ [Go Build Status](https://github.com/gopherguides/hype/actions) [Go Reference](https://pkg.go.dev/github.com/gopherguides/hype) [Go Report Card](https://goreportcard.com/report/github.com/gopherguides/hype) -[License: MIT](https://opensource.org/licenses/MIT) [Slack](https://gophers.slack.com/archives/C05SKNHQY3U) --- @@ -460,5 +459,25 @@ There are several issues that still need to be worked on. Please see the issues # License -[Hype](https://github.com/gopherguides/hype) by [Gopher Guides LLC](https://github.com/gopherguides) is licensed under the [MIT License](https://opensource.org/license/mit). +MIT License + +Copyright © 2025 Gopher Guides LLC + +Permission is hereby granted, free of charge, to any person obtaining a copy +of this software and associated documentation files (the "Software"), to deal +in the Software without restriction, including without limitation the rights +to use, copy, modify, merge, publish, distribute, sublicense, and/or sell +copies of the Software, and to permit persons to whom the Software is +furnished to do so, subject to the following conditions: + +The above copyright notice and this permission notice shall be included in all +copies or substantial portions of the Software. + +THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR +IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY, +FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE +AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER +LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, +OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE +SOFTWARE.