]> git.lyx.org Git - lyx.git/blobdiff - src/graphics/GraphicsImage.h
The free_spacing patch and fix to the mess that Rob discovered.
[lyx.git] / src / graphics / GraphicsImage.h
index 2be694fcd2adcff4ed05cdf462ada7f5804604f5..2eff2c89b132408f68d829e99c5304ec39224300 100644 (file)
@@ -1,11 +1,13 @@
 // -*- C++ -*-
 /**
  *  \file GraphicsImage.h
- *  Copyright 2002 the LyX Team
- *  Read the file COPYING
+ * This file is part of LyX, the document processor.
+ * Licence details can be found in the file COPYING.
  *
- *  \author Baruch Even <baruch.even@writeme.com>
- *  \author Angus Leeming <leeming@lyx.org>
+ *  \author Baruch Even
+ *  \author Angus Leeming
+ *
+ * Full author contact details are available in file CREDITS
  *
  *  An abstract base class for the images themselves.
  *  Allows the user to retrieve the pixmap, once loaded and to issue commands
 #include <vector>
 #include <utility>
 
-#ifdef __GNUG__
-#pragma interface
-#endif
-
 namespace grfx {
 
 class Params;