diff options
Diffstat (limited to 'src/gamma-dummy.c')
-rw-r--r-- | src/gamma-dummy.c | 8 |
1 files changed, 4 insertions, 4 deletions
diff --git a/src/gamma-dummy.c b/src/gamma-dummy.c index 32f6605..abb5d22 100644 --- a/src/gamma-dummy.c +++ b/src/gamma-dummy.c @@ -1,5 +1,7 @@ -/* gamma-dummy.c -- No-op gamma adjustment - * This file is part of redshift-ng. +/* redshift-ng - Automatically adjust display colour temperature according the Sun + * + * Copyright (c) 2009-2018 Jon Lund Steffensen <jonlst@gmail.com> + * Copyright (c) 2014-2016, 2025 Mattias Andrée <m@maandree.se> * * redshift-ng is free software: you can redistribute it and/or modify * it under the terms of the GNU General Public License as published by @@ -13,8 +15,6 @@ * * You should have received a copy of the GNU General Public License * along with redshift-ng. If not, see <http://www.gnu.org/licenses/>. - * - * Copyright (c) 2013-2017 Jon Lund Steffensen <jonlst@gmail.com> */ #include "common.h" |