From d3ca2f9c83a5c665763059d5169d8c3779d8e82c Mon Sep 17 00:00:00 2001 From: Thomas Schmitt Date: Tue, 11 Sep 2012 12:31:01 +0000 Subject: [PATCH] Added copyright and licensing to demonstration program --- test/frontend_pipes_xorriso.c | 5 +++++ 1 file changed, 5 insertions(+) diff --git a/test/frontend_pipes_xorriso.c b/test/frontend_pipes_xorriso.c index a4d47ea2..779ba98e 100644 --- a/test/frontend_pipes_xorriso.c +++ b/test/frontend_pipes_xorriso.c @@ -2,6 +2,11 @@ /* Beefed-up example from man 2 pipe to illustrate how xorriso is to be used by frontend programs via two pipes. + Copyright 2012 Thomas Schmitt, + 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: cc -g -o frontend_pipes_xorriso frontend_pipes_xorriso.c