summaryrefslogtreecommitdiff
path: root/src/manual
diff options
context:
space:
mode:
authorLex Spoon <lex@lexspoon.org>2007-01-19 13:13:14 +0000
committerLex Spoon <lex@lexspoon.org>2007-01-19 13:13:14 +0000
commit8efcc63042daa909e4ff2d9327455644ed9a53c1 (patch)
tree153018a5fe2c929579ba0caad7b8ba147b1913d8 /src/manual
parent509d09ebaa701ff3939ab5b7c369f3826b848220 (diff)
downloadscala-8efcc63042daa909e4ff2d9327455644ed9a53c1.tar.gz
scala-8efcc63042daa909e4ff2d9327455644ed9a53c1.tar.bz2
scala-8efcc63042daa909e4ff2d9327455644ed9a53c1.zip
Tweaked the copyright notice.
Diffstat (limited to 'src/manual')
-rw-r--r--src/manual/scala/man1/Command.scala3
1 files changed, 2 insertions, 1 deletions
diff --git a/src/manual/scala/man1/Command.scala b/src/manual/scala/man1/Command.scala
index 847e3c6383..fb1909de86 100644
--- a/src/manual/scala/man1/Command.scala
+++ b/src/manual/scala/man1/Command.scala
@@ -40,7 +40,8 @@ trait Command {
def copyright = Section("COPYRIGHT",
- "This is free software; see the distribution for copying conditions. " &
+ "This is open-source software, available to you under a BSD-like license. " &
+ "See accomponying \"copyright\" or \"LICENSE\" file for copying conditions. " &
"There is NO warranty; not even for MERCHANTABILITY or FITNESS FOR A " &
"PARTICULAR PURPOSE.")