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 /bin | |
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 'bin')
-rwxr-xr-x | bin/chef-apply | 2 | ||||
-rwxr-xr-x | bin/chef-client | 2 | ||||
-rwxr-xr-x | bin/chef-service-manager | 2 | ||||
-rwxr-xr-x | bin/chef-solo | 2 | ||||
-rwxr-xr-x | bin/knife | 2 |
5 files changed, 5 insertions, 5 deletions
diff --git a/bin/chef-apply b/bin/chef-apply index 5d857167ae..39c6682b78 100755 --- a/bin/chef-apply +++ b/bin/chef-apply @@ -3,7 +3,7 @@ # ./chef-apply - Run a single chef recipe # # Author:: Bryan W. Berry (<bryan.berry@gmail.com>) -# Copyright:: Copyright (c) 2012 Bryan W. Berry +# Copyright:: Copyright 2012-2016, Bryan W. Berry # License:: Apache License, Version 2.0 # # Licensed under the Apache License, Version 2.0 (the "License"); diff --git a/bin/chef-client b/bin/chef-client index 6f4f4d8b04..fae5a9243e 100755 --- a/bin/chef-client +++ b/bin/chef-client @@ -3,7 +3,7 @@ # ./chef-client - Run the chef client # # Author:: AJ Christensen (<aj@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/bin/chef-service-manager b/bin/chef-service-manager index 9bdd244e1d..b5aab85db8 100755 --- a/bin/chef-service-manager +++ b/bin/chef-service-manager @@ -3,7 +3,7 @@ # ./chef-service-manager - Control chef-service on Windows platforms. # # Author:: Serdar Sutay (serdar@opscode.com) -# Copyright:: Copyright (c) 2013 Opscode, Inc. +# Copyright:: Copyright 2013-2016, Opscode, Inc. # License:: Apache License, Version 2.0 # # Licensed under the Apache License, Version 2.0 (the "License"); diff --git a/bin/chef-solo b/bin/chef-solo index 11961f810d..1575ce78c1 100755 --- a/bin/chef-solo +++ b/bin/chef-solo @@ -3,7 +3,7 @@ # ./chef-solo - Run the chef client, in stand-alone mode # # Author:: AJ Christensen (<aj@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"); @@ -3,7 +3,7 @@ # ./knife - Chef CLI interface # # Author:: Adam Jacob (<adam@opscode.com>) -# Copyright:: Copyright (c) 2009 Opscode, Inc. +# Copyright:: Copyright 2009-2016, Opscode, Inc. # License:: Apache License, Version 2.0 # # Licensed under the Apache License, Version 2.0 (the "License"); |