Home | Doxygen Documentation | Tutorials | Developer Tools (restricted)

app-benchmark/disclaimer.hh
Go to the documentation of this file.
00001 void disclaimer() {
00002   std::cout << "This code is for benchmarks only." << std::endl
00003       << "  It is lincensed to you for this benchmark only" << std::endl
00004       << "  and has to be removed entirely afterwards." << std::endl
00005       << "You are not allowed to redistributed it." << std::endl;
00006 }

Home | Doxygen Documentation | Tutorials | Developer Tools (restricted)