From aa9df3bf885aa27517e08ae07cc1565f12ac1ea9 Mon Sep 17 00:00:00 2001 From: Stephan Witt Date: Fri, 6 Oct 2017 00:59:02 +0200 Subject: [PATCH] Add license and author infos --- src/convert/lyxconvert.cpp | 16 +++++++++++----- 1 file changed, 11 insertions(+), 5 deletions(-) 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 -- 2.39.5