diff options
author | Noah Kantrowitz <noah@coderanger.net> | 2016-02-02 14:43:28 -0800 |
---|---|---|
committer | Noah Kantrowitz <noah@coderanger.net> | 2016-02-02 14:43:28 -0800 |
commit | 0878ed6123706ed4201644ee798da993f8cb5ad4 (patch) | |
tree | 6d3417f8bddbd09054e8a36d7cd1803002f3cd00 /lib/chef/platform | |
parent | a27aada46427ed7fe366bb9e9f57ca6f94272f97 (diff) | |
download | chef-0878ed6123706ed4201644ee798da993f8cb5ad4.tar.gz |
Copyright year update for 2016 and massive cleanup.
Generated via git ls-files | xargs perl -pi -e "s/[Cc]opyright (?:\([Cc]\) )?((?\!$(date +%Y))\\d{4})(-\\d{4})?([, ][ \d]+)*(,|(?= ))/Copyright \\1-$(date +%Y),/g"
Diffstat (limited to 'lib/chef/platform')
-rw-r--r-- | lib/chef/platform/handler_map.rb | 2 | ||||
-rw-r--r-- | lib/chef/platform/priority_map.rb | 2 | ||||
-rw-r--r-- | lib/chef/platform/provider_handler_map.rb | 2 | ||||
-rw-r--r-- | lib/chef/platform/provider_mapping.rb | 2 | ||||
-rw-r--r-- | lib/chef/platform/query_helpers.rb | 2 | ||||
-rw-r--r-- | lib/chef/platform/rebooter.rb | 2 | ||||
-rw-r--r-- | lib/chef/platform/resource_handler_map.rb | 2 | ||||
-rw-r--r-- | lib/chef/platform/service_helpers.rb | 2 |
8 files changed, 8 insertions, 8 deletions
diff --git a/lib/chef/platform/handler_map.rb b/lib/chef/platform/handler_map.rb index 48e118d599..e264c3a8d8 100644 --- a/lib/chef/platform/handler_map.rb +++ b/lib/chef/platform/handler_map.rb @@ -1,6 +1,6 @@ # # Author:: John Keiser (<jkeiser@chef.io>) -# Copyright:: Copyright (c) 2015 Opscode, Inc. +# Copyright:: Copyright 2015-2016, Opscode, Inc. # License:: Apache License, Version 2.0 # # Licensed under the Apache License, Version 2.0 (the "License"); diff --git a/lib/chef/platform/priority_map.rb b/lib/chef/platform/priority_map.rb index 004aa01c16..f69d569836 100644 --- a/lib/chef/platform/priority_map.rb +++ b/lib/chef/platform/priority_map.rb @@ -1,6 +1,6 @@ # # Author:: John Keiser (<jkeiser@chef.io>) -# Copyright:: Copyright (c) 2015 Opscode, Inc. +# Copyright:: Copyright 2015-2016, Opscode, Inc. # License:: Apache License, Version 2.0 # # Licensed under the Apache License, Version 2.0 (the "License"); diff --git a/lib/chef/platform/provider_handler_map.rb b/lib/chef/platform/provider_handler_map.rb index ecd1da1f1e..26acf150df 100644 --- a/lib/chef/platform/provider_handler_map.rb +++ b/lib/chef/platform/provider_handler_map.rb @@ -1,6 +1,6 @@ # # Author:: John Keiser (<jkeiser@chef.io>) -# Copyright:: Copyright (c) 2015 Chef Software, Inc. +# Copyright:: Copyright 2015-2016, Chef Software, Inc. # License:: Apache License, Version 2.0 # # Licensed under the Apache License, Version 2.0 (the "License"); diff --git a/lib/chef/platform/provider_mapping.rb b/lib/chef/platform/provider_mapping.rb index 235fd4d471..adff68ea12 100644 --- a/lib/chef/platform/provider_mapping.rb +++ b/lib/chef/platform/provider_mapping.rb @@ -1,6 +1,6 @@ # # Author:: Adam Jacob (<adam@opscode.com>) -# Copyright:: Copyright (c) 2008 Opscode, Inc. +# Copyright:: Copyright 2008-2016, Opscode, Inc. # License:: Apache License, Version 2.0 # # Licensed under the Apache License, Version 2.0 (the "License"); diff --git a/lib/chef/platform/query_helpers.rb b/lib/chef/platform/query_helpers.rb index 3abd1a2a8b..ceaf87e221 100644 --- a/lib/chef/platform/query_helpers.rb +++ b/lib/chef/platform/query_helpers.rb @@ -1,6 +1,6 @@ # # Author:: Adam Jacob (<adam@opscode.com>) -# Copyright:: Copyright (c) 2008 Opscode, Inc. +# Copyright:: Copyright 2008-2016, Opscode, Inc. # License:: Apache License, Version 2.0 # # Licensed under the Apache License, Version 2.0 (the "License"); diff --git a/lib/chef/platform/rebooter.rb b/lib/chef/platform/rebooter.rb index 83d4730075..f9dede68dc 100644 --- a/lib/chef/platform/rebooter.rb +++ b/lib/chef/platform/rebooter.rb @@ -1,6 +1,6 @@ # # Author:: Chris Doherty <cdoherty@getchef.com>) -# Copyright:: Copyright (c) 2014 Chef, Inc. +# Copyright:: Copyright 2014-2016, Chef, Inc. # License:: Apache License, Version 2.0 # # Licensed under the Apache License, Version 2.0 (the "License"); diff --git a/lib/chef/platform/resource_handler_map.rb b/lib/chef/platform/resource_handler_map.rb index 166ee73173..be1b9c28f5 100644 --- a/lib/chef/platform/resource_handler_map.rb +++ b/lib/chef/platform/resource_handler_map.rb @@ -1,6 +1,6 @@ # # Author:: John Keiser (<jkeiser@chef.io>) -# Copyright:: Copyright (c) 2015 Chef Software, Inc. +# Copyright:: Copyright 2015-2016, Chef Software, Inc. # License:: Apache License, Version 2.0 # # Licensed under the Apache License, Version 2.0 (the "License"); diff --git a/lib/chef/platform/service_helpers.rb b/lib/chef/platform/service_helpers.rb index 1a7e739169..13d710eefe 100644 --- a/lib/chef/platform/service_helpers.rb +++ b/lib/chef/platform/service_helpers.rb @@ -1,6 +1,6 @@ # # Author:: Lamont Granquist (<lamont@chef.io>) -# Copyright:: Copyright (c) 2014 Chef Software, Inc. +# Copyright:: Copyright 2014-2016, Chef Software, Inc. # License:: Apache License, Version 2.0 # # Licensed under the Apache License, Version 2.0 (the "License"); |