Added license
This commit is contained in:
parent
f2da8d6e17
commit
c18d2adc06
5
Makefile
5
Makefile
@ -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
|
||||||
|
@ -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_
|
||||||
|
|
||||||
|
@ -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_
|
||||||
|
|
||||||
|
@ -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;
|
||||||
|
@ -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) {
|
||||||
|
Loading…
Reference in New Issue
Block a user