man, that license stuff is hard to do right
This commit is contained in:
parent
9595e51287
commit
b341777f60
5
Makefile
5
Makefile
@ -1,3 +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.
|
||||||
|
|
||||||
CFLAGS = -g -Wall -Wextra -Werror
|
CFLAGS = -g -Wall -Wextra -Werror
|
||||||
LDFLAGS = -lcheck
|
LDFLAGS = -lcheck
|
||||||
|
|
||||||
|
@ -1,3 +1,10 @@
|
|||||||
|
/*
|
||||||
|
* 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.
|
||||||
|
*/
|
||||||
|
|
||||||
#include <stdio.h>
|
#include <stdio.h>
|
||||||
#include <string.h>
|
#include <string.h>
|
||||||
#include <ctype.h>
|
#include <ctype.h>
|
||||||
|
7
minmea.c
7
minmea.c
@ -1,3 +1,10 @@
|
|||||||
|
/*
|
||||||
|
* 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.
|
||||||
|
*/
|
||||||
|
|
||||||
#include "minmea.h"
|
#include "minmea.h"
|
||||||
|
|
||||||
#include <stdlib.h>
|
#include <stdlib.h>
|
||||||
|
7
minmea.h
7
minmea.h
@ -1,3 +1,10 @@
|
|||||||
|
/*
|
||||||
|
* 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.
|
||||||
|
*/
|
||||||
|
|
||||||
#ifndef MINMEA_H
|
#ifndef MINMEA_H
|
||||||
#define MINMEA_H
|
#define MINMEA_H
|
||||||
|
|
||||||
|
7
tests.c
7
tests.c
@ -1,3 +1,10 @@
|
|||||||
|
/*
|
||||||
|
* 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.
|
||||||
|
*/
|
||||||
|
|
||||||
#include <stdlib.h>
|
#include <stdlib.h>
|
||||||
#include <string.h>
|
#include <string.h>
|
||||||
#include <math.h>
|
#include <math.h>
|
||||||
|
Loading…
Reference in New Issue
Block a user