summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorTim Smith <tsmith84@gmail.com>2016-02-17 11:41:51 -0800
committerTim Smith <tsmith84@gmail.com>2016-02-17 11:41:51 -0800
commitc2636cafe085582a3c9d82c7db88fcedf119ff93 (patch)
tree095c1bc7ea4ad205ac26d5e570942604eef8ee6d
parentbc7db8ef40b5aa729c5da139e61eb502e49fd780 (diff)
downloadmixlib-shellout-c2636cafe085582a3c9d82c7db88fcedf119ff93.tar.gz
Expand the license section
-rw-r--r--README.md22
1 files changed, 19 insertions, 3 deletions
diff --git a/README.md b/README.md
index 51a0e81..d137035 100644
--- a/README.md
+++ b/README.md
@@ -58,9 +58,25 @@ Invoke "whoami.exe" to demonstrate running a command as another user:
## Platform Support
Mixlib::ShellOut does a standard fork/exec on Unix, and uses the Win32 API on Windows. There is not currently support for JRuby.
-## License
-Apache 2 Licensed. See LICENSE for full details.
-
## See Also
- `Process.spawn` in Ruby 1.9
- [https://github.com/rtomayko/posix-spawn](https://github.com/rtomayko/posix-spawn)
+
+# LICENSE:
+
+* Copyright:: Copyright (c) 2011-2016 Chef Software, Inc.
+* License:: Apache License, Version 2.0
+
+```text
+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.
+```