624f4b612627304cc2424be2d1ab7a314ab651a2 kent Tue May 27 10:43:34 2014 -0700 Adding spacing for readability around some copyrights notices that needed it. diff --git src/lib/pipeline.c src/lib/pipeline.c index 4dad7dc..271ed30 100644 --- src/lib/pipeline.c +++ src/lib/pipeline.c @@ -1,20 +1,21 @@ /* pipeline.c - create a process pipeline that can be used for reading or * writing */ /* Copyright (C) 2013 The Regents of the University of California * See README in this or parent directory for licensing information. */ + #include "pipeline.h" #include "common.h" #include "sqlNum.h" #include "dystring.h" #include "errabort.h" #include "portable.h" #include "linefile.h" #include <sys/types.h> #include <unistd.h> #include <sys/wait.h> #include <signal.h> enum procState /* process state, in order of transition */ {