add license information

This commit is contained in:
2018-04-06 08:49:36 +02:00
parent 88ee50a61e
commit 5e55776b32
2 changed files with 632 additions and 0 deletions

625
LICENSE Normal file

File diff suppressed because it is too large Load Diff

View File

@@ -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}"