Permalink
Browse files

Add license for build.sh

  • Loading branch information...
1 parent 0a495c5 commit 9b1af34399a5482b4e5cc884e748c3a7a6c2524a @bgilbert bgilbert committed Jul 31, 2012
Showing with 523 additions and 1 deletion.
  1. +19 −1 build.sh
  2. +504 −0 lgpl-2.1.txt
View
@@ -1,4 +1,22 @@
#!/bin/bash
+#
+# A script for building OpenSlide and its dependencies for Windows
+#
+# Copyright (c) 2011-2012 Carnegie Mellon University
+# All rights reserved.
+#
+# This script is free software: you can redistribute it and/or modify it
+# under the terms of the GNU Lesser General Public License, version 2.1,
+# as published by the Free Software Foundation.
+#
+# This script is distributed in the hope that it will be useful, but WITHOUT
+# ANY WARRANTY; without even the implied warranty of MERCHANTABILITY or
+# FITNESS FOR A PARTICULAR PURPOSE. See the GNU Lesser General Public License
+# for more details.
+#
+# You should have received a copy of the GNU Lesser General Public License
+# along with this script. If not, see <http://www.gnu.org/licenses/>.
+#
set -eE
@@ -456,7 +474,7 @@ sdist() {
fetch "$package"
cp "$(tarpath ${package})" "${zipdir}/tar/"
done
- cp build.sh README.markdown TODO.txt "${zipdir}/"
+ cp build.sh README.markdown TODO.txt lgpl-2.1.txt "${zipdir}/"
rm -f "${zipdir}.zip"
zip -r "${zipdir}.zip" "${zipdir}"
rm -r "${zipdir}"
Oops, something went wrong.

0 comments on commit 9b1af34

Please sign in to comment.