about summary refs log tree commit homepage
path: root/lib
diff options
context:
space:
mode:
authorEric Wong <normalperson@yhbt.net>2013-08-31 06:05:33 +0000
committerEric Wong <normalperson@yhbt.net>2013-08-31 06:05:33 +0000
commitaa639718901a1cf77e1a8f02d2ec613e29cca707 (patch)
tree174081864288ad61b1c42ba9aeb74b810bf749da /lib
parent7df370d5c4f8d2c9bde5a30ba95bf0a499f5a6a3 (diff)
downloaddtas-aa639718901a1cf77e1a8f02d2ec613e29cca707.tar.gz
The whole dtas project is committed to giving as much rope as users
need!
Diffstat (limited to 'lib')
-rw-r--r--lib/dtas/disclaimer.rb10
1 files changed, 5 insertions, 5 deletions
diff --git a/lib/dtas/disclaimer.rb b/lib/dtas/disclaimer.rb
index 558bb19..f0deaa5 100644
--- a/lib/dtas/disclaimer.rb
+++ b/lib/dtas/disclaimer.rb
@@ -5,14 +5,14 @@ DTAS_PROGNAME = File.basename($0)
 DTAS_DISCLAIMER = <<EOF
 # WARNING!
 #
-# Ignorant or improper use of #{DTAS_PROGNAME} may lead to
-# data loss, hearing loss, and damage to audio equipment.
+# Ignorant or improper use of #{DTAS_PROGNAME}
+# may lead to data loss, hearing loss, and damage to audio equipment.
 #
 # Please read and understand the documentation of all commands you
 # attempt to configure.
 #
-# #{DTAS_PROGNAME} will never prevent you from doing stupid things.
+# dtas will never prevent you from doing stupid things.
 #
-# There is no warranty, the developers of #{DTAS_PROGNAME}
-# are not responsible for your actions.
+# There is no warranty, the developers of dtas are not responsible
+# for your actions.
 EOF