man, that license stuff is hard to do right

This commit is contained in:
Kosma Moczek 2014-02-16 20:03:14 +01:00
parent 9595e51287
commit b341777f60
5 changed files with 33 additions and 0 deletions

View File

@ -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
LDFLAGS = -lcheck

View File

@ -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 <string.h>
#include <ctype.h>

View File

@ -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 <stdlib.h>

View File

@ -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
#define MINMEA_H

View File

@ -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 <string.h>
#include <math.h>