From: Stephan Witt Date: Thu, 5 Oct 2017 22:59:02 +0000 (+0200) Subject: Add license and author infos X-Git-Tag: 2.3.1~141 X-Git-Url: https://git.lyx.org/gitweb/?a=commitdiff_plain;h=aa9df3bf885aa27517e08ae07cc1565f12ac1ea9;p=features.git Add license and author infos --- diff --git a/src/convert/lyxconvert.cpp b/src/convert/lyxconvert.cpp index 27f361f755..b3169a7a73 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 #include #include