summaryrefslogtreecommitdiff
path: root/sources/examples/jolib/Ref.scala
diff options
context:
space:
mode:
authorcremet <cremet@epfl.ch>2003-10-22 08:43:20 +0000
committercremet <cremet@epfl.ch>2003-10-22 08:43:20 +0000
commit3b888fff88f0402dcdd355c37cfc6309743a7236 (patch)
tree93becbfa06c589215ed6c453627a0835a8181e80 /sources/examples/jolib/Ref.scala
parent98f8b715ca0646cff57e083f69a7c30c1439ae75 (diff)
downloadscala-3b888fff88f0402dcdd355c37cfc6309743a7236.tar.gz
scala-3b888fff88f0402dcdd355c37cfc6309743a7236.tar.bz2
scala-3b888fff88f0402dcdd355c37cfc6309743a7236.zip
*** empty log message ***
Diffstat (limited to 'sources/examples/jolib/Ref.scala')
-rw-r--r--sources/examples/jolib/Ref.scala11
1 files changed, 11 insertions, 0 deletions
diff --git a/sources/examples/jolib/Ref.scala b/sources/examples/jolib/Ref.scala
index d48a9ee8f3..149f83efe8 100644
--- a/sources/examples/jolib/Ref.scala
+++ b/sources/examples/jolib/Ref.scala
@@ -1,3 +1,14 @@
+/* __ *\
+** ________ ___ / / ___ Scala API **
+** / __/ __// _ | / / / _ | (c) 2003, LAMP/EPFL **
+** __\ \/ /__/ __ |/ /__/ __ | **
+** /____/\___/_/ |_/____/_/ | | **
+** |/ **
+** $Id$
+\* */
+
+package examples.jolib;
+
import concurrent.SyncVar;
import concurrent.jolib._;