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