pkgsrc-Changes archive

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

CVS commit: pkgsrc



Module Name:    pkgsrc
Committed By:   micha
Date:           Fri Jun  7 12:26:10 UTC 2024

Modified Files:
        pkgsrc/mk: license.mk
        pkgsrc/pkgtools/pkg_install/files/lib: license.c
Added Files:
        pkgsrc/licenses: unicode-v3

Log Message:
Added Unicode License v3

This license is OSI-approved:
<https://opensource.org/license/unicode-license-v3>

OK wiz@


To generate a diff of this commit:
cvs rdiff -u -r0 -r1.1 pkgsrc/licenses/unicode-v3
cvs rdiff -u -r1.119 -r1.120 pkgsrc/mk/license.mk
cvs rdiff -u -r1.63 -r1.64 pkgsrc/pkgtools/pkg_install/files/lib/license.c

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

Modified files:

Index: pkgsrc/mk/license.mk
diff -u pkgsrc/mk/license.mk:1.119 pkgsrc/mk/license.mk:1.120
--- pkgsrc/mk/license.mk:1.119  Fri May 31 09:41:25 2024
+++ pkgsrc/mk/license.mk        Fri Jun  7 12:26:10 2024
@@ -1,4 +1,4 @@
-# $NetBSD: license.mk,v 1.119 2024/05/31 09:41:25 micha Exp $
+# $NetBSD: license.mk,v 1.120 2024/06/07 12:26:10 micha Exp $
 #
 # This file handles everything about the LICENSE variable. It is
 # included automatically by bsd.pkg.mk.
@@ -175,6 +175,7 @@ DEFAULT_ACCEPTABLE_LICENSES= \
        sissl-1.1 \
        sleepycat-public \
        unicode \
+       unicode-v3 \
        unlicense \
        vera-ttf-license \
        w3c \

Index: pkgsrc/pkgtools/pkg_install/files/lib/license.c
diff -u pkgsrc/pkgtools/pkg_install/files/lib/license.c:1.63 pkgsrc/pkgtools/pkg_install/files/lib/license.c:1.64
--- pkgsrc/pkgtools/pkg_install/files/lib/license.c:1.63        Fri May 31 09:41:25 2024
+++ pkgsrc/pkgtools/pkg_install/files/lib/license.c     Fri Jun  7 12:26:10 2024
@@ -1,4 +1,4 @@
-/*     $NetBSD: license.c,v 1.63 2024/05/31 09:41:25 micha Exp $       */
+/*     $NetBSD: license.c,v 1.64 2024/06/07 12:26:10 micha Exp $       */
 
 /*-
  * Copyright (c) 2009 Joerg Sonnenberger <joerg%NetBSD.org@localhost>.
@@ -100,6 +100,7 @@ const char *default_acceptable_licenses 
     "sissl-1.1 "
     "sleepycat-public "
     "unicode "
+    "unicode-v3 "
     "unlicense "
     "vera-ttf-license "
     "w3c "

Added files:

Index: pkgsrc/licenses/unicode-v3
diff -u /dev/null pkgsrc/licenses/unicode-v3:1.1
--- /dev/null   Fri Jun  7 12:26:10 2024
+++ pkgsrc/licenses/unicode-v3  Fri Jun  7 12:26:10 2024
@@ -0,0 +1,40 @@
+UNICODE LICENSE V3
+
+COPYRIGHT AND PERMISSION NOTICE
+
+Copyright (c)
+
+NOTICE TO USER: Carefully read the following legal agreement.
+BY DOWNLOADING, INSTALLING, COPYING OR OTHERWISE USING DATA FILES,
+AND/OR SOFTWARE, YOU UNEQUIVOCALLY ACCEPT, AND AGREE TO BE BOUND BY,
+ALL OF THE TERMS AND CONDITIONS OF THIS AGREEMENT. IF YOU DO NOT AGREE,
+DO NOT DOWNLOAD, INSTALL, COPY, DISTRIBUTE OR USE THE DATA FILES OR
+SOFTWARE.
+
+Permission is hereby granted, free of charge, to any person obtaining
+a copy of data files and any associated documentation (the "Data Files")
+or software and any associated documentation (the "Software") to deal
+in the Data Files or Software without restriction, including without
+limitation the rights to use, copy, modify, merge, publish, distribute,
+and/or sell copies of the Data Files or Software, and to permit persons
+to whom the Data Files or Software are furnished to do so, provided that
+either (a) this copyright and permission notice appear with all copies
+of the Data Files or Software, or (b) this copyright and permission
+notice appear in associated Documentation.
+
+THE DATA FILES AND SOFTWARE ARE PROVIDED "AS IS", WITHOUT WARRANTY OF
+ANY KIND, EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE
+WARRANTIES OF MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND
+NONINFRINGEMENT OF THIRD PARTY RIGHTS.
+
+IN NO EVENT SHALL THE COPYRIGHT HOLDER OR HOLDERS INCLUDED IN THIS
+NOTICE BE LIABLE FOR ANY CLAIM, OR ANY SPECIAL INDIRECT OR CONSEQUENTIAL
+DAMAGES, OR ANY DAMAGES WHATSOEVER RESULTING FROM LOSS OF USE, DATA OR
+PROFITS, WHETHER IN AN ACTION OF CONTRACT, NEGLIGENCE OR OTHER TORTIOUS
+ACTION, ARISING OUT OF OR IN CONNECTION WITH THE USE OR PERFORMANCE OF
+THE DATA FILES OR SOFTWARE.
+
+Except as contained in this notice, the name of a copyright holder shall
+not be used in advertising or otherwise to promote the sale, use or
+other dealings in these Data Files or Software without prior written
+authorization of the copyright holder.



Home | Main Index | Thread Index | Old Index