summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-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.")