diff options
author | Thom May <thom@clearairturbulence.org> | 2009-03-05 17:41:51 -0500 |
---|---|---|
committer | Thom May <thom@clearairturbulence.org> | 2009-03-05 17:41:51 -0500 |
commit | ec5024cfa0beae3045b4fcf7d750a97166cd410c (patch) | |
tree | 4d62694757505c90f0a25a69b856b303e7511408 | |
parent | ccfa5f122cec13a38e067e3b2b876d3719d09ef6 (diff) | |
download | chef-ec5024cfa0beae3045b4fcf7d750a97166cd410c.tar.gz |
my 30 seconds of fame
-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 # |