diff --git a/builder/googlecompute/api.go b/builder/googlecompute/api.go index 5a3d741b4..6a79a9945 100644 --- a/builder/googlecompute/api.go +++ b/builder/googlecompute/api.go @@ -1,7 +1,3 @@ -// Copyright (c) 2013 Kelsey Hightower. All rights reserved. -// Use of this source code is governed by the Apache License, Version 2.0 -// that can be found in the LICENSE file. - package googlecompute import ( diff --git a/builder/googlecompute/artifact.go b/builder/googlecompute/artifact.go index 45bf360fd..85800af93 100644 --- a/builder/googlecompute/artifact.go +++ b/builder/googlecompute/artifact.go @@ -1,7 +1,3 @@ -// Copyright (c) 2013 Kelsey Hightower. All rights reserved. -// Use of this source code is governed by the Apache License, Version 2.0 -// that can be found in the LICENSE file. - package googlecompute import ( diff --git a/builder/googlecompute/builder.go b/builder/googlecompute/builder.go index 0c720c0ce..54a4767d4 100644 --- a/builder/googlecompute/builder.go +++ b/builder/googlecompute/builder.go @@ -1,7 +1,3 @@ -// Copyright (c) 2013 Kelsey Hightower. All rights reserved. -// Use of this source code is governed by the Apache License, Version 2.0 -// that can be found in the LICENSE file. - // The googlecompute package contains a packer.Builder implementation that // builds images for Google Compute Engine. package googlecompute diff --git a/builder/googlecompute/builder_test.go b/builder/googlecompute/builder_test.go index e84c36d19..c85b8a2f8 100644 --- a/builder/googlecompute/builder_test.go +++ b/builder/googlecompute/builder_test.go @@ -1,5 +1 @@ -// Copyright (c) 2013 Kelsey Hightower. All rights reserved. -// Use of this source code is governed by the Apache License, Version 2.0 -// that can be found in the LICENSE file. - package googlecompute diff --git a/builder/googlecompute/client_secrets.go b/builder/googlecompute/client_secrets.go index deb361d3e..6203313b8 100644 --- a/builder/googlecompute/client_secrets.go +++ b/builder/googlecompute/client_secrets.go @@ -1,7 +1,3 @@ -// Copyright (c) 2013 Kelsey Hightower. All rights reserved. -// Use of this source code is governed by the Apache License, Version 2.0 -// that can be found in the LICENSE file. - package googlecompute import ( diff --git a/builder/googlecompute/private_key.go b/builder/googlecompute/private_key.go index 4200d6dce..91f6a25e6 100644 --- a/builder/googlecompute/private_key.go +++ b/builder/googlecompute/private_key.go @@ -1,7 +1,3 @@ -// Copyright (c) 2013 Kelsey Hightower. All rights reserved. -// Use of this source code is governed by the Apache License, Version 2.0 -// that can be found in the LICENSE file. - package googlecompute import ( diff --git a/builder/googlecompute/step_create_image.go b/builder/googlecompute/step_create_image.go index 51803de27..c23c7c445 100644 --- a/builder/googlecompute/step_create_image.go +++ b/builder/googlecompute/step_create_image.go @@ -1,7 +1,3 @@ -// Copyright (c) 2013 Kelsey Hightower. All rights reserved. -// Use of this source code is governed by the Apache License, Version 2.0 -// that can be found in the LICENSE file. - package googlecompute import ( diff --git a/builder/googlecompute/step_create_instance.go b/builder/googlecompute/step_create_instance.go index ddad56a41..b9cb3dbb0 100644 --- a/builder/googlecompute/step_create_instance.go +++ b/builder/googlecompute/step_create_instance.go @@ -1,7 +1,3 @@ -// Copyright (c) 2013 Kelsey Hightower. All rights reserved. -// Use of this source code is governed by the Apache License, Version 2.0 -// that can be found in the LICENSE file. - package googlecompute import ( diff --git a/builder/googlecompute/step_create_ssh_key.go b/builder/googlecompute/step_create_ssh_key.go index 240fb55aa..b4ce2ce88 100644 --- a/builder/googlecompute/step_create_ssh_key.go +++ b/builder/googlecompute/step_create_ssh_key.go @@ -1,7 +1,3 @@ -// Copyright (c) 2013 Kelsey Hightower. All rights reserved. -// Use of this source code is governed by the Apache License, Version 2.0 -// that can be found in the LICENSE file. - package googlecompute import ( diff --git a/builder/googlecompute/step_instance_info.go b/builder/googlecompute/step_instance_info.go index 7b89d0761..b115d97c8 100644 --- a/builder/googlecompute/step_instance_info.go +++ b/builder/googlecompute/step_instance_info.go @@ -1,7 +1,3 @@ -// Copyright (c) 2013 Kelsey Hightower. All rights reserved. -// Use of this source code is governed by the Apache License, Version 2.0 -// that can be found in the LICENSE file. - package googlecompute import ( diff --git a/builder/googlecompute/step_register_image.go b/builder/googlecompute/step_register_image.go index fad55c3f9..8ff0ce8e8 100644 --- a/builder/googlecompute/step_register_image.go +++ b/builder/googlecompute/step_register_image.go @@ -1,7 +1,3 @@ -// Copyright (c) 2013 Kelsey Hightower. All rights reserved. -// Use of this source code is governed by the Apache License, Version 2.0 -// that can be found in the LICENSE file. - package googlecompute import ( diff --git a/builder/googlecompute/step_update_gsutil.go b/builder/googlecompute/step_update_gsutil.go index 7b2d3ff4a..bc697e0ee 100644 --- a/builder/googlecompute/step_update_gsutil.go +++ b/builder/googlecompute/step_update_gsutil.go @@ -1,7 +1,3 @@ -// Copyright (c) 2013 Kelsey Hightower. All rights reserved. -// Use of this source code is governed by the Apache License, Version 2.0 -// that can be found in the LICENSE file. - package googlecompute import ( diff --git a/builder/googlecompute/step_upload_image.go b/builder/googlecompute/step_upload_image.go index 278fff414..7cb0c9769 100644 --- a/builder/googlecompute/step_upload_image.go +++ b/builder/googlecompute/step_upload_image.go @@ -1,7 +1,3 @@ -// Copyright (c) 2013 Kelsey Hightower. All rights reserved. -// Use of this source code is governed by the Apache License, Version 2.0 -// that can be found in the LICENSE file. - package googlecompute import ( diff --git a/builder/googlecompute/wait.go b/builder/googlecompute/wait.go index 8b5ed3eb0..938d381fe 100644 --- a/builder/googlecompute/wait.go +++ b/builder/googlecompute/wait.go @@ -1,7 +1,3 @@ -// Copyright (c) 2013 Kelsey Hightower. All rights reserved. -// Use of this source code is governed by the Apache License, Version 2.0 -// that can be found in the LICENSE file. - package googlecompute import ( diff --git a/plugin/builder-googlecompute/main.go b/plugin/builder-googlecompute/main.go index d6a8739a2..796f6a23c 100644 --- a/plugin/builder-googlecompute/main.go +++ b/plugin/builder-googlecompute/main.go @@ -1,7 +1,3 @@ -// Copyright (c) 2013 Kelsey Hightower. All rights reserved. -// Use of this source code is governed by the Apache License, Version 2.0 -// that can be found in the LICENSE file. - package main import (