From d47c213bb55adbe961c54242c642c2d1b7c3ec6c Mon Sep 17 00:00:00 2001 From: Sergey Poznyakoff Date: Sun, 26 Jun 2005 09:05:56 +0000 Subject: Changed FSF postal mail address --- COPYING | 4 ++-- ChangeLog | 9 +++++++++ configure.ac | 2 +- examples/whoisd.scm | 4 ++-- m4/guile.m4 | 4 ++-- scripts/guile-doc-snarf | 2 +- scripts/guile-doc-snarf.awk | 7 ++++--- src/app.h | 7 ++++--- src/gettext.c | 7 ++++--- src/gettext.h | 8 ++++---- src/gettext.sci | 2 +- src/gsql_conn.c | 4 ++-- src/gsql_lib.c | 7 ++++--- src/guile-sql.h | 7 ++++--- src/mysql.c | 7 ++++--- src/pgsql.c | 7 ++++--- src/sql.sci | 2 +- 17 files changed, 53 insertions(+), 37 deletions(-) diff --git a/COPYING b/COPYING index d60c31a..623b625 100644 --- a/COPYING +++ b/COPYING @@ -2,7 +2,7 @@ Version 2, June 1991 Copyright (C) 1989, 1991 Free Software Foundation, Inc. - 59 Temple Place, Suite 330, Boston, MA 02111-1307 USA + 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301 USA Everyone is permitted to copy and distribute verbatim copies of this license document, but changing it is not allowed. @@ -305,7 +305,7 @@ the "copyright" line and a pointer to where the full notice is found. You should have received a copy of the GNU General Public License along with this program; if not, write to the Free Software - Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA 02111-1307 USA + Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301 USA Also add information on how to contact you by electronic and paper mail. diff --git a/ChangeLog b/ChangeLog index a7c091c..b18f019 100644 --- a/ChangeLog +++ b/ChangeLog @@ -1,3 +1,12 @@ +2005-06-26 Sergey Poznyakoff + + * COPYING, configure.ac, examples/whoisd.scm, m4/guile.m4, + scripts/guile-doc-snarf, scripts/guile-doc-snarf.awk, src/app.h, + src/gettext.c, src/gettext.h, src/gettext.sci, src/gsql_conn.c, + src/gsql_lib.c, src/guile-sql.h, src/mysql.c, src/pgsql.c, + src/sql.sci: Changed FSF postal mail address + + 2004-10-11 Sergey Poznyakoff Initial import diff --git a/configure.ac b/configure.ac index dcb551b..7e18fda 100644 --- a/configure.ac +++ b/configure.ac @@ -13,7 +13,7 @@ dnl GNU General Public License for more details. dnl dnl You should have received a copy of the GNU General Public License dnl along with this program; if not, write to the Free Software Foundation, -dnl Inc., 59 Temple Place - Suite 330, Boston, MA 02111-1307, USA. */ +dnl Inc., 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301 USA. */ dnl Process this file with autoconf to produce a configure script. diff --git a/examples/whoisd.scm b/examples/whoisd.scm index b433709..ec80467 100644 --- a/examples/whoisd.scm +++ b/examples/whoisd.scm @@ -14,8 +14,8 @@ ;;;; GNU General Public License for more details. ;;;; ;;;; You should have received a copy of the GNU General Public License -;;;; along with this program; if not, write to the Free Software -;;;; Foundation, Inc., 59 Temple Place - Suite 330, Boston, MA 02111-1307, USA. +;;;; along with this program; if not, write to the Free Software Foundation, +;;;; Inc., 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301 USA. ;;;; (set! %load-path (append %load-path (list "/usr/local/share/guile-sql"))) diff --git a/m4/guile.m4 b/m4/guile.m4 index c793a70..731917b 100644 --- a/m4/guile.m4 +++ b/m4/guile.m4 @@ -12,8 +12,8 @@ dnl MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the dnl GNU General Public License for more details. dnl dnl You should have received a copy of the GNU General Public License -dnl along with this program; if not, write to the Free Software -dnl Foundation, Inc., 59 Temple Place - Suite 330, Boston, MA 02111-1307, USA. +dnl along with this program; if not, write to the Free Software Foundation, +dnl Inc., 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301 USA. dnl dnl MU_RESULT_ACTIONS -- generate shell code for the result of a test diff --git a/scripts/guile-doc-snarf b/scripts/guile-doc-snarf index 8b3aae4..7ad40ba 100755 --- a/scripts/guile-doc-snarf +++ b/scripts/guile-doc-snarf @@ -15,7 +15,7 @@ # # You should have received a copy of the GNU General Public License # along with this program; if not, write to the Free Software Foundation, -# Inc., 59 Temple Place - Suite 330, Boston, MA 02111-1307, USA. +# Inc., 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301, USA. OUTFILE=/dev/tty DOCFILE=0 diff --git a/scripts/guile-doc-snarf.awk b/scripts/guile-doc-snarf.awk index b29d25a..d31043c 100644 --- a/scripts/guile-doc-snarf.awk +++ b/scripts/guile-doc-snarf.awk @@ -13,8 +13,9 @@ # GNU General Public License for more details. # # You should have received a copy of the GNU General Public License -# along with this program; if not, write to the Free Software Foundation, -# Inc., 59 Temple Place - Suite 330, Boston, MA 02111-1307, USA. +# along with this program; if not, write to the Free Software +# Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA +# 02110-1301 USA. BEGIN { cname = "" @@ -86,4 +87,4 @@ state == 0 && /.*\"/ { END { flush() -} \ No newline at end of file +} diff --git a/src/app.h b/src/app.h index b91bac3..b343691 100644 --- a/src/app.h +++ b/src/app.h @@ -11,9 +11,10 @@ MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU General Public License for more details. - You should have received a copy of the GNU General Public License - along with this program; if not, write to the Free Software Foundation, - Inc., 59 Temple Place - Suite 330, Boston, MA 02111-1307, USA. */ + You should have received a copy of the GNU General Public + License along with this program; if not, write to the Free + Software Foundation, Inc., 51 Franklin Street, Fifth Floor, + Boston, MA 02110-1301 USA. */ #ifdef USE_SQL_MYSQL extern struct sql_iface mysql_iface; diff --git a/src/gettext.c b/src/gettext.c index 5534165..e749485 100644 --- a/src/gettext.c +++ b/src/gettext.c @@ -11,9 +11,10 @@ MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU General Public License for more details. - You should have received a copy of the GNU General Public License - along with this program; if not, write to the Free Software Foundation, - Inc., 59 Temple Place - Suite 330, Boston, MA 02111-1307, USA. */ + You should have received a copy of the GNU General Public + License along with this program; if not, write to the Free + Software Foundation, Inc., 51 Franklin Street, Fifth Floor, + Boston, MA 02110-1301 USA. */ #ifdef HAVE_CONFIG_H # include diff --git a/src/gettext.h b/src/gettext.h index 8b262f4..933ad22 100644 --- a/src/gettext.h +++ b/src/gettext.h @@ -11,10 +11,10 @@ MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU Library General Public License for more details. - You should have received a copy of the GNU Library 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. */ + You should have received a copy of the GNU Library General + Public License along with this program; if not, write to the + Free Software Foundation, Inc., 51 Franklin Street, Fifth Floor, + Boston, MA 02110-1301 USA. */ #ifndef _LIBGETTEXT_H #define _LIBGETTEXT_H 1 diff --git a/src/gettext.sci b/src/gettext.sci index 51fd61f..78dc5e4 100644 --- a/src/gettext.sci +++ b/src/gettext.sci @@ -14,7 +14,7 @@ ;;;; ;;;; You should have received a copy of the GNU General Public License ;;;; along with this program; if not, write to the Free Software Foundation, -;;;; Inc., 59 Temple Place - Suite 330, Boston, MA 02111-1307, USA. +;;;; Inc., 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301, USA. changequote([,])dnl diff --git a/src/gsql_conn.c b/src/gsql_conn.c index c9d22e6..77fc60e 100644 --- a/src/gsql_conn.c +++ b/src/gsql_conn.c @@ -12,8 +12,8 @@ GNU General Public License for more details. You should have received a copy of the GNU General Public License - along with this program; if not, write to the Free Software Foundation, - Inc., 59 Temple Place - Suite 330, Boston, MA 02111-1307, USA. */ + along with this program; if not, write to the Free Software Foundation, Inc., + 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301 USA. */ #ifdef HAVE_CONFIG_H # include diff --git a/src/gsql_lib.c b/src/gsql_lib.c index 1a0a8ef..5f25195 100644 --- a/src/gsql_lib.c +++ b/src/gsql_lib.c @@ -11,9 +11,10 @@ MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU General Public License for more details. - You should have received a copy of the GNU General Public License - along with this program; if not, write to the Free Software Foundation, - Inc., 59 Temple Place - Suite 330, Boston, MA 02111-1307, USA. */ + You should have received a copy of the GNU General Public + License along with this program; if not, write to the Free + Software Foundation, Inc., 51 Franklin Street, Fifth Floor, + Boston, MA 02110-1301 USA. */ #ifdef HAVE_CONFIG_H # include diff --git a/src/guile-sql.h b/src/guile-sql.h index 2dfc84d..3de3f26 100644 --- a/src/guile-sql.h +++ b/src/guile-sql.h @@ -11,9 +11,10 @@ MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU General Public License for more details. - You should have received a copy of the GNU General Public License - along with this program; if not, write to the Free Software Foundation, - Inc., 59 Temple Place - Suite 330, Boston, MA 02111-1307, USA. */ + You should have received a copy of the GNU General Public + License along with this program; if not, write to the Free + Software Foundation, Inc., 51 Franklin Street, Fifth Floor, + Boston, MA 02110-1301 USA. */ #include #include diff --git a/src/mysql.c b/src/mysql.c index fbc395b..5e8e53a 100644 --- a/src/mysql.c +++ b/src/mysql.c @@ -11,9 +11,10 @@ MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU General Public License for more details. - You should have received a copy of the GNU General Public License - along with this program; if not, write to the Free Software Foundation, - Inc., 59 Temple Place - Suite 330, Boston, MA 02111-1307, USA. */ + You should have received a copy of the GNU General Public + License along with this program; if not, write to the Free + Software Foundation, Inc., 51 Franklin Street, Fifth Floor, + Boston, MA 02110-1301 USA. */ #ifdef HAVE_CONFIG_H # include diff --git a/src/pgsql.c b/src/pgsql.c index 0c332c6..8c7699b 100644 --- a/src/pgsql.c +++ b/src/pgsql.c @@ -11,9 +11,10 @@ MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU General Public License for more details. - You should have received a copy of the GNU General Public License - along with this program; if not, write to the Free Software Foundation, - Inc., 59 Temple Place - Suite 330, Boston, MA 02111-1307, USA. */ + You should have received a copy of the GNU General Public + License along with this program; if not, write to the Free + Software Foundation, Inc., 51 Franklin Street, Fifth Floor, + Boston, MA 02110-1301 USA. */ #ifdef HAVE_CONFIG_H # include diff --git a/src/sql.sci b/src/sql.sci index 2f47b22..d315f69 100644 --- a/src/sql.sci +++ b/src/sql.sci @@ -14,7 +14,7 @@ ;;;; ;;;; You should have received a copy of the GNU General Public License ;;;; along with this program; if not, write to the Free Software Foundation, -;;;; Inc., 59 Temple Place - Suite 330, Boston, MA 02111-1307, USA. +;;;; Inc., 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301, USA. changequote([,])dnl -- cgit v1.2.1