]> git.lyx.org Git - lyx.git/blobdiff - src/frontends/xforms/combox.h
Yet more dialog tweaking from Rob.
[lyx.git] / src / frontends / xforms / combox.h
index eed93b0fef387b1fb6659369448ca4eac9880d39..e7613f23f32d334fd11db479a57be0642546827f 100644 (file)
@@ -1,11 +1,13 @@
 // -*- C++ -*-
 /**
  * \file combox.h
- * Copyright 2002 the LyX Team
  * Copyright 1996 Alejandro Aguilar Sierra
- * Read the file COPYING
+ * This file is part of LyX, the document processor.
+ * Licence details can be found in the file COPYING.
  *
- * \author Alejandro Aguilar Sierra, asierra@servidor.unam.mx
+ * \author Alejandro Aguilar Sierra
+ *
+ * Full author contact details are available in file CREDITS
  */
 
 /* A combination of two objects (a button and a browser) is encapsulated to