[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
[PATCH 01/10] disclaimer: disambiguate between dtas/$PROGNAME
From: |
Eric Wong |
Subject: |
[PATCH 01/10] disclaimer: disambiguate between dtas/$PROGNAME |
Date: |
Sun, 1 Sep 2013 01:22:01 +0000 |
The whole dtas project is committed to giving as much rope as users
need!
---
lib/dtas/disclaimer.rb | 10 +++++-----
1 file 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
--
1.8.4
- [PATCH 0/10] misc updates to master, Eric Wong, 2013/08/31
- [PATCH 02/10] GNUmakefile: combine with pkg.mk, Eric Wong, 2013/08/31
- [PATCH 08/10] doc: reorganize sections around dtas-player, Eric Wong, 2013/08/31
- [PATCH 10/10] doc: add contact info to all documentation, Eric Wong, 2013/08/31
- [PATCH 09/10] doc: sink_examples: reference dtas-xdelay and friends, Eric Wong, 2013/08/31
- [PATCH 04/10] Rakefile: wrap long line, Eric Wong, 2013/08/31
- [PATCH 07/10] source/{av, ff}: probe harder for audio in weird containers, Eric Wong, 2013/08/31
- [PATCH 03/10] Rakefile: additional pointer to git-set-file-times, Eric Wong, 2013/08/31
- [PATCH 05/10] dtas-sourcedit: allow loading YAML from stdin, Eric Wong, 2013/08/31
- [PATCH 06/10] test_source_av: fix test to actually run, Eric Wong, 2013/08/31
- [PATCH 01/10] disclaimer: disambiguate between dtas/$PROGNAME,
Eric Wong <=