Skip to content

Commit 9d68c95

Browse files
add cxxshm license
1 parent f60253a commit 9d68c95

File tree

3 files changed

+27
-1
lines changed

3 files changed

+27
-1
lines changed

libs/cxxshm

Submodule cxxshm updated 1 file

src/license.cpp

Lines changed: 25 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -560,4 +560,29 @@ void print_licenses(std::ostream &o) {
560560
o << " Ty Coon, President of Vice" << std::endl;
561561
o << std::endl;
562562
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;
563588
}

src/main.cpp

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -189,6 +189,7 @@ int main(int argc, char **argv) {
189189
std::cout << "This application uses the following libraries:" << std::endl;
190190
std::cout << " - cxxopts by jarro2783 (https://github.com/jarro2783/cxxopts)" << std::endl;
191191
std::cout << " - libmodbus by Stéphane Raimbault (https://github.com/stephane/libmodbus)" << std::endl;
192+
std::cout << " - cxxshm (https://github.com/NikolasK-source/cxxshm)" << std::endl;
192193
return EX_OK;
193194
}
194195

0 commit comments

Comments
 (0)