]> matita.cs.unibo.it Git - helm.git/blobdiff - helm/hbugs/common/hbugs_id_generator.ml
- fixed helm web page url and copyright notice
[helm.git] / helm / hbugs / common / hbugs_id_generator.ml
index 59f67347c9f989d5b951f89c71b39cca94eb13ac..93d349b74d11d220ebd2e2ce8a1aa672c5e76f3a 100644 (file)
@@ -1,5 +1,7 @@
 (*
- *  Copyright (C) 2003, HELM Team.
+ * Copyright (C) 2003:
+ *    Stefano Zacchiroli <zack@cs.unibo.it>
+ *    for the HELM Team http://helm.cs.unibo.it/
  *
  *  This file is part of HELM, an Hypertextual, Electronic
  *  Library of Mathematics, developed at the Computer Science
  *  MA  02111-1307, USA.
  *
  *  For details, see the HELM World-Wide-Web page,
- *  http://cs.unibo.it/helm/.
+ *  http://helm.cs.unibo.it/
  *)
 
 let new_broker_id () =  (* TODO write a real id generator! *)
   "FOO BROKER ID!"
+let new_client_id () =  (* TODO write a real id generator! *)
+  "FOO CLIENT ID!"
+let new_musing_id () =  (* TODO write a real id generator! *)
+  "FOO MUSING ID!"
+let new_tutor_id () =  (* TODO write a real id generator! *)
+  "FOO TUTOR ID!"