diff --git a/gateway/handlers/asyncreport.go b/gateway/handlers/asyncreport.go index 22faceb1..e2f1f839 100644 --- a/gateway/handlers/asyncreport.go +++ b/gateway/handlers/asyncreport.go @@ -1,3 +1,6 @@ +// Copyright (c) Alex Ellis 2017. All rights reserved. +// Licensed under the MIT license. See LICENSE file in the project root for full license information. + package handlers import ( diff --git a/gateway/handlers/queueproxy.go b/gateway/handlers/queueproxy.go index 6ed47547..1579865e 100644 --- a/gateway/handlers/queueproxy.go +++ b/gateway/handlers/queueproxy.go @@ -1,3 +1,6 @@ +// Copyright (c) Alex Ellis 2017. All rights reserved. +// Licensed under the MIT license. See LICENSE file in the project root for full license information. + package handlers import ( diff --git a/gateway/queue/types.go b/gateway/queue/types.go index ead377b3..9d3a90dc 100644 --- a/gateway/queue/types.go +++ b/gateway/queue/types.go @@ -1,3 +1,6 @@ +// Copyright (c) Alex Ellis 2017. All rights reserved. +// Licensed under the MIT license. See LICENSE file in the project root for full license information. + package queue import "net/url"