From 1133cb7df71df9e3a24bdeb6f0cfc710f1cc37cc Mon Sep 17 00:00:00 2001 From: bela Date: Thu, 4 Aug 2005 05:58:30 +0000 Subject: [PATCH] License -> GNU Lesser General License git-svn-id: https://sdcc.svn.sourceforge.net/svnroot/sdcc/trunk/sdcc@3825 4a8a32a2-be11-0410-ad9d-d568d2c75423 --- device/include/mcs51/8052.h | 22 +++++++++++----------- 1 file changed, 11 insertions(+), 11 deletions(-) diff --git a/device/include/mcs51/8052.h b/device/include/mcs51/8052.h index 9783d84b..173b1d0e 100755 --- a/device/include/mcs51/8052.h +++ b/device/include/mcs51/8052.h @@ -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 -- 2.47.2