corrected copyright notice in script templates

git-svn-id: http://lampsvn.epfl.ch/svn-repos/scala/scala/trunk@8948 5e8d7ff9-d8ef-0310-90f0-a4852d11357a
This commit is contained in:
michelou 2006-10-11 20:08:10 +00:00
parent 11b67b8d2c
commit 2f5f157806
6 changed files with 11 additions and 13 deletions

View File

@ -29,7 +29,7 @@ PROPERTIES
<property file="${properties.file}"/>
<!-- Defines the product being built -->
<property name="vendor.name" value="LAMP/EPFL"/>
<property name="copyright.string" value="copyright 2002-2006 ${vendor.name}"/>
<property name="copyright.string" value="Copyright 2002-2006 ${vendor.name}"/>
<property name="number.file" value="${basedir}/build.number"/>
<!-- Configuring how the compiler is run -->
<property name="nsc.log-files" value="no"/>

View File

@ -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

View File

@ -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.

View File

@ -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

View File

@ -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.

View File

@ -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