about summary refs log tree commit homepage
path: root/Documentation
diff options
context:
space:
mode:
authorEric Wong <normalperson@yhbt.net>2013-08-28 00:15:47 +0000
committerEric Wong <normalperson@yhbt.net>2013-08-28 00:24:27 +0000
commita738d4fd840e088d9a46dea2429c35ba8100df9d (patch)
tree559fdb56ce69d480ce50c3fbd89345ab78cc984d /Documentation
parentcd6065bcd94397fa23dd29621196e71f2183dc01 (diff)
downloaddtas-a738d4fd840e088d9a46dea2429c35ba8100df9d.tar.gz
All files we distribute in the tarball need to have a
copyright/license specified for Savannah.

We don't need the example state file anymore.
Diffstat (limited to 'Documentation')
-rw-r--r--Documentation/.gitignore2
-rw-r--r--Documentation/GNUmakefile2
-rw-r--r--Documentation/dtas-console.txt5
-rw-r--r--Documentation/dtas-ctl.txt5
-rw-r--r--Documentation/dtas-cueedit.txt5
-rw-r--r--Documentation/dtas-enq.txt5
-rw-r--r--Documentation/dtas-msinkctl.txt5
-rw-r--r--Documentation/dtas-player.txt5
-rw-r--r--Documentation/dtas-player_effects.txt5
-rw-r--r--Documentation/dtas-player_protocol.txt5
-rw-r--r--Documentation/dtas-player_sink_examples.txt5
-rw-r--r--Documentation/dtas-sinkedit.txt5
-rw-r--r--Documentation/dtas-sourceedit.txt5
-rw-r--r--Documentation/dtas-xdelay.txt5
-rw-r--r--Documentation/troubleshooting.txt5
15 files changed, 69 insertions, 0 deletions
diff --git a/Documentation/.gitignore b/Documentation/.gitignore
index 56fdc90..0eaac99 100644
--- a/Documentation/.gitignore
+++ b/Documentation/.gitignore
@@ -1,3 +1,5 @@
+# Copyright (C) 2013, Eric Wong <normalperson@yhbt.net> and all contributors
+# License: GPLv3 or later (https://www.gnu.org/licenses/gpl-3.0.txt)
 *.1
 *.5
 *.7
diff --git a/Documentation/GNUmakefile b/Documentation/GNUmakefile
index db484ab..431e856 100644
--- a/Documentation/GNUmakefile
+++ b/Documentation/GNUmakefile
@@ -1,3 +1,5 @@
+# Copyright (C) 2013, Eric Wong <normalperson@yhbt.net> and all contributors
+# License: GPLv3 or later (https://www.gnu.org/licenses/gpl-3.0.txt)
 all::
 
 INSTALL = install
diff --git a/Documentation/dtas-console.txt b/Documentation/dtas-console.txt
index ac1bca2..8de066b 100644
--- a/Documentation/dtas-console.txt
+++ b/Documentation/dtas-console.txt
@@ -51,6 +51,11 @@ dtas-console will also increase contention with the sound card,
 negatively affecting audio quality even if CPU utilization is not
 a problem.
 
+# COPYRIGHT
+
+Copyright 2013, Eric Wong <normalperson@yhbt.net> and all contributors.\
+License: GPLv3 or later <http://www.gnu.org/licenses/gpl-3.0.txt>
+
 # SEE ALSO
 
 dtas-player(1), dtas-player_protocol(7), dtas-ctl(1), dtas-sinkedit(1),
diff --git a/Documentation/dtas-ctl.txt b/Documentation/dtas-ctl.txt
index 68b6c74..e6029d6 100644
--- a/Documentation/dtas-ctl.txt
+++ b/Documentation/dtas-ctl.txt
@@ -58,6 +58,11 @@ of $SOXFMT (see dtas-player_protocol(7)).
 DTAS_PLAYER_SOCK - the path to the dtas-player control socket.
 This defaults to ~/.dtas/player.sock
 
+# COPYRIGHT
+
+Copyright 2013, Eric Wong <normalperson@yhbt.net> and all contributors.\
+License: GPLv3 or later <http://www.gnu.org/licenses/gpl-3.0.txt>
+
 # SEE ALSO
 
 dtas-player(1), dtas-player_protocol(7), dtas-enq(1), dtas-sinkedit(1),
diff --git a/Documentation/dtas-cueedit.txt b/Documentation/dtas-cueedit.txt
index 4d73721..2602697 100644
--- a/Documentation/dtas-cueedit.txt
+++ b/Documentation/dtas-cueedit.txt
@@ -19,6 +19,11 @@ Use with the metaflac(1) is required.
 
 VISUAL / EDITOR - your favorite *nix text editor, defaults to 'vi' if unset.
 
+# COPYRIGHT
+
+Copyright 2013, Eric Wong <normalperson@yhbt.net> and all contributors.\
+License: GPLv3 or later <http://www.gnu.org/licenses/gpl-3.0.txt>
+
 # SEE ALSO
 
 metaflac(1)
diff --git a/Documentation/dtas-enq.txt b/Documentation/dtas-enq.txt
index 1ef636c..77223f4 100644
--- a/Documentation/dtas-enq.txt
+++ b/Documentation/dtas-enq.txt
@@ -24,6 +24,11 @@ newly enqueued files in the order given.
 DTAS_PLAYER_SOCK - the path to the dtas-player listen socket.
 This defaults to ~/.dtas/player.sock
 
+# COPYRIGHT
+
+Copyright 2013, Eric Wong <normalperson@yhbt.net> and all contributors.\
+License: GPLv3 or later <http://www.gnu.org/licenses/gpl-3.0.txt>
+
 # SEE ALSO
 
 dtas-player(1), dtas-ctl(1)
diff --git a/Documentation/dtas-msinkctl.txt b/Documentation/dtas-msinkctl.txt
index d6acb4c..bca2710 100644
--- a/Documentation/dtas-msinkctl.txt
+++ b/Documentation/dtas-msinkctl.txt
@@ -40,6 +40,11 @@ Remove SINK3 from the active set
 DTAS_PLAYER_SOCK - the path to the dtas-player control socket.
 This defaults to ~/.dtas/player.sock
 
+# COPYRIGHT
+
+Copyright 2013, Eric Wong <normalperson@yhbt.net> and all contributors.\
+License: GPLv3 or later <http://www.gnu.org/licenses/gpl-3.0.txt>
+
 # SEE ALSO
 
 dtas-player(1), dtas-player_protocol(7), dtas-ctl(1), dtas-sinkedit(1)
diff --git a/Documentation/dtas-player.txt b/Documentation/dtas-player.txt
index 7e8fbe4..0ec52c3 100644
--- a/Documentation/dtas-player.txt
+++ b/Documentation/dtas-player.txt
@@ -104,6 +104,11 @@ exist in the source file:
 ~/.dtas/player_state.yml is a human-readable YAML file used to preserve
 state across restarts of dtas-player.
 
+# COPYRIGHT
+
+Copyright 2013, Eric Wong <normalperson@yhbt.net> and all contributors.\
+License: GPLv3 or later <http://www.gnu.org/licenses/gpl-3.0.txt>
+
 # SEE ALSO
 
 dtas-player_protocol(7), dtas-ctl(1), dtas-enq(1), dtas-sourceedit(1),
diff --git a/Documentation/dtas-player_effects.txt b/Documentation/dtas-player_effects.txt
index b6aab2b..2ea7264 100644
--- a/Documentation/dtas-player_effects.txt
+++ b/Documentation/dtas-player_effects.txt
@@ -43,3 +43,8 @@ They are applied in the order described.
   - rate
   - dither
   - remix (static channel mappings)
+
+# COPYRIGHT
+
+Copyright 2013, Eric Wong <normalperson@yhbt.net> and all contributors.\
+License: GPLv3 or later <http://www.gnu.org/licenses/gpl-3.0.txt>
diff --git a/Documentation/dtas-player_protocol.txt b/Documentation/dtas-player_protocol.txt
index aa3eca4..6abe6fd 100644
--- a/Documentation/dtas-player_protocol.txt
+++ b/Documentation/dtas-player_protocol.txt
@@ -206,3 +206,8 @@ Commands here should be alphabetized according to `LC_ALL=C sort'
 * watch - adds the client to the passive watch list for notifications.
   It is recommended clients issue no further commands and open
   another client socket to issue non-watch commands.
+
+# COPYRIGHT
+
+Copyright 2013, Eric Wong <normalperson@yhbt.net> and all contributors.\
+License: GPLv3 or later <http://www.gnu.org/licenses/gpl-3.0.txt>
diff --git a/Documentation/dtas-player_sink_examples.txt b/Documentation/dtas-player_sink_examples.txt
index eb3e1e1..cb85aa8 100644
--- a/Documentation/dtas-player_sink_examples.txt
+++ b/Documentation/dtas-player_sink_examples.txt
@@ -42,5 +42,10 @@ the above Ogg-Vorbis example.
     name: ssh-remote
     command: ssh $HOST env AUDIODEV=... play -q $SOXFMT -
 
+# COPYRIGHT
+
+Copyright 2013, Eric Wong <normalperson@yhbt.net> and all contributors.\
+License: GPLv3 or later <http://www.gnu.org/licenses/gpl-3.0.txt>
+
 # SEE ALSO
 sox(1), play(1), oggfwd(1), ssh(1), ssh_config(5), env(1)
diff --git a/Documentation/dtas-sinkedit.txt b/Documentation/dtas-sinkedit.txt
index 892320a..36316a5 100644
--- a/Documentation/dtas-sinkedit.txt
+++ b/Documentation/dtas-sinkedit.txt
@@ -36,6 +36,11 @@ VISUAL / EDITOR - your favorite *nix text editor, defaults to 'vi' if unset.
 DTAS_PLAYER_SOCK - the path to the dtas-player control socket.
 This defaults to ~/.dtas/player.sock
 
+# COPYRIGHT
+
+Copyright 2013, Eric Wong <normalperson@yhbt.net> and all contributors.\
+License: GPLv3 or later <http://www.gnu.org/licenses/gpl-3.0.txt>
+
 # SEE ALSO
 
 dtas-player(1), dtas-player_protocol(7), dtas-ctl(1)
diff --git a/Documentation/dtas-sourceedit.txt b/Documentation/dtas-sourceedit.txt
index 2a80dce..4a47107 100644
--- a/Documentation/dtas-sourceedit.txt
+++ b/Documentation/dtas-sourceedit.txt
@@ -35,6 +35,11 @@ VISUAL / EDITOR - your favorite *nix text editor, defaults to 'vi' if unset.
 DTAS_PLAYER_SOCK - the path to the dtas-player control socket.
 This defaults to ~/.dtas/player.sock
 
+# COPYRIGHT
+
+Copyright 2013, Eric Wong <normalperson@yhbt.net> and all contributors.\
+License: GPLv3 or later <http://www.gnu.org/licenses/gpl-3.0.txt>
+
 # SEE ALSO
 
 dtas-player(1), dtas-player_protocol(7), dtas-ctl(1)
diff --git a/Documentation/dtas-xdelay.txt b/Documentation/dtas-xdelay.txt
index e6544f1..610abeb 100644
--- a/Documentation/dtas-xdelay.txt
+++ b/Documentation/dtas-xdelay.txt
@@ -52,6 +52,11 @@ The author of this knows little about signal processing and is just
 parroting things he's learned on the sox documentation and mailing list.
 Corrections greatly appreciated (email Eric Wong e@80x24.org)
 
+# COPYRIGHT
+
+Copyright 2013, Eric Wong <normalperson@yhbt.net> and all contributors.\
+License: GPLv3 or later <http://www.gnu.org/licenses/gpl-3.0.txt>
+
 # SEE ALSO
 
 dtas-player(1), dtas-player_protocol(7), dtas-ctl(1), sox(1)
diff --git a/Documentation/troubleshooting.txt b/Documentation/troubleshooting.txt
index e46b873..60fb68f 100644
--- a/Documentation/troubleshooting.txt
+++ b/Documentation/troubleshooting.txt
@@ -11,3 +11,8 @@ and ecasound(1).
 
   Consult SoX documentation and mailing lists for getting play(1) to work,
   first.
+
+# COPYRIGHT
+
+Copyright 2013, Eric Wong <normalperson@yhbt.net> and all contributors.\
+License: GPLv3 or later <http://www.gnu.org/licenses/gpl-3.0.txt>