diff options
author | Jim Blandy <jimb@red-bean.com> | 1997-05-26 22:34:48 +0000 |
---|---|---|
committer | Jim Blandy <jimb@red-bean.com> | 1997-05-26 22:34:48 +0000 |
commit | 82892beda5c053715bc3ec7063af4a129f52c5f9 (patch) | |
tree | b2c979a23d8b3e8240e4e8b1021f9c3c42935bb5 /libguile/gh_data.c | |
parent | 1532804164c66ff65b9bc82b92fc4dd15fd56dd6 (diff) | |
download | guile-82892beda5c053715bc3ec7063af4a129f52c5f9.tar.gz |
* Lots of files: New address for FSF.
Diffstat (limited to 'libguile/gh_data.c')
-rw-r--r-- | libguile/gh_data.c | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/libguile/gh_data.c b/libguile/gh_data.c index 6edee837e..6b2e726ae 100644 --- a/libguile/gh_data.c +++ b/libguile/gh_data.c @@ -12,7 +12,8 @@ * * You should have received a copy of the GNU General Public License * along with this software; see the file COPYING. If not, write to - * the Free Software Foundation, 675 Mass Ave, Cambridge, MA 02139, USA. + * the Free Software Foundation, Inc., 59 Temple Place, Suite 330, + * Boston, MA 02111-1307 USA * * As a special exception, the Free Software Foundation gives permission * for additional uses of the text contained in its release of GUILE. @@ -36,8 +37,7 @@ * * If you write modifications of your own for GUILE, it is your choice * whether to permit this exception to apply to your modifications. - * If you do not wish that, delete this exception notice. - */ + * If you do not wish that, delete this exception notice. */ /* data initialization and C<->Scheme data conversion */ |