From bc374a76530826e7f701c6643a59423a2c912be1 Mon Sep 17 00:00:00 2001 From: Eric Wong Date: Mon, 21 Dec 2015 05:05:09 +0000 Subject: enable "frozen_string_literal: true" While we're in the area, make a wording change from "GPLv3 or later" to "GPL-3.0+", as the latter is favored by SPDX.org --- Documentation/update-footer.rb | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) (limited to 'Documentation/update-footer.rb') diff --git a/Documentation/update-footer.rb b/Documentation/update-footer.rb index 30316ac..642bdb2 100755 --- a/Documentation/update-footer.rb +++ b/Documentation/update-footer.rb @@ -1,6 +1,7 @@ #!/usr/bin/env ruby # Copyright 2015 all contributors -# License: GPLv3 or later +# License: GPL-3.0+ +# frozen_string_literal: true contact = %q{ All feedback welcome via plain-text mail to: \ Mailing list archives available at and @@ -10,7 +11,7 @@ No subscription is necessary to post to the mailing list. copyright = %q{ Copyright %s all contributors .\ -License: GPLv3 or later +License: GPL-3.0+ } ENV['TZ'] = 'UTC' -- cgit v1.2.3-24-ge0c7