From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: X-Spam-Checker-Version: SpamAssassin 3.4.2 (2018-09-13) on dcvr.yhbt.net X-Spam-Level: X-Spam-ASN: X-Spam-Status: No, score=-4.0 required=3.0 tests=ALL_TRUSTED,BAYES_00 shortcircuit=no autolearn=ham autolearn_force=no version=3.4.2 Received: from localhost (dcvr.yhbt.net [127.0.0.1]) by dcvr.yhbt.net (Postfix) with ESMTP id 14A36211BC for ; Wed, 26 Dec 2018 19:57:20 +0000 (UTC) From: Eric Wong To: yahns-public@yhbt.net Subject: [PATCH 3/5] extras/exec_cgi: update copyright year and use SPDX Date: Wed, 26 Dec 2018 19:57:14 +0000 Message-Id: <20181226195716.31202-4-e@80x24.org> In-Reply-To: <20181226195716.31202-1-e@80x24.org> References: <20181226195716.31202-1-e@80x24.org> MIME-Version: 1.0 Content-Transfer-Encoding: 8bit List-Id: Machine-parseability is useful for licenses. --- extras/exec_cgi.rb | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/extras/exec_cgi.rb b/extras/exec_cgi.rb index 7fb5138..f143ac7 100644 --- a/extras/exec_cgi.rb +++ b/extras/exec_cgi.rb @@ -1,6 +1,6 @@ # -*- encoding: binary -*- -# Copyright (C) 2013-2016 all contributors -# License: GPLv2 or later (https://www.gnu.org/licenses/gpl-2.0.txt) +# Copyright (C) 2013-2018 all contributors +# License: GPL-2.0+ # frozen_string_literal: true # # if running under yahns, worker_processes is recommended to avoid conflicting -- EW