From aa10036220882db8463b33cf86a10a0c744b141a Mon Sep 17 00:00:00 2001 From: Robert Baldyga Date: Mon, 14 Sep 2026 23:55:40 +0200 Subject: [PATCH] README: Update sponsor information Signed-off-by: Robert Baldyga --- .github/FUNDING.yml | 1 + README.md | 17 +++++++++++++---- 2 files changed, 14 insertions(+), 4 deletions(-) create mode 100644 .github/FUNDING.yml diff --git a/.github/FUNDING.yml b/.github/FUNDING.yml new file mode 100644 index 000000000..c82433d87 --- /dev/null +++ b/.github/FUNDING.yml @@ -0,0 +1 @@ +custom: ["https://unvertical.com/"] diff --git a/README.md b/README.md index 49130b3db..dd7b6709c 100644 --- a/README.md +++ b/README.md @@ -5,6 +5,7 @@ [![Coverity status](https://scan.coverity.com/projects/19083/badge.svg)](https://scan.coverity.com/projects/open-cas-ocf) [![codecov](https://codecov.io/gh/Open-CAS/ocf/branch/master/graph/badge.svg)](https://codecov.io/gh/Open-CAS/ocf) [![License](https://img.shields.io/badge/License-BSD_3--Clause-blue.svg)](LICENSE) +[![Maintained by Unvertical](https://img.shields.io/badge/maintained%20by-Unvertical-0b5fff)](https://unvertical.com/) Open CAS Framework (OCF) is high performance block storage caching meta-library written in C. It's entirely platform and system independent, accessing system API @@ -12,6 +13,11 @@ through user provided environment wrappers layer. OCF tightly integrates with th rest of software stack, providing flawless, high performance, low latency caching utility. +# Support + +Open CAS Framework is developed and maintained by **[Unvertical](https://unvertical.com/)**, founded by the project's core maintainers. +For professional support, consulting and custom development, please [contact us](https://unvertical.com/#contact). + # In this readme: * [Documentation](#documentation) @@ -110,10 +116,13 @@ pytest ## Contributing -Feel like making OCF better? Don't hesitate to submit a pull request! -You can find more information about our contribution process -[here](https://open-cas.github.io/contributing.html). +All the development activities of this project take place on this GitHub repository. For more information about contributing, please refer to our [documentation](https://open-cas.github.io/contributing.html). ## Maintainers -The maintainer of this project is [Robert Baldyga](https://github.com/robertbaldyga) [\](mailto:robert.baldyga@open-cas.com). +Open CAS is maintained by [Unvertical](https://unvertical.com/). + +The lead maintainer is [Robert Baldyga](https://github.com/robertbaldyga). + +You can get in touch with the maintainers by submitting a [GitHub issue](https://github.com/Open-CAS/ocf/issues). +Alternatively you can write at [robert.baldyga@open-cas.com](mailto:robert.baldyga@open-cas.com).