From 5387e611765899f2cfeb76f2ab771f6f53461cfd Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Higor=20Eur=C3=ADpedes?= Date: Thu, 27 Sep 2018 23:48:04 -0300 Subject: [PATCH] update license --- LICENSE | 2 +- Makefile | 4 ++-- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/LICENSE b/LICENSE index bad9de9..6b07a64 100644 --- a/LICENSE +++ b/LICENSE @@ -1,4 +1,4 @@ -Copyright 2013 Higor "enygmata" Eurípedes. All rights reserved. +Copyright 2013-2018 Higor "enygmata" Eurípedes. All rights reserved. Redistribution and use in source and binary forms, with or without modification, are permitted provided that the following conditions are met: diff --git a/Makefile b/Makefile index db2eab2..9e8143e 100644 --- a/Makefile +++ b/Makefile @@ -8,9 +8,9 @@ win: ipsbehead.exe clean: -rm -f ipsbehead ipsbehead.exe ipsbehead.o -ipsbehead: ipsbehead.c +ipsbehead: ipsbehead.c Makefile $(CC) $(CFLAGS) $(LDFLAGS) -o $@ $< -ipsbehead.exe: ipsbehead.c +ipsbehead.exe: ipsbehead.c Makefile $(CC) $(CFLAGS) $(LDFLAGS) -o $@ $< -lws2_32