about summary refs log tree commit homepage
path: root/bin
diff options
context:
space:
mode:
Diffstat (limited to 'bin')
-rwxr-xr-xbin/dtas-archive2
-rwxr-xr-xbin/dtas-console2
-rwxr-xr-xbin/dtas-ctl2
-rwxr-xr-xbin/dtas-cueedit2
-rwxr-xr-xbin/dtas-enq2
-rwxr-xr-xbin/dtas-mlib2
-rwxr-xr-xbin/dtas-msinkctl2
-rwxr-xr-xbin/dtas-partstats2
-rwxr-xr-xbin/dtas-player2
-rwxr-xr-xbin/dtas-readahead2
-rwxr-xr-xbin/dtas-sinkedit2
-rwxr-xr-xbin/dtas-sourceedit2
-rwxr-xr-xbin/dtas-splitfx2
-rwxr-xr-xbin/dtas-tl2
-rwxr-xr-xbin/dtas-xdelay2
15 files changed, 15 insertions, 15 deletions
diff --git a/bin/dtas-archive b/bin/dtas-archive
index 1f22ff4..f47f05a 100755
--- a/bin/dtas-archive
+++ b/bin/dtas-archive
@@ -1,6 +1,6 @@
 #!/usr/bin/env ruby
 # Copyright (C) 2015-2016 all contributors <dtas-all@nongnu.org>
-# License: GPL-3.0+ (https://www.gnu.org/licenses/gpl-3.0.txt)
+# License: GPL-3.0+ <https://www.gnu.org/licenses/gpl-3.0.txt>
 # frozen_string_literal: true
 usage = "#$0 SOURCE DESTINATION"
 
diff --git a/bin/dtas-console b/bin/dtas-console
index 4199583..c65e616 100755
--- a/bin/dtas-console
+++ b/bin/dtas-console
@@ -1,6 +1,6 @@
 #!/usr/bin/env ruby
 # Copyright (C) 2013-2016 all contributors <dtas-all@nongnu.org>
-# License: GPL-3.0+ (https://www.gnu.org/licenses/gpl-3.0.txt)
+# License: GPL-3.0+ <https://www.gnu.org/licenses/gpl-3.0.txt>
 # frozen_string_literal: true
 #
 # Note: no idea what I'm doing, especially w.r.t. curses
diff --git a/bin/dtas-ctl b/bin/dtas-ctl
index 3505f01..171576f 100755
--- a/bin/dtas-ctl
+++ b/bin/dtas-ctl
@@ -1,6 +1,6 @@
 #!/usr/bin/env ruby
 # Copyright (C) 2013-2016 all contributors <dtas-all@nongnu.org>
-# License: GPL-3.0+ (https://www.gnu.org/licenses/gpl-3.0.txt)
+# License: GPL-3.0+ <https://www.gnu.org/licenses/gpl-3.0.txt>
 # frozen_string_literal: true
 require 'dtas/unix_client'
 
diff --git a/bin/dtas-cueedit b/bin/dtas-cueedit
index e6dc31f..127b1a0 100755
--- a/bin/dtas-cueedit
+++ b/bin/dtas-cueedit
@@ -1,6 +1,6 @@
 #!/usr/bin/env ruby
 # Copyright (C) 2013-2016 all contributors <dtas-all@nongnu.org>
-# License: GPL-3.0+ (https://www.gnu.org/licenses/gpl-3.0.txt)
+# License: GPL-3.0+ <https://www.gnu.org/licenses/gpl-3.0.txt>
 # frozen_string_literal: true
 require 'tempfile'
 require 'dtas/xs'
diff --git a/bin/dtas-enq b/bin/dtas-enq
index 9c05113..f054687 100755
--- a/bin/dtas-enq
+++ b/bin/dtas-enq
@@ -1,6 +1,6 @@
 #!/usr/bin/env ruby
 # Copyright (C) 2013-2016 all contributors <dtas-all@nongnu.org>
-# License: GPL-3.0+ (https://www.gnu.org/licenses/gpl-3.0.txt)
+# License: GPL-3.0+ <https://www.gnu.org/licenses/gpl-3.0.txt>
 # frozen_string_literal: true
 require 'dtas/unix_client'
 c = DTAS::UNIXClient.new
diff --git a/bin/dtas-mlib b/bin/dtas-mlib
index 28fef97..45c3d01 100755
--- a/bin/dtas-mlib
+++ b/bin/dtas-mlib
@@ -1,6 +1,6 @@
 #!/usr/bin/env ruby
 # Copyright (C) 2015-2016 all contributors <dtas-all@nongnu.org>
-# License: GPL-3.0+ (https://www.gnu.org/licenses/gpl-3.0.txt)
+# License: GPL-3.0+ <https://www.gnu.org/licenses/gpl-3.0.txt>
 # frozen_string_literal: true
 usage = "#$0 [-d DATABASE-URI] ACTION [ARGS]"
 Thread.abort_on_exception = $stderr.sync = $stdout.sync = true
diff --git a/bin/dtas-msinkctl b/bin/dtas-msinkctl
index 1bfa9fd..9abf2dc 100755
--- a/bin/dtas-msinkctl
+++ b/bin/dtas-msinkctl
@@ -1,6 +1,6 @@
 #!/usr/bin/env ruby
 # Copyright (C) 2013-2016 all contributors <dtas-all@nongnu.org>
-# License: GPL-3.0+ (https://www.gnu.org/licenses/gpl-3.0.txt)
+# License: GPL-3.0+ <https://www.gnu.org/licenses/gpl-3.0.txt>
 # frozen_string_literal: true
 require 'yaml'
 require 'dtas/unix_client'
diff --git a/bin/dtas-partstats b/bin/dtas-partstats
index 5d910f6..388f7ba 100755
--- a/bin/dtas-partstats
+++ b/bin/dtas-partstats
@@ -1,6 +1,6 @@
 #!/usr/bin/env ruby
 # Copyright (C) 2013-2016 all contributors <dtas-all@nongnu.org>
-# License: GPL-3.0+ (https://www.gnu.org/licenses/gpl-3.0.txt)
+# License: GPL-3.0+ <https://www.gnu.org/licenses/gpl-3.0.txt>
 # frozen_string_literal: true
 # TODO
 # - option parsing: sox effects, stats effect options
diff --git a/bin/dtas-player b/bin/dtas-player
index 3641207..ccb3969 100755
--- a/bin/dtas-player
+++ b/bin/dtas-player
@@ -1,6 +1,6 @@
 #!/usr/bin/env ruby
 # Copyright (C) 2013-2016 all contributors <dtas-all@nongnu.org>
-# License: GPL-3.0+ (https://www.gnu.org/licenses/gpl-3.0.txt)
+# License: GPL-3.0+ <https://www.gnu.org/licenses/gpl-3.0.txt>
 # frozen_string_literal: true
 Thread.abort_on_exception = $stderr.sync = $stdout.sync = true
 require 'yaml'
diff --git a/bin/dtas-readahead b/bin/dtas-readahead
index 6034763..40a4ebd 100755
--- a/bin/dtas-readahead
+++ b/bin/dtas-readahead
@@ -1,6 +1,6 @@
 #!/usr/bin/env ruby
 # Copyright (C) 2015-2016 all contributors <dtas-all@nongnu.org>
-# License: GPL-3.0+ (https://www.gnu.org/licenses/gpl-3.0.txt)
+# License: GPL-3.0+ <https://www.gnu.org/licenses/gpl-3.0.txt>
 # frozen_string_literal: true
 #
 # Really janky readahead script.  Requires dtas-player to be
diff --git a/bin/dtas-sinkedit b/bin/dtas-sinkedit
index 67fca2c..61bb959 100755
--- a/bin/dtas-sinkedit
+++ b/bin/dtas-sinkedit
@@ -1,6 +1,6 @@
 #!/usr/bin/env ruby
 # Copyright (C) 2013-2016 all contributors <dtas-all@nongnu.org>
-# License: GPL-3.0+ (https://www.gnu.org/licenses/gpl-3.0.txt)
+# License: GPL-3.0+ <https://www.gnu.org/licenses/gpl-3.0.txt>
 # frozen_string_literal: true
 require 'optparse'
 require 'dtas/edit_client'
diff --git a/bin/dtas-sourceedit b/bin/dtas-sourceedit
index 97f0135..713c466 100755
--- a/bin/dtas-sourceedit
+++ b/bin/dtas-sourceedit
@@ -1,6 +1,6 @@
 #!/usr/bin/env ruby
 # Copyright (C) 2013-2016 all contributors <dtas-all@nongnu.org>
-# License: GPL-3.0+ (https://www.gnu.org/licenses/gpl-3.0.txt)
+# License: GPL-3.0+ <https://www.gnu.org/licenses/gpl-3.0.txt>
 # frozen_string_literal: true
 require 'optparse'
 require 'dtas/edit_client'
diff --git a/bin/dtas-splitfx b/bin/dtas-splitfx
index bc17c8f..839d273 100755
--- a/bin/dtas-splitfx
+++ b/bin/dtas-splitfx
@@ -1,6 +1,6 @@
 #!/usr/bin/env ruby
 # Copyright (C) 2013-2016 all contributors <dtas-all@nongnu.org>
-# License: GPL-3.0+ (https://www.gnu.org/licenses/gpl-3.0.txt)
+# License: GPL-3.0+ <https://www.gnu.org/licenses/gpl-3.0.txt>
 # frozen_string_literal: true
 require 'yaml'
 require 'optparse'
diff --git a/bin/dtas-tl b/bin/dtas-tl
index 8262d12..1ce18de 100755
--- a/bin/dtas-tl
+++ b/bin/dtas-tl
@@ -1,6 +1,6 @@
 #!/usr/bin/env ruby
 # Copyright (C) 2013-2016 all contributors <dtas-all@nongnu.org>
-# License: GPL-3.0+ (https://www.gnu.org/licenses/gpl-3.0.txt)
+# License: GPL-3.0+ <https://www.gnu.org/licenses/gpl-3.0.txt>
 # frozen_string_literal: true
 # encoding: binary
 # WARNING: totally unstable API, use dtas-ctl for scripting (but the protocol
diff --git a/bin/dtas-xdelay b/bin/dtas-xdelay
index e3e7356..138f521 100755
--- a/bin/dtas-xdelay
+++ b/bin/dtas-xdelay
@@ -1,6 +1,6 @@
 #!/usr/bin/env ruby
 # Copyright (C) 2013-2016 all contributors <dtas-all@nongnu.org>
-# License: GPL-3.0+ (https://www.gnu.org/licenses/gpl-3.0.txt)
+# License: GPL-3.0+ <https://www.gnu.org/licenses/gpl-3.0.txt>
 # frozen_string_literal: true
 USAGE = "Usage: #$0 [-x FREQ] [-l] /dev/fd/LO /dev/fd/HI DELAY [DELAY ...]"
 require 'optparse'