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 May 31 09:41:25 UTC 2024

Modified Files:
        pkgsrc/mk: license.mk
        pkgsrc/pkgtools/pkg_install/files/lib: license.c
Added Files:
        pkgsrc/licenses: icu

Log Message:
Added ICU license

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

OK wiz@


To generate a diff of this commit:
cvs rdiff -u -r0 -r1.1 pkgsrc/licenses/icu
cvs rdiff -u -r1.118 -r1.119 pkgsrc/mk/license.mk
cvs rdiff -u -r1.62 -r1.63 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.118 pkgsrc/mk/license.mk:1.119
--- pkgsrc/mk/license.mk:1.118  Sun Apr 14 09:02:33 2024
+++ pkgsrc/mk/license.mk        Fri May 31 09:41:25 2024
@@ -1,4 +1,4 @@
-# $NetBSD: license.mk,v 1.118 2024/04/14 09:02:33 wiz Exp $
+# $NetBSD: license.mk,v 1.119 2024/05/31 09:41:25 micha Exp $
 #
 # This file handles everything about the LICENSE variable. It is
 # included automatically by bsd.pkg.mk.
@@ -146,6 +146,7 @@ DEFAULT_ACCEPTABLE_LICENSES= \
        gnu-gpl-v3 gnu-lgpl-v3 \
        happy \
        hpnd \
+       icu \
        ijg \
        info-zip \
        ipafont \

Index: pkgsrc/pkgtools/pkg_install/files/lib/license.c
diff -u pkgsrc/pkgtools/pkg_install/files/lib/license.c:1.62 pkgsrc/pkgtools/pkg_install/files/lib/license.c:1.63
--- pkgsrc/pkgtools/pkg_install/files/lib/license.c:1.62        Sun Apr 14 09:02:33 2024
+++ pkgsrc/pkgtools/pkg_install/files/lib/license.c     Fri May 31 09:41:25 2024
@@ -1,4 +1,4 @@
-/*     $NetBSD: license.c,v 1.62 2024/04/14 09:02:33 wiz Exp $ */
+/*     $NetBSD: license.c,v 1.63 2024/05/31 09:41:25 micha Exp $       */
 
 /*-
  * Copyright (c) 2009 Joerg Sonnenberger <joerg%NetBSD.org@localhost>.
@@ -71,6 +71,7 @@ const char *default_acceptable_licenses 
     "gnu-gpl-v3 gnu-lgpl-v3 "
     "happy "
     "hpnd "
+    "icu "
     "ijg "
     "info-zip "
     "ipafont "

Added files:

Index: pkgsrc/licenses/icu
diff -u /dev/null pkgsrc/licenses/icu:1.1
--- /dev/null   Fri May 31 09:41:25 2024
+++ pkgsrc/licenses/icu Fri May 31 09:41:25 2024
@@ -0,0 +1,30 @@
+COPYRIGHT AND PERMISSION NOTICE
+
+Copyright (c) yyyy-yyyy copyright holder
+
+[All Rights Reserved.]
+
+Permission is hereby granted, free of charge, to any person obtaining
+a copy of this software and associated documentation files (the
+"Software"), to deal in the Software without restriction, including
+without limitation the rights to use, copy, modify, merge, publish,
+distribute, and/or sell copies of the Software, and to permit persons
+to whom the Software is furnished to do so, provided that the above
+copyright notice(s) and this permission notice appear in all copies of
+the Software and that both the above copyright notice(s) and this
+permission notice appear in supporting documentation.
+
+THE SOFTWARE IS 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 THIS 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 this Software without prior written authorization
+of the copyright holder.



Home | Main Index | Thread Index | Old Index