summary refs log tree commit diff
path: root/bin/pbd.c
diff options
context:
space:
mode:
authorJune McEnroe <programble@gmail.com>2017-09-06 15:19:24 -0400
committerJune McEnroe <programble@gmail.com>2017-09-06 15:19:24 -0400
commit5cec10630aa2fbe6f21d6576587f97f784d3a819 (patch)
treedf4ab98640210b38f6122942b2c05997415388d6 /bin/pbd.c
parentFix bin/Makefile FreeBSD compatibility (diff)
downloadsrc-5cec10630aa2fbe6f21d6576587f97f784d3a819.tar.gz
src-5cec10630aa2fbe6f21d6576587f97f784d3a819.zip
Move C file description comments
Comments are ugly this is why I don't put them in my code ;)
Diffstat (limited to 'bin/pbd.c')
-rw-r--r--bin/pbd.c8
1 files changed, 4 insertions, 4 deletions
diff --git a/bin/pbd.c b/bin/pbd.c
index efc6000b..be3d95a0 100644
--- a/bin/pbd.c
+++ b/bin/pbd.c
@@ -1,7 +1,4 @@
-/* TCP server which pipes between macOS pbcopy and pbpaste, and pbcopy and
- * pbpaste implementations which connect to it.
- *
- * Copyright (c) 2017, Curtis McEnroe <programble@gmail.com>
+/* Copyright (c) 2017, Curtis 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
@@ -17,6 +14,9 @@
  * along with this program.  If not, see <http://www.gnu.org/licenses/>.
  */
 
+// TCP server which pipes between macOS pbcopy and pbpaste, and pbcopy and
+// pbpaste implementations which connect to it.
+
 #include <arpa/inet.h>
 #include <err.h>
 #include <netinet/in.h>