]> git.lyx.org Git - features.git/blobdiff - src/lyxserver.h
Replace LString.h with support/std_string.h,
[features.git] / src / lyxserver.h
index bce8064ee21823dbed4541351c57c359c2ec70b1..e7ea2f3902ccde6200b9ea64727ec0ea2df617e5 100644 (file)
@@ -1,18 +1,19 @@
 // -*- C++ -*-
-/* This file is part of
-* ======================================================
-*
-*           LyX, The Document Processor
-*
-*           Copyright 1995 Matthias Ettrich
-*           Copyright 1995-2001 The LyX Team.
-*
-* ====================================================== */
+/**
+ * \file lyxserver.h
+ * This file is part of LyX, the document processor.
+ * Licence details can be found in the file COPYING.
+ *
+ * \author Lars Gullik Bjønnes
+ * \author Jean-Marc Lasgouttes
+ *
+ * Full author contact details are available in file CREDITS.
+ */
 
 #ifndef LYXSERVER_H
 #define LYXSERVER_H
 
-#include "LString.h"
+#include "support/std_string.h"
 
 #include <boost/signals/trackable.hpp>