From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: from lists.gentoo.org (pigeon.gentoo.org [208.92.234.80]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (No client certificate requested) by finch.gentoo.org (Postfix) with ESMTPS id 6FBE5158013 for ; Sat, 28 Aug 2021 11:03:02 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id ADEBBE0891; Sat, 28 Aug 2021 11:03:01 +0000 (UTC) Received: from smtp.gentoo.org (smtp.gentoo.org [140.211.166.183]) (using TLSv1.2 with cipher ECDHE-RSA-AES128-GCM-SHA256 (128/128 bits)) (No client certificate requested) by pigeon.gentoo.org (Postfix) with ESMTPS id 964A0E0891 for ; Sat, 28 Aug 2021 11:03:01 +0000 (UTC) Received: from oystercatcher.gentoo.org (oystercatcher.gentoo.org [148.251.78.52]) (using TLSv1.2 with cipher ECDHE-RSA-AES128-GCM-SHA256 (128/128 bits)) (No client certificate requested) by smtp.gentoo.org (Postfix) with ESMTPS id B5F24342C6C for ; Sat, 28 Aug 2021 11:02:59 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id BDA5274 for ; Sat, 28 Aug 2021 11:02:57 +0000 (UTC) From: "Michał Górny" To: gentoo-commits@lists.gentoo.org Content-Transfer-Encoding: 8bit Content-type: text/plain; charset=UTF-8 Reply-To: gentoo-dev@lists.gentoo.org, "Michał Górny" Message-ID: <1630148548.8464589daaa95ba0f03f35d19fca4acd64c47c59.mgorny@gentoo> Subject: [gentoo-commits] proj/gentoo-syntax:master commit in: plugin/ X-VCS-Repository: proj/gentoo-syntax X-VCS-Files: plugin/newglep.vim X-VCS-Directories: plugin/ X-VCS-Committer: mgorny X-VCS-Committer-Name: Michał Górny X-VCS-Revision: 8464589daaa95ba0f03f35d19fca4acd64c47c59 X-VCS-Branch: master Date: Sat, 28 Aug 2021 11:02:57 +0000 (UTC) Precedence: bulk List-Post: List-Help: List-Unsubscribe: List-Subscribe: List-Id: Gentoo Linux mail X-BeenThere: gentoo-commits@lists.gentoo.org X-Auto-Response-Suppress: DR, RN, NRN, OOF, AutoReply X-Archives-Salt: 719f33b8-13e3-462f-8945-01ba0d825606 X-Archives-Hash: 5ba1ca37429c20b7821911f79ad2968d commit: 8464589daaa95ba0f03f35d19fca4acd64c47c59 Author: Michał Górny gentoo org> AuthorDate: Sat Aug 28 11:02:28 2021 +0000 Commit: Michał Górny gentoo org> CommitDate: Sat Aug 28 11:02:28 2021 +0000 URL: https://gitweb.gentoo.org/proj/gentoo-syntax.git/commit/?id=8464589d newglep: Update license to CC-BY-SA 4.0 Signed-off-by: Michał Górny gentoo.org> plugin/newglep.vim | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/plugin/newglep.vim b/plugin/newglep.vim index 850ab5c..7f11075 100644 --- a/plugin/newglep.vim +++ b/plugin/newglep.vim @@ -63,9 +63,9 @@ fun! MakeNewGLEP() endif endfor " copyright - put ='This work is licensed under the Creative Commons Attribution-ShareAlike 3.0' - put ='Unported License. To view a copy of this license, visit' - put ='https://creativecommons.org/licenses/by-sa/3.0/.' + put ='This work is licensed under the Creative Commons Attribution-ShareAlike 4.0' + put ='International License. To view a copy of this license, visit' + put ='https://creativecommons.org/licenses/by-sa/4.0/.' " }}} " {{{ go to the first thing to edit