summaryrefslogtreecommitdiff
path: root/auth
diff options
context:
space:
mode:
Diffstat (limited to 'auth')
-rw-r--r--auth/Makefile.am6
-rw-r--r--auth/gsasl.c7
-rw-r--r--auth/lbuf.c7
-rw-r--r--auth/lbuf.h7
-rw-r--r--auth/pam.c7
-rw-r--r--auth/sql.c7
-rw-r--r--auth/sql.h7
-rw-r--r--auth/tls.c7
-rw-r--r--auth/virtual.c7
9 files changed, 35 insertions, 27 deletions
diff --git a/auth/Makefile.am b/auth/Makefile.am
index 754bad133..6095102c9 100644
--- a/auth/Makefile.am
+++ b/auth/Makefile.am
@@ -14,8 +14,8 @@
##
## You should have received a copy of the GNU General Public License
## along with GNU Mailutils; 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
INCLUDES = -I${top_srcdir}/include -I${top_srcdir}/mailbox/include -I${top_srcdir}/lib -I${top_builddir}/include/mailutils/gnu @INTLINCS@
AM_CFLAGS = -DSITE_VIRTUAL_PWDDIR=\"@SITE_VIRTUAL_PWDDIR@\" \
@@ -35,4 +35,4 @@ virtual.c
libmuauth_la_LIBADD = @SQLLIB@ @LTLIBINTL@
libmuauth_la_LDFLAGS = -version-info 0:0:0
-libmuauth_la_DEPENDENCIES = @SQLLIB_DEPENDENCY@ \ No newline at end of file
+libmuauth_la_DEPENDENCIES = @SQLLIB_DEPENDENCY@
diff --git a/auth/gsasl.c b/auth/gsasl.c
index 244c0f095..b88e93ed5 100644
--- a/auth/gsasl.c
+++ b/auth/gsasl.c
@@ -11,9 +11,10 @@
MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU
Lesser General Public License for more details.
- You should have received a copy of the GNU Lesser 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 */
+ You should have received a copy of the GNU Lesser 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 */
#if HAVE_CONFIG_H
# include <config.h>
diff --git a/auth/lbuf.c b/auth/lbuf.c
index 42227194d..5c0dcc215 100644
--- a/auth/lbuf.c
+++ b/auth/lbuf.c
@@ -11,9 +11,10 @@
MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU
Lesser General Public License for more details.
- You should have received a copy of the GNU Lesser 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 */
+ You should have received a copy of the GNU Lesser 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 */
#ifdef HAVE_CONFIG_H
# include <config.h>
diff --git a/auth/lbuf.h b/auth/lbuf.h
index 558e15b05..bdc805309 100644
--- a/auth/lbuf.h
+++ b/auth/lbuf.h
@@ -11,9 +11,10 @@
MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU
Lesser General Public License for more details.
- You should have received a copy of the GNU Lesser 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 */
+ You should have received a copy of the GNU Lesser 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 */
#include <mailutils/types.h>
diff --git a/auth/pam.c b/auth/pam.c
index 217d9537c..1411c5c16 100644
--- a/auth/pam.c
+++ b/auth/pam.c
@@ -11,9 +11,10 @@
MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU
Lesser General Public License for more details.
- You should have received a copy of the GNU Lesser 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 */
+ You should have received a copy of the GNU Lesser 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 */
#ifdef HAVE_CONFIG_H
# include <config.h>
diff --git a/auth/sql.c b/auth/sql.c
index 3c33a06f1..87364b451 100644
--- a/auth/sql.c
+++ b/auth/sql.c
@@ -11,9 +11,10 @@
MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU
Lesser General Public License for more details.
- You should have received a copy of the GNU Lesser 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 */
+ You should have received a copy of the GNU Lesser 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 */
#ifdef HAVE_CONFIG_H
# include <config.h>
diff --git a/auth/sql.h b/auth/sql.h
index 91e357ef8..cf5650947 100644
--- a/auth/sql.h
+++ b/auth/sql.h
@@ -11,9 +11,10 @@
MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU
Lesser General Public License for more details.
- You should have received a copy of the GNU Lesser 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 */
+ You should have received a copy of the GNU Lesser 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 */
#include <sys/types.h>
#include <stdlib.h>
diff --git a/auth/tls.c b/auth/tls.c
index 07e2737d9..59d6dc57d 100644
--- a/auth/tls.c
+++ b/auth/tls.c
@@ -11,9 +11,10 @@
MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU
Lesser General Public License for more details.
- You should have received a copy of the GNU Lesser 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 */
+ You should have received a copy of the GNU Lesser 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 */
#if HAVE_CONFIG_H
# include <config.h>
diff --git a/auth/virtual.c b/auth/virtual.c
index 7902777fd..583f0d11b 100644
--- a/auth/virtual.c
+++ b/auth/virtual.c
@@ -11,9 +11,10 @@
MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU
Lesser General Public License for more details.
- You should have received a copy of the GNU Lesser 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 */
+ You should have received a copy of the GNU Lesser 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 */
#ifdef HAVE_CONFIG_H
# include <config.h>

Return to:

Send suggestions and report system problems to the System administrator.