diff options
Diffstat (limited to '')
-rw-r--r-- | util/argparse.c | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/util/argparse.c b/util/argparse.c index becfb4d06..049eafd9e 100644 --- a/util/argparse.c +++ b/util/argparse.c @@ -16,7 +16,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: This is an independent version of the one in WkLib @@ -930,7 +930,7 @@ default_strusage( int level ) "GNU General Public License for more details.\n\n" "You should have received a copy of the GNU General Public License\n" "along with this program; if not, write to the Free Software\n" -"Foundation, Inc., 59 Temple Place - Suite 330, Boston, MA 02111-1307, USA.\n"; +"Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301, USA.\n"; break; case 40: /* short and long usage */ case 41: p = ""; break; |