summary refs log tree commit diff
path: root/bin/bri.c
diff options
context:
space:
mode:
Diffstat (limited to 'bin/bri.c')
-rw-r--r--bin/bri.c6
1 files changed, 3 insertions, 3 deletions
diff --git a/bin/bri.c b/bin/bri.c
index 5760c0cd..45c937e9 100644
--- a/bin/bri.c
+++ b/bin/bri.c
@@ -1,6 +1,4 @@
-/* Backlight brightness control.
- *
- * Copyright (c) 2017, June McEnroe <programble@gmail.com>
+/* Copyright (c) 2017, June McEnroe <programble@gmail.com>
  *
  * This program is free software: you can redistribute it and/or modify
  * it under the terms of the GNU Affero General Public License as published by
@@ -16,6 +14,8 @@
  * along with this program.  If not, see <http://www.gnu.org/licenses/>.
  */
 
+// Backlight brightness control.
+
 #include <dirent.h>
 #include <err.h>
 #include <errno.h>