@@ -560,4 +560,29 @@ void print_licenses(std::ostream &o) {
560
560
o << " Ty Coon, President of Vice" << std::endl;
561
561
o << std::endl;
562
562
o << " That's all there is to it!" << std::endl;
563
+ o << std::endl;
564
+ o << std::endl;
565
+ o << " cxxshm Library (https://github.com/NikolasK-source/cxxshm)" << std::endl;
566
+ o << std::endl;
567
+ o << " MIT License" << std::endl;
568
+ o << std::endl;
569
+ o << " Copyright (c) 2022 Nikolas Koesling" << std::endl;
570
+ o << std::endl;
571
+ o << " Permission is hereby granted, free of charge, to any person obtaining a copy" << std::endl;
572
+ o << " of this software and associated documentation files (the \" Software\" ), to deal" << std::endl;
573
+ o << " in the Software without restriction, including without limitation the rights" << std::endl;
574
+ o << " to use, copy, modify, merge, publish, distribute, sublicense, and/or sell" << std::endl;
575
+ o << " copies of the Software, and to permit persons to whom the Software is" << std::endl;
576
+ o << " furnished to do so, subject to the following conditions:" << std::endl;
577
+ o << std::endl;
578
+ o << " The above copyright notice and this permission notice shall be included in all" << std::endl;
579
+ o << " copies or substantial portions of the Software." << std::endl;
580
+ o << std::endl;
581
+ o << " THE SOFTWARE IS PROVIDED \" AS IS\" , WITHOUT WARRANTY OF ANY KIND, EXPRESS OR" << std::endl;
582
+ o << " IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY," << std::endl;
583
+ o << " FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE" << std::endl;
584
+ o << " AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER" << std::endl;
585
+ o << " LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM," << std::endl;
586
+ o << " OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE" << std::endl;
587
+ o << " SOFTWARE." << std::endl;
563
588
}
0 commit comments