Skip to content

Instantly share code, notes, and snippets.

@tas50
Created November 22, 2016 18:44
Show Gist options
  • Select an option

  • Save tas50/a6089ded0f02ab8477c50c2eb199ed81 to your computer and use it in GitHub Desktop.

Select an option

Save tas50/a6089ded0f02ab8477c50c2eb199ed81 to your computer and use it in GitHub Desktop.
diff --git a/attributes/default.rb b/attributes/default.rb
index 09d1fc1..ee2e575 100644
--- a/attributes/default.rb
+++ b/attributes/default.rb
@@ -1,8 +1,8 @@
#
-# Cookbook Name:: build-essential
+# Cookbook:: build-essential
# Attributes:: default
#
-# Copyright 2008-2016, Chef Software, Inc.
+# Copyright:: 2008-2016, Chef Software, Inc.
#
# Licensed under the Apache License, Version 2.0 (the "License");
# you may not use this file except in compliance with the License.
diff --git a/recipes/_windows.rb b/recipes/_windows.rb
index ed4bd46..880999c 100644
--- a/recipes/_windows.rb
+++ b/recipes/_windows.rb
@@ -1,8 +1,8 @@
#
-# Cookbook Name:: build-essential
+# Cookbook:: build-essential
# Recipe:: _windows
#
-# Copyright 2016, Chef Software, Inc.
+# Copyright:: 2016, Chef Software, Inc.
#
# Licensed under the Apache License, Version 2.0 (the "License");
# you may not use this file except in compliance with the License.
diff --git a/recipes/default.rb b/recipes/default.rb
index a7ca426..61dab6d 100644
--- a/recipes/default.rb
+++ b/recipes/default.rb
@@ -1,8 +1,8 @@
#
-# Cookbook Name:: build-essential
+# Cookbook:: build-essential
# Recipe:: default
#
-# Copyright 2008-2016, Chef Software, Inc.
+# Copyright:: 2008-2016, Chef Software, Inc.
#
# Licensed under the Apache License, Version 2.0 (the "License");
# you may not use this file except in compliance with the License.
diff --git a/resources/build_essential.rb b/resources/build_essential.rb
index 965024a..92bdee0 100644
--- a/resources/build_essential.rb
+++ b/resources/build_essential.rb
@@ -1,8 +1,8 @@
#
-# Cookbook Name:: build-essential
+# Cookbook:: build-essential
# resource:: build_essential
#
-# Copyright 2008-2016, Chef Software, Inc.
+# Copyright:: 2008-2016, Chef Software, Inc.
#
# Licensed under the Apache License, Version 2.0 (the "License");
# you may not use this file except in compliance with the License.
diff --git a/resources/xcode_command_line_tools.rb b/resources/xcode_command_line_tools.rb
index d41934f..2304759 100644
--- a/resources/xcode_command_line_tools.rb
+++ b/resources/xcode_command_line_tools.rb
@@ -1,8 +1,8 @@
#
-# Cookbook Name:: build-essential
+# Cookbook:: build-essential
# Resource:: xcode_command_line_tools
#
-# Copyright 2014-2016, Chef Software, Inc.
+# Copyright:: 2014-2016, Chef Software, Inc.
#
# Licensed under the Apache License, Version 2.0 (the "License");
# you may not use this file except in compliance with the License.
diff --git a/tasks/maintainers.rb b/tasks/maintainers.rb
index 1ce3302..de46133 100644
--- a/tasks/maintainers.rb
+++ b/tasks/maintainers.rb
@@ -1,5 +1,5 @@
#
-# Copyright:: Copyright (c) 2015-2016 Chef Software, Inc.
+# Copyright:: 2015-2016, Chef Software, Inc.
# License:: Apache License, Version 2.0
#
# Licensed under the Apache License, Version 2.0 (the "License");
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment