summaryrefslogtreecommitdiffstats
path: root/osx/bundleify.sh
diff options
context:
space:
mode:
Diffstat (limited to 'osx/bundleify.sh')
-rwxr-xr-xosx/bundleify.sh3
1 files changed, 3 insertions, 0 deletions
diff --git a/osx/bundleify.sh b/osx/bundleify.sh
index 55ff57d..559795b 100755
--- a/osx/bundleify.sh
+++ b/osx/bundleify.sh
@@ -1,5 +1,8 @@
#!/bin/bash
+# Copyright 2011-2017 David Robillard <d@drobilla.net>
+# SPDX-License-Identifier: 0BSD OR GPL-3.0-or-later
+
if [ "$#" != 3 ]; then
echo "USAGE: $0 LIB_PREFIX BUNDLE EXE";
exit 1;