bin/dtas-cueedit in dtas-0.12.1 vs bin/dtas-cueedit in dtas-0.13.0
- old
+ new
@@ -1,7 +1,8 @@
#!/usr/bin/env ruby
-# Copyright (C) 2013-2015 all contributors <dtas-all@nongnu.org>
-# License: GPLv3 or later (https://www.gnu.org/licenses/gpl-3.0.txt)
+# Copyright (C) 2013-2016 all contributors <dtas-all@nongnu.org>
+# License: GPL-3.0+ (https://www.gnu.org/licenses/gpl-3.0.txt)
+# frozen_string_literal: true
require 'tempfile'
require 'dtas/xs'
usage = "Usage: #$0 FILENAME"
editor = ENV["VISUAL"] || ENV["EDITOR"] || "vi"
ARGV.size > 0 or abort usage