more complete copyright notices
[automated-distro-installer] / encrypt.upstream
index 819c4cf60fe05a15bf9238b3576c420e5919947b..39c8f168043e70549ec4567c52d5188c896a77d6 100644 (file)
@@ -1,5 +1,9 @@
 #!/usr/bin/ash
 
+# This file is from the cryptsetup package in arch. The only
+# modification is this comment. It did not come with a license notice in
+# the file, but I remember that it is GPLv2-or-later.
+
 run_hook() {
     modprobe -a -q dm-crypt >/dev/null 2>&1
     [ "${quiet}" = "y" ] && CSQUIET=">/dev/null"