diff options
Diffstat (limited to 'scripts')
-rw-r--r-- | scripts/Makefile.in | 2 | ||||
-rw-r--r-- | scripts/bounces | 2 | ||||
-rwxr-xr-x | scripts/confirm | 2 | ||||
-rw-r--r-- | scripts/driver | 2 | ||||
-rwxr-xr-x | scripts/join | 2 | ||||
-rwxr-xr-x | scripts/leave | 2 | ||||
-rwxr-xr-x | scripts/owner | 2 | ||||
-rwxr-xr-x | scripts/post | 2 | ||||
-rwxr-xr-x | scripts/request | 2 |
9 files changed, 9 insertions, 9 deletions
diff --git a/scripts/Makefile.in b/scripts/Makefile.in index 7cedea83..49b82ec0 100644 --- a/scripts/Makefile.in +++ b/scripts/Makefile.in @@ -12,7 +12,7 @@ # # 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., 59 Temple Place - Suite 330, Boston, MA 02111-1307, USA. +# Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301, USA. # NOTE: Makefile.in is converted into Makefile by the configure script # in the parent directory. Once configure has run, you can recreate diff --git a/scripts/bounces b/scripts/bounces index b93c6d60..67de045a 100644 --- a/scripts/bounces +++ b/scripts/bounces @@ -14,7 +14,7 @@ # # 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., 59 Temple Place - Suite 330, Boston, MA 02111-1307, USA. +# Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301, USA. """Process VERP'd bounces. diff --git a/scripts/confirm b/scripts/confirm index 653940ae..f95634f4 100755 --- a/scripts/confirm +++ b/scripts/confirm @@ -14,7 +14,7 @@ # # 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., 59 Temple Place - Suite 330, Boston, MA 02111-1307, USA. +# Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301, USA. """Simple confirm via VERP-ish sender. diff --git a/scripts/driver b/scripts/driver index cf14093e..ea43c40e 100644 --- a/scripts/driver +++ b/scripts/driver @@ -14,7 +14,7 @@ # # 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., 59 Temple Place - Suite 330, Boston, MA 02111-1307, USA. +# Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301, USA. # This better succeed. If this fails, Python is royally screwed so we might # as well let the Web server give us a fatal and obtrusive error. diff --git a/scripts/join b/scripts/join index 77ca506b..4e76010c 100755 --- a/scripts/join +++ b/scripts/join @@ -14,7 +14,7 @@ # # 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., 59 Temple Place - Suite 330, Boston, MA 02111-1307, USA. +# Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301, USA. """Simple join-a-list email address. diff --git a/scripts/leave b/scripts/leave index d7419e1a..a95c26a6 100755 --- a/scripts/leave +++ b/scripts/leave @@ -14,7 +14,7 @@ # # 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., 59 Temple Place - Suite 330, Boston, MA 02111-1307, USA. +# Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301, USA. """Simple leave-a-list email address. diff --git a/scripts/owner b/scripts/owner index 947c74c9..e03030ee 100755 --- a/scripts/owner +++ b/scripts/owner @@ -14,7 +14,7 @@ # # 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., 59 Temple Place - Suite 330, Boston, MA 02111-1307, USA. +# Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301, USA. """Send a message to the mailing list owner. diff --git a/scripts/post b/scripts/post index 5dde0639..12ff0381 100755 --- a/scripts/post +++ b/scripts/post @@ -14,7 +14,7 @@ # # 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., 59 Temple Place - Suite 330, Boston, MA 02111-1307, USA. +# Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301, USA. """Accept posts to a list and handle them properly. diff --git a/scripts/request b/scripts/request index a55577f0..12600a2b 100755 --- a/scripts/request +++ b/scripts/request @@ -14,7 +14,7 @@ # # 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., 59 Temple Place - Suite 330, Boston, MA 02111-1307, USA. +# Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301, USA. """Process emailed commands. |