summaryrefslogtreecommitdiff
path: root/sources
diff options
context:
space:
mode:
authormichelou <michelou@epfl.ch>2005-09-02 08:30:44 +0000
committermichelou <michelou@epfl.ch>2005-09-02 08:30:44 +0000
commitc43de12f1e139393fc15eef783140b3abaced9eb (patch)
tree4ab144831502334671bcf3c0402c69333f2391c7 /sources
parent7edb15bf5fbd05b78a674070ef201b9b0f16e4dc (diff)
downloadscala-c43de12f1e139393fc15eef783140b3abaced9eb.tar.gz
scala-c43de12f1e139393fc15eef783140b3abaced9eb.tar.bz2
scala-c43de12f1e139393fc15eef783140b3abaced9eb.zip
- updated copyright notice.
Diffstat (limited to 'sources')
-rw-r--r--sources/scala/concurrent/Actor.scala5
-rw-r--r--sources/scala/concurrent/Channel.scala5
2 files changed, 6 insertions, 4 deletions
diff --git a/sources/scala/concurrent/Actor.scala b/sources/scala/concurrent/Actor.scala
index 9ffd0bb7c7..1ac6420f12 100644
--- a/sources/scala/concurrent/Actor.scala
+++ b/sources/scala/concurrent/Actor.scala
@@ -1,12 +1,13 @@
/* __ *\
** ________ ___ / / ___ Scala API **
-** / __/ __// _ | / / / _ | (c) 2003-04, LAMP/EPFL **
+** / __/ __// _ | / / / _ | (c) 2003-2005, LAMP/EPFL **
** __\ \/ /__/ __ |/ /__/ __ | **
** /____/\___/_/ |_/____/_/ | | **
** |/ **
-** $Id$
\* */
+// $Id$
+
package scala.concurrent;
diff --git a/sources/scala/concurrent/Channel.scala b/sources/scala/concurrent/Channel.scala
index a2899dfc56..97f51abb0b 100644
--- a/sources/scala/concurrent/Channel.scala
+++ b/sources/scala/concurrent/Channel.scala
@@ -1,12 +1,13 @@
/* __ *\
** ________ ___ / / ___ Scala API **
-** / __/ __// _ | / / / _ | (c) 2003-04, LAMP/EPFL **
+** / __/ __// _ | / / / _ | (c) 2003-2005, LAMP/EPFL **
** __\ \/ /__/ __ |/ /__/ __ | **
** /____/\___/_/ |_/____/_/ | | **
** |/ **
-** $Id$
\* */
+// $Id$
+
package scala.concurrent;
class Channel[a] {