diff --git a/gateway/Dockerfile b/gateway/Dockerfile
index 50e1842d8f4e940ec73a91eac5bb23fb1621e7ad..b7af3a5a926319722b594921a382ff3dac18c792 100644
--- a/gateway/Dockerfile
+++ b/gateway/Dockerfile
@@ -23,7 +23,7 @@ COPY version        version
 COPY server.go      .
 
 # Run a gofmt and exclude all vendored code.
-RUN license-check -path ./ --verbose=false "Alex Ellis" "OpenFaaS Project" "OpenFaaS Authors" \
+RUN license-check -path ./ --verbose=false "Alex Ellis" "OpenFaaS Project" "OpenFaaS Authors" "OpenFaaS Author(s)" \
     && test -z "$(gofmt -l $(find . -type f -name '*.go' -not -path "./vendor/*"))" \
     && go test $(go list ./... | grep -v integration | grep -v /vendor/ | grep -v /template/) -cover \
     && CGO_ENABLED=0 GOOS=linux go build --ldflags "-s -w \