X-Git-Url: http://git.tuebingen.mpg.de/?p=dss.git;a=blobdiff_plain;f=tv.c;h=538202c9fe99dd1326b2fb19aee2168dcbf0ec20;hp=8ab5e5a90a6bd151c87750adb761c135b7ec774e;hb=45ae697d187c12a7ed40ae71b6a8adeda4b32b6c;hpb=295c0a7cf995629a9c174d3d24c171a744d3abf4 diff --git a/tv.c b/tv.c index 8ab5e5a..538202c 100644 --- a/tv.c +++ b/tv.c @@ -1,9 +1,4 @@ -/* - * Copyright (C) 2005-2010 Andre Noll - * - * Licensed under the GPL v2. For licencing details see COPYING. - */ - +/* SPDX-License-Identifier: GPL-2.0 */ #include #include #include @@ -54,6 +49,5 @@ int64_t get_current_time(void) { time_t now; time(&now); - DSS_DEBUG_LOG(("now: %jd\n", (intmax_t)now)); return (int64_t)now; }