Added copyright and licensing to demonstration program

This commit is contained in:
Thomas Schmitt 2012-09-11 12:31:01 +00:00
parent 50abc6fca7
commit d16936d42f

View File

@ -2,6 +2,11 @@
/* Beefed-up example from man 2 pipe /* Beefed-up example from man 2 pipe
to illustrate how xorriso is to be used by frontend programs via two pipes. to illustrate how xorriso is to be used by frontend programs via two pipes.
Copyright 2012 Thomas Schmitt, <scdbackup@gmx.net>
Unaltered provided under BSD license.
You may issue licenses of your choice for derived code, provided that they
do not infringe anybody's right to do the same for this original code.
Build: Build:
cc -g -o frontend_pipes_xorriso frontend_pipes_xorriso.c cc -g -o frontend_pipes_xorriso frontend_pipes_xorriso.c