COPYING: include the no-warranty clause
This commit is contained in:
parent
2e59e40886
commit
4d0f78662f
7
Makefile
7
Makefile
@ -1,7 +1,8 @@
|
|||||||
# Copyright © 2014 Kosma Moczek <kosma@cloudyourcar.com>
|
# Copyright © 2014 Kosma Moczek <kosma@cloudyourcar.com>
|
||||||
# This work is free. You can redistribute it and/or modify it under the
|
# This program is free software. It comes without any warranty, to the extent
|
||||||
# terms of the Do What The Fuck You Want To Public License, Version 2,
|
# permitted by applicable law. You can redistribute it and/or modify it under
|
||||||
# as published by Sam Hocevar. See the COPYING file for more details.
|
# 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
|
CFLAGS = -g -Wall -Wextra -Werror
|
||||||
LDFLAGS = -lcheck
|
LDFLAGS = -lcheck
|
||||||
|
@ -1,8 +1,9 @@
|
|||||||
/*
|
/*
|
||||||
* Copyright © 2014 Kosma Moczek <kosma@cloudyourcar.com>
|
* Copyright © 2014 Kosma Moczek <kosma@cloudyourcar.com>
|
||||||
* This work is free. You can redistribute it and/or modify it under the
|
* This program is free software. It comes without any warranty, to the extent
|
||||||
* terms of the Do What The Fuck You Want To Public License, Version 2,
|
* permitted by applicable law. You can redistribute it and/or modify it under
|
||||||
* as published by Sam Hocevar. See the COPYING file for more details.
|
* 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>
|
#include <stdio.h>
|
||||||
|
7
minmea.c
7
minmea.c
@ -1,8 +1,9 @@
|
|||||||
/*
|
/*
|
||||||
* Copyright © 2014 Kosma Moczek <kosma@cloudyourcar.com>
|
* Copyright © 2014 Kosma Moczek <kosma@cloudyourcar.com>
|
||||||
* This work is free. You can redistribute it and/or modify it under the
|
* This program is free software. It comes without any warranty, to the extent
|
||||||
* terms of the Do What The Fuck You Want To Public License, Version 2,
|
* permitted by applicable law. You can redistribute it and/or modify it under
|
||||||
* as published by Sam Hocevar. See the COPYING file for more details.
|
* 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"
|
#include "minmea.h"
|
||||||
|
7
minmea.h
7
minmea.h
@ -1,8 +1,9 @@
|
|||||||
/*
|
/*
|
||||||
* Copyright © 2014 Kosma Moczek <kosma@cloudyourcar.com>
|
* Copyright © 2014 Kosma Moczek <kosma@cloudyourcar.com>
|
||||||
* This work is free. You can redistribute it and/or modify it under the
|
* This program is free software. It comes without any warranty, to the extent
|
||||||
* terms of the Do What The Fuck You Want To Public License, Version 2,
|
* permitted by applicable law. You can redistribute it and/or modify it under
|
||||||
* as published by Sam Hocevar. See the COPYING file for more details.
|
* 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
|
#ifndef MINMEA_H
|
||||||
|
7
tests.c
7
tests.c
@ -1,8 +1,9 @@
|
|||||||
/*
|
/*
|
||||||
* Copyright © 2014 Kosma Moczek <kosma@cloudyourcar.com>
|
* Copyright © 2014 Kosma Moczek <kosma@cloudyourcar.com>
|
||||||
* This work is free. You can redistribute it and/or modify it under the
|
* This program is free software. It comes without any warranty, to the extent
|
||||||
* terms of the Do What The Fuck You Want To Public License, Version 2,
|
* permitted by applicable law. You can redistribute it and/or modify it under
|
||||||
* as published by Sam Hocevar. See the COPYING file for more details.
|
* 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>
|
#include <stdlib.h>
|
||||||
|
Loading…
Reference in New Issue
Block a user