X-Git-Url: http://matita.cs.unibo.it/gitweb/?a=blobdiff_plain;f=helm%2Fhbugs%2Fcommon%2FthreadSafe.ml;h=c09301d2f1bceb362680ec2de4e7b68b49cf2842;hb=5d7d6bd5090f3f82279bef0b93b4b361a5b1d751;hp=9fa10d8d0d82635a1f203a5638006ce2599924c3;hpb=39d7157312213114f81948978510bed7d85a7610;p=helm.git diff --git a/helm/hbugs/common/threadSafe.ml b/helm/hbugs/common/threadSafe.ml index 9fa10d8d0..c09301d2f 100644 --- a/helm/hbugs/common/threadSafe.ml +++ b/helm/hbugs/common/threadSafe.ml @@ -1,5 +1,7 @@ (* - * Copyright (C) 2003, HELM Team. + * Copyright (C) 2003: + * Stefano Zacchiroli + * 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 @@ -21,7 +23,7 @@ * MA 02111-1307, USA. * * For details, see the HELM World-Wide-Web page, - * http://cs.unibo.it/helm/. + * http://helm.cs.unibo.it/ *) let debug_print = let debug = false in fun s -> if debug then prerr_endline s;;