From 524a992da1b98bb88a62efb3365365831eb91141 Mon Sep 17 00:00:00 2001 From: June McEnroe Date: Wed, 6 Sep 2017 15:19:24 -0400 Subject: Move C file description comments Comments are ugly this is why I don't put them in my code ;) --- bin/pbd.c | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) (limited to 'bin/pbd.c') diff --git a/bin/pbd.c b/bin/pbd.c index fcc5d2cf..4b4969a5 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, June McEnroe +/* Copyright (c) 2017, June McEnroe * * 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 . */ +// TCP server which pipes between macOS pbcopy and pbpaste, and pbcopy and +// pbpaste implementations which connect to it. + #include #include #include -- cgit 1.4.1