]> git.lyx.org Git - features.git/commitdiff
Add license and author infos
authorStephan Witt <switt@lyx.org>
Thu, 5 Oct 2017 22:59:02 +0000 (00:59 +0200)
committerStephan Witt <switt@lyx.org>
Sat, 31 Mar 2018 08:22:23 +0000 (10:22 +0200)
src/convert/lyxconvert.cpp

index 27f361f755cae9df10b40a8f14db582098be9917..b3169a7a7366d13ccd4e5e4bd231d6b6e3edfe6d 100644 (file)
@@ -1,8 +1,14 @@
-/*
-set cflags=`env PKG_CONFIG_PATH=/usr/local/qt5/lib/pkgconfig pkg-config --cflags Qt5Widgets`
-set libs=`env PKG_CONFIG_PATH=/usr/local/qt5/lib/pkgconfig pkg-config --libs --static Qt5Widgets`
-g++ -std=gnu++11 $cflags lyxconvert.cpp -o lyxconvert $libs
-*/
+/**
+ * \file lyxconvert.cpp
+ * This file is part of LyX, the document processor.
+ * 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 <QApplication>
 #include <QImage>