diff options
Diffstat (limited to '')
-rw-r--r-- | bin/dtch.c | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/bin/dtch.c b/bin/dtch.c index 9be88a12..4714f748 100644 --- a/bin/dtch.c +++ b/bin/dtch.c @@ -1,6 +1,4 @@ -/* Session attach and detach. - * - * 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 @@ -16,6 +14,8 @@ * along with this program. If not, see <http://www.gnu.org/licenses/>. */ +// Session attach and detach. + #include <err.h> #include <errno.h> #include <fcntl.h> |