From 16a44fad67d6a6fcc12779f094aa5abae20ee10e Mon Sep 17 00:00:00 2001 From: "Suren A. Chilingaryan" Date: Fri, 12 Jun 2009 20:19:40 +0000 Subject: Relincensed under LGPL --- src/curconfig.c | 16 ++++++++-------- src/curconfig.h | 16 ++++++++-------- src/engine.c | 16 ++++++++-------- src/engine.h | 16 ++++++++-------- src/fake_rcd.h | 16 ++++++++-------- src/fs.c | 16 ++++++++-------- src/fs.h | 16 ++++++++-------- src/internal.h | 16 ++++++++-------- src/librcc.c | 16 ++++++++-------- src/librcc.h | 16 ++++++++-------- src/lng.c | 16 ++++++++-------- src/lng.h | 16 ++++++++-------- src/lngconfig.c | 16 ++++++++-------- src/lngconfig.h | 16 ++++++++-------- src/lngrecode.c | 16 ++++++++-------- src/lngrecode.h | 16 ++++++++-------- src/opt.c | 16 ++++++++-------- src/opt.h | 16 ++++++++-------- src/plugin.c | 16 ++++++++-------- src/plugin.h | 16 ++++++++-------- src/rccconfig.c | 16 ++++++++-------- src/rccconfig.h | 16 ++++++++-------- src/rccdb4.c | 16 ++++++++-------- src/rccdb4.h | 16 ++++++++-------- src/rccenca.c | 16 ++++++++-------- src/rccenca.h | 16 ++++++++-------- src/rccexternal.c | 16 ++++++++-------- src/rccexternal.h | 16 ++++++++-------- src/rcchome.c | 16 ++++++++-------- src/rcchome.h | 16 ++++++++-------- src/rcciconv.c | 16 ++++++++-------- src/rcciconv.h | 16 ++++++++-------- src/rcclist.c | 16 ++++++++-------- src/rcclist.h | 16 ++++++++-------- src/rcclocale.c | 16 ++++++++-------- src/rcclocale.h | 16 ++++++++-------- src/rcclock.c | 16 ++++++++-------- src/rcclock.h | 16 ++++++++-------- src/rccmutex.c | 16 ++++++++-------- src/rccmutex.h | 16 ++++++++-------- src/rccspell.c | 16 ++++++++-------- src/rccspell.h | 16 ++++++++-------- src/rccstring.c | 16 ++++++++-------- src/rccstring.h | 16 ++++++++-------- src/rcctranslate.c | 16 ++++++++-------- src/rcctranslate.h | 16 ++++++++-------- src/rccxml.c | 16 ++++++++-------- src/rccxml.h | 16 ++++++++-------- src/recode.c | 16 ++++++++-------- src/recode.h | 16 ++++++++-------- 50 files changed, 400 insertions(+), 400 deletions(-) (limited to 'src') diff --git a/src/curconfig.c b/src/curconfig.c index 8cacdd3..1956f3f 100644 --- a/src/curconfig.c +++ b/src/curconfig.c @@ -3,17 +3,17 @@ Copyright (C) 2005-2008 Suren A. Chilingaryan - This program is free software; you can redistribute it and/or modify it - under the terms of version 2 of the GNU General Public License as published - by the Free Software Foundation. + This library is free software; you can redistribute it and/or modify it + under the terms of the GNU Lesser General Public License version 2.1 or later + as published by the Free Software Foundation. - This program is distributed in the hope that it will be useful, but WITHOUT + 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. + 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, Inc., + You should have received a copy of the GNU Lesser General Public License + along with this program; if not, write to the Free Software Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA 02111-1307 USA. */ diff --git a/src/curconfig.h b/src/curconfig.h index 3731d97..913ecac 100644 --- a/src/curconfig.h +++ b/src/curconfig.h @@ -3,17 +3,17 @@ Copyright (C) 2005-2008 Suren A. Chilingaryan - This program is free software; you can redistribute it and/or modify it - under the terms of version 2 of the GNU General Public License as published - by the Free Software Foundation. + This library is free software; you can redistribute it and/or modify it + under the terms of the GNU Lesser General Public License version 2.1 or later + as published by the Free Software Foundation. - This program is distributed in the hope that it will be useful, but WITHOUT + 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. + 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, Inc., + You should have received a copy of the GNU Lesser General Public License + along with this program; if not, write to the Free Software Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA 02111-1307 USA. */ diff --git a/src/engine.c b/src/engine.c index 57654e8..caa1376 100644 --- a/src/engine.c +++ b/src/engine.c @@ -3,17 +3,17 @@ Copyright (C) 2005-2008 Suren A. Chilingaryan - This program is free software; you can redistribute it and/or modify it - under the terms of version 2 of the GNU General Public License as published - by the Free Software Foundation. + This library is free software; you can redistribute it and/or modify it + under the terms of the GNU Lesser General Public License version 2.1 or later + as published by the Free Software Foundation. - This program is distributed in the hope that it will be useful, but WITHOUT + 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. + 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, Inc., + You should have received a copy of the GNU Lesser General Public License + along with this program; if not, write to the Free Software Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA 02111-1307 USA. */ diff --git a/src/engine.h b/src/engine.h index af2383b..af5050e 100644 --- a/src/engine.h +++ b/src/engine.h @@ -3,17 +3,17 @@ Copyright (C) 2005-2008 Suren A. Chilingaryan - This program is free software; you can redistribute it and/or modify it - under the terms of version 2 of the GNU General Public License as published - by the Free Software Foundation. + This library is free software; you can redistribute it and/or modify it + under the terms of the GNU Lesser General Public License version 2.1 or later + as published by the Free Software Foundation. - This program is distributed in the hope that it will be useful, but WITHOUT + 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. + 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, Inc., + You should have received a copy of the GNU Lesser General Public License + along with this program; if not, write to the Free Software Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA 02111-1307 USA. */ diff --git a/src/fake_rcd.h b/src/fake_rcd.h index cd0054a..aedd00d 100644 --- a/src/fake_rcd.h +++ b/src/fake_rcd.h @@ -3,17 +3,17 @@ Copyright (C) 2005-2008 Suren A. Chilingaryan - This program is free software; you can redistribute it and/or modify it - under the terms of version 2 of the GNU General Public License as published - by the Free Software Foundation. + This library is free software; you can redistribute it and/or modify it + under the terms of the GNU Lesser General Public License version 2.1 or later + as published by the Free Software Foundation. - This program is distributed in the hope that it will be useful, but WITHOUT + 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. + 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, Inc., + You should have received a copy of the GNU Lesser General Public License + along with this program; if not, write to the Free Software Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA 02111-1307 USA. */ diff --git a/src/fs.c b/src/fs.c index e1b6997..182a217 100644 --- a/src/fs.c +++ b/src/fs.c @@ -3,17 +3,17 @@ Copyright (C) 2005-2008 Suren A. Chilingaryan - This program is free software; you can redistribute it and/or modify it - under the terms of version 2 of the GNU General Public License as published - by the Free Software Foundation. + This library is free software; you can redistribute it and/or modify it + under the terms of the GNU Lesser General Public License version 2.1 or later + as published by the Free Software Foundation. - This program is distributed in the hope that it will be useful, but WITHOUT + 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. + 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, Inc., + You should have received a copy of the GNU Lesser General Public License + along with this program; if not, write to the Free Software Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA 02111-1307 USA. */ diff --git a/src/fs.h b/src/fs.h index 5c38b85..a5fb777 100644 --- a/src/fs.h +++ b/src/fs.h @@ -3,17 +3,17 @@ Copyright (C) 2005-2008 Suren A. Chilingaryan - This program is free software; you can redistribute it and/or modify it - under the terms of version 2 of the GNU General Public License as published - by the Free Software Foundation. + This library is free software; you can redistribute it and/or modify it + under the terms of the GNU Lesser General Public License version 2.1 or later + as published by the Free Software Foundation. - This program is distributed in the hope that it will be useful, but WITHOUT + 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. + 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, Inc., + You should have received a copy of the GNU Lesser General Public License + along with this program; if not, write to the Free Software Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA 02111-1307 USA. */ diff --git a/src/internal.h b/src/internal.h index 689b661..3f131f1 100644 --- a/src/internal.h +++ b/src/internal.h @@ -3,17 +3,17 @@ Copyright (C) 2005-2008 Suren A. Chilingaryan - This program is free software; you can redistribute it and/or modify it - under the terms of version 2 of the GNU General Public License as published - by the Free Software Foundation. + This library is free software; you can redistribute it and/or modify it + under the terms of the GNU Lesser General Public License version 2.1 or later + as published by the Free Software Foundation. - This program is distributed in the hope that it will be useful, but WITHOUT + 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. + 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, Inc., + You should have received a copy of the GNU Lesser General Public License + along with this program; if not, write to the Free Software Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA 02111-1307 USA. */ diff --git a/src/librcc.c b/src/librcc.c index 6890505..2d1d7e4 100644 --- a/src/librcc.c +++ b/src/librcc.c @@ -3,17 +3,17 @@ Copyright (C) 2005-2008 Suren A. Chilingaryan - This program is free software; you can redistribute it and/or modify it - under the terms of version 2 of the GNU General Public License as published - by the Free Software Foundation. + This library is free software; you can redistribute it and/or modify it + under the terms of the GNU Lesser General Public License version 2.1 or later + as published by the Free Software Foundation. - This program is distributed in the hope that it will be useful, but WITHOUT + 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. + 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, Inc., + You should have received a copy of the GNU Lesser General Public License + along with this program; if not, write to the Free Software Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA 02111-1307 USA. */ diff --git a/src/librcc.h b/src/librcc.h index 10aa7fa..42e49e5 100644 --- a/src/librcc.h +++ b/src/librcc.h @@ -3,17 +3,17 @@ Copyright (C) 2005-2008 Suren A. Chilingaryan - This program is free software; you can redistribute it and/or modify it - under the terms of version 2 of the GNU General Public License as published - by the Free Software Foundation. + This library is free software; you can redistribute it and/or modify it + under the terms of the GNU Lesser General Public License version 2.1 or later + as published by the Free Software Foundation. - This program is distributed in the hope that it will be useful, but WITHOUT + 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. + 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, Inc., + You should have received a copy of the GNU Lesser General Public License + along with this program; if not, write to the Free Software Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA 02111-1307 USA. */ diff --git a/src/lng.c b/src/lng.c index 5e6284b..e1c5ea0 100644 --- a/src/lng.c +++ b/src/lng.c @@ -3,17 +3,17 @@ Copyright (C) 2005-2008 Suren A. Chilingaryan - This program is free software; you can redistribute it and/or modify it - under the terms of version 2 of the GNU General Public License as published - by the Free Software Foundation. + This library is free software; you can redistribute it and/or modify it + under the terms of the GNU Lesser General Public License version 2.1 or later + as published by the Free Software Foundation. - This program is distributed in the hope that it will be useful, but WITHOUT + 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. + 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, Inc., + You should have received a copy of the GNU Lesser General Public License + along with this program; if not, write to the Free Software Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA 02111-1307 USA. */ diff --git a/src/lng.h b/src/lng.h index e4c4a86..a19b623 100644 --- a/src/lng.h +++ b/src/lng.h @@ -3,17 +3,17 @@ Copyright (C) 2005-2008 Suren A. Chilingaryan - This program is free software; you can redistribute it and/or modify it - under the terms of version 2 of the GNU General Public License as published - by the Free Software Foundation. + This library is free software; you can redistribute it and/or modify it + under the terms of the GNU Lesser General Public License version 2.1 or later + as published by the Free Software Foundation. - This program is distributed in the hope that it will be useful, but WITHOUT + 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. + 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, Inc., + You should have received a copy of the GNU Lesser General Public License + along with this program; if not, write to the Free Software Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA 02111-1307 USA. */ diff --git a/src/lngconfig.c b/src/lngconfig.c index cf41199..ce7a7fb 100644 --- a/src/lngconfig.c +++ b/src/lngconfig.c @@ -4,17 +4,17 @@ Copyright (C) 2005-2008 Suren A. Chilingaryan - This program is free software; you can redistribute it and/or modify it - under the terms of version 2 of the GNU General Public License as published - by the Free Software Foundation. + This library is free software; you can redistribute it and/or modify it + under the terms of the GNU Lesser General Public License version 2.1 or later + as published by the Free Software Foundation. - This program is distributed in the hope that it will be useful, but WITHOUT + 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. + 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, Inc., + You should have received a copy of the GNU Lesser General Public License + along with this program; if not, write to the Free Software Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA 02111-1307 USA. */ diff --git a/src/lngconfig.h b/src/lngconfig.h index 8da2c4f..c7f498c 100644 --- a/src/lngconfig.h +++ b/src/lngconfig.h @@ -4,17 +4,17 @@ Copyright (C) 2005-2008 Suren A. Chilingaryan - This program is free software; you can redistribute it and/or modify it - under the terms of version 2 of the GNU General Public License as published - by the Free Software Foundation. + This library is free software; you can redistribute it and/or modify it + under the terms of the GNU Lesser General Public License version 2.1 or later + as published by the Free Software Foundation. - This program is distributed in the hope that it will be useful, but WITHOUT + 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. + 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, Inc., + You should have received a copy of the GNU Lesser General Public License + along with this program; if not, write to the Free Software Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA 02111-1307 USA. */ diff --git a/src/lngrecode.c b/src/lngrecode.c index 29f65af..ff1e801 100644 --- a/src/lngrecode.c +++ b/src/lngrecode.c @@ -3,17 +3,17 @@ Copyright (C) 2005-2008 Suren A. Chilingaryan - This program is free software; you can redistribute it and/or modify it - under the terms of version 2 of the GNU General Public License as published - by the Free Software Foundation. + This library is free software; you can redistribute it and/or modify it + under the terms of the GNU Lesser General Public License version 2.1 or later + as published by the Free Software Foundation. - This program is distributed in the hope that it will be useful, but WITHOUT + 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. + 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, Inc., + You should have received a copy of the GNU Lesser General Public License + along with this program; if not, write to the Free Software Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA 02111-1307 USA. */ diff --git a/src/lngrecode.h b/src/lngrecode.h index 384120a..9dc7885 100644 --- a/src/lngrecode.h +++ b/src/lngrecode.h @@ -3,17 +3,17 @@ Copyright (C) 2005-2008 Suren A. Chilingaryan - This program is free software; you can redistribute it and/or modify it - under the terms of version 2 of the GNU General Public License as published - by the Free Software Foundation. + This library is free software; you can redistribute it and/or modify it + under the terms of the GNU Lesser General Public License version 2.1 or later + as published by the Free Software Foundation. - This program is distributed in the hope that it will be useful, but WITHOUT + 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. + 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, Inc., + You should have received a copy of the GNU Lesser General Public License + along with this program; if not, write to the Free Software Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA 02111-1307 USA. */ diff --git a/src/opt.c b/src/opt.c index 87c4b0c..e04d61c 100644 --- a/src/opt.c +++ b/src/opt.c @@ -3,17 +3,17 @@ Copyright (C) 2005-2008 Suren A. Chilingaryan - This program is free software; you can redistribute it and/or modify it - under the terms of version 2 of the GNU General Public License as published - by the Free Software Foundation. + This library is free software; you can redistribute it and/or modify it + under the terms of the GNU Lesser General Public License version 2.1 or later + as published by the Free Software Foundation. - This program is distributed in the hope that it will be useful, but WITHOUT + 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. + 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, Inc., + You should have received a copy of the GNU Lesser General Public License + along with this program; if not, write to the Free Software Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA 02111-1307 USA. */ diff --git a/src/opt.h b/src/opt.h index cff0a50..14830ef 100644 --- a/src/opt.h +++ b/src/opt.h @@ -3,17 +3,17 @@ Copyright (C) 2005-2008 Suren A. Chilingaryan - This program is free software; you can redistribute it and/or modify it - under the terms of version 2 of the GNU General Public License as published - by the Free Software Foundation. + This library is free software; you can redistribute it and/or modify it + under the terms of the GNU Lesser General Public License version 2.1 or later + as published by the Free Software Foundation. - This program is distributed in the hope that it will be useful, but WITHOUT + 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. + 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, Inc., + You should have received a copy of the GNU Lesser General Public License + along with this program; if not, write to the Free Software Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA 02111-1307 USA. */ diff --git a/src/plugin.c b/src/plugin.c index 55a1f51..42ad3df 100644 --- a/src/plugin.c +++ b/src/plugin.c @@ -3,17 +3,17 @@ Copyright (C) 2005-2008 Suren A. Chilingaryan - This program is free software; you can redistribute it and/or modify it - under the terms of version 2 of the GNU General Public License as published - by the Free Software Foundation. + This library is free software; you can redistribute it and/or modify it + under the terms of the GNU Lesser General Public License version 2.1 or later + as published by the Free Software Foundation. - This program is distributed in the hope that it will be useful, but WITHOUT + 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. + 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, Inc., + You should have received a copy of the GNU Lesser General Public License + along with this program; if not, write to the Free Software Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA 02111-1307 USA. */ diff --git a/src/plugin.h b/src/plugin.h index 74e6610..355a110 100644 --- a/src/plugin.h +++ b/src/plugin.h @@ -3,17 +3,17 @@ Copyright (C) 2005-2008 Suren A. Chilingaryan - This program is free software; you can redistribute it and/or modify it - under the terms of version 2 of the GNU General Public License as published - by the Free Software Foundation. + This library is free software; you can redistribute it and/or modify it + under the terms of the GNU Lesser General Public License version 2.1 or later + as published by the Free Software Foundation. - This program is distributed in the hope that it will be useful, but WITHOUT + 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. + 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, Inc., + You should have received a copy of the GNU Lesser General Public License + along with this program; if not, write to the Free Software Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA 02111-1307 USA. */ diff --git a/src/rccconfig.c b/src/rccconfig.c index 7cec592..e04d0c6 100644 --- a/src/rccconfig.c +++ b/src/rccconfig.c @@ -3,17 +3,17 @@ Copyright (C) 2005-2008 Suren A. Chilingaryan - This program is free software; you can redistribute it and/or modify it - under the terms of version 2 of the GNU General Public License as published - by the Free Software Foundation. + This library is free software; you can redistribute it and/or modify it + under the terms of the GNU Lesser General Public License version 2.1 or later + as published by the Free Software Foundation. - This program is distributed in the hope that it will be useful, but WITHOUT + 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. + 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, Inc., + You should have received a copy of the GNU Lesser General Public License + along with this program; if not, write to the Free Software Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA 02111-1307 USA. */ diff --git a/src/rccconfig.h b/src/rccconfig.h index 54e36ee..1c55cef 100644 --- a/src/rccconfig.h +++ b/src/rccconfig.h @@ -3,17 +3,17 @@ Copyright (C) 2005-2008 Suren A. Chilingaryan - This program is free software; you can redistribute it and/or modify it - under the terms of version 2 of the GNU General Public License as published - by the Free Software Foundation. + This library is free software; you can redistribute it and/or modify it + under the terms of the GNU Lesser General Public License version 2.1 or later + as published by the Free Software Foundation. - This program is distributed in the hope that it will be useful, but WITHOUT + 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. + 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, Inc., + You should have received a copy of the GNU Lesser General Public License + along with this program; if not, write to the Free Software Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA 02111-1307 USA. */ diff --git a/src/rccdb4.c b/src/rccdb4.c index 2bf0816..fe7f540 100644 --- a/src/rccdb4.c +++ b/src/rccdb4.c @@ -3,17 +3,17 @@ Copyright (C) 2005-2008 Suren A. Chilingaryan - This program is free software; you can redistribute it and/or modify it - under the terms of version 2 of the GNU General Public License as published - by the Free Software Foundation. + This library is free software; you can redistribute it and/or modify it + under the terms of the GNU Lesser General Public License version 2.1 or later + as published by the Free Software Foundation. - This program is distributed in the hope that it will be useful, but WITHOUT + 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. + 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, Inc., + You should have received a copy of the GNU Lesser General Public License + along with this program; if not, write to the Free Software Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA 02111-1307 USA. */ diff --git a/src/rccdb4.h b/src/rccdb4.h index 66cd8a6..54c2106 100644 --- a/src/rccdb4.h +++ b/src/rccdb4.h @@ -3,17 +3,17 @@ Copyright (C) 2005-2008 Suren A. Chilingaryan - This program is free software; you can redistribute it and/or modify it - under the terms of version 2 of the GNU General Public License as published - by the Free Software Foundation. + This library is free software; you can redistribute it and/or modify it + under the terms of the GNU Lesser General Public License version 2.1 or later + as published by the Free Software Foundation. - This program is distributed in the hope that it will be useful, but WITHOUT + 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. + 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, Inc., + You should have received a copy of the GNU Lesser General Public License + along with this program; if not, write to the Free Software Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA 02111-1307 USA. */ diff --git a/src/rccenca.c b/src/rccenca.c index a550051..f4e8619 100644 --- a/src/rccenca.c +++ b/src/rccenca.c @@ -3,17 +3,17 @@ Copyright (C) 2005-2008 Suren A. Chilingaryan - This program is free software; you can redistribute it and/or modify it - under the terms of version 2 of the GNU General Public License as published - by the Free Software Foundation. + This library is free software; you can redistribute it and/or modify it + under the terms of the GNU Lesser General Public License version 2.1 or later + as published by the Free Software Foundation. - This program is distributed in the hope that it will be useful, but WITHOUT + 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. + 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, Inc., + You should have received a copy of the GNU Lesser General Public License + along with this program; if not, write to the Free Software Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA 02111-1307 USA. */ diff --git a/src/rccenca.h b/src/rccenca.h index 0630a5c..68f44ab 100644 --- a/src/rccenca.h +++ b/src/rccenca.h @@ -3,17 +3,17 @@ Copyright (C) 2005-2008 Suren A. Chilingaryan - This program is free software; you can redistribute it and/or modify it - under the terms of version 2 of the GNU General Public License as published - by the Free Software Foundation. + This library is free software; you can redistribute it and/or modify it + under the terms of the GNU Lesser General Public License version 2.1 or later + as published by the Free Software Foundation. - This program is distributed in the hope that it will be useful, but WITHOUT + 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. + 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, Inc., + You should have received a copy of the GNU Lesser General Public License + along with this program; if not, write to the Free Software Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA 02111-1307 USA. */ diff --git a/src/rccexternal.c b/src/rccexternal.c index 1ea5ce6..080e4da 100644 --- a/src/rccexternal.c +++ b/src/rccexternal.c @@ -3,17 +3,17 @@ Copyright (C) 2005-2008 Suren A. Chilingaryan - This program is free software; you can redistribute it and/or modify it - under the terms of version 2 of the GNU General Public License as published - by the Free Software Foundation. + This library is free software; you can redistribute it and/or modify it + under the terms of the GNU Lesser General Public License version 2.1 or later + as published by the Free Software Foundation. - This program is distributed in the hope that it will be useful, but WITHOUT + 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. + 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, Inc., + You should have received a copy of the GNU Lesser General Public License + along with this program; if not, write to the Free Software Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA 02111-1307 USA. */ diff --git a/src/rccexternal.h b/src/rccexternal.h index 956b1d4..c4671b2 100644 --- a/src/rccexternal.h +++ b/src/rccexternal.h @@ -3,17 +3,17 @@ Copyright (C) 2005-2008 Suren A. Chilingaryan - This program is free software; you can redistribute it and/or modify it - under the terms of version 2 of the GNU General Public License as published - by the Free Software Foundation. + This library is free software; you can redistribute it and/or modify it + under the terms of the GNU Lesser General Public License version 2.1 or later + as published by the Free Software Foundation. - This program is distributed in the hope that it will be useful, but WITHOUT + 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. + 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, Inc., + You should have received a copy of the GNU Lesser General Public License + along with this program; if not, write to the Free Software Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA 02111-1307 USA. */ diff --git a/src/rcchome.c b/src/rcchome.c index 742d4d9..4d95205 100644 --- a/src/rcchome.c +++ b/src/rcchome.c @@ -3,17 +3,17 @@ Copyright (C) 2005-2008 Suren A. Chilingaryan - This program is free software; you can redistribute it and/or modify it - under the terms of version 2 of the GNU General Public License as published - by the Free Software Foundation. + This library is free software; you can redistribute it and/or modify it + under the terms of the GNU Lesser General Public License version 2.1 or later + as published by the Free Software Foundation. - This program is distributed in the hope that it will be useful, but WITHOUT + 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. + 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, Inc., + You should have received a copy of the GNU Lesser General Public License + along with this program; if not, write to the Free Software Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA 02111-1307 USA. */ diff --git a/src/rcchome.h b/src/rcchome.h index 40187fe..6840d99 100644 --- a/src/rcchome.h +++ b/src/rcchome.h @@ -3,17 +3,17 @@ Copyright (C) 2005-2008 Suren A. Chilingaryan - This program is free software; you can redistribute it and/or modify it - under the terms of version 2 of the GNU General Public License as published - by the Free Software Foundation. + This library is free software; you can redistribute it and/or modify it + under the terms of the GNU Lesser General Public License version 2.1 or later + as published by the Free Software Foundation. - This program is distributed in the hope that it will be useful, but WITHOUT + 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. + 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, Inc., + You should have received a copy of the GNU Lesser General Public License + along with this program; if not, write to the Free Software Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA 02111-1307 USA. */ diff --git a/src/rcciconv.c b/src/rcciconv.c index 9d851be..28713fb 100644 --- a/src/rcciconv.c +++ b/src/rcciconv.c @@ -3,17 +3,17 @@ Copyright (C) 2005-2008 Suren A. Chilingaryan - This program is free software; you can redistribute it and/or modify it - under the terms of version 2 of the GNU General Public License as published - by the Free Software Foundation. + This library is free software; you can redistribute it and/or modify it + under the terms of the GNU Lesser General Public License version 2.1 or later + as published by the Free Software Foundation. - This program is distributed in the hope that it will be useful, but WITHOUT + 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. + 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, Inc., + You should have received a copy of the GNU Lesser General Public License + along with this program; if not, write to the Free Software Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA 02111-1307 USA. */ diff --git a/src/rcciconv.h b/src/rcciconv.h index ee698b5..ea31144 100644 --- a/src/rcciconv.h +++ b/src/rcciconv.h @@ -3,17 +3,17 @@ Copyright (C) 2005-2008 Suren A. Chilingaryan - This program is free software; you can redistribute it and/or modify it - under the terms of version 2 of the GNU General Public License as published - by the Free Software Foundation. + This library is free software; you can redistribute it and/or modify it + under the terms of the GNU Lesser General Public License version 2.1 or later + as published by the Free Software Foundation. - This program is distributed in the hope that it will be useful, but WITHOUT + 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. + 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, Inc., + You should have received a copy of the GNU Lesser General Public License + along with this program; if not, write to the Free Software Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA 02111-1307 USA. */ diff --git a/src/rcclist.c b/src/rcclist.c index e518abb..23c5900 100644 --- a/src/rcclist.c +++ b/src/rcclist.c @@ -4,17 +4,17 @@ Copyright (C) 2005-2008 Suren A. Chilingaryan - This program is free software; you can redistribute it and/or modify it - under the terms of version 2 of the GNU General Public License as published - by the Free Software Foundation. + This library is free software; you can redistribute it and/or modify it + under the terms of the GNU Lesser General Public License version 2.1 or later + as published by the Free Software Foundation. - This program is distributed in the hope that it will be useful, but WITHOUT + 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. + 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, Inc., + You should have received a copy of the GNU Lesser General Public License + along with this program; if not, write to the Free Software Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA 02111-1307 USA. */ diff --git a/src/rcclist.h b/src/rcclist.h index af729c3..e0c736f 100644 --- a/src/rcclist.h +++ b/src/rcclist.h @@ -4,17 +4,17 @@ Copyright (C) 2005-2008 Suren A. Chilingaryan - This program is free software; you can redistribute it and/or modify it - under the terms of version 2 of the GNU General Public License as published - by the Free Software Foundation. + This library is free software; you can redistribute it and/or modify it + under the terms of the GNU Lesser General Public License version 2.1 or later + as published by the Free Software Foundation. - This program is distributed in the hope that it will be useful, but WITHOUT + 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. + 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, Inc., + You should have received a copy of the GNU Lesser General Public License + along with this program; if not, write to the Free Software Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA 02111-1307 USA. */ diff --git a/src/rcclocale.c b/src/rcclocale.c index 99bc659..fcd9a6d 100644 --- a/src/rcclocale.c +++ b/src/rcclocale.c @@ -3,17 +3,17 @@ Copyright (C) 2005-2008 Suren A. Chilingaryan - This program is free software; you can redistribute it and/or modify it - under the terms of version 2 of the GNU General Public License as published - by the Free Software Foundation. + This library is free software; you can redistribute it and/or modify it + under the terms of the GNU Lesser General Public License version 2.1 or later + as published by the Free Software Foundation. - This program is distributed in the hope that it will be useful, but WITHOUT + 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. + 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, Inc., + You should have received a copy of the GNU Lesser General Public License + along with this program; if not, write to the Free Software Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA 02111-1307 USA. */ diff --git a/src/rcclocale.h b/src/rcclocale.h index 50c5f74..5e8d8f4 100644 --- a/src/rcclocale.h +++ b/src/rcclocale.h @@ -3,17 +3,17 @@ Copyright (C) 2005-2008 Suren A. Chilingaryan - This program is free software; you can redistribute it and/or modify it - under the terms of version 2 of the GNU General Public License as published - by the Free Software Foundation. + This library is free software; you can redistribute it and/or modify it + under the terms of the GNU Lesser General Public License version 2.1 or later + as published by the Free Software Foundation. - This program is distributed in the hope that it will be useful, but WITHOUT + 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. + 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, Inc., + You should have received a copy of the GNU Lesser General Public License + along with this program; if not, write to the Free Software Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA 02111-1307 USA. */ diff --git a/src/rcclock.c b/src/rcclock.c index dab0e50..5683f44 100644 --- a/src/rcclock.c +++ b/src/rcclock.c @@ -4,17 +4,17 @@ Copyright (C) 2005-2008 Suren A. Chilingaryan - This program is free software; you can redistribute it and/or modify it - under the terms of version 2 of the GNU General Public License as published - by the Free Software Foundation. + This library is free software; you can redistribute it and/or modify it + under the terms of the GNU Lesser General Public License version 2.1 or later + as published by the Free Software Foundation. - This program is distributed in the hope that it will be useful, but WITHOUT + 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. + 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, Inc., + You should have received a copy of the GNU Lesser General Public License + along with this program; if not, write to the Free Software Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA 02111-1307 USA. */ diff --git a/src/rcclock.h b/src/rcclock.h index cfa7c58..eca998c 100644 --- a/src/rcclock.h +++ b/src/rcclock.h @@ -4,17 +4,17 @@ Copyright (C) 2005-2008 Suren A. Chilingaryan - This program is free software; you can redistribute it and/or modify it - under the terms of version 2 of the GNU General Public License as published - by the Free Software Foundation. + This library is free software; you can redistribute it and/or modify it + under the terms of the GNU Lesser General Public License version 2.1 or later + as published by the Free Software Foundation. - This program is distributed in the hope that it will be useful, but WITHOUT + 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. + 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, Inc., + You should have received a copy of the GNU Lesser General Public License + along with this program; if not, write to the Free Software Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA 02111-1307 USA. */ diff --git a/src/rccmutex.c b/src/rccmutex.c index 3c50d32..dce817a 100644 --- a/src/rccmutex.c +++ b/src/rccmutex.c @@ -3,17 +3,17 @@ Copyright (C) 2005-2008 Suren A. Chilingaryan - This program is free software; you can redistribute it and/or modify it - under the terms of version 2 of the GNU General Public License as published - by the Free Software Foundation. + This library is free software; you can redistribute it and/or modify it + under the terms of the GNU Lesser General Public License version 2.1 or later + as published by the Free Software Foundation. - This program is distributed in the hope that it will be useful, but WITHOUT + 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. + 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, Inc., + You should have received a copy of the GNU Lesser General Public License + along with this program; if not, write to the Free Software Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA 02111-1307 USA. */ diff --git a/src/rccmutex.h b/src/rccmutex.h index 2684d26..7f1ab0c 100644 --- a/src/rccmutex.h +++ b/src/rccmutex.h @@ -3,17 +3,17 @@ Copyright (C) 2005-2008 Suren A. Chilingaryan - This program is free software; you can redistribute it and/or modify it - under the terms of version 2 of the GNU General Public License as published - by the Free Software Foundation. + This library is free software; you can redistribute it and/or modify it + under the terms of the GNU Lesser General Public License version 2.1 or later + as published by the Free Software Foundation. - This program is distributed in the hope that it will be useful, but WITHOUT + 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. + 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, Inc., + You should have received a copy of the GNU Lesser General Public License + along with this program; if not, write to the Free Software Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA 02111-1307 USA. */ diff --git a/src/rccspell.c b/src/rccspell.c index 6f2c002..c5f4dd1 100644 --- a/src/rccspell.c +++ b/src/rccspell.c @@ -3,17 +3,17 @@ Copyright (C) 2005-2008 Suren A. Chilingaryan - This program is free software; you can redistribute it and/or modify it - under the terms of version 2 of the GNU General Public License as published - by the Free Software Foundation. + This library is free software; you can redistribute it and/or modify it + under the terms of the GNU Lesser General Public License version 2.1 or later + as published by the Free Software Foundation. - This program is distributed in the hope that it will be useful, but WITHOUT + 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. + 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, Inc., + You should have received a copy of the GNU Lesser General Public License + along with this program; if not, write to the Free Software Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA 02111-1307 USA. */ diff --git a/src/rccspell.h b/src/rccspell.h index edd4d7a..5e022f4 100644 --- a/src/rccspell.h +++ b/src/rccspell.h @@ -3,17 +3,17 @@ Copyright (C) 2005-2008 Suren A. Chilingaryan - This program is free software; you can redistribute it and/or modify it - under the terms of version 2 of the GNU General Public License as published - by the Free Software Foundation. + This library is free software; you can redistribute it and/or modify it + under the terms of the GNU Lesser General Public License version 2.1 or later + as published by the Free Software Foundation. - This program is distributed in the hope that it will be useful, but WITHOUT + 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. + 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, Inc., + You should have received a copy of the GNU Lesser General Public License + along with this program; if not, write to the Free Software Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA 02111-1307 USA. */ diff --git a/src/rccstring.c b/src/rccstring.c index 6ccc207..34fc831 100644 --- a/src/rccstring.c +++ b/src/rccstring.c @@ -3,17 +3,17 @@ Copyright (C) 2005-2008 Suren A. Chilingaryan - This program is free software; you can redistribute it and/or modify it - under the terms of version 2 of the GNU General Public License as published - by the Free Software Foundation. + This library is free software; you can redistribute it and/or modify it + under the terms of the GNU Lesser General Public License version 2.1 or later + as published by the Free Software Foundation. - This program is distributed in the hope that it will be useful, but WITHOUT + 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. + 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, Inc., + You should have received a copy of the GNU Lesser General Public License + along with this program; if not, write to the Free Software Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA 02111-1307 USA. */ diff --git a/src/rccstring.h b/src/rccstring.h index 4ee8a00..9847005 100644 --- a/src/rccstring.h +++ b/src/rccstring.h @@ -4,17 +4,17 @@ Copyright (C) 2005-2008 Suren A. Chilingaryan - This program is free software; you can redistribute it and/or modify it - under the terms of version 2 of the GNU General Public License as published - by the Free Software Foundation. + This library is free software; you can redistribute it and/or modify it + under the terms of the GNU Lesser General Public License version 2.1 or later + as published by the Free Software Foundation. - This program is distributed in the hope that it will be useful, but WITHOUT + 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. + 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, Inc., + You should have received a copy of the GNU Lesser General Public License + along with this program; if not, write to the Free Software Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA 02111-1307 USA. */ diff --git a/src/rcctranslate.c b/src/rcctranslate.c index 638c3fe..cce76e1 100644 --- a/src/rcctranslate.c +++ b/src/rcctranslate.c @@ -3,17 +3,17 @@ Copyright (C) 2005-2008 Suren A. Chilingaryan - This program is free software; you can redistribute it and/or modify it - under the terms of version 2 of the GNU General Public License as published - by the Free Software Foundation. + This library is free software; you can redistribute it and/or modify it + under the terms of the GNU Lesser General Public License version 2.1 or later + as published by the Free Software Foundation. - This program is distributed in the hope that it will be useful, but WITHOUT + 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. + 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, Inc., + You should have received a copy of the GNU Lesser General Public License + along with this program; if not, write to the Free Software Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA 02111-1307 USA. */ diff --git a/src/rcctranslate.h b/src/rcctranslate.h index f5c9d0a..eae5b59 100644 --- a/src/rcctranslate.h +++ b/src/rcctranslate.h @@ -3,17 +3,17 @@ Copyright (C) 2005-2008 Suren A. Chilingaryan - This program is free software; you can redistribute it and/or modify it - under the terms of version 2 of the GNU General Public License as published - by the Free Software Foundation. + This library is free software; you can redistribute it and/or modify it + under the terms of the GNU Lesser General Public License version 2.1 or later + as published by the Free Software Foundation. - This program is distributed in the hope that it will be useful, but WITHOUT + 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. + 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, Inc., + You should have received a copy of the GNU Lesser General Public License + along with this program; if not, write to the Free Software Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA 02111-1307 USA. */ diff --git a/src/rccxml.c b/src/rccxml.c index f5ce045..03230d0 100644 --- a/src/rccxml.c +++ b/src/rccxml.c @@ -3,17 +3,17 @@ Copyright (C) 2005-2008 Suren A. Chilingaryan - This program is free software; you can redistribute it and/or modify it - under the terms of version 2 of the GNU General Public License as published - by the Free Software Foundation. + This library is free software; you can redistribute it and/or modify it + under the terms of the GNU Lesser General Public License version 2.1 or later + as published by the Free Software Foundation. - This program is distributed in the hope that it will be useful, but WITHOUT + 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. + 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, Inc., + You should have received a copy of the GNU Lesser General Public License + along with this program; if not, write to the Free Software Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA 02111-1307 USA. */ diff --git a/src/rccxml.h b/src/rccxml.h index 90aaac3..46c7146 100644 --- a/src/rccxml.h +++ b/src/rccxml.h @@ -3,17 +3,17 @@ Copyright (C) 2005-2008 Suren A. Chilingaryan - This program is free software; you can redistribute it and/or modify it - under the terms of version 2 of the GNU General Public License as published - by the Free Software Foundation. + This library is free software; you can redistribute it and/or modify it + under the terms of the GNU Lesser General Public License version 2.1 or later + as published by the Free Software Foundation. - This program is distributed in the hope that it will be useful, but WITHOUT + 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. + 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, Inc., + You should have received a copy of the GNU Lesser General Public License + along with this program; if not, write to the Free Software Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA 02111-1307 USA. */ diff --git a/src/recode.c b/src/recode.c index e4a2051..e1929b5 100644 --- a/src/recode.c +++ b/src/recode.c @@ -3,17 +3,17 @@ Copyright (C) 2005-2008 Suren A. Chilingaryan - This program is free software; you can redistribute it and/or modify it - under the terms of version 2 of the GNU General Public License as published - by the Free Software Foundation. + This library is free software; you can redistribute it and/or modify it + under the terms of the GNU Lesser General Public License version 2.1 or later + as published by the Free Software Foundation. - This program is distributed in the hope that it will be useful, but WITHOUT + 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. + 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, Inc., + You should have received a copy of the GNU Lesser General Public License + along with this program; if not, write to the Free Software Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA 02111-1307 USA. */ diff --git a/src/recode.h b/src/recode.h index 7bb0bc3..bdd75e0 100644 --- a/src/recode.h +++ b/src/recode.h @@ -3,17 +3,17 @@ Copyright (C) 2005-2008 Suren A. Chilingaryan - This program is free software; you can redistribute it and/or modify it - under the terms of version 2 of the GNU General Public License as published - by the Free Software Foundation. + This library is free software; you can redistribute it and/or modify it + under the terms of the GNU Lesser General Public License version 2.1 or later + as published by the Free Software Foundation. - This program is distributed in the hope that it will be useful, but WITHOUT + 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. + 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, Inc., + You should have received a copy of the GNU Lesser General Public License + along with this program; if not, write to the Free Software Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA 02111-1307 USA. */ -- cgit v1.2.3