From 22d99882b1510ded54293fc51305aa68624faf68 Mon Sep 17 00:00:00 2001 From: "Suren A. Chilingaryan" Date: Wed, 11 Apr 2018 03:22:37 +0200 Subject: Fix e-mail in copyright statement --- docs/api/rcc-recode.c | 2 +- engines/libguess.c | 2 +- engines/librcd.c | 2 +- engines/western.c | 2 +- examples/example1.c | 2 +- examples/example2.c | 2 +- examples/rcc-gtk-config.c | 2 +- external/rccexternal.c | 2 +- external/rcclibtranslate.c | 2 +- external/rcclibtranslate.h | 2 +- src/curconfig.c | 2 +- src/curconfig.h | 2 +- src/engine.c | 2 +- src/engine.h | 2 +- src/fake_rcd.h | 2 +- src/fs.c | 2 +- src/fs.h | 2 +- src/internal.h | 2 +- src/librcc.c | 2 +- src/librcc.h | 2 +- src/lng.c | 2 +- src/lng.h | 2 +- src/lngconfig.c | 2 +- src/lngconfig.h | 2 +- src/lngrecode.c | 2 +- src/lngrecode.h | 2 +- src/opt.c | 2 +- src/opt.h | 2 +- src/plugin.c | 2 +- src/plugin.h | 2 +- src/rccconfig.c | 2 +- src/rccconfig.h | 2 +- src/rccdb4.c | 2 +- src/rccdb4.h | 2 +- src/rccenca.c | 2 +- src/rccenca.h | 2 +- src/rccexternal.c | 2 +- src/rccexternal.h | 2 +- src/rcchome.c | 2 +- src/rcchome.h | 2 +- src/rcciconv.c | 2 +- src/rcciconv.h | 2 +- src/rcclist.c | 2 +- src/rcclist.h | 2 +- src/rcclocale.c | 2 +- src/rcclocale.h | 2 +- src/rcclock.c | 2 +- src/rcclock.h | 2 +- src/rccmutex.c | 2 +- src/rccmutex.h | 2 +- src/rccspell.c | 2 +- src/rccspell.h | 2 +- src/rccstring.c | 2 +- src/rccstring.h | 2 +- src/rcctranslate.c | 2 +- src/rcctranslate.h | 2 +- src/rccxml.c | 2 +- src/rccxml.h | 2 +- src/recode.c | 2 +- src/recode.h | 2 +- ui/gtk.c | 2 +- ui/internal.h | 2 +- ui/librccui.c | 2 +- ui/librccui.h | 2 +- ui/null.c | 2 +- ui/rccmenu.c | 2 +- ui/rccmenu.h | 2 +- ui/rccnames.c | 2 +- ui/rccnames.h | 2 +- 69 files changed, 69 insertions(+), 69 deletions(-) diff --git a/docs/api/rcc-recode.c b/docs/api/rcc-recode.c index 875daed..8762b71 100644 --- a/docs/api/rcc-recode.c +++ b/docs/api/rcc-recode.c @@ -1,7 +1,7 @@ /* LibRCC - Copyright (C) 2005-2008 Suren A. Chilingaryan + Copyright (C) 2005-2018 Suren A. Chilingaryan 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 diff --git a/engines/libguess.c b/engines/libguess.c index dd89ced..65805a9 100644 --- a/engines/libguess.c +++ b/engines/libguess.c @@ -1,7 +1,7 @@ /* LibRCC - LibGUESS Engine - Copyright (C) 2005-2008 Suren A. Chilingaryan + Copyright (C) 2005-2018 Suren A. Chilingaryan 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 diff --git a/engines/librcd.c b/engines/librcd.c index b6a5a8c..33ba9b7 100644 --- a/engines/librcd.c +++ b/engines/librcd.c @@ -1,7 +1,7 @@ /* LibRCC - LibRCD engine - Copyright (C) 2005-2008 Suren A. Chilingaryan + Copyright (C) 2005-2018 Suren A. Chilingaryan 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 diff --git a/engines/western.c b/engines/western.c index 2d32ace..b7bf811 100644 --- a/engines/western.c +++ b/engines/western.c @@ -1,7 +1,7 @@ /* LibRCC - ISO8859-1/UTF-8 detection engine - Copyright (C) 2005-2008 Suren A. Chilingaryan + Copyright (C) 2005-2018 Suren A. Chilingaryan 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 diff --git a/examples/example1.c b/examples/example1.c index 16ecda7..3570fe1 100644 --- a/examples/example1.c +++ b/examples/example1.c @@ -1,7 +1,7 @@ /* LibRCC - Simple recoding example - Copyright (C) 2005-2008 Suren A. Chilingaryan + Copyright (C) 2005-2018 Suren A. Chilingaryan 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 diff --git a/examples/example2.c b/examples/example2.c index f8b085c..3e8917a 100644 --- a/examples/example2.c +++ b/examples/example2.c @@ -1,7 +1,7 @@ /* LibRCC - translation example - Copyright (C) 2005-2008 Suren A. Chilingaryan + Copyright (C) 2005-2018 Suren A. Chilingaryan 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 diff --git a/examples/rcc-gtk-config.c b/examples/rcc-gtk-config.c index aa5359c..df404f8 100644 --- a/examples/rcc-gtk-config.c +++ b/examples/rcc-gtk-config.c @@ -1,7 +1,7 @@ /* LibRCC - standalone application for adjusting RCC configuration - Copyright (C) 2005-2008 Suren A. Chilingaryan + Copyright (C) 2005-2018 Suren A. Chilingaryan 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 diff --git a/external/rccexternal.c b/external/rccexternal.c index eb6bbba..b5c2efe 100644 --- a/external/rccexternal.c +++ b/external/rccexternal.c @@ -5,7 +5,7 @@ and libtranslate utilized to provide translation uses Glib v.2. If both libraries are linked, the version conflict causes segmentation errors. - Copyright (C) 2005-2008 Suren A. Chilingaryan + Copyright (C) 2005-2018 Suren A. Chilingaryan 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 diff --git a/external/rcclibtranslate.c b/external/rcclibtranslate.c index fb83222..b5b9430 100644 --- a/external/rcclibtranslate.c +++ b/external/rcclibtranslate.c @@ -1,7 +1,7 @@ /* LibRCC - external module interfacying libtranslate library - Copyright (C) 2005-2008 Suren A. Chilingaryan + Copyright (C) 2005-2018 Suren A. Chilingaryan 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 diff --git a/external/rcclibtranslate.h b/external/rcclibtranslate.h index 3807409..913ea9a 100644 --- a/external/rcclibtranslate.h +++ b/external/rcclibtranslate.h @@ -1,7 +1,7 @@ /* LibRCC - external module interfacying libtranslate library - Copyright (C) 2005-2008 Suren A. Chilingaryan + Copyright (C) 2005-2018 Suren A. Chilingaryan 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 diff --git a/src/curconfig.c b/src/curconfig.c index 69f7fd4..8cf1aba 100644 --- a/src/curconfig.c +++ b/src/curconfig.c @@ -1,7 +1,7 @@ /* LibRCC - module providing access to actual RCC configuration - Copyright (C) 2005-2008 Suren A. Chilingaryan + Copyright (C) 2005-2018 Suren A. Chilingaryan 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 diff --git a/src/curconfig.h b/src/curconfig.h index cbd5aca..30ca0e5 100644 --- a/src/curconfig.h +++ b/src/curconfig.h @@ -1,7 +1,7 @@ /* LibRCC - module providing access to actual RCC configuration - Copyright (C) 2005-2008 Suren A. Chilingaryan + Copyright (C) 2005-2018 Suren A. Chilingaryan 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 diff --git a/src/engine.c b/src/engine.c index b79d675..4f72b99 100644 --- a/src/engine.c +++ b/src/engine.c @@ -1,7 +1,7 @@ /* LibRCC - Autodetection engines abstraction - Copyright (C) 2005-2008 Suren A. Chilingaryan + Copyright (C) 2005-2018 Suren A. Chilingaryan 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 diff --git a/src/engine.h b/src/engine.h index a63ab28..2b55a16 100644 --- a/src/engine.h +++ b/src/engine.h @@ -1,7 +1,7 @@ /* LibRCC - Autodetection engines abstraction - Copyright (C) 2005-2008 Suren A. Chilingaryan + Copyright (C) 2005-2018 Suren A. Chilingaryan 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 diff --git a/src/fake_rcd.h b/src/fake_rcd.h index 67596d8..901e8e8 100644 --- a/src/fake_rcd.h +++ b/src/fake_rcd.h @@ -1,7 +1,7 @@ /* LibRCD - Public Interface - Copyright (C) 2005-2008 Suren A. Chilingaryan + Copyright (C) 2005-2018 Suren A. Chilingaryan 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 diff --git a/src/fs.c b/src/fs.c index 9ed342b..0598b77 100644 --- a/src/fs.c +++ b/src/fs.c @@ -1,7 +1,7 @@ /* LibRCC - Module providing file names recoding - Copyright (C) 2005-2008 Suren A. Chilingaryan + Copyright (C) 2005-2018 Suren A. Chilingaryan 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 diff --git a/src/fs.h b/src/fs.h index c141c20..7676121 100644 --- a/src/fs.h +++ b/src/fs.h @@ -1,7 +1,7 @@ /* LibRCC - module providing file names recoding - Copyright (C) 2005-2008 Suren A. Chilingaryan + Copyright (C) 2005-2018 Suren A. Chilingaryan 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 diff --git a/src/internal.h b/src/internal.h index 563147d..fa016a7 100644 --- a/src/internal.h +++ b/src/internal.h @@ -1,7 +1,7 @@ /* LibRCC - various definitions used internally - Copyright (C) 2005-2008 Suren A. Chilingaryan + Copyright (C) 2005-2018 Suren A. Chilingaryan 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 diff --git a/src/librcc.c b/src/librcc.c index 0fb9211..97725ec 100644 --- a/src/librcc.c +++ b/src/librcc.c @@ -1,7 +1,7 @@ /* LibRCC - module responsible for library initialization - Copyright (C) 2005-2008 Suren A. Chilingaryan + Copyright (C) 2005-2018 Suren A. Chilingaryan 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 diff --git a/src/librcc.h b/src/librcc.h index 866995b..c0b40ac 100644 --- a/src/librcc.h +++ b/src/librcc.h @@ -1,7 +1,7 @@ /* LibRCC - public interface - Copyright (C) 2005-2008 Suren A. Chilingaryan + Copyright (C) 2005-2018 Suren A. Chilingaryan 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 diff --git a/src/lng.c b/src/lng.c index 96bd801..6cd5051 100644 --- a/src/lng.c +++ b/src/lng.c @@ -1,7 +1,7 @@ /* LibRCC - base module for language manipulations - Copyright (C) 2005-2008 Suren A. Chilingaryan + Copyright (C) 2005-2018 Suren A. Chilingaryan 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 diff --git a/src/lng.h b/src/lng.h index 16ea703..249c707 100644 --- a/src/lng.h +++ b/src/lng.h @@ -1,7 +1,7 @@ /* LibRCC - base module for language manipulations - Copyright (C) 2005-2008 Suren A. Chilingaryan + Copyright (C) 2005-2018 Suren A. Chilingaryan 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 diff --git a/src/lngconfig.c b/src/lngconfig.c index 73b555b..f339b02 100644 --- a/src/lngconfig.c +++ b/src/lngconfig.c @@ -2,7 +2,7 @@ LibRCC - language configuration: supported charsets and engines, various options - Copyright (C) 2005-2008 Suren A. Chilingaryan + Copyright (C) 2005-2018 Suren A. Chilingaryan 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 diff --git a/src/lngconfig.h b/src/lngconfig.h index bfcd438..715d984 100644 --- a/src/lngconfig.h +++ b/src/lngconfig.h @@ -2,7 +2,7 @@ LibRCC - language configuration: supported charsets and engines, various options - Copyright (C) 2005-2008 Suren A. Chilingaryan + Copyright (C) 2005-2018 Suren A. Chilingaryan 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 diff --git a/src/lngrecode.c b/src/lngrecode.c index e1cfb59..fe4ba94 100644 --- a/src/lngrecode.c +++ b/src/lngrecode.c @@ -1,7 +1,7 @@ /* LibRCC - module providing charset recoding for the specified language - Copyright (C) 2005-2008 Suren A. Chilingaryan + Copyright (C) 2005-2018 Suren A. Chilingaryan 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 diff --git a/src/lngrecode.h b/src/lngrecode.h index 912660a..3de1e27 100644 --- a/src/lngrecode.h +++ b/src/lngrecode.h @@ -1,7 +1,7 @@ /* LibRCC - module providing charset recoding for the specified language - Copyright (C) 2005-2008 Suren A. Chilingaryan + Copyright (C) 2005-2018 Suren A. Chilingaryan 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 diff --git a/src/opt.c b/src/opt.c index 4d10ea5..624aac8 100644 --- a/src/opt.c +++ b/src/opt.c @@ -1,7 +1,7 @@ /* LibRCC - abstraction for numerical and boolean configuration options - Copyright (C) 2005-2008 Suren A. Chilingaryan + Copyright (C) 2005-2018 Suren A. Chilingaryan 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 diff --git a/src/opt.h b/src/opt.h index 4f4d07f..9734d63 100644 --- a/src/opt.h +++ b/src/opt.h @@ -1,7 +1,7 @@ /* LibRCC - abstraction for numerical and boolean configuration options - Copyright (C) 2005-2008 Suren A. Chilingaryan + Copyright (C) 2005-2018 Suren A. Chilingaryan 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 diff --git a/src/plugin.c b/src/plugin.c index 97e7f0d..a37533c 100644 --- a/src/plugin.c +++ b/src/plugin.c @@ -1,7 +1,7 @@ /* LibRCC - plugin's abstraction - Copyright (C) 2005-2008 Suren A. Chilingaryan + Copyright (C) 2005-2018 Suren A. Chilingaryan 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 diff --git a/src/plugin.h b/src/plugin.h index dbf8458..305d7d0 100644 --- a/src/plugin.h +++ b/src/plugin.h @@ -1,7 +1,7 @@ /* LibRCC - plugin's abstraction - Copyright (C) 2005-2008 Suren A. Chilingaryan + Copyright (C) 2005-2018 Suren A. Chilingaryan 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 diff --git a/src/rccconfig.c b/src/rccconfig.c index 3748bab..baecf21 100644 --- a/src/rccconfig.c +++ b/src/rccconfig.c @@ -1,7 +1,7 @@ /* LibRCC - default configuration - Copyright (C) 2005-2008 Suren A. Chilingaryan + Copyright (C) 2005-2018 Suren A. Chilingaryan 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 diff --git a/src/rccconfig.h b/src/rccconfig.h index 4855f49..af4b1cd 100644 --- a/src/rccconfig.h +++ b/src/rccconfig.h @@ -1,7 +1,7 @@ /* LibRCC - default configuration - Copyright (C) 2005-2008 Suren A. Chilingaryan + Copyright (C) 2005-2018 Suren A. Chilingaryan 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 diff --git a/src/rccdb4.c b/src/rccdb4.c index 7f86090..897ec10 100644 --- a/src/rccdb4.c +++ b/src/rccdb4.c @@ -1,7 +1,7 @@ /* LibRCC - interface to BerkleyDB - Copyright (C) 2005-2008 Suren A. Chilingaryan + Copyright (C) 2005-2018 Suren A. Chilingaryan 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 diff --git a/src/rccdb4.h b/src/rccdb4.h index b0f800d..75327ea 100644 --- a/src/rccdb4.h +++ b/src/rccdb4.h @@ -1,7 +1,7 @@ /* LibRCC - interface to BerkleyDB - Copyright (C) 2005-2008 Suren A. Chilingaryan + Copyright (C) 2005-2018 Suren A. Chilingaryan 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 diff --git a/src/rccenca.c b/src/rccenca.c index 8b2c365..67b453c 100644 --- a/src/rccenca.c +++ b/src/rccenca.c @@ -1,7 +1,7 @@ /* LibRCC - interface to enca library - Copyright (C) 2005-2008 Suren A. Chilingaryan + Copyright (C) 2005-2018 Suren A. Chilingaryan 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 diff --git a/src/rccenca.h b/src/rccenca.h index 6286f61..646c1bc 100644 --- a/src/rccenca.h +++ b/src/rccenca.h @@ -1,7 +1,7 @@ /* LibRCC - interface to enca library - Copyright (C) 2005-2008 Suren A. Chilingaryan + Copyright (C) 2005-2018 Suren A. Chilingaryan 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 diff --git a/src/rccexternal.c b/src/rccexternal.c index 1441f24..cfa425e 100644 --- a/src/rccexternal.c +++ b/src/rccexternal.c @@ -1,7 +1,7 @@ /* LibRCC - module comunicating with rcc-external helper application - Copyright (C) 2005-2008 Suren A. Chilingaryan + Copyright (C) 2005-2018 Suren A. Chilingaryan 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 diff --git a/src/rccexternal.h b/src/rccexternal.h index 3594424..768097f 100644 --- a/src/rccexternal.h +++ b/src/rccexternal.h @@ -1,7 +1,7 @@ /* LibRCC - module comunicating with rcc-external helper application - Copyright (C) 2005-2008 Suren A. Chilingaryan + Copyright (C) 2005-2018 Suren A. Chilingaryan 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 diff --git a/src/rcchome.c b/src/rcchome.c index becbaac..4b9d090 100644 --- a/src/rcchome.c +++ b/src/rcchome.c @@ -1,7 +1,7 @@ /* LibRCC - module detecting user's home directory - Copyright (C) 2005-2008 Suren A. Chilingaryan + Copyright (C) 2005-2018 Suren A. Chilingaryan 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 diff --git a/src/rcchome.h b/src/rcchome.h index dbad028..0c51adc 100644 --- a/src/rcchome.h +++ b/src/rcchome.h @@ -1,7 +1,7 @@ /* LibRCC - module detecting user's home directory - Copyright (C) 2005-2008 Suren A. Chilingaryan + Copyright (C) 2005-2018 Suren A. Chilingaryan 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 diff --git a/src/rcciconv.c b/src/rcciconv.c index 54078f3..857bb89 100644 --- a/src/rcciconv.c +++ b/src/rcciconv.c @@ -1,7 +1,7 @@ /* LibRCC - interface to iconv library - Copyright (C) 2005-2008 Suren A. Chilingaryan + Copyright (C) 2005-2018 Suren A. Chilingaryan 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 diff --git a/src/rcciconv.h b/src/rcciconv.h index fccb33c..4748d88 100644 --- a/src/rcciconv.h +++ b/src/rcciconv.h @@ -1,7 +1,7 @@ /* LibRCC - interface to iconv library - Copyright (C) 2005-2008 Suren A. Chilingaryan + Copyright (C) 2005-2018 Suren A. Chilingaryan 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 diff --git a/src/rcclist.c b/src/rcclist.c index 221e983..39e95f9 100644 --- a/src/rcclist.c +++ b/src/rcclist.c @@ -2,7 +2,7 @@ LibRCC - module providing access to currently registered languages, engines, charsets - Copyright (C) 2005-2008 Suren A. Chilingaryan + Copyright (C) 2005-2018 Suren A. Chilingaryan 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 diff --git a/src/rcclist.h b/src/rcclist.h index 9ef1f9c..6d2c9bf 100644 --- a/src/rcclist.h +++ b/src/rcclist.h @@ -2,7 +2,7 @@ LibRCC - module providing access to currently registered languages, engines, charsets - Copyright (C) 2005-2008 Suren A. Chilingaryan + Copyright (C) 2005-2018 Suren A. Chilingaryan 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 diff --git a/src/rcclocale.c b/src/rcclocale.c index 2d26077..8d74f21 100644 --- a/src/rcclocale.c +++ b/src/rcclocale.c @@ -1,7 +1,7 @@ /* LibRCC - module responsible for extracting locale information - Copyright (C) 2005-2008 Suren A. Chilingaryan + Copyright (C) 2005-2018 Suren A. Chilingaryan 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 diff --git a/src/rcclocale.h b/src/rcclocale.h index 3743d6d..3747466 100644 --- a/src/rcclocale.h +++ b/src/rcclocale.h @@ -1,7 +1,7 @@ /* LibRCC - module responsible for extracting locale information - Copyright (C) 2005-2008 Suren A. Chilingaryan + Copyright (C) 2005-2018 Suren A. Chilingaryan 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 diff --git a/src/rcclock.c b/src/rcclock.c index b72fd9f..48f6b82 100644 --- a/src/rcclock.c +++ b/src/rcclock.c @@ -2,7 +2,7 @@ LibRCC - module responsible for application synchronization (write access to a shared config mainly) - Copyright (C) 2005-2008 Suren A. Chilingaryan + Copyright (C) 2005-2018 Suren A. Chilingaryan 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 diff --git a/src/rcclock.h b/src/rcclock.h index ef5c206..10e70b2 100644 --- a/src/rcclock.h +++ b/src/rcclock.h @@ -2,7 +2,7 @@ LibRCC - module responsible for application synchronization (write access to a shared config mainly) - Copyright (C) 2005-2008 Suren A. Chilingaryan + Copyright (C) 2005-2018 Suren A. Chilingaryan 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 diff --git a/src/rccmutex.c b/src/rccmutex.c index 261e37d..85d698d 100644 --- a/src/rccmutex.c +++ b/src/rccmutex.c @@ -1,7 +1,7 @@ /* LibRCC - module responsible for thread synchronization - Copyright (C) 2005-2008 Suren A. Chilingaryan + Copyright (C) 2005-2018 Suren A. Chilingaryan 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 diff --git a/src/rccmutex.h b/src/rccmutex.h index 9bdd198..286b2e3 100644 --- a/src/rccmutex.h +++ b/src/rccmutex.h @@ -1,7 +1,7 @@ /* LibRCC - module responsible for thread synchronization - Copyright (C) 2005-2008 Suren A. Chilingaryan + Copyright (C) 2005-2018 Suren A. Chilingaryan 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 diff --git a/src/rccspell.c b/src/rccspell.c index aa6d4ed..d601e02 100644 --- a/src/rccspell.c +++ b/src/rccspell.c @@ -1,7 +1,7 @@ /* LibRCC - interface to spelling libraries used by language recognition code - Copyright (C) 2005-2008 Suren A. Chilingaryan + Copyright (C) 2005-2018 Suren A. Chilingaryan 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 diff --git a/src/rccspell.h b/src/rccspell.h index 1dd165c..f91c48c 100644 --- a/src/rccspell.h +++ b/src/rccspell.h @@ -1,7 +1,7 @@ /* LibRCC - interface to spelling libraries used by language recognition code - Copyright (C) 2005-2008 Suren A. Chilingaryan + Copyright (C) 2005-2018 Suren A. Chilingaryan 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 diff --git a/src/rccstring.c b/src/rccstring.c index b67d69e..45210f8 100644 --- a/src/rccstring.c +++ b/src/rccstring.c @@ -1,7 +1,7 @@ /* LibRCC - module handling internal string representation - Copyright (C) 2005-2008 Suren A. Chilingaryan + Copyright (C) 2005-2018 Suren A. Chilingaryan 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 diff --git a/src/rccstring.h b/src/rccstring.h index e6251b5..32084a4 100644 --- a/src/rccstring.h +++ b/src/rccstring.h @@ -2,7 +2,7 @@ LibRCC - this header defines internal string representation: UTF-8 encoding string + information on language. - Copyright (C) 2005-2008 Suren A. Chilingaryan + Copyright (C) 2005-2018 Suren A. Chilingaryan 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 diff --git a/src/rcctranslate.c b/src/rcctranslate.c index 11ad371..78d3722 100644 --- a/src/rcctranslate.c +++ b/src/rcctranslate.c @@ -1,7 +1,7 @@ /* LibRCC - module responsible for translation service - Copyright (C) 2005-2008 Suren A. Chilingaryan + Copyright (C) 2005-2018 Suren A. Chilingaryan 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 diff --git a/src/rcctranslate.h b/src/rcctranslate.h index 78c686d..2d34827 100644 --- a/src/rcctranslate.h +++ b/src/rcctranslate.h @@ -1,7 +1,7 @@ /* LibRCC - module responsible for translation service - Copyright (C) 2005-2008 Suren A. Chilingaryan + Copyright (C) 2005-2018 Suren A. Chilingaryan 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 diff --git a/src/rccxml.c b/src/rccxml.c index e79067f..a864b36 100644 --- a/src/rccxml.c +++ b/src/rccxml.c @@ -1,7 +1,7 @@ /* LibRCC - module handling XML configuration - Copyright (C) 2005-2008 Suren A. Chilingaryan + Copyright (C) 2005-2018 Suren A. Chilingaryan 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 diff --git a/src/rccxml.h b/src/rccxml.h index 66fda23..2656e8f 100644 --- a/src/rccxml.h +++ b/src/rccxml.h @@ -1,7 +1,7 @@ /* LibRCC - module handling XML configuration - Copyright (C) 2005-2008 Suren A. Chilingaryan + Copyright (C) 2005-2018 Suren A. Chilingaryan 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 diff --git a/src/recode.c b/src/recode.c index f2b0c20..d15100d 100644 --- a/src/recode.c +++ b/src/recode.c @@ -1,7 +1,7 @@ /* LibRCC - module providing language autodetection and recoding - Copyright (C) 2005-2008 Suren A. Chilingaryan + Copyright (C) 2005-2018 Suren A. Chilingaryan 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 diff --git a/src/recode.h b/src/recode.h index 550f994..9f18f0e 100644 --- a/src/recode.h +++ b/src/recode.h @@ -1,7 +1,7 @@ /* LibRCC - module providing language autodetection and recoding - Copyright (C) 2005-2008 Suren A. Chilingaryan + Copyright (C) 2005-2018 Suren A. Chilingaryan 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 diff --git a/ui/gtk.c b/ui/gtk.c index 5056510..5088607 100644 --- a/ui/gtk.c +++ b/ui/gtk.c @@ -1,7 +1,7 @@ /* LibRCC UI - GTK library - Copyright (C) 2005-2008 Suren A. Chilingaryan + Copyright (C) 2005-2018 Suren A. Chilingaryan 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 diff --git a/ui/internal.h b/ui/internal.h index cbd260f..7577985 100644 --- a/ui/internal.h +++ b/ui/internal.h @@ -1,7 +1,7 @@ /* LibRCC UI - internal data structures - Copyright (C) 2005-2008 Suren A. Chilingaryan + Copyright (C) 2005-2018 Suren A. Chilingaryan 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 diff --git a/ui/librccui.c b/ui/librccui.c index c47e35d..160e94c 100644 --- a/ui/librccui.c +++ b/ui/librccui.c @@ -1,7 +1,7 @@ /* LibRCC UI - base implmentation - Copyright (C) 2005-2008 Suren A. Chilingaryan + Copyright (C) 2005-2018 Suren A. Chilingaryan 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 diff --git a/ui/librccui.h b/ui/librccui.h index 3195d37..4fb373d 100644 --- a/ui/librccui.h +++ b/ui/librccui.h @@ -1,7 +1,7 @@ /* LibRCC - public interface - Copyright (C) 2005-2008 Suren A. Chilingaryan + Copyright (C) 2005-2018 Suren A. Chilingaryan 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 diff --git a/ui/null.c b/ui/null.c index 92ef31e..8a7c346 100644 --- a/ui/null.c +++ b/ui/null.c @@ -1,7 +1,7 @@ /* LibRCC UI - dummy library - Copyright (C) 2005-2008 Suren A. Chilingaryan + Copyright (C) 2005-2018 Suren A. Chilingaryan 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 diff --git a/ui/rccmenu.c b/ui/rccmenu.c index 034a44c..40be086 100644 --- a/ui/rccmenu.c +++ b/ui/rccmenu.c @@ -1,7 +1,7 @@ /* LibRCC - menu abstraction - Copyright (C) 2005-2008 Suren A. Chilingaryan + Copyright (C) 2005-2018 Suren A. Chilingaryan 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 diff --git a/ui/rccmenu.h b/ui/rccmenu.h index 648e0a1..f97c264 100644 --- a/ui/rccmenu.h +++ b/ui/rccmenu.h @@ -1,7 +1,7 @@ /* LibRCC - menu abstraction - Copyright (C) 2005-2008 Suren A. Chilingaryan + Copyright (C) 2005-2018 Suren A. Chilingaryan 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 diff --git a/ui/rccnames.c b/ui/rccnames.c index 12206ef..dd26975 100644 --- a/ui/rccnames.c +++ b/ui/rccnames.c @@ -1,7 +1,7 @@ /* LibRCC - module providing various titles in appropriate language and encoding - Copyright (C) 2005-2008 Suren A. Chilingaryan + Copyright (C) 2005-2018 Suren A. Chilingaryan 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 diff --git a/ui/rccnames.h b/ui/rccnames.h index f2a47f8..aaa6d18 100644 --- a/ui/rccnames.h +++ b/ui/rccnames.h @@ -1,7 +1,7 @@ /* LibRCC - module providing various titles in appropriate language and encoding - Copyright (C) 2005-2008 Suren A. Chilingaryan + Copyright (C) 2005-2018 Suren A. Chilingaryan 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 -- cgit v1.2.1