pkgsrc-Changes archive

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]

CVS commit: pkgsrc/editors/vim-share



Module Name:    pkgsrc
Committed By:   nia
Date:           Thu Feb  6 21:52:58 UTC 2020

Modified Files:
        pkgsrc/editors/vim-share: Makefile.common

Log Message:
vim-share: Add "OR gnu-gpl-v2" to LICENSE.

The vim distribution terms indicate that modified versions of Vim can be
distributed "under the GNU GPL version 2 or any later version".


To generate a diff of this commit:
cvs rdiff -u -r1.164 -r1.165 pkgsrc/editors/vim-share/Makefile.common

Please note that diffs are not public domain; they are subject to the
copyright notices on the relevant files.

Modified files:

Index: pkgsrc/editors/vim-share/Makefile.common
diff -u pkgsrc/editors/vim-share/Makefile.common:1.164 pkgsrc/editors/vim-share/Makefile.common:1.165
--- pkgsrc/editors/vim-share/Makefile.common:1.164      Tue Aug 27 09:26:02 2019
+++ pkgsrc/editors/vim-share/Makefile.common    Thu Feb  6 21:52:58 2020
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile.common,v 1.164 2019/08/27 09:26:02 maya Exp $
+# $NetBSD: Makefile.common,v 1.165 2020/02/06 21:52:58 nia Exp $
 # used by editors/vim/Makefile
 # used by editors/vim-gtk2/Makefile
 # used by editors/vim-gtk3/Makefile
@@ -21,7 +21,7 @@ FORTIFY_SUPPORTED=    no
 
 MAINTAINER=            morr%NetBSD.org@localhost
 HOMEPAGE=              https://www.vim.org/
-LICENSE=               vim-license
+LICENSE=               vim-license OR gnu-gpl-v2
 
 CONFLICTS+=            vim-kde-[0-9]*
 



Home | Main Index | Thread Index | Old Index