@@ -0,0 +1 @@
+license.txt
@@ -0,0 +1,6 @@
+#!/bin/bash
+
+fileName='license.txt'
+echo "All rights reserved" > $fileName
+find -name "*.sh" >> $fileName