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