comparison host/tools/Utils/common/Subprocess.cpp @ 2729:74dbf4c3f2e1 after-copyright-change-20090129

Update all copyright banners to reflect FSF ownership; fix and improve licence text.
author jlarmour
date Thu, 29 Jan 2009 17:47:46 +0000
parents a22e535e2a4c
children 355bcd2cec54
comparison
equal deleted inserted replaced
2728:e5db16acddac 2729:74dbf4c3f2e1
1 //####COPYRIGHTBEGIN#### 1 // ####ECOSHOSTGPLCOPYRIGHTBEGIN####
2 // 2 // -------------------------------------------
3 // ---------------------------------------------------------------------------- 3 // This file is part of the eCos host tools.
4 // Copyright (C) 1998, 1999, 2000 Red Hat, Inc. 4 // Copyright (C) 1998, 1999, 2000, 2004 Free Software Foundation, Inc.
5 // Copyright (C) 2004 eCosCentric Limited
6 // 5 //
7 // This program is part of the eCos host tools. 6 // This program is free software; you can redistribute it and/or modify
7 // it under the terms of the GNU General Public License as published by
8 // the Free Software Foundation; either version 2 or (at your option) any
9 // later version.
8 // 10 //
9 // This program is free software; you can redistribute it and/or modify it 11 // This program is distributed in the hope that it will be useful, but
10 // under the terms of the GNU General Public License as published by the Free 12 // WITHOUT ANY WARRANTY; without even the implied warranty of
11 // Software Foundation; either version 2 of the License, or (at your option) 13 // MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU
12 // any later version. 14 // General Public License for more details.
13 //
14 // This program is distributed in the hope that it will be useful, but WITHOUT
15 // ANY WARRANTY; without even the implied warranty of MERCHANTABILITY or
16 // FITNESS FOR A PARTICULAR PURPOSE. See the GNU General Public License for
17 // more details.
18 //
19 // You should have received a copy of the GNU General Public License along with
20 // this program; if not, write to the Free Software Foundation, Inc.,
21 // 59 Temple Place - Suite 330, Boston, MA 02111-1307, USA.
22 // 15 //
23 // ---------------------------------------------------------------------------- 16 // You should have received a copy of the GNU General Public License
24 // 17 // along with this program; if not, write to the
25 //####COPYRIGHTEND#### 18 // Free Software Foundation, Inc., 51 Franklin Street,
19 // Fifth Floor, Boston, MA 02110-1301, USA.
20 // -------------------------------------------
21 // ####ECOSHOSTGPLCOPYRIGHTEND####
26 //=========================================================================== 22 //===========================================================================
27 //=========================================================================== 23 //===========================================================================
28 //#####DESCRIPTIONBEGIN#### 24 //#####DESCRIPTIONBEGIN####
29 // 25 //
30 // Author(s): sdf 26 // Author(s): sdf