summaryrefslogtreecommitdiffstats
path: root/src
diff options
context:
space:
mode:
authorSuren A. Chilingaryan <csa@dside.dyndns.org>2009-06-12 20:19:40 +0000
committerSuren A. Chilingaryan <csa@dside.dyndns.org>2009-06-12 20:19:40 +0000
commit16a44fad67d6a6fcc12779f094aa5abae20ee10e (patch)
treec1d909ca3672f09859a695fc297b99203c9ad657 /src
parent2721c9054f96693a77cb522358beb9021038edc7 (diff)
downloadlibrcc-16a44fad67d6a6fcc12779f094aa5abae20ee10e.tar.gz
librcc-16a44fad67d6a6fcc12779f094aa5abae20ee10e.tar.bz2
librcc-16a44fad67d6a6fcc12779f094aa5abae20ee10e.tar.xz
librcc-16a44fad67d6a6fcc12779f094aa5abae20ee10e.zip
Relincensed under LGPL
Diffstat (limited to 'src')
-rw-r--r--src/curconfig.c16
-rw-r--r--src/curconfig.h16
-rw-r--r--src/engine.c16
-rw-r--r--src/engine.h16
-rw-r--r--src/fake_rcd.h16
-rw-r--r--src/fs.c16
-rw-r--r--src/fs.h16
-rw-r--r--src/internal.h16
-rw-r--r--src/librcc.c16
-rw-r--r--src/librcc.h16
-rw-r--r--src/lng.c16
-rw-r--r--src/lng.h16
-rw-r--r--src/lngconfig.c16
-rw-r--r--src/lngconfig.h16
-rw-r--r--src/lngrecode.c16
-rw-r--r--src/lngrecode.h16
-rw-r--r--src/opt.c16
-rw-r--r--src/opt.h16
-rw-r--r--src/plugin.c16
-rw-r--r--src/plugin.h16
-rw-r--r--src/rccconfig.c16
-rw-r--r--src/rccconfig.h16
-rw-r--r--src/rccdb4.c16
-rw-r--r--src/rccdb4.h16
-rw-r--r--src/rccenca.c16
-rw-r--r--src/rccenca.h16
-rw-r--r--src/rccexternal.c16
-rw-r--r--src/rccexternal.h16
-rw-r--r--src/rcchome.c16
-rw-r--r--src/rcchome.h16
-rw-r--r--src/rcciconv.c16
-rw-r--r--src/rcciconv.h16
-rw-r--r--src/rcclist.c16
-rw-r--r--src/rcclist.h16
-rw-r--r--src/rcclocale.c16
-rw-r--r--src/rcclocale.h16
-rw-r--r--src/rcclock.c16
-rw-r--r--src/rcclock.h16
-rw-r--r--src/rccmutex.c16
-rw-r--r--src/rccmutex.h16
-rw-r--r--src/rccspell.c16
-rw-r--r--src/rccspell.h16
-rw-r--r--src/rccstring.c16
-rw-r--r--src/rccstring.h16
-rw-r--r--src/rcctranslate.c16
-rw-r--r--src/rcctranslate.h16
-rw-r--r--src/rccxml.c16
-rw-r--r--src/rccxml.h16
-rw-r--r--src/recode.c16
-rw-r--r--src/recode.h16
50 files changed, 400 insertions, 400 deletions
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 <csa@dside.dyndns.org>
- 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 <csa@dside.dyndns.org>
- 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 <csa@dside.dyndns.org>
- 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 <csa@dside.dyndns.org>
- 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 <csa@dside.dyndns.org>
- 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 <csa@dside.dyndns.org>
- 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 <csa@dside.dyndns.org>
- 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 <csa@dside.dyndns.org>
- 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 <csa@dside.dyndns.org>
- 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 <csa@dside.dyndns.org>
- 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 <csa@dside.dyndns.org>
- 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 <csa@dside.dyndns.org>
- 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 <csa@dside.dyndns.org>
- 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 <csa@dside.dyndns.org>
- 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 <csa@dside.dyndns.org>
- 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 <csa@dside.dyndns.org>
- 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 <csa@dside.dyndns.org>
- 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 <csa@dside.dyndns.org>
- 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 <csa@dside.dyndns.org>
- 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 <csa@dside.dyndns.org>
- 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 <csa@dside.dyndns.org>
- 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 <csa@dside.dyndns.org>
- 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 <csa@dside.dyndns.org>
- 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 <csa@dside.dyndns.org>
- 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 <csa@dside.dyndns.org>
- 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 <csa@dside.dyndns.org>
- 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 <csa@dside.dyndns.org>
- 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 <csa@dside.dyndns.org>
- 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 <csa@dside.dyndns.org>
- 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 <csa@dside.dyndns.org>
- 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 <csa@dside.dyndns.org>
- 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 <csa@dside.dyndns.org>
- 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 <csa@dside.dyndns.org>
- 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 <csa@dside.dyndns.org>
- 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 <csa@dside.dyndns.org>
- 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 <csa@dside.dyndns.org>
- 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 <csa@dside.dyndns.org>
- 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 <csa@dside.dyndns.org>
- 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 <csa@dside.dyndns.org>
- 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 <csa@dside.dyndns.org>
- 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 <csa@dside.dyndns.org>
- 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 <csa@dside.dyndns.org>
- 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 <csa@dside.dyndns.org>
- 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 <csa@dside.dyndns.org>
- 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 <csa@dside.dyndns.org>
- 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 <csa@dside.dyndns.org>
- 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 <csa@dside.dyndns.org>
- 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 <csa@dside.dyndns.org>
- 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 <csa@dside.dyndns.org>
- 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 <csa@dside.dyndns.org>
- 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.
*/