License -> GNU Lesser General License
authorbela <bela@4a8a32a2-be11-0410-ad9d-d568d2c75423>
Thu, 4 Aug 2005 05:58:30 +0000 (05:58 +0000)
committerbela <bela@4a8a32a2-be11-0410-ad9d-d568d2c75423>
Thu, 4 Aug 2005 05:58:30 +0000 (05:58 +0000)
git-svn-id: https://sdcc.svn.sourceforge.net/svnroot/sdcc/trunk/sdcc@3825 4a8a32a2-be11-0410-ad9d-d568d2c75423

device/include/mcs51/8052.h

index 9783d84b256ef3e406f0c9053710aa8e9e58c35f..173b1d0e9c10619659139028f8993cf73b787b10 100755 (executable)
@@ -3,19 +3,19 @@
 
    Written By -  Bela Torok / bela.torok@kssg.ch (July 2000)
 
-   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 Software Foundation; either version 2, or (at your option) any
-   later version.
+   This library is free software; you can redistribute it and/or
+   modify it under the terms of the GNU Lesser General Public
+   License as published by the Free Software Foundation; either
+   version 2.1 of the License, or (at your option) any later version.
 
-   This program is distributed in the hope that it will be useful,
+   This library is distributed in the hope that it will be useful,
    but WITHOUT ANY WARRANTY; without even the implied warranty of
-   MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the
-   GNU General Public License for more details.
+   MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the GNU
+   Lesser General Public License for more details.
 
-   You should have received a copy of the GNU General Public License
-   along with this program; if not, write to the Free Software
-   Foundation, 59 Temple Place - Suite 330, Boston, MA 02111-1307, USA.
+   You should have received a copy of the GNU Lesser General Public
+   License along with this library; if not, write to the Free Software
+   Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA  02111-1307 USA
 
    In other words, you are welcome to use, share and improve this program.
    You are forbidden to forbid anyone else to use, share and improve
@@ -25,7 +25,7 @@
 #ifndef REG8052_H
 #define REG8052_H
 
-#include <8051.h>     /* load difinitions for the 8051 core */
+#include <8051.h>     /* load definitions for the 8051 core */
 
 #ifdef REG8051_H
 #undef REG8051_H