From 509d141e59d885ae8729809b134bda3913638431 Mon Sep 17 00:00:00 2001 From: "mingang.he" Date: Tue, 20 Jul 2021 14:11:21 +0000 Subject: [PATCH] Update --- Makefile | 4 ++-- graftcp.c | 2 +- main.c | 14 ++++++++++++++ 3 files changed, 17 insertions(+), 3 deletions(-) diff --git a/Makefile b/Makefile index 74fbb48..a252ad8 100644 --- a/Makefile +++ b/Makefile @@ -1,5 +1,5 @@ # "Makefile" for graftcp. -# Copyright (C) 2016, 2018, 2020 Hmgle +# Copyright (C) 2016, 2018, 2020, 2021 Hmgle # # This program is free software: you can redistribute it and/or modify # it under the terms of the GNU General Public License as published by @@ -36,7 +36,7 @@ else endif ifneq ($(shell echo $(VERSION) | head -c 1), v) - VERSION=v0.3 + VERSION=v0.4 endif CFLAGS += -DVERSION=\"$(VERSION)\" diff --git a/graftcp.c b/graftcp.c index 7dd38fc..ab0acd5 100644 --- a/graftcp.c +++ b/graftcp.c @@ -1,6 +1,6 @@ /* * graftcp - * Copyright (C) 2016, 2018-2020 Hmgle + * Copyright (C) 2016, 2018-2021 Hmgle * * This program is free software: you can redistribute it and/or modify * it under the terms of the GNU General Public License as published by diff --git a/main.c b/main.c index ae6ba1e..75c9604 100644 --- a/main.c +++ b/main.c @@ -1,3 +1,17 @@ +/* + * graftcp + * Copyright (C) 2016, 2018-2021 Hmgle + * + * This program is free software: you can redistribute it and/or modify + * it under the terms of the GNU 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 General Public License for more details. + */ int client_main(int argc, char **argv); int main(int argc, char **argv)