Преглед на файлове

COPYING: include the no-warranty clause

Kosma Moczek преди 11 години
родител
ревизия
4d0f78662f
променени са 5 файла, в които са добавени 20 реда и са изтрити 15 реда
  1. 4 3
      Makefile
  2. 4 3
      example.c
  3. 4 3
      minmea.c
  4. 4 3
      minmea.h
  5. 4 3
      tests.c

+ 4 - 3
Makefile

@@ -1,7 +1,8 @@
 # Copyright © 2014 Kosma Moczek <kosma@cloudyourcar.com>
-# 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

+ 4 - 3
example.c

@@ -1,8 +1,9 @@
 /*
  * Copyright © 2014 Kosma Moczek <kosma@cloudyourcar.com>
- * 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 <stdio.h>

+ 4 - 3
minmea.c

@@ -1,8 +1,9 @@
 /*
  * Copyright © 2014 Kosma Moczek <kosma@cloudyourcar.com>
- * 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"

+ 4 - 3
minmea.h

@@ -1,8 +1,9 @@
 /*
  * Copyright © 2014 Kosma Moczek <kosma@cloudyourcar.com>
- * 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

+ 4 - 3
tests.c

@@ -1,8 +1,9 @@
 /*
  * Copyright © 2014 Kosma Moczek <kosma@cloudyourcar.com>
- * 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 <stdlib.h>