X-Git-Url: http://git.indexdata.com/?p=yaz-moved-to-github.git;a=blobdiff_plain;f=src%2Fz3950oid.c;h=db5513589612a44cbbb3a50061d9fd92ca035f53;hp=86f500ac0b6dc2efef1ff31ef39f620371857e44;hb=2ba3d1d3bf2b57c7ac462b347cb18f06820ac73a;hpb=c6e47cbbff56f39f6d81b079ebaeac41d793d4d9 diff --git a/src/z3950oid.c b/src/z3950oid.c index 86f500a..db55135 100644 --- a/src/z3950oid.c +++ b/src/z3950oid.c @@ -1,8 +1,8 @@ /* - * Copyright (c) 1995-2003, Index Data + * Copyright (C) 1995-2005, Index Data ApS * See the file LICENSE for details. * - * $Id: z3950oid.c,v 1.1 2003-10-27 12:21:36 adam Exp $ + * $Id: z3950oid.c,v 1.3 2005-06-24 19:56:52 adam Exp $ */ #if HAVE_CONFIG_H @@ -70,13 +70,3 @@ const char* yaz_z3950_oid_value_to_str(oid_value ov, oid_class oc) return ""; } } - - -/* - * Local variables: - * tab-width: 8 - * c-basic-offset: 4 - * End: - * vim600: sw=4 ts=8 fdm=marker - * vim<600: sw=4 ts=8 - */