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
|
||||
|
||||
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_
|
||||
#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_
|
||||
#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"
|
||||
|
||||
extern char *optarg;
|
||||
|
Loading…
Reference in New Issue
Block a user