added license

This commit is contained in:
Oliver Ladner 2014-01-10 10:42:40 +01:00
commit 747c14667e
2 changed files with 5 additions and 0 deletions

View file

@ -1,4 +1,6 @@
#!/usr/bin/env bash #!/usr/bin/env bash
# Author: Oliver Ladner <oli@lugh.ch>
# License: LGPL
# #
# Lists mailbox size of all virtual users # Lists mailbox size of all virtual users
# of all domains # of all domains

View file

@ -1,4 +1,7 @@
#!/usr/bin/env bash #!/usr/bin/env bash
# Author: Oliver Ladner <oli@lugh.ch>
# License: LGPL
#
# Checks the webroot for files being owned by www daemon and # Checks the webroot for files being owned by www daemon and
# writable at the same time. This is only needed by some files # writable at the same time. This is only needed by some files
# so we'll check with a whitelist. # so we'll check with a whitelist.