From: William D. <wdo...@us...> - 2006-08-24 20:39:42
|
Update of /cvsroot/flexml/flexml In directory sc8-pr-cvs5.sourceforge.net:/tmp/cvs-serv29625 Modified Files: skel Log Message: Get rid of high-bit characters that had snuck in again. Index: skel =================================================================== RCS file: /cvsroot/flexml/flexml/skel,v retrieving revision 1.34 retrieving revision 1.35 diff -u -d -r1.34 -r1.35 --- skel 24 Aug 2006 20:22:21 -0000 1.34 +++ skel 24 Aug 2006 20:39:39 -0000 1.35 @@ -1,8 +1,8 @@ /* Flex(1) XML processor skeleton scanner (in -*-C-*-). - * 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 |