diff options
author | Tim Smith <tsmith84@gmail.com> | 2020-05-28 13:44:44 -0700 |
---|---|---|
committer | Tim Smith <tsmith84@gmail.com> | 2020-05-28 13:44:44 -0700 |
commit | 2760e9cdcd210ad82ca13b24d599ea75ec067e8c (patch) | |
tree | 6b465475f99b04fcb63ac1949df431ce334f6dfc | |
parent | 7abfad55ffe636e0b6adb44e6c1a24407034e718 (diff) | |
download | chef-2760e9cdcd210ad82ca13b24d599ea75ec067e8c.tar.gz |
Add header to the hostname filehostname_solaris
Signed-off-by: Tim Smith <tsmith@chef.io>
-rw-r--r-- | lib/chef/resource/hostname.rb | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/lib/chef/resource/hostname.rb b/lib/chef/resource/hostname.rb index f398777459..2d9b18b42d 100644 --- a/lib/chef/resource/hostname.rb +++ b/lib/chef/resource/hostname.rb @@ -1,4 +1,7 @@ # +# Copyright:: Copyright (c) Chef Software Inc. +# License:: Apache License, Version 2.0 +# # Licensed under the Apache License, Version 2.0 (the "License"); # you may not use this file except in compliance with the License. # You may obtain a copy of the License at |