diff options
Diffstat (limited to 'src/Makefile')
-rw-r--r-- | src/Makefile | 8 |
1 files changed, 7 insertions, 1 deletions
diff --git a/src/Makefile b/src/Makefile index e55eb53..0634395 100644 --- a/src/Makefile +++ b/src/Makefile @@ -4,7 +4,7 @@ ## The Radio Helsinki Archive Daemon ## ## -## Copyright (C) 2010-2014 Christian Pointner <equinox@helsinki.at> +## Copyright (C) 2009-2014 Christian Pointner <equinox@helsinki.at> ## ## This file is part of rharchive. ## @@ -21,6 +21,12 @@ ## You should have received a copy of the GNU General Public License ## along with rharchive. If not, see <http://www.gnu.org/licenses/>. ## +## In addition, as a special exception, the copyright holders hereby +## grant permission for non-GPL-compatible GStreamer plugins to be used +## and distributed together with GStreamer and rharchive. +## This permission goes above and beyond the permissions granted by the +## GPL license rharchive is covered by. +## ifneq ($(MAKECMDGOALS),distclean) include include.mk |