From ee2ba1745ec03f6fed5b98040782457fe8332b18 Mon Sep 17 00:00:00 2001 From: Prad Nukala Date: Sat, 4 Oct 2025 11:24:13 -0400 Subject: [PATCH] fix: License --- cmd/hway/.goreleaser.yml | 8 ++++---- cmd/snrd/.goreleaser.yml | 8 ++++---- 2 files changed, 8 insertions(+), 8 deletions(-) diff --git a/cmd/hway/.goreleaser.yml b/cmd/hway/.goreleaser.yml index 53009b115..a4591d962 100644 --- a/cmd/hway/.goreleaser.yml +++ b/cmd/hway/.goreleaser.yml @@ -104,7 +104,7 @@ aur_sources: description: "Highway service - bridge between the Public Internet and Sonr blockchain" maintainers: - "Sonr " - license: "Apache-2.0" + license: "GPL-3.0" private_key: "{{ .Env.AUR_KEY }}" git_url: "ssh://[email protected]/hway.git" skip_upload: auto @@ -163,7 +163,7 @@ nix: - hway homepage: "https://sonr.io" description: "Highway network component for Sonr" - license: "gpl3Plus" + license: "gpl3" path: pkgs/hway/default.nix commit_msg_template: "hway: {{ .Tag }}" dependencies: @@ -225,7 +225,7 @@ nfpms: homepage: "https://sonr.io" maintainer: "Sonr " description: "Hway is the bridge between the Public Internet and the Sonr blockchain." - license: "Apache 2.0" + license: "GPL-3.0" formats: - rpm - deb @@ -267,7 +267,7 @@ npms: - hway description: "Highway service - bridge between the Public Internet and Sonr blockchain" homepage: "https://sonr.io" - license: "Apache-2.0" + license: "GPL-3.0" author: "Sonr " repository: "https://github.com/sonr-io/sonr" bugs: "https://github.com/sonr-io/sonr/issues" diff --git a/cmd/snrd/.goreleaser.yml b/cmd/snrd/.goreleaser.yml index a8edde75c..f62806bb1 100644 --- a/cmd/snrd/.goreleaser.yml +++ b/cmd/snrd/.goreleaser.yml @@ -133,7 +133,7 @@ aur_sources: description: "Sonr blockchain daemon - decentralized identity and data storage network" maintainers: - "Sonr " - license: "Apache-2.0" + license: "GPL-3.0" private_key: "{{ .Env.AUR_KEY }}" git_url: "ssh://[email protected]/snrd.git" skip_upload: auto @@ -200,7 +200,7 @@ nix: - snrd homepage: "https://sonr.io" description: "Sonr blockchain daemon - decentralized identity network" - license: "gpl3Plus" + license: "gpl3" path: pkgs/snrd/default.nix commit_msg_template: "snrd: {{ .Tag }}" dependencies: @@ -262,7 +262,7 @@ nfpms: homepage: "https://sonr.io" maintainer: "Sonr " description: "Sonr is a decentralized, permissionless, and censorship-resistant identity network." - license: "Apache 2.0" + license: "GPL-3.0" formats: - rpm - deb @@ -304,7 +304,7 @@ npms: - snrd description: "Sonr blockchain daemon - decentralized identity and data storage network" homepage: "https://sonr.io" - license: "Apache-2.0" + license: "GPL-3.0" author: "Sonr " repository: "https://github.com/sonr-io/sonr" bugs: "https://github.com/sonr-io/sonr/issues"