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,AWL,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 58E701F97E; Wed, 28 Nov 2018 02:16:07 +0000 (UTC) Date: Wed, 28 Nov 2018 02:16:07 +0000 From: Eric Wong To: cmogstored-public@bogomips.org Subject: Re: [PATCH] update copyrights for 2018 and use SPDX for "GPL-3.0+" Message-ID: <20181128021607.57kf7w3snjbqdi7g@dcvr> References: <20181128020620.3208-1-e@80x24.org> MIME-Version: 1.0 Content-Type: text/plain; charset=utf-8 Content-Disposition: inline In-Reply-To: <20181128020620.3208-1-e@80x24.org> List-Id: With a real commit message: update copyrights for 2018 and use SPDX for "GPL-3.0+" copyrights updated by "update-copyright" in gnulib: git ls-files | UPDATE_COPYRIGHT_HOLDER='all contributors' \ UPDATE_COPYRIGHT_USE_INTERVALS=2 \ xargs /path/to/gnulib/build-aux/update-copyright While we're at it, SPDX seems to be the accepted way to identify licenses nowadays, so lets use it. git ls-files | xargs perl -i -p -e \ 's,GPLv3 or later.*,GPL-3.0+ ,g'