diff --git a/gateway/handlers/asyncreport.go b/gateway/handlers/asyncreport.go index 22faceb10b926b6a4c922945de9469707bbdc8ae..e2f1f8397caf238a3fee643ef8d9aa2e5c748c6b 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 6ed47547a59538dea5c77aa6c51fdbc86fc8eea6..1579865e26c9d7279c1c7a34f70a1bb204233cdc 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 ead377b3222f2412d3ccc83cd6a6267f3706b803..9d3a90dce8cf2c54a3e6f0c97c779c0d80583231 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"