From 9152a00d3a706d93d7ed9705ce2529bd3d1f3772 Mon Sep 17 00:00:00 2001 From: Eric Wong Date: Tue, 27 Dec 2016 07:12:14 +0000 Subject: http -> https, and relocate homepage to https://80x24.org/dtas/ HTTPS allows some level of security(*) and we've actually supported it on 80x24.org for many months, now. So, point new readers to it. Moving away from hostname-based homepages will allow us to save on subjectAltName space (and bandwith) when negotiating an HTTPS connection. We'll also have an .onion mirror for Tor users, soon, too; in case we can't afford to pay ICANN in the future. (assuming TLS libraries don't have any more Heartblead-level bugs in them, CAs aren't compromised, MITM HTTPS stripping proxies don't get in your way, and your certificate bundle isn't compromised). --- test/covshow.rb | 2 +- test/helper.rb | 2 +- test/player_integration.rb | 2 +- test/test_buffer.rb | 2 +- test/test_env.rb | 2 +- test/test_fadefx.rb | 2 +- test/test_format.rb | 2 +- test/test_format_change.rb | 2 +- test/test_mlib.rb | 2 +- test/test_parse_freq.rb | 2 +- test/test_player.rb | 2 +- test/test_player_client_handler.rb | 2 +- test/test_player_integration.rb | 2 +- test/test_process.rb | 2 +- test/test_rg_integration.rb | 2 +- test/test_rg_state.rb | 2 +- test/test_sink.rb | 2 +- test/test_sink_pipe_size.rb | 2 +- test/test_sink_tee_integration.rb | 2 +- test/test_source_av.rb | 2 +- test/test_source_sox.rb | 2 +- test/test_splitfx.rb | 2 +- test/test_tfx.rb | 2 +- test/test_tracklist.rb | 2 +- test/test_unixserver.rb | 2 +- test/test_util.rb | 2 +- 26 files changed, 26 insertions(+), 26 deletions(-) (limited to 'test') diff --git a/test/covshow.rb b/test/covshow.rb index 8ade86f..df89037 100644 --- a/test/covshow.rb +++ b/test/covshow.rb @@ -1,5 +1,5 @@ # Copyright (C) 2013-2016 all contributors -# License: GPL-3.0+ (https://www.gnu.org/licenses/gpl-3.0.txt) +# License: GPL-3.0+ # frozen_string_literal: true # # this works with the __covmerge method in test/helper.rb diff --git a/test/helper.rb b/test/helper.rb index 7190e9c..4031394 100644 --- a/test/helper.rb +++ b/test/helper.rb @@ -1,5 +1,5 @@ # Copyright (C) 2013-2016 all contributors -# License: GPL-3.0+ (https://www.gnu.org/licenses/gpl-3.0.txt) +# License: GPL-3.0+ # frozen_string_literal: true $stdout.sync = $stderr.sync = Thread.abort_on_exception = true require 'thread' diff --git a/test/player_integration.rb b/test/player_integration.rb index 92cc965..2e81280 100644 --- a/test/player_integration.rb +++ b/test/player_integration.rb @@ -1,5 +1,5 @@ # Copyright (C) 2013-2016 all contributors -# License: GPL-3.0+ (https://www.gnu.org/licenses/gpl-3.0.txt) +# License: GPL-3.0+ # frozen_string_literal: true require './test/helper' require 'dtas/player' diff --git a/test/test_buffer.rb b/test/test_buffer.rb index 7ed430f..aa1e3c2 100644 --- a/test/test_buffer.rb +++ b/test/test_buffer.rb @@ -1,5 +1,5 @@ # Copyright (C) 2013-2016 all contributors -# License: GPL-3.0+ (https://www.gnu.org/licenses/gpl-3.0.txt) +# License: GPL-3.0+ # frozen_string_literal: true require './test/helper' require 'stringio' diff --git a/test/test_env.rb b/test/test_env.rb index 3026c00..4426be3 100644 --- a/test/test_env.rb +++ b/test/test_env.rb @@ -1,5 +1,5 @@ # Copyright (C) 2013-2016 all contributors -# License: GPL-3.0+ (https://www.gnu.org/licenses/gpl-3.0.txt) +# License: GPL-3.0+ # frozen_string_literal: true require_relative 'helper' require 'dtas/process' diff --git a/test/test_fadefx.rb b/test/test_fadefx.rb index c2e5480..fb36c21 100644 --- a/test/test_fadefx.rb +++ b/test/test_fadefx.rb @@ -1,5 +1,5 @@ # Copyright (C) 2013-2016 all contributors -# License: GPL-3.0+ (https://www.gnu.org/licenses/gpl-3.0.txt) +# License: GPL-3.0+ # frozen_string_literal: true require_relative 'helper' require 'dtas/fadefx' diff --git a/test/test_format.rb b/test/test_format.rb index fe2e034..a2118df 100644 --- a/test/test_format.rb +++ b/test/test_format.rb @@ -1,5 +1,5 @@ # Copyright (C) 2013-2016 all contributors -# License: GPL-3.0+ (https://www.gnu.org/licenses/gpl-3.0.txt) +# License: GPL-3.0+ # frozen_string_literal: true require './test/helper' require 'tempfile' diff --git a/test/test_format_change.rb b/test/test_format_change.rb index 550e882..73b4403 100644 --- a/test/test_format_change.rb +++ b/test/test_format_change.rb @@ -1,5 +1,5 @@ # Copyright (C) 2013-2016 all contributors -# License: GPL-3.0+ (https://www.gnu.org/licenses/gpl-3.0.txt) +# License: GPL-3.0+ # frozen_string_literal: true require './test/player_integration' require 'tmpdir' diff --git a/test/test_mlib.rb b/test/test_mlib.rb index 6ea1f40..a5c446f 100644 --- a/test/test_mlib.rb +++ b/test/test_mlib.rb @@ -1,5 +1,5 @@ # Copyright (C) 2013-2016 all contributors -# License: GPL-3.0+ (https://www.gnu.org/licenses/gpl-3.0.txt) +# License: GPL-3.0+ # frozen_string_literal: true require_relative 'helper' begin diff --git a/test/test_parse_freq.rb b/test/test_parse_freq.rb index cdf9dc2..7fd5907 100644 --- a/test/test_parse_freq.rb +++ b/test/test_parse_freq.rb @@ -1,5 +1,5 @@ # Copyright (C) 2015-2016 all contributors -# License: GPL-3.0+ (https://www.gnu.org/licenses/gpl-3.0.txt) +# License: GPL-3.0+ # frozen_string_literal: true require './test/helper' require 'dtas/parse_freq' diff --git a/test/test_player.rb b/test/test_player.rb index 1eb4f37..0c79b3b 100644 --- a/test/test_player.rb +++ b/test/test_player.rb @@ -1,5 +1,5 @@ # Copyright (C) 2013-2016 all contributors -# License: GPL-3.0+ (https://www.gnu.org/licenses/gpl-3.0.txt) +# License: GPL-3.0+ # frozen_string_literal: true require './test/helper' require 'tempfile' diff --git a/test/test_player_client_handler.rb b/test/test_player_client_handler.rb index 3f382d5..d76eaeb 100644 --- a/test/test_player_client_handler.rb +++ b/test/test_player_client_handler.rb @@ -1,5 +1,5 @@ # Copyright (C) 2013-2016 all contributors -# License: GPL-3.0+ (https://www.gnu.org/licenses/gpl-3.0.txt) +# License: GPL-3.0+ # frozen_string_literal: true require './test/helper' require 'dtas/player' diff --git a/test/test_player_integration.rb b/test/test_player_integration.rb index f5e5ef5..175ed00 100644 --- a/test/test_player_integration.rb +++ b/test/test_player_integration.rb @@ -1,5 +1,5 @@ # Copyright (C) 2013-2016 all contributors -# License: GPL-3.0+ (https://www.gnu.org/licenses/gpl-3.0.txt) +# License: GPL-3.0+ # frozen_string_literal: true require './test/player_integration' class TestPlayerIntegration < Testcase diff --git a/test/test_process.rb b/test/test_process.rb index d7eadd7..368d877 100644 --- a/test/test_process.rb +++ b/test/test_process.rb @@ -1,5 +1,5 @@ # Copyright (C) 2013-2016 all contributors -# License: GPL-3.0+ (https://www.gnu.org/licenses/gpl-3.0.txt) +# License: GPL-3.0+ # frozen_string_literal: true require './test/helper' require 'dtas/process' diff --git a/test/test_rg_integration.rb b/test/test_rg_integration.rb index 3af69fd..a932720 100644 --- a/test/test_rg_integration.rb +++ b/test/test_rg_integration.rb @@ -1,5 +1,5 @@ # Copyright (C) 2013-2016 all contributors -# License: GPL-3.0+ (https://www.gnu.org/licenses/gpl-3.0.txt) +# License: GPL-3.0+ # frozen_string_literal: true require './test/player_integration' require 'dtas/util' diff --git a/test/test_rg_state.rb b/test/test_rg_state.rb index 94c5cc0..3a84216 100644 --- a/test/test_rg_state.rb +++ b/test/test_rg_state.rb @@ -1,5 +1,5 @@ # Copyright (C) 2013-2016 all contributors -# License: GPL-3.0+ (https://www.gnu.org/licenses/gpl-3.0.txt) +# License: GPL-3.0+ # frozen_string_literal: true require './test/helper' require 'dtas/rg_state' diff --git a/test/test_sink.rb b/test/test_sink.rb index d32b38c..761ccb1 100644 --- a/test/test_sink.rb +++ b/test/test_sink.rb @@ -1,5 +1,5 @@ # Copyright (C) 2013-2016 all contributors -# License: GPL-3.0+ (https://www.gnu.org/licenses/gpl-3.0.txt) +# License: GPL-3.0+ # frozen_string_literal: true require './test/helper' require 'dtas/sink' diff --git a/test/test_sink_pipe_size.rb b/test/test_sink_pipe_size.rb index 1a61d46..645084a 100644 --- a/test/test_sink_pipe_size.rb +++ b/test/test_sink_pipe_size.rb @@ -1,5 +1,5 @@ # Copyright (C) 2013-2016 all contributors -# License: GPL-3.0+ (https://www.gnu.org/licenses/gpl-3.0.txt) +# License: GPL-3.0+ # frozen_string_literal: true begin require 'io/splice' diff --git a/test/test_sink_tee_integration.rb b/test/test_sink_tee_integration.rb index 32f8d82..e130f42 100644 --- a/test/test_sink_tee_integration.rb +++ b/test/test_sink_tee_integration.rb @@ -1,5 +1,5 @@ # Copyright (C) 2013-2016 all contributors -# License: GPL-3.0+ (https://www.gnu.org/licenses/gpl-3.0.txt) +# License: GPL-3.0+ # frozen_string_literal: true require './test/player_integration' class TestSinkTeeIntegration < Testcase diff --git a/test/test_source_av.rb b/test/test_source_av.rb index 6047de7..dddd4a6 100644 --- a/test/test_source_av.rb +++ b/test/test_source_av.rb @@ -1,5 +1,5 @@ # Copyright (C) 2013-2016 all contributors -# License: GPL-3.0+ (https://www.gnu.org/licenses/gpl-3.0.txt) +# License: GPL-3.0+ # frozen_string_literal: true require './test/helper' require 'dtas/source/av' diff --git a/test/test_source_sox.rb b/test/test_source_sox.rb index b364e0b..8c994f1 100644 --- a/test/test_source_sox.rb +++ b/test/test_source_sox.rb @@ -1,5 +1,5 @@ # Copyright (C) 2013-2016 all contributors -# License: GPL-3.0+ (https://www.gnu.org/licenses/gpl-3.0.txt) +# License: GPL-3.0+ # frozen_string_literal: true require './test/helper' require 'dtas/source/sox' diff --git a/test/test_splitfx.rb b/test/test_splitfx.rb index 6ab1640..d952031 100644 --- a/test/test_splitfx.rb +++ b/test/test_splitfx.rb @@ -1,5 +1,5 @@ # Copyright (C) 2013-2016 all contributors -# License: GPL-3.0+ (https://www.gnu.org/licenses/gpl-3.0.txt) +# License: GPL-3.0+ # frozen_string_literal: true require 'yaml' require 'dtas/splitfx' diff --git a/test/test_tfx.rb b/test/test_tfx.rb index 5519777..5d77b9d 100644 --- a/test/test_tfx.rb +++ b/test/test_tfx.rb @@ -1,5 +1,5 @@ # Copyright (C) 2013-2016 all contributors -# License: GPL-3.0+ (https://www.gnu.org/licenses/gpl-3.0.txt) +# License: GPL-3.0+ # frozen_string_literal: true require './test/helper' require 'dtas/tfx' diff --git a/test/test_tracklist.rb b/test/test_tracklist.rb index 74c860c..e98fa8c 100644 --- a/test/test_tracklist.rb +++ b/test/test_tracklist.rb @@ -1,5 +1,5 @@ # Copyright (C) 2013-2016 all contributors -# License: GPL-3.0+ (https://www.gnu.org/licenses/gpl-3.0.txt) +# License: GPL-3.0+ # frozen_string_literal: true require_relative 'helper' require 'dtas/tracklist' diff --git a/test/test_unixserver.rb b/test/test_unixserver.rb index d100f55..64f71be 100644 --- a/test/test_unixserver.rb +++ b/test/test_unixserver.rb @@ -1,5 +1,5 @@ # Copyright (C) 2013-2016 all contributors -# License: GPL-3.0+ (https://www.gnu.org/licenses/gpl-3.0.txt) +# License: GPL-3.0+ # frozen_string_literal: true require './test/helper' require 'tempfile' diff --git a/test/test_util.rb b/test/test_util.rb index 224e6ba..f618511 100644 --- a/test/test_util.rb +++ b/test/test_util.rb @@ -1,5 +1,5 @@ # Copyright (C) 2013-2016 all contributors -# License: GPL-3.0+ (https://www.gnu.org/licenses/gpl-3.0.txt) +# License: GPL-3.0+ # frozen_string_literal: true require './test/helper' require 'dtas/util' -- cgit v1.2.3-24-ge0c7