From 153cfb9c83534b09f15cc16205d7adb19b394928 Mon Sep 17 00:00:00 2001 From: Andrew Tridgell Date: Tue, 10 Jul 2007 05:23:25 +0000 Subject: r23801: The FSF has moved around a lot. This fixes their Mass Ave address. (This used to be commit 87c91e4362c51819032bfbebbb273c52e203b227) --- examples/libmsrpc/cacusermgr/cacusermgr.c | 3 +-- examples/libmsrpc/cacusermgr/cacusermgr.h | 3 +-- examples/libmsrpc/cacusermgr/mgr_group.c | 3 +-- examples/libmsrpc/cacusermgr/mgr_user.c | 3 +-- examples/libmsrpc/cacusermgr/util.c | 3 +-- 5 files changed, 5 insertions(+), 10 deletions(-) (limited to 'examples/libmsrpc') diff --git a/examples/libmsrpc/cacusermgr/cacusermgr.c b/examples/libmsrpc/cacusermgr/cacusermgr.c index 4336f20d3b..43c789b872 100644 --- a/examples/libmsrpc/cacusermgr/cacusermgr.c +++ b/examples/libmsrpc/cacusermgr/cacusermgr.c @@ -15,8 +15,7 @@ * 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. */ + * this program; if not, see . */ #include "cacusermgr.h" diff --git a/examples/libmsrpc/cacusermgr/cacusermgr.h b/examples/libmsrpc/cacusermgr/cacusermgr.h index 79d109843a..84c60eb17c 100644 --- a/examples/libmsrpc/cacusermgr/cacusermgr.h +++ b/examples/libmsrpc/cacusermgr/cacusermgr.h @@ -15,8 +15,7 @@ * 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. */ + * this program; if not, see . */ #ifndef CACUSERMGR_H_ #define CACUSERMGR_H_ diff --git a/examples/libmsrpc/cacusermgr/mgr_group.c b/examples/libmsrpc/cacusermgr/mgr_group.c index 2d2dc9c519..37c89db813 100644 --- a/examples/libmsrpc/cacusermgr/mgr_group.c +++ b/examples/libmsrpc/cacusermgr/mgr_group.c @@ -15,8 +15,7 @@ * 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. */ + * this program; if not, see . */ #include "cacusermgr.h" diff --git a/examples/libmsrpc/cacusermgr/mgr_user.c b/examples/libmsrpc/cacusermgr/mgr_user.c index 3dc9c06488..bdae55ddec 100644 --- a/examples/libmsrpc/cacusermgr/mgr_user.c +++ b/examples/libmsrpc/cacusermgr/mgr_user.c @@ -15,8 +15,7 @@ * 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. */ + * this program; if not, see . */ #include "cacusermgr.h" diff --git a/examples/libmsrpc/cacusermgr/util.c b/examples/libmsrpc/cacusermgr/util.c index ef1f27a5d0..fa83e9cda9 100644 --- a/examples/libmsrpc/cacusermgr/util.c +++ b/examples/libmsrpc/cacusermgr/util.c @@ -15,8 +15,7 @@ * 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. */ + * this program; if not, see . */ #include "cacusermgr.h" -- cgit