summaryrefslogtreecommitdiff
path: root/NOTICE
diff options
context:
space:
mode:
authorSeth Falcon <seth@opscode.com>2011-03-04 09:47:27 -0800
committerSeth Falcon <seth@opscode.com>2011-03-04 12:04:11 -0800
commit7fe08075b64850eb39cd71584aab59e21eb57515 (patch)
tree92de21f7220cb23afb1673b9e8004ea4f186bb5b /NOTICE
parentbe142d2dfbdd6e921fbc1b0a821a23eec7f52330 (diff)
downloadchef-7fe08075b64850eb39cd71584aab59e21eb57515.tar.gz
Remove extlib dependency, copy mash code into sources, fix CHEF-1405
Including extlib in Chef introduces conflicts for those wanting to access Chef via Rails applications. Only the Mash class is used by Chef and this functionality has been extracted from the extlib gem and added to the Chef sources. Thanks to Wojciech Wntrzak and Aaron Suggs for proposing and testing this solution.
Diffstat (limited to 'NOTICE')
-rw-r--r--NOTICE6
1 files changed, 6 insertions, 0 deletions
diff --git a/NOTICE b/NOTICE
index 04c07d8309..b4ea2ccbee 100644
--- a/NOTICE
+++ b/NOTICE
@@ -19,3 +19,9 @@ Chef incorporates code modified from Open4 (http://www.codeforpeople.com/lib/rub
Chef incorporates code modified from Merb (http://www.merbivore.com), which is Copyright (c) 2008 Engine Yard.
Chef incorporates code modified from deep_merge (http://trac.misuse.org/science/wiki/DeepMerge), which is Copyright (c) 2008 Steve Midgley
+
+Chef incorporates code modified from extlib
+(http://github.com/datamapper/extlib), which is Copyright 2009 Dan
+Kubb with some portions of mash.rb being verbatim copies of software
+licensed under the MIT license and Copyright 2005-2008 David
+Heinemeier Hansson