summaryrefslogtreecommitdiff
path: root/src/compiler
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/compiler
parent7dd216cef2eb2f4b6143cbce29eaffe70b1c3a18 (diff)
downloadscala-a094bf3c2e43d8d29aa676f301a5dff99b0355a2.tar.gz
scala-a094bf3c2e43d8d29aa676f301a5dff99b0355a2.tar.bz2
scala-a094bf3c2e43d8d29aa676f301a5dff99b0355a2.zip
corrected copyright notice in script templates
Diffstat (limited to 'src/compiler')
-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
4 files changed, 8 insertions, 2 deletions
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