X-Git-Url: http://git.savannah.gnu.org/gitweb/?p=enscript.git;a=blobdiff_plain;f=states%2Fmain.c;h=8171673561db0c63117f068bac1aef7b2b918171;hp=430f7937e1142c92983e57bca8fae4b01a3a60e9;hb=7c9c9da78ed957d25567f7672a2fe2eb63501237;hpb=cee050d75d296ea9420e3885fddaae2d43f2521c diff --git a/states/main.c b/states/main.c index 430f793..8171673 100644 --- a/states/main.c +++ b/states/main.c @@ -20,8 +20,8 @@ * * You should have received a copy of the GNU General Public License * along with this program; see the file COPYING. If not, write to - * the Free Software Foundation, 59 Temple Place - Suite 330, - * Boston, MA 02111-1307, USA. + * the Free Software Foundation, 51 Franklin Street, Fifth Floor, + * Boston, MA 02110-1301, USA. */ #include "defs.h" @@ -196,7 +196,7 @@ main (argc, argv) argv[0] = program; /* Format version string. */ - sprintf (version, _("states for GNU %s %s"), PACKAGE, VERSION); + sprintf (version, _("states for %s"), PACKAGE_STRING); /* Internationalization. */ #if HAVE_SETLOCALE