diff options
Diffstat (limited to 'libs/fetch-root.c')
-rw-r--r-- | libs/fetch-root.c | 14 |
1 files changed, 7 insertions, 7 deletions
diff --git a/libs/fetch-root.c b/libs/fetch-root.c index b735373cf..a6727e6ee 100644 --- a/libs/fetch-root.c +++ b/libs/fetch-root.c @@ -1,15 +1,16 @@ -/* - Copyright (C) 1995,96,99,2000,02 Free Software Foundation, Inc. - Written by Michael I. Bushnell. - This file is part of the GNU Hurd. +/* Start a passive translator. - The GNU Hurd is free software; you can redistribute it and/or + Copyright (C) 2008 Free Software Foundation, Inc. + + Written by FlĂvio Cruz <flaviocruz@gmail.com> + + 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 GNU Hurd is distributed in the hope that it will be useful, but + This program is distributed in the hope that it will be useful, but WITHOUT ANY WARRANTY; without even the implied warranty of MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU General Public License for more details. @@ -18,7 +19,6 @@ along with this program; if not, write to the Free Software Foundation, Inc., 675 Mass Ave, Cambridge, MA 02139, USA. */ - #include <unistd.h> #include <assert.h> #include <string.h> |