diff options
Diffstat (limited to 'src/daemon.h')
-rw-r--r-- | src/daemon.h | 5 |
1 files changed, 2 insertions, 3 deletions
diff --git a/src/daemon.h b/src/daemon.h index d2e8294..6a264d0 100644 --- a/src/daemon.h +++ b/src/daemon.h @@ -5,8 +5,8 @@ * channels from one dvb device and provides the streams via minimal http. * * - * Copyright (C) 2011 Christian Pointner <equinox@spreadspace.org> - * + * Copyright (C) 2011-2016 Christian Pointner <equinox@spreadspace.org> + * * This file is part of gstdvbbackend. * * gstdvbbackend is free software: you can redistribute it and/or modify @@ -160,4 +160,3 @@ void daemonize() } #endif - |