diff options
Diffstat (limited to '')
-rw-r--r--[-rwxr-xr-x] | bin/wake.c (renamed from home/.bin/wake.c) | 20 |
1 files changed, 17 insertions, 3 deletions
diff --git a/home/.bin/wake.c b/bin/wake.c index 2f314975..07a2ef37 100755..100644 --- a/home/.bin/wake.c +++ b/bin/wake.c @@ -1,6 +1,20 @@ -#if 0 -exec cc -Wall -Wextra -Wpedantic $@ -o $(dirname $0)/wake $0 -#endif +/* Wake-on-LAN. + * + * 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 + * the Free Software Foundation, either version 3 of the License, or + * (at your option) any later version. + * + * This program is distributed in the hope that it will be useful, + * but WITHOUT ANY WARRANTY; without even the implied warranty of + * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the + * GNU Affero General Public License for more details. + * + * You should have received a copy of the GNU Affero General Public License + * along with this program. If not, see <http://www.gnu.org/licenses/>. + */ #include <err.h> #include <netinet/in.h> |