From b05b52960a0a4ced772e439c7e7fa7d275a07294 Mon Sep 17 00:00:00 2001 From: Alex Ellis Date: Mon, 23 Oct 2017 17:07:08 +0100 Subject: [PATCH] Spaces between header and code Signed-off-by: Alex Ellis --- commands/invoke_test.go | 3 +++ commands/new_function_test.go | 3 +++ commands/version_test.go | 1 + legacy_cli_test.go | 1 + proxy/proxy.go | 3 +++ stack/stack_test.go | 1 + 6 files changed, 12 insertions(+) diff --git a/commands/invoke_test.go b/commands/invoke_test.go index 5b32d4fa..ca0649fb 100644 --- a/commands/invoke_test.go +++ b/commands/invoke_test.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 commands import ( diff --git a/commands/new_function_test.go b/commands/new_function_test.go index 888609e2..642175f9 100644 --- a/commands/new_function_test.go +++ b/commands/new_function_test.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 commands import ( diff --git a/commands/version_test.go b/commands/version_test.go index 38dc30eb..a64ffe19 100644 --- a/commands/version_test.go +++ b/commands/version_test.go @@ -1,5 +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 commands import ( diff --git a/legacy_cli_test.go b/legacy_cli_test.go index 67716abe..be37958a 100644 --- a/legacy_cli_test.go +++ b/legacy_cli_test.go @@ -1,5 +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/proxy/proxy.go b/proxy/proxy.go index e6e12d28..0fffd105 100644 --- a/proxy/proxy.go +++ b/proxy/proxy.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 proxy import ( diff --git a/stack/stack_test.go b/stack/stack_test.go index 2cdbfb16..35b4882f 100644 --- a/stack/stack_test.go +++ b/stack/stack_test.go @@ -1,5 +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 stack import (