Relicense example code/readme/makefile as public domain

Signed-off-by: Joachim Nilsson <troglobit@gmail.com>
This commit is contained in:
Joachim Nilsson
2019-11-08 13:43:16 +01:00
parent 1546d3ce94
commit 625a0d4abc
4 changed files with 36 additions and 28 deletions

View File

@@ -1,5 +1,6 @@
# Simple Makefile for syslogp() example application
#
# This is free and unencumbered software released into the public domain.
EXEC := example
OBJS := example.o
CFLAGS := `pkg-config --cflags libsyslog`