commit 90659dcc7d3ff855faa80371be0311045d3fdcb2
Author: Stephan Witt <sw...@lyx.org>
Date:   Fri Oct 6 00:59:02 2017 +0200

    Add license and author infos
---
 src/convert/lyxconvert.cpp |   16 +++++++++++-----
 1 files changed, 11 insertions(+), 5 deletions(-)

diff --git a/src/convert/lyxconvert.cpp b/src/convert/lyxconvert.cpp
index 27f361f..b3169a7 100644
--- a/src/convert/lyxconvert.cpp
+++ b/src/convert/lyxconvert.cpp
@@ -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>

Reply via email to