annotate packages/io/adc/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 d0b26e6a41e4
children 8fe6d83b6d48
Ignore whitespace changes - Everywhere: Within whitespace: At end of lines:
rev   line source
2708
d0b26e6a41e4 * devs/eth/phy/current/cdl/phy_eth_drivers.cdl,
jld
parents: 2512
diff changeset
1 2008-12-30 John Dallaway <john@dallaway.org.uk>
d0b26e6a41e4 * devs/eth/phy/current/cdl/phy_eth_drivers.cdl,
jld
parents: 2512
diff changeset
2
d0b26e6a41e4 * devs/eth/phy/current/cdl/phy_eth_drivers.cdl,
jld
parents: 2512
diff changeset
3 * cdl/io_adc.cdl: Reference per-package documentation.
d0b26e6a41e4 * devs/eth/phy/current/cdl/phy_eth_drivers.cdl,
jld
parents: 2512
diff changeset
4
2512
be7755f32fd0 Add Generic ADC support. See Changelogs for details.
nickg
parents:
diff changeset
5 2008-08-08 Nick Garnett <nickg@ecoscentric.com>
be7755f32fd0 Add Generic ADC support. See Changelogs for details.
nickg
parents:
diff changeset
6
be7755f32fd0 Add Generic ADC support. See Changelogs for details.
nickg
parents:
diff changeset
7 * cdl/io_adc.cdl:
be7755f32fd0 Add Generic ADC support. See Changelogs for details.
nickg
parents:
diff changeset
8 * doc/adc.sgml:
be7755f32fd0 Add Generic ADC support. See Changelogs for details.
nickg
parents:
diff changeset
9 * include/adc.h:
be7755f32fd0 Add Generic ADC support. See Changelogs for details.
nickg
parents:
diff changeset
10 * src/adc.c:
be7755f32fd0 Add Generic ADC support. See Changelogs for details.
nickg
parents:
diff changeset
11 New package -- ADC generic driver support.
be7755f32fd0 Add Generic ADC support. See Changelogs for details.
nickg
parents:
diff changeset
12
be7755f32fd0 Add Generic ADC support. See Changelogs for details.
nickg
parents:
diff changeset
13 ##==========================================================================
2729
74dbf4c3f2e1 Update all copyright banners to reflect FSF ownership; fix and improve licence text.
jlarmour
parents: 2708
diff changeset
14 // ####GPLCOPYRIGHTBEGIN####
74dbf4c3f2e1 Update all copyright banners to reflect FSF ownership; fix and improve licence text.
jlarmour
parents: 2708
diff changeset
15 // -------------------------------------------
74dbf4c3f2e1 Update all copyright banners to reflect FSF ownership; fix and improve licence text.
jlarmour
parents: 2708
diff changeset
16 // This file is part of eCos, the Embedded Configurable Operating System.
74dbf4c3f2e1 Update all copyright banners to reflect FSF ownership; fix and improve licence text.
jlarmour
parents: 2708
diff changeset
17 // Copyright (C) 2008 Free Software Foundation, Inc.
2512
be7755f32fd0 Add Generic ADC support. See Changelogs for details.
nickg
parents:
diff changeset
18 //
2729
74dbf4c3f2e1 Update all copyright banners to reflect FSF ownership; fix and improve licence text.
jlarmour
parents: 2708
diff changeset
19 // This program is free software; you can redistribute it and/or modify
74dbf4c3f2e1 Update all copyright banners to reflect FSF ownership; fix and improve licence text.
jlarmour
parents: 2708
diff changeset
20 // it under the terms of the GNU General Public License as published by
74dbf4c3f2e1 Update all copyright banners to reflect FSF ownership; fix and improve licence text.
jlarmour
parents: 2708
diff changeset
21 // the Free Software Foundation; either version 2 or (at your option) any
74dbf4c3f2e1 Update all copyright banners to reflect FSF ownership; fix and improve licence text.
jlarmour
parents: 2708
diff changeset
22 // later version.
2512
be7755f32fd0 Add Generic ADC support. See Changelogs for details.
nickg
parents:
diff changeset
23 //
2729
74dbf4c3f2e1 Update all copyright banners to reflect FSF ownership; fix and improve licence text.
jlarmour
parents: 2708
diff changeset
24 // This program is distributed in the hope that it will be useful, but
74dbf4c3f2e1 Update all copyright banners to reflect FSF ownership; fix and improve licence text.
jlarmour
parents: 2708
diff changeset
25 // WITHOUT ANY WARRANTY; without even the implied warranty of
74dbf4c3f2e1 Update all copyright banners to reflect FSF ownership; fix and improve licence text.
jlarmour
parents: 2708
diff changeset
26 // MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU
74dbf4c3f2e1 Update all copyright banners to reflect FSF ownership; fix and improve licence text.
jlarmour
parents: 2708
diff changeset
27 // General Public License for more details.
2512
be7755f32fd0 Add Generic ADC support. See Changelogs for details.
nickg
parents:
diff changeset
28 //
2729
74dbf4c3f2e1 Update all copyright banners to reflect FSF ownership; fix and improve licence text.
jlarmour
parents: 2708
diff changeset
29 // You should have received a copy of the GNU General Public License
74dbf4c3f2e1 Update all copyright banners to reflect FSF ownership; fix and improve licence text.
jlarmour
parents: 2708
diff changeset
30 // along with this program; if not, write to the
74dbf4c3f2e1 Update all copyright banners to reflect FSF ownership; fix and improve licence text.
jlarmour
parents: 2708
diff changeset
31 // Free Software Foundation, Inc., 51 Franklin Street,
74dbf4c3f2e1 Update all copyright banners to reflect FSF ownership; fix and improve licence text.
jlarmour
parents: 2708
diff changeset
32 // Fifth Floor, Boston, MA 02110-1301, USA.
74dbf4c3f2e1 Update all copyright banners to reflect FSF ownership; fix and improve licence text.
jlarmour
parents: 2708
diff changeset
33 // -------------------------------------------
74dbf4c3f2e1 Update all copyright banners to reflect FSF ownership; fix and improve licence text.
jlarmour
parents: 2708
diff changeset
34 // ####GPLCOPYRIGHTEND####
2512
be7755f32fd0 Add Generic ADC support. See Changelogs for details.
nickg
parents:
diff changeset
35 ##==========================================================================