]> git.lyx.org Git - lyx.git/blobdiff - src/support/lyxstring.h
another safety belt
[lyx.git] / src / support / lyxstring.h
index e6dbcdc8a3ab3b66efcd5c4af5d2b31a1f169971..78b768b4a2aae06f1ded11a8c3b0c80fd005f5ca 100644 (file)
@@ -1,13 +1,13 @@
 // -*- C++ -*-
-/* This file is part of
- * ======================================================
+/**
+ * \file lyxstring.h
+ * This file is part of LyX, the document processor.
+ * Licence details can be found in the file COPYING.
  *
- *           LyX, The Document Processor
+ * \author Lars Gullik Bjønnes
  *
- *         Copyright 1995 Matthias Ettrich
- *          Copyright 1995-2000 The LyX Team.
- *
- * ====================================================== */
+ * Full author contact details are available in file CREDITS
+ */
 
 // This one is heavily based on the string class in The C++
 // Programming Language by Bjarne Stroustrup