diff options
author | Mattias Andrée <maandree@operamail.com> | 2014-01-25 18:45:44 +0100 |
---|---|---|
committer | Mattias Andrée <maandree@operamail.com> | 2014-01-25 18:45:44 +0100 |
commit | ad7e5345c70620718fffc8f5400b23ce2b76413e (patch) | |
tree | 64006660b9da5b57afd86111db1a77d9ff05eba6 | |
parent | translate the java code to c (diff) | |
download | adjbacklight-ad7e5345c70620718fffc8f5400b23ce2b76413e.tar.gz adjbacklight-ad7e5345c70620718fffc8f5400b23ce2b76413e.tar.bz2 adjbacklight-ad7e5345c70620718fffc8f5400b23ce2b76413e.tar.xz |
m
Signed-off-by: Mattias Andrée <maandree@operamail.com>
-rwxr-xr-x | adjbacklight | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/adjbacklight b/adjbacklight index f12647a..6bc3f18 100755 --- a/adjbacklight +++ b/adjbacklight @@ -33,7 +33,7 @@ if (( $# > 0 )); then adjbacklight – Convient method for adjusting the backlight on your portable computer -Copyright © 2012, 2013 Mattias Andrée (maandree@member.fsf.org) +Copyright © 2012, 2013, 2014 Mattias Andrée (maandree@member.fsf.org) 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 @@ -110,7 +110,7 @@ C-d Continue to next controller, or if at last, quit -Copyright © 2012, 2013 Mattias Andrée (maandree@member.fsf.org) +Copyright © 2012, 2013, 2014 Mattias Andrée (maandree@member.fsf.org) 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 |