summaryrefslogtreecommitdiff
path: root/lib/mixlib/shellout/unix.rb
diff options
context:
space:
mode:
authorDaniel DeLeo <dan@opscode.com>2011-12-01 14:48:57 -0800
committerDaniel DeLeo <dan@opscode.com>2011-12-01 14:48:57 -0800
commitc65580392b2297d0a576f0ae6cc13718b173f933 (patch)
treec394602fcccf1f7a39aea0420142fd9e5dcd0232 /lib/mixlib/shellout/unix.rb
parentfe4aea72b34b4e06723f7a422e75fc1c8aa30a90 (diff)
downloadmixlib-shellout-c65580392b2297d0a576f0ae6cc13718b173f933.tar.gz
update license headers and dates
Diffstat (limited to 'lib/mixlib/shellout/unix.rb')
-rw-r--r--lib/mixlib/shellout/unix.rb18
1 files changed, 18 insertions, 0 deletions
diff --git a/lib/mixlib/shellout/unix.rb b/lib/mixlib/shellout/unix.rb
index 6e66b2a..243ca24 100644
--- a/lib/mixlib/shellout/unix.rb
+++ b/lib/mixlib/shellout/unix.rb
@@ -1,3 +1,21 @@
+#--
+# Author:: Daniel DeLeo (<dan@opscode.com>)
+# Copyright:: Copyright (c) 2010, 2011 Opscode, Inc.
+# License:: Apache License, Version 2.0
+#
+# Licensed under the Apache License, Version 2.0 (the "License");
+# you may not use this file except in compliance with the License.
+# You may obtain a copy of the License at
+#
+# http://www.apache.org/licenses/LICENSE-2.0
+#
+# Unless required by applicable law or agreed to in writing, software
+# distributed under the License is distributed on an "AS IS" BASIS,
+# WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
+# See the License for the specific language governing permissions and
+# limitations under the License.
+#
+
module Mixlib
class ShellOut
module Unix