lib/yahns/tcp_server.rb in yahns-1.11.0 vs lib/yahns/tcp_server.rb in yahns-1.12.0
- old
+ new
@@ -1,7 +1,8 @@
# -*- encoding: binary -*-
-# Copyright (C) 2013-2015 all contributors <yahns-public@yhbt.net>
-# License: GPLv3 or later (see COPYING for details)
+# Copyright (C) 2013-2016 all contributors <yahns-public@yhbt.net>
+# License: GPL-3.0+ (see COPYING for details)
+# frozen_string_literal: true
require_relative 'acceptor'
class Yahns::TCPServer < Kgio::TCPServer # :nodoc:
include Yahns::Acceptor
end