X-Git-Url: http://git.indexdata.com/?a=blobdiff_plain;f=util%2Fyaziconv.c;h=9f7f7975cce2de57a6c926b42169d8115d54cdbb;hb=bc384649b00fed1e378ac3f67b8b5e4872892942;hp=f91c60bc27781d6467cd21a12436a58ae237d1b1;hpb=fc07d9fb0a2fbaa0336c0f1da07b3a56eac5da48;p=yaz-moved-to-github.git diff --git a/util/yaziconv.c b/util/yaziconv.c index f91c60b..9f7f797 100644 --- a/util/yaziconv.c +++ b/util/yaziconv.c @@ -1,8 +1,6 @@ -/* - * Copyright (C) 1995-2007, Index Data ApS +/* This file is part of the YAZ toolkit. + * Copyright (C) 1995-2008 Index Data * See the file LICENSE for details. - * - * $Id: yaziconv.c,v 1.8 2007-03-21 08:37:57 adam Exp $ */ #if HAVE_CONFIG_H @@ -153,7 +151,7 @@ int main (int argc, char **argv) break; default: fprintf (stderr, "yaziconv: Usage\n" - "siconv -f encoding -t encoding [-v] [file]\n"); + "yaziconv -f encoding -t encoding [-v] [file]\n"); exit(1); } }