瀏覽代碼

Fetch DAVKit

Felix Paul Kühne 12 年之前
父節點
當前提交
41cab5871a
共有 2 個文件被更改,包括 6 次插入0 次删除
  1. 3 0
      Resources/About Contents.html
  2. 3 0
      buildAspenProject.sh

+ 3 - 0
Resources/About Contents.html

@@ -48,6 +48,9 @@ Copyright &copy; 2010, Kobo Inc. - <a href="#bsd3clause">3-clause BSD License</a
 &nbsp;&nbsp;&nbsp;&nbsp;<a href="https://github.com/robbiehanson/CocoaHTTPServer">CocoaHTTPServer</a><br />
 Copyright &copy; 2011, Deusty, LLC - <a href="#bsd2clause">2-clause BSD License</a><br />
 <br />
+&nbsp;&nbsp;&nbsp;&nbsp;<a href="https://github.com/mattrajca/DAVKit">DAVKit</a><br />
+Copyright &copy; 2010-2012 Matt Rajca - <a href="#mit">MIT License</a><br />
+<br />
 &nbsp;&nbsp;&nbsp;&nbsp;<a href="https://www.dropbox.com/developers">Dropbox SDK</a><br />
 Copyright &copy; 2010 Dropbox (Evenflow, Inc.) - <a href="#mit">MIT License</a><br />
 <br />

+ 3 - 0
buildAspenProject.sh

@@ -143,6 +143,9 @@ fi
 if ! [ -e OBSlider ]; then
 git clone git://github.com/ole/OBSlider.git
 fi
+if ! [ -e DAVKit ]; then
+git clone git://github.com/mattrajca/DAVKit.git
+fi
 if ! [ -e GHSidebarNav ]; then
 git clone git://github.com/gresrun/GHSidebarNav.git
 cd GHSidebarNav