From: Martin Q. <mqu...@us...> - 2006-07-18 18:21:19
|
Update of /cvsroot/flexml/flexml/examples In directory sc8-pr-cvs5.sourceforge.net:/tmp/cvs-serv22123/examples Modified Files: FleXML.xml Makefile Log Message: Kill latin1 chars. I use utf8 and the bother me. They don't bring anything so I don't want to switch them to utf8 Index: FleXML.xml =================================================================== RCS file: /cvsroot/flexml/flexml/examples/FleXML.xml,v retrieving revision 1.1 retrieving revision 1.2 diff -u -d -r1.1 -r1.2 --- FleXML.xml 18 Mar 2005 22:02:50 -0000 1.1 +++ FleXML.xml 18 Jul 2006 18:21:13 -0000 1.2 @@ -175,7 +175,7 @@ `copyleft'). </p> <hr /> - <address>Copyright © + <address>Copyright (c) <a href="mailto:Kri...@en...">Kristoffer Rose</a>. <!-- Created: Thu Dec 9 08:09:41 CET 1999 --> <!-- hhmts start --> Index: Makefile =================================================================== RCS file: /cvsroot/flexml/flexml/examples/Makefile,v retrieving revision 1.6 retrieving revision 1.7 diff -u -d -r1.6 -r1.7 --- Makefile 13 Jul 2006 19:57:04 -0000 1.6 +++ Makefile 18 Jul 2006 18:21:13 -0000 1.7 @@ -1,8 +1,8 @@ # Make(1) rules for FleXML XML processor generator system. -# Copyright © 1999 Kristoffer Rose. All rights reserved. +# Copyright (c) 1999 Kristoffer Rose. All rights reserved. # # This file is part of the FleXML XML processor generator system. -# Copyright © 1999 Kristoffer Rose. All rights reserved. +# Copyright (c) 1999 Kristoffer Rose. All rights reserved. # # 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 |