]> git.lyx.org Git - lyx.git/blobdiff - src/graphics/GraphicsConverter.h
If the graphics loader has a copy c-tor it should have copy assignment that does...
[lyx.git] / src / graphics / GraphicsConverter.h
index 218dea2f494103368ea9ae2ac612fcdc6c3a287b..dd221287a1fc173f763aecf8f758b35af8e6c358 100644 (file)
@@ -1,10 +1,12 @@
 // -*- C++ -*-
 /**
  *  \file GraphicsConverter.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 Angus Leeming <leeming@lyx.org>
+ *  \author Angus Leeming
+ *
+ * Full author contact details are available in file CREDITS
  *
  *  The controller of a conversion process from file AA of format A to
  *  file BB of format B.
 #ifndef GRAPHICSCONVERTER_H
 #define GRAPHICSCONVERTER_H
 
-#ifdef __GNUG__
-#pragma interface
-#endif
-
 #include "LString.h"
 #include <boost/signals/signal1.hpp>
 #include <boost/scoped_ptr.hpp>