diff options
author | Mattias Andrée <maandree@operamail.com> | 2014-04-10 22:22:36 +0200 |
---|---|---|
committer | Mattias Andrée <maandree@operamail.com> | 2014-04-10 22:22:36 +0200 |
commit | aa0631119e5a4f9610657caff798225a97185488 (patch) | |
tree | 29c63f745c147a33cb4dc1e7fc87c4a0e8866c97 | |
parent | update readme (diff) | |
download | nightshift-aa0631119e5a4f9610657caff798225a97185488.tar.gz nightshift-aa0631119e5a4f9610657caff798225a97185488.tar.bz2 nightshift-aa0631119e5a4f9610657caff798225a97185488.tar.xz |
m copying
Signed-off-by: Mattias Andrée <maandree@operamail.com>
-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 |