From 7495034eef794b2675ff1534e534204d405c82a7 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Nirgal=20Vourg=C3=A8re?= Date: Thu, 4 Jul 2013 13:50:33 +0200 Subject: [PATCH] Fix FSF address in headers --- include/mdbprivate.h | 5 ++--- include/mdbsql.h | 18 ++++++++++++++++++ include/mdbtools.h | 5 ++--- include/mdbver.h.in | 5 ++--- src/odbc/mdbodbc.h | 5 ++--- 5 files changed, 26 insertions(+), 12 deletions(-) diff --git a/include/mdbprivate.h b/include/mdbprivate.h index 2570705..e015a30 100644 --- a/include/mdbprivate.h +++ b/include/mdbprivate.h @@ -12,9 +12,8 @@ * Library General Public License for more details. * * You should have received a copy of the GNU Library General Public - * License along with this library; if not, write to the - * Free Software Foundation, Inc., 59 Temple Place - Suite 330, - * Boston, MA 02111-1307, USA. + * License along with this library; if not, write to the Free Software + * Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301 USA */ #ifndef _mdbprivate_h_ diff --git a/include/mdbsql.h b/include/mdbsql.h index 7a3a878..7b55b1e 100644 --- a/include/mdbsql.h +++ b/include/mdbsql.h @@ -1,3 +1,21 @@ +/* MDB Tools - A library for reading MS Access database file + * Copyright (C) 2000 Brian Bruns + * + * This library is free software; you can redistribute it and/or + * modify it under the terms of the GNU Library General Public + * License as published by the Free Software Foundation; either + * version 2 of the License, or (at your option) any later version. + * + * This library is distributed in the hope that it will be useful, + * but WITHOUT ANY WARRANTY; without even the implied warranty of + * 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 library; if not, write to the Free Software + * Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301 USA + */ + #ifndef _mdbsql_h_ #define _mdbsql_h_ diff --git a/include/mdbtools.h b/include/mdbtools.h index bc6854f..60ed640 100644 --- a/include/mdbtools.h +++ b/include/mdbtools.h @@ -12,9 +12,8 @@ * Library General Public License for more details. * * You should have received a copy of the GNU Library General Public - * License along with this library; if not, write to the - * Free Software Foundation, Inc., 59 Temple Place - Suite 330, - * Boston, MA 02111-1307, USA. + * License along with this library; if not, write to the Free Software + * Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301 USA */ #ifndef _mdbtools_h_ #define _mdbtools_h_ diff --git a/include/mdbver.h.in b/include/mdbver.h.in index e1f9d48..048430e 100644 --- a/include/mdbver.h.in +++ b/include/mdbver.h.in @@ -12,9 +12,8 @@ * Library General Public License for more details. * * You should have received a copy of the GNU Library General Public - * License along with this library; if not, write to the - * Free Software Foundation, Inc., 59 Temple Place - Suite 330, - * Boston, MA 02111-1307, USA. + * License along with this library; if not, write to the Free Software + * Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301 USA */ #ifndef _mdbver_h_ diff --git a/src/odbc/mdbodbc.h b/src/odbc/mdbodbc.h index a4efc13..1880c7d 100644 --- a/src/odbc/mdbodbc.h +++ b/src/odbc/mdbodbc.h @@ -12,9 +12,8 @@ * Library General Public License for more details. * * You should have received a copy of the GNU Library General Public - * License along with this library; if not, write to the - * Free Software Foundation, Inc., 59 Temple Place - Suite 330, - * Boston, MA 02111-1307, USA. + * License along with this library; if not, write to the Free Software + * Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301 USA */ #ifndef _mdbodbc_h_