aboutsummaryrefslogtreecommitdiffstats
path: root/src
diff options
context:
space:
mode:
Diffstat (limited to 'src')
-rw-r--r--src/colorramp.c8
-rw-r--r--src/common.h8
-rw-r--r--src/config-ini.c8
-rw-r--r--src/gamma-coopgamma.c8
-rw-r--r--src/gamma-drm.c8
-rw-r--r--src/gamma-dummy.c8
-rw-r--r--src/gamma-quartz.c8
-rw-r--r--src/gamma-randr.c8
-rw-r--r--src/gamma-vidmode.c8
-rw-r--r--src/gamma-w32gdi.c8
-rw-r--r--src/hooks.c8
-rw-r--r--src/location-corelocation.m8
-rw-r--r--src/location-geoclue2.c8
-rw-r--r--src/location-manual.c8
-rw-r--r--src/options.c8
-rw-r--r--src/pipeutils.c8
-rw-r--r--src/redshift.c8
-rw-r--r--src/signals.c8
-rw-r--r--src/solar.c8
-rw-r--r--src/solar.h8
-rw-r--r--src/systemtime.c8
21 files changed, 84 insertions, 84 deletions
diff --git a/src/colorramp.c b/src/colorramp.c
index 2387e01..d260b2c 100644
--- a/src/colorramp.c
+++ b/src/colorramp.c
@@ -1,18 +1,18 @@
/* colorramp.c -- color temperature calculation source
- This file is part of Redshift.
+ This file is part of redshift-ng.
- Redshift is free software: you can redistribute it and/or modify
+ 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
the Free Software Foundation, either version 3 of the License, or
(at your option) any later version.
- Redshift is distributed in the hope that it will be useful,
+ redshift-ng is distributed in the hope that it will be useful,
but WITHOUT ANY WARRANTY; without even the implied warranty of
MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
GNU General Public License for more details.
You should have received a copy of the GNU General Public License
- along with Redshift. If not, see <http://www.gnu.org/licenses/>.
+ along with redshift-ng. If not, see <http://www.gnu.org/licenses/>.
Copyright (c) 2013, 2014 Jon Lund Steffensen <jonlst@gmail.com>
Copyright (c) 2013 Ingo Thies <ithies@astro.uni-bonn.de> [historical, no longer applies]
diff --git a/src/common.h b/src/common.h
index 70e77b1..50cb6bd 100644
--- a/src/common.h
+++ b/src/common.h
@@ -1,18 +1,18 @@
/* common.h -- Common header file for Redshift source files
- This file is part of Redshift.
+ This file is part of redshift-ng.
- Redshift is free software: you can redistribute it and/or modify
+ 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
the Free Software Foundation, either version 3 of the License, or
(at your option) any later version.
- Redshift is distributed in the hope that it will be useful,
+ redshift-ng is distributed in the hope that it will be useful,
but WITHOUT ANY WARRANTY; without even the implied warranty of
MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
GNU General Public License for more details.
You should have received a copy of the GNU General Public License
- along with Redshift. If not, see <http://www.gnu.org/licenses/>.
+ along with redshift-ng. If not, see <http://www.gnu.org/licenses/>.
Copyright (c) 2009-2017 Jon Lund Steffensen <jonlst@gmail.com>
Copyright (c) 2014, 2015, 2016, 2025 Mattias Andrée <m@maandree.se>
diff --git a/src/config-ini.c b/src/config-ini.c
index 1dcda44..df7d1a1 100644
--- a/src/config-ini.c
+++ b/src/config-ini.c
@@ -1,18 +1,18 @@
/* config-ini.c -- INI config file parser
- This file is part of Redshift.
+ This file is part of redshift-ng.
- Redshift is free software: you can redistribute it and/or modify
+ 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
the Free Software Foundation, either version 3 of the License, or
(at your option) any later version.
- Redshift is distributed in the hope that it will be useful,
+ redshift-ng is distributed in the hope that it will be useful,
but WITHOUT ANY WARRANTY; without even the implied warranty of
MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
GNU General Public License for more details.
You should have received a copy of the GNU General Public License
- along with Redshift. If not, see <http://www.gnu.org/licenses/>.
+ along with redshift-ng. If not, see <http://www.gnu.org/licenses/>.
Copyright (c) 2010-2018 Jon Lund Steffensen <jonlst@gmail.com>
Copyright (c) 2025 Mattias Andrée <m@maandree.se>
diff --git a/src/gamma-coopgamma.c b/src/gamma-coopgamma.c
index 6c3da38..61494af 100644
--- a/src/gamma-coopgamma.c
+++ b/src/gamma-coopgamma.c
@@ -1,18 +1,18 @@
/* gamma-coopgamma.h -- coopgamma gamma adjustment source
- This file is part of Redshift.
+ This file is part of redshift-ng.
- Redshift is free software: you can redistribute it and/or modify
+ 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
the Free Software Foundation, either version 3 of the License, or
(at your option) any later version.
- Redshift is distributed in the hope that it will be useful,
+ redshift-ng is distributed in the hope that it will be useful,
but WITHOUT ANY WARRANTY; without even the implied warranty of
MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
GNU General Public License for more details.
You should have received a copy of the GNU General Public License
- along with Redshift. If not, see <http://www.gnu.org/licenses/>.
+ along with redshift-ng. If not, see <http://www.gnu.org/licenses/>.
Copyright (c) 2016, 2025 Mattias Andrée <m@maandree.se>
*/
diff --git a/src/gamma-drm.c b/src/gamma-drm.c
index b059eef..47edd08 100644
--- a/src/gamma-drm.c
+++ b/src/gamma-drm.c
@@ -1,18 +1,18 @@
/* gamma-drm.c -- DRM gamma adjustment source
- This file is part of Redshift.
+ This file is part of redshift-ng.
- Redshift is free software: you can redistribute it and/or modify
+ 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
the Free Software Foundation, either version 3 of the License, or
(at your option) any later version.
- Redshift is distributed in the hope that it will be useful,
+ redshift-ng is distributed in the hope that it will be useful,
but WITHOUT ANY WARRANTY; without even the implied warranty of
MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
GNU General Public License for more details.
You should have received a copy of the GNU General Public License
- along with Redshift. If not, see <http://www.gnu.org/licenses/>.
+ along with redshift-ng. If not, see <http://www.gnu.org/licenses/>.
Copyright (c) 2014, 2025 Mattias Andrée <m@maandree.se>
Copyright (c) 2017 Jon Lund Steffensen <jonlst@gmail.com>
diff --git a/src/gamma-dummy.c b/src/gamma-dummy.c
index 20f4c49..a9aea66 100644
--- a/src/gamma-dummy.c
+++ b/src/gamma-dummy.c
@@ -1,18 +1,18 @@
/* gamma-dummy.c -- No-op gamma adjustment
- This file is part of Redshift.
+ This file is part of redshift-ng.
- Redshift is free software: you can redistribute it and/or modify
+ 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
the Free Software Foundation, either version 3 of the License, or
(at your option) any later version.
- Redshift is distributed in the hope that it will be useful,
+ redshift-ng is distributed in the hope that it will be useful,
but WITHOUT ANY WARRANTY; without even the implied warranty of
MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
GNU General Public License for more details.
You should have received a copy of the GNU General Public License
- along with Redshift. If not, see <http://www.gnu.org/licenses/>.
+ along with redshift-ng. If not, see <http://www.gnu.org/licenses/>.
Copyright (c) 2013-2017 Jon Lund Steffensen <jonlst@gmail.com>
*/
diff --git a/src/gamma-quartz.c b/src/gamma-quartz.c
index 0632951..da6a57c 100644
--- a/src/gamma-quartz.c
+++ b/src/gamma-quartz.c
@@ -1,18 +1,18 @@
/* gamma-quartz.c -- Quartz (OSX) gamma adjustment
- This file is part of Redshift.
+ This file is part of redshift-ng.
- Redshift is free software: you can redistribute it and/or modify
+ 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
the Free Software Foundation, either version 3 of the License, or
(at your option) any later version.
- Redshift is distributed in the hope that it will be useful,
+ redshift-ng is distributed in the hope that it will be useful,
but WITHOUT ANY WARRANTY; without even the implied warranty of
MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
GNU General Public License for more details.
You should have received a copy of the GNU General Public License
- along with Redshift. If not, see <http://www.gnu.org/licenses/>.
+ along with redshift-ng. If not, see <http://www.gnu.org/licenses/>.
Copyright (c) 2014-2017 Jon Lund Steffensen <jonlst@gmail.com>
Copyright (c) 2025 Mattias Andrée <m@maandree.se>
diff --git a/src/gamma-randr.c b/src/gamma-randr.c
index 214acab..bb4e5a0 100644
--- a/src/gamma-randr.c
+++ b/src/gamma-randr.c
@@ -1,18 +1,18 @@
/* gamma-randr.c -- X RANDR gamma adjustment source
- This file is part of Redshift.
+ This file is part of redshift-ng.
- Redshift is free software: you can redistribute it and/or modify
+ 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
the Free Software Foundation, either version 3 of the License, or
(at your option) any later version.
- Redshift is distributed in the hope that it will be useful,
+ redshift-ng is distributed in the hope that it will be useful,
but WITHOUT ANY WARRANTY; without even the implied warranty of
MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
GNU General Public License for more details.
You should have received a copy of the GNU General Public License
- along with Redshift. If not, see <http://www.gnu.org/licenses/>.
+ along with redshift-ng. If not, see <http://www.gnu.org/licenses/>.
Copyright (c) 2010-2017 Jon Lund Steffensen <jonlst@gmail.com>
Copyright (c) 2025 Mattias Andrée <m@maandree.se>
diff --git a/src/gamma-vidmode.c b/src/gamma-vidmode.c
index 8cd5e04..25252c6 100644
--- a/src/gamma-vidmode.c
+++ b/src/gamma-vidmode.c
@@ -1,18 +1,18 @@
/* gamma-vidmode.c -- X VidMode gamma adjustment source
- This file is part of Redshift.
+ This file is part of redshift-ng.
- Redshift is free software: you can redistribute it and/or modify
+ 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
the Free Software Foundation, either version 3 of the License, or
(at your option) any later version.
- Redshift is distributed in the hope that it will be useful,
+ redshift-ng is distributed in the hope that it will be useful,
but WITHOUT ANY WARRANTY; without even the implied warranty of
MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
GNU General Public License for more details.
You should have received a copy of the GNU General Public License
- along with Redshift. If not, see <http://www.gnu.org/licenses/>.
+ along with redshift-ng. If not, see <http://www.gnu.org/licenses/>.
Copyright (c) 2010-2017 Jon Lund Steffensen <jonlst@gmail.com>
Copyright (c) 2025 Mattias Andrée <m@maandree.se>
diff --git a/src/gamma-w32gdi.c b/src/gamma-w32gdi.c
index 5beb1a9..9c5f9ba 100644
--- a/src/gamma-w32gdi.c
+++ b/src/gamma-w32gdi.c
@@ -1,18 +1,18 @@
/* gamma-w32gdi.c -- Windows GDI gamma adjustment source
- This file is part of Redshift.
+ This file is part of redshift-ng.
- Redshift is free software: you can redistribute it and/or modify
+ 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
the Free Software Foundation, either version 3 of the License, or
(at your option) any later version.
- Redshift is distributed in the hope that it will be useful,
+ redshift-ng is distributed in the hope that it will be useful,
but WITHOUT ANY WARRANTY; without even the implied warranty of
MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
GNU General Public License for more details.
You should have received a copy of the GNU General Public License
- along with Redshift. If not, see <http://www.gnu.org/licenses/>.
+ along with redshift-ng. If not, see <http://www.gnu.org/licenses/>.
Copyright (c) 2010-2017 Jon Lund Steffensen <jonlst@gmail.com>
Copyright (c) 2025 Mattias Andrée <m@maandree.se>
diff --git a/src/hooks.c b/src/hooks.c
index e55f3a1..2943eeb 100644
--- a/src/hooks.c
+++ b/src/hooks.c
@@ -1,18 +1,18 @@
/* hooks.c -- Hooks triggered by events
- This file is part of Redshift.
+ This file is part of redshift-ng.
- Redshift is free software: you can redistribute it and/or modify
+ 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
the Free Software Foundation, either version 3 of the License, or
(at your option) any later version.
- Redshift is distributed in the hope that it will be useful,
+ redshift-ng is distributed in the hope that it will be useful,
but WITHOUT ANY WARRANTY; without even the implied warranty of
MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
GNU General Public License for more details.
You should have received a copy of the GNU General Public License
- along with Redshift. If not, see <http://www.gnu.org/licenses/>.
+ along with redshift-ng. If not, see <http://www.gnu.org/licenses/>.
Copyright (c) 2014 Jon Lund Steffensen <jonlst@gmail.com>
*/
diff --git a/src/location-corelocation.m b/src/location-corelocation.m
index b20d32d..caf43ce 100644
--- a/src/location-corelocation.m
+++ b/src/location-corelocation.m
@@ -1,18 +1,18 @@
/* location-corelocation.m -- CoreLocation (OSX) location provider source
- This file is part of Redshift.
+ This file is part of redshift-ng.
- Redshift is free software: you can redistribute it and/or modify
+ 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
the Free Software Foundation, either version 3 of the License, or
(at your option) any later version.
- Redshift is distributed in the hope that it will be useful,
+ redshift-ng is distributed in the hope that it will be useful,
but WITHOUT ANY WARRANTY; without even the implied warranty of
MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
GNU General Public License for more details.
You should have received a copy of the GNU General Public License
- along with Redshift. If not, see <http://www.gnu.org/licenses/>.
+ along with redshift-ng. If not, see <http://www.gnu.org/licenses/>.
Copyright (c) 2014-2017 Jon Lund Steffensen <jonlst@gmail.com>
Copyright (c) 2025 Mattias Andrée <m@maandree.se>
diff --git a/src/location-geoclue2.c b/src/location-geoclue2.c
index c2c080a..c6e0d4c 100644
--- a/src/location-geoclue2.c
+++ b/src/location-geoclue2.c
@@ -1,18 +1,18 @@
/* location-geoclue2.c -- GeoClue2 location provider source
- This file is part of Redshift.
+ This file is part of redshift-ng.
- Redshift is free software: you can redistribute it and/or modify
+ 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
the Free Software Foundation, either version 3 of the License, or
(at your option) any later version.
- Redshift is distributed in the hope that it will be useful,
+ redshift-ng is distributed in the hope that it will be useful,
but WITHOUT ANY WARRANTY; without even the implied warranty of
MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
GNU General Public License for more details.
You should have received a copy of the GNU General Public License
- along with Redshift. If not, see <http://www.gnu.org/licenses/>.
+ along with redshift-ng. If not, see <http://www.gnu.org/licenses/>.
Copyright (c) 2014-2017 Jon Lund Steffensen <jonlst@gmail.com>
Copyright (c) 2025 Mattias Andrée <m@maandree.se>
diff --git a/src/location-manual.c b/src/location-manual.c
index 14a0aad..a720ff5 100644
--- a/src/location-manual.c
+++ b/src/location-manual.c
@@ -1,18 +1,18 @@
/* location-manual.c -- Manual location provider source
- This file is part of Redshift.
+ This file is part of redshift-ng.
- Redshift is free software: you can redistribute it and/or modify
+ 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
the Free Software Foundation, either version 3 of the License, or
(at your option) any later version.
- Redshift is distributed in the hope that it will be useful,
+ redshift-ng is distributed in the hope that it will be useful,
but WITHOUT ANY WARRANTY; without even the implied warranty of
MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
GNU General Public License for more details.
You should have received a copy of the GNU General Public License
- along with Redshift. If not, see <http://www.gnu.org/licenses/>.
+ along with redshift-ng. If not, see <http://www.gnu.org/licenses/>.
Copyright (c) 2010-2017 Jon Lund Steffensen <jonlst@gmail.com>
Copyright (c) 2025 Mattias Andrée <m@maandree.se>
diff --git a/src/options.c b/src/options.c
index 4c8fb70..dfddeda 100644
--- a/src/options.c
+++ b/src/options.c
@@ -1,18 +1,18 @@
/* options.c -- Program options
- This file is part of Redshift.
+ This file is part of redshift-ng.
- Redshift is free software: you can redistribute it and/or modify
+ 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
the Free Software Foundation, either version 3 of the License, or
(at your option) any later version.
- Redshift is distributed in the hope that it will be useful,
+ redshift-ng is distributed in the hope that it will be useful,
but WITHOUT ANY WARRANTY; without even the implied warranty of
MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
GNU General Public License for more details.
You should have received a copy of the GNU General Public License
- along with Redshift. If not, see <http://www.gnu.org/licenses/>.
+ along with redshift-ng. If not, see <http://www.gnu.org/licenses/>.
Copyright (c) 2017 Jon Lund Steffensen <jonlst@gmail.com>
*/
diff --git a/src/pipeutils.c b/src/pipeutils.c
index 163da5e..e6fdf41 100644
--- a/src/pipeutils.c
+++ b/src/pipeutils.c
@@ -1,18 +1,18 @@
/* pipeutils.c -- Utilities for using pipes as signals
- This file is part of Redshift.
+ This file is part of redshift-ng.
- Redshift is free software: you can redistribute it and/or modify
+ 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
the Free Software Foundation, either version 3 of the License, or
(at your option) any later version.
- Redshift is distributed in the hope that it will be useful,
+ redshift-ng is distributed in the hope that it will be useful,
but WITHOUT ANY WARRANTY; without even the implied warranty of
MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
GNU General Public License for more details.
You should have received a copy of the GNU General Public License
- along with Redshift. If not, see <http://www.gnu.org/licenses/>.
+ along with redshift-ng. If not, see <http://www.gnu.org/licenses/>.
Copyright (c) 2017 Jon Lund Steffensen <jonlst@gmail.com>
Copyright (c) 2025 Mattias Andrée <m@maandree.se>
diff --git a/src/redshift.c b/src/redshift.c
index 31a8fbd..53042db 100644
--- a/src/redshift.c
+++ b/src/redshift.c
@@ -1,18 +1,18 @@
/* redshift.c -- Main program source
- This file is part of Redshift.
+ This file is part of redshift-ng.
- Redshift is free software: you can redistribute it and/or modify
+ 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
the Free Software Foundation, either version 3 of the License, or
(at your option) any later version.
- Redshift is distributed in the hope that it will be useful,
+ redshift-ng is distributed in the hope that it will be useful,
but WITHOUT ANY WARRANTY; without even the implied warranty of
MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
GNU General Public License for more details.
You should have received a copy of the GNU General Public License
- along with Redshift. If not, see <http://www.gnu.org/licenses/>.
+ along with redshift-ng. If not, see <http://www.gnu.org/licenses/>.
Copyright (c) 2009-2017 Jon Lund Steffensen <jonlst@gmail.com>
Copyright (c) 2025 Mattias Andrée <m@maandre.se>
diff --git a/src/signals.c b/src/signals.c
index 8b1152e..f0d4966 100644
--- a/src/signals.c
+++ b/src/signals.c
@@ -1,18 +1,18 @@
/* signals.c -- Signal processing source
- This file is part of Redshift.
+ This file is part of redshift-ng.
- Redshift is free software: you can redistribute it and/or modify
+ 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
the Free Software Foundation, either version 3 of the License, or
(at your option) any later version.
- Redshift is distributed in the hope that it will be useful,
+ redshift-ng is distributed in the hope that it will be useful,
but WITHOUT ANY WARRANTY; without even the implied warranty of
MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
GNU General Public License for more details.
You should have received a copy of the GNU General Public License
- along with Redshift. If not, see <http://www.gnu.org/licenses/>.
+ along with redshift-ng. If not, see <http://www.gnu.org/licenses/>.
Copyright (c) 2009-2015 Jon Lund Steffensen <jonlst@gmail.com>
Copyright (c) 2015, 2025 Mattias Andrée <m@maandree.se>
diff --git a/src/solar.c b/src/solar.c
index 5dd5fd9..f70cdc7 100644
--- a/src/solar.c
+++ b/src/solar.c
@@ -1,18 +1,18 @@
/* solar.c -- Solar position source
- This file is part of Redshift.
+ This file is part of redshift-ng.
- Redshift is free software: you can redistribute it and/or modify
+ 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
the Free Software Foundation, either version 3 of the License, or
(at your option) any later version.
- Redshift is distributed in the hope that it will be useful,
+ redshift-ng is distributed in the hope that it will be useful,
but WITHOUT ANY WARRANTY; without even the implied warranty of
MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
GNU General Public License for more details.
You should have received a copy of the GNU General Public License
- along with Redshift. If not, see <http://www.gnu.org/licenses/>.
+ along with redshift-ng. If not, see <http://www.gnu.org/licenses/>.
Copyright (c) 2010 Jon Lund Steffensen <jonlst@gmail.com>
*/
diff --git a/src/solar.h b/src/solar.h
index 56f7041..2dba4d4 100644
--- a/src/solar.h
+++ b/src/solar.h
@@ -1,18 +1,18 @@
/* solar.h -- Solar position header
- This file is part of Redshift.
+ This file is part of redshift-ng.
- Redshift is free software: you can redistribute it and/or modify
+ 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
the Free Software Foundation, either version 3 of the License, or
(at your option) any later version.
- Redshift is distributed in the hope that it will be useful,
+ redshift-ng is distributed in the hope that it will be useful,
but WITHOUT ANY WARRANTY; without even the implied warranty of
MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
GNU General Public License for more details.
You should have received a copy of the GNU General Public License
- along with Redshift. If not, see <http://www.gnu.org/licenses/>.
+ along with redshift-ng. If not, see <http://www.gnu.org/licenses/>.
Copyright (c) 2010 Jon Lund Steffensen <jonlst@gmail.com>
*/
diff --git a/src/systemtime.c b/src/systemtime.c
index b086bc0..ac6d6e3 100644
--- a/src/systemtime.c
+++ b/src/systemtime.c
@@ -1,18 +1,18 @@
/* systemtime.c -- Portable system time source
- This file is part of Redshift.
+ This file is part of redshift-ng.
- Redshift is free software: you can redistribute it and/or modify
+ 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
the Free Software Foundation, either version 3 of the License, or
(at your option) any later version.
- Redshift is distributed in the hope that it will be useful,
+ redshift-ng is distributed in the hope that it will be useful,
but WITHOUT ANY WARRANTY; without even the implied warranty of
MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
GNU General Public License for more details.
You should have received a copy of the GNU General Public License
- along with Redshift. If not, see <http://www.gnu.org/licenses/>.
+ along with redshift-ng. If not, see <http://www.gnu.org/licenses/>.
Copyright (c) 2010-2014 Jon Lund Steffensen <jonlst@gmail.com>
*/