diff options
author | Noah Kantrowitz <noah@coderanger.net> | 2016-02-02 14:47:15 -0800 |
---|---|---|
committer | Noah Kantrowitz <noah@coderanger.net> | 2016-02-02 14:47:15 -0800 |
commit | b5f6beffe7926aa965c0d7186f01943d01dd06dd (patch) | |
tree | 61740a5ca706ac3731472a6310afb448a2ea0f96 /lib | |
parent | 0878ed6123706ed4201644ee798da993f8cb5ad4 (diff) | |
download | chef-b5f6beffe7926aa965c0d7186f01943d01dd06dd.tar.gz |
Manual fix ups for things that didn't follow the usual pattern.
Diffstat (limited to 'lib')
-rw-r--r-- | lib/chef/event_loggers/base.rb | 2 | ||||
-rw-r--r-- | lib/chef/event_loggers/windows_eventlog.rb | 2 | ||||
-rw-r--r-- | lib/chef/log/winevt.rb | 2 | ||||
-rw-r--r-- | lib/chef/provider/dsc_resource.rb | 2 | ||||
-rw-r--r-- | lib/chef/provider/dsc_script.rb | 2 | ||||
-rw-r--r-- | lib/chef/provider/registry_key.rb | 2 | ||||
-rw-r--r-- | lib/chef/resource/dsc_resource.rb | 2 | ||||
-rw-r--r-- | lib/chef/resource/registry_key.rb | 2 | ||||
-rw-r--r-- | lib/chef/util/dsc/configuration_generator.rb | 2 | ||||
-rw-r--r-- | lib/chef/util/dsc/lcm_output_parser.rb | 2 | ||||
-rw-r--r-- | lib/chef/util/dsc/local_configuration_manager.rb | 2 | ||||
-rw-r--r-- | lib/chef/util/powershell/cmdlet.rb | 2 | ||||
-rw-r--r-- | lib/chef/win32/eventlog.rb | 2 | ||||
-rw-r--r-- | lib/chef/win32/registry.rb | 2 |
14 files changed, 14 insertions, 14 deletions
diff --git a/lib/chef/event_loggers/base.rb b/lib/chef/event_loggers/base.rb index 3f5c35a74c..f5bd0f3864 100644 --- a/lib/chef/event_loggers/base.rb +++ b/lib/chef/event_loggers/base.rb @@ -1,7 +1,7 @@ # # Author:: Jay Mundrawala (<jdm@getchef.com>) # -# Copyright:: 2014, Chef Software, Inc. +# Copyright:: 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/lib/chef/event_loggers/windows_eventlog.rb b/lib/chef/event_loggers/windows_eventlog.rb index e7a5b204f9..bfbfb17437 100644 --- a/lib/chef/event_loggers/windows_eventlog.rb +++ b/lib/chef/event_loggers/windows_eventlog.rb @@ -1,7 +1,7 @@ # # Author:: Jay Mundrawala (<jdm@getchef.com>) # -# Copyright:: 2014, Chef Software, Inc. +# Copyright:: 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/lib/chef/log/winevt.rb b/lib/chef/log/winevt.rb index 53127877e1..e5afb4ed3c 100644 --- a/lib/chef/log/winevt.rb +++ b/lib/chef/log/winevt.rb @@ -1,7 +1,7 @@ # # Author:: Jay Mundrawala (<jdm@chef.io>) # -# Copyright:: 2015, Chef Software, Inc. +# Copyright:: Copyright 2015-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/lib/chef/provider/dsc_resource.rb b/lib/chef/provider/dsc_resource.rb index b2946352fe..b64ae030b3 100644 --- a/lib/chef/provider/dsc_resource.rb +++ b/lib/chef/provider/dsc_resource.rb @@ -1,7 +1,7 @@ # # Author:: Adam Edwards (<adamed@getchef.com>) # -# Copyright:: 2014, Chef Software, Inc. +# Copyright:: 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/lib/chef/provider/dsc_script.rb b/lib/chef/provider/dsc_script.rb index 3577c23e7b..56cbe95e36 100644 --- a/lib/chef/provider/dsc_script.rb +++ b/lib/chef/provider/dsc_script.rb @@ -1,7 +1,7 @@ # # Author:: Adam Edwards (<adamed@getchef.com>) # -# Copyright:: 2014, Chef Software, Inc. +# Copyright:: 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/lib/chef/provider/registry_key.rb b/lib/chef/provider/registry_key.rb index c6a06e0974..8fbec2aa1a 100644 --- a/lib/chef/provider/registry_key.rb +++ b/lib/chef/provider/registry_key.rb @@ -2,7 +2,7 @@ # Author:: Prajakta Purohit (<prajakta@opscode.com>) # Author:: Lamont Granquist (<lamont@opscode.com>) # -# Copyright:: 2011, Opscode, Inc. +# Copyright:: Copyright 2011-2016, Opscode, 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/lib/chef/resource/dsc_resource.rb b/lib/chef/resource/dsc_resource.rb index 35bb585a7b..93232d1da0 100644 --- a/lib/chef/resource/dsc_resource.rb +++ b/lib/chef/resource/dsc_resource.rb @@ -1,7 +1,7 @@ # # Author:: Adam Edwards (<adamed@getchef.com>) # -# Copyright:: 2014, Opscode, Inc. +# Copyright:: Copyright 2014-2016, Opscode, 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/lib/chef/resource/registry_key.rb b/lib/chef/resource/registry_key.rb index 8bec0721e7..35359b77a4 100644 --- a/lib/chef/resource/registry_key.rb +++ b/lib/chef/resource/registry_key.rb @@ -1,7 +1,7 @@ # Author:: Prajakta Purohit (<prajakta@opscode.com>) # Author:: Lamont Granquist (<lamont@opscode.com>) # -# Copyright:: 2011, Opscode, Inc. +# Copyright:: Copyright 2011-2016, Opscode, 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/lib/chef/util/dsc/configuration_generator.rb b/lib/chef/util/dsc/configuration_generator.rb index e2c09aeea8..2ff0619185 100644 --- a/lib/chef/util/dsc/configuration_generator.rb +++ b/lib/chef/util/dsc/configuration_generator.rb @@ -1,7 +1,7 @@ # # Author:: Adam Edwards (<adamed@getchef.com>) # -# Copyright:: 2014, Chef Software, Inc. +# Copyright:: 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/lib/chef/util/dsc/lcm_output_parser.rb b/lib/chef/util/dsc/lcm_output_parser.rb index ac847adffa..453a6957ac 100644 --- a/lib/chef/util/dsc/lcm_output_parser.rb +++ b/lib/chef/util/dsc/lcm_output_parser.rb @@ -1,7 +1,7 @@ # # Author:: Jay Mundrawala (<jdm@getchef.com>) # -# Copyright:: 2014, Chef Software, Inc. +# Copyright:: 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/lib/chef/util/dsc/local_configuration_manager.rb b/lib/chef/util/dsc/local_configuration_manager.rb index deaa83ef09..785a789927 100644 --- a/lib/chef/util/dsc/local_configuration_manager.rb +++ b/lib/chef/util/dsc/local_configuration_manager.rb @@ -1,7 +1,7 @@ # # Author:: Adam Edwards (<adamed@getchef.com>) # -# Copyright:: 2014, Chef Software, Inc. +# Copyright:: 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/lib/chef/util/powershell/cmdlet.rb b/lib/chef/util/powershell/cmdlet.rb index 6d9bd67afa..1ca085f115 100644 --- a/lib/chef/util/powershell/cmdlet.rb +++ b/lib/chef/util/powershell/cmdlet.rb @@ -1,7 +1,7 @@ # # Author:: Adam Edwards (<adamed@getchef.com>) # -# Copyright:: 2014, Chef Software, Inc. +# Copyright:: 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/lib/chef/win32/eventlog.rb b/lib/chef/win32/eventlog.rb index a056900101..0562f0c10e 100644 --- a/lib/chef/win32/eventlog.rb +++ b/lib/chef/win32/eventlog.rb @@ -1,7 +1,7 @@ # # Author:: Jay Mundrawala (<jdm@chef.io>) # -# Copyright:: 2015, Chef Software, Inc. +# Copyright:: Copyright 2015-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/lib/chef/win32/registry.rb b/lib/chef/win32/registry.rb index e55539167a..e56455ffde 100644 --- a/lib/chef/win32/registry.rb +++ b/lib/chef/win32/registry.rb @@ -2,7 +2,7 @@ # Author:: Prajakta Purohit (<prajakta@opscode.com>) # Author:: Lamont Granquist (<lamont@opscode.com>) # -# Copyright:: 2012, Opscode, Inc. +# Copyright:: Copyright 2012-2016, Opscode, Inc. # # Licensed under the Apache License, Version 2.0 (the "License"); # you may not use this file except in compliance with the License. |