* doc/sdccman.lyx, doc/README.txt, sdc/SDCC.lex, src/SDCCglue.c:
authorborutr <borutr@4a8a32a2-be11-0410-ad9d-d568d2c75423>
Tue, 10 Apr 2007 18:53:04 +0000 (18:53 +0000)
committerborutr <borutr@4a8a32a2-be11-0410-ad9d-d568d2c75423>
Tue, 10 Apr 2007 18:53:04 +0000 (18:53 +0000)
  "FreeWare" replaced with "free open source"

git-svn-id: https://sdcc.svn.sourceforge.net/svnroot/sdcc/trunk/sdcc@4741 4a8a32a2-be11-0410-ad9d-d568d2c75423

ChangeLog
doc/README.txt
doc/sdccman.lyx
src/SDCC.lex
src/SDCCglue.c

index ea05a6b7ffe9a2265739e34f8f9c351287e56114..387105bebaa1d910586ce5954b2ac5e75f2f600e 100644 (file)
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,7 +1,9 @@
-2007-04-01 Borut Razem <borut.razem AT siol.net>
+2007-04-10 Borut Razem <borut.razem AT siol.net>
 
        * 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 <sourceforge.brock AT dse.nl>
 
index a36ba40847d7d5df4c6270869cf6bfe0cdcd7f9c..c11f74608460de06094f0651593d0207f500b71e 100644 (file)
@@ -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      <baldwin AT shop-pdp.kent.edu>
    Initial version of ASXXXX and  ASLINK. 
 * John Hartman      <jhartman AT compuserve.com>
-   Porting ASXXX and ASLINK for 8051.
+   Porting ASXXXX and ASLINK for 8051.
 * Dmitry S. Obukhov <dso AT usa.net>
    malloc and serial I/O routines.
 * Pascal Felber
index 6b052fc6786a55d002c897f0e8350ffb01dfd9fa..0ef38513a077ffa7fd6baf8a2fdd21e8c5edd9dc 100644 (file)
@@ -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
index 1fc106256dbb66462bd6458ebb4f3b35ff4bc606..91f8bf319fe1566b56b659e3a41b4774686e552f 100644 (file)
@@ -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
index 7e7d3008dfd4026f95a9e65c4e8b3ab59c8d6e57..c507e03da88357f27c8db0e3c15d8fde6c5578f7 100644 (file)
@@ -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 =
 {