Added license

This commit is contained in:
Christoph Haas 2018-04-06 17:18:05 +02:00
parent f2da8d6e17
commit c18d2adc06
5 changed files with 33 additions and 0 deletions

View File

@ -1,3 +1,8 @@
# Copyright 2018 Christoph Haas
#
# This program is free software; you can redistribute it and/or modify it
# under the terms of the standard MIT license. See LICENSE for more details.
EXE = gclogger EXE = gclogger
SRC_DIR = src SRC_DIR = src

View File

@ -1,3 +1,10 @@
/*
* Copyright 2018 Christoph Haas
*
* This program is free software; you can redistribute it and/or modify it
* under the terms of the standard MIT license. See LICENSE for more details.
*/
#ifndef _GCLOGGER_H_ #ifndef _GCLOGGER_H_
#define _GCLOGGER_H_ #define _GCLOGGER_H_

View File

@ -1,3 +1,10 @@
/*
* Copyright 2018 Christoph Haas
*
* This program is free software; you can redistribute it and/or modify it
* under the terms of the standard MIT license. See LICENSE for more details.
*/
#ifndef _GC_GMC_H_ #ifndef _GC_GMC_H_
#define _GC_GMC_H_ #define _GC_GMC_H_

View File

@ -1,3 +1,10 @@
/*
* Copyright 2018 Christoph Haas
*
* This program is free software; you can redistribute it and/or modify it
* under the terms of the standard MIT license. See LICENSE for more details.
*/
#include "gclogger.h" #include "gclogger.h"
extern char *optarg; extern char *optarg;

View File

@ -1,3 +1,10 @@
/*
* Copyright 2018 Christoph Haas
*
* This program is free software; you can redistribute it and/or modify it
* under the terms of the standard MIT license. See LICENSE for more details.
*/
#include "gmc.h" #include "gmc.h"
int gmc_open(const char *device, int baud) { int gmc_open(const char *device, int baud) {