summary refs log tree commit diff
path: root/bin/bri.c
diff options
context:
space:
mode:
authorJune McEnroe <june@causal.agency>2017-09-06 15:19:24 -0400
committerJune McEnroe <june@causal.agency>2017-09-06 15:19:24 -0400
commit524a992da1b98bb88a62efb3365365831eb91141 (patch)
treebcd1abb9dcd75dbbf4cbd54d492f742544a92837 /bin/bri.c
parentFix bin/Makefile FreeBSD compatibility (diff)
downloadsrc-524a992da1b98bb88a62efb3365365831eb91141.tar.gz
src-524a992da1b98bb88a62efb3365365831eb91141.zip
Move C file description comments
Comments are ugly this is why I don't put them in my code ;)
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>