From 3b3dc0e0c886ca47a61f1609ecb79c210016f062 Mon Sep 17 00:00:00 2001 From: Nat! Date: Sat, 13 Jan 2024 15:30:37 +0100 Subject: [PATCH] fix README.md --- README.md | 5 ----- cola/properties.plist | 4 ++-- 2 files changed, 2 insertions(+), 7 deletions(-) diff --git a/README.md b/README.md index 7767b71..115e0b6 100644 --- a/README.md +++ b/README.md @@ -53,11 +53,6 @@ This library ## Add -**This project is a component of the [mulle-core](//github.com/mulle-core/mulle-core) library. As such you usually will *not* add or install it -individually, unless you specifically do not want to link against -`mulle-core`.** - - ### Add as an individual component Use [mulle-sde](//github.com/mulle-sde) to add mulle-objc-compat to your project: diff --git a/cola/properties.plist b/cola/properties.plist index 25f3cc4..2debf41 100644 --- a/cola/properties.plist +++ b/cola/properties.plist @@ -7,7 +7,7 @@ user="mulle-objc"; repo="mulle-objc-compat"; homepage="https://github.com/mulle-objc/mulle-objc-compat"; - license="BSD-3-Clause" + license="UNLICENSED" }; dependencies = ( @@ -19,5 +19,5 @@ url="https://github.com/mulle-objc/MulleObjC"; user="mulle-objc"; } - ) + ); }