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 *