juci: update copyright on scripts and fix wrong header hashbang

This commit is contained in:
Martin Schröder 2016-05-24 14:49:55 +02:00
parent 4f6c517192
commit 6cab82e188
2 changed files with 2 additions and 1 deletions

View File

@ -1,5 +1,5 @@
# Copyright 2016 Martin Schröder <mkschreder.uk@gmail.com>
#!/bin/bash
# Copyright 2016 Martin Schröder <mkschreder.uk@gmail.com>
if [ "$1" = "" ]; then
echo "Usage: extract-strings <file>"

View File

@ -1,4 +1,5 @@
#!/bin/bash
# Copyright (c) 2016 Martin Schröder <mkschreder.uk@gmail.com>
for dir in `find plugins/ -mindepth 1 -maxdepth 1 -type d | sort`; do
echo "LISTING $dir"