Add license and author infos

This commit is contained in:
Stephan Witt 2017-10-06 00:59:02 +02:00
parent a4e9861278
commit aa9df3bf88

View File

@ -1,8 +1,14 @@
/* /**
set cflags=`env PKG_CONFIG_PATH=/usr/local/qt5/lib/pkgconfig pkg-config --cflags Qt5Widgets` * \file lyxconvert.cpp
set libs=`env PKG_CONFIG_PATH=/usr/local/qt5/lib/pkgconfig pkg-config --libs --static Qt5Widgets` * This file is part of LyX, the document processor.
g++ -std=gnu++11 $cflags lyxconvert.cpp -o lyxconvert $libs * Licence details can be found in the file COPYING.
*/ *
* \author Stephan Witt
* \author Enrico Forestieri
*
* Full author contact details are available in file CREDITS.
*/
#include <iostream> #include <iostream>
#include <QApplication> #include <QApplication>
#include <QImage> #include <QImage>