From bbb1ef6a917a3e0b94c8278b3c6643b523aad5c0 Mon Sep 17 00:00:00 2001 From: Julian Picht Date: Tue, 20 Dec 2016 22:26:25 +0100 Subject: add copyright headers --- include/disambiguator.h | 3 +++ src/disambiguator.c | 4 ++++ tools/disambiguate/disambiguate.c | 6 +++++- 3 files changed, 12 insertions(+), 1 deletion(-) diff --git a/include/disambiguator.h b/include/disambiguator.h index 58bce48..a17fc8d 100644 --- a/include/disambiguator.h +++ b/include/disambiguator.h @@ -1,3 +1,6 @@ +// (C) 2016 Julian Picht, MIT/x11 License. +// +//All MIT/x11 Licensed Code in this file may be relicensed freely under the GPL or LGPL licenses. #ifndef DISAMBIGUATOR_H #define DISAMBIGUATOR_H diff --git a/src/disambiguator.c b/src/disambiguator.c index 9b55fa4..f03299d 100644 --- a/src/disambiguator.c +++ b/src/disambiguator.c @@ -1,3 +1,7 @@ +// (C) 2016 Julian Picht, MIT/x11 License. +// +//All MIT/x11 Licensed Code in this file may be relicensed freely under the GPL or LGPL licenses. + #include "../include/disambiguator.h" #include #include diff --git a/tools/disambiguate/disambiguate.c b/tools/disambiguate/disambiguate.c index dcaf9d8..7e46625 100644 --- a/tools/disambiguate/disambiguate.c +++ b/tools/disambiguate/disambiguate.c @@ -1,3 +1,7 @@ +// (C) 2016 Julian Picht, MIT/x11 License. +// +//All MIT/x11 Licensed Code in this file may be relicensed freely under the GPL or LGPL licenses. + #include #include #include @@ -6,7 +10,7 @@ int main() { - FILE * f = fopen( "raw_light_data_from_watchman.csv", "r" ); + FILE * f = fopen( "raw_light_data_from_watchman.sorted.csv", "r" ); if (f == NULL) { fprintf(stderr, "ERROR OPENING INPUT FILE\n"); return -1; -- cgit v1.2.3