comparison packages/devs/watchdog/arm/lpc2xxx/current/ChangeLog @ 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 522ef7a39695
children 60a9c9b25060
comparison
equal deleted inserted replaced
2728:e5db16acddac 2729:74dbf4c3f2e1
16 16
17 2004-10-04 Jani Monoses <jani@iv.ro> 17 2004-10-04 Jani Monoses <jani@iv.ro>
18 18
19 * Added watchdog driver for ARM LPC2XXX based on the AT91 code. 19 * Added watchdog driver for ARM LPC2XXX based on the AT91 code.
20 20
21 //####ECOSGPLCOPYRIGHTBEGIN#### 21 // ####GPLCOPYRIGHTBEGIN####
22 // ------------------------------------------- 22 // -------------------------------------------
23 // This file is part of eCos, the Embedded Configurable Operating System. 23 // This file is part of eCos, the Embedded Configurable Operating System.
24 // Copyright (C) 1998, 1999, 2000, 2001, 2002 Red Hat, Inc. 24 // Copyright (C) 1998, 1999, 2000, 2001, 2002, 2003, 2004 Free Software Foundation, Inc.
25 // Copyright (C) 2003 Nick Garnett <nickg@calivar.com>
26 // Copyright (C) 2004 eCosCentric Limited
27 // 25 //
28 // eCos is free software; you can redistribute it and/or modify it under 26 // This program is free software; you can redistribute it and/or modify
29 // the terms of the GNU General Public License as published by the Free 27 // it under the terms of the GNU General Public License as published by
30 // Software Foundation; either version 2 or (at your option) any later version. 28 // the Free Software Foundation; either version 2 or (at your option) any
29 // later version.
31 // 30 //
32 // eCos is distributed in the hope that it will be useful, but WITHOUT ANY 31 // This program is distributed in the hope that it will be useful, but
33 // WARRANTY; without even the implied warranty of MERCHANTABILITY or 32 // WITHOUT ANY WARRANTY; without even the implied warranty of
34 // FITNESS FOR A PARTICULAR PURPOSE. See the GNU General Public License 33 // MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU
35 // for more details. 34 // General Public License for more details.
36 // 35 //
37 // You should have received a copy of the GNU General Public License along 36 // You should have received a copy of the GNU General Public License
38 // with eCos; if not, write to the Free Software Foundation, Inc., 37 // along with this program; if not, write to the
39 // 59 Temple Place, Suite 330, Boston, MA 02111-1307 USA. 38 // Free Software Foundation, Inc., 51 Franklin Street,
40 // 39 // Fifth Floor, Boston, MA 02110-1301, USA.
41 // As a special exception, if other files instantiate templates or use macros 40 // -------------------------------------------
42 // or inline functions from this file, or you compile this file and link it 41 // ####GPLCOPYRIGHTEND####
43 // with other works to produce a work based on this file, this file does not
44 // by itself cause the resulting work to be covered by the GNU General Public
45 // License. However the source code for this file must still be made available
46 // in accordance with section (3) of the GNU General Public License.
47 //
48 // This exception does not invalidate any other reasons why a work based on
49 // this file might be covered by the GNU General Public License.
50 // -------------------------------------------
51 //####ECOSGPLCOPYRIGHTEND####