From a738d4fd840e088d9a46dea2429c35ba8100df9d Mon Sep 17 00:00:00 2001 From: Eric Wong Date: Wed, 28 Aug 2013 00:15:47 +0000 Subject: add license/copyright headers/footers to all files 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. --- Documentation/.gitignore | 2 ++ Documentation/GNUmakefile | 2 ++ Documentation/dtas-console.txt | 5 +++++ Documentation/dtas-ctl.txt | 5 +++++ Documentation/dtas-cueedit.txt | 5 +++++ Documentation/dtas-enq.txt | 5 +++++ Documentation/dtas-msinkctl.txt | 5 +++++ Documentation/dtas-player.txt | 5 +++++ Documentation/dtas-player_effects.txt | 5 +++++ Documentation/dtas-player_protocol.txt | 5 +++++ Documentation/dtas-player_sink_examples.txt | 5 +++++ Documentation/dtas-sinkedit.txt | 5 +++++ Documentation/dtas-sourceedit.txt | 5 +++++ Documentation/dtas-xdelay.txt | 5 +++++ Documentation/troubleshooting.txt | 5 +++++ 15 files changed, 69 insertions(+) (limited to 'Documentation') 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 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 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 and all contributors.\ +License: GPLv3 or later + # 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 and all contributors.\ +License: GPLv3 or later + # 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 and all contributors.\ +License: GPLv3 or later + # 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 and all contributors.\ +License: GPLv3 or later + # 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 and all contributors.\ +License: GPLv3 or later + # 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 and all contributors.\ +License: GPLv3 or later + # 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 and all contributors.\ +License: GPLv3 or later 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 and all contributors.\ +License: GPLv3 or later 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 and all contributors.\ +License: GPLv3 or later + # 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 and all contributors.\ +License: GPLv3 or later + # 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 and all contributors.\ +License: GPLv3 or later + # 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 and all contributors.\ +License: GPLv3 or later + # 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 and all contributors.\ +License: GPLv3 or later -- cgit v1.2.3-24-ge0c7