Mercurial > ecos
changeset 3124:e475d3618330
* sgml/doclist: Add Actel SmartFusion documentation.
* sgml/makemakefile: Update copyright dates.
| author | jld |
|---|---|
| date | Tue, 13 Mar 2012 07:46:34 +0000 |
| parents | 8f8ee8d9ba87 |
| children | 24461b5331ea |
| files | doc/ChangeLog doc/sgml/doclist doc/sgml/makemakefile |
| diffstat | 3 files changed, 8 insertions(+), 1 deletions(-) [+] |
line wrap: on
line diff
--- a/doc/ChangeLog +++ b/doc/ChangeLog @@ -1,3 +1,8 @@ +2012-03-13 John Dallaway <john@dallaway.org.uk> + + * sgml/doclist: Add Actel SmartFusion documentation. + * sgml/makemakefile: Update copyright dates. + 2011-02-09 John Dallaway <john@dallaway.org.uk> * sgml/makemakefile: Update copyright dates.
--- a/doc/sgml/doclist +++ b/doc/sgml/doclist @@ -47,6 +47,7 @@ hal/m68k/arch/current/doc/m68k.sgml hal/m68k/mcf52xx/var/current/doc/mcf52xx.sgml hal/m68k/mcf52xx/mcf5272/proc/current/doc/mcf5272.sgml hal/m68k/mcf52xx/mcf5272/m5272c3/current/doc/m5272c3.sgml +hal/cortexm/a2fxxx/a2f200_eval/current/doc/a2f200e.sgml hal/cortexm/lm3s/ek_lm3s811/current/doc/ek_lm3s811.sgml hal/sh/sh4_202_md/current/doc/sh4_202_md.sgml devs/usb/sa11x0/current/doc/usbs_sa11x0.sgml
--- a/doc/sgml/makemakefile +++ b/doc/sgml/makemakefile @@ -20,7 +20,7 @@ cat > makefile <<EOF # ####ECOSGPLCOPYRIGHTBEGIN#### # ------------------------------------------- # This file is part of eCos, the Embedded Configurable Operating System. -# Copyright (C) 1998, 1999, 2000, 2001, 2002, 2003, 2009, 2010, 2011 Free Software Foundation, Inc. +# Copyright (C) 1998, 1999, 2000, 2001, 2002, 2003, 2009, 2010, 2011, 2012 Free Software Foundation, Inc. # # eCos 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 @@ -124,6 +124,7 @@ cat >> ecos-ref.sgml <<EOF <year>2009</year> <year>2010</year> <year>2011</year> + <year>2012</year> <holder>Free Software Foundation, Inc.</holder> </copyright>
