diff --git a/gateway/handlers/externalprovider.go b/gateway/handlers/externalprovider.go deleted file mode 100644 index 5ac8282f..00000000 --- a/gateway/handlers/externalprovider.go +++ /dev/null @@ -1 +0,0 @@ -package handlers diff --git a/gateway/handlers/reader.go b/gateway/handlers/reader.go index 6af4cb54..597ea74e 100644 --- a/gateway/handlers/reader.go +++ b/gateway/handlers/reader.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/plugin/external.go b/gateway/plugin/external.go index bce193cd..326f4fbb 100644 --- a/gateway/plugin/external.go +++ b/gateway/plugin/external.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 plugin import ( diff --git a/gateway/server.go b/gateway/server.go index 1db0d738..017acf0e 100644 --- a/gateway/server.go +++ b/gateway/server.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 main import ( diff --git a/gateway/types/http_adapter.go b/gateway/types/http_adapter.go index 38469c2a..29585299 100644 --- a/gateway/types/http_adapter.go +++ b/gateway/types/http_adapter.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 types import ( diff --git a/gateway/types/readconfig.go b/gateway/types/readconfig.go index 04d6ff90..cb955885 100644 --- a/gateway/types/readconfig.go +++ b/gateway/types/readconfig.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 types import ( diff --git a/watchdog/readconfig.go b/watchdog/readconfig.go index 370edeff..ea119891 100644 --- a/watchdog/readconfig.go +++ b/watchdog/readconfig.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 main import (