X-Git-Url: http://erislabs.net/gitweb/?a=blobdiff_plain;f=lib%2Fpipe.h;h=b484775fe7456609e029cce83e14845e701e3013;hb=be933433b7ad24c4087c187b0107690d6da174ef;hp=5d7b473fe9ef15ed863f8b2c58ad1d2989f837c8;hpb=267a39bafd249d7eb9c37df06dc6defcf41cb343;p=gnulib.git diff --git a/lib/pipe.h b/lib/pipe.h index 5d7b473fe..b484775fe 100644 --- a/lib/pipe.h +++ b/lib/pipe.h @@ -1,11 +1,11 @@ /* Creation of subprocesses, communicating via pipes. - Copyright (C) 2001-2003 Free Software Foundation, Inc. + Copyright (C) 2001-2003, 2006 Free Software Foundation, Inc. Written by Bruno Haible , 2001. - This program is free software; you can redistribute it and/or modify + This program is free software: you can redistribute it and/or modify it under the terms of the GNU General Public License as published by - the Free Software Foundation; either version 2, or (at your option) - any later version. + the Free Software Foundation; either version 3 of the License, or + (at your option) any later version. This program is distributed in the hope that it will be useful, but WITHOUT ANY WARRANTY; without even the implied warranty of @@ -13,17 +13,14 @@ GNU General Public License for more details. You should have received a copy of the GNU General Public License - along with this program; if not, write to the Free Software Foundation, - Inc., 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301, USA. */ + along with this program. If not, see . */ #ifndef _PIPE_H #define _PIPE_H /* Get pid_t. */ #include -#ifdef HAVE_UNISTD_H #include -#endif #include #include