summaryrefslogtreecommitdiffstats
path: root/osx/bundleify.sh
diff options
context:
space:
mode:
authorDavid Robillard <d@drobilla.net>2022-07-19 09:54:58 -0400
committerDavid Robillard <d@drobilla.net>2022-07-20 10:35:29 -0400
commit4658288c09861a2c222636e7844f773fef43bab7 (patch)
tree0d67e66217469d0ed60d2da6824c94183e258f91 /osx/bundleify.sh
parentc0ef025450cf1b7eec85ae8058e0a9e301e7cd16 (diff)
downloadpatchage-4658288c09861a2c222636e7844f773fef43bab7.tar.gz
patchage-4658288c09861a2c222636e7844f773fef43bab7.tar.bz2
patchage-4658288c09861a2c222636e7844f773fef43bab7.zip
Adopt REUSE machine-readable licensing standard
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..786eb48 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: CC0-1.0 OR GPL-3.0-or-later
+
if [ "$#" != 3 ]; then
echo "USAGE: $0 LIB_PREFIX BUNDLE EXE";
exit 1;