Pārlūkot izejas kodu

Update 'localchecks/edir-version.sh'

Michael Honkoop 2 nedēļas atpakaļ
vecāks
revīzija
fc6c9a68e7
1 mainītis faili ar 5 papildinājumiem un 0 dzēšanām
  1. 5 0
      localchecks/edir-version.sh

+ 5 - 0
localchecks/edir-version.sh

@@ -9,6 +9,11 @@
 
 # Check if ndsd is present on the system, if not then exit (nothing to do)
 # This assumes that you have exported the environment variables when installing eDirectory
+
+# (c) Michael Honkoop <mhonkoop@comsolve.nl>
+
+# License: GNU General Public License v2
+
 /usr/bin/which ndsd >/dev/null 2>&1
 if [ $? -ne 0 ]; then
     exit;