1# liburing_cpp 2 3This project provides a idiomatic C++ wrapper for liburing. 4 5## Source Code Headers 6 7Every file containing source code must include copyright and license 8information. This includes any JS/CSS files that you might be serving out to 9browsers. (This is to help well-intentioned people avoid accidental copying that 10doesn't comply with the license.) 11 12Apache header: 13 14 Copyright 2022 Google LLC 15 16 Licensed under the Apache License, Version 2.0 (the "License"); 17 you may not use this file except in compliance with the License. 18 You may obtain a copy of the License at 19 20 https://www.apache.org/licenses/LICENSE-2.0 21 22 Unless required by applicable law or agreed to in writing, software 23 distributed under the License is distributed on an "AS IS" BASIS, 24 WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. 25 See the License for the specific language governing permissions and 26 limitations under the License. 27