diff options
| -rw-r--r-- | examples/x-window-focus | 2 | ||||
| -rwxr-xr-x | src/__main__.py | 4 | ||||
| -rw-r--r-- | src/completion | 2 | ||||
| -rw-r--r-- | src/interface.py | 2 | 
4 files changed, 4 insertions, 6 deletions
diff --git a/examples/x-window-focus b/examples/x-window-focus index 9d341ff..930044a 100644 --- a/examples/x-window-focus +++ b/examples/x-window-focus @@ -6,7 +6,7 @@  # only been tested on twm and xmonad. -# Copyright © 2014  Mattias Andrée (maandree@member.fsf.org) +# Copyright © 2014  Mattias Andrée (m@maandree.se)  #   # This program is free software: you can redistribute it and/or modify  # it under the terms of the GNU General Public License as published by diff --git a/src/__main__.py b/src/__main__.py index a8f0723..dbc4623 100755 --- a/src/__main__.py +++ b/src/__main__.py @@ -2,7 +2,7 @@  # -*- python -*-  copyright='''  nightshift - A terminal user interface for redshift -Copyright © 2014  Mattias Andrée (maandree@member.fsf.org) +Copyright © 2014  Mattias Andrée (m@maandree.se)  This program is free software: you can redistribute it and/or modify  it under the terms of the GNU General Public License as published by @@ -191,8 +191,6 @@ for arg in sys.argv[1:]:                      -m --method         METHOD      Method to use to set colour temperature                                                      (Type `list' to see available methods)                      -r --no-transition              Disable temperature transitions -                   -                  Please report bugs to <https://github.com/maandree/nightshift/issues>                 '''          text = text.split('\n')[:-1]          indent = min([len(line) - len(line.lstrip()) for line in text if line.rstrip().startswith(' ')]) diff --git a/src/completion b/src/completion index b2caa90..7d7200f 100644 --- a/src/completion +++ b/src/completion @@ -1,5 +1,5 @@  ; nightshift - A terminal user interface for redshift -; Copyright © 2014  Mattias Andrée (maandree@member.fsf.org) +; Copyright © 2014  Mattias Andrée (m@maandree.se)  ;   ; This program is free software: you can redistribute it and/or modify  ; it under the terms of the GNU General Public License as published by diff --git a/src/interface.py b/src/interface.py index 99d38ed..53928d6 100644 --- a/src/interface.py +++ b/src/interface.py @@ -2,7 +2,7 @@  # -*- python -*-  '''  nightshift - A terminal user interface for redshift -Copyright © 2014  Mattias Andrée (maandree@member.fsf.org) +Copyright © 2014  Mattias Andrée (m@maandree.se)  This program is free software: you can redistribute it and/or modify  it under the terms of the GNU General Public License as published by  | 
