summaryrefslogtreecommitdiff
path: root/src
diff options
context:
space:
mode:
authormichelou <michelou@epfl.ch>2006-10-11 20:08:10 +0000
committermichelou <michelou@epfl.ch>2006-10-11 20:08:10 +0000
commita094bf3c2e43d8d29aa676f301a5dff99b0355a2 (patch)
treed97350ed62572b090ac21182f36b7531fa03c13a /src
parent7dd216cef2eb2f4b6143cbce29eaffe70b1c3a18 (diff)
downloadscala-a094bf3c2e43d8d29aa676f301a5dff99b0355a2.tar.gz
scala-a094bf3c2e43d8d29aa676f301a5dff99b0355a2.tar.bz2
scala-a094bf3c2e43d8d29aa676f301a5dff99b0355a2.zip
corrected copyright notice in script templates
Diffstat (limited to 'src')
-rw-r--r--src/actors/scala/actors/Actor.scala12
-rw-r--r--src/compiler/scala/tools/ant/templates/generic-unix.tmpl1
-rw-r--r--src/compiler/scala/tools/ant/templates/generic-windows.tmpl4
-rw-r--r--src/compiler/scala/tools/ant/templates/tool-unix.tmpl1
-rw-r--r--src/compiler/scala/tools/ant/templates/tool-windows.tmpl4
5 files changed, 10 insertions, 12 deletions
diff --git a/src/actors/scala/actors/Actor.scala b/src/actors/scala/actors/Actor.scala
index c3f2f2d409..319f1d4bbd 100644
--- a/src/actors/scala/actors/Actor.scala
+++ b/src/actors/scala/actors/Actor.scala
@@ -491,16 +491,8 @@ case class Exit(from: Actor, reason: String)
/**
- * <p>
- * This class is used by our efficient message queue
- * implementation.
- * </p>
- * <dl class="subclasses">
- * <dt><b>Direct Known Subclasses:</b></dt>
- * <dd>
- * <a href="MessageQueue.html" target="contentFrame">MessageQueue</a>
- * </dd>
- * </dl>
+ * This class is used by our efficient message queue
+ * implementation.
*/
private[actors] abstract class MessageQueueResult[Msg] {
def msg: Msg
diff --git a/src/compiler/scala/tools/ant/templates/generic-unix.tmpl b/src/compiler/scala/tools/ant/templates/generic-unix.tmpl
index 2c6148fdf5..008036c858 100644
--- a/src/compiler/scala/tools/ant/templates/generic-unix.tmpl
+++ b/src/compiler/scala/tools/ant/templates/generic-unix.tmpl
@@ -4,6 +4,7 @@
# Scala runtime @version@
##############################################################################
# @copyright@
+#
# This is free software; see the distribution for copying conditions.
# There is NO warranty; not even for MERCHANTABILITY or FITNESS FOR A
# PARTICULAR PURPOSE.
diff --git a/src/compiler/scala/tools/ant/templates/generic-windows.tmpl b/src/compiler/scala/tools/ant/templates/generic-windows.tmpl
index acf3685129..22fb9faf38 100644
--- a/src/compiler/scala/tools/ant/templates/generic-windows.tmpl
+++ b/src/compiler/scala/tools/ant/templates/generic-windows.tmpl
@@ -1,7 +1,9 @@
@@echo off
rem ##########################################################################
-rem # Copyright @copyright@
+rem # Scala runtime @version@
+rem ##########################################################################
+rem # @copyright@
rem #
rem # This is free software; see the distribution for copying conditions.
rem # There is NO warranty; not even for MERCHANTABILITY or FITNESS FOR A
diff --git a/src/compiler/scala/tools/ant/templates/tool-unix.tmpl b/src/compiler/scala/tools/ant/templates/tool-unix.tmpl
index a60295aa2a..3e38b89705 100644
--- a/src/compiler/scala/tools/ant/templates/tool-unix.tmpl
+++ b/src/compiler/scala/tools/ant/templates/tool-unix.tmpl
@@ -4,6 +4,7 @@
# @name@ @version@
##############################################################################
# @copyright@
+#
# This is free software; see the distribution for copying conditions.
# There is NO warranty; not even for MERCHANTABILITY or FITNESS FOR A
# PARTICULAR PURPOSE.
diff --git a/src/compiler/scala/tools/ant/templates/tool-windows.tmpl b/src/compiler/scala/tools/ant/templates/tool-windows.tmpl
index e558c34bf8..b86aa851c1 100644
--- a/src/compiler/scala/tools/ant/templates/tool-windows.tmpl
+++ b/src/compiler/scala/tools/ant/templates/tool-windows.tmpl
@@ -1,7 +1,9 @@
@@echo off
rem ##########################################################################
-rem # Copyright @copyright@
+rem # @name@ @version@
+rem ##########################################################################
+rem # @copyright@
rem #
rem # This is free software; see the distribution for copying conditions.
rem # There is NO warranty; not even for MERCHANTABILITY or FITNESS FOR A