diff options
-rw-r--r-- | NOTICE | 1 | ||||
-rw-r--r-- | chef/lib/chef/rest.rb | 1 |
2 files changed, 2 insertions, 0 deletions
@@ -9,6 +9,7 @@ Contributors and Copyright holders: * Copyright 2008, Arjuna Christensen <aj@hjksolutions.com> * Copyright 2008, Bryan McLellan <btm@loftninjas.org> * Copyright 2008, Ezra Zygmuntowicz <ezra@engineyard.com> + * Copyright 2009, Thom May <thom@clearairturbulence.org> Chef incorporates code modified from Open4 (http://www.codeforpeople.com/lib/ruby/open4/), which was written by Ara T. Howard. diff --git a/chef/lib/chef/rest.rb b/chef/lib/chef/rest.rb index 5f4b853870..6b1d1185e8 100644 --- a/chef/lib/chef/rest.rb +++ b/chef/lib/chef/rest.rb @@ -1,5 +1,6 @@ # # Author:: Adam Jacob (<adam@opscode.com>) +# Author:: Thom May (<thom@clearairturbulence.org>) # Copyright:: Copyright (c) 2008 Opscode, Inc. # License:: Apache License, Version 2.0 # |