X-Git-Url: https://git.lyx.org/gitweb/?a=blobdiff_plain;f=src%2Ffrontends%2FLyXScreenFactory.h;h=70057d3d03468d1820278e7c11e33bbe2d200330;hb=558e849e692cc72ea74ac3859405b85e54c6e315;hp=880f2cd3b68a39243d3844cb50fd89b4c30f897a;hpb=f1c24d100985c6df2eb5ec390017b69c78fe49c7;p=lyx.git diff --git a/src/frontends/LyXScreenFactory.h b/src/frontends/LyXScreenFactory.h index 880f2cd3b6..70057d3d03 100644 --- a/src/frontends/LyXScreenFactory.h +++ b/src/frontends/LyXScreenFactory.h @@ -1,20 +1,23 @@ +// -*- C++ -*- /** * \file LyXScreenFactory.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 John Levon + * \author John Levon + * + * Full author contact details are available in file CREDITS. */ #ifndef LYXSCREENFACTORY_H #define LYXSCREENFACTORY_H - + class WorkArea; class LyXScreen; namespace LyXScreenFactory { /** - * Make a screen renderer. Used because we want to + * Make a screen renderer. Used because we want to * generate a toolkit-specific instance. */ LyXScreen * create(WorkArea & owner);