add license information
This commit is contained in:
@@ -1,5 +1,12 @@
|
||||
#!/bin/bash
|
||||
|
||||
# This file takes care of identifying the requested mail, adding necessary
|
||||
# information to the template, and piping it to msmtp to send it out.
|
||||
#
|
||||
# Copyright (c) 2018 Free Software Foundation Europe <contact@fsfe.org>
|
||||
# Author 2018 Max Mehl <max.mehl@fsfe.org>
|
||||
# SPDX-License-Identifier: GPL-3.0-or-later
|
||||
|
||||
basedir="${0%/*}"
|
||||
LOG="${basedir}/app.log"
|
||||
touch "${LOG}"
|
||||
|
Reference in New Issue
Block a user