summaryrefslogtreecommitdiff
path: root/license-summary
diff options
context:
space:
mode:
Diffstat (limited to 'license-summary')
-rwxr-xr-xlicense-summary5
1 files changed, 5 insertions, 0 deletions
diff --git a/license-summary b/license-summary
new file mode 100755
index 0000000..a0def72
--- /dev/null
+++ b/license-summary
@@ -0,0 +1,5 @@
+#!/bin/sh
+
+set -eu
+
+sed -n '/.*=\*= [Ll]icen[cs]es\?: \(.*\)=\*=.*/s//\1/p' "$@"