git: df74ea7f4109 - main - packages: remove ncurses-all license text
- Go to: [ bottom of page ] [ top of archives ] [ this month ]
Date: Tue, 30 Sep 2025 19:36:47 UTC
The branch main has been updated by kevans:
URL: https://cgit.FreeBSD.org/src/commit/?id=df74ea7f41090f38d9fa1c739029b135cd199a45
commit df74ea7f41090f38d9fa1c739029b135cd199a45
Author: Kyle Evans <kevans@FreeBSD.org>
AuthorDate: 2025-09-30 19:34:31 +0000
Commit: Kyle Evans <kevans@FreeBSD.org>
CommitDate: 2025-09-30 19:36:03 +0000
packages: remove ncurses-all license text
The "Software" line in the license text seems to trip some kind of UCL
parsing bug. Replace it with an SPDX tag and a pointer to the file for
the time being.
Reported by: fluffy, madpilot
Fixes: 06afa0a55e0ac ("pkgbase: move ncurses into its own package")
---
release/packages/ucl/ncurses-all.ucl | 24 ++----------------------
1 file changed, 2 insertions(+), 22 deletions(-)
diff --git a/release/packages/ucl/ncurses-all.ucl b/release/packages/ucl/ncurses-all.ucl
index ded994ebb3aa..c0d52e046e78 100644
--- a/release/packages/ucl/ncurses-all.ucl
+++ b/release/packages/ucl/ncurses-all.ucl
@@ -2,29 +2,9 @@
* Copyright 2018-2023,2024 Thomas E. Dickey
* Copyright 1998-2017,2018 Free Software Foundation, Inc.
*
- * 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, distribute with modifications, sublicense, and/or sell
- * copies of the Software, and to permit persons to whom the Software is
- * furnished to do so, subject to the following conditions:
+ * SPDX-License-Identifier: X11
*
- * The above copyright notice and this permission notice shall be included
- * in all copies or substantial portions of the Software.
- *
- * 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.
- * IN NO EVENT SHALL THE ABOVE COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM,
- * DAMAGES OR OTHER LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR
- * OTHERWISE, ARISING FROM, OUT OF OR IN CONNECTION WITH THE SOFTWARE OR
- * THE USE OR OTHER DEALINGS IN THE SOFTWARE.
- *
- * Except as contained in this notice, the name(s) of the above copyright
- * holders shall not be used in advertising or otherwise to promote the
- * sale, use or other dealings in this Software without prior written
- * authorization.
+ * See contrib/ncurses/COPYING for the full license text.
*/
comment = "ncurses terminal control library"