Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion .checkpatch.conf
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,7 @@
--exclude doc
--exclude tests
--exclude .pep8speaks.yml
--exclude LICENSE
--exclude LICENSE.md
--exclude Makefile
--exclude README.md
--exclude codecov.yml
6 changes: 5 additions & 1 deletion LICENSE → LICENSE.md
Original file line number Diff line number Diff line change
@@ -1,4 +1,8 @@
Copyright(c) 2019-2021 Intel Corporation
# BSD 3-Clause License

Copyright(c) 2019-2022 Intel Corporation

Check failure on line 3 in LICENSE.md

View workflow job for this annotation

GitHub Actions / checkpatch review

ERROR: trailing whitespace
Copyright(c) 2013-2025 Huawei Technologies

Check failure on line 4 in LICENSE.md

View workflow job for this annotation

GitHub Actions / checkpatch review

ERROR: trailing whitespace
Copyright(c) 2026 Unvertical

Redistribution and use in source and binary forms, with or without modification, are permitted provided that the following conditions are met:

Expand Down
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@
[![Tests Status](https://github.com/Open-CAS/ocf/actions/workflows/tests-master.yml/badge.svg)](https://github.com/Open-CAS/ocf/actions/workflows/tests-master.yml)
[![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)
[![License](https://img.shields.io/badge/License-BSD_3--Clause-blue.svg)](LICENSE.md)
[![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
Expand Down
Loading