Skip to content
Snippets Groups Projects
Commit b0a6ed3f authored by Sébastien Dinot's avatar Sébastien Dinot
Browse files

LICENSE: Removed undue copyright notices (trivial code)

parent 8b01e666
No related branches found
No related tags found
No related merge requests found
/**
* \file Findcppcheck.cpp
* \brief Dummy C++ source file used by CMake module Findcppcheck.cmake
*
* \author
* Ryan Pavlik, 2009-2010
* <rpavlik@iastate.edu>
* http://academic.cleardefinition.com/
*
*/
int main(int argc, char* argv[])
{
return 0;
......
# By Simon Edwards <simon@simonzone.com>
# This file is in the public domain.
import py_compile
py_compile.main()
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment