summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorSuren A. Chilingaryan <csa@dside.dyndns.org>2012-11-11 06:00:46 +0100
committerSuren A. Chilingaryan <csa@dside.dyndns.org>2012-11-11 06:00:46 +0100
commit2cbf21ae16724b7783cc31068072aaec59035ea5 (patch)
treed4d670181b3fc705c74a40dd7f4c6cf7b38f5de8
parent277ced9daa6b30c50fe7c90b4c2379faf5d18c86 (diff)
downloadlibrcc-2cbf21ae16724b7783cc31068072aaec59035ea5.tar.gz
librcc-2cbf21ae16724b7783cc31068072aaec59035ea5.tar.bz2
librcc-2cbf21ae16724b7783cc31068072aaec59035ea5.tar.xz
librcc-2cbf21ae16724b7783cc31068072aaec59035ea5.zip
Update FSF address
-rw-r--r--.bzrignore1
-rw-r--r--docs/api/rcc-recode.c2
-rw-r--r--engines/libguess.c2
-rw-r--r--engines/librcd.c2
-rw-r--r--engines/western.c2
-rw-r--r--examples/example1.c2
-rw-r--r--examples/example2.c2
-rw-r--r--examples/rcc-gtk-config.c2
-rw-r--r--external/rccexternal.c2
-rw-r--r--external/rcclibtranslate.c2
-rw-r--r--external/rcclibtranslate.h2
-rw-r--r--src/curconfig.c2
-rw-r--r--src/curconfig.h2
-rw-r--r--src/engine.c2
-rw-r--r--src/engine.h2
-rw-r--r--src/fake_rcd.h2
-rw-r--r--src/fs.c2
-rw-r--r--src/fs.h2
-rw-r--r--src/internal.h2
-rw-r--r--src/librcc.c2
-rw-r--r--src/librcc.h2
-rw-r--r--src/lng.c2
-rw-r--r--src/lng.h2
-rw-r--r--src/lngconfig.c2
-rw-r--r--src/lngconfig.h2
-rw-r--r--src/lngrecode.c2
-rw-r--r--src/lngrecode.h2
-rw-r--r--src/opt.c2
-rw-r--r--src/opt.h2
-rw-r--r--src/plugin.c2
-rw-r--r--src/plugin.h2
-rw-r--r--src/rccconfig.c2
-rw-r--r--src/rccconfig.h2
-rw-r--r--src/rccdb4.c2
-rw-r--r--src/rccdb4.h2
-rw-r--r--src/rccenca.c2
-rw-r--r--src/rccenca.h2
-rw-r--r--src/rccexternal.c2
-rw-r--r--src/rccexternal.h2
-rw-r--r--src/rcchome.c2
-rw-r--r--src/rcchome.h2
-rw-r--r--src/rcciconv.c2
-rw-r--r--src/rcciconv.h2
-rw-r--r--src/rcclist.c2
-rw-r--r--src/rcclist.h2
-rw-r--r--src/rcclocale.c2
-rw-r--r--src/rcclocale.h2
-rw-r--r--src/rcclock.c2
-rw-r--r--src/rcclock.h2
-rw-r--r--src/rccmutex.c2
-rw-r--r--src/rccmutex.h2
-rw-r--r--src/rccspell.c2
-rw-r--r--src/rccspell.h2
-rw-r--r--src/rccstring.c2
-rw-r--r--src/rccstring.h2
-rw-r--r--src/rcctranslate.c2
-rw-r--r--src/rcctranslate.h2
-rw-r--r--src/rccxml.c2
-rw-r--r--src/rccxml.h2
-rw-r--r--src/recode.c2
-rw-r--r--src/recode.h2
-rw-r--r--ui/gtk.c2
-rw-r--r--ui/internal.h2
-rw-r--r--ui/librccui.c2
-rw-r--r--ui/librccui.h2
-rw-r--r--ui/null.c2
-rw-r--r--ui/rccmenu.c2
-rw-r--r--ui/rccmenu.h2
-rw-r--r--ui/rccnames.c2
-rw-r--r--ui/rccnames.h2
70 files changed, 70 insertions, 69 deletions
diff --git a/.bzrignore b/.bzrignore
index c0c022b..a18a54d 100644
--- a/.bzrignore
+++ b/.bzrignore
@@ -41,3 +41,4 @@ CMakeFiles
cmake_install.cmake
cmake_install.cmake
CMakeCache.txt
+rcc-gtk3-config
diff --git a/docs/api/rcc-recode.c b/docs/api/rcc-recode.c
index 1fdc26b..875daed 100644
--- a/docs/api/rcc-recode.c
+++ b/docs/api/rcc-recode.c
@@ -14,7 +14,7 @@
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.
+ 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301 USA.
*/
#include <stdio.h>
diff --git a/engines/libguess.c b/engines/libguess.c
index d20478e..18d2ca5 100644
--- a/engines/libguess.c
+++ b/engines/libguess.c
@@ -14,7 +14,7 @@
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.
+ 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301 USA.
*/
#include <stdio.h>
diff --git a/engines/librcd.c b/engines/librcd.c
index 17cc136..b6a5a8c 100644
--- a/engines/librcd.c
+++ b/engines/librcd.c
@@ -14,7 +14,7 @@
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.
+ 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301 USA.
*/
#include <stdio.h>
diff --git a/engines/western.c b/engines/western.c
index 0419692..2d32ace 100644
--- a/engines/western.c
+++ b/engines/western.c
@@ -14,7 +14,7 @@
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.
+ 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301 USA.
*/
#include <stdio.h>
diff --git a/examples/example1.c b/examples/example1.c
index 90d0072..16ecda7 100644
--- a/examples/example1.c
+++ b/examples/example1.c
@@ -14,7 +14,7 @@
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.
+ 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301 USA.
*/
#include <stdio.h>
diff --git a/examples/example2.c b/examples/example2.c
index ed36aa2..ebe75a9 100644
--- a/examples/example2.c
+++ b/examples/example2.c
@@ -14,7 +14,7 @@
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.
+ 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301 USA.
*/
#include <stdio.h>
diff --git a/examples/rcc-gtk-config.c b/examples/rcc-gtk-config.c
index 66882c8..41c4a5c 100644
--- a/examples/rcc-gtk-config.c
+++ b/examples/rcc-gtk-config.c
@@ -14,7 +14,7 @@
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.
+ 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301 USA.
*/
#include <stdio.h>
diff --git a/external/rccexternal.c b/external/rccexternal.c
index cc54430..4e4fa77 100644
--- a/external/rccexternal.c
+++ b/external/rccexternal.c
@@ -18,7 +18,7 @@
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.
+ 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301 USA.
*/
#include <stdio.h>
diff --git a/external/rcclibtranslate.c b/external/rcclibtranslate.c
index a7f26ab..5f8670d 100644
--- a/external/rcclibtranslate.c
+++ b/external/rcclibtranslate.c
@@ -14,7 +14,7 @@
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.
+ 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301 USA.
*/
#include <stdio.h>
diff --git a/external/rcclibtranslate.h b/external/rcclibtranslate.h
index 6ddc24c..3807409 100644
--- a/external/rcclibtranslate.h
+++ b/external/rcclibtranslate.h
@@ -14,7 +14,7 @@
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.
+ 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301 USA.
*/
#ifndef _RCC_LIBTRANSLATE_H
diff --git a/src/curconfig.c b/src/curconfig.c
index 1956f3f..69f7fd4 100644
--- a/src/curconfig.c
+++ b/src/curconfig.c
@@ -14,7 +14,7 @@
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.
+ 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301 USA.
*/
#include <stdio.h>
diff --git a/src/curconfig.h b/src/curconfig.h
index 913ecac..cbd5aca 100644
--- a/src/curconfig.h
+++ b/src/curconfig.h
@@ -14,7 +14,7 @@
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.
+ 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301 USA.
*/
#ifndef _RCC_CUR_CONFIG_H
diff --git a/src/engine.c b/src/engine.c
index 4d0add5..b79d675 100644
--- a/src/engine.c
+++ b/src/engine.c
@@ -14,7 +14,7 @@
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.
+ 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301 USA.
*/
#include <stdio.h>
diff --git a/src/engine.h b/src/engine.h
index af5050e..a63ab28 100644
--- a/src/engine.h
+++ b/src/engine.h
@@ -14,7 +14,7 @@
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.
+ 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301 USA.
*/
#ifndef _RCC_ENGINE_H
diff --git a/src/fake_rcd.h b/src/fake_rcd.h
index aedd00d..67596d8 100644
--- a/src/fake_rcd.h
+++ b/src/fake_rcd.h
@@ -14,7 +14,7 @@
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.
+ 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301 USA.
*/
#ifndef _LIBRCD_H
diff --git a/src/fs.c b/src/fs.c
index 2a63302..9ed342b 100644
--- a/src/fs.c
+++ b/src/fs.c
@@ -14,7 +14,7 @@
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.
+ 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301 USA.
*/
#include <stdio.h>
diff --git a/src/fs.h b/src/fs.h
index a5fb777..c141c20 100644
--- a/src/fs.h
+++ b/src/fs.h
@@ -14,7 +14,7 @@
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.
+ 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301 USA.
*/
#ifndef _RCC_FS_H
diff --git a/src/internal.h b/src/internal.h
index 3f131f1..563147d 100644
--- a/src/internal.h
+++ b/src/internal.h
@@ -14,7 +14,7 @@
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.
+ 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301 USA.
*/
#ifndef _RCC_INTERNAL_H
diff --git a/src/librcc.c b/src/librcc.c
index ec6aeb4..28a1657 100644
--- a/src/librcc.c
+++ b/src/librcc.c
@@ -14,7 +14,7 @@
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.
+ 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301 USA.
*/
#include <stdio.h>
diff --git a/src/librcc.h b/src/librcc.h
index 42e49e5..866995b 100644
--- a/src/librcc.h
+++ b/src/librcc.h
@@ -14,7 +14,7 @@
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.
+ 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301 USA.
*/
#ifndef _LIBRCC_H
diff --git a/src/lng.c b/src/lng.c
index df9b2e9..96bd801 100644
--- a/src/lng.c
+++ b/src/lng.c
@@ -14,7 +14,7 @@
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.
+ 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301 USA.
*/
#include <stdio.h>
diff --git a/src/lng.h b/src/lng.h
index a19b623..16ea703 100644
--- a/src/lng.h
+++ b/src/lng.h
@@ -14,7 +14,7 @@
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.
+ 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301 USA.
*/
#ifndef _RCC_LNG_H
diff --git a/src/lngconfig.c b/src/lngconfig.c
index aeb9636..2b38e03 100644
--- a/src/lngconfig.c
+++ b/src/lngconfig.c
@@ -15,7 +15,7 @@
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.
+ 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301 USA.
*/
#include <stdio.h>
diff --git a/src/lngconfig.h b/src/lngconfig.h
index c7f498c..bfcd438 100644
--- a/src/lngconfig.h
+++ b/src/lngconfig.h
@@ -15,7 +15,7 @@
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.
+ 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301 USA.
*/
#ifndef _RCC_LNGCONFIG_H
diff --git a/src/lngrecode.c b/src/lngrecode.c
index ff1e801..e1cfb59 100644
--- a/src/lngrecode.c
+++ b/src/lngrecode.c
@@ -14,7 +14,7 @@
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.
+ 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301 USA.
*/
#include <stdio.h>
diff --git a/src/lngrecode.h b/src/lngrecode.h
index 9dc7885..912660a 100644
--- a/src/lngrecode.h
+++ b/src/lngrecode.h
@@ -14,7 +14,7 @@
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.
+ 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301 USA.
*/
#ifndef _RCC_LNG_RECODE_H
diff --git a/src/opt.c b/src/opt.c
index e04d61c..4d10ea5 100644
--- a/src/opt.c
+++ b/src/opt.c
@@ -14,7 +14,7 @@
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.
+ 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301 USA.
*/
#include <stdio.h>
diff --git a/src/opt.h b/src/opt.h
index 14830ef..4f4d07f 100644
--- a/src/opt.h
+++ b/src/opt.h
@@ -14,7 +14,7 @@
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.
+ 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301 USA.
*/
#ifndef _RCC_OPT_H
diff --git a/src/plugin.c b/src/plugin.c
index 42ad3df..97e7f0d 100644
--- a/src/plugin.c
+++ b/src/plugin.c
@@ -14,7 +14,7 @@
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.
+ 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301 USA.
*/
#include <stdio.h>
diff --git a/src/plugin.h b/src/plugin.h
index 355a110..dbf8458 100644
--- a/src/plugin.h
+++ b/src/plugin.h
@@ -14,7 +14,7 @@
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.
+ 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301 USA.
*/
#ifndef _RCC_PLUGIN_H
diff --git a/src/rccconfig.c b/src/rccconfig.c
index b7737f7..204d82f 100644
--- a/src/rccconfig.c
+++ b/src/rccconfig.c
@@ -14,7 +14,7 @@
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.
+ 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301 USA.
*/
#include <stdio.h>
diff --git a/src/rccconfig.h b/src/rccconfig.h
index 1c55cef..4855f49 100644
--- a/src/rccconfig.h
+++ b/src/rccconfig.h
@@ -14,7 +14,7 @@
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.
+ 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301 USA.
*/
#ifndef _RCC_CONFIG_H
diff --git a/src/rccdb4.c b/src/rccdb4.c
index 3a6165a..738952b 100644
--- a/src/rccdb4.c
+++ b/src/rccdb4.c
@@ -14,7 +14,7 @@
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.
+ 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301 USA.
*/
#include <stdio.h>
diff --git a/src/rccdb4.h b/src/rccdb4.h
index fa4d28d..b0f800d 100644
--- a/src/rccdb4.h
+++ b/src/rccdb4.h
@@ -14,7 +14,7 @@
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.
+ 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301 USA.
*/
#ifndef _RCC_DB4_H
diff --git a/src/rccenca.c b/src/rccenca.c
index f4e8619..8b2c365 100644
--- a/src/rccenca.c
+++ b/src/rccenca.c
@@ -14,7 +14,7 @@
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.
+ 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301 USA.
*/
#include <stdio.h>
diff --git a/src/rccenca.h b/src/rccenca.h
index 68f44ab..6286f61 100644
--- a/src/rccenca.h
+++ b/src/rccenca.h
@@ -14,7 +14,7 @@
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.
+ 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301 USA.
*/
#ifndef _RCC_ENCA_H
diff --git a/src/rccexternal.c b/src/rccexternal.c
index 3d1f12f..74e1ef3 100644
--- a/src/rccexternal.c
+++ b/src/rccexternal.c
@@ -14,7 +14,7 @@
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.
+ 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301 USA.
*/
#include <stdio.h>
diff --git a/src/rccexternal.h b/src/rccexternal.h
index c4671b2..3594424 100644
--- a/src/rccexternal.h
+++ b/src/rccexternal.h
@@ -14,7 +14,7 @@
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.
+ 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301 USA.
*/
#ifndef _RCC_EXTERNAL_H
diff --git a/src/rcchome.c b/src/rcchome.c
index 4d95205..bf72df1 100644
--- a/src/rcchome.c
+++ b/src/rcchome.c
@@ -14,7 +14,7 @@
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.
+ 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301 USA.
*/
#include <stdio.h>
diff --git a/src/rcchome.h b/src/rcchome.h
index 6840d99..dbad028 100644
--- a/src/rcchome.h
+++ b/src/rcchome.h
@@ -14,7 +14,7 @@
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.
+ 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301 USA.
*/
#ifndef _RCC_HOME_H
diff --git a/src/rcciconv.c b/src/rcciconv.c
index 40c5b11..54078f3 100644
--- a/src/rcciconv.c
+++ b/src/rcciconv.c
@@ -14,7 +14,7 @@
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.
+ 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301 USA.
*/
#include <stdio.h>
diff --git a/src/rcciconv.h b/src/rcciconv.h
index ea31144..fccb33c 100644
--- a/src/rcciconv.h
+++ b/src/rcciconv.h
@@ -14,7 +14,7 @@
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.
+ 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301 USA.
*/
#ifndef _RCC_ICONV_H
diff --git a/src/rcclist.c b/src/rcclist.c
index 23c5900..221e983 100644
--- a/src/rcclist.c
+++ b/src/rcclist.c
@@ -15,7 +15,7 @@
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.
+ 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301 USA.
*/
#include <stdio.h>
diff --git a/src/rcclist.h b/src/rcclist.h
index e0c736f..9ef1f9c 100644
--- a/src/rcclist.h
+++ b/src/rcclist.h
@@ -15,7 +15,7 @@
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.
+ 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301 USA.
*/
#ifndef _RCC_LIST_H
diff --git a/src/rcclocale.c b/src/rcclocale.c
index b514e80..a7148c2 100644
--- a/src/rcclocale.c
+++ b/src/rcclocale.c
@@ -14,7 +14,7 @@
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.
+ 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301 USA.
*/
#include <stdio.h>
diff --git a/src/rcclocale.h b/src/rcclocale.h
index 5e8d8f4..3743d6d 100644
--- a/src/rcclocale.h
+++ b/src/rcclocale.h
@@ -14,7 +14,7 @@
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.
+ 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301 USA.
*/
#ifndef _RCC_LOCALE_H
diff --git a/src/rcclock.c b/src/rcclock.c
index b759189..e5dda52 100644
--- a/src/rcclock.c
+++ b/src/rcclock.c
@@ -15,7 +15,7 @@
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.
+ 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301 USA.
*/
#include <stdio.h>
diff --git a/src/rcclock.h b/src/rcclock.h
index eca998c..ef5c206 100644
--- a/src/rcclock.h
+++ b/src/rcclock.h
@@ -15,7 +15,7 @@
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.
+ 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301 USA.
*/
#ifndef _RCC_LOCK_H
diff --git a/src/rccmutex.c b/src/rccmutex.c
index 5df962a..261e37d 100644
--- a/src/rccmutex.c
+++ b/src/rccmutex.c
@@ -14,7 +14,7 @@
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.
+ 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301 USA.
*/
#include <stdlib.h>
diff --git a/src/rccmutex.h b/src/rccmutex.h
index 7f1ab0c..9bdd198 100644
--- a/src/rccmutex.h
+++ b/src/rccmutex.h
@@ -14,7 +14,7 @@
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.
+ 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301 USA.
*/
#ifndef _RCC_MUTEX_H
diff --git a/src/rccspell.c b/src/rccspell.c
index c5f4dd1..aa6d4ed 100644
--- a/src/rccspell.c
+++ b/src/rccspell.c
@@ -14,7 +14,7 @@
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.
+ 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301 USA.
*/
#include <stdio.h>
diff --git a/src/rccspell.h b/src/rccspell.h
index 5e022f4..1dd165c 100644
--- a/src/rccspell.h
+++ b/src/rccspell.h
@@ -14,7 +14,7 @@
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.
+ 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301 USA.
*/
#ifndef _RCC_SPELL_H
diff --git a/src/rccstring.c b/src/rccstring.c
index e56c45d..b67d69e 100644
--- a/src/rccstring.c
+++ b/src/rccstring.c
@@ -14,7 +14,7 @@
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.
+ 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301 USA.
*/
#include <stdio.h>
diff --git a/src/rccstring.h b/src/rccstring.h
index 8bace94..e6251b5 100644
--- a/src/rccstring.h
+++ b/src/rccstring.h
@@ -15,7 +15,7 @@
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.
+ 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301 USA.
*/
#ifndef _RCC_STRING_H
diff --git a/src/rcctranslate.c b/src/rcctranslate.c
index aee027f..11ad371 100644
--- a/src/rcctranslate.c
+++ b/src/rcctranslate.c
@@ -14,7 +14,7 @@
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.
+ 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301 USA.
*/
#include <stdio.h>
diff --git a/src/rcctranslate.h b/src/rcctranslate.h
index eae5b59..78c686d 100644
--- a/src/rcctranslate.h
+++ b/src/rcctranslate.h
@@ -14,7 +14,7 @@
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.
+ 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301 USA.
*/
#ifndef _RCC_TRANSLATE_H
diff --git a/src/rccxml.c b/src/rccxml.c
index cc07fa9..6fb7e28 100644
--- a/src/rccxml.c
+++ b/src/rccxml.c
@@ -14,7 +14,7 @@
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.
+ 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301 USA.
*/
#include <stdio.h>
diff --git a/src/rccxml.h b/src/rccxml.h
index 46c7146..66fda23 100644
--- a/src/rccxml.h
+++ b/src/rccxml.h
@@ -14,7 +14,7 @@
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.
+ 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301 USA.
*/
#ifndef _RCC_XML_H
diff --git a/src/recode.c b/src/recode.c
index 5529e42..ac6e11b 100644
--- a/src/recode.c
+++ b/src/recode.c
@@ -14,7 +14,7 @@
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.
+ 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301 USA.
*/
#include <stdio.h>
diff --git a/src/recode.h b/src/recode.h
index bdd75e0..550f994 100644
--- a/src/recode.h
+++ b/src/recode.h
@@ -14,7 +14,7 @@
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.
+ 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301 USA.
*/
#ifndef _RCC_RECODE_H
diff --git a/ui/gtk.c b/ui/gtk.c
index f7e04ac..8a73d10 100644
--- a/ui/gtk.c
+++ b/ui/gtk.c
@@ -14,7 +14,7 @@
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.
+ 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301 USA.
*/
#include <stdio.h>
diff --git a/ui/internal.h b/ui/internal.h
index e0361ad..cbd260f 100644
--- a/ui/internal.h
+++ b/ui/internal.h
@@ -14,7 +14,7 @@
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.
+ 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301 USA.
*/
#ifndef _RCC_UI_INTERNAL_H
diff --git a/ui/librccui.c b/ui/librccui.c
index 84d58cd..94c4ba0 100644
--- a/ui/librccui.c
+++ b/ui/librccui.c
@@ -14,7 +14,7 @@
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.
+ 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301 USA.
*/
#include <stdio.h>
diff --git a/ui/librccui.h b/ui/librccui.h
index 4fca2b2..3195d37 100644
--- a/ui/librccui.h
+++ b/ui/librccui.h
@@ -14,7 +14,7 @@
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.
+ 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301 USA.
*/
#ifndef _LIBRCC_UI_H
diff --git a/ui/null.c b/ui/null.c
index 30f7648..92ef31e 100644
--- a/ui/null.c
+++ b/ui/null.c
@@ -14,7 +14,7 @@
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.
+ 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301 USA.
*/
#include <stdio.h>
diff --git a/ui/rccmenu.c b/ui/rccmenu.c
index c604b73..034a44c 100644
--- a/ui/rccmenu.c
+++ b/ui/rccmenu.c
@@ -14,7 +14,7 @@
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.
+ 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301 USA.
*/
#include <stdio.h>
diff --git a/ui/rccmenu.h b/ui/rccmenu.h
index 9421581..648e0a1 100644
--- a/ui/rccmenu.h
+++ b/ui/rccmenu.h
@@ -14,7 +14,7 @@
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.
+ 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301 USA.
*/
#ifndef _RCC_UI_MENU_H
diff --git a/ui/rccnames.c b/ui/rccnames.c
index cfa543a..12206ef 100644
--- a/ui/rccnames.c
+++ b/ui/rccnames.c
@@ -14,7 +14,7 @@
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.
+ 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301 USA.
*/
#include <stdio.h>
diff --git a/ui/rccnames.h b/ui/rccnames.h
index a408db9..f2a47f8 100644
--- a/ui/rccnames.h
+++ b/ui/rccnames.h
@@ -14,7 +14,7 @@
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.
+ 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301 USA.
*/
#ifndef _RCC_UI_NAMES_C