diff options
-rw-r--r-- | COPYING | 1 | ||||
-rwxr-xr-x | src/nightshift.py | 1 |
2 files changed, 2 insertions, 0 deletions
@@ -1,3 +1,4 @@ +nightshift - A terminal user interface for redshift Copyright © 2014 Mattias Andrée (maandree@member.fsf.org) This program is free software: you can redistribute it and/or modify diff --git a/src/nightshift.py b/src/nightshift.py index e9ad04d..6de6227 100755 --- a/src/nightshift.py +++ b/src/nightshift.py @@ -1,6 +1,7 @@ #!/usr/bin/env python3 # -*- python -*- copyright=''' +nightshift - A terminal user interface for redshift Copyright © 2014 Mattias Andrée (maandree@member.fsf.org) This program is free software: you can redistribute it and/or modify |