diff options
| author | tkikuchi | 2005-08-27 01:54:05 +0000 |
|---|---|---|
| committer | tkikuchi | 2005-08-27 01:54:05 +0000 |
| commit | 2a6084d03b96f87af153b663cf3dd4776e7e37fb (patch) | |
| tree | 51351436e2be471f3d48ed13239d436091001864 /scripts | |
| parent | 7a8566796782dd099451b012d3d6e3f63257bf99 (diff) | |
| download | mailman-2a6084d03b96f87af153b663cf3dd4776e7e37fb.tar.gz mailman-2a6084d03b96f87af153b663cf3dd4776e7e37fb.tar.zst mailman-2a6084d03b96f87af153b663cf3dd4776e7e37fb.zip | |
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 7cedea83d..49b82ec0e 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 b93c6d600..67de045ae 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 653940aeb..f95634f48 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 44c1a9b36..8949e44e3 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 77ca506b7..4e76010cb 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 d7419e1ab..a95c26a63 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 947c74c93..e03030eea 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 5dde06397..12ff0381b 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 a55577f0a..12600a2b2 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. |
