From 8e76884d21253bdee205fb2d6d60d68c47c49251 Mon Sep 17 00:00:00 2001 From: Gustavo Passini Date: Tue, 9 Apr 2024 16:19:28 -0400 Subject: [PATCH] Brand name update (#452) --- .goreleaser.yml | 4 ++-- Dockerfile | 2 +- LICENSE | 4 ++-- 3 files changed, 5 insertions(+), 5 deletions(-) diff --git a/.goreleaser.yml b/.goreleaser.yml index 8c9565d4..9fe7516c 100644 --- a/.goreleaser.yml +++ b/.goreleaser.yml @@ -43,9 +43,9 @@ archives: - LICENSE nfpms: - - vendor: FullStory + - vendor: Fullstory homepage: https://github.com/fullstorydev/grpcurl/ - maintainer: Engineering at FullStory + maintainer: Engineering at Fullstory description: 'Like cURL, but for gRPC: Command-line tool for interacting with gRPC servers' license: MIT id: nfpms diff --git a/Dockerfile b/Dockerfile index 0ec71049..db99c245 100644 --- a/Dockerfile +++ b/Dockerfile @@ -1,5 +1,5 @@ FROM golang:1.18-alpine as builder -MAINTAINER FullStory Engineering +MAINTAINER Fullstory Engineering # create non-privileged group and user RUN addgroup -S grpcurl && adduser -S grpcurl -G grpcurl diff --git a/LICENSE b/LICENSE index 6b678c50..63cc7ace 100644 --- a/LICENSE +++ b/LICENSE @@ -1,6 +1,6 @@ The MIT License (MIT) -Copyright (c) 2017 FullStory, Inc +Copyright (c) 2017 Fullstory, Inc Permission is hereby granted, free of charge, to any person obtaining a copy of this software and associated documentation files (the "Software"), to deal @@ -18,4 +18,4 @@ 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. \ No newline at end of file +SOFTWARE.