From: borutr Date: Tue, 10 Apr 2007 18:53:04 +0000 (+0000) Subject: * doc/sdccman.lyx, doc/README.txt, sdc/SDCC.lex, src/SDCCglue.c: X-Git-Url: https://git.gag.com/?a=commitdiff_plain;h=96e24452be2eb01070b96ac7a887d568c84a0afb;p=fw%2Fsdcc * doc/sdccman.lyx, doc/README.txt, sdc/SDCC.lex, src/SDCCglue.c: "FreeWare" replaced with "free open source" git-svn-id: https://sdcc.svn.sourceforge.net/svnroot/sdcc/trunk/sdcc@4741 4a8a32a2-be11-0410-ad9d-d568d2c75423 --- diff --git a/ChangeLog b/ChangeLog index ea05a6b7..387105be 100644 --- a/ChangeLog +++ b/ChangeLog @@ -1,7 +1,9 @@ -2007-04-01 Borut Razem +2007-04-10 Borut Razem * doc/cdbfileformat.lyx, doc/sdccman.lyx, doc/test_suite_spec.lyx: LyX file format changed to 245 + * doc/sdccman.lyx, doc/README.txt, sdc/SDCC.lex, src/SDCCglue.c: + "FreeWare" replaced with "free open source" 2007-04-10 Maarten Brock diff --git a/doc/README.txt b/doc/README.txt index a36ba408..c11f7460 100644 --- a/doc/README.txt +++ b/doc/README.txt @@ -1,9 +1,9 @@ -SDCC - a Freeware, retargettable, optimizing ANSI-C compiler ------------------------------------------------------------- +SDCC - free open source, retargettable, optimizing ANSI-C compiler +------------------------------------------------------------------ $Id$ -Welcome to SDCC, a freeware, retargettable, optimizing ANSI C compiler +Welcome to SDCC, free open source, retargettable, optimizing ANSI C compiler that supports a growing list of processors including the Intel mcs51 family, the Zilog z80, the Maxim ds390 and the Motorola HC08. @@ -78,7 +78,7 @@ SDCC includes code from: * Alan Baldwin Initial version of ASXXXX and ASLINK. * John Hartman - Porting ASXXX and ASLINK for 8051. + Porting ASXXXX and ASLINK for 8051. * Dmitry S. Obukhov malloc and serial I/O routines. * Pascal Felber diff --git a/doc/sdccman.lyx b/doc/sdccman.lyx index 6b052fc6..0ef38513 100644 --- a/doc/sdccman.lyx +++ b/doc/sdccman.lyx @@ -108,7 +108,7 @@ SDCC 2.6.5 \size footnotesize \newline -$Date$ +$Date$ \newline $Revision$ \end_layout @@ -163,8 +163,8 @@ C \emph on C \emph default -ompiler) is an open source, retargettable, optimizing ANSI-C compiler by - +ompiler) is free open source, retargettable, optimizing ANSI-C compiler + by \series bold Sandeep Dutta \series default diff --git a/src/SDCC.lex b/src/SDCC.lex index 1fc10625..91f8bf31 100644 --- a/src/SDCC.lex +++ b/src/SDCC.lex @@ -1,6 +1,6 @@ /*----------------------------------------------------------------------- - SDCC.lex - lexical analyser for use with sdcc ( a freeware compiler for - 8/16 bit microcontrollers) + SDCC.lex - lexical analyser for use with sdcc (free open source + compiler for 8/16 bit microcontrollers) Written by : Sandeep Dutta . sandeep.dutta@usa.net (1997) This program is free software; you can redistribute it and/or modify it diff --git a/src/SDCCglue.c b/src/SDCCglue.c index 7e7d3008..c507e03d 100644 --- a/src/SDCCglue.c +++ b/src/SDCCglue.c @@ -1395,7 +1395,7 @@ createInterruptVect (struct dbuf_s *vBuf) char *iComments1 = { ";--------------------------------------------------------\n" - "; File Created by SDCC : FreeWare ANSI-C Compiler\n"}; + "; File Created by SDCC : free open source ANSI-C Compiler\n"}; char *iComments2 = {