From 4d0f78662f365ebef1af797797c11d7920165c73 Mon Sep 17 00:00:00 2001 From: Kosma Moczek Date: Wed, 26 Feb 2014 16:27:24 +0100 Subject: [PATCH] COPYING: include the no-warranty clause --- Makefile | 7 ++++--- example.c | 7 ++++--- minmea.c | 7 ++++--- minmea.h | 7 ++++--- tests.c | 7 ++++--- 5 files changed, 20 insertions(+), 15 deletions(-) diff --git a/Makefile b/Makefile index 8c29d64..7c2cf7a 100644 --- a/Makefile +++ b/Makefile @@ -1,7 +1,8 @@ # Copyright © 2014 Kosma Moczek -# This work is free. You can redistribute it and/or modify it under the -# terms of the Do What The Fuck You Want To Public License, Version 2, -# as published by Sam Hocevar. See the COPYING file for more details. +# This program is free software. It comes without any warranty, to the extent +# permitted by applicable law. You can redistribute it and/or modify it under +# the terms of the Do What The Fuck You Want To Public License, Version 2, as +# published by Sam Hocevar. See the COPYING file for more details. CFLAGS = -g -Wall -Wextra -Werror LDFLAGS = -lcheck diff --git a/example.c b/example.c index 49ce9c9..98e1814 100644 --- a/example.c +++ b/example.c @@ -1,8 +1,9 @@ /* * Copyright © 2014 Kosma Moczek - * This work is free. You can redistribute it and/or modify it under the - * terms of the Do What The Fuck You Want To Public License, Version 2, - * as published by Sam Hocevar. See the COPYING file for more details. + * This program is free software. It comes without any warranty, to the extent + * permitted by applicable law. You can redistribute it and/or modify it under + * the terms of the Do What The Fuck You Want To Public License, Version 2, as + * published by Sam Hocevar. See the COPYING file for more details. */ #include diff --git a/minmea.c b/minmea.c index ba9964c..7ff87b5 100644 --- a/minmea.c +++ b/minmea.c @@ -1,8 +1,9 @@ /* * Copyright © 2014 Kosma Moczek - * This work is free. You can redistribute it and/or modify it under the - * terms of the Do What The Fuck You Want To Public License, Version 2, - * as published by Sam Hocevar. See the COPYING file for more details. + * This program is free software. It comes without any warranty, to the extent + * permitted by applicable law. You can redistribute it and/or modify it under + * the terms of the Do What The Fuck You Want To Public License, Version 2, as + * published by Sam Hocevar. See the COPYING file for more details. */ #include "minmea.h" diff --git a/minmea.h b/minmea.h index 8008117..de8f952 100644 --- a/minmea.h +++ b/minmea.h @@ -1,8 +1,9 @@ /* * Copyright © 2014 Kosma Moczek - * This work is free. You can redistribute it and/or modify it under the - * terms of the Do What The Fuck You Want To Public License, Version 2, - * as published by Sam Hocevar. See the COPYING file for more details. + * This program is free software. It comes without any warranty, to the extent + * permitted by applicable law. You can redistribute it and/or modify it under + * the terms of the Do What The Fuck You Want To Public License, Version 2, as + * published by Sam Hocevar. See the COPYING file for more details. */ #ifndef MINMEA_H diff --git a/tests.c b/tests.c index 6416ae9..318903e 100644 --- a/tests.c +++ b/tests.c @@ -1,8 +1,9 @@ /* * Copyright © 2014 Kosma Moczek - * This work is free. You can redistribute it and/or modify it under the - * terms of the Do What The Fuck You Want To Public License, Version 2, - * as published by Sam Hocevar. See the COPYING file for more details. + * This program is free software. It comes without any warranty, to the extent + * permitted by applicable law. You can redistribute it and/or modify it under + * the terms of the Do What The Fuck You Want To Public License, Version 2, as + * published by Sam Hocevar. See the COPYING file for more details. */ #include