From 2cbf21ae16724b7783cc31068072aaec59035ea5 Mon Sep 17 00:00:00 2001 From: "Suren A. Chilingaryan" Date: Sun, 11 Nov 2012 06:00:46 +0100 Subject: Update FSF address --- .bzrignore | 1 + 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 +- 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 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 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 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 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 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 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 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 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 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 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 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 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 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 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 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 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 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 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 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 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 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 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 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 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 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 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 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 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 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 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 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 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 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 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 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 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 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 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 -- cgit v1.2.1