diff options
Diffstat (limited to 'bin/wake.c')
-rw-r--r-- | bin/wake.c | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/bin/wake.c b/bin/wake.c index 07a2ef37..c1100994 100644 --- a/bin/wake.c +++ b/bin/wake.c @@ -1,6 +1,4 @@ -/* Wake-on-LAN. - * - * 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/>. */ +// Wake-on-LAN. + #include <err.h> #include <netinet/in.h> #include <stdint.h> |