From 596d31cd4174865625797c6ae1204e649274c893 Mon Sep 17 00:00:00 2001 From: Luke Shumaker Date: Wed, 15 Feb 2017 14:19:09 -0500 Subject: Add a "License:" tag to all code files. --- lib/common.sh | 2 ++ 1 file changed, 2 insertions(+) (limited to 'lib/common.sh') diff --git a/lib/common.sh b/lib/common.sh index 22a80ca..4593b36 100644 --- a/lib/common.sh +++ b/lib/common.sh @@ -1,6 +1,8 @@ #!/hint/bash # This may be included with or without `set -euE` +# License: Unspecified + # Avoid any encoding problems export LANG=C -- cgit v1.2.3-54-g00ecf