From 63d7bcccedd463286b9382faba9895289eb78c05 Mon Sep 17 00:00:00 2001 From: Linas Vepstas Date: Mon, 24 Apr 2000 21:05:20 +0000 Subject: [PATCH] fix copyrights git-svn-id: svn+ssh://svn.gnucash.org/repo/gnucash/trunk@2202 57a11ea4-9604-0410-9ed3-97b8803252fd --- src/engine/FileIO.c | 8 ++++++-- src/engine/FileIO.h | 7 +++++-- 2 files changed, 11 insertions(+), 4 deletions(-) diff --git a/src/engine/FileIO.c b/src/engine/FileIO.c index 3c59c38823..4cf16f2741 100644 --- a/src/engine/FileIO.c +++ b/src/engine/FileIO.c @@ -15,9 +15,13 @@ * 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., 675 Mass Ave, Cambridge, MA 02139, USA. * + * along with this program; if not, contact: * * * + * Free Software Foundation Voice: +1-617-542-5942 * + * 59 Temple Place - Suite 330 Fax: +1-617-542-2652 * + * Boston, MA 02111-1307, USA gnu@gnu.org * + * * + ******************************************************************** * NOTE: the readxxxx/writexxxx functions changed the current * * position in the file, and so the order which these * * functions are called in important * diff --git a/src/engine/FileIO.h b/src/engine/FileIO.h index 2b938bea13..f11934b432 100644 --- a/src/engine/FileIO.h +++ b/src/engine/FileIO.h @@ -15,8 +15,11 @@ * 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., 675 Mass Ave, Cambridge, MA 02139, USA. * + * along with this program; if not, contact: * + * * + * Free Software Foundation Voice: +1-617-542-5942 * + * 59 Temple Place - Suite 330 Fax: +1-617-542-2652 * + * Boston, MA 02111-1307, USA gnu@gnu.org * * * * Author: Rob Clark * * Internet: rclark@cs.hmc.edu *