Fix crash in record conv rule select YAZ-812
[yaz-moved-to-github.git] / src / odr_any.c
index d1d6a71..4cf196b 100644 (file)
@@ -1,8 +1,6 @@
-/*
- * Copyright (C) 1995-2005, Index Data ApS
+/* This file is part of the YAZ toolkit.
+ * Copyright (C) Index Data
  * See the file LICENSE for details.
- *
- * $Id: odr_any.c,v 1.5 2005-06-25 15:46:04 adam Exp $
  */
 
 /**
@@ -42,6 +40,7 @@ int odr_any(ODR o, Odr_any **p, int opt, const char *name)
 /*
  * Local variables:
  * c-basic-offset: 4
+ * c-file-style: "Stroustrup"
  * indent-tabs-mode: nil
  * End:
  * vim: shiftwidth=4 tabstop=8 expandtab